<?xml version="1.0" encoding="UTF-8" standalone="no"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:s="http://jadedpixel.com/-/spec/shopify" xml:lang="en">
  <id>https://chapter11cases.com/blogs/news.atom</id>
  <link href="https://chapter11cases.com/blogs/news" rel="alternate" type="text/html"/>
  <link href="https://chapter11cases.com/blogs/news.atom" rel="self" type="application/atom+xml"/>
  <title>Stretto - Bankruptcy &amp; Restructuring News &amp; Analysis</title>
  <updated>2026-08-16T23:07:13-05:00</updated>
  <author>
    <name>Stretto</name>
  </author>
  <xhtml:meta content="noindex" name="robots" xmlns:xhtml="http://www.w3.org/1999/xhtml"/><entry>
    <id>https://chapter11cases.com/blogs/news/genesis-healthcare-section-364e-reaches-dip-releases</id>
    <published>2026-08-16T23:07:13-05:00</published>
    <updated>2026-08-16T23:07:16-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/genesis-healthcare-section-364e-reaches-dip-releases" rel="alternate" type="text/html"/>
    <title>Genesis Healthcare: Section 364(e) Reaches DIP Releases</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p><span>Sixty tort claimants challenged one provision of a $30 million financing order and nothing else. The district court held that the appeal was statutorily moot in its entirety, choosing the Ninth Circuit's approach to section 364(e) over the Eleventh Circuit's and predicting the Fifth Circuit would do the same</span></p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/genesis-healthcare-section-364e-reaches-dip-releases">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<body>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Genesis Healthcare: Section 364(e) Reaches DIP Releases | Stretto Intelligence</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap" rel="stylesheet">
<style>
/* ============================================================
   CSS DESIGN SYSTEM - Copy this entire block into every report
   ============================================================ */
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
/* --- HEADER --- */
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark {
  display: flex;
  align-items: center;
}
.brand-mark img {
  height: 40px;
  width: auto;
}
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content {
  max-width: 1100px;
  margin: 0 auto;
}
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 800px;
}
.header-content h1 .highlight {
  color: var(--accent-orange);
}
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 700px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
}
/* --- LAYOUT --- */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
.content-section {
  margin: 60px auto;
  max-width: 1100px;
  padding: 0 40px;
}
/* --- SECTION HEADERS --- */
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
/* --- SUBSECTION HEADERS --- */
h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-slate);
  margin: 40px 0 18px;
}
h4 {
  font-size: 18px;
  font-weight: 500;
  color: var(--medium-slate);
  margin: 30px 0 12px;
}
/* --- PARAGRAPHS --- */
p {
  margin-bottom: 18px;
  line-height: 1.75;
}
/* --- STAT CARDS --- */
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.2;
}
.stat-card .stat-detail {
  font-size: 13px;
  color: var(--light-slate);
  margin-top: 4px;
}
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
/* --- COMPARISON TABLES --- */
table.comparison {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-size: 15px;
}
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child {
  border-radius: 6px 0 0 0;
}
table.comparison thead th:last-child {
  border-radius: 0 6px 0 0;
}
table.comparison tbody td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--light-gray);
  vertical-align: top;
}
table.comparison tbody tr:nth-child(even) {
  background: var(--fine-gray);
}
table.comparison tbody tr:hover {
  background: rgba(253, 114, 80, 0.06);
}
table.comparison .metric-label {
  font-weight: 500;
  color: var(--dark-slate);
}
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
/* --- BAR CHARTS --- */
.bar-chart {
  margin: 30px 0;
  padding: 30px;
  background: var(--fine-gray);
  border-radius: 8px;
}
.bar-chart-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-slate);
  margin-bottom: 25px;
}
.bar-group {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.bar-label {
  width: 140px;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-body);
  flex-shrink: 0;
  text-align: right;
  padding-right: 16px;
}
.bar-track {
  flex: 1;
  height: 32px;
  background: var(--light-gray);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.bar-fill {
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  transition: width 1s ease;
}
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside {
  margin-left: 10px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-body);
  flex-shrink: 0;
  width: 90px;
}
/* --- CALLOUT BOXES --- */
.callout {
  background: var(--dark-slate);
  color: var(--white);
  padding: 35px 40px;
  border-radius: 8px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.callout::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--accent-orange);
}
.callout h4 {
  color: var(--accent-orange);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: 500;
}
.callout p {
  color: rgba(255,255,255,0.85);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}
.callout .callout-stat {
  font-size: 48px;
  font-weight: 700;
  color: var(--accent-orange);
  display: block;
  margin-bottom: 8px;
}
/* --- TIMELINES --- */
.timeline {
  margin: 40px 0;
  position: relative;
  padding-left: 30px;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--medium-gray);
}
.timeline-item {
  position: relative;
  margin-bottom: 28px;
  padding-left: 30px;
}
.timeline-item::before {
  content: '';
  position: absolute;
  left: -26px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent-orange);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--accent-orange);
}
.timeline-item.muted::before {
  background: var(--light-slate);
  box-shadow: 0 0 0 2px var(--light-slate);
}
.timeline-date {
  font-size: 13px;
  font-weight: 500;
  color: var(--accent-orange);
  letter-spacing: 0.5px;
}
.timeline-item.muted .timeline-date {
  color: var(--light-slate);
}
.timeline-content {
  font-size: 15px;
  color: var(--text-body);
  margin-top: 3px;
}
/* --- SPLIT COMPARISON PANELS --- */
.split-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 40px 0;
  border-radius: 8px;
  overflow: hidden;
}
.split-panel {
  padding: 30px 35px;
}
.split-panel.left {
  background: var(--dark-slate);
  color: var(--white);
}
.split-panel.right {
  background: var(--fine-gray);
  color: var(--text-body);
}
.split-panel .panel-year {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 5px;
}
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 15px;
}
.split-panel.right .split-item {
  border-bottom-color: var(--medium-gray);
}
.split-item .item-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value {
  font-size: 18px;
  font-weight: 500;
}
/* --- SVG GAUGE GRAPHICS --- */
.gauge-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  margin: 40px 0;
}
.gauge-card {
  text-align: center;
  padding: 30px 20px;
  background: var(--fine-gray);
  border-radius: 8px;
}
.gauge-card svg {
  width: 120px;
  height: 120px;
}
.gauge-card .gauge-label {
  font-size: 13px;
  color: var(--light-slate);
  margin-top: 12px;
  font-weight: 400;
}
.gauge-card .gauge-value {
  font-size: 28px;
  font-weight: 700;
  color: var(--dark-slate);
  margin-top: 4px;
}
/* --- FOOTER --- */
.report-footer {
  background: var(--dark-slate);
  color: rgba(255,255,255,0.5);
  padding: 50px 40px;
  margin-top: 80px;
  font-size: 13px;
  line-height: 1.7;
}
.report-footer .footer-brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.report-footer .footer-brand img {
  height: 28px;
  width: auto;
}
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
/* --- SECTION DIVIDER --- */
.section-divider {
  height: 1px;
  background: var(--medium-gray);
  margin: 60px auto;
  max-width: 1100px;
}
/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
}
</style>
<header class="report-header">
  <div class="header-top">
    <div class="brand-mark"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <div class="report-type">Special Report</div>
  </div>
  <div class="header-content">
    <h1>Genesis Healthcare: Section 364(e) Reaches <span class="highlight">DIP Releases</span>
</h1>
    <p class="header-subtitle">Sixty tort claimants challenged one provision of a $30 million financing order and nothing else. The district court held that the appeal was statutorily moot in its entirety, choosing the Ninth Circuit's approach to section 364(e) over the Eleventh Circuit's and predicting the Fifth Circuit would do the same.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>August 2026</span>
      <span>Analysis of the August 10, 2026 Memorandum Opinion and Order, No. 3:25-CV-2563-B (N.D. Tex.)</span>
    </div>
  </div>
</header>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>The Ruling</h2>
  </div>
  <p>On August 10, 2026, Senior United States District Judge Jane J. Boyle dismissed as moot an appeal from the final debtor-in-possession financing order entered in the Genesis Healthcare chapter 11 cases. The dismissal rests on 11 U.S.C. section 364(e), the statutory mootness provision protecting good-faith postpetition lenders. The opinion issued in <span style="font-style:italic;">Almeda v. Genesis Healthcare, Inc.</span>, Civil Action No. 3:25-CV-2563-B, in the Northern District of Texas, Dallas Division, with a final judgment to follow.</p>
  <p>The holding itself is a dismissal, which is the least interesting thing about it. What makes the opinion worth reading is the route. Judge Boyle confronted an open question in the Fifth Circuit about how far section 364(e) reaches, surveyed a genuine circuit split, predicted which side the Fifth Circuit would take, and then applied a limiting principle that keeps the rule from swallowing everything a party might attach to a financing order.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">DIP Facility</div>
      <div class="stat-value">$30M</div>
      <div class="stat-detail">Approved by the Final DIP Order</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Appellants</div>
      <div class="stat-value">60</div>
      <div class="stat-detail">Personal injury and wrongful death claimants</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Disposition</div>
      <div class="stat-value">Moot</div>
      <div class="stat-detail">Dismissed under section 364(e)</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Order to Ruling</div>
      <div class="stat-value">~11.5 mo.</div>
      <div class="stat-detail">August 28, 2025 to August 10, 2026</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section II</div>
    <h2>Procedural Posture</h2>
  </div>
  <p>Genesis Healthcare, Inc. operates healthcare facilities across the country. Genesis and several affiliates filed chapter 11 petitions in July 2025 in the Northern District of Texas, before Judge Stacey Jernigan. Research Suite case data reflects approximately $4.06 billion in assets at filing, roughly $3.3 billion in annual revenues, and about 27,000 employees, with McDermott Will &amp; Emery as debtors' counsel and Proskauer Rose as committee counsel.</p>
  <p>To fund operations during the case, the debtors sought approval of postpetition financing. The bankruptcy court entered the Final DIP Order on August 28, 2025, authorizing borrowing of up to $30 million from various lenders in exchange for security interests and liens. The bankruptcy court found that the debtors needed the funding to avoid serious and irreparable harm, that more favorable terms were unavailable, and that the terms had been negotiated in good faith and at arm's length. The order granted the DIP secured parties the full protection of section 364(e) in the event the order was reversed or modified on appeal.</p>
  <p>The appellants are a group of sixty tort claimants holding personal injury or wrongful death claims against Genesis and its affiliates. Welltower OP LLC, one of the lenders, intervened as an appellee. Under Federal Rule of Bankruptcy Procedure 8019(b)(3), the court determined that oral argument was unnecessary and decided the appeal on the briefs and the record.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>What the Appellants Actually Challenged</h2>
  </div>
  <p>The appellants did not attack the loan. They did not contest the validity of the credit extended, the priority of the liens, or the amount borrowed. Their challenge was confined to a single feature of the Final DIP Order: the releases of claims held by Genesis against its prepetition lenders who also agreed to lend postpetition.</p>
  <p>Their objection had two parts. The released claims possibly include claims the appellants themselves could have brought outside bankruptcy. And the definition of released parties is drawn too broadly, sweeping in insiders of Genesis.</p>
  <p>In their reply brief the appellants made the narrowing explicit, stating that they were not asking the court to invalidate any terms of the Final DIP Order pertaining to the validity of the credit or debt incurred or to any priority or lien granted under section 364, and that they had filed the appeal to invalidate the releases. The opinion quotes that passage and treats it as dispelling any doubt about the basis of the challenge.</p>
  <div class="callout">
    <h4>The Concession That Decided the Case</h4>
    <p>Because the appellants argued that section 364(e) simply did not apply to the releases, they made no argument that the lenders had acted in bad faith. Their reply stated that lender good faith was irrelevant to their challenge. Once the court concluded that section 364(e) did apply, the good-faith element was uncontested, the stay element was undisputed, and there was nothing left to litigate.</p>
  </div>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>The Statute and Its Purpose</h2>
  </div>
  <p>Section 364 permits a debtor in possession, with court permission, to obtain new credit during the case. Subsection (e) then provides that reversal or modification on appeal of an authorization to obtain credit or incur debt, or of a grant of a priority or a lien, does not affect the validity of any debt so incurred or any priority or lien so granted to an entity that extended credit in good faith, whether or not that entity knew of the pendency of the appeal, unless the authorization and the incurring of the debt or the granting of the priority or lien were stayed pending appeal.</p>
  <p>The purpose is commercial rather than doctrinal. Lenders would be reluctant to extend credit to a bankrupt borrower if the terms could be unwound on appeal, so the statute permits reliance on the bankruptcy judge's authorization. The opinion cites <span style="font-style:italic;">TMT Procurement Corp. v. Vantage Drilling Co. (In re TMT Procurement Corp.)</span>, 764 F.3d 512 (5th Cir. 2014), for that framing.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Element</th>
        <th>Requirement</th>
        <th>Status in Genesis</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Authorization</td>
        <td>An order under section 364 authorizing credit, priority, or liens</td>
        <td>Final DIP Order entered August 28, 2025</td>
      </tr>
      <tr>
        <td class="metric-label">No stay</td>
        <td>The authorization was not stayed pending appeal</td>
        <td class="change-negative">Undisputed. No stay obtained</td>
      </tr>
      <tr>
        <td class="metric-label">Good faith</td>
        <td>The lender extended credit in good faith</td>
        <td class="change-negative">Not challenged by appellants</td>
      </tr>
      <tr>
        <td class="metric-label">Bargained-for scope</td>
        <td>The challenged provision was part of the bargain for the loan</td>
        <td class="change-negative">Not contested by appellants</td>
      </tr>
    </tbody>
  </table>
  <p>The first three elements come from the statute and existing Fifth Circuit law. The fourth comes from the rule the court adopted, and it is the part of the opinion that will matter most in future DIP negotiations.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>Fifth Circuit Signals on Scope</h2>
  </div>
  <p>The parties disputed whether section 364(e) applies to the release of claims at all. If it does, everyone agreed the Final DIP Order was not stayed. So the entire appeal turned on scope.</p>
  <p>Several Fifth Circuit decisions point toward breadth. In <span style="font-style:italic;">Bank of New York Trust Co. v. Official Unsecured Creditors Committee (In re Pacific Lumber Co.)</span>, 584 F.3d 229 (5th Cir. 2009), the court described section 364(e) as forbidding appellate review and preventing the reversal of an order, not merely parts of an order, issued under section 364 to obtain postpetition financing. <span style="font-style:italic;">TMT Procurement</span> stated that failure to obtain a stay of an authorization moots an appeal of that authorization where the lender acted in good faith.</p>
  <p>Judge Boyle treats those statements as suggestive rather than controlling, and identifies the ambiguity precisely. It is unclear whether an authorization under section 364 refers to everything in an order purportedly made under section 364, or instead to only certain things, perhaps not including releases of claims. That is the gap the opinion has to fill.</p>
  <p>Two Fifth Circuit decisions push toward the broader reading. In <span style="font-style:italic;">AKD Investments, LLC v. Magnolia Investments I, LLC (In re AKD Investments)</span>, 79 F.4th 487 (5th Cir. 2023), the court rejected an argument that section 364(e) confines an order to lien-securing terms, saying it has never read the provision to focus myopically on liens, and instead reading it as a stay requirement that moots an appeal of any unstayed authorization under section 364. And in <span style="font-style:italic;">TMT Procurement</span> itself, the Fifth Circuit reasoned that statutory mootness must be assessed before reaching a property-of-the-estate question, regardless of whether that question sounded in statutory authority or subject-matter jurisdiction. Judge Boyle draws the inference from that treatment: if a lack-of-authority argument does not survive section 364(e) there, an argument that the bankruptcy court lacked authority to approve releases does not survive it here.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>The Section 363(m) Analogy</h2>
  </div>
  <p>The opinion then borrows from the sale context. Section 363(m) is the parallel statutory mootness provision for asset sales, and section 364(e) was modeled after it. That lineage lets the court reason from settled circuit law on sales to an unsettled question on financing.</p>
  <p>For section 363(m), the Fifth Circuit has expressly adopted as the rule of the circuit that a failure to obtain a stay is fatal, even where the basis for challenging the section 363 order is jurisdictional. The citation is <span style="font-style:italic;">Gilchrist v. Westcott (In re Gilchrist)</span>, 891 F.2d 559 (5th Cir. 1990). If that is the rule for sales, the opinion reasons, failing to obtain a stay of a section 364 order is likewise fatal regardless of the basis for the challenge.</p>
  <p>This is the structural point restructuring practitioners should take from the opinion. Section 363(m) jurisprudence is far more developed than section 364(e) jurisprudence, and courts facing gaps in the latter will keep reaching for the former. The Genesis opinion is a clean example of how that transfer works in practice.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>Cooper Commons and Saybrook</h2>
  </div>
  <p>Outside the Fifth Circuit, the opinion identifies two competing theories of section 364(e)'s scope, and they produce opposite results on these facts.</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">9th</div>
      <div class="panel-label">Cooper Commons</div>
      <div class="split-item">
        <div class="item-label">Citation</div>
        <div class="item-value">430 F.3d 1215 (9th Cir. 2005)</div>
      </div>
      <div class="split-item">
        <div class="item-label">Rule</div>
        <div class="item-value">Section 364(e) protects any obligation that was part of the postpetition creditor's agreement to finance</div>
      </div>
      <div class="split-item">
        <div class="item-label">Textual Hook</div>
        <div class="item-value" style="color: var(--accent-orange);">Reversal cannot affect the validity of any debt</div>
      </div>
      <div class="split-item">
        <div class="item-label">Result Here</div>
        <div class="item-value" style="color: var(--accent-orange);">Appeal moot</div>
      </div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">11th</div>
      <div class="panel-label">Saybrook Manufacturing</div>
      <div class="split-item">
        <div class="item-label">Citation</div>
        <div class="item-value">963 F.2d 1490 (11th Cir. 1992)</div>
      </div>
      <div class="split-item">
        <div class="item-label">Rule</div>
        <div class="item-value">Section 364(e) does not reach bankruptcy court actions not actually authorized by section 364</div>
      </div>
      <div class="split-item">
        <div class="item-label">Analytical Sequence</div>
        <div class="item-value" style="color: var(--accent-orange);">Authority is assessed first, mootness second</div>
      </div>
      <div class="split-item">
        <div class="item-label">Result Here</div>
        <div class="item-value" style="color: var(--accent-orange);">Reviewable only if the releases exceeded the bankruptcy court's authority</div>
      </div>
    </div>
  </div>
  <p>Under <span style="font-style:italic;">Cooper Commons</span>, any provision of the financing agreement that a lender bargained for, or that helped motivate its extension of credit, is protected. Excising such a provision from the order would affect the validity of the loan, because the provision was part of the exchange that produced the loan. Applied to Genesis, if the releases possibly motivated the lenders to advance funds, section 364(e) bars the court from touching them.</p>
  <p>Under <span style="font-style:italic;">Saybrook</span>, a reviewing court asks first whether the bankruptcy court's action was authorized by statute. If it was not, an attempt to reverse or modify that action is not mooted. Applied to Genesis, if approving the releases was not something the bankruptcy court had authority to do, section 364(e) would not bar review.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>The Court's Choice and the Bargained-For Limit</h2>
  </div>
  <p>Judge Boyle concluded that <span style="font-style:italic;">Cooper Commons</span> is likely the rule the Fifth Circuit would adopt, and applied it. Fifth Circuit case law describes section 364(e) as protecting an entire order regardless of the basis for the challenge, and the circuit's treatment of section 363(m) buttresses that reading. <span style="font-style:italic;">Saybrook</span> runs the other way, and the Fifth Circuit has rejected the idea that a party can challenge the bankruptcy court's authority or jurisdiction to act when either mootness provision applies.</p>
  <p>The more consequential part of the holding is the limit the court builds into it. <span style="font-style:italic;">Cooper Commons</span> supplies what the opinion calls a commonsense requirement: the challenged aspect of the order must at least have been part of the bargain for the postpetition loan. Without that requirement, merely labeling an order as made under section 364 would control the inquiry, exalting form over substance.</p>
  <div class="callout">
    <h4>The Drafting Consequence</h4>
    <p>The bargained-for requirement is the seam. Under this opinion, a provision buried in a financing order is not insulated from appellate review because of where it sits. It is insulated because it was genuinely part of the exchange that produced the credit. That places weight on the evidentiary record establishing what the lenders actually bargained for, and it gives objecting parties something concrete to contest at the DIP hearing rather than on appeal.</p>
  </div>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>Application to the Genesis Releases</h2>
  </div>
  <p>Applying that rule, the court found the releases were part of the bargain that led the lenders to extend postpetition financing. Welltower's brief made the commercial logic plain, arguing that no lender would agree to lend money only to see that money used to pursue claims against it. The appellants did not contest that the releases were important to the lenders' agreement to provide financing.</p>
  <p>From there the analysis is mechanical. Modifying or reversing the challenged aspect of the Final DIP Order would affect the validity of the approved loan. The order was not stayed. There is no argument that the lenders failed to act in good faith. Section 364(e) therefore bars the court from granting the requested relief, and the appeal is dismissed as moot.</p>
  <p>Note what the court did not decide. It did not hold that the releases were properly granted, that the released parties were appropriately defined, or that the bankruptcy court had authority to approve releases of claims the appellants might have held. The opinion assumes those questions away by holding that section 364(e) forecloses reaching them at all. That distinction matters if the issue reaches the Fifth Circuit.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section X</div>
    <h2>The Broader Appellate Record in These Cases</h2>
  </div>
  <p>The Genesis docket reflects a pattern worth noting. The same claimant group whose DIP appeal was dismissed here has prevailed on appeal in these cases on stay-related issues. The notice of appeal from the order extending the automatic stay to non-debtor defendants was filed at Docket No. 1415 by the creditor claimants represented by Rochelle McCullough, LLP and Reddick Law Firm, P.A., the same designation appearing on the amended notice of appeal underlying this proceeding. That appeal produced a vacatur. This one produced a dismissal on statutory mootness rather than a ruling on the merits.</p>
  <div class="timeline">
    <div class="timeline-item">
      <div class="timeline-date">July 9, 2025</div>
      <div class="timeline-content">Genesis Healthcare, Inc. and affiliates file chapter 11 petitions in the Northern District of Texas</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">August 28, 2025</div>
      <div class="timeline-content">Bankruptcy court enters the Final DIP Order authorizing up to $30 million in postpetition financing (Dkt. No. 677)</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">October 14, 2025</div>
      <div class="timeline-content">Bankruptcy court enters the order extending the automatic stay to non-debtor defendants, appealed on October 28 by the creditor claimants (Dkt. No. 1415)</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">May 1, 2026</div>
      <div class="timeline-content">District court vacates the order extending the automatic stay to non-debtor defendants and remands for further proceedings</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">June 3, 2026</div>
      <div class="timeline-content">District court vacates the stay relief denial order and remands, denying certification of a direct appeal</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">June 30 and July 14, 2026</div>
      <div class="timeline-content">Bankruptcy court issues, then amends, a memorandum opinion overruling objections to the section 363 sale and related section 365 assignments</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">August 10, 2026</div>
      <div class="timeline-content">District court dismisses the Final DIP Order appeal as moot under section 364(e)</div>
    </div>
  </div>
  <p>The contrast is instructive. Orders extending or refusing to lift the automatic stay were reviewed, vacated, and remanded. The financing order was not reviewed at all. Nothing in the record suggests the difference lies in the strength of the underlying arguments. The difference is that Congress attached a statutory mootness provision to one category of order and not the other, and no stay of the financing order was obtained.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section XI</div>
    <h2>What This Means in Practice</h2>
  </div>
  <p>For parties objecting to financing terms, the operative lesson is about timing rather than argument quality. If you intend to challenge a provision of a DIP order and you do not obtain a stay, this opinion says the merits of your challenge may never be reached. The appellants here framed a narrow, targeted objection to release language and never got a ruling on it. Section 364(e) does not care how good the argument is.</p>
  <p>The practical response is to move the fight forward. Contest the scope of releases at the interim and final hearings, build a record on what the lenders actually required as a condition of funding, and seek a stay contemporaneously with any notice of appeal. Under the bargained-for limit this opinion adopts, the record on what motivated the extension of credit is the record that determines whether appellate review remains available.</p>
  <p>For debtors and lenders negotiating financing, the opinion cuts the other way and reinforces existing practice. Provisions genuinely bargained for as a condition of funding, and reflected as such in the record and in the court's findings, receive the full protection of section 364(e) in this district under this reasoning. Provisions attached to a financing order for convenience are more exposed, because the bargained-for requirement is doing real work.</p>
  <p>For everyone else, the value of the opinion is that it names the split. A district court has now surveyed <span style="font-style:italic;">Cooper Commons</span> and <span style="font-style:italic;">Saybrook</span>, predicted the Fifth Circuit's answer, and explained why. That prediction is not binding on the Fifth Circuit, and the question remains genuinely open there. Anyone litigating section 364(e) scope in the Fifth Circuit now has a reasoned starting point and a clear statement of what has not yet been decided.</p>
</section>
<footer class="report-footer">
  <div class="container">
    <div class="footer-brand"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This report analyzes the Memorandum Opinion and Order entered August 10, 2026 by Senior United States District Judge Jane J. Boyle in <span style="font-style:italic;">Almeda v. Genesis Healthcare, Inc.</span>, Civil Action No. 3:25-CV-2563-B (N.D. Tex.), docketed at Docket No. 3121 in <span style="font-style:italic;">In re Genesis Healthcare, Inc.</span>, Case No. 25-80185 (Bankr. N.D. Tex.), together with related docket entries reflecting the broader appellate record in the chapter 11 cases. Source documents were retrieved through Research Suite by Stretto. A final judgment was to follow the opinion, and the disposition may be subject to further appellate proceedings. Case-level financial and professional data reflects Research Suite case records.</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
    <p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
    <p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
  </div>
</footer>
</body>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/american-efficient-pjm-moves-for-a-chapter-11-trustee</id>
    <published>2026-08-16T23:05:26-05:00</published>
    <updated>2026-08-16T23:05:31-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/american-efficient-pjm-moves-for-a-chapter-11-trustee" rel="alternate" type="text/html"/>
    <title>American Efficient: PJM Moves for a Chapter 11 Trustee</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p><span>Twenty-four days into the case, the counterparty owed more than $407 million in FERC-ordered disgorgement asked the court to displace management, citing federal regulatory findings that predate the petition and an insider financing package that would encumber the estates' currently unencumbered assets</span></p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/american-efficient-pjm-moves-for-a-chapter-11-trustee">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<body>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>American Efficient: PJM Moves for a Chapter 11 Trustee | Stretto Intelligence</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap" rel="stylesheet">
<style>
/* ============================================================
   CSS DESIGN SYSTEM - Copy this entire block into every report
   ============================================================ */
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
/* --- HEADER --- */
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark {
  display: flex;
  align-items: center;
}
.brand-mark img {
  height: 40px;
  width: auto;
}
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content {
  max-width: 1100px;
  margin: 0 auto;
}
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 800px;
}
.header-content h1 .highlight {
  color: var(--accent-orange);
}
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 700px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
}
/* --- LAYOUT --- */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
.content-section {
  margin: 60px auto;
  max-width: 1100px;
  padding: 0 40px;
}
/* --- SECTION HEADERS --- */
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
/* --- SUBSECTION HEADERS --- */
h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-slate);
  margin: 40px 0 18px;
}
h4 {
  font-size: 18px;
  font-weight: 500;
  color: var(--medium-slate);
  margin: 30px 0 12px;
}
/* --- PARAGRAPHS --- */
p {
  margin-bottom: 18px;
  line-height: 1.75;
}
/* --- STAT CARDS --- */
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.2;
}
.stat-card .stat-detail {
  font-size: 13px;
  color: var(--light-slate);
  margin-top: 4px;
}
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
/* --- COMPARISON TABLES --- */
table.comparison {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-size: 15px;
}
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child {
  border-radius: 6px 0 0 0;
}
table.comparison thead th:last-child {
  border-radius: 0 6px 0 0;
}
table.comparison tbody td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--light-gray);
  vertical-align: top;
}
table.comparison tbody tr:nth-child(even) {
  background: var(--fine-gray);
}
table.comparison tbody tr:hover {
  background: rgba(253, 114, 80, 0.06);
}
table.comparison .metric-label {
  font-weight: 500;
  color: var(--dark-slate);
}
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
/* --- BAR CHARTS --- */
.bar-chart {
  margin: 30px 0;
  padding: 30px;
  background: var(--fine-gray);
  border-radius: 8px;
}
.bar-chart-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-slate);
  margin-bottom: 25px;
}
.bar-group {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.bar-label {
  width: 140px;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-body);
  flex-shrink: 0;
  text-align: right;
  padding-right: 16px;
}
.bar-track {
  flex: 1;
  height: 32px;
  background: var(--light-gray);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.bar-fill {
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  transition: width 1s ease;
}
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside {
  margin-left: 10px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-body);
  flex-shrink: 0;
  width: 90px;
}
/* --- CALLOUT BOXES --- */
.callout {
  background: var(--dark-slate);
  color: var(--white);
  padding: 35px 40px;
  border-radius: 8px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.callout::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--accent-orange);
}
.callout h4 {
  color: var(--accent-orange);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: 500;
}
.callout p {
  color: rgba(255,255,255,0.85);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}
.callout .callout-stat {
  font-size: 48px;
  font-weight: 700;
  color: var(--accent-orange);
  display: block;
  margin-bottom: 8px;
}
/* --- TIMELINES --- */
.timeline {
  margin: 40px 0;
  position: relative;
  padding-left: 30px;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--medium-gray);
}
.timeline-item {
  position: relative;
  margin-bottom: 28px;
  padding-left: 30px;
}
.timeline-item::before {
  content: '';
  position: absolute;
  left: -26px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent-orange);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--accent-orange);
}
.timeline-item.muted::before {
  background: var(--light-slate);
  box-shadow: 0 0 0 2px var(--light-slate);
}
.timeline-date {
  font-size: 13px;
  font-weight: 500;
  color: var(--accent-orange);
  letter-spacing: 0.5px;
}
.timeline-item.muted .timeline-date {
  color: var(--light-slate);
}
.timeline-content {
  font-size: 15px;
  color: var(--text-body);
  margin-top: 3px;
}
/* --- SPLIT COMPARISON PANELS --- */
.split-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 40px 0;
  border-radius: 8px;
  overflow: hidden;
}
.split-panel {
  padding: 30px 35px;
}
.split-panel.left {
  background: var(--dark-slate);
  color: var(--white);
}
.split-panel.right {
  background: var(--fine-gray);
  color: var(--text-body);
}
.split-panel .panel-year {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 5px;
}
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 15px;
}
.split-panel.right .split-item {
  border-bottom-color: var(--medium-gray);
}
.split-item .item-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value {
  font-size: 18px;
  font-weight: 500;
}
/* --- SVG GAUGE GRAPHICS --- */
.gauge-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  margin: 40px 0;
}
.gauge-card {
  text-align: center;
  padding: 30px 20px;
  background: var(--fine-gray);
  border-radius: 8px;
}
.gauge-card svg {
  width: 120px;
  height: 120px;
}
.gauge-card .gauge-label {
  font-size: 13px;
  color: var(--light-slate);
  margin-top: 12px;
  font-weight: 400;
}
.gauge-card .gauge-value {
  font-size: 28px;
  font-weight: 700;
  color: var(--dark-slate);
  margin-top: 4px;
}
/* --- FOOTER --- */
.report-footer {
  background: var(--dark-slate);
  color: rgba(255,255,255,0.5);
  padding: 50px 40px;
  margin-top: 80px;
  font-size: 13px;
  line-height: 1.7;
}
.report-footer .footer-brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.report-footer .footer-brand img {
  height: 28px;
  width: auto;
}
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
/* --- SECTION DIVIDER --- */
.section-divider {
  height: 1px;
  background: var(--medium-gray);
  margin: 60px auto;
  max-width: 1100px;
}
/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
}
</style>
<header class="report-header">
  <div class="header-top">
    <div class="brand-mark"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <div class="report-type">Special Report</div>
  </div>
  <div class="header-content">
    <h1>American Efficient: PJM Moves for a <span class="highlight">Chapter 11 Trustee</span>
</h1>
    <p class="header-subtitle">Twenty-four days into the case, the counterparty owed more than $407 million in FERC-ordered disgorgement asked the court to displace management, citing federal regulatory findings that predate the petition and an insider financing package that would encumber the estates' currently unencumbered assets.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>August 2026</span>
      <span>Analysis of Dkt. No. 65 and related filings, Case No. 26-30968 (Bankr. W.D.N.C.)</span>
    </div>
  </div>
</header>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>The Filing</h2>
  </div>
  <p>On August 11, 2026, PJM Interconnection, L.L.C. and PJM Settlement, Inc. moved for entry of an order appointing a chapter 11 trustee in the jointly administered cases of American Efficient LLC under section 1104(a) of the Bankruptcy Code, or in the alternative an examiner under section 1104(c). The motion is set for hearing on August 26, 2026 before Judge Laura T. Beyer in Charlotte. PJM invokes sections 105(a) and 1104(a) through (c), together with Bankruptcy Rules 2007.1 and 9014, and is represented by Hunton Andrews Kurth LLP.</p>
  <p>The timing matters. The debtors filed on July 18, 2026 and moved for debtor-in-possession financing four days later. That financing motion has now been continued twice and is set for special setting on August 21. PJM objected to it on August 5. Six days after that objection, and one day after the Bankruptcy Administrator filed its Notice to 20 Largest Unsecured Creditors, PJM escalated from opposing the financing to asking the court to replace the fiduciary proposing it.</p>
  <div class="stat-row">
    <div class="stat-card negative">
      <div class="stat-label">FERC Disgorgement Ordered</div>
      <div class="stat-value">$407M+</div>
      <div class="stat-detail">Plus interest, payable to PJM</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">FERC Civil Penalties</div>
      <div class="stat-value">~$772M</div>
      <div class="stat-detail">Applied to each of the debtors</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Proposed Insider DIP</div>
      <div class="stat-value">$11.5M</div>
      <div class="stat-detail">Sum of the three components described</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Creditors' Committee</div>
      <div class="stat-value">Not Appointed</div>
      <div class="stat-detail">Per Research Suite case data</div>
    </div>
  </div>
  <p>The motion is short by the standards of contested trustee practice, running fifteen pages including the certificate of service. It is short because PJM does not need to build a factual record from scratch. It is asking the court to give weight to findings another federal tribunal has already made.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section II</div>
    <h2>The Penalties Order</h2>
  </div>
  <p>PJM Interconnection is the regional transmission organization that operates wholesale electricity markets across all or parts of thirteen states and the District of Columbia under FERC-approved tariffs. PJM Settlement is its wholly owned subsidiary and serves as the counterparty for transactions, performing credit, billing, and settlement functions under the tariff. When PJM appears as a creditor in these cases, it appears as the entity that paid the money at issue.</p>
  <p>Beginning in 2009, PJM capacity auctions were open to energy efficiency resources on the premise that qualifying efficiency measures would offset future capacity needs. One of the debtors, Affirmed Energy LLC, participated as a provider of those resources starting in 2014, aggregating efficiency attributes associated with energy-efficient consumer products and offering the aggregated resources into the capacity markets.</p>
  <p>On April 15, 2026, FERC issued the order the motion refers to as the Penalties Order. According to PJM's description of that order, FERC determined that Affirmed Energy sold PJM <span style="font-style:italic;">"fake capacity"</span> of nearly two gigawatts per year, described in the motion as approximately the annual capacity of two nuclear reactors, in exchange for roughly $500 million in capacity payments it received. FERC found that Affirmed Energy purchased sales data concerning energy-efficient products sold by others and then collected capacity payments as though it had itself caused the qualifying reductions in demand. FERC further determined that Affirmed Energy made multiple false statements and misrepresentations about its operations over a period of years.</p>
  <p>FERC ordered disgorgement of more than $407 million in capacity payments to PJM plus interest, and imposed approximately $772 million in civil penalties. The determination applies to each of the debtors. The debtors are contesting the FERC proceedings in the United States District Court for the Middle District of North Carolina, and nothing in the bankruptcy court's disposition of the trustee motion resolves that challenge.</p>
  <div class="callout">
    <h4>The Argument in One Sentence</h4>
    <p>PJM's central move is to treat the Penalties Order not as an allegation to be proven in the bankruptcy court but as a finding already made by the agency that regulates the market in which the debtors operated, and to argue that the same management which presided over the conduct described in that order now controls the estates.</p>
  </div>
  <p>The motion cites <span style="font-style:italic;">United States v. Utah Construction &amp; Mining Co.</span>, 384 U.S. 394 (1966), for the proposition that courts may give preclusive effect to administrative findings when the agency acts in a judicial capacity and the parties had an adequate opportunity to litigate. That citation does the heavy lifting. If the court accepts it, the evidentiary contest over prepetition conduct largely collapses into a question of what follows from findings already entered.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>A Debtor Without Its Former Market</h2>
  </div>
  <p>The second pillar of the motion has nothing to do with misconduct. It concerns what these estates actually are.</p>
  <p>In 2024, FERC approved a tariff amendment eliminating energy efficiency resource participation in PJM's capacity auctions, and the D.C. Circuit affirmed that determination in <span style="font-style:italic;">Affirmed Energy, LLC v. FERC</span>, 166 F.4th 1070 (D.C. Cir. 2026). The debtors' former line of business cannot continue in PJM's capacity market in its prior form. That is not a projection or a contested forecast. It is the settled state of the regulatory regime.</p>
  <p>The debtors' own thirteen-week budget, filed July 28, projects no income during the budget period other than proceeds of the proposed debtor-in-possession financing. The budget reflects expenditures for professional fees, insurance, payroll, and other administrative items. On that record, PJM argues, the debtors are operating chiefly to pursue litigation and to respond to the consequences of the Penalties Order.</p>
  <p>That framing sets up the deference argument. Courts extend substantial latitude to a debtor in possession pursuing a traditional operating reorganization because management is presumed to be running a business that will support creditor recoveries. Where the projected revenue during the budget period is zero and the former business line has been eliminated by regulation, PJM contends the ordinary rationale for that deference thins considerably.</p>
  <div class="bar-chart">
    <div class="bar-chart-title">Relative Scale: Regulatory Exposure, Estate Assets, and Proposed Financing</div>
    <div class="bar-group">
      <div class="bar-label">FERC exposure</div>
      <div class="bar-track">
        <div class="bar-fill orange" style="width: 100%;">~$1.18 billion</div>
      </div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Assets at filing</div>
      <div class="bar-track">
        <div class="bar-fill slate" style="width: 33.9%;">$400 million</div>
      </div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Proposed DIP</div>
      <div class="bar-track">
        <div class="bar-fill light" style="width: 1%;"></div>
      </div>
      <div class="bar-value-outside">$11.5 million</div>
    </div>
  </div>
  <p>FERC exposure combines the disgorgement and civil penalty figures described in the motion, exclusive of interest. Assets at filing reflect Research Suite case data. The comparison is directional rather than precise, but it frames the practical question: whether this is a reorganization or a contest over how a shortfall gets allocated.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>The Insider Facility</h2>
  </div>
  <p>The third pillar is the proposed financing. The debtors seek approval of a facility from MIH LLC, an insider. As described in the DIP-related pleadings, the facility consists of an initial draw of up to $6,731,359, a delayed draw of up to $3,168,641, and a $1,600,000 bridge financing roll-up. The debtors propose to secure that financing with liens on currently unencumbered assets and on the proceeds of avoidance claims.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Component</th>
        <th>Amount</th>
        <th>Significance to the Motion</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Initial draw</td>
        <td>Up to $6,731,359</td>
        <td>DIP proceeds are the only income the budget projects for the period</td>
      </tr>
      <tr>
        <td class="metric-label">Delayed draw</td>
        <td>Up to $3,168,641</td>
        <td>Combined with the initial draw, totals exactly $9.9 million</td>
      </tr>
      <tr>
        <td class="metric-label">Bridge roll-up</td>
        <td>$1,600,000</td>
        <td>Bridge financing roll-up component, as described in the DIP-related pleadings</td>
      </tr>
      <tr>
        <td class="metric-label">Collateral</td>
        <td>Unencumbered assets and avoidance proceeds</td>
        <td>Encumbers the very claims a trustee would be appointed to evaluate</td>
      </tr>
    </tbody>
  </table>
  <p>The conflict PJM identifies is structural rather than hypothetical. The debtors' schedules reflect more than $1.2 million in insider payments to MIH in the year before the petition date. The same schedules and statements of financial affairs reflect over $600,000 in salary allocated to the debtors' Managing Director and over $2.2 million paid to an affiliate, MEG Staffing, LLC, for management services during that year. Management is therefore asking the court to grant liens on avoidance proceeds to a party that received payments those avoidance actions might target.</p>
  <p>The motion also points to the financing's dependence on arrangements outside these cases. The DIP-related pleadings reflect that the facility is tied to MIH's own financing, including a note purchase agreement, an April consent, and a transaction support agreement with MIH's secured parties, and that third-party lenders to MIH exercised substantial control over the structure of the financing, the use of proceeds, and the chapter 11 milestones the debtors must satisfy. The pleadings further reflect that the operative DIP documents were not filed with the court when objections were made, and that debtors' counsel advised the documents were not yet complete when requested.</p>
  <div class="callout">
    <h4>Why the Financing Argument Carries the Motion</h4>
    <p>The regulatory findings establish what management did before the case. The financing proposal is what management is doing inside the case, in front of the judge deciding the motion. PJM does not need the court to relitigate the Penalties Order in order to conclude that the party proposing to encumber avoidance proceeds should not also be the party deciding whether to pursue them.</p>
  </div>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>Cause Under Section 1104(a)(1)</h2>
  </div>
  <p>Section 1104(a) supplies two independent bases for appointment. The court shall appoint a trustee for cause, including fraud, dishonesty, incompetence, or gross mismanagement of the affairs of the debtor by current management either before or after the commencement of the case, or similar cause, or if such appointment is in the interests of creditors, any equity security holders, and other interests of the estate.</p>
  <p>PJM argues cause under the first prong on the theory that the question is not whether misconduct occurred in the past but whether current management can be trusted to serve as a fiduciary now. The Fourth Circuit's decision in <span style="font-style:italic;">Committee of Dalkon Shield Claimants v. A.H. Robins Co.</span>, 828 F.2d 239 (4th Cir. 1987), supplies the discretion framework. The motion then assembles a line of cases holding that appointment is warranted where management cannot be relied upon to fulfill duties of candor, loyalty, and preservation of estate property, where creditors have reasonably lost confidence, or where conflicts prevent impartial decisions on behalf of the estate.</p>
  <p>The authorities PJM leans on are notable for how close to home they sit. <span style="font-style:italic;">In re Drew Transportation Services, Inc.</span>, 2016 WL 6892459 (Bankr. E.D.N.C. July 7, 2016), and <span style="font-style:italic;">In re Piedmont Center Investments, LLC</span>, 2011 WL 5903398 (Bankr. E.D.N.C. Sept. 8, 2011), are Eastern District of North Carolina decisions. <span style="font-style:italic;">Gomez v. United States Trustee</span>, 2010 WL 582706 (W.D. Va. Feb. 18, 2010), and <span style="font-style:italic;">In re El Rafaei</span>, 2022 WL 2911429 (Bankr. E.D. Va. July 22, 2022), are Fourth Circuit district and bankruptcy decisions. <span style="font-style:italic;">In re Marvel Entertainment Group, Inc.</span>, 140 F.3d 463 (3d Cir. 1998), supplies the out-of-circuit anchor on both prongs.</p>
  <p>PJM concedes the burden. The moving party must establish the need for a trustee by clear and convincing evidence, citing <span style="font-style:italic;">Marvel</span> and <span style="font-style:italic;">In re Euro-American Lodging Corp.</span>, 365 B.R. 421 (Bankr. S.D.N.Y. 2007). That concession is why the Penalties Order does so much work in the motion. Clear and convincing evidence of prepetition dishonesty is a heavy lift on a record this young if it has to be built through discovery. It is a considerably lighter lift when a federal agency has already entered findings after an adjudicative proceeding.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>The Independent Path Under Section 1104(a)(2)</h2>
  </div>
  <p>PJM presents the second prong as genuinely independent rather than as a rhetorical fallback, and the distinction is the analytically interesting part of the motion. Section 1104(a)(2) does not require a finding of fault. It turns on the practical realities and necessities of the case and permits appointment whenever an independent fiduciary is needed in the interests of creditors and the estate.</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">(a)(1)</div>
      <div class="panel-label">Cause</div>
      <div class="split-item">
        <div class="item-label">Inquiry</div>
        <div class="item-value">Did management engage in fraud, dishonesty, incompetence, or gross mismanagement</div>
      </div>
      <div class="split-item">
        <div class="item-label">Orientation</div>
        <div class="item-value" style="color: var(--accent-orange);">Backward looking, fault based</div>
      </div>
      <div class="split-item">
        <div class="item-label">Evidentiary Anchor</div>
        <div class="item-value">The April 15, 2026 Penalties Order</div>
      </div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">(a)(2)</div>
      <div class="panel-label">Interests of Creditors and the Estate</div>
      <div class="split-item">
        <div class="item-label">Inquiry</div>
        <div class="item-value">Cost-benefit analysis and general principles of equity</div>
      </div>
      <div class="split-item">
        <div class="item-label">Orientation</div>
        <div class="item-value" style="color: var(--accent-orange);">Forward looking, no fault finding required</div>
      </div>
      <div class="split-item">
        <div class="item-label">Evidentiary Anchor</div>
        <div class="item-value">The budget, the insider facility, and the absence of a committee</div>
      </div>
    </div>
  </div>
  <p>Under the second prong the motion advances four points in sequence. Creditor confidence in management is impaired where management remains in possession after adverse regulatory findings and now seeks insider financing that would encumber unencumbered assets and avoidance proceeds. The absence of operating revenue narrows the deference ordinarily afforded a debtor pursuing a traditional reorganization. The insider proposal creates a conflict that management cannot resolve in its own favor. And the benefits of appointment would be substantial, because a trustee could independently evaluate the financing, investigate insider transactions, assess estate claims, and make a neutral recommendation on whether these cases should proceed toward reorganization, liquidation, settlement, or some combination.</p>
  <p>PJM frames the cost-benefit conclusion carefully. A trustee would not be appointed to displace a functioning reorganization led by trusted management. A trustee would be appointed because these estates presently require credibility, neutrality, and independent judgment before further significant decisions are made. That framing is designed to answer the standard objection that a trustee is expensive and disruptive. The response is that there is little functioning reorganization to disrupt.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>The Examiner Fallback</h2>
  </div>
  <p>If the court declines to appoint a trustee, PJM asks for an examiner under section 1104(c). The statutory hook is straightforward. Where the court does not appoint a trustee, it shall order the appointment of an examiner if appointment is in the interests of creditors and the estate or if the debtor's fixed, liquidated, unsecured debts exceed $5 million. Given the disgorgement and penalty figures, the debt threshold is not a serious question in these cases.</p>
  <p>The proposed mandate is specific, which distinguishes it from examiner requests that ask for an investigation without defining one. PJM proposes that the examiner investigate current management's role in the conduct described in the Penalties Order and whether that conduct bears on management's ability to continue serving as a fiduciary, the negotiation and structure and fairness of the proposed insider facility, prepetition insider payments and other affiliate transactions reflected in the schedules and statements, the nature and value of any estate claims against insiders or affiliates or third parties, and the debtors' actual restructuring prospects in light of the elimination of energy efficiency resource participation and the projected absence of operating revenue.</p>
  <p>The examiner request also functions as a settlement of expectations for the court. A judge reluctant to displace management three weeks into a case on a paper record has an intermediate option that produces an independent report without transferring control of the estates. PJM's supporting citations, including <span style="font-style:italic;">In re First American Health Care of Georgia, Inc.</span>, 208 B.R. 992 (Bankr. S.D. Ga. 1996), and <span style="font-style:italic;">In re Residential Capital, LLC</span>, 474 B.R. 112 (Bankr. S.D.N.Y. 2012), are aimed at that middle path.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>No Committee, No Other Investigator</h2>
  </div>
  <p>The first footnote of the motion does more work than its placement suggests. Based on the Bankruptcy Administrator's Notice to 20 Largest Unsecured Creditors, filed August 10 at Docket No. 61, PJM states that it appears there will not be a committee in these cases who could undertake the review PJM is describing. That is PJM's reading of the notice rather than a determination by the Bankruptcy Administrator, though Research Suite case data likewise reflects no creditors' committee appointed to date.</p>
  <p>That footnote closes the obvious response to a trustee motion. The usual answer to a creditor demanding an investigation of insider transactions and financing conflicts is that the official committee, funded by the estate and armed with standing and discovery, exists precisely to perform that function. In these cases that answer is unavailable. The Western District of North Carolina uses a Bankruptcy Administrator rather than a United States Trustee, and while the Bankruptcy Administrator filed a limited objection to the financing on July 27, that office does not perform the investigative role of an appointed committee.</p>
  <div class="callout">
    <h4>The Structural Point</h4>
    <p>If no committee will be formed, then the question is not whether an independent investigation is worth its cost. The question is whether one happens at all. Absent a trustee or an examiner, the only parties positioned to evaluate the insider transactions are management, which proposed them, and individual creditors litigating at their own expense.</p>
  </div>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>The Venue Footnote</h2>
  </div>
  <p>The second footnote raises a separate issue and then declines to press it. PJM notes that the debtors' petitions identify Durham, North Carolina as their principal place of business, and that the resolutions filed with the petitions authorized bankruptcy filings in the Middle District of North Carolina rather than in the Western District where the cases were commenced. Durham sits in the Middle District. The motion suggests the court should consider whether transfer of venue is appropriate when any basis for the filings in this district is revealed.</p>
  <p>PJM expressly does not ask the court to resolve venue through this motion. It uses the discrepancy for a narrower purpose, arguing that unresolved questions about authorization and venue underscore the need for an independent fiduciary to evaluate how these cases were commenced, for whose benefit, and under whose control.</p>
  <p>Preserving the venue point rather than pressing it is a deliberate choice. A venue motion decided against PJM would resolve nothing about governance. A venue question left open contributes to the atmosphere of unresolved authorization that supports the section 1104(a)(2) argument, and it remains available later.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section X</div>
    <h2>Case Chronology</h2>
  </div>
  <div class="timeline">
    <div class="timeline-item muted">
      <div class="timeline-date">2009</div>
      <div class="timeline-content">PJM capacity auctions open to energy efficiency resources</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">2014</div>
      <div class="timeline-content">Affirmed Energy LLC begins participating as an energy efficiency resource provider</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">2024</div>
      <div class="timeline-content">FERC approves a tariff amendment eliminating energy efficiency resource participation in PJM capacity auctions</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">April 15, 2026</div>
      <div class="timeline-content">FERC issues the Penalties Order, ordering disgorgement of more than $407 million and imposing approximately $772 million in civil penalties</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">2026</div>
      <div class="timeline-content">D.C. Circuit affirms elimination of energy efficiency resource participation in <span style="font-style:italic;">Affirmed Energy, LLC v. FERC</span>, 166 F.4th 1070</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 18, 2026</div>
      <div class="timeline-content">Chapter 11 petitions filed in the Western District of North Carolina, Charlotte Division</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 22, 2026</div>
      <div class="timeline-content">Debtors move for interim and final orders authorizing debtor-in-possession financing (Dkt. No. 10)</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">July 27, 2026</div>
      <div class="timeline-content">Bankruptcy Administrator files a limited objection to the financing motion (Dkt. No. 37)</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">July 28, 2026</div>
      <div class="timeline-content">Debtors file the initial thirteen-week budget projecting no income other than DIP proceeds (Dkt. No. 42)</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">July 29, 2026</div>
      <div class="timeline-content">Financing hearing continued for the first time</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">August 5, 2026</div>
      <div class="timeline-content">PJM objects to the financing motion, attaching hearing transcript excerpts, the MIH consent and waiver amendment, and escrow sub-account statements (Dkt. No. 59)</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">August 10, 2026</div>
      <div class="timeline-content">Bankruptcy Administrator files the Notice to 20 Largest Unsecured Creditors indicating no committee will be formed (Dkt. No. 61)</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">August 11, 2026</div>
      <div class="timeline-content">PJM moves for appointment of a chapter 11 trustee or, alternatively, an examiner (Dkt. No. 65)</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">August 12, 2026</div>
      <div class="timeline-content">Financing hearing continued a second time, to a special setting</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">August 21, 2026</div>
      <div class="timeline-content">Continued hearing on the financing motion</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">August 26, 2026</div>
      <div class="timeline-content">Scheduled hearing on the trustee and examiner motion</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section XI</div>
    <h2>What to Watch</h2>
  </div>
  <p>The sequencing of the two hearings is the first thing to watch. The financing motion is set for August 21 and the trustee motion for August 26. If the court approves the insider facility on final terms before reaching the governance question, the liens on unencumbered assets and avoidance proceeds are in place and a later-appointed trustee inherits a smaller field of action. If the court defers the financing again, the governance question gets decided first and on a fuller record. Continuances in this case have not been neutral scheduling events.</p>
  <p>The preclusion question is the second. PJM is asking the bankruptcy court to accept FERC's findings as findings rather than as allegations, while the debtors are contesting those same proceedings in the Middle District of North Carolina. How Judge Beyer treats the Penalties Order will shape more than this motion. It will shape what the debtors have to prove, and where, for the remainder of the case.</p>
  <p>The third is whether the examiner alternative becomes the actual outcome. Trustee motions filed within a month of the petition date, on a record built from another tribunal's findings rather than from discovery, are difficult to win outright. The clear and convincing standard is real. But PJM has structured the request so that the court can decline the trustee and still order the investigation, and the absence of a committee removes the most common reason to say no to both.</p>
  <p>Watch also for the debtors' response. The motion recites that operative DIP documents were not filed when objections were made and that counsel advised the documents were not yet complete. Whether those documents are on file before August 21 will tell you a good deal about how the financing hearing goes, and by extension how the trustee hearing goes five days later.</p>
</section>
<footer class="report-footer">
  <div class="container">
    <div class="footer-brand"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This report analyzes the Motion of PJM Interconnection, L.L.C. and PJM Settlement, Inc. for Entry of an Order Appointing a Chapter 11 Trustee, or in the Alternative, an Examiner, filed August 11, 2026 at Docket No. 65 in <span style="font-style:italic;">In re American Efficient LLC</span>, Case No. 26-30968 (Bankr. W.D.N.C.), together with related docket entries including the debtor-in-possession financing motion, the initial thirteen-week budget, the Bankruptcy Administrator's limited objection, and PJM's financing objection. Source documents were retrieved through Research Suite by Stretto. The motion is contested and has not been ruled upon. Characterizations of the April 15, 2026 FERC order reflect PJM's description of that order in its motion, and the debtors are contesting the FERC proceedings in separate district court litigation. Nothing in this report constitutes a prediction of how the court will rule.</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
    <p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
    <p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
  </div>
</footer>
</body>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/vi-jon-llc-a-section-524g-restructuring-in-delaware</id>
    <published>2026-08-10T01:48:49-05:00</published>
    <updated>2026-08-10T01:48:51-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/vi-jon-llc-a-section-524g-restructuring-in-delaware" rel="alternate" type="text/html"/>
    <title>Vi-Jon, LLC: A Section 524(g) Restructuring in Delaware</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p><span>A prenegotiated Chapter 11 that would channel 367 active talc personal injury cases into a trust funded by a guaranteed $25 million contribution from non-debtor affiliates, together with assigned insurance rights, real estate proceeds, and causes of action</span></p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/vi-jon-llc-a-section-524g-restructuring-in-delaware">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<body>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vi-Jon, LLC: A Section 524(g) Restructuring in Delaware | Stretto Intelligence</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap" rel="stylesheet">
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
/* --- HEADER --- */
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 800px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 700px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
  flex-wrap: wrap;
}
/* --- LAYOUT --- */
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
/* --- SECTION HEADERS --- */
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
p { margin-bottom: 18px; line-height: 1.75; }
/* --- STAT CARDS --- */
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.2;
}
.stat-card .stat-detail { font-size: 13px; color: var(--light-slate); margin-top: 4px; }
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
/* --- COMPARISON TABLES --- */
table.comparison { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 15px; }
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td { padding: 14px 18px; border-bottom: 1px solid var(--light-gray); vertical-align: top; }
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
/* --- BAR CHARTS --- */
.bar-chart { margin: 30px 0; padding: 30px; background: var(--fine-gray); border-radius: 8px; }
.bar-chart-title { font-size: 16px; font-weight: 500; color: var(--dark-slate); margin-bottom: 25px; }
.bar-group { display: flex; align-items: center; margin-bottom: 16px; }
.bar-label {
  width: 175px;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-body);
  flex-shrink: 0;
  text-align: right;
  padding-right: 16px;
}
.bar-track { flex: 1; height: 32px; background: var(--light-gray); border-radius: 4px; position: relative; overflow: hidden; }
.bar-fill {
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  transition: width 1s ease;
  white-space: nowrap;
}
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside { margin-left: 10px; font-size: 13px; font-weight: 500; color: var(--text-body); flex-shrink: 0; width: 90px; }
.chart-note { font-size: 12px; color: var(--light-slate); margin-top: 18px; line-height: 1.5; }
/* --- CALLOUT BOXES --- */
.callout {
  background: var(--dark-slate);
  color: var(--white);
  padding: 35px 40px;
  border-radius: 8px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.callout::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 5px; height: 100%;
  background: var(--accent-orange);
}
.callout h4 {
  color: var(--accent-orange);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: 500;
}
.callout p { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.7; margin: 0 0 14px; }
.callout p:last-child { margin-bottom: 0; }
.callout .callout-stat { font-size: 48px; font-weight: 700; color: var(--accent-orange); display: block; margin-bottom: 8px; line-height: 1.1; }
/* --- TIMELINES --- */
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before { content: ''; position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: var(--medium-gray); }
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before {
  content: '';
  position: absolute;
  left: -26px; top: 6px;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--accent-orange);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--accent-orange);
}
.timeline-item.muted::before { background: var(--light-slate); box-shadow: 0 0 0 2px var(--light-slate); }
.timeline-date { font-size: 13px; font-weight: 500; color: var(--accent-orange); letter-spacing: 0.5px; }
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
/* --- SPLIT COMPARISON PANELS --- */
.split-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 40px 0; border-radius: 8px; overflow: hidden; }
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 48px; font-weight: 700; margin-bottom: 5px; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; }
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 18px; font-weight: 500; }
/* --- SVG GAUGE GRAPHICS --- */
.gauge-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 25px; margin: 40px 0; }
.gauge-card { text-align: center; padding: 30px 20px; background: var(--fine-gray); border-radius: 8px; }
.gauge-card svg { width: 120px; height: 120px; }
.gauge-card .gauge-label { font-size: 13px; color: var(--light-slate); margin-top: 12px; font-weight: 400; }
.gauge-card .gauge-value { font-size: 28px; font-weight: 700; color: var(--dark-slate); margin-top: 4px; }
/* --- FOOTER --- */
.report-footer {
  background: var(--dark-slate);
  color: rgba(255,255,255,0.5);
  padding: 50px 40px;
  margin-top: 80px;
  font-size: 13px;
  line-height: 1.7;
}
.report-footer .footer-brand { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 15px; }
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
/* --- SECTION DIVIDER --- */
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
  .bar-label { width: 110px; font-size: 12px; }
}
</style>
<header class="report-header">
  <div class="header-top">
    <div class="brand-mark"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <div class="report-type">Special Report</div>
  </div>
  <div class="header-content">
    <h1>Vi-Jon, LLC: A <span class="highlight">Section 524(g)</span> Restructuring in Delaware</h1>
    <p class="header-subtitle">A prenegotiated Chapter 11 that would channel 367 active talc personal injury cases into a trust funded by a guaranteed $25 million contribution from non-debtor affiliates, together with assigned insurance rights, real estate proceeds, and causes of action.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>August 2026</span>
      <span>Analysis of four documents across 103 pages</span>
    </div>
  </div>
</header>
<!-- ==================== SECTION I ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>Where Things Stand</h2>
  </div>
  <p>Vi-Jon, LLC filed a voluntary Chapter 11 petition in the United States Bankruptcy Court for the District of Delaware on August 2, 2026, and it filed with the deal already in hand. Three days earlier, the debtor executed a restructuring support agreement with its non-debtor parent and affiliates, a prepetition future claimants’ representative, and the plaintiffs’ firms whose clients hold the overwhelming majority of the talc personal injury claims asserted against it.</p>
  <p>The agreement contemplates a plan that channels every current and future talc claim into a trust established under section 524(g) of the Bankruptcy Code. The trust would be funded by a guaranteed $25 million cash contribution from non-debtor affiliates, together with assigned insurance rights, a $1 million promissory note from the reorganized debtor, net proceeds of a real estate sale, assigned causes of action, and a contingent settlement fee tied to a future sale of the corporate parent. In exchange, the channeling injunction and related releases would extend beyond the debtor to the non-debtor affiliates and their related parties.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Petition Date</div>
      <div class="stat-value">Aug 2, 2026</div>
      <div class="stat-detail">D. Del., Case No. 26-11216 (MFW)</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Active Talc Cases</div>
      <div class="stat-value">367</div>
      <div class="stat-detail">356 mesothelioma, 11 lung cancer</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Guaranteed Trust Cash</div>
      <div class="stat-value">$25.0M</div>
      <div class="stat-detail">Not reduced for professional fees</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Confirmation Milestone</div>
      <div class="stat-value">110 days</div>
      <div class="stat-detail">Consummation at 120 days</div>
    </div>
  </div>
  <p>There is no debtor in possession financing. The debtor entered the case with approximately $1,650,000 in cash on hand and intends to fund administration through an amended prepetition keepwell arrangement with its affiliate, under which roughly $8.1 million in undrawn capital commitments would be advanced once the interim cash management order is entered.</p>
  <p>The schedule the parties agreed to is aggressive. A plan and disclosure statement are due 30 days after the petition date, disclosure statement approval at 70 days, solicitation at 75 days, confirmation at 110 days, and consummation at 120 days. The restructuring support agreement terminates automatically nine months after execution if the effective date has not occurred.</p>
  <h3>Case at a Glance</h3>
  <table class="comparison">
    <thead>
      <tr>
<th>Item</th>
<th>Detail</th>
</tr>
    </thead>
    <tbody>
      <tr>
<td class="metric-label">Debtor</td>
<td>Vi-Jon, LLC (single debtor), St. Louis, Missouri</td>
</tr>
      <tr>
<td class="metric-label">Court and Judge</td>
<td>District of Delaware, Hon. Mary F. Walrath</td>
</tr>
      <tr>
<td class="metric-label">Debtor’s Counsel</td>
<td>Sidley Austin LLP</td>
</tr>
      <tr>
<td class="metric-label">Financial Advisor</td>
<td>Houlihan Lokey Capital, Inc.</td>
</tr>
      <tr>
<td class="metric-label">Restructuring Advisor</td>
<td>Berkeley Research Group, LLC (also supplying the CRO)</td>
</tr>
      <tr>
<td class="metric-label">Ad Hoc Plaintiffs’ Group</td>
<td>Counsel: Caplin &amp; Drysdale, Chartered; Financial Advisor: Province, LLC</td>
</tr>
      <tr>
<td class="metric-label">Prepetition FCR</td>
<td>A retired judge, with Willkie Farr &amp; Gallagher LLP as counsel</td>
</tr>
      <tr>
<td class="metric-label">Emprise Counsel</td>
<td>Bryan Cave Leighton Paisner LLP</td>
</tr>
      <tr>
<td class="metric-label">Claims and Noticing Agent</td>
<td>Omni Agent Solutions, Inc.</td>
</tr>
    </tbody>
  </table>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION II ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section II</div>
    <h2>The Debtor</h2>
  </div>
  <p>The most useful thing to understand about Vi-Jon is the mismatch between the size of the business and the size of the liability it carries. This is a private-label dry bath products company selling Epsom salts and body powder to retailers including Amazon, Dollar General, Kroger, TopCo, and Walgreens. Total net sales were approximately $26 million in 2025, with approximately $21 million expected in 2026. Adjusted EBITDA was approximately $700,000 in 2025, expected to fall to approximately $300,000 in 2026.</p>
  <p>As of the petition date, the debtor had one full-time salaried employee, a vice president and general manager, and one independent contractor providing litigation support.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">2025 Net Sales</div>
      <div class="stat-value">~$26M</div>
      <div class="stat-detail">~$21M projected for 2026</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">2025 Adjusted EBITDA</div>
      <div class="stat-value">~$700K</div>
      <div class="stat-detail">~$300K projected for 2026</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Full-Time Employees</div>
      <div class="stat-value">1</div>
      <div class="stat-detail">Plus one independent contractor</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Cash on Hand</div>
      <div class="stat-value">~$1.65M</div>
      <div class="stat-detail">As of the petition date</div>
    </div>
  </div>
  <p>Everything else is outsourced to affiliates. Manufacturing runs through a co-manufacturing agreement, and management, human resources, finance, information technology, legal compliance, risk management, insurance, employee benefits, and tax services run through two administrative services agreements. The debtor owns a single non-operational manufacturing plant in St. Louis, referred to in the filings as the Etzel Property, which is slated for sale with the net proceeds contributed to the trust.</p>
  <p>Customer concentration is high. The two largest customers accounted for nearly 50% of net sales in both 2024 and 2025. Epsom salt products represent roughly 65% of total annual net sales.</p>
  <h3>Corporate History</h3>
  <p>The company traces to 1908 as the Peroxide Specialty Company, rebranding as Vi-Jon Laboratories Inc. in 1933 and expanding into private-label cosmetic and personal care products in the 1960s. In 2006, Berkshire Partners LLC acquired a controlling interest and Vi-Jon Laboratories merged with Cumberland Swan Holdings, Inc. That merger matters for insurance purposes, because it brought with it rights under policies Cumberland Swan purchased from July 31, 1999 through July 31, 2006. In 2020, Berkshire consummated the ESOP Transactions, making the enterprise 100% employee-owned, and Vi-Jon, Inc. became Vi-Jon, LLC.</p>
  <table class="comparison">
    <thead>
      <tr>
<th>Metric</th>
<th>2024</th>
<th>2025</th>
<th>2026 (Projected)</th>
</tr>
    </thead>
    <tbody>
      <tr>
<td class="metric-label">Total net sales</td>
<td>Not stated</td>
<td>~$26 million</td>
<td>~$21 million</td>
</tr>
      <tr>
<td class="metric-label">Adjusted EBITDA</td>
<td>Not stated</td>
<td>~$700,000</td>
<td>~$300,000</td>
</tr>
      <tr>
<td class="metric-label">Epsom salt share of net sales</td>
<td>~65%</td>
<td>~65%</td>
<td>Not stated</td>
</tr>
      <tr>
<td class="metric-label">Two largest customers</td>
<td>~50% of net sales</td>
<td>~50% of net sales</td>
<td>Not stated</td>
</tr>
    </tbody>
  </table>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION III ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>What Went Wrong</h2>
  </div>
  <p>The declaration identifies a single primary driver of the filing, and it is not operational. Claims filed against the debtor increased by approximately 400% since 2023, driven largely by plaintiffs’ counsel adding the debtor to pre-existing cases in which it had not initially been named. Twenty-eight law firms filed talc-related claims against the debtor for the first time following the 2023 liability forecast. At the same time, average settlement costs increased substantially and dismissal rates decreased substantially.</p>
  <p>Then two verdicts landed within eight weeks of each other. On May 15, 2026, a jury returned a $10.2 million verdict in <em>Heyer v. A.H. Bennett Co.</em>, with 20% apportioned to the debtor and subject to certain setoffs. On July 7, 2026, judgment was entered against the debtor in <em>Ludwig v. Sumitomo Corp. of Americas</em> in the amount of $16,750,487. The $10.2 million figure is the full Heyer verdict rather than the debtor’s share, but the declaration nonetheless lists approximately $20 million of litigation judgments from these two matters among the debtor’s unsecured obligations. That is the exposure carried by a company projecting approximately $300,000 of adjusted EBITDA.</p>
  <div class="stat-row">
    <div class="stat-card negative">
      <div class="stat-label">Claim Growth Since 2023</div>
      <div class="stat-value">~400%</div>
      <div class="stat-detail">Largely from additions to existing cases</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">New Filing Firms</div>
      <div class="stat-value">28</div>
      <div class="stat-detail">First-time filers since the 2023 forecast</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">2026 Adverse Verdicts</div>
      <div class="stat-value">~$20M</div>
      <div class="stat-detail">Heyer verdict and Ludwig judgment</div>
    </div>
  </div>
  <p>The commercial picture deteriorated alongside the litigation. The debtor lost a significant portion of its body powder business in October 2025. Quarterly body powder net sales had run at approximately $2.4 million during 2024 and 2025 and fell to approximately $662,000 in the first quarter of 2026.</p>
  <div class="bar-chart">
    <div class="bar-chart-title">Body Powder Quarterly Net Sales</div>
    <div class="bar-group">
      <div class="bar-label">2024–2025 average</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 100%;">~$2.4 million</div></div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Q1 2026</div>
      <div class="bar-track"><div class="bar-fill orange" style="width: 27.6%;">~$662,000</div></div>
      <div class="bar-value-outside">−72%</div>
    </div>
    <div class="chart-note">Decline follows the October 2025 loss of a key customer. Body powder is the smaller of the debtor’s two product lines; Epsom salt accounts for roughly 65% of net sales.</div>
  </div>
  <p>What makes the claim volume notable is that the underlying conduct stopped a decade ago. The debtor permanently discontinued production and sale of talc products in 2016, having temporarily discontinued sales between 1995 and August 1999. Its average market share for talc products between 1975 and 2015 was 13.2%, with peak sales of approximately 20 million units in 2003. The debtor disputes all talc-related liabilities and maintains that its talc products were safe.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IV ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>The 2023 Restructuring Transaction</h2>
  </div>
  <p>You cannot read this case without understanding the transaction that shaped it. In late 2023, the enterprise separated the dry goods business from everything else it owned, and the exhibits filed with the declaration lay out the mechanics in four phases.</p>
  <p>In the refinancing phase, Vi-Jon formed VH Finance, LLC and Vivos Holdings, LLC. Vivos entered a new financing arrangement, distributed the proceeds up the chain to Vi-Jon, and Vi-Jon repaid its existing lenders. In the post-refinancing distribution phase, Vi-Jon contributed the equity of VH Finance to an intermediary holding company and then contributed substantially all of its assets to Vivos, retaining only the dry goods business. In the asset transfer phase, Vi-Jon distributed the equity of Vivos to VH Finance, and Vivos formed UpLift Brands, LLC, Consumer Product Partners, LLC, and INSPR Labs, LLC, moving branded inventory and intellectual property to the first and the remaining assets to the second. In the pre-reorganization phase, Vi-Jon Holding, Inc. became Emprise Group, Inc. and the intermediary holding company became Emprise HPC, LLC.</p>
  <p>What remained at Vi-Jon was the Epsom salts and body powder business, the Etzel Property, and the talc liability. What backstopped it was the Keepwell Agreement, executed December 28, 2023, under which Emprise HPC committed to provide up to $25 million in equity contributions.</p>
  <div class="timeline">
    <div class="timeline-item muted">
      <div class="timeline-date">June 2023</div>
      <div class="timeline-content">Vivos Holdings, LLC formed.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">December 3, 2023</div>
      <div class="timeline-content">Contribution Agreement transfers assets and liabilities unrelated to the dry goods business to Vivos. Co-manufacturing and administrative services agreements executed. Intercompany promissory note executed.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">December 28, 2023</div>
      <div class="timeline-content">Keepwell Agreement executed between Emprise HPC and the debtor, committing up to $25 million in equity contributions. Sized against the 2023 liability forecast.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">September 5, 2024</div>
      <div class="timeline-content">Intercompany Advance Agreement with Emprise becomes effective, advancing $675,000 to the debtor.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">August 2025</div>
      <div class="timeline-content">Vivos acquires Nice-Pak, further altering the organizational chart. Vivos loan documents executed.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">January 1, 2026</div>
      <div class="timeline-content">Integrated subsidiaries begin operating under the Nice-Pak brand.</div>
    </div>
  </div>
  <p>The 2023 transaction is also why the funded debt in this enterprise sits outside the debtor. The current organizational chart identifies Emprise Group as borrower or issuer under a prepetition asset-based lending facility and a first lien facility, with Emprise HPC as guarantor, and Emprise HPC as borrower under a second lien facility with Emprise Group as guarantor. Vi-Jon itself has no secured debt.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION V ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>The Forecast That Did Not Hold</h2>
  </div>
  <p>The analytical center of this case is a pair of numbers produced by the same expert three years apart. NERA prepared a series of liability forecasts for the enterprise between June 2020 and May 2026. The 2023 forecast, which was used to size the keepwell obligations, ran two scenarios. The 2026 forecast, prepared in May of this year, ran one.</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">2023</div>
      <div class="panel-label">Forecast Used to Size the Keepwell</div>
      <div class="split-item">
        <div class="item-label">Scenario 1 nominal value</div>
        <div class="item-value">$102 million</div>
      </div>
      <div class="split-item">
        <div class="item-label">Scenario 1 net present value</div>
        <div class="item-value" style="color: var(--accent-orange);">$14 million</div>
      </div>
      <div class="split-item">
        <div class="item-label">Scenario 2 nominal value</div>
        <div class="item-value">$59 million</div>
      </div>
      <div class="split-item">
        <div class="item-label">Scenario 2 net present value</div>
        <div class="item-value" style="color: var(--accent-orange);">$9 million</div>
      </div>
      <div class="split-item">
        <div class="item-label">NPV including defense costs</div>
        <div class="item-value">$16M to $54M</div>
      </div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">2026</div>
      <div class="panel-label">Updated Forecast, May 2026</div>
      <div class="split-item">
        <div class="item-label">Nominal value</div>
        <div class="item-value">$720 million</div>
      </div>
      <div class="split-item">
        <div class="item-label">Net present value</div>
        <div class="item-value" style="color: var(--accent-orange);">$159 million</div>
      </div>
      <div class="split-item">
        <div class="item-label">Increase in nominal value</div>
        <div class="item-value">7.1x to 12.2x</div>
      </div>
      <div class="split-item">
        <div class="item-label">Increase in net present value</div>
        <div class="item-value">11.4x to 17.7x</div>
      </div>
      <div class="split-item">
        <div class="item-label">Discount rate applied</div>
        <div class="item-value">12.5% annual</div>
      </div>
    </div>
  </div>
  <p>The declaration attributes the revision to three factors: a substantial increase in the number of claims, lower dismissal rates, and increased average settlement amounts. Each of those inputs moved in the same direction at the same time, which is how a forecast changes by an order of magnitude rather than a margin.</p>
  <div class="bar-chart">
    <div class="bar-chart-title">NERA Liability Forecasts: Net Present Value of Projected Talc Liabilities</div>
    <div class="bar-group">
      <div class="bar-label">2023, Scenario 2</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 5.7%;"></div></div>
      <div class="bar-value-outside">$9 million</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">2023, Scenario 1</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 8.8%;"></div></div>
      <div class="bar-value-outside">$14 million</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">2026 forecast</div>
      <div class="bar-track"><div class="bar-fill orange" style="width: 100%;">$159 million</div></div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="chart-note">Nominal values for the same forecasts are $59 million, $102 million, and $720 million respectively. NERA applied a 12.5% annual discount rate.</div>
  </div>
  <div class="callout">
    <h4>The Number That Did Not Move</h4>
    <p><span class="callout-stat">$25M</span>The keepwell commitment was sized off a forecast whose net present value ranged from $9 million to $14 million. Three years later, the forecast puts net present value at $159 million. The $25 million figure survived that revision unchanged and now appears as the guaranteed cash contribution to the section 524(g) trust.</p>
    <p>That is not the whole picture, because the trust also receives insurance rights, a promissory note, real estate proceeds, causes of action, and a contingent fee. But every one of those assets is unliquidated. The $25 million is the part claimants can count.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VI ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>Capital Structure</h2>
  </div>
  <p>The balance sheet is unusually clean for a Chapter 11 debtor, which is a direct consequence of the 2023 transaction. Vi-Jon has no secured debt and no accrued outstanding third-party trade accounts payable as of the petition date. Its obligations are litigation, indemnification, professional fees, and intercompany.</p>
  <table class="comparison">
    <thead>
      <tr>
<th>Obligation</th>
<th>Amount</th>
<th>Character</th>
</tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Litigation judgments</td>
        <td>~$20 million</td>
        <td>Heyer and Ludwig; unsecured</td>
      </tr>
      <tr>
        <td class="metric-label">Retailer indemnification claims</td>
        <td>~$15 million</td>
        <td>Disputed, contingent, and unliquidated</td>
      </tr>
      <tr>
        <td class="metric-label">Other unsecured claims</td>
        <td>~$2 million</td>
        <td>Non-restructuring professional fees</td>
      </tr>
      <tr>
        <td class="metric-label">Intercompany promissory note</td>
        <td>$1,460,000</td>
        <td>Balance as of July 25, 2026</td>
      </tr>
      <tr>
        <td class="metric-label">Intercompany advance from Emprise</td>
        <td>$675,000</td>
        <td>Secured by Etzel Property sale proceeds; security interest never perfected</td>
      </tr>
      <tr>
        <td class="metric-label">Third-party trade payables</td>
        <td>None accrued</td>
        <td>As of the petition date</td>
      </tr>
      <tr>
        <td class="metric-label">Secured debt</td>
        <td>None</td>
        <td>Funded debt sits at Emprise entities outside the estate</td>
      </tr>
    </tbody>
  </table>
  <p>The unperfected security interest on the Emprise advance is worth flagging. The declaration states plainly that the interest was never perfected. The plan term sheet assigns chapter 5 preference causes of action to the trust among the assigned causes of action, so the disposition of that advance is a question the trust would inherit rather than one the plan resolves on its face.</p>
  <p>The retailer indemnification claims deserve equal attention. Approximately $15 million of contingent indemnification exposure runs to customers under agreements requiring the debtor to defend, indemnify, and hold harmless those customers from claims arising out of products it sold. Those customers are not affiliates and, as Section X describes, the term sheet expressly declines to extend the automatic stay to them absent consent.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>Insurance: The Largest and Least Certain Trust Asset</h2>
  </div>
  <p>By stated limits, insurance dwarfs every other component of the trust. From 1965 through October 31, 2016, the debtor and its predecessors purchased over $900 million of general liability, products liability, and umbrella coverage. The aggregate limit attributable to insurers who are currently solvent is approximately $900 million, with fewer than $20 million in limits issued by insurers now insolvent.</p>
  <table class="comparison">
    <thead>
      <tr>
<th>Attribute</th>
<th>Detail</th>
</tr>
    </thead>
    <tbody>
      <tr>
<td class="metric-label">Coverage period</td>
<td>1965 through October 31, 2016</td>
</tr>
      <tr>
<td class="metric-label">Gap period</td>
<td>April 1, 1971 through May 19, 1977, no coverage</td>
</tr>
      <tr>
<td class="metric-label">Aggregate limits, solvent insurers</td>
<td>Approximately $900 million</td>
</tr>
      <tr>
<td class="metric-label">Limits from insolvent insurers</td>
<td>Less than $20 million</td>
</tr>
      <tr>
<td class="metric-label">Policy trigger</td>
<td>Overwhelmingly occurrence-based</td>
</tr>
      <tr>
<td class="metric-label">Self-insured retentions</td>
<td>$0 to $25,000</td>
</tr>
      <tr>
<td class="metric-label">Successor rights</td>
<td>Cumberland Swan policies, July 31, 1999 to July 31, 2006, by merger</td>
</tr>
      <tr>
<td class="metric-label">Post-2016 policies</td>
<td>Purchased but contain explicit talc products liability exclusions</td>
</tr>
      <tr>
<td class="metric-label">Insurer position</td>
<td>Asbestos exclusions, pollution exclusions, and other defenses asserted</td>
</tr>
      <tr>
<td class="metric-label">Coverage litigation</td>
<td>Not yet pursued by the debtor</td>
</tr>
    </tbody>
  </table>
  <p>Under the plan term sheet, the debtor assigns its rights under the talc insurance policies to the trust, and the non-debtor affiliates contribute their own rights under those policies as well. The channeling injunction is to be structured to preserve and maximize the value of those rights, and the non-debtor affiliates waive any liens on the real property and sale proceeds. A coverage adversary proceeding cannot be commenced without the reasonable consent of Emprise before the effective date, and of the claimants’ representatives or committee and the future claimants’ representative.</p>
  <div class="callout">
    <h4>Stated Limits Are Not Recoveries</h4>
    <p>Approximately $900 million in aggregate limits is a ceiling, not a recovery estimate. Between that number and dollars in the trust sit prior exhaustion, a six-year gap in coverage, asbestos and pollution exclusions that certain insurers have already asserted, allocation across an occurrence-based tower spanning five decades, and the fact that no coverage litigation has yet been commenced. Whether insurance converts is the single largest open variable in this case.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VIII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>The Restructuring Framework and Trust Funding</h2>
  </div>
  <p>Emprise commits $32 million of cash on the effective date, of which $25 million funds the trust and $7 million funds case administration in accordance with an agreed budget. The declaration describes that $7 million as exit financing; the term sheet describes it as part of the effective date contribution to be used per the budget. Layered on top is approximately $8.1 million of remaining undrawn capital commitments under the amended keepwell agreement, to be advanced following entry of the interim cash management order and not subject to repayment. Total committed cash across the case is approximately $40.1 million.</p>
  <div class="bar-chart">
    <div class="bar-chart-title">Emprise Cash Commitments Across the Case</div>
    <div class="bar-group">
      <div class="bar-label">Trust contribution</div>
      <div class="bar-track"><div class="bar-fill orange" style="width: 62.3%;">$25.0 million</div></div>
      <div class="bar-value-outside">Effective Date</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Undrawn keepwell</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 20.2%;">$8.1 million</div></div>
      <div class="bar-value-outside">Post-interim order</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Case administration</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 17.5%;">$7.0 million</div></div>
      <div class="bar-value-outside">Effective Date</div>
    </div>
    <div class="chart-note">Total approximately $40.1 million. Excludes the contingent $20 million settlement fee, which is payable only upon a future sale or merger of Emprise at an enterprise value at or above $1 billion.</div>
  </div>
  <h3>Trust Assets</h3>
  <table class="comparison">
    <thead>
      <tr>
<th>Component</th>
<th>Amount or Description</th>
<th>Certainty</th>
</tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Emprise effective date cash trust contribution</td>
        <td>$25 million, not reduced for professional fees</td>
        <td class="change-positive">Guaranteed</td>
      </tr>
      <tr>
        <td class="metric-label">Debtor promissory note</td>
        <td>$1 million, six-month maturity, stated in the term sheet as subject to further discussion, non-interest bearing, secured by a non-recourse first-priority lien on 50.1% of reorganized debtor equity</td>
        <td>Fixed, subject to performance</td>
      </tr>
      <tr>
        <td class="metric-label">Talc insurance rights</td>
        <td>Assignment of the debtor’s rights plus contribution of the non-debtor affiliates’ rights</td>
        <td class="change-negative">Unliquidated</td>
      </tr>
      <tr>
        <td class="metric-label">Real estate proceeds</td>
        <td>Net of broker’s commissions and reasonable documented costs of sale</td>
        <td class="change-negative">Unliquidated</td>
      </tr>
      <tr>
        <td class="metric-label">Assigned causes of action</td>
        <td>Insurance-related, talc-related, 2020 ESOP Transaction claims against Excluded Parties, and chapter 5 preference actions</td>
        <td class="change-negative">Unliquidated</td>
      </tr>
      <tr>
        <td class="metric-label">Settlement fee</td>
        <td>$20 million, payable only on a sale or merger of Emprise at enterprise value at or above $1 billion</td>
        <td class="change-negative">Contingent</td>
      </tr>
    </tbody>
  </table>
  <h3>The Contingent Settlement Fee</h3>
  <p>The settlement fee is the most structurally interesting piece of the package. It equals 50% of the first $40 million of gross consideration above $1 billion in a sale or merger of Emprise, capped at $20 million, and it is payable only if that transaction occurs at an enterprise value at or above $1 billion. The trust receives consultation rights on the computation, including enough information to assess the enterprise value calculation.</p>
  <p>The effect is to give claimants a participation in future enterprise upside without giving them equity in Emprise and without imposing a fixed obligation on a business that may never transact. It also creates a monitoring problem the parties addressed directly, since the fee turns entirely on a valuation the payor controls.</p>
  <div class="gauge-row">
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#FD7250" stroke-width="10" stroke-dasharray="49.3 264.9" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="56" text-anchor="middle" font-size="13" font-weight="700" fill="#2C4146">15.7%</text>
        <text x="60" y="71" text-anchor="middle" font-size="8" fill="#6B8A91">of 2026 NPV</text>
      </svg>
      <div class="gauge-label">Guaranteed cash vs. 2026 forecast NPV</div>
      <div class="gauge-value" style="font-size:16px;">$25M of $159M</div>
    </div>
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#2C4146" stroke-width="10" stroke-dasharray="157.1 157.1" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="56" text-anchor="middle" font-size="13" font-weight="700" fill="#2C4146">50%</text>
        <text x="60" y="71" text-anchor="middle" font-size="8" fill="#6B8A91">of first $40M</text>
      </svg>
      <div class="gauge-label">Settlement fee sharing above $1 billion</div>
      <div class="gauge-value" style="font-size:16px;">Capped at $20M</div>
    </div>
  </div>
  <h3>Transfers Under the Plan</h3>
  <p>Two asset transfers sit inside the structure. A material set of the debtor’s assets, to be scheduled in a plan supplement, transfers to Emprise HPC, LLC or another non-debtor affiliate or designee under section 1123(a)(5)(D), in exchange for the monetary and non-monetary contributions described above. Separately, the real property is to be sold during the case under section 363 or under the plan under section 1123(a)(5)(D), with the parties intending to qualify for the section 1146(a) exemption from stamp and transfer taxes. If that sale is not consummated or requisite consent is withheld, the claimants’ representatives or the official committee may elect to have the real property itself contributed to the trust.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IX ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>The Estate Claims Question</h2>
  </div>
  <p>Whenever a debtor releases the affiliates that received its assets three years before it filed, the record supporting that release becomes the most examined part of the case. The declaration devotes several pages to building that record.</p>
  <p>On April 1, 2026, the board adopted unanimous consents establishing a special committee and adopting a charter designating two independent directors as its members. The charter delegated to the committee exclusive authority over the relevant matters. On April 16, 2026, the committee directed a Sidley litigation partner to investigate potential claims against the debtor’s equity holders, affiliates, directors, managers, and officers, expressly including alter ego, veil piercing, successor liability, actual fraudulent transfer, and constructive fraudulent transfer. The investigation included diligence requests covering the books and records underlying the 2023 restructuring transaction and the emails of key employees, along with interviews of management at the debtor, Emprise, and Vivos.</p>
  <p>The declaration does not disclose the committee’s conclusions. It discloses the outcome. As part of the restructuring support agreement, and in exchange for the affiliates’ contributions to the trust and to the case, the debtor agreed to release, under a confirmed plan, all claims and causes of action arising out of the 2023 restructuring transaction and all other estate claims and causes of action against the non-debtor affiliates.</p>
  <h3>What Survives</h3>
  <p>Claims relating to the 2020 ESOP Transaction are preserved, but only against a defined set of Excluded Parties: Berkshire Partners LLC, Berkshire Fund VI Limited Partnership, Berkshire Investors LLC, Berkshire Investors III LLC, and Brunner-family related entities and individuals. Those claims are assigned to the trust alongside insurance-related claims, talc-related claims, and chapter 5 preference actions.</p>
  <p>Procedurally, the plan is deemed a motion to approve the estate claims settlement, and entry of the confirmation order constitutes court approval under section 1123 of the Bankruptcy Code and the applicable rules. That means the settlement of the estate’s claims against the affiliates would be adjudicated through confirmation rather than through a standalone contested motion earlier in the case.</p>
  <div class="callout">
    <h4>The Test Ahead</h4>
    <p>The value of the released claims is the yardstick against which the $25 million contribution will be measured. Support from counsel representing the large majority of claimants is a meaningful data point, and it is not the whole inquiry. An official committee of unsecured creditors has not yet been appointed, the future claimants’ representative has not yet been approved by the court, and the plan has not yet been filed. Whether the record built by the special committee carries the settlement is a question that will be answered at confirmation, if it is tested at all.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION X ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section X</div>
    <h2>The Section 524(g) Path</h2>
  </div>
  <p>Section 524(g) requires acceptance by at least 75% in number of the claimants whose claims are to be channeled. That requirement is the reason this case was negotiated before it was filed, and it explains the composition of the supporting party group.</p>
  <div class="gauge-row">
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#FD7250" stroke-width="10" stroke-dasharray="235.6 78.6" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="56" text-anchor="middle" font-size="14" font-weight="700" fill="#2C4146">75%</text>
        <text x="60" y="71" text-anchor="middle" font-size="8" fill="#6B8A91">in number</text>
      </svg>
      <div class="gauge-label">Statutory acceptance threshold under section 524(g)</div>
      <div class="gauge-value" style="font-size:16px;">Prepetition support secured</div>
    </div>
  </div>
  <p>The two source documents describe that support slightly differently, and the difference is worth noting precisely. The restructuring support agreement recites that the eight signatory Talc Claimants’ Representatives collectively represent at least 75% of holders by number, with a joinder mechanism allowing additional firms to become parties. The declaration describes the Ad Hoc Plaintiffs’ Group as nine plaintiffs’ counsel representing more than 80% of holders of talc-related claims. Either way, prepetition support sits at or above the statutory floor, and the margin above that floor is thin enough to matter.</p>
  <p>The signatory firms agreed to support the plan, to recommend that their clients vote in favor and not opt out of the third-party releases, and, where they hold a specific power of attorney authorizing them to vote on a bankruptcy plan, to exercise it accordingly. Ballots will contain an opt out with respect to releases of talc claims against the non-debtor affiliates, or an opt in if the court does not permit an opt out.</p>
  <h3>Scope of the Injunction</h3>
  <p>The channeling injunction would permanently enjoin talc claims against the debtor, the reorganized debtor, the non-debtor affiliates, and each of their related parties, channeling them exclusively to the trust. Related parties is defined broadly to include current and former officers, directors, shareholders, lenders, employees, professionals, agents, consultants, and their assignees, predecessors, and successors. The trust indemnifies the non-debtor affiliates and their related parties against talc claims, and no claimant may receive a distribution without first delivering a written general release in a form acceptable to those parties.</p>
  <p>Before the effective date, the debtor may file an adversary proceeding seeking a preliminary injunction and temporary restraining order extending the automatic stay to the non-debtor affiliates and their related parties. The claimants’ representatives and the prepetition future claimants’ representative agreed not to oppose it.</p>
  <h3>The Customer and Retailer Carve-Out</h3>
  <p>Customers and retailers were treated differently, and deliberately so. Absent consent of the claimants’ representatives or the official committee and the future claimants’ representative, neither the debtor nor Emprise will settle with or support relief for any customer or retailer, including any attempt to extend the automatic stay or enjoin talc claims against them, and neither will seek or support removal of talc claims against those entities to federal court. Commercial accommodations remain permitted, provided they do not settle, release, channel, or enjoin any talc claim against the customer or retailer.</p>
  <p>Read against the approximately $15 million of retailer indemnification exposure disclosed in the declaration, that carve-out leaves the debtor’s customers exposed to continued litigation and leaves their indemnification claims against the estate outside the resolution the trust provides.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION XI ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section XI</div>
    <h2>Milestones and Cost Discipline</h2>
  </div>
  <p>The parties built a 120-day case and then built the cost controls to match it. That pairing is intentional. When the trust corpus is fixed at $25 million of guaranteed cash, every dollar of administrative expense is a dollar that does not reach claimants, and the term sheet says so directly: the transactions will not be feasible or in the best interests of claimants unless the process is undertaken on a cost-efficient basis.</p>
  <div class="timeline">
    <div class="timeline-item">
      <div class="timeline-date">July 30, 2026</div>
      <div class="timeline-content">Restructuring support agreement and amended keepwell agreement executed.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">August 2, 2026</div>
      <div class="timeline-content">Petition date. Chapter 11 filed in the District of Delaware.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">Petition date plus 1 day</div>
      <div class="timeline-content">Cash management motion filed, including request for approval of the amended keepwell agreement.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">Plus 3 business days</div>
      <div class="timeline-content">Interim cash management order to be entered, unlocking the undrawn keepwell commitments.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">Plus 30 days</div>
      <div class="timeline-content">Plan and disclosure statement to be filed.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">Plus 35 days</div>
      <div class="timeline-content">Final cash management order to be entered.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">Plus 70 days</div>
      <div class="timeline-content">Disclosure statement approval order to be entered.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">Plus 75 days</div>
      <div class="timeline-content">Solicitation to commence.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">Plus 110 days</div>
      <div class="timeline-content">Confirmation order to be entered.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">Plus 120 days</div>
      <div class="timeline-content">Plan to be consummated.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">Nine months from execution</div>
      <div class="timeline-content">Restructuring support agreement terminates automatically absent written extension.</div>
    </div>
  </div>
  <p>The controls themselves are unusually specific for a first day record. Professionals of the company, the official committee of unsecured creditors, and the future claimants’ representative are each subject to a budget and an agreed aggregate cap on fees to be incurred and allowed during the case, reflected in a budget that may be amended only with Emprise’s consent. A weekly budget variance report goes to Emprise, the committee, and the future claimants’ representative, setting out actual non-operating expenditures against budget with an explanation of material variances, certified by the chief restructuring officer. The parties also agreed that a solicitation process similar to the protections in <em>Miyoshi America</em> would be considered commercially reasonable.</p>
  <p>Fiduciary outs are preserved throughout. The company’s board of managers or special committee may deviate from the agreement if it determines in good faith, on advice of counsel, that its fiduciary duties require it, and the official committee and the official future claimants’ representative reserve the same rights.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION XII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section XII</div>
    <h2>Stakeholder Outlook and What to Watch</h2>
  </div>
  <p>If the plan is confirmed as contemplated, the outcomes divide cleanly. The following reflects the framework set out in the restructuring support agreement and plan term sheet, all of which remains subject to negotiation of definitive documents, court approval, and confirmation.</p>
  <table class="comparison">
    <thead>
      <tr>
<th>Stakeholder</th>
<th>Contemplated Outcome</th>
<th>Principal Uncertainty</th>
</tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Current talc claimants</td>
        <td>Claims channeled to the trust; sole recourse is the trust under the trust distribution procedures</td>
        <td>Recovery depends on whether insurance, real estate, and causes of action convert beyond the $25 million of guaranteed cash</td>
      </tr>
      <tr>
        <td class="metric-label">Future talc claimants</td>
        <td>Same trust, same procedures; represented by the future claimants’ representative</td>
        <td>Share a corpus with a current claim pool that grew roughly 400% in three years</td>
      </tr>
      <tr>
        <td class="metric-label">Customers and retailers</td>
        <td>No stay extension and no channeling protection absent consent; approximately $15 million of indemnification claims</td>
        <td>Plan treatment of those claims is not addressed in the term sheet</td>
      </tr>
      <tr>
        <td class="metric-label">Non-debtor affiliates</td>
        <td>Releases, channeling injunction protection, trust indemnity, and assumption of designated contracts</td>
        <td>Contingent on confirmation of a plan containing the negotiated release scope</td>
      </tr>
      <tr>
        <td class="metric-label">Excluded Parties</td>
        <td>No release; 2020 ESOP Transaction claims preserved and assigned to the trust</td>
        <td>Whether the trust elects to pursue those claims and what they are worth</td>
      </tr>
      <tr>
        <td class="metric-label">Reorganized debtor</td>
        <td>Continues after transferring designated assets to Emprise HPC or a designee; issues the $1 million note</td>
        <td>Note is secured by a non-recourse lien on 50.1% of its equity; default permits foreclosure</td>
      </tr>
      <tr>
        <td class="metric-label">Trade creditors</td>
        <td>No accrued third-party trade payables as of the petition date</td>
        <td>Limited practical exposure</td>
      </tr>
    </tbody>
  </table>
  <div class="callout">
    <h4>Five Things That Determine the Outcome</h4>
    <p>First, whether support holds through solicitation. The statutory floor is 75% in number, and prepetition support was described as at or modestly above that level. Second, what the trust distribution procedures do with a claim pool that quadrupled in three years while dismissal rates fell. Third, whether the insurance rights convert, given a six-year coverage gap, asserted exclusions, and no coverage litigation commenced to date. Fourth, whether anyone tests the settlement of estate claims against the affiliates, and what the special committee’s record shows if they do. Fifth, whether a 120-day timeline survives its first encounter with an official committee that has not yet been appointed.</p>
    <p>Nothing in the current record resolves any of those questions. The plan has not been filed, the disclosure statement has not been approved, and no objection deadlines have run.</p>
  </div>
  <p>What makes this case worth following is not its size. It is the structure. A liability that outgrew the vehicle built to contain it, a forecast revised by an order of magnitude, a fixed contribution that did not move with it, and a settlement that trades estate claims for the certainty of cash. Those are the questions section 524(g) practice has been working through for a decade, presented here at a scale small enough to see all of the moving parts at once.</p>
</section>
<footer class="report-footer">
  <div class="container">
    <div class="footer-brand"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report is based on the AI Dossier generated by Research Suite by Stretto, which analyzed four documents spanning 103 pages filed at Docket No. 8 in <em>In re Vi-Jon, LLC</em>, Case No. 26-11216 (MFW), United States Bankruptcy Court for the District of Delaware: the first day declaration of the Chief Restructuring Officer and its three exhibits, comprising the corporate organizational chart, the 2023 Restructuring Transaction organizational charts, and the Restructuring Support Agreement with its Plan Term Sheet. All facts, figures, and docket citations are drawn from the underlying docket filings as summarized in the AI Dossier. The plan described in this report has not been filed, solicited, or confirmed, and all terms remain subject to negotiation of definitive documents and court approval.</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
    <p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
    <p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
  </div>
</footer>
</body>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/two-plans-no-approval-baltimore-archdiocese-disclosure-statements-denied</id>
    <published>2026-08-10T01:46:49-05:00</published>
    <updated>2026-08-10T01:46:53-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/two-plans-no-approval-baltimore-archdiocese-disclosure-statements-denied" rel="alternate" type="text/html"/>
    <title>Two Plans, No Approval: Baltimore Archdiocese Disclosure Statements Denied</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p><span>The Maryland bankruptcy court rejected both competing disclosure statements in the Roman Catholic Archbishop of Baltimore case, finding each plan patently unconfirmable and pushing a confirmation hearing that was three years in the making off its schedule</span></p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/two-plans-no-approval-baltimore-archdiocese-disclosure-statements-denied">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<body>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Two Plans, No Approval: Baltimore Archdiocese Disclosure Statements Denied | Stretto Intelligence</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap" rel="stylesheet">
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
/* --- HEADER --- */
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 800px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 700px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
}
/* --- LAYOUT --- */
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
/* --- SECTION HEADERS --- */
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
p { margin-bottom: 18px; line-height: 1.75; }
/* --- STAT CARDS --- */
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.2;
}
.stat-card .stat-detail { font-size: 13px; color: var(--light-slate); margin-top: 4px; }
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
/* --- COMPARISON TABLES --- */
table.comparison { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 15px; }
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td { padding: 14px 18px; border-bottom: 1px solid var(--light-gray); vertical-align: top; }
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
/* --- BAR CHARTS --- */
.bar-chart { margin: 30px 0; padding: 30px; background: var(--fine-gray); border-radius: 8px; }
.bar-chart-title { font-size: 16px; font-weight: 500; color: var(--dark-slate); margin-bottom: 25px; }
.bar-group { display: flex; align-items: center; margin-bottom: 16px; }
.bar-label {
  width: 190px;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-body);
  flex-shrink: 0;
  text-align: right;
  padding-right: 16px;
}
.bar-track { flex: 1; height: 32px; background: var(--light-gray); border-radius: 4px; position: relative; overflow: hidden; }
.bar-fill {
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  transition: width 1s ease;
}
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside { margin-left: 10px; font-size: 13px; font-weight: 500; color: var(--text-body); flex-shrink: 0; width: 90px; }
/* --- CALLOUT BOXES --- */
.callout {
  background: var(--dark-slate);
  color: var(--white);
  padding: 35px 40px;
  border-radius: 8px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.callout::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 5px; height: 100%;
  background: var(--accent-orange);
}
.callout h4 {
  color: var(--accent-orange);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: 500;
}
.callout p { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.7; margin: 0; }
.callout .callout-stat { font-size: 48px; font-weight: 700; color: var(--accent-orange); display: block; margin-bottom: 8px; }
/* --- TIMELINES --- */
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before {
  content: '';
  position: absolute;
  left: 8px; top: 0; bottom: 0;
  width: 2px;
  background: var(--medium-gray);
}
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before {
  content: '';
  position: absolute;
  left: -26px; top: 6px;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--accent-orange);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--accent-orange);
}
.timeline-item.muted::before { background: var(--light-slate); box-shadow: 0 0 0 2px var(--light-slate); }
.timeline-date { font-size: 13px; font-weight: 500; color: var(--accent-orange); letter-spacing: 0.5px; }
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
/* --- SPLIT COMPARISON PANELS --- */
.split-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 40px 0; border-radius: 8px; overflow: hidden; }
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 40px; font-weight: 700; margin-bottom: 5px; line-height: 1.15; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; }
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 17px; font-weight: 500; line-height: 1.45; }
/* --- FOOTER --- */
.report-footer {
  background: var(--dark-slate);
  color: rgba(255,255,255,0.5);
  padding: 50px 40px;
  margin-top: 80px;
  font-size: 13px;
  line-height: 1.7;
}
.report-footer .footer-brand { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 20px; }
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
/* --- SECTION DIVIDER --- */
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
  .bar-label { width: 120px; font-size: 12px; }
}
</style>
<header class="report-header">
  <div class="header-top">
    <div class="brand-mark"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <div class="report-type">Special Report</div>
  </div>
  <div class="header-content">
    <h1>Two Plans, <span class="highlight">No Approval</span>: Baltimore Archdiocese Disclosure Statements Denied</h1>
    <p class="header-subtitle">The Maryland bankruptcy court rejected both competing disclosure statements in the Roman Catholic Archbishop of Baltimore case, finding each plan patently unconfirmable and pushing a confirmation hearing that was three years in the making off its schedule.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>August 2026</span>
      <span>Analysis of the Order Denying Approval of Disclosure Statements, ECF 2813</span>
    </div>
  </div>
</header>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>Where Things Stand</h2>
  </div>
  <p>Both plans are off the table. On August 4, 2026, the United States Bankruptcy Court for the District of Maryland denied approval of the two competing disclosure statements in the Chapter 11 case of the Roman Catholic Archbishop of Baltimore, holding that neither satisfies section 1125 of the Bankruptcy Code and that each describes a plan of reorganization that is patently unconfirmable. The denial was entered without prejudice. As a scheduling matter it was decisive.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Order Entered</div>
      <div class="stat-value">Aug 4, 2026</div>
      <div class="stat-detail">ECF 2813, 16 pages</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Disclosure Statements Denied</div>
      <div class="stat-value">2 of 2</div>
      <div class="stat-detail">Debtor DS and Committee DS</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Solicitation Mailing Deadline</div>
      <div class="stat-value">Aug 10, 2026</div>
      <div class="stat-detail">Six days after entry of the order</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Case Pending</div>
      <div class="stat-value">34 months</div>
      <div class="stat-detail">Petition filed September 29, 2023</div>
    </div>
  </div>
  <p>The Court had set a confirmation hearing to begin on September 14, 2026, which required solicitation packages to be mailed on or before August 10, 2026. The order states plainly that the Court does not find adequate time to consider amended competing disclosure statements before that date, and that the deficiencies in the pending documents are too significant to justify having the parties spend more time or money on them in their current form. Six days is not a revision cycle. The confirmation schedule the Court described as tight by design has now been overtaken by the substance of what was filed against it.</p>
  <p>The immediate consequence extends beyond the calendar. In March 2026, seven survivors of child sexual abuse moved for relief from the automatic stay to pursue their claims in the Maryland state courts. The Court did not decide those motions. It continued them, along with the automatic stay itself, to September 30, 2026, on the theory that a firm confirmation schedule gave the parties a short runway to reach a global, consensual resolution before the status quo changed. That runway is now shorter than the parties assumed, and the September 30 date arrives with no approved disclosure statement, no solicitation, and no confirmation hearing in front of it.</p>
  <div class="callout">
    <h4>The Court’s Framing</h4>
    <p>The order opens with a proposition that will travel well beyond this case: in the disclosure statement context, more does not mean better, and more does not equal adequate disclosure. The Court found that both proponents responded to objections and legal hurdles by adding optionality and additional disclosure, and that the cumulative effect was to bury the information creditors actually need to vote.</p>
  </div>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section II</div>
    <h2>The Debtor and the Parties in Interest</h2>
  </div>
  <p>The Roman Catholic Archbishop of Baltimore is operating as a debtor in possession under section 1107 of the Bankruptcy Code. It is the only debtor before the Court. That fact does a great deal of work throughout the order, because much of what both plans propose depends on entities that have not filed and are not subject to the Court’s in rem jurisdiction.</p>
  <p>The creditor body is unusual in composition and central to how the Court reads the disclosure obligation. All members of the Official Committee of Unsecured Creditors are survivors of child sexual abuse. The Court treats that composition as the reason sections 1125 and 1129 matter here in the first place, noting that those provisions exist in large part to protect the creditors of the estate, which in this case are primarily survivors. The remaining constituencies are the Debtor’s insurance carriers, an Ad Hoc Committee of Parishes, Schools, and Affiliates, and the Covered Parties, meaning the related entities included as additional insureds under the Debtor’s current and legacy insurance programs.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Party</th>
        <th>Role in the Case</th>
        <th>Position on the Pending Matters</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Debtor</td>
        <td>Corporation sole, debtor in possession under section 1107</td>
        <td>Proponent of the Debtor DS and plan; opposed the survivors’ stay relief motions and sought continued stay protection</td>
      </tr>
      <tr>
        <td class="metric-label">Official Committee of Unsecured Creditors</td>
        <td>Statutory committee composed entirely of survivors</td>
        <td>Proponent of the Committee DS and competing plan; supported the stay relief motions</td>
      </tr>
      <tr>
        <td class="metric-label">Insurers</td>
        <td>Current and legacy insurance carriers</td>
        <td>Participated in mediation; certain insurers opposed stay relief</td>
      </tr>
      <tr>
        <td class="metric-label">Ad Hoc Committee of Parishes, Schools, and Affiliates</td>
        <td>Nondebtor affiliated entities</td>
        <td>Opposed the survivors’ stay relief motions</td>
      </tr>
      <tr>
        <td class="metric-label">Covered Parties</td>
        <td>Related entities named as additional insureds</td>
        <td>Beneficiaries of the Interim Stay Order extending the automatic stay</td>
      </tr>
    </tbody>
  </table>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>How the Case Got Here</h2>
  </div>
  <p>The filing was a direct response to legislation. In April 2023, the Maryland General Assembly passed the Maryland Child Victims Act, which eliminated the statute of limitations on civil lawsuits involving child sexual abuse. The Debtor filed its Chapter 11 petition on September 29, 2023, two days before the statute took effect on October 1, 2023. On the petition date, the Debtor also moved to extend the automatic stay to the Covered Parties under its insurance programs.</p>
  <p>The Court granted that relief on an interim basis and then continued it under a Second Interim Order extending the automatic stay to certain related entities. That order has now been in place for nearly three years. The order under review identifies this as the source of the current posture. Three years of stay protection for both the Debtor and a set of nondebtor entities, periodic mediation among the Debtor, the Committee, and the Insurers, litigation in the main case and in two separate adversary proceedings, and still no plan proposing a global resolution. What the Court has instead is two competing plans and, in its own description, relatively little agreement on the best path forward.</p>
  <div class="timeline">
    <div class="timeline-item">
      <div class="timeline-date">April 2023</div>
      <div class="timeline-content">Maryland General Assembly passes the Child Victims Act, eliminating the statute of limitations on civil child sexual abuse claims.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">September 29, 2023</div>
      <div class="timeline-content">Debtor files its Chapter 11 petition (ECF 1) and simultaneously moves to extend the automatic stay to Covered Parties (ECF 12).</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">October 1, 2023</div>
      <div class="timeline-content">The Child Victims Act becomes effective, two days after the filing.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">2023 to 2026</div>
      <div class="timeline-content">Interim Stay Order maintained and amended (ECF 52, 173, 1127). Periodic mediation (ECF 705) and litigation in the main case and two adversary proceedings.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">March 2026</div>
      <div class="timeline-content">Seven survivors move for relief from the automatic stay under section 362(a) to pursue claims against the Debtor, certain insurance policies, and the Covered Parties in Maryland state courts. The Committee supports the motions.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">After March 2026</div>
      <div class="timeline-content">The Court preliminarily resolves the stay matters by setting a firm confirmation schedule and continuing the stay and the stay relief motions to September 30, 2026 (ECF 2559).</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">June 8, 15, 29 and July 6, 13, 20, 2026</div>
      <div class="timeline-content">Six continued hearings on the competing disclosure statements and plans, referred to in the order as the Prior DS Hearings.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 13, 2026</div>
      <div class="timeline-content">The Court places preliminary rulings on the record regarding the insurance trusts and substantive consolidation of nondebtor affiliates (ECF 2715), later incorporated into the August 4 order.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 31, 2026</div>
      <div class="timeline-content">Final hearing on the Debtor’s amended disclosure statement (ECF 2785) and the Committee’s third amended disclosure statement (ECF 2787).</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">August 4, 2026</div>
      <div class="timeline-content">Order denying approval of both disclosure statements without prejudice (ECF 2813).</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">August 10, 2026</div>
      <div class="timeline-content">Deadline for mailing solicitation packages for a September 14 confirmation hearing, now effectively missed.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">September 30, 2026</div>
      <div class="timeline-content">Continued date for the automatic stay and the survivors’ stay relief motions.</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>Two Documents, 212 Pages, and the Section 1125 Standard</h2>
  </div>
  <p>Length is not the holding, but it is the entry point. The Court found that each document provides an appropriate level of detail about the key prepetition and postpetition events concerning the Debtor, so the deficiencies it identified are not a failure to cover the history of the case. The Debtor’s amended disclosure statement runs 54 pages without exhibits. The Committee’s third amended disclosure statement runs 158 pages without exhibits. The Court took 16 pages to explain why neither works.</p>
  <div class="bar-chart">
    <div class="bar-chart-title">Document Length, Excluding Exhibits</div>
    <div class="bar-group">
      <div class="bar-label">Committee DS (ECF 2787)</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 100%;">158 pages</div></div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Debtor DS (ECF 2785)</div>
      <div class="bar-track"><div class="bar-fill orange" style="width: 34.2%;">54 pages</div></div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Order denying both (ECF 2813)</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 10.1%;">16</div></div>
      <div class="bar-value-outside">16 pages</div>
    </div>
  </div>
  <p>Section 1125(a)(1) requires information of a kind, and in sufficient detail, that would enable a hypothetical investor of the relevant class to make an informed judgment about the plan. The determination is case by case and largely within the discretion of the bankruptcy court. The Court applies that standard here through a formulation borrowed from an older decision: a disclosure statement must be meaningful to be understood, and it must be understood to be effective.</p>
  <p>The Court credits counsel for trying to address pending objections and legal hurdles by building optionality into the plans and adding disclosure to the documents. It then explains why those efforts backfired. Both documents grew to the point where information gets lost or confused inside them, both carry defined terms and legalese that complicate an already complicated plan structure, and both are internally inconsistent in certain respects. The United States Trustee had flagged inconsistent and inaccurate information regarding the third-party releases in the Debtor DS, and had described the Committee’s excessive use of defined terms as rendering the plan incomprehensible and the disclosure statement that describes it lacking in adequate information.</p>
  <p>The sentence that carries the Court’s point most directly is the one addressed to the audience for these documents. Creditors should not need lawyers or translators to read a disclosure statement or understand a proposed plan of reorganization. In a case where the primary creditors are survivors voting on the treatment of their own claims, that observation is not a stylistic preference. It is the statutory purpose.</p>
  <p>The second half of the analysis is separate from disclosure quality and independently fatal. A court may disapprove a disclosure statement where the underlying plan is clearly unconfirmable, and the Court found provisions in both plans that make a confirmation hearing on them futile. Not every section 1129 element belongs at the disclosure statement stage, and the order says so. Certain defects are severe enough that soliciting votes would waste estate resources and further delay any recovery for creditors.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>The Debtor’s Plan: Insurance Trusts and the Liquidation Analysis</h2>
  </div>
  <p>The most consequential ruling in the order concerns three trusts. The Debtor’s plan includes only a small fraction of the value of its Sexual Misconduct Insurance Program Trust in plan distributions, and excludes the value of its General Insurance Program Trust and its Health Benefits Program Trust entirely. Those exclusions flow through to the section 1129(a)(7) liquidation analysis, which is where the Court found the disparity.</p>
  <p>The Court had already told the parties where it was headed. In its July 13, 2026 statements, incorporated into the August 4 order as if fully rewritten, the Court found that based on the plain language of the trust documents, Maryland law, and section 541(c)(2), the insurance trusts do not appear to be valid spendthrift trusts protected by that subsection, and that any discretionary aspects of the trustee’s powers do not appear to change the analysis. The trusts appear to be property of the Debtor’s estate.</p>
  <div class="callout">
    <h4>The Insurance Trust Holding</h4>
    <p>The Court is careful about the scope of what it decided. The finding does not necessarily mean that every dollar in the trusts must be distributed to creditors. It does mean that something more than what the Debtor currently includes appears subject to creditors’ claims in this case, and that the Debtor cannot resolve the question unilaterally by leaving the assets out of its analysis.</p>
  </div>
  <p>Two doctrinal points sit underneath that conclusion, and both are stated at a level of generality that makes them portable to other diocesan cases. First, section 1129(a)(7) sets a floor a debtor must clear, not a measure of what an adequate or fair and equitable distribution looks like. Clearing the hypothetical Chapter 7 comparison does not establish that the proposed distribution is enough. Second, and independent of valuation, a debtor must disclose all of its assets and explain how those assets affect valuation. Any interest the debtor holds in property becomes property of the estate on the petition date under section 541(a), and the order states the consequence in one line: the debtor does not get to decide unilaterally what assets it discloses or makes available for distribution to creditors.</p>
  <p>That is a disclosure holding as much as a substantive one. Even where the Debtor believes an asset is unavailable to creditors, the asset and its value must appear in the disclosure statement, together with the Debtor’s explanation of why it is excluded. The Court suggested the Debtor take a hard look at its asset base and identify, perhaps in a schedule, any assets in which the estate might have an interest and the basis for excluding them.</p>
  <p>The Debtor DS also fails to articulate clearly how creditors may collect against the insurance assets. Objecting parties argued that any disclosure statement must contain adequate information about settlements with insurers and explain the effect of those settlements on the plan and on creditors’ collection rights. The Court agreed, and added a related point about the release architecture. Setting aside the legality of the proposed release, injunction, and gatekeeping provisions, which it reserved for confirmation, the Court found that the Debtor DS does not explain what happens if a creditor declines to grant a release, whether that jeopardizes any insurance settlement or the plan itself, and how a creditor is supposed to assess that risk. If a creditor cannot assess it, the consensual character of the release is itself in question.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>The Debtor’s Plan: Classification and the Gerrymandering Problem</h2>
  </div>
  <p>The second defect in the Debtor’s plan is structural. The plan places general unsecured creditors into three separate impaired classes, each holding the same priority of distribution under applicable nonbankruptcy law and the Code, and proposes very different treatment across them.</p>
  <p>Section 1122(a) permits a claim to be placed in a class only if it is substantially similar to the other claims in that class. Section 1123(a)(4) requires the same treatment for each claim within a class. The Code does not require that all substantially similar claims be placed together, but courts generally require valid business, legal, and factual reasons to justify separate classification, and the Fourth Circuit has held that separate classification may only be undertaken for reasons independent of a debtor’s motivation to secure the vote of an impaired, assenting class. The purpose of the limit is to prevent a debtor from finding a few cooperative impaired creditors and placing them in a class of their own.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Feature of the Classification Scheme</th>
        <th>What the Court Observed</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Three impaired classes of unsecured claims</td>
        <td>Each class holds the same priority of distribution under applicable nonbankruptcy law and the Code, yet receives vastly different treatment</td>
      </tr>
      <tr>
        <td class="metric-label">Class 5 treatment</td>
        <td>The Debtor appears to have the financial ability to pay Class 5 in full on or shortly after the effective date</td>
      </tr>
      <tr>
        <td class="metric-label">Class 5 impairment</td>
        <td>Impairment appears to arise only from nonpayment of postpetition interest or another nominal alteration, which permits the class to vote</td>
      </tr>
      <tr>
        <td class="metric-label">Class 7 treatment</td>
        <td>Includes non-survivor tort claims, with treatment very different from that proposed for survivor tort claims</td>
      </tr>
      <tr>
        <td class="metric-label">Court’s conclusion</td>
        <td>Significant concerns that the scheme is not proposed in good faith, may violate several sections of the Code, and may produce distributions that violate the absolute priority rule</td>
      </tr>
    </tbody>
  </table>
  <p>The Class 5 mechanics are the part practitioners will read twice. A class the debtor can pay in full is rendered impaired by withholding postpetition interest, and the resulting impairment supplies a voting class. That maneuver is familiar. What is notable is that the Court reached it at the disclosure statement stage rather than reserving it for confirmation, and concluded that under the particular circumstances of this case the classification scheme renders this version of the plan unconfirmable.</p>
  <p>The order also folds in a disclosure point that will interest anyone tracking diocesan cases. The Committee raised the Debtor’s commitment to enhanced child protection protocols, framing it as a confirmation issue. The Court took it up as a disclosure issue instead. Given the events that led to the filing and the nature of the majority of claims, a hypothetical reasonable investor would want to understand the Debtor’s position on enhanced child protection protocols and how they would be implemented under the plan. That information, in the context of this case, is reasonably related to the ability of creditors to cast informed votes. Nonmonetary plan commitments become part of the adequate information analysis when the creditor body is voting on them.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>The Committee’s Plan: Reaching Entities That Are Not in Bankruptcy</h2>
  </div>
  <p>The Committee’s plan fails on a different axis. It includes language suggesting that nondebtor entities may be substantively consolidated upon the occurrence of certain events. The Court had already stated that it will not substantively consolidate the Debtor with its nondebtor affiliates on an involuntary basis, and it repeated the holding here: the proposed action violates the express terms of the Bankruptcy Code and renders the plan unconfirmable under section 1129(a)(3).</p>
  <p>The Committee’s response was that its plan seeks consolidation only of debtor entities or entities that consent. The Court found that this does not change the analysis at the present stage, and the reasoning is arithmetic before it is doctrinal. There is one debtor before the Court. The Committee has presented no evidence, and articulated no basis for believing, that other entities affiliated with the Debtor will file Chapter 11 cases or voluntarily contribute their assets to the plan. A structure that depends on those events is a structure built on conditions that have not occurred and that no party before the Court can compel.</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">Debtor DS</div>
      <div class="panel-label">ECF 2785 · 54 pages</div>
      <div class="split-item">
        <div class="item-label">Primary plan defect</div>
        <div class="item-value">Exclusion of insurance trust value from the liquidation analysis and plan distributions</div>
      </div>
      <div class="split-item">
        <div class="item-label">Secondary plan defect</div>
        <div class="item-value">Three-class unsecured classification scheme with nominal Class 5 impairment</div>
      </div>
      <div class="split-item">
        <div class="item-label">Disclosure gaps</div>
        <div class="item-value">Asset identification and valuation, insurer settlements, collection rights, release mechanics, child protection protocols</div>
      </div>
      <div class="split-item">
        <div class="item-label">Code provisions implicated</div>
        <div class="item-value" style="color: var(--accent-orange);">541, 1122, 1123, 1125, 1129(a)(7)</div>
      </div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">Committee DS</div>
      <div class="panel-label">ECF 2787 · 158 pages</div>
      <div class="split-item">
        <div class="item-label">Primary plan defect</div>
        <div class="item-value">Substantive consolidation of nondebtor affiliates and reliance on nondebtor participation</div>
      </div>
      <div class="split-item">
        <div class="item-label">Secondary plan defect</div>
        <div class="item-value">Insurance transfer and trust provisions that do not comply with applicable law</div>
      </div>
      <div class="split-item">
        <div class="item-label">Disclosure gaps</div>
        <div class="item-value">Redacted content in a solicitation document, insurer settlement substance, release mechanics, nondebtor financial information</div>
      </div>
      <div class="split-item">
        <div class="item-label">Code provisions implicated</div>
        <div class="item-value" style="color: var(--accent-orange);">1123, 1125, 1129(a)(3), 1129(a)(11)</div>
      </div>
    </div>
  </div>
  <p>The Court situated the ruling in a line of authority that restructuring professionals in mass tort and diocesan cases will recognize. The Eighth Circuit’s decision in the Archdiocese of Saint Paul and Minneapolis case declined substantive consolidation of nondebtor nonprofit entities. Courts describe substantive consolidation as an extraordinary remedy grounded in equity, and consolidation reaching a nondebtor requires an even more cautious application of the usual test. The order also cites the Supreme Court’s discussion of section 1123(b)(6) in <em>Harrington v. Purdue Pharma L.P.</em>, and notes that sections 1123 and 1129 are focused on the debtor and property of the estate.</p>
  <p>The distinction the Court draws is worth isolating, because it is not a blanket rule against creditor plans. A nondebtor plan proponent such as a committee can fund a plan with property of the estate. That is different from a plan that reaches entities, or the assets of entities, not currently before the Court and not subject to its in rem jurisdiction. The line is jurisdictional rather than structural. Who proposes the plan matters less than what the plan proposes to reach.</p>
  <p>Feasibility follows from the same facts. A plan must be reasonably likely to succeed on its own terms without a need for further reorganization, and plan funding that is too speculative renders a plan patently unconfirmable. The Court found the Committee’s conditions speculative and lacking a legal basis, and held that a plan relying on nondebtor participation without the consent or commitment of those parties is speculative, uncertain, and potentially misleading to creditors. Each corporation remains a separate legal entity with its own debts and assets, even when affiliated.</p>
  <p>The Committee’s treatment of insurance assets drew a separate finding. Regardless of the proponent, any plan must comply with applicable law in the treatment and transfer of insurance rights and policies. The Court found that the transfer and trust provisions of the Committee’s plan create issues that currently render it unconfirmable under section 1129(a)(3).</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>Redactions, Nondebtor Information, and the Limits of a Disclosure Statement</h2>
  </div>
  <p>Objecting parties argued that the Committee DS is incomplete and redacts a large portion of potentially relevant information. The Court agreed with the general principle and then narrowed it in a way that cuts against the Committee twice.</p>
  <p>On the first point, a disclosure statement and plan cannot go out for solicitation with redacted information. The purpose of the document is to inform creditors’ votes, and withholding information from the solicitation package undercuts the objective of section 1125.</p>
  <p>On the second point, the Court held that where the redacted information concerns the separate assets and liabilities of nondebtor parties, that information is not necessary or appropriate in a disclosure statement concerning the debtor, absent special circumstances. Two exceptions are identified. A disclosure statement may include information about a nondebtor entity that is voluntarily providing plan funding, and it may include such information where relevant to valid claims or causes of action asserted by the estate.</p>
  <p>What a disclosure statement cannot do is described directly. It cannot be used to disseminate information about a nondebtor entity for the purpose of prodding a settlement, to impose bankruptcy-like disclosures on that entity, or to confuse creditors voting on the plan. The Court identified the last of these as its particular concern here, because the Committee DS contains financial information regarding entities that are not before the Court and suggests potential contributions from them. Unless and until such an entity agrees to the disclosures, becomes a debtor, or is shown to hold assets of this estate, that information does not belong in the document.</p>
  <p>The practical effect is that the Committee cannot solve its redaction problem by unsealing. Unredacting the nondebtor financial information would cure the solicitation defect and deepen the impermissible-content defect at the same time. The path forward requires deciding which entities the plan actually depends on and obtaining their consent, not adjusting what the document reveals about them.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>The Authorities the Court Relied On</h2>
  </div>
  <p>The order is unusually well marked for anyone building a brief on disclosure statement denial or on the treatment of nondebtor assets in a diocesan case. The citations cluster around five questions.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Issue</th>
        <th>Authority Cited</th>
        <th>Proposition</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Adequate information</td>
        <td>
<em>In re A.H. Robins Co.</em>, 880 F.2d 694 (4th Cir. 1989); <em>In re Mohammad</em>, 596 B.R. 34 (Bankr. E.D. Va. 2019); <em>In re Waterville Timeshare Grp.</em>, 67 B.R. 412 (Bankr. D.N.H. 1986)</td>
        <td>The adequacy determination is case by case and largely within the bankruptcy court’s discretion; a disclosure statement must be understood to be effective</td>
      </tr>
      <tr>
        <td class="metric-label">Patently unconfirmable plans</td>
        <td>
<em>In re Wong</em>, 598 B.R. 827 (Bankr. D. Md. 2019); <em>In re American Capital Equip.</em>, 688 F.3d 145 (3d Cir. 2012); <em>In re Tonawanda Coke Corp.</em>, 662 B.R. 220 (Bankr. W.D.N.Y. 2024); <em>In re Forest Grove, LLC</em>, 448 B.R. 729 (Bankr. D.S.C. 2011)</td>
        <td>A court may deny a disclosure statement where the underlying plan is clearly unconfirmable and a confirmation hearing would be futile</td>
      </tr>
      <tr>
        <td class="metric-label">Best interests and liquidation value</td>
        <td>
<em>In re Stone &amp; Webster, Inc.</em>, 286 B.R. 532 (Bankr. D. Del. 2002); <em>In re Union Meeting Partners</em>, 165 B.R. 553 (Bankr. E.D. Pa. 1994)</td>
        <td>Section 1129(a)(7) is an individual guaranty to each creditor and requires adequate evidence of liquidation value</td>
      </tr>
      <tr>
        <td class="metric-label">Property of the estate</td>
        <td>
<em>A.H. Robins Co. v. Piccinin</em>, 788 F.2d 994 (4th Cir. 1986); <em>In re Humbert</em>, 1992 WL 674744 (Bankr. D. Kan. 1992)</td>
        <td>Insurance contracts fall within the statutory definition of property; self-settled spendthrift trusts remain subject to creditor attachment</td>
      </tr>
      <tr>
        <td class="metric-label">Classification</td>
        <td>
<em>In re Bryson Props. XVIII</em>, 961 F.2d 496 (4th Cir. 1992); <em>In re U.S. Truck Co.</em>, 800 F.2d 581 (6th Cir. 1986)</td>
        <td>Separate classification must rest on reasons independent of securing an impaired accepting class</td>
      </tr>
      <tr>
        <td class="metric-label">Substantive consolidation and feasibility</td>
        <td>
<em>In re Archdiocese of Saint Paul &amp; Minneapolis</em>, 888 F.3d 944 (8th Cir. 2018); <em>Harrington v. Purdue Pharma L.P.</em>, 603 U.S. 204 (2024); <em>In re Fieldstone Mortg. Co.</em>, 427 B.R. 364 (Bankr. D. Md. 2010)</td>
        <td>No involuntary substantive consolidation of nondebtor nonprofit entities; each corporation is a separate legal entity with its own debts and assets</td>
      </tr>
    </tbody>
  </table>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section X</div>
    <h2>What Happens Next</h2>
  </div>
  <p>The denial is without prejudice, and the order is explicitly interim in nature so that it does not foreclose future efforts to obtain approval of a disclosure statement. Nothing prevents either proponent from filing again. The question is what a revised filing would have to look like.</p>
  <p>For the Debtor, the work is concentrated in the liquidation analysis and the asset schedule. The insurance trusts have to be addressed on the Court’s stated view that they appear to be property of the estate, which means either including more value in distributions or building a record that survives the section 541(c)(2) analysis the Court has already run once. The classification scheme has to be rebuilt or justified on grounds independent of creating an impaired accepting class. The disclosure gaps around insurer settlements, collection rights, release mechanics, and child protection protocols are addressable, but they cut against the instruction to shorten and simplify, which is the tension the Debtor now has to resolve.</p>
  <p>For the Committee, the problem is harder because it is not primarily a drafting problem. A plan that reaches nondebtor affiliates cannot be redrafted into confirmability while those entities remain outside the case and outside the Court’s jurisdiction. Either affiliated entities file, or they consent and commit, or the plan has to be rebuilt around property of this estate. The redacted nondebtor financial information has to come out of the document rather than be revealed in it.</p>
  <div class="callout">
    <h4>The Date That Matters Now</h4>
    <p>September 30, 2026 is the continued date for the automatic stay and for the stay relief motions filed by seven survivors in March 2026. The Court continued those matters in exchange for a firm confirmation schedule that would give the parties a short period to reach a global resolution. That schedule no longer exists in the form the Court set it. When the parties return, the Court will be weighing continued stay protection for the Debtor and the Covered Parties against a record showing nearly three years of interim stay, periodic mediation, two adversary proceedings, and two disclosure statements that did not clear section 1125.</p>
  </div>
  <p>The closing paragraph of the order reads as an instruction rather than a criticism. The Court encouraged both proponents to step back and assess what kind of plan will work in this case and how best to describe that plan to all creditors, and observed that the most brilliant, intricate, and innovative plan will mean little if the people affected by it do not understand it or how it works. In a case where the creditors are survivors and the vote is on the treatment of their own claims, comprehensibility is not a drafting courtesy. It is the thing section 1125 was written to require.</p>
</section>
<footer class="report-footer">
  <div class="container">
    <div class="footer-brand"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report is based on Research Suite by Stretto's AI-generated summary of the 16-page Order Denying Approval of Disclosure Statements entered at ECF 2813 in <em>In re Roman Catholic Archbishop of Baltimore</em>, Case No. 23-16969-MMH, United States Bankruptcy Court for the District of Maryland at Baltimore. All facts, docket citations, and legal authorities are drawn from the underlying docket filing.</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
    <p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
    <p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
  </div>
</footer>
</body>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/rabbi-trust-funds-as-property-of-the-estate-the-sleep-number-deferred-compensation-decision</id>
    <published>2026-08-10T01:45:07-05:00</published>
    <updated>2026-08-10T01:45:10-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/rabbi-trust-funds-as-property-of-the-estate-the-sleep-number-deferred-compensation-decision" rel="alternate" type="text/html"/>
    <title>Rabbi Trust Funds as Property of the Estate: The Sleep Number Deferred Compensation Decision</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p><span>A Southern District of New York court held that approximately $17.56 million held in a rabbi trust for top hat plan participants is property of the estate under section 541(a)(1), and that equitable considerations alone do not elevate one group of unsecured creditors above another</span></p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/rabbi-trust-funds-as-property-of-the-estate-the-sleep-number-deferred-compensation-decision">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<body>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rabbi Trust Funds as Property of the Estate: The Sleep Number Deferred Compensation Decision | Stretto Intelligence</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap" rel="stylesheet">
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
/* --- HEADER --- */
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 800px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 700px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
  flex-wrap: wrap;
}
/* --- LAYOUT --- */
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
/* --- SECTION HEADERS --- */
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
p { margin-bottom: 18px; line-height: 1.75; }
/* --- STAT CARDS --- */
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value { font-size: 32px; font-weight: 700; color: var(--dark-slate); line-height: 1.2; }
.stat-card .stat-detail { font-size: 13px; color: var(--light-slate); margin-top: 4px; }
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
/* --- COMPARISON TABLES --- */
table.comparison { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 15px; }
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td { padding: 14px 18px; border-bottom: 1px solid var(--light-gray); vertical-align: top; }
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
/* --- BAR CHARTS --- */
.bar-chart { margin: 30px 0; padding: 30px; background: var(--fine-gray); border-radius: 8px; }
.bar-chart-title { font-size: 16px; font-weight: 500; color: var(--dark-slate); margin-bottom: 25px; }
.bar-group { display: flex; align-items: center; margin-bottom: 16px; }
.bar-label {
  width: 190px;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-body);
  flex-shrink: 0;
  text-align: right;
  padding-right: 16px;
}
.bar-track { flex: 1; height: 32px; background: var(--light-gray); border-radius: 4px; position: relative; overflow: hidden; }
.bar-fill {
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  transition: width 1s ease;
  white-space: nowrap;
}
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside { margin-left: 10px; font-size: 13px; font-weight: 500; color: var(--text-body); flex-shrink: 0; width: 90px; }
/* --- CALLOUT BOXES --- */
.callout {
  background: var(--dark-slate);
  color: var(--white);
  padding: 35px 40px;
  border-radius: 8px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.callout::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 5px; height: 100%;
  background: var(--accent-orange);
}
.callout h4 {
  color: var(--accent-orange);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: 500;
}
.callout p { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.7; margin: 0 0 12px; }
.callout p:last-child { margin-bottom: 0; }
.callout .callout-stat { font-size: 48px; font-weight: 700; color: var(--accent-orange); display: block; margin-bottom: 8px; }
/* --- TIMELINES --- */
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before { content: ''; position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: var(--medium-gray); }
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before {
  content: '';
  position: absolute;
  left: -26px; top: 6px;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--accent-orange);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--accent-orange);
}
.timeline-item.muted::before { background: var(--light-slate); box-shadow: 0 0 0 2px var(--light-slate); }
.timeline-date { font-size: 13px; font-weight: 500; color: var(--accent-orange); letter-spacing: 0.5px; }
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
/* --- SPLIT COMPARISON PANELS --- */
.split-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 40px 0; border-radius: 8px; overflow: hidden; }
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 40px; font-weight: 700; margin-bottom: 5px; line-height: 1.2; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; }
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 17px; font-weight: 500; }
/* --- SVG GAUGE GRAPHICS --- */
.gauge-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 25px; margin: 40px 0; }
.gauge-card { text-align: center; padding: 30px 20px; background: var(--fine-gray); border-radius: 8px; }
.gauge-card svg { width: 120px; height: 120px; }
.gauge-card .gauge-label { font-size: 13px; color: var(--light-slate); margin-top: 12px; font-weight: 400; }
.gauge-card .gauge-value { font-size: 28px; font-weight: 700; color: var(--dark-slate); margin-top: 4px; }
/* --- FOOTER --- */
.report-footer {
  background: var(--dark-slate);
  color: rgba(255,255,255,0.5);
  padding: 50px 40px;
  margin-top: 80px;
  font-size: 13px;
  line-height: 1.7;
}
.report-footer .footer-brand { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 15px; }
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
/* --- SECTION DIVIDER --- */
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
  .bar-label { width: 110px; font-size: 12px; }
}
</style>
<header class="report-header">
  <div class="header-top">
    <div class="brand-mark"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <div class="report-type">Special Report</div>
  </div>
  <div class="header-content">
    <h1>Rabbi Trust Funds as Property of the Estate: <span class="highlight">The Sleep Number Deferred Compensation Decision</span>
</h1>
    <p class="header-subtitle">A Southern District of New York court held that approximately $17.56 million held in a rabbi trust for top hat plan participants is property of the estate under section 541(a)(1), and that equitable considerations alone do not elevate one group of unsecured creditors above another.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>August 2026</span>
      <span>Analysis of the Memorandum Decision entered August 7, 2026 in <em>In re Sleep Number Corporation</em></span>
    </div>
  </div>
</header>
<!-- ==================== SECTION I ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>Where Things Stand</h2>
  </div>
  <p>On August 7, 2026, Bankruptcy Judge Kyu Y. Paek held that approximately $17.56 million held in Sleep Number’s deferred compensation trust is property of the estate, and directed the trustee to transfer the remaining trust assets to the debtors. The money had been set aside years earlier to pay deferred compensation to a select group of management or highly compensated employees. Under the decision it is general estate property, available to satisfy claims across the unsecured creditor body rather than reserved for Plan participants.</p>
  <p>The decision came in a case that has moved quickly. Sleep Number filed in the Southern District of New York on June 12, 2026, pursued a sale of the company as a going concern on an expedited schedule, and obtained approval of a sale to the winning bidder, SNBR, Inc., for $701,800,000 on July 21, 2026. The deferred compensation motion was filed while that sale process was running, and it drew a single objection, from a former employee appearing pro se who is owed roughly $107,000.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Trust Funds Transferred</div>
      <div class="stat-value">$17,556,560.89</div>
      <div class="stat-detail">Held by the trustee as of the motion</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Objector’s Deferred Comp</div>
      <div class="stat-value">$107,000</div>
      <div class="stat-detail">Now a general unsecured claim</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Going Concern Sale Price</div>
      <div class="stat-value">$701.8M</div>
      <div class="stat-detail">SNBR, Inc., approved July 21, 2026</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Claims Bar Date</div>
      <div class="stat-value">Sept. 10, 2026</div>
      <div class="stat-detail">Per the bar date order, ECF Doc. # 473</div>
    </div>
  </div>
  <p>For Plan participants, the practical consequence is a deadline rather than a distribution. The decision expressly preserves the right of every participant to file a general unsecured claim, and the bar date is September 10, 2026. The decision directs debtors’ counsel to upload the proposed order previously docketed at ECF Doc. # 479, with revisions noting entry of the Memorandum Decision, so the transfer proceeds under that conforming order.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION II ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section II</div>
    <h2>The Debtor</h2>
  </div>
  <p>Sleep Number Corporation was a retail mattress company that assembled and sold adjustable “smart” beds directly to customers. The debtors filed petitions for relief under Chapter 11 on June 12, 2026 in the Bankruptcy Court for the Southern District of New York, and the cases are jointly administered under Case No. 26-11399 (KYP). Davis Polk &amp; Wardwell LLP serves as counsel to the debtors.</p>
  <p>The deferred compensation program at issue predates the filing by more than a decade. Sleep Number sponsored the Sleep Number Executive Deferral Plan to provide deferred compensation to a select group of management or highly compensated employees. The Plan was designed as an unfunded arrangement that complies with section 409A of the Internal Revenue Code and qualifies for the exemptions in sections 201, 301, and 401 of ERISA. On September 3, 2013, the company entered into a Non-Qualified Deferred Compensation Trust Agreement for Select Comfort with Charles Schwab Bank as trustee, and the deferred compensation was held in the resulting Executive Investment Plan Trust.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Case Detail</th>
        <th>Particulars</th>
      </tr>
    </thead>
    <tbody>
      <tr>
<td class="metric-label">Case</td>
<td>
<em>In re Sleep Number Corporation, et al.</em>, Case No. 26-11399 (KYP), jointly administered</td>
</tr>
      <tr>
<td class="metric-label">Court</td>
<td>United States Bankruptcy Court, Southern District of New York</td>
</tr>
      <tr>
<td class="metric-label">Presiding Judge</td>
<td>Hon. Kyu Y. Paek</td>
</tr>
      <tr>
<td class="metric-label">Debtors’ Counsel</td>
<td>Davis Polk &amp; Wardwell LLP</td>
</tr>
      <tr>
<td class="metric-label">Trustee of the Trust</td>
<td>Charles Schwab Bank</td>
</tr>
      <tr>
<td class="metric-label">Decision</td>
<td>Memorandum Decision, ECF Doc. # 529, entered August 7, 2026, marked not for publication</td>
</tr>
      <tr>
<td class="metric-label">Jurisdictional Basis</td>
<td>28 U.S.C. §§ 157 and 1334; core proceeding under § 157(b)(2)(A), (E), (M), and (O)</td>
</tr>
    </tbody>
  </table>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION III ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>How the Case Reached This Point</h2>
  </div>
  <p>The Memorandum Decision does not catalog the operational or macroeconomic pressures that led Sleep Number to file. What it does describe is the shape of the case, and that shape explains why the trust funds mattered. The debtors filed with the goal of selling the company as a going concern on an expedited schedule, and the docket reflects that pace. Bid procedures were approved on July 2, 2026, twenty days after the petition date, and the court approved the sale on July 21, 2026, less than six weeks after the filing.</p>
  <p>A case run at that speed puts the composition of the estates in front of the court early. The board provided written notice of insolvency to the trustee ten days into the case, the debtors moved for turnover of the trust funds on July 5, 2026, and the motion states that the trustee and the Official Committee of Unsecured Creditors support the relief. One objection was filed, by a Plan participant.</p>
  <div class="timeline">
    <div class="timeline-item muted">
      <div class="timeline-date">September 3, 2013</div>
      <div class="timeline-content">Sleep Number enters into the Non-Qualified Deferred Compensation Trust Agreement for Select Comfort with Charles Schwab Bank as trustee.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">June 12, 2026</div>
      <div class="timeline-content">Debtors file Chapter 11 petitions in the Southern District of New York (the Petition Date).</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">On or about June 22, 2026</div>
      <div class="timeline-content">Ten days after the bankruptcy filing, the board of directors provides written notice of insolvency to the trustee, the event that halts deferred compensation payments under the Trust Agreement.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">June 23, 2026</div>
      <div class="timeline-content">The United States Trustee appoints the Official Committee of Unsecured Creditors under 11 U.S.C. § 1102(a)(1) (ECF Doc. # 110).</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">July 2, 2026</div>
      <div class="timeline-content">Court approves bid procedures and the stalking horse asset purchase agreement (ECF Doc. # 167).</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 5, 2026</div>
      <div class="timeline-content">Debtors file the motion seeking an order directing the trustee to return the trust assets to the estates (ECF Doc. # 170).</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 8, 2026</div>
      <div class="timeline-content">A former employee and Plan participant, appearing pro se, files the sole objection (ECF Doc. # 210).</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 21, 2026</div>
      <div class="timeline-content">Court approves the going concern sale to SNBR, Inc. for $701,800,000 (ECF Doc. # 430).</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">August 3, 2026</div>
      <div class="timeline-content">Court hears oral argument and takes the matter under advisement.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">August 7, 2026</div>
      <div class="timeline-content">Court enters the Memorandum Decision granting the motion and overruling the objection (ECF Doc. # 529).</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">September 10, 2026</div>
      <div class="timeline-content">Bar date for filing proofs of claim, including deferred compensation claims (ECF Doc. # 473).</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IV ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>Top Hat Plan Plus Rabbi Trust: How the Structure Works</h2>
  </div>
  <p>The outcome here follows from the structure rather than from anything particular to this case. A top hat plan paired with a rabbi trust exchanges protection from the employer’s creditors for tax deferral, and that exchange is fixed when the employee elects to participate.</p>
  <p>A top hat plan is defined in ERISA as a plan that is unfunded and maintained by an employer primarily to provide deferred compensation for a select group of management or highly compensated employees, 29 U.S.C. § 1051(2). Top hat plans remain subject to ERISA’s administrative and enforcement provisions but are exempt from its vesting, participation, fiduciary responsibility, and funding requirements. The rationale, as the decision notes, is that management and highly compensated employees have sufficient bargaining power to negotiate favorable deferred compensation plans and are capable of taking the attendant risks into account. The tax treatment follows the same premise. The participant is not taxed until actual receipt because the participant may never receive the money if the company becomes insolvent.</p>
  <p>Unfunded status is the load-bearing element. As the Third Circuit put it in <em>Accardi v. IT Litigation Trust (In re IT Group, Inc.)</em>, 448 F.3d 661, 665 (3d Cir. 2006), the assets used to pay the deferred compensation are the general assets of the employer and are subject to the claims of the employer’s creditors. A rabbi trust is the workaround that lets an employer segregate cash without losing that status. The assets go into a trust, they can be used only to pay deferred compensation, and a change of control cannot claw them back. The condition is that the trust funds remain subject to the claims of the employer’s creditors in the event of insolvency or bankruptcy.</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">Solvent</div>
      <div class="panel-label">What the rabbi trust delivers</div>
      <div class="split-item">
        <div class="item-label">Protection against</div>
        <div class="item-value">Change of control and employer reluctance to pay</div>
      </div>
      <div class="split-item">
        <div class="item-label">Asset treatment</div>
        <div class="item-value">Segregated, usable only for deferred compensation</div>
      </div>
      <div class="split-item">
        <div class="item-label">Tax posture</div>
        <div class="item-value">Deferred until distribution</div>
      </div>
      <div class="split-item">
        <div class="item-label">Participant position</div>
        <div class="item-value" style="color: var(--accent-orange);">Some measure of security</div>
      </div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">Insolvent</div>
      <div class="panel-label">What the rabbi trust does not deliver</div>
      <div class="split-item">
        <div class="item-label">Protection against</div>
        <div class="item-value">Nothing. Creditor claims reach the trust</div>
      </div>
      <div class="split-item">
        <div class="item-label">Asset treatment</div>
        <div class="item-value">Held for the benefit of general creditors</div>
      </div>
      <div class="split-item">
        <div class="item-label">Tax posture</div>
        <div class="item-value">Employer treated as owner throughout</div>
      </div>
      <div class="split-item">
        <div class="item-label">Participant position</div>
        <div class="item-value" style="color: var(--accent-orange);">General unsecured creditor</div>
      </div>
    </div>
  </div>
  <p>That last line is the whole case. The security a rabbi trust provides is security against the employer changing its mind, not security against the employer running out of money.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION V ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>What the Trust Documents Actually Said</h2>
  </div>
  <p>Two features of the Sleep Number documents pointed in opposite directions, and the court had to decide which controlled. The trust was irrevocable by Sleep Number, and the funds were segregated from other company assets. Those are the features that make a rabbi trust feel like protection. Everything else in the documents pointed the other way.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Provision</th>
        <th>What It Provided</th>
        <th>Source</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">No ownership interest</td>
        <td>Plan participants lacked a preferred claim on, or any ownership interest in, the trust funds</td>
        <td>Trust Agreement § 1(c); Plan § 5.3</td>
      </tr>
      <tr>
        <td class="metric-label">Parity with general creditors</td>
        <td>Participants’ rights to the trust funds were no greater than the rights held by Sleep Number’s general unsecured creditors</td>
        <td>Trust Agreement §§ 1(c), 3(b)(3); Plan § 5.3</td>
      </tr>
      <tr>
        <td class="metric-label">Availability on insolvency</td>
        <td>Trust funds were available to satisfy claims of general creditors in the event of insolvency</td>
        <td>Trust Agreement preamble and §§ 1(c), 3(b); Plan § 5.1</td>
      </tr>
      <tr>
        <td class="metric-label">Payment stop</td>
        <td>The trustee was required to cease deferred compensation payments on insolvency and hold the funds for the benefit of general creditors</td>
        <td>Trust Agreement § 3(b)(3)</td>
      </tr>
      <tr>
        <td class="metric-label">Turnover mechanism</td>
        <td>The trustee is fully protected in delivering trust property as a court of competent jurisdiction may direct to satisfy general unsecured creditor claims</td>
        <td>Trust Agreement § 3(a)</td>
      </tr>
      <tr>
        <td class="metric-label">Grantor status</td>
        <td>The trust is a grantor trust of which Sleep Number is the grantor</td>
        <td>Trust Agreement § 1(b)</td>
      </tr>
    </tbody>
  </table>
  <p>A bankruptcy filing was an event of insolvency under the Trust Agreement, so the entire insolvency architecture switched on automatically at the petition date. The board’s written notice of insolvency ten days later completed the sequence, and section 3(a) gave the trustee a clean path to comply with a turnover direction without exposure. That drafting is why the trustee supported the motion rather than resisting it.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VI ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>The Objection</h2>
  </div>
  <p>The sole objection came from a former Sleep Number employee and Plan participant appearing pro se, owed roughly $107,000 in deferred compensation. The objection did not challenge the trust documents on their terms. It raised fairness and disclosure.</p>
  <p>He could not reach his own deferred compensation before the filing because he had elected a five year post-employment distribution schedule. He stated that he would not have participated in the Executive Deferral Plan had he fully understood that the compensation would be inaccessible for years and exposed to the claims of Sleep Number’s creditors. He argued that transferring the trust funds to the estates for the benefit of creditors is “fundamentally inequitable,” and he asked the court either to deny the motion or to impose additional protections preserving participants’ contractual and legal rights.</p>
  <div class="bar-chart">
    <div class="bar-chart-title">The Objector’s Claim in Context</div>
    <div class="bar-group">
      <div class="bar-label">Going concern sale price</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 100%;">$701,800,000</div></div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Trust funds turned over</div>
      <div class="bar-track"><div class="bar-fill orange" style="width: 2.5%;"></div></div>
      <div class="bar-value-outside">$17.56M</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Objector’s claim</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 0.6%;"></div></div>
      <div class="bar-value-outside">$107,000</div>
    </div>
  </div>
  <p>The relative scale is worth noting. The trust funds represent approximately 2.5 percent of the approved sale price, and the objector’s claim represents approximately six tenths of one percent of the trust funds.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>The Court’s Analysis: Section 541 Does the Work</h2>
  </div>
  <p>The court reached the result in three moves, each resting on settled authority.</p>
  <h3>Start with the breadth of the estate</h3>
  <p>The filing of a petition creates an estate comprised of all legal or equitable interests of the debtor in property, wherever located and by whomever held, under 11 U.S.C. § 541(a)(1). The scope of property under that section is broad, as the Supreme Court held in <em>United States v. Whiting Pools, Inc.</em>, 462 U.S. 198, 204-05 (1983). Custody by a third party trustee does not remove property from the estate if the debtor holds the interest.</p>
  <h3>Establish that top hat assets belong to the employer</h3>
  <p>Because top hat plans are unfunded, distributions on account of those plans are paid using the employer’s general assets and are subject to claims of the employer’s creditors, per <em>IT Group</em>, 448 F.3d at 665. The court paired that with <em>Lehman Brothers Inc. Deferred Compensation Defendants Steering Committee v. Giddens (In re Lehman Brothers Inc.)</em>, 617 B.R. 231, 240 (Bankr. S.D.N.Y. 2020), aff’d, 2021 WL 4127075 (2d Cir. Sept. 10, 2021), which states that because top hat plans are exempt from the funding requirements of title I of ERISA, the assets of a top hat plan are part of the general assets of the employer.</p>
  <h3>Confirm that the rabbi trust changed nothing</h3>
  <p>Creating the Deferred Compensation Trust did not alter the fact that the funds remaining in it belonged to Sleep Number. The court quoted its own prior explanation in <em>In re WorldCom, Inc.</em>, 364 B.R. 538, 543 (Bankr. S.D.N.Y. 2007): the Internal Revenue Code requires that all trust assets be property of the employer and therefore subject to the claims of the employer’s creditors, and it is only the act of distribution that conveys assets held in a grantor trust from the grantor to the grantee. Sleep Number’s trust is a grantor trust of which Sleep Number is the grantor, so participants held only a limited interest until distribution, and distribution never occurred.</p>
  <div class="callout">
    <h4>The Holding</h4>
    <p>The funds remaining in the Deferred Compensation Trust constitute property of the estate within the meaning of 11 U.S.C. § 541(a)(1). The trustee is directed to transfer the remaining trust assets to the debtors as provided in section 3(a) of the Trust Agreement. The objection is overruled and the motion is granted.</p>
  </div>
  <p>Notice what the analysis did not require. The decision reaches its result without any avoidance theory and without questioning the validity of the trust. The feature that made the deferral work for tax purposes, employer ownership of the trust assets, is the same feature that placed those assets in the estate.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VIII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>Why the Equitable Argument Failed</h2>
  </div>
  <p>The court did not dismiss the fairness argument. It agreed with the premise and rejected the remedy, which is the more instructive outcome.</p>
  <p>The decision states sympathy for the objector and for other Sleep Number employees who expected to receive deferred compensation payments, then places that expectation alongside every other disappointed expectation in the case. Commercial landlords, vendors, and suppliers all expected full payment of amounts owed to them, and all of them will likely receive a fraction of what they are owed from the estates. Against that backdrop, the court held that it is unable to give preferential treatment to one set of unsecured creditors over another based solely on equitable principles.</p>
  <p>The same reasoning answers the alternative request for additional protections for Plan participants. Protections that improve one group of general unsecured creditors relative to the rest operate as priority, and priority is a function of the Bankruptcy Code rather than of the relative sympathy a claim attracts.</p>
  <div class="callout">
    <h4>The Line the Court Drew</h4>
    <p>Sympathy is not a priority scheme. The participants’ expectation of payment is real and the court said so. What the court would not do is convert that expectation into a better position than the landlord, the vendor, and the supplier who also expected to be paid in full.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IX ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>What the Ruling Does Not Do</h2>
  </div>
  <p>The decision is careful to mark its own limits, and the limits are the only actionable part of it for participants.</p>
  <p>The ruling has no effect on the objector’s right, or the right of any other Plan participant, to file a general unsecured claim in the cases. The deadline is September 10, 2026 under the order establishing deadlines and procedures for filing proofs of claim, entered at ECF Doc. # 473. The court noted that the case specific website maintained by the claims agent is informative as to the filing of proofs of claim, and directed the clerk’s office to mail a copy of the Memorandum Decision to the objector.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Question</th>
        <th>Answer After the Ruling</th>
      </tr>
    </thead>
    <tbody>
      <tr>
<td class="metric-label">Do participants keep a claim?</td>
<td>Yes. A general unsecured claim, unaffected by the turnover ruling</td>
</tr>
      <tr>
<td class="metric-label">When must it be filed?</td>
<td>By September 10, 2026, the bar date set by ECF Doc. # 473</td>
</tr>
      <tr>
<td class="metric-label">What priority does it carry?</td>
<td>General unsecured, on parity with landlord, vendor, and supplier claims</td>
</tr>
      <tr>
<td class="metric-label">Where do the trust funds go?</td>
<td>To the debtors’ estates, for distribution under the applicable priority scheme</td>
</tr>
      <tr>
<td class="metric-label">How is the transfer effected?</td>
<td>Debtors’ counsel uploads the proposed order at ECF Doc. # 479, revised to note entry of the Memorandum Decision</td>
</tr>
      <tr>
<td class="metric-label">Publication status</td>
<td>The Memorandum Decision is marked not for publication</td>
</tr>
    </tbody>
  </table>
  <p>Recovery on those claims will depend on the ultimate distribution in the cases, which the decision does not address. What the decision fixes is the participants’ position in the priority scheme.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION X ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section X</div>
    <h2>Takeaways</h2>
  </div>
  <p>Nothing in this decision breaks new doctrinal ground. Its value is in how cleanly it lays out a sequence that recurs in every case where a top hat plan meets an insolvent employer, and in what the sequence tells you about where to spend your attention.</p>
  <p>For debtors’ counsel, the turnover motion is a document exercise before it is a litigation exercise. The provisions that carried this motion were drafted in 2013: no ownership interest, parity with general unsecured creditors, availability on insolvency, a payment stop, and an express indemnity for the trustee delivering property at a court’s direction. Read the trust agreement first. If those provisions are present, the motion is largely written, and the trustee is likely to support it rather than oppose it.</p>
  <p>For creditors’ committees, a rabbi trust is worth identifying early. The funds sit with a third party institution rather than in the debtors’ operating accounts, and recovering them here required an affirmative motion rather than a claim objection.</p>
  <p>For participants and the counsel who advise them, the exposure is fixed at election rather than at insolvency. The objector elected a five year post-employment distribution schedule, which is why the funds were still in the trust at the petition date, and his objection states that he would not have participated had he fully understood that the compensation would be inaccessible for years and subject to creditors’ claims. That is a disclosure and advice question, and the decision indicates it is not one a bankruptcy court can resolve through the priority scheme.</p>
  <div class="callout">
    <h4>The Practical Point</h4>
    <p>A rabbi trust protects deferred compensation against the employer, not against the employer’s creditors. When counsel are asked whether deferred compensation is secure, the accurate answer distinguishes between the employer changing its mind and the employer becoming insolvent.</p>
  </div>
</section>
<footer class="report-footer">
  <div class="container">
    <div class="footer-brand"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report is based on the AI Dossier generated by Research Suite by Stretto, which analyzed the 9 page Memorandum Decision entered at ECF Doc. # 529 in <em>In re Sleep Number Corporation, et al.</em>, Case No. 26-11399 (KYP), United States Bankruptcy Court for the Southern District of New York, together with the docket record cited in that decision. All facts, figures, and docket citations are drawn from the underlying docket filings as summarized in the AI Dossier.</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
    <p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
    <p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
  </div>
</footer>
</body>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/sleep-number-and-the-non-insider-line</id>
    <published>2026-08-02T23:29:19-05:00</published>
    <updated>2026-08-02T23:29:21-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/sleep-number-and-the-non-insider-line" rel="alternate" type="text/html"/>
    <title>Sleep Number and the Non-Insider Line</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p><span>A published Southern District of New York decision approves $1.825 million in retention awards to 38 employees over the objection of the United States Trustee, and sets out how the insider test and the Dana Corp. factors work when the endgame is a sale.</span></p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/sleep-number-and-the-non-insider-line">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<body>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sleep Number: The Non-Insider Retention Decision | Stretto Intelligence</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap" rel="stylesheet">
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
/* --- HEADER --- */
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 800px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 700px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
  flex-wrap: wrap;
}
/* --- LAYOUT --- */
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
/* --- SECTION HEADERS --- */
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
p { margin-bottom: 18px; line-height: 1.75; }
/* --- STAT CARDS --- */
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.2;
}
.stat-card .stat-detail { font-size: 13px; color: var(--light-slate); margin-top: 4px; }
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
/* --- COMPARISON TABLES --- */
table.comparison {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-size: 15px;
}
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--light-gray);
  vertical-align: top;
}
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
/* --- BAR CHARTS --- */
.bar-chart { margin: 30px 0; padding: 30px; background: var(--fine-gray); border-radius: 8px; }
.bar-chart-title { font-size: 16px; font-weight: 500; color: var(--dark-slate); margin-bottom: 25px; }
.bar-group { display: flex; align-items: center; margin-bottom: 16px; }
.bar-label {
  width: 175px;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-body);
  flex-shrink: 0;
  text-align: right;
  padding-right: 16px;
}
.bar-track {
  flex: 1;
  height: 32px;
  background: var(--light-gray);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.bar-fill {
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  transition: width 1s ease;
  white-space: nowrap;
}
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside {
  margin-left: 10px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-body);
  flex-shrink: 0;
  width: 90px;
}
/* --- CALLOUT BOXES --- */
.callout {
  background: var(--dark-slate);
  color: var(--white);
  padding: 35px 40px;
  border-radius: 8px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.callout::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 5px; height: 100%;
  background: var(--accent-orange);
}
.callout h4 {
  color: var(--accent-orange);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: 500;
}
.callout p { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.7; margin: 0; }
.callout p + p { margin-top: 14px; }
.callout .callout-stat {
  font-size: 48px;
  font-weight: 700;
  color: var(--accent-orange);
  display: block;
  margin-bottom: 8px;
}
/* --- TIMELINES --- */
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before {
  content: '';
  position: absolute;
  left: 8px; top: 0; bottom: 0;
  width: 2px;
  background: var(--medium-gray);
}
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before {
  content: '';
  position: absolute;
  left: -26px; top: 6px;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--accent-orange);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--accent-orange);
}
.timeline-item.muted::before {
  background: var(--light-slate);
  box-shadow: 0 0 0 2px var(--light-slate);
}
.timeline-date { font-size: 13px; font-weight: 500; color: var(--accent-orange); letter-spacing: 0.5px; }
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
/* --- SPLIT COMPARISON PANELS --- */
.split-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 40px 0;
  border-radius: 8px;
  overflow: hidden;
}
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 30px; font-weight: 700; margin-bottom: 5px; line-height: 1.2; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; }
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 16px; font-weight: 400; line-height: 1.5; }
/* --- SVG GAUGE GRAPHICS --- */
.gauge-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  margin: 40px 0;
}
.gauge-card { text-align: center; padding: 30px 20px; background: var(--fine-gray); border-radius: 8px; }
.gauge-card svg { width: 120px; height: 120px; }
.gauge-card .gauge-label { font-size: 13px; color: var(--light-slate); margin-top: 12px; font-weight: 400; }
.gauge-card .gauge-value { font-size: 28px; font-weight: 700; color: var(--dark-slate); margin-top: 4px; }
/* --- FOOTER --- */
.report-footer {
  background: var(--dark-slate);
  color: rgba(255,255,255,0.5);
  padding: 50px 40px;
  margin-top: 80px;
  font-size: 13px;
  line-height: 1.7;
}
.report-footer .footer-brand {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
/* --- SECTION DIVIDER --- */
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
  .bar-label { width: 110px; font-size: 12px; }
}
</style>
<header class="report-header">
  <div class="header-top">
    <div class="brand-mark"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <div class="report-type">Special Report</div>
  </div>
  <div class="header-content">
    <h1>Sleep Number and the <span class="highlight">Non-Insider Line</span>
</h1>
    <p class="header-subtitle">A published Southern District of New York decision approves $1.825 million in retention awards to 38 employees over the objection of the United States Trustee, and sets out how the insider test and the Dana Corp. factors work when the endgame is a sale.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>August 2026</span>
      <span>In re Sleep Number Corporation, Case No. 26-11399 (KYP) (Bankr. S.D.N.Y.)</span>
    </div>
  </div>
</header>
<!-- ==================== SECTION I ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>Where Things Stand</h2>
  </div>
  <p>On July 28, 2026, Judge Kyu Young Paek overruled the United States Trustee’s objection to Sleep Number’s Non-Insider Retention Plan and authorized $1.825 million in retention awards to 38 employees. The court overruled the objection on the record following oral argument and issued the written memorandum the same day. The decision is designated for publication.</p>
  <p>The ruling came three days before the scheduled closing of a going-concern sale that produced a winning bid of $701,800,000. The prepetition secured lenders are owed approximately $672.5 million. The 38 employees promised awards for staying through that sale process are the ones the United States Trustee argued should not receive them.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Retention Plan</div>
      <div class="stat-value">$1.825M</div>
      <div class="stat-detail">Aggregate awards, 38 participants</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Winning Bid</div>
      <div class="stat-value">$701.8M</div>
      <div class="stat-detail">SNBR Inc., July 13, 2026 auction</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Prepetition Secured Debt</div>
      <div class="stat-value">$672.5M</div>
      <div class="stat-detail">Plus up to $65M in DIP financing</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Retention Cost as % of Bid</div>
      <div class="stat-value">0.26%</div>
      <div class="stat-detail">$1.825M against $701.8M</div>
    </div>
  </div>
  <p>Two things remain open. The sale was scheduled to close on or around July 31, 2026, subject to ongoing negotiations with landlords, vendors, and other contract counterparties. And the sale order carved out a separate dispute between the United States Trustee and the debtors over whether the buyer’s satisfaction of severance obligations owed to officers and directors is proper. That matter was set for hearing on August 3, 2026.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION II ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section II</div>
    <h2>The Debtor</h2>
  </div>
  <p>Sleep Number Corporation is a retail mattress company that assembles and sells adjustable smart beds directly to customers. It employs just under 3,000 people. The debtors filed Chapter 11 petitions in the Southern District of New York on June 12, 2026, and the cases are jointly administered before Judge Paek. Davis Polk &amp; Wardwell LLP serves as debtors’ counsel.</p>
  <p>The corporate hierarchy is central to the dispute. Authority runs through four levels, and the decision maps them precisely.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Level</th>
        <th>Body</th>
        <th>Composition</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">1</td>
        <td>Board of Directors</td>
        <td>Governing body</td>
      </tr>
      <tr>
        <td class="metric-label">2</td>
        <td>Chief Executive Officer</td>
        <td>Single officer</td>
      </tr>
      <tr>
        <td class="metric-label">3</td>
        <td>Executive Leadership Team</td>
        <td>Seven members: the CEO, the CFO, and the chief product, strategy and technology officer; chief marketing officer; chief retail and people officer; chief legal and risk officer and secretary; chief supply chain and transformation officer</td>
      </tr>
      <tr>
        <td class="metric-label">4</td>
        <td>Management Committee</td>
        <td>Five members</td>
      </tr>
    </tbody>
  </table>
  <p>Every member of the Executive Leadership Team other than the CEO carried a second title of executive vice president or senior vice president. That is the structural fact that gives the case its shape. At Sleep Number, the vice president label sits at the very top of the company and also several rungs below it, which means the word by itself carries no information about where a given employee falls.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION III ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>How the Case Got Here</h2>
  </div>
  <p>This is a sale case, and it was a sale case before it was a bankruptcy case. The memorandum decision does not catalog the operational causes of the filing. What it establishes instead is the posture: the debtors had been running a months-long marketing process to sell the company as a going concern, and they filed Chapter 11 to effectuate that sale.</p>
  <p>The prepetition secured lenders, owed approximately $672.5 million, supported the process and agreed to fund up to $65 million in additional financing in bankruptcy. That backing set the schedule. Bidding procedures and a stalking horse asset purchase agreement with SNBR Inc. were approved on July 2, 2026, less than three weeks after the petition date. The stalking horse bid guaranteed the estates a floor of $415 million.</p>
  <p>The auction on July 13 ran multiple rounds. SNBR emerged as the winning bidder at $701,800,000, exceeding the guaranteed floor by $286.8 million.</p>
  <p>The decision does not describe the composition of the winning bid or how proceeds will be allocated. The figures below are benchmarks within the sale process, not a statement of creditor recoveries.</p>
  <div class="bar-chart">
    <div class="bar-chart-title">Sale Process Benchmarks</div>
    <div class="bar-group">
      <div class="bar-label">Stalking horse floor</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 59%;">$415.0M</div></div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Prepetition secured debt</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 96%;">$672.5M</div></div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Winning bid</div>
      <div class="bar-track"><div class="bar-fill orange" style="width: 100%;">$701.8M</div></div>
      <div class="bar-value-outside"></div>
    </div>
  </div>
  <p>The Official Committee of Unsecured Creditors was appointed June 23, 2026. In its joinder supporting the retention plan, the Committee stated that completion of the sale to SNBR would be a resounding success to all constituents in the cases, including general unsecured creditors. The Committee’s position matters to the retention analysis because the fiduciary for the creditors whose recovery the awards would reduce supported the awards.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IV ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>The Retention Plan</h2>
  </div>
  <p>Senior leadership formulated the plan in May 2026, before the petition date, with the assistance of compensation advisors and attorneys. Award letters went out on or around May 26, 2026, roughly two and a half weeks before the filing. The awards vest on continued active employment through December 31, 2026, and accelerate on a change in control, which meant the participants stood to be paid on completion of the sale rather than at year end.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Plan Term</th>
        <th>Detail</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Aggregate award pool</td>
        <td>$1.825 million</td>
      </tr>
      <tr>
        <td class="metric-label">Participants</td>
        <td>38 employees</td>
      </tr>
      <tr>
        <td class="metric-label">Individual award range</td>
        <td>$10,000 to $125,000</td>
      </tr>
      <tr>
        <td class="metric-label">Average award</td>
        <td>Approximately $48,000</td>
      </tr>
      <tr>
        <td class="metric-label">Vesting condition</td>
        <td>Continued active employment through December 31, 2026</td>
      </tr>
      <tr>
        <td class="metric-label">Acceleration</td>
        <td>Change in control, meaning completion of the going-concern sale</td>
      </tr>
      <tr>
        <td class="metric-label">Plan formulated</td>
        <td>May 2026, prepetition</td>
      </tr>
      <tr>
        <td class="metric-label">Award letters sent</td>
        <td>On or around May 26, 2026, prepetition</td>
      </tr>
    </tbody>
  </table>
  <p>The 38 participants break into three groups by title, and the composition is what the United States Trustee attacked.</p>
  <div class="bar-chart">
    <div class="bar-chart-title">Employee Participants by Title Category</div>
    <div class="bar-group">
      <div class="bar-label">Vice president titles</div>
      <div class="bar-track"><div class="bar-fill orange" style="width: 56%;">9 participants</div></div>
      <div class="bar-value-outside">23.7%</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Director titles</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 81%;">13 participants</div></div>
      <div class="bar-value-outside">34.2%</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Management and support</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 100%;">16 participants</div></div>
      <div class="bar-value-outside">42.1%</div>
    </div>
  </div>
  <p>Nine participants have vice president in their titles. None of the nine is an officer for purposes of Section 16 of the Securities Exchange Act of 1934, and all Sleep Number vice presidents report to senior or executive vice presidents. Thirteen have director or senior director in their titles. None sits on the board, and all thirteen are junior in seniority to the nine vice presidents. The remaining sixteen provide various management and support functions. None of the 38 sits on the board, the Executive Leadership Team, or the Management Committee. None was appointed by the board. None is involved in setting corporate policy.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION V ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>The Central Dispute</h2>
  </div>
  <p>Authorization for the retention payments was included in the debtors’ first-day employee motion, which sought the ordinary relief of paying prepetition wages and maintaining benefits programs. The United States Trustee objected on July 14, 2026, and made two arguments in the alternative.</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">The Objection</div>
      <div class="panel-label">United States Trustee, Region 2</div>
      <div class="split-item">
        <div class="item-label">Primary argument</div>
        <div class="item-value">The Employee Participants are statutory insiders, which subjects the awards to the standard in 11 U.S.C. § 503(c)(1)</div>
      </div>
      <div class="split-item">
        <div class="item-label">Supporting theory</div>
        <div class="item-value">At least some participants report directly to, and perform work for, insiders</div>
      </div>
      <div class="split-item">
        <div class="item-label">Alternative argument</div>
        <div class="item-value">Even for non-insiders, the debtors have not justified the awards under 11 U.S.C. § 503(c)(3)</div>
      </div>
      <div class="split-item">
        <div class="item-label">Timing point</div>
        <div class="item-value">The sale will close within days and most participants will likely be offered jobs by the buyer</div>
      </div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">The Record</div>
      <div class="panel-label">Evidence before the court</div>
      <div class="split-item">
        <div class="item-label">Direct testimony</div>
        <div class="item-value">CFO declaration filed July 19, 2026, admitted into evidence at the July 20 hearing</div>
      </div>
      <div class="split-item">
        <div class="item-label">Cross-examination</div>
        <div class="item-value">Conducted by counsel for the United States Trustee, spanning roughly 35 pages of transcript</div>
      </div>
      <div class="split-item">
        <div class="item-label">Committee position</div>
        <div class="item-value">Joinder in support, opining that participants are not statutory insiders and that payments fall within the range of average payments expected under similar programs</div>
      </div>
      <div class="split-item">
        <div class="item-label">Objecting economic stakeholders</div>
        <div class="item-value">None</div>
      </div>
    </div>
  </div>
  <p>The procedural sequence is worth noting on its own. The debtors filed a reply brief and a supporting declaration on July 19. The court took live testimony on July 20 and allowed full cross-examination. Both parties filed supplemental submissions on July 27. Oral argument followed on July 28. A dispute over $1.825 million in a case with a $701.8 million sale received an evidentiary hearing, supplemental briefing, oral argument, and a published opinion.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VI ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>The Insider Question</h2>
  </div>
  <p>Everything turns on this threshold. If the participants are insiders, the retention payments run into 11 U.S.C. § 503(c)(1), which conditions payment on a bona fide competing job offer at equal or greater compensation, a finding that the services are essential to the survival of the business, and a hard cap tied to a multiple of what nonmanagement employees received. A debtor’s ability to pay a retention bonus to an insider is severely restricted, as the court put it, quoting <em>Global Home Products</em>.</p>
  <p>Section 101(31)(B) defines insider for a corporate debtor to include directors, officers, and persons in control. Neither director nor officer is defined in the Bankruptcy Code, and the case law fills the gap. A director is understood as an individual who sits on the board. An officer is a person elected or appointed by the board to manage daily operations. Title alone is insufficient to establish either.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Authority</th>
        <th>Proposition</th>
        <th>Application to Sleep Number</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">
<em>In re Borders Grp., Inc.</em><br>453 B.R. 459 (Bankr. S.D.N.Y. 2011)</td>
        <td>Title alone is insufficient. Companies often give employees director or director-level titles without decision-making authority akin to an executive.</td>
        <td>The director titles signified supervisory responsibility, not board membership.</td>
      </tr>
      <tr>
        <td class="metric-label">
<em>In re Babcock Dairy Co.</em><br>70 B.R. 657 (Bankr. N.D. Ohio 1986)</td>
        <td>Under a totality analysis, insiders must hold a controlling interest or exercise authority sufficient to unqualifiably dictate corporate policy and the disposition of corporate assets.</td>
        <td>The participants serve critical business functions but do not dictate corporate policy or make critical financial decisions.</td>
      </tr>
      <tr>
        <td class="metric-label">
<em>In re Glob. Aviation Holdings Inc.</em><br>478 B.R. 142 (Bankr. E.D.N.Y. 2012)</td>
        <td>Director in a title does not make an employee an insider, and vice president titles are likewise not determinative.</td>
        <td>Applied directly to the nine vice presidents and thirteen directors.</td>
      </tr>
      <tr>
        <td class="metric-label">
<em>In re LSC Commc’ns, Inc.</em><br>631 B.R. 818 (S.D.N.Y. 2021)</td>
        <td>Board appointment is the objective criterion. Officers appointed or elected by the board are officers under the Code absent a particularly strong showing that they do not perform a significant management role. The functional approach applies only where the employee was not board-appointed.</td>
        <td>None of the 38 was appointed by the board, so the objective criterion resolves the question in their favor.</td>
      </tr>
    </tbody>
  </table>
  <p>The court reached the same answer under both tests. Under the objective criterion from <em>LSC Communications</em>, the participants are not insiders because the board did not appoint them. Under the functional approach, they are not insiders because they lack the authority to dictate corporate policy. The decision rests on both grounds rather than either alone.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>The Proximity Argument</h2>
  </div>
  <p>The United States Trustee’s most interesting theory was that at least some participants are insiders because they report directly to insiders and perform work for them. The CFO testified that some participants provide direct support to Sleep Number officers, so the factual premise was conceded.</p>
  <p>The court rejected the inference. Directors and officers do not work in isolation when making important decisions for a corporation, and it should come as no surprise that officers receive contribution from corporate subordinates.</p>
  <div class="callout">
    <h4>The Holding on Reporting Lines</h4>
    <p>“But an employee does not transform into an insider merely because they report to, or perform tasks for, an insider.”</p>
    <p style="font-size:14px; color:rgba(255,255,255,0.6);">Memorandum Decision at 11</p>
  </div>
  <p>The distinction the court drew is between authority and proximity to authority. Section 101(31)(B) reaches directors, officers, and persons in control. Supporting an insider does not place an employee in any of those three categories.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VIII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>The Section 503(c)(3) Analysis</h2>
  </div>
  <p>Clearing the insider hurdle does not end the inquiry. Section 503(c)(3) bars transfers outside the ordinary course of business that are not justified by the facts and circumstances of the case. Courts in the Southern District of New York treat that test as no different than the business judgment standard under section 363(b), following <em>Endo International</em>, <em>Velo Holdings</em>, and <em>Borders Group</em>. The operative framework is the six-factor test from <em>Dana Corp.</em> The court found the plan satisfies that test. Its written analysis addresses the first four factors expressly and treats the remaining two through the same record evidence regarding how the plan was formulated.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>
<em>Dana Corp.</em> Factor</th>
        <th>Record and Findings</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">1. Reasonable relationship between the plan and the result sought</td>
        <td>Participants played important roles in the business and retaining them was critical to the sale. Losing even some would have eroded enterprise value. The workload increase from the sale process was substantial: data rooms, thousands of documents, follow-up questions, meetings, and tours.</td>
      </tr>
      <tr>
        <td class="metric-label">2. Reasonable cost relative to assets, liabilities, and earning potential</td>
        <td>$1.825 million is modest against a bid in excess of $700 million. The actual payout will be less because of the July 20 resignation. No party who could be pecuniarily affected objected.</td>
      </tr>
      <tr>
        <td class="metric-label">3. Fair and reasonable scope</td>
        <td>Participants were selected through an identification process weighing criticality of the position to the sale process and business operations, employee performance and potential, risk of loss, and difficulty of replacement. Award levels were separately calibrated.</td>
      </tr>
      <tr>
        <td class="metric-label">4. Consistency with industry standards</td>
        <td>The plan was formulated after rigorous consideration and consultation with external advisors regarding industry standards.</td>
      </tr>
      <tr>
        <td class="metric-label">5. Due diligence in investigating the need for a plan</td>
        <td>Senior leadership, including the CFO, developed the plan with compensation advisors.</td>
      </tr>
      <tr>
        <td class="metric-label">6. Independent counsel in creating and authorizing the compensation</td>
        <td>Attorneys assisted in formulating the plan alongside the compensation advisors.</td>
      </tr>
    </tbody>
  </table>
  <p>Factor one had direct evidentiary support. During testimony on July 20, the CFO disclosed that one of the participants had resigned that same day.</p>
  <div class="callout">
    <h4>Flight Risk, Demonstrated</h4>
    <p><span class="callout-stat">1 of 38</span>A participant resigned on the day of the evidentiary hearing. The court cited the resignation as proof that the risk of employees seeking alternative employment was not hypothetical, and noted that the actual payout under the plan will be less than $1.825 million as a result.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IX ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>The Timing Argument and Why It Failed</h2>
  </div>
  <p>The United States Trustee’s last argument was practical rather than doctrinal. The sale would close within days. Most participants would likely be offered jobs with the buyer. Retention money paid at that point buys nothing, because there is nothing left to retain them for.</p>
  <p>The court measured the plan against the moment it was adopted, not the moment the objection was heard. Success was far from certain in May 2026 when senior management formulated the plan. The purpose was to stabilize operations, prevent value erosion, and ease the transition to a purchaser, and all three objectives were live risks at the time the award letters went out. The court declined to treat the outcome of the sale process as evidence that the incentive had been unnecessary.</p>
  <p>The court closed with an equitable point. Having received the benefit of the participants’ contribution to what the court called a remarkably successful sale process, it would be wholly inequitable to renege on the incentive offered to them for providing it.</p>
  <div class="gauge-row">
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#2C4146" stroke-width="10" stroke-dasharray="313.3 0.8" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#FD7250" stroke-width="10" stroke-dasharray="0.8 313.3" stroke-dashoffset="-313.3" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="55" text-anchor="middle" font-size="13" font-weight="700" fill="#2C4146">0.26%</text>
        <text x="60" y="70" text-anchor="middle" font-size="9" fill="#6B8A91">of sale value</text>
      </svg>
      <div class="gauge-label">Retention cost against the winning bid</div>
      <div class="gauge-value" style="font-size:16px;">$1.825M / $701.8M</div>
    </div>
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#2C4146" stroke-width="10" stroke-dasharray="310.2 4.0" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#FD7250" stroke-width="10" stroke-dasharray="4.0 310.2" stroke-dashoffset="-310.2" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="55" text-anchor="middle" font-size="13" font-weight="700" fill="#2C4146">1.3%</text>
        <text x="60" y="70" text-anchor="middle" font-size="9" fill="#6B8A91">of workforce</text>
      </svg>
      <div class="gauge-label">Share of workforce covered by the plan</div>
      <div class="gauge-value" style="font-size:16px;">38 of ~3,000</div>
    </div>
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#FD7250" stroke-width="10" stroke-dasharray="128.4 185.8" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="55" text-anchor="middle" font-size="13" font-weight="700" fill="#2C4146">$286.8M</text>
        <text x="60" y="70" text-anchor="middle" font-size="9" fill="#6B8A91">above floor</text>
      </svg>
      <div class="gauge-label">Auction lift over the stalking horse floor</div>
      <div class="gauge-value" style="font-size:16px;">$415M to $701.8M</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION X ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section X</div>
    <h2>The Case Timeline</h2>
  </div>
  <p>Forty-six days separate the petition date from the memorandum decision. The retention dispute was fully briefed, tried, argued, and decided while the sale process ran to completion.</p>
  <div class="timeline">
    <div class="timeline-item muted">
      <div class="timeline-date">May 2026</div>
      <div class="timeline-content">Senior leadership formulates the Non-Insider Retention Plan with compensation advisors and attorneys, prepetition.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">On or around May 26, 2026</div>
      <div class="timeline-content">Award letters sent to the 38 Employee Participants.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">June 12, 2026</div>
      <div class="timeline-content">Petition date. The employee motion seeking authority to pay prepetition wages, maintain benefits, and make the retention payments is filed as ECF Doc. # 5.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">June 23, 2026</div>
      <div class="timeline-content">The United States Trustee appoints the Official Committee of Unsecured Creditors.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 2, 2026</div>
      <div class="timeline-content">Court approves bidding procedures and the stalking horse asset purchase agreement with SNBR Inc., guaranteeing the estates a minimum of $415 million.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 13, 2026</div>
      <div class="timeline-content">Auction held. After multiple rounds, SNBR wins with a total bid of $701,800,000.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 14, 2026</div>
      <div class="timeline-content">United States Trustee objects to the retention payments (ECF Doc. # 366).</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">July 19, 2026</div>
      <div class="timeline-content">Debtors file a reply brief and the CFO declaration (ECF Doc. # 403).</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 20, 2026</div>
      <div class="timeline-content">Evidentiary hearing. The declaration is admitted as direct testimony and the CFO is cross-examined. The court approves the sale. One Employee Participant resigns the same day.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">July 21, 2026</div>
      <div class="timeline-content">Sale order entered (ECF Doc. # 430), carving out the severance dispute.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">July 27, 2026</div>
      <div class="timeline-content">Each party files a supplemental submission (ECF Doc. ## 449, 450).</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 28, 2026</div>
      <div class="timeline-content">Oral argument. The court overrules the objection on the record and issues the memorandum decision the same day (ECF Doc. # 454).</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">On or around July 31, 2026</div>
      <div class="timeline-content">Sale scheduled to close, subject to ongoing negotiations with landlords, vendors, and service providers.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">August 3, 2026</div>
      <div class="timeline-content">Hearing scheduled on the carved-out dispute over the buyer’s satisfaction of severance obligations owed to officers and directors.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">December 31, 2026</div>
      <div class="timeline-content">Original vesting date for the retention awards, absent acceleration on a change in control.</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION XI ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section XI</div>
    <h2>What the Decision Is Useful For</h2>
  </div>
  <p>The doctrinal holdings here are not new. Titles do not create insider status, and the business judgment standard governs section 503(c)(3). What the decision supplies is a clean, published application of both propositions to a sale case, with a record detailed enough to serve as a template.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Showing</th>
        <th>Evidence in the Record</th>
        <th>Issue It Addresses</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">No board appointment</td>
        <td>Declaration testimony that none of the 38 was appointed by the board</td>
        <td>Objective criterion under <em>LSC Communications</em>
</td>
      </tr>
      <tr>
        <td class="metric-label">No policy-setting authority</td>
        <td>Testimony that no participant sets corporate policy or makes critical financial decisions</td>
        <td>Functional approach under <em>Borders Group</em>
</td>
      </tr>
      <tr>
        <td class="metric-label">Title conventions explained</td>
        <td>All vice presidents report to senior or executive vice presidents; directors are junior to vice presidents; no participant is a Section 16 officer</td>
        <td>Whether titles evidence insider status</td>
      </tr>
      <tr>
        <td class="metric-label">Criticality to the sale</td>
        <td>Specialized knowledge, increased workload, risk of enterprise value erosion, an actual resignation</td>
        <td>
<em>Dana Corp.</em> factor 1</td>
      </tr>
      <tr>
        <td class="metric-label">Selection methodology</td>
        <td>Criticality of position, performance and potential, risk of loss, difficulty of replacement</td>
        <td>
<em>Dana Corp.</em> factor 3</td>
      </tr>
      <tr>
        <td class="metric-label">Advisor involvement</td>
        <td>Compensation advisors and attorneys engaged in formulating the plan, prepetition</td>
        <td>
<em>Dana Corp.</em> factors 4 through 6</td>
      </tr>
      <tr>
        <td class="metric-label">Stakeholder support</td>
        <td>Committee joinder; no objection from any pecuniarily affected party</td>
        <td>
<em>Dana Corp.</em> factor 2</td>
      </tr>
    </tbody>
  </table>
  <h3>Build the record on structure, not adjectives</h3>
  <p>The declaration did not assert that the participants were unimportant. It asserted the opposite, that they were critical to the business, and then separately established that none was appointed by the board, none sat on any of the three governance bodies, none set corporate policy, and none was a Section 16 officer. Criticality supports the section 503(c)(3) case. Absence of appointment and authority defeats the insider case. Those are different showings and the declaration made both.</p>
  <h3>Explain your title conventions before someone else does</h3>
  <p>The reason the vice president and director titles did not sink the plan is that the record explained what those words mean at this company: that all vice presidents report to senior or executive vice presidents, that the directors are junior to the vice presidents, and that every executive who is genuinely senior carries an executive vice president or senior vice president title. The court relied on that testimony in concluding that the titles signified increased responsibility or supervisory role rather than insider status.</p>
  <h3>
<em>LSC Communications</em> cuts both ways, and you should say so</h3>
  <p>The district court’s objective criterion is usually invoked against debtors, because board appointment ends the analysis for anyone who has it. Sleep Number ran it in the other direction. If board appointment is dispositive of insider status, the absence of board appointment resolves the question the other way under the same framework, and the functional analysis only comes into play as a second line of defense. Resolving the question under both frameworks, as the court did here, produces a result that does not depend on which line of authority controls.</p>
  <h3>Get an economic stakeholder to say it</h3>
  <p>The committee’s joinder did real work in the section 503(c)(3) analysis. The court noted that no party who could possibly be pecuniarily affected by the loss of $1.825 million from the estates had objected, and that the fiduciary for unsecured creditors had affirmatively supported the plan and opined that the payments were within the range expected under similar programs. The court treated the absence of objection from any pecuniarily affected party, together with the Committee’s affirmative support, as material to the cost analysis.</p>
  <h3>Adopt the plan early and be able to prove when</h3>
  <p>The timing argument failed because the plan was formulated in May, before the petition and before the outcome was knowable. The prepetition award letters allowed the court to measure business judgment against the uncertainty that existed when the plan was adopted rather than against the result it produced.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION XII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section XII</div>
    <h2>What Comes Next</h2>
  </div>
  <p>The retention question is resolved at the bankruptcy court level. The awards are payable on completion of the sale, and the sale was scheduled to close on or around July 31, 2026. The court noted that the actual payout will be less than $1.825 million because of the July 20 resignation.</p>
  <p>The related fight is not resolved. The sale order carved out a dispute between the United States Trustee and the debtors over whether the buyer’s satisfaction of severance obligations owed to officers and directors is proper. That hearing was set for August 3, 2026. The decision addressed in this report concerns payments to employees the court found are not insiders. The carved-out dispute concerns severance obligations owed to officers and directors, and the memorandum decision does not reach it.</p>
  <div class="callout">
    <h4>The Line the Decision Draws</h4>
    <p>Section 503(c) was enacted as part of BAPCPA in 2005 to eradicate the notion that executives were entitled to bonuses simply for staying with a company through the bankruptcy process. The decision applies the strict standard in section 503(c)(1) only to employees the board appointed or who exercise authority over corporate policy, and evaluates everyone else under the business judgment standard in section 503(c)(3). On this record, 38 employees carrying increased workload through a sale process fell on the second side of that line.</p>
  </div>
</section>
<footer class="report-footer">
  <div class="container">
    <div class="footer-brand"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report is based on the AI Dossier generated by Research Suite by Stretto, which analyzed the memorandum decision entered at ECF Doc. # 454, a single document spanning 16 pages, filed in <em>In re Sleep Number Corporation, et al.</em>, Case No. 26-11399 (KYP), United States Bankruptcy Court for the Southern District of New York, together with the docket references it incorporates. All facts, figures, and docket citations are drawn from the underlying docket filings as summarized in the AI Dossier.</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
    <p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
    <p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
  </div>
</footer>
</body>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/alkegen-s-prepackaged-chapter-11-when-the-liability-management-bridge-runs-out</id>
    <published>2026-08-02T23:26:26-05:00</published>
    <updated>2026-08-02T23:26:28-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/alkegen-s-prepackaged-chapter-11-when-the-liability-management-bridge-runs-out" rel="alternate" type="text/html"/>
    <title>Alkegen’s Prepackaged Chapter 11: When the Liability Management Bridge Runs Out</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p><span>A refinancing bought Alkegen maturity runway and a PIK toggle. Twenty-two months later, the company filed a prepackaged case to eliminate $3.1 billion of funded obligations on a 45-day timeline.</span></p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/alkegen-s-prepackaged-chapter-11-when-the-liability-management-bridge-runs-out">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<body>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Alkegen's Prepackaged Chapter 11 | Stretto Intelligence Special Report</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap" rel="stylesheet">
<style>
/* ============================================================
   CSS DESIGN SYSTEM - Copy this entire block into every report
   ============================================================ */
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
/* --- HEADER --- */
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark {
  display: flex;
  align-items: center;
}
.brand-mark img {
  height: 40px;
  width: auto;
}
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content {
  max-width: 1100px;
  margin: 0 auto;
}
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 800px;
}
.header-content h1 .highlight {
  color: var(--accent-orange);
}
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 700px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
}
/* --- LAYOUT --- */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
.content-section {
  margin: 60px auto;
  max-width: 1100px;
  padding: 0 40px;
}
/* --- SECTION HEADERS --- */
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
/* --- SUBSECTION HEADERS --- */
h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-slate);
  margin: 40px 0 18px;
}
h4 {
  font-size: 18px;
  font-weight: 500;
  color: var(--medium-slate);
  margin: 30px 0 12px;
}
/* --- PARAGRAPHS --- */
p {
  margin-bottom: 18px;
  line-height: 1.75;
}
/* --- STAT CARDS --- */
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.2;
}
.stat-card .stat-detail {
  font-size: 13px;
  color: var(--light-slate);
  margin-top: 4px;
}
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
/* --- COMPARISON TABLES --- */
table.comparison {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-size: 15px;
}
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child {
  border-radius: 6px 0 0 0;
}
table.comparison thead th:last-child {
  border-radius: 0 6px 0 0;
}
table.comparison tbody td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--light-gray);
  vertical-align: top;
}
table.comparison tbody tr:nth-child(even) {
  background: var(--fine-gray);
}
table.comparison tbody tr:hover {
  background: rgba(253, 114, 80, 0.06);
}
table.comparison .metric-label {
  font-weight: 500;
  color: var(--dark-slate);
}
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
/* --- BAR CHARTS --- */
.bar-chart {
  margin: 30px 0;
  padding: 30px;
  background: var(--fine-gray);
  border-radius: 8px;
}
.bar-chart-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-slate);
  margin-bottom: 25px;
}
.bar-group {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.bar-label {
  width: 140px;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-body);
  flex-shrink: 0;
  text-align: right;
  padding-right: 16px;
}
.bar-track {
  flex: 1;
  height: 32px;
  background: var(--light-gray);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.bar-fill {
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  transition: width 1s ease;
}
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside {
  margin-left: 10px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-body);
  flex-shrink: 0;
  width: 90px;
}
/* --- CALLOUT BOXES --- */
.callout {
  background: var(--dark-slate);
  color: var(--white);
  padding: 35px 40px;
  border-radius: 8px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.callout::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--accent-orange);
}
.callout h4 {
  color: var(--accent-orange);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: 500;
}
.callout p {
  color: rgba(255,255,255,0.85);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}
.callout .callout-stat {
  font-size: 48px;
  font-weight: 700;
  color: var(--accent-orange);
  display: block;
  margin-bottom: 8px;
}
/* --- TIMELINES --- */
.timeline {
  margin: 40px 0;
  position: relative;
  padding-left: 30px;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--medium-gray);
}
.timeline-item {
  position: relative;
  margin-bottom: 28px;
  padding-left: 30px;
}
.timeline-item::before {
  content: '';
  position: absolute;
  left: -26px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent-orange);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--accent-orange);
}
.timeline-item.muted::before {
  background: var(--light-slate);
  box-shadow: 0 0 0 2px var(--light-slate);
}
.timeline-date {
  font-size: 13px;
  font-weight: 500;
  color: var(--accent-orange);
  letter-spacing: 0.5px;
}
.timeline-item.muted .timeline-date {
  color: var(--light-slate);
}
.timeline-content {
  font-size: 15px;
  color: var(--text-body);
  margin-top: 3px;
}
/* --- SPLIT COMPARISON PANELS --- */
.split-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 40px 0;
  border-radius: 8px;
  overflow: hidden;
}
.split-panel {
  padding: 30px 35px;
}
.split-panel.left {
  background: var(--dark-slate);
  color: var(--white);
}
.split-panel.right {
  background: var(--fine-gray);
  color: var(--text-body);
}
.split-panel .panel-year {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 5px;
}
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 15px;
}
.split-panel.right .split-item {
  border-bottom-color: var(--medium-gray);
}
.split-item .item-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value {
  font-size: 18px;
  font-weight: 500;
}
/* --- SVG GAUGE GRAPHICS --- */
.gauge-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  margin: 40px 0;
}
.gauge-card {
  text-align: center;
  padding: 30px 20px;
  background: var(--fine-gray);
  border-radius: 8px;
}
.gauge-card svg {
  width: 120px;
  height: 120px;
}
.gauge-card .gauge-label {
  font-size: 13px;
  color: var(--light-slate);
  margin-top: 12px;
  font-weight: 400;
}
.gauge-card .gauge-value {
  font-size: 28px;
  font-weight: 700;
  color: var(--dark-slate);
  margin-top: 4px;
}
/* --- FOOTER --- */
.report-footer {
  background: var(--dark-slate);
  color: rgba(255,255,255,0.5);
  padding: 50px 40px;
  margin-top: 80px;
  font-size: 13px;
  line-height: 1.7;
}
.report-footer .footer-brand {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.report-footer .footer-brand img {
  height: 28px;
  width: auto;
}
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
/* --- SECTION DIVIDER --- */
.section-divider {
  height: 1px;
  background: var(--medium-gray);
  margin: 60px auto;
  max-width: 1100px;
}
/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
}
</style>
<header class="report-header">
  <div class="header-top">
    <div class="brand-mark"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <div class="report-type">Special Report</div>
  </div>
  <div class="header-content">
    <h1>Alkegen’s Prepackaged Chapter 11: <span class="highlight">When the Liability Management Bridge Runs Out</span>
</h1>
    <p class="header-subtitle">A 2024 refinancing bought Alkegen four years of maturity runway and a PIK toggle. It did not reduce the debt. Twenty-two months later, the company filed a prepackaged case to eliminate $3.1 billion of funded obligations on a 45-day timeline.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>August 2026</span>
      <span>Analysis of the First Day Declaration and Restructuring Support Agreement, 156 pages</span>
    </div>
  </div>
</header>
<!-- ==================== SECTION I ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>Where Things Stand</h2>
  </div>
  <p>Alkegen filed prepackaged chapter 11 petitions in the Northern District of Texas on July 26, 2026, and it filed them with the deal already done. Solicitation launched six days before the petitions, on July 20. The restructuring support agreement carries holders of 99 percent of First Lien Claims, 80 percent of Second Lien Notes Claims, 95 percent of Preferred A Stock, and 99 percent of Senior Common Stock. The voting deadline is August 17, 2026, and the debtors are targeting entry of a confirmation order within 45 days of the petition date.</p>
  <p>The transaction eliminates approximately $3.1 billion of funded debt obligations. A company that entered these cases carrying $3.325 billion of funded debt principal, and roughly $3.5 billion including accrued interest and make-whole amounts, would emerge with $400 million of term debt, approximately $200 million of liquidity, and the ability to put up to $150 million of new revolver capacity in place.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Petition Date</div>
      <div class="stat-value">Jul 26, 2026</div>
      <div class="stat-detail">Case No. 26-80008 (SWE), Bankr. N.D. Tex.</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Funded Debt Eliminated</div>
      <div class="stat-value">$3.1B</div>
      <div class="stat-detail">Against $3.325B of principal outstanding</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">DIP Facility</div>
      <div class="stat-value">$630M</div>
      <div class="stat-detail">$315M new money, $315M roll-up</div>
    </div>
    <div class="stat-card positive">
      <div class="stat-label">Debt at Emergence</div>
      <div class="stat-value">$400M</div>
      <div class="stat-detail">Plus approximately $200M liquidity</div>
    </div>
  </div>
  <p>Trade creditors are unimpaired and are being paid in the ordinary course, which the declaration identifies as a condition the Ad Hoc Group required in exchange for its support of the RSA and the DIP Facility. General Unsecured Claims are reinstated or paid in full. Existing Alkegen Holdco Interests, defined as all outstanding Preferred A Stock, Preferred A-1 Stock, and Senior Common Stock, are canceled without distribution. The Sponsor holds the vast majority of the Senior Common Stock and Preferred A Stock, and it signed the RSA. The Preferred A-1 Stock is held entirely by third-party investors, and the declaration does not state their level of support.</p>
  <h3>The Dates That Matter</h3>
  <p>The RSA milestones compress the case into a window most operating chapter 11 filings would use just to get through a final DIP hearing. If any milestone slips, the RSA outside date of December 31, 2026 sits behind everything.</p>
  <div class="timeline">
    <div class="timeline-item muted">
      <div class="timeline-date">July 20, 2026</div>
      <div class="timeline-content">Solicitation launched under sections 1125 and 1126(b), six days before the petitions.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 26, 2026</div>
      <div class="timeline-content">Petition date. Sixty-three debtors file, along with thirteen first day motions and the First Day Declaration.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">Within 2 business days of filing</div>
      <div class="timeline-content">Interim DIP Order milestone. Initial new-money draw of $265 million funds on entry.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">August 17, 2026</div>
      <div class="timeline-content">Voting deadline for Class 3 (First Lien Secured Claims) and Class 4 (Unsecured Funded Debt Claims), the only two classes entitled to vote.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">Within 28 days of filing</div>
      <div class="timeline-content">Final DIP Order milestone. Delayed draw of $50 million becomes available.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">Within 45 days of filing</div>
      <div class="timeline-content">Milestone for entry of an order approving the disclosure statement and confirming the plan.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">Within 14 days of confirmation</div>
      <div class="timeline-content">Effective date milestone, automatically extended up to 60 days if the only obstacle is outstanding regulatory approvals.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">September 30, 2026</div>
      <div class="timeline-content">PIK interest option expires on the Senior Facilities and Second Lien Notes. This is the forcing function behind the timeline.</div>
    </div>
  </div>
  <p>The declaration gives its own reasons for the compressed schedule: minimizing disruption to the business and limiting the accrual of administrative expenses. It separately identifies the September 30 PIK expiration as a source of increased pressure on liquidity. The two sit nine weeks apart.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION II ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section II</div>
    <h2>The Debtor</h2>
  </div>
  <p>Alkegen makes the materials that sit between heat and everything else. Its products are high-performance fibers engineered into blankets, felts, papers, boards, and mats used in blast furnaces, petrochemical refining, glass production, catalytic converters, and electric vehicle battery packs.</p>
  <p>The company is the product of two long corporate histories. Unifrax was founded in 1942 by the scientist who invented ceramic fiber, commercialized a decade later as Fiberfrax. Lydall traces to 1869, when two families began manufacturing knitting needles in Manchester, Connecticut, and became a specialty filtration and advanced materials business listed on the New York Stock Exchange. Investment vehicles affiliated with Clearlake Capital Group acquired Unifrax in December 2018. Unifrax acquired Lydall in September 2021, and the combined operations were consolidated under the Alkegen banner.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">2025 Revenue</div>
      <div class="stat-value">$991M</div>
      <div class="stat-detail">Across three reporting groups plus SiFAB</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Employees</div>
      <div class="stat-value">3,900</div>
      <div class="stat-detail">In 23 countries, excluding Luyang</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Manufacturing Sites</div>
      <div class="stat-value">~50</div>
      <div class="stat-detail">Fully integrated global facilities</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Entities / Debtors</div>
      <div class="stat-value">115 / 63</div>
      <div class="stat-detail">Incorporated across 24 countries</div>
    </div>
  </div>
  <p>Revenue concentrates in the industrial side of the portfolio. Industrial Solutions carried nearly two-thirds of 2025 revenue on insulation materials, high-efficiency filtration, and micro fine glass fibers. Mobility Solutions sells emission control mats used by virtually every automaker for catalytic converter support, along with battery fire protection for electric vehicles and stationary storage. Industrial Filtration makes felt-based media for industrial waste gases. SiFAB, a structured silicon anode material launched as a research project in 2017, has not yet reached commercialization.</p>
  <div class="bar-chart">
    <div class="bar-chart-title">2025 Revenue by Business Group</div>
    <div class="bar-group">
      <div class="bar-label">Industrial Solutions</div>
      <div class="bar-track">
        <div class="bar-fill slate" style="width: 100%;">$636M</div>
      </div>
      <div class="bar-value-outside">64%</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Mobility Solutions</div>
      <div class="bar-track">
        <div class="bar-fill orange" style="width: 42%;">$267M</div>
      </div>
      <div class="bar-value-outside">27%</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Industrial Filtration</div>
      <div class="bar-track">
        <div class="bar-fill light" style="width: 14%;">$88M</div>
      </div>
      <div class="bar-value-outside">9%</div>
    </div>
  </div>
  <p>Geographically, North America accounted for roughly 55 percent of 2025 sales, Europe 30 percent, and Asia 15 percent. The Asian exposure runs through a separate and consequential asset. Since 2014 Alkegen has held a stake in Luyang Energy-Savings Materials Co. Ltd., a Chinese producer of ceramic, soluble, and alumina fibers. In June 2022 a debtor subsidiary took a controlling interest of approximately 52.43 percent, later increased to 52.66 percent through share cancellation. Luyang is not a debtor, and its performance since 2022 sits at the center of the distress narrative.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION III ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>What Went Wrong</h2>
  </div>
  <p>The declaration attributes the filing to five drivers, and they compound rather than sit side by side. Start with rates. Elevated interest rates have held industrial capacity utilization below its long-run average since the pandemic, and Alkegen sells into steel, petrochemical, automotive, and construction end markets that move with that utilization. High rates also slowed the electric vehicle transition, and electric vehicles now represent 5.3 to 6 percent of new-vehicle sales, down from a peak of 10.6 percent in 2025.</p>
  <p>Then add Chinese overcapacity. Persistent oversupply in Chinese manufacturing produced aggressive domestic price competition with spillover effects for producers everywhere else, costing Alkegen market share and compressing margins already pressured by inflation. The controlling stake in Luyang converted that macro exposure into a specific balance sheet problem.</p>
  <div class="stat-row">
    <div class="stat-card negative">
      <div class="stat-label">Luyang Market Cap</div>
      <div class="stat-value">-60%</div>
      <div class="stat-detail">Since the 2022 controlling stake acquisition</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Luyang 2025 Sales Decline</div>
      <div class="stat-value">-$141M</div>
      <div class="stat-detail">Substantial loss of market share</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Luyang Adjusted EBITDA</div>
      <div class="stat-value">-50%+</div>
      <div class="stat-detail">Limiting dividends available to Alkegen</div>
    </div>
  </div>
  <p>The remaining three drivers are company-specific. Several growth initiatives that underpinned the 2024 refinancing either failed to reach commercialization or ramped more slowly than planned, which matters because those initiatives were part of the case creditors underwrote in 2024. Capital allocation compounded the problem: deferred plant maintenance created operating difficulties across facilities, a complex organizational structure reduced efficiency, and the leverage itself pushed management toward high-impact, hard-to-execute projects while the core business went under-invested. Inflation hit the supply chain on top of all of it.</p>
  <p>Management responded on the operating side. A new chief executive officer and a chief transformation officer were appointed in October 2025, with Alvarez &amp; Marsal supporting both roles. Project Horizon began in late 2025. In March 2026 the company collapsed nine business units into the two primary groups it reports today, streamlining hierarchy, centralizing operations management, and driving headcount reductions worth approximately $9 million of annual savings. The full slate of performance improvement initiatives is forecast to generate approximately $40 million of Adjusted EBITDA improvement by 2030.</p>
  <p>Forty million dollars of run-rate EBITDA improvement by 2030 is real work. It is also not a solution to $320 million of annual debt service. The declaration says as much: the cost measures have generated and will continue to generate meaningful savings, and they are insufficient to support the existing capital structure.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IV ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>The Capital Structure</h2>
  </div>
  <p>Six funded debt instruments, five of them secured across three lien tiers, all of them dated or amended on the same day in September 2024. The uniformity of the maturity profile is not a coincidence. It is the signature of a comprehensive liability management transaction.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Funded Debt</th>
        <th>Principal Outstanding</th>
        <th>Stated Maturity</th>
        <th>Pricing</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Revolving Credit Loans</td>
        <td>$186 million</td>
        <td>June 30, 2028</td>
        <td>Adjusted Term SOFR + 3.85%, cash</td>
      </tr>
      <tr>
        <td class="metric-label">First Lien Term Loans</td>
        <td>$1,673 million</td>
        <td>September 30, 2028</td>
        <td>SOFR + 7.00% cash, or + 7.75% with PIK</td>
      </tr>
      <tr>
        <td class="metric-label">First Lien Notes</td>
        <td>$397 million</td>
        <td>September 30, 2028</td>
        <td>10.425% cash, or 11.175% with PIK</td>
      </tr>
      <tr>
        <td class="metric-label">Second Lien Notes</td>
        <td>$945 million</td>
        <td>September 30, 2028</td>
        <td>7.10%, 5.85% cash / 1.25% PIK</td>
      </tr>
      <tr>
        <td class="metric-label">Third Lien Notes</td>
        <td>$102 million</td>
        <td>September 30, 2028</td>
        <td>5.25% cash</td>
      </tr>
      <tr>
        <td class="metric-label">Unsecured Notes</td>
        <td>$24 million</td>
        <td>September 30, 2029</td>
        <td>7.50% cash</td>
      </tr>
      <tr>
        <td class="metric-label">Total Principal</td>
        <td><strong>$3,325 million</strong></td>
        <td>Various</td>
        <td>Plus approximately $50 million of capital leases</td>
      </tr>
    </tbody>
  </table>
  <p>Note the PIK toggles. The First Lien Term Loans, First Lien Notes, and Second Lien Notes each allowed the company to elect partial payment in kind, and each of those elections expires on September 30, 2026. On that date, interest across those three instruments must be paid entirely in cash. The incremental annual cash burden is approximately $110 million, layered onto forecast 2026 debt service of approximately $320 million, itself up from $297 million in 2025.</p>
  <p>The equity above that stack is closely held. Approximately 450,000 shares of Preferred A-1 Stock sit with third-party investors, while the vast majority of the approximately 96,000 shares of Senior Common Stock and 803,000 shares of Preferred A Stock are held by sponsor-affiliated investment vehicles. Roughly 300 shares of Class A Common Stock are held by family members of a former employee. None of it is exchange-listed.</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">At Filing</div>
      <div class="panel-label">July 26, 2026</div>
      <div class="split-item">
        <div class="item-label">Funded Debt Principal</div>
        <div class="item-value" style="color: var(--accent-orange);">$3,325 million</div>
      </div>
      <div class="split-item">
        <div class="item-label">Lien Tiers</div>
        <div class="item-value">Three secured, plus unsecured</div>
      </div>
      <div class="split-item">
        <div class="item-label">Revolver</div>
        <div class="item-value">$186M drawn of $200M</div>
      </div>
      <div class="split-item">
        <div class="item-label">Liquidity</div>
        <div class="item-value">~$35 million unrestricted cash</div>
      </div>
      <div class="split-item">
        <div class="item-label">Annual Debt Service</div>
        <div class="item-value">~$320 million forecast</div>
      </div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">Proposed</div>
      <div class="panel-label">At Emergence, If Confirmed</div>
      <div class="split-item">
        <div class="item-label">Funded Debt Principal</div>
        <div class="item-value" style="color: var(--accent-orange);">$400 million</div>
      </div>
      <div class="split-item">
        <div class="item-label">Lien Tiers</div>
        <div class="item-value">One, no junior tranche</div>
      </div>
      <div class="split-item">
        <div class="item-label">Revolver</div>
        <div class="item-value">Up to $150M of new capacity</div>
      </div>
      <div class="split-item">
        <div class="item-label">Liquidity</div>
        <div class="item-value">~$200 million</div>
      </div>
      <div class="split-item">
        <div class="item-label">Annual Debt Service</div>
        <div class="item-value">Not stated in the declaration</div>
      </div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION V ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>The 2024 Refinancing and What It Did Not Fix</h2>
  </div>
  <p>Every fact in the capital structure table traces back to a single transaction. In 2023, facing a 2025 maturity on its then-existing first lien facility, Alkegen engaged Kirkland &amp; Ellis and Centerview Partners. A marketing process that began in February 2024 and included both existing creditors and third-party financing sources closed on September 30, 2024 as a three-part transaction.</p>
  <p>The revolver was uptiered to a superpriority position in exchange for a sixteen-month maturity extension. The existing first lien term loan was refinanced in cash through the new Senior Facilities. And holders of a majority of the existing secured and unsecured notes exchanged into the newly issued Second Lien Notes, consenting along the way to strip substantially all affirmative and negative covenants, eliminate events of default, release guarantees, and reprice the lien priority of the Third Lien Notes from first priority to third.</p>
  <div class="stat-row">
    <div class="stat-card positive">
      <div class="stat-label">Discount Captured</div>
      <div class="stat-value">~$150M</div>
      <div class="stat-detail">From the note exchanges</div>
    </div>
    <div class="stat-card positive">
      <div class="stat-label">Incremental Liquidity</div>
      <div class="stat-value">~$350M</div>
      <div class="stat-detail">New money into the business</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Maturity Runway</div>
      <div class="stat-value">2028 / 2029</div>
      <div class="stat-detail">All funded debt pushed out</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Net Debt Reduction</div>
      <div class="stat-value">Not meaningful</div>
      <div class="stat-detail">Per the First Day Declaration</div>
    </div>
  </div>
  <p>By the standard metrics of a liability management exercise, that is a well-executed deal. It cleared the near-term maturity wall, captured discount, brought in new money, and added a two-year PIK option that reduced near-term cash interest. It was approved by a special committee of the boards comprising a single disinterested director appointed on September 10, 2024, who resigned following the closing.</p>
  <p>It also did not deleverage the company. That is the sentence the declaration returns to, and it is the sentence that explains the 2026 filing. The 2024 refinancing assumed a recovery in petrochemical, steel, aluminum, automotive, and general industrial demand beginning in 2025. That recovery did not arrive. The growth initiatives underwritten in the deal did not commercialize on schedule. And the PIK option that made the arithmetic work in 2025 and 2026 was always going to expire in September 2026 and hand back roughly $110 million of annual cash interest.</p>
  <div class="callout">
    <h4>The Analytical Point</h4>
    <p>A liability management exercise that extends maturities without reducing principal converts a solvency question into a timing question. It does not answer it. The September 2024 transaction pushed the principal maturities out roughly four years. The case was filed 22 months later. The instrument that made the bridge affordable, a two-year PIK toggle, expired on precisely the schedule everyone knew about at signing, and the case was filed nine weeks before that expiration.</p>
  </div>
  <p>The waivers tell you when the bridge started failing. On May 18, 2026, first lien Required Lenders and Required Holders granted a limited waiver of the requirement to deliver an unqualified audit opinion and financial statements for fiscal year 2025 and the first quarter of 2026, along with any resulting default. The same day, certain Second Lien Noteholders signed a forbearance covering the same delivery failures. On June 30, both were extended to July 30, 2026. The petitions were filed on July 26, four days before that runway ended.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VI ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>How the Intercreditor Architecture Shaped Day One</h2>
  </div>
  <p>The most consequential thing the 2024 refinancing did for this case has nothing to do with pricing or maturities. It has to do with the two intercreditor agreements executed on September 30, 2024, which together shaped the DIP and narrowed the objections available to junior creditors.</p>
  <h3>The Senior Intercreditor Agreement</h3>
  <p>The Senior Intercreditor Agreement governs relative priority among the RCF Lenders, the First Lien Term Loan Lenders, and the First Lien Noteholders. The remedies waterfall runs first to non-principal revolver obligations, second to revolver principal, third to the First Lien Term Loans and First Lien Notes pro rata, and fourth into the Junior Intercreditor Agreement. Embedded in it is a provision that governs precisely this scenario: if any DIP financing is secured by liens pari passu with or senior to the liens securing the RCF Obligations, the RCF must either be rolled up into the DIP with senior priority or repaid in full in cash upon interim funding.</p>
  <p>Look at the use of proceeds for the DIP Facility. First on the list is paying off the First Lien Revolving Loan Claims in full. That is not a business judgment the debtors exercised at the last minute. It is a contractual output of a document signed 22 months before the petition date.</p>
  <h3>The Junior Intercreditor Agreement</h3>
  <p>The Junior Intercreditor Agreement subordinates the Second Lien Notes to the Senior Facilities and the Third Lien Notes to the Second Lien Notes. It also contains the covenant that matters most here: if the Senior Secured Parties consent to, or do not object to, DIP financing, the Second Lien Noteholders and Third Lien Noteholders agree not to object to that financing and to subordinate their liens on the same basis.</p>
  <p>Combine that with the priming structure and you get the defining feature of this case. Approximately $1.07 billion of Second Lien, Third Lien, and Unsecured Notes claims sits behind a first lien tranche taking substantially all of the reorganized equity, and the holders of that junior debt contractually gave up their ability to fight the financing that gets the case there.</p>
  <div class="callout">
    <h4>The Contractual Groundwork for the DIP</h4>
    <p>DIP fights are usually about junior creditors resisting a priming lien and an expedited timeline that locks in a first lien recovery. Here, the Second Lien and Third Lien Noteholders agreed in September 2024 not to raise that objection where the Senior Secured Parties consent. Much of the negotiating leverage a $630 million superpriority facility with a dollar-for-dollar roll-up would ordinarily have to overcome was allocated by contract 22 months before the petition date.</p>
  </div>
  <p>This is the practical lesson for anyone underwriting or documenting a liability management transaction. The pricing grid and the maturity schedule get the attention in the term sheet. The intercreditor provisions govern what happens when the trade fails, and they do it without further negotiation.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>The DIP Facility and the Restructuring Framework</h2>
  </div>
  <p>The debtors entered these cases with approximately $35 million of unrestricted cash, which is not enough to run a business with 50 plants in 23 countries through even a 45-day case. The $630 million DIP Facility solves for that and for the exit at the same time.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>DIP Term</th>
        <th>Detail</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Size and Composition</td>
        <td>$630 million total: $315 million new-money first-out term loans and notes, $315 million second-out roll-up instruments</td>
      </tr>
      <tr>
        <td class="metric-label">Roll-Up Ratio</td>
        <td>One dollar of Allowed First Lien Claims rolls up cashless and pro rata for every one dollar of new money funded</td>
      </tr>
      <tr>
        <td class="metric-label">Draw Schedule</td>
        <td>$265 million initial draw on entry of the Interim DIP Order; $50 million delayed draw on entry of the Final DIP Order</td>
      </tr>
      <tr>
        <td class="metric-label">Backstop Premium</td>
        <td>5.0% of the New Funding Principal Amount, payable in cash, earned on entry of the Interim DIP Order</td>
      </tr>
      <tr>
        <td class="metric-label">Term</td>
        <td>Four months from the petition date, subject to two one-month extensions at a 1.0% in-kind extension fee each</td>
      </tr>
      <tr>
        <td class="metric-label">Use of Proceeds</td>
        <td>Repay First Lien Revolving Loan Claims in full, fund case administration and the professional fee carve-out, pay DIP fees, fund working capital</td>
      </tr>
      <tr>
        <td class="metric-label">Exit Conversion</td>
        <td>$315 million of new-money DIP principal converts automatically and cashlessly into Exit Term Loans on the effective date</td>
      </tr>
    </tbody>
  </table>
  <p>There is a participation mechanic worth flagging. Any party that wants to become a DIP Lender must sign the RSA and irrevocably commit to subscribe for its pro rata share of the Equity Rights Offering. The DIP and the equity are a single package. You do not get to lend into the case without underwriting the reorganized equity, and no assignment of a DIP commitment relieves a lender of the rights offering obligation unless the transferee expressly assumes it.</p>
  <p>The exit is sized to match. A $400 million senior secured first lien term facility funds on the effective date, comprising $85 million distributed pro rata to holders of Allowed First Lien Claims and $315 million refinancing the new-money DIP on a cashless, dollar-for-dollar basis. Five-year term, one percent annual amortization, no financial covenants, no junior lien tranche. The reorganized company may also seek a new revolving facility of up to $150 million.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VIII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>Plan Treatment and the Valuation Gap</h2>
  </div>
  <p>The plan runs nine classes, and only two of them vote. Everything below the first lien is either unimpaired and presumed to accept, or wiped out and deemed to reject.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Class</th>
        <th>Claim or Interest</th>
        <th>Proposed Treatment</th>
        <th>Status</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">1</td>
        <td>Other Secured Claims</td>
        <td>Payment in full, collateral, reinstatement, or other unimpaired treatment</td>
        <td>Unimpaired / Presumed to Accept</td>
      </tr>
      <tr>
        <td class="metric-label">2</td>
        <td>Other Priority Claims</td>
        <td>Treatment consistent with section 1129(a)(9)</td>
        <td>Unimpaired / Presumed to Accept</td>
      </tr>
      <tr>
        <td class="metric-label">3</td>
        <td>First Lien Secured Claims</td>
        <td>Pro rata share of $85 million of Exit Term Loans plus 100% of New Equity Interests, subject to dilution, plus Equity Rights Offering participation</td>
        <td class="change-negative">Impaired / Entitled to Vote</td>
      </tr>
      <tr>
        <td class="metric-label">4</td>
        <td>Unsecured Funded Debt Claims</td>
        <td>Pro rata share of New Equity Warrants plus 1.0% of New Equity Interests</td>
        <td class="change-negative">Impaired / Entitled to Vote</td>
      </tr>
      <tr>
        <td class="metric-label">5</td>
        <td>General Unsecured Claims</td>
        <td>Reinstated, paid in full in cash, or other unimpaired treatment</td>
        <td class="change-positive">Unimpaired / Presumed to Accept</td>
      </tr>
      <tr>
        <td class="metric-label">6</td>
        <td>Intercompany Claims</td>
        <td>Reinstated, adjusted, or discharged at the option of the debtors and Required Consenting First Lien Creditors</td>
        <td>Unimpaired or Impaired</td>
      </tr>
      <tr>
        <td class="metric-label">7</td>
        <td>Intercompany Interests</td>
        <td>Reinstated or canceled at the option of the debtors and Required Consenting First Lien Creditors</td>
        <td>Unimpaired or Impaired</td>
      </tr>
      <tr>
        <td class="metric-label">8</td>
        <td>Existing Alkegen Holdco Interests</td>
        <td>Canceled, no distribution</td>
        <td class="change-negative">Impaired / Deemed to Reject</td>
      </tr>
      <tr>
        <td class="metric-label">9</td>
        <td>Section 510(b) Claims</td>
        <td>Canceled, no distribution</td>
        <td class="change-negative">Impaired / Deemed to Reject</td>
      </tr>
    </tbody>
  </table>
  <h3>The Equity Stack</h3>
  <p>Class 3 receives 100 percent of the New Equity Interests, and then a series of dilution mechanics carve that number down. The Equity Rights Offering allows holders of Allowed First Lien Claims to purchase their pro rata share of 59 percent of the New Equity Interests for up to $335 million, with the final rights offering amount set equal to the outstanding principal and accrued interest on the Roll-Up DIP Claims as of the effective date. Backstop Parties receive an Equity Backstop Premium worth 3 percent of the New Equity Interests. A management incentive plan takes up to 10 percent on a fully diluted basis.</p>
  <div class="gauge-row">
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#2C4146" stroke-width="10" stroke-dasharray="185.4 128.8" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="55" text-anchor="middle" font-size="13" font-weight="700" fill="#2C4146">59%</text>
        <text x="60" y="70" text-anchor="middle" font-size="8" fill="#6B8A91">of new equity</text>
      </svg>
      <div class="gauge-label">Equity Rights Offering</div>
      <div class="gauge-value" style="font-size:16px;">Up to $335M</div>
    </div>
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#FD7250" stroke-width="10" stroke-dasharray="31.4 282.7" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="55" text-anchor="middle" font-size="13" font-weight="700" fill="#2C4146">10%</text>
        <text x="60" y="70" text-anchor="middle" font-size="8" fill="#6B8A91">fully diluted</text>
      </svg>
      <div class="gauge-label">Management Incentive Plan</div>
      <div class="gauge-value" style="font-size:16px;">Set by New Board</div>
    </div>
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#6B8A91" stroke-width="10" stroke-dasharray="15.7 298.5" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="55" text-anchor="middle" font-size="13" font-weight="700" fill="#2C4146">5%</text>
        <text x="60" y="70" text-anchor="middle" font-size="8" fill="#6B8A91">via warrants</text>
      </svg>
      <div class="gauge-label">Class 4 Warrant Coverage</div>
      <div class="gauge-value" style="font-size:16px;">Struck at $2.046B</div>
    </div>
  </div>
  <p>That third gauge is the one to sit with. Class 4 combines First Lien Deficiency Claims, Second Lien Notes Claims, Third Lien Notes Claims, and Unsecured Notes Claims, which means roughly $1.07 billion of junior funded debt principal before any deficiency claim is added. Its recovery is 1.0 percent of the New Equity Interests plus five-year warrants on 5 percent of the equity, struck at an implied total equity value of $2.046 billion, exercisable only on customary liquidity events, with customary anti-dilution protection and no Black-Scholes protection.</p>
  <p>Price the warrants against the deal itself. The Equity Rights Offering asks holders of Allowed First Lien Claims to pay up to $335 million for 59 percent of the New Equity Interests, which implies a total equity value of roughly $568 million on those terms. The Class 4 warrants do not come into the money until total equity value reaches $2.046 billion. One caveat on that arithmetic: the final Rights Offering Amount is set by reference to the outstanding Roll-Up DIP Claims rather than to an independent valuation, and the declaration does not include a valuation analysis. The disclosure statement is where that question gets answered.</p>
  <p>One timing detail deserves attention. The RSA was executed on July 19, 2026. An amendment dated July 24, five days later and two days before the petitions, added the Unsecured Funded Debt Equity Interests, the 1.0 percent equity slice, to Class 4 treatment. Under the original term sheet, Class 4 received warrants only. Class 4 is one of the two voting classes.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IX ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>Governance, the Independent Investigation, and the Releases</h2>
  </div>
  <p>The governance record in this case was built deliberately, and it was built before the negotiations concluded rather than after.</p>
  <p>On March 10, 2026, two experienced disinterested directors were appointed to the boards of Ulysses Parent and ASP Unifrax, and a 2026 Special Committee comprising those directors was established the same day. The committee received exclusive authority over Conflicts Matters, defined as any matter where a conflict exists or is reasonably likely to exist between the company and its Related Parties, plus authority to review any strategic transaction. On April 16, 2026, at the sole direction of the disinterested directors, Katten Muchin Rosenman was retained as independent counsel to assist with an Independent Investigation into the merits and potential value of any claims the company might hold relating to Conflicts Matters.</p>
  <p>That investigation began in April 2026 and, per the declaration, remains ongoing as of the petition date. The committee anticipates concluding it during these chapter 11 cases. The committee ultimately recommended that the company enter into the RSA, incur the DIP financing, and file.</p>
  <div class="callout">
    <h4>The Open Item</h4>
    <p>An estate investigation into potential conflicts claims is unresolved on the petition date, and the confirmation milestone falls 45 days later. The plan contemplates broad third-party releases in which the Sponsor is a Released Party. Whether the investigation concludes before or after confirmation is the single most consequential unscheduled event in this case.</p>
  </div>
  <p>The release construct is opt-out. Releasing Parties include all holders of claims that vote to accept the plan, all holders deemed to accept who do not affirmatively check the opt-out box on the applicable notice of non-voting status, all holders who abstain and do not opt out on the ballot, and all holders deemed to reject who do not opt out. Released Parties include the debtors, the reorganized debtors, agents and trustees, the DIP parties, the RCF Lenders, the Exit Facility parties, the Consenting Creditors, and the Sponsor, in each case unless that party opts out or timely objects, whether formally on the docket or informally in writing. Exculpated Parties are limited to the debtors, the reorganized debtors, and their directors and officers.</p>
  <p>One limit on what the record supports. The declaration describes the Independent Investigation only by reference to Conflicts Matters, defined by the relationship between the company and its Related Parties. It does not identify which transactions or claims are under review, and it does not connect the investigation to the 2024 refinancing. What the filing establishes is the scope of the delegation and the fact that the work is unfinished.</p>
  <h3>The Reorganized Board</h3>
  <p>Post-emergence governance is set out in the Governance Term Sheet. New Alkegen would be a private entity with a single class of common equity and a seven-member board, with the jurisdiction and form of entity left bracketed in the term sheet pending tax and regulatory input: one manager designated by each of three Consenting First Lien Creditors that hold at least 15 percent of the outstanding equity, three independent managers designated by holders of a majority of the equity, and the chief executive officer. Each designating equityholder is also entitled to a non-voting observer. Control of the reorganized company sits with the same creditor group that funded the 2024 refinancing.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION X ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section X</div>
    <h2>Trade, Operations, and the First Day Relief</h2>
  </div>
  <p>The debtors filed thirteen first day motions. One of the more consequential asks for authority to pay all trade claims in the ordinary course rather than to run a limited critical vendor program.</p>
  <p>The rationale is geographic. Approximately 40 percent of the debtors’ vendor base consists of foreign trade creditors who may disregard the automatic stay and pursue remedies in non-U.S. jurisdictions, and the company sources highly specialized inputs that are difficult or impossible to replace on a useful timeline. The declaration is direct about the second reason: leaving trade claims and other non-funded debt claims unaffected was required by the Ad Hoc Group as a condition of its support for the RSA and the DIP Facility.</p>
  <p>That is worth understanding as a value calculation rather than a courtesy. The creditors receiving substantially all of the reorganized equity are the ones insisting that trade be paid in full, because they are buying a going concern with 50 plants across 23 countries and a supply chain that does not survive a two-week payment freeze.</p>
  <p>The same logic drives a companion request to restate and enforce the worldwide automatic stay, the anti-discrimination provisions, and the ipso facto protections. With entities incorporated in 24 countries and foreign governmental units able to condition licenses and permits, a domestic order confirming the extraterritorial reach of the stay is a practical necessity rather than a formality.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Category</th>
        <th>Relief Requested</th>
        <th>Key Figures</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Trade Claims</td>
        <td>Payment of all trade claims in the ordinary course; administrative priority for outstanding orders</td>
        <td>~40% foreign vendor base</td>
      </tr>
      <tr>
        <td class="metric-label">Wages and Benefits</td>
        <td>Payment of prepetition compensation and continuation of benefit programs</td>
        <td>~2,730 employees across five countries; 22 independent contractors</td>
      </tr>
      <tr>
        <td class="metric-label">NOL Preservation</td>
        <td>Notification and hearing procedures for equity transfers and worthlessness declarations</td>
        <td>~$100M federal NOLs, $9.8M state NOLs, $9M general business credits, ~$1B section 163(j) carryforwards</td>
      </tr>
      <tr>
        <td class="metric-label">Cash Management</td>
        <td>Continuation of the existing system, bank accounts, and intercompany transactions with administrative priority</td>
        <td>115 entities in 24 countries</td>
      </tr>
      <tr>
        <td class="metric-label">Hedging</td>
        <td>Continuation of existing hedges, entry into new hedges, superpriority claims and credit support</td>
        <td>Global commodity and currency exposure</td>
      </tr>
      <tr>
        <td class="metric-label">Customer Programs</td>
        <td>Maintenance of rebates, warranties, and special pricing arrangements</td>
        <td>Automotive and industrial OEM relationships</td>
      </tr>
    </tbody>
  </table>
  <p>The section 163(j) carryforward figure is the one to note. Approximately $1 billion of disallowed interest carryforwards is a direct artifact of the capital structure that produced this case, and preserving it is a meaningful component of the reorganized company’s value.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION XI ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section XI</div>
    <h2>Stakeholder Outlook</h2>
  </div>
  <p>If the plan is confirmed as proposed, the outcomes sort cleanly by where a stakeholder sat in the September 2024 documents.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Stakeholder</th>
        <th>Proposed Outcome</th>
        <th>Assessment</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">First Lien Lenders and Noteholders</td>
        <td>$85 million of Exit Term Loans, substantially all reorganized equity, rights offering participation, three board designation rights</td>
        <td class="change-positive">Control of the reorganized company</td>
      </tr>
      <tr>
        <td class="metric-label">DIP Backstop Parties</td>
        <td>5.0% cash backstop premium on new money, 3% equity backstop premium on the rights offering, first-out priority</td>
        <td class="change-positive">Priced for the risk of a 45-day case</td>
      </tr>
      <tr>
        <td class="metric-label">RCF Lenders</td>
        <td>Repaid in full in cash from DIP proceeds</td>
        <td class="change-positive">Full recovery, contractually mandated</td>
      </tr>
      <tr>
        <td class="metric-label">Second and Third Lien Noteholders</td>
        <td>Pro rata share of 1.0% of new equity plus warrants on 5% struck at $2.046 billion equity value</td>
        <td class="change-negative">Out of the money absent substantial recovery</td>
      </tr>
      <tr>
        <td class="metric-label">Trade Creditors</td>
        <td>Paid in the ordinary course, unimpaired</td>
        <td class="change-positive">Unaffected by the filing</td>
      </tr>
      <tr>
        <td class="metric-label">General Unsecured Creditors</td>
        <td>Reinstated or paid in full in cash</td>
        <td class="change-positive">Unimpaired</td>
      </tr>
      <tr>
        <td class="metric-label">Employees</td>
        <td>Compensation and benefits continue; vice presidents and above waive change-of-control rights and acceleration</td>
        <td>Continuity, with negotiated concessions</td>
      </tr>
      <tr>
        <td class="metric-label">Sponsor and Existing Equity</td>
        <td>Alkegen Holdco Interests canceled without distribution; Sponsor is an RSA party and a Released Party</td>
        <td class="change-negative">No recovery, releases pending confirmation</td>
      </tr>
    </tbody>
  </table>
  <h3>What to Watch</h3>
  <p>Three things will determine whether this case matches its schedule. The first is the Independent Investigation. It is open, it is being conducted by independent counsel at the direction of two disinterested directors, and the plan asks the court to approve releases covering the Sponsor. How and when that investigation resolves is the variable the milestones cannot control.</p>
  <p>The second is Class 4. Approximately $1.07 billion of junior funded debt principal is voting on a plan that gives it 1.0 percent of the equity and warrants struck well above the value implied by the rights offering. Second Lien support runs at 80 percent, and the Junior Intercreditor Agreement forecloses a DIP objection, but it does not foreclose a confirmation objection on valuation or best interests grounds.</p>
  <p>The third is regulatory. The effective date milestone contains an automatic 60-day extension available solely for outstanding regulatory approvals. The debtors have entities incorporated in 24 countries and hold a controlling stake in a Chinese listed company, and the declaration does not identify which approvals are outstanding or when they are expected.</p>
  <div class="callout">
    <h4>The Takeaway for Practitioners</h4>
    <p>Alkegen is a clean illustration of what a well-documented liability management transaction does to the chapter 11 case that follows it. The 2024 refinancing did not prevent this filing. What it did was decide, in advance, who would provide the DIP, who could object to it, which claims would be rolled up, which lien tier would take the equity, and which creditors would be contractually silent. By the time the petitions were filed, most of the questions a contested case would litigate had already been answered by contract. That is worth remembering the next time you are reading intercreditor provisions in a term sheet that everyone hopes will never be tested.</p>
  </div>
  <p>None of this is final. The voting deadline has not passed, the disclosure statement has not been approved, objection deadlines remain open, and the plan may be amended. What the first day record establishes is the shape of the deal and the assumptions behind it, which is precisely what makes it worth reading closely at the front of a case rather than at the end.</p>
</section>
<footer class="report-footer">
  <div class="container">
    <div class="footer-brand"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report is based on a Research Suite by Stretto analysis of 1 docket entry spanning 156 pages filed in <em>In re ASP Unifrax Holdings, Inc., et al.</em>, Case No. 26-80008 (SWE), United States Bankruptcy Court for the Northern District of Texas, Dallas Division. The source document is the Declaration of the Chief Executive Officer of Alkegen in Support of the Debtors’ Chapter 11 Petitions and First Day Motions [Docket No. 19], together with its Exhibit A evidentiary support and Exhibit B Restructuring Support Agreement, including the Restructuring Term Sheet, DIP Term Sheet, Exit Term Sheet, Governance Term Sheet, and the July 24, 2026 amendment. All facts, figures, and docket citations are drawn from the underlying docket filing. Plan terms described in this report are proposed and remain subject to solicitation, objection, and confirmation.</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
    <p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
    <p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
  </div>
</footer>
</body>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/freshrealm-a-liquidating-plan-funded-by-the-customer-that-left</id>
    <published>2026-08-02T23:21:35-05:00</published>
    <updated>2026-08-02T23:21:42-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/freshrealm-a-liquidating-plan-funded-by-the-customer-that-left" rel="alternate" type="text/html"/>
    <title>FreshRealm: A Liquidating Plan Funded by the Customer That Left</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p><span>A meal kit manufacturer lost 90 percent of its revenue to five incidents, then converted the resulting contract fight into the primary source of cash in its Chapter 11 plan</span></p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/freshrealm-a-liquidating-plan-funded-by-the-customer-that-left">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<body>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FreshRealm: A Liquidating Plan Funded by the Customer That Left | Stretto Intelligence</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap" rel="stylesheet">
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
/* --- HEADER --- */
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 800px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 700px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
  flex-wrap: wrap;
}
/* --- LAYOUT --- */
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
/* --- SECTION HEADERS --- */
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
p { margin-bottom: 18px; line-height: 1.75; }
/* --- STAT CARDS --- */
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.2;
}
.stat-card .stat-detail { font-size: 13px; color: var(--light-slate); margin-top: 4px; }
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
/* --- COMPARISON TABLES --- */
table.comparison { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 15px; }
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td { padding: 14px 18px; border-bottom: 1px solid var(--light-gray); vertical-align: top; }
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
/* --- BAR CHARTS --- */
.bar-chart { margin: 30px 0; padding: 30px; background: var(--fine-gray); border-radius: 8px; }
.bar-chart-title { font-size: 16px; font-weight: 500; color: var(--dark-slate); margin-bottom: 25px; }
.bar-group { display: flex; align-items: center; margin-bottom: 16px; }
.bar-label {
  width: 180px;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-body);
  flex-shrink: 0;
  text-align: right;
  padding-right: 16px;
}
.bar-track { flex: 1; height: 32px; background: var(--light-gray); border-radius: 4px; position: relative; overflow: hidden; }
.bar-fill {
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  transition: width 1s ease;
  white-space: nowrap;
}
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside { margin-left: 10px; font-size: 13px; font-weight: 500; color: var(--text-body); flex-shrink: 0; width: 90px; }
/* --- CALLOUT BOXES --- */
.callout {
  background: var(--dark-slate);
  color: var(--white);
  padding: 35px 40px;
  border-radius: 8px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.callout::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 5px; height: 100%;
  background: var(--accent-orange);
}
.callout h4 {
  color: var(--accent-orange);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: 500;
}
.callout p { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.7; margin: 0; }
.callout .callout-stat { font-size: 48px; font-weight: 700; color: var(--accent-orange); display: block; margin-bottom: 8px; }
/* --- TIMELINES --- */
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before { content: ''; position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: var(--medium-gray); }
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before {
  content: '';
  position: absolute;
  left: -26px; top: 6px;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--accent-orange);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--accent-orange);
}
.timeline-item.muted::before { background: var(--light-slate); box-shadow: 0 0 0 2px var(--light-slate); }
.timeline-date { font-size: 13px; font-weight: 500; color: var(--accent-orange); letter-spacing: 0.5px; }
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
/* --- SPLIT COMPARISON PANELS --- */
.split-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 40px 0; border-radius: 8px; overflow: hidden; }
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 48px; font-weight: 700; margin-bottom: 5px; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; }
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 18px; font-weight: 500; }
/* --- SVG GAUGE GRAPHICS --- */
.gauge-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 25px; margin: 40px 0; }
.gauge-card { text-align: center; padding: 30px 20px; background: var(--fine-gray); border-radius: 8px; }
.gauge-card svg { width: 120px; height: 120px; }
.gauge-card .gauge-label { font-size: 13px; color: var(--light-slate); margin-top: 12px; font-weight: 400; }
.gauge-card .gauge-value { font-size: 28px; font-weight: 700; color: var(--dark-slate); margin-top: 4px; }
/* --- FOOTER --- */
.report-footer {
  background: var(--dark-slate);
  color: rgba(255,255,255,0.5);
  padding: 50px 40px;
  margin-top: 80px;
  font-size: 13px;
  line-height: 1.7;
}
.report-footer .footer-brand { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 15px; }
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
/* --- SECTION DIVIDER --- */
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
  .bar-label { width: 110px; font-size: 12px; }
}
</style>
<header class="report-header">
  <div class="header-top">
    <div class="brand-mark"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <div class="report-type">Special Report</div>
  </div>
  <div class="header-content">
    <h1>FreshRealm: A Liquidating Plan Funded by <span class="highlight">the Customer That Left</span>
</h1>
    <p class="header-subtitle">A meal kit manufacturer lost 90 percent of its revenue to a series of product recalls, then converted the resulting contract fight into the primary source of cash in its Chapter 11 plan.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>August 2026</span>
      <span>Analysis of the Disclosure Statement in <em>In re FreshRealm, Inc.</em>, Bankr. D.N.J.</span>
    </div>
  </div>
</header>
<!-- ==================== SECTION I ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>Where Things Stand</h2>
  </div>
  <p>FreshRealm, Inc. and four affiliated debtors filed a disclosure statement in the United States Bankruptcy Court for the District of New Jersey on July 27, 2026, seeking approval to solicit votes on a liquidating Chapter 11 plan. The operating business has been sold or wound down. What the plan governs is what remains: the distribution of settlement proceeds, the wind-down of five entities, and the pursuit of insurance claims on which no insurer has yet paid.</p>
  <p>Two features of the filing deserve attention before anything else. The Official Committee of Unsecured Creditors does not support the plan. And the disclosure statement itself states that the plan “remains subject to further negotiation.” The debtors are soliciting votes on a plan they describe as unfinished, and the statutory fiduciary for the largest impaired class has not signed on.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Petition Date</div>
      <div class="stat-value">Apr 27, 2026</div>
      <div class="stat-detail">District of New Jersey, jointly administered</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Prepetition Funded Debt</div>
      <div class="stat-value">~$168M</div>
      <div class="stat-detail">Two secured facilities, both executed in 2025</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Primary Plan Funding</div>
      <div class="stat-value">~$47M</div>
      <div class="stat-detail">Cash consideration from the Blue Apron settlement</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Confirmation Hearing</div>
      <div class="stat-value">Sep 24, 2026</div>
      <div class="stat-detail">Objection and voting deadline September 15, 2026</div>
    </div>
  </div>
  <p>The disclosure statement was filed on the same calendar day as the general claims bar date. The debtors are asking creditors to evaluate a plan whose principal variable, the size of the general unsecured claims pool, was still being established as the document went to the docket. The liquidation analysis required to test the plan against Section 1129(a)(7) is attached as Exhibit B and marked “to be filed.” No valuation analysis is included, and the debtors say they do not anticipate filing one, relying instead on a completed marketing process as the market’s own answer on value.</p>
  <p>The court has scheduled the confirmation hearing for September 24, 2026, on the same day as the hearing to approve the adequacy of the disclosure statement on a final basis. That combined structure compresses the timeline, and it means the objection deadline of September 15, 2026 is the practical pressure point for anyone who wants to be heard on either the disclosure or the plan.</p>
  <h3>The Dates That Matter</h3>
  <div class="timeline">
    <div class="timeline-item muted">
      <div class="timeline-date">July 27, 2026</div>
      <div class="timeline-content">Disclosure statement filed. General claims bar date expires at 11:59 p.m. Eastern the same day.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">August 6, 2026</div>
      <div class="timeline-content">Voting record date. Determines which holders in Classes 4, 5, and 6 may vote and whether transfers under Rule 3001(e) are recognized.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">August 31, 2026</div>
      <div class="timeline-content">Transition services agreement with Misfits Market expires, ending the debtors’ principal remaining operating obligation.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">September 15, 2026</div>
      <div class="timeline-content">Voting deadline and plan objection deadline, both at 5:00 p.m. Eastern. Ballots by email or facsimile will not be counted.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">September 24, 2026</div>
      <div class="timeline-content">Combined hearing on final approval of the disclosure statement and confirmation of the plan, 10:00 a.m. Eastern.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">October 26, 2026</div>
      <div class="timeline-content">Governmental unit bar date. Falls after the scheduled confirmation hearing.</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION II ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section II</div>
    <h2>The Debtor</h2>
  </div>
  <p>FreshRealm was founded in 2013 and spun off as independent companies in 2021. It built what the disclosure statement describes as a shared services platform for fresh and better-for-you food: rather than each emerging food brand constructing its own single-use manufacturing and fulfillment infrastructure, FreshRealm built the plant and spread the fixed cost across multiple customers and channels. The business ran direct-to-consumer, grocery, performance, and lifestyle and medically focused programs through the same physical footprint.</p>
  <p>FreshRealm, Inc. is the main operating entity and the direct sole shareholder of the other debtors other than FreshRealm Holdings, Inc., which is the parent entity. The debtor group is compact: five entities, one operating company, and a single parent. The disclosure statement also refers to non-Debtor affiliates, which it does not describe.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Linden, NJ Facility</div>
      <div class="stat-value">495,000 sq ft</div>
      <div class="stat-detail">Built 2017, leasehold acquired from Blue Apron in 2023</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Employees at Linden</div>
      <div class="stat-value">~700</div>
      <div class="stat-detail">Approximately 1,017 across the United States</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Meal Kits Fulfilled Weekly</div>
      <div class="stat-value">~60,000</div>
      <div class="stat-detail">Boxes and prepared meals for Blue Apron customers as of the Petition Date</div>
    </div>
  </div>
  <p>The platform grew by acquisition. In June 2023 the debtors acquired Blue Apron’s production and fulfillment operations, including the Linden leasehold, equipment, transferred contracts, and intellectual property, and signed a ten-year production and fulfillment agreement making them the exclusive supplier of Blue Apron’s meal kits. Blue Apron itself was acquired by Wonder Group, Inc. three months later. In January 2024 the debtors acquired the United States operational assets of Marley Spoon and folded its supply chain into the same network, taking on fulfillment for the bistroMD, Martha &amp; Marley Spoon, and Dinnerly brands.</p>
  <p>Beyond Linden, the disclosure statement identifies operating facilities mainly in Lancaster, Texas and Tracy, California. It also references a facility in Montezuma, Georgia and plants in San Clemente, California and Indianapolis, Indiana that were closed at the end of January 2026. On January 9, 2026, the debtors announced a joint venture with UFC for a sports-affiliated meal plan offering nearly 200 meals on a rotating weekly menu. That announcement came in the same month Walmart informed the debtors it would end the customer relationship.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION III ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>What Went Wrong</h2>
  </div>
  <p>The shared services model that made FreshRealm efficient also made it fragile. Two customers accounted for roughly 90 percent of revenue. Blue Apron sales alone represented approximately 70 percent of the total, and Walmart, a growing account, comprised more than 20 percent. A platform built to spread fixed cost across many customers was in practice supported by two.</p>
  <div class="bar-chart">
    <div class="bar-chart-title">Revenue Concentration as Described in the Disclosure Statement</div>
    <div class="bar-group">
      <div class="bar-label">Blue Apron</div>
      <div class="bar-track"><div class="bar-fill orange" style="width: 70%;">~70% of total revenue</div></div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Walmart</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 20%;">&gt;20%</div></div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">All other customers</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 10%;"> </div></div>
      <div class="bar-value-outside">Balance</div>
    </div>
  </div>
  <p>Beginning in late March 2025, the debtors experienced five separate withdrawal, voluntary recall, or recall incidents associated with Listeria monocytogenes. The disclosure statement attributes all five to the debtors’ receipt of contaminated material from suppliers. That attribution did not preserve either customer relationship.</p>
  <div class="timeline">
    <div class="timeline-item">
      <div class="timeline-date">March 19, 2025</div>
      <div class="timeline-content">The USDA begins collecting samples at the Indianapolis, Indiana facility and returns a series of presumptive positive results in late March.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">April 2025</div>
      <div class="timeline-content">A presumptive positive environmental swab is identified at the Montezuma, Georgia facility. Blue Apron begins asserting breaches of the production and fulfillment agreement.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">May 2025</div>
      <div class="timeline-content">Walmart withdraws all products produced at the affected facility as a precautionary measure.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">June 17, 2025</div>
      <div class="timeline-content">Following discussions with customers and regulators, the debtors initiate a voluntary recall of specific Chicken Fettuccine Alfredo SKUs sold under the Marketside and Home Chef brands.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">Through 2025</div>
      <div class="timeline-content">Three additional instances of contaminated ingredients involving linguine, cauliflower, and spinach products.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">January 2026</div>
      <div class="timeline-content">Walmart informs the debtors it will end the customer relationship. The San Clemente and Indianapolis plants, roughly 80 percent of whose volume was Walmart, wind down at month end.</div>
    </div>
  </div>
  <p>The recalls did their damage through liquidity rather than through any single catastrophic loss. Production and fulfillment were disrupted, customers attrited, and cash drained. The debtors responded with a transformation plan built on SG&amp;A reductions, facility consolidation, plant closures, and material optimization. In July 2025 they exercised a remaining option to sell $10 million of Series B preferred shares, funded the following month. In October 2025 they reached a recapitalization agreement with their lenders and raised $110 million in additional capital, conditioned on right-sizing the cost structure to the then-existing revenue base.</p>
  <p>The turnaround was still being implemented when Walmart left. That is the sequence that undid the recapitalization. The debtors had borrowed $110 million against a revenue base sized in October 2025, and more than 20 percent of that base was gone by January 2026. By the debtors’ own account the business was materially improved by early 2026 and forecast to reach positive cash flow in the third quarter of that year. It never got there. Through January and February 2026 the debtors met with at least fifteen working capital lenders and multiple parties interested in monetizing the insurance claims. None of those efforts succeeded.</p>
  <div class="callout">
    <h4>The Structural Lesson</h4>
    <p><span class="callout-stat">90%</span>The two customers that made the shared services platform viable were also the two concentrations that could end it. Contamination the disclosure statement traces to third-party suppliers cost the debtors both relationships within roughly a month of each other, with Blue Apron’s notice of termination in December 2025 and Walmart’s notice the following month. The ten-year exclusive supply agreement became something the debtors had to litigate rather than something that protected them.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IV ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>Prepetition Capital Structure</h2>
  </div>
  <p>The debtors entered Chapter 11 with approximately $168 million of outstanding secured funded debt across two facilities, both executed within the fourteen months preceding the filing. The disclosure statement identifies no unsecured funded debt. Both facilities date to 2025, and the second lien position, signed in October of that year with the recalls already underway, is the larger of the two.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Funded Debt</th>
        <th>Approximate Outstanding Principal</th>
        <th>Share of Funded Debt</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">2L Financing Agreement</td>
        <td>~$117 million</td>
        <td>~70%</td>
      </tr>
      <tr>
        <td class="metric-label">1L Financing Agreement</td>
        <td>~$51 million</td>
        <td>~30%</td>
      </tr>
      <tr>
        <td class="metric-label">Total Funded Debt Obligations</td>
        <td>~$168 million</td>
        <td>100%</td>
      </tr>
    </tbody>
  </table>
  <p>The first lien facility was signed on March 11, 2025, eight days before the USDA began sampling at Indianapolis. It provided a $75 million commitment consisting of a $45 million initial term loan funded at closing and up to $30 million of delayed draw capacity, with approximately $51 million outstanding at the petition date. The second lien facility followed on October 16, 2025, as part of the recapitalization, at up to $50 million fully drawn by the petition date, and was then upsized on December 4, 2025 by an incremental delayed draw of up to $70 million, of which $60 million was drawn.</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">1L</div>
      <div class="panel-label">Financing Agreement</div>
      <div class="split-item">
        <div class="item-label">Executed</div>
        <div class="item-value">March 11, 2025</div>
      </div>
      <div class="split-item">
        <div class="item-label">Initial Commitment</div>
        <div class="item-value">$75 million</div>
      </div>
      <div class="split-item">
        <div class="item-label">Outstanding at Petition</div>
        <div class="item-value">~$51 million</div>
      </div>
      <div class="split-item">
        <div class="item-label">General Collateral</div>
        <div class="item-value" style="color: var(--accent-orange);">First priority</div>
      </div>
      <div class="split-item">
        <div class="item-label">Accounts, Receivables, Inventory</div>
        <div class="item-value">Second priority</div>
      </div>
      <div class="split-item">
        <div class="item-label">Guarantors</div>
        <div class="item-value">Two debtor entities</div>
      </div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">2L</div>
      <div class="panel-label">Financing Agreement</div>
      <div class="split-item">
        <div class="item-label">Executed</div>
        <div class="item-value">October 16, 2025</div>
      </div>
      <div class="split-item">
        <div class="item-label">Total Commitment</div>
        <div class="item-value">Up to $120 million</div>
      </div>
      <div class="split-item">
        <div class="item-label">Outstanding at Petition</div>
        <div class="item-value">~$117 million</div>
      </div>
      <div class="split-item">
        <div class="item-label">General Collateral</div>
        <div class="item-value">Second priority</div>
      </div>
      <div class="split-item">
        <div class="item-label">Accounts, Receivables, Inventory</div>
        <div class="item-value" style="color: var(--accent-orange);">First priority</div>
      </div>
      <div class="split-item">
        <div class="item-label">Guarantors</div>
        <div class="item-value">Three debtor entities</div>
      </div>
    </div>
  </div>
  <p>The Amended and Restated Intercreditor Agreement dated December 4, 2025 created a collateral silo that shapes the entire distribution question in this case. The second lien lender holds a first priority lien on 2L Priority Collateral, defined as all accounts, rights to payment, receivables, inventory, and the proceeds and products of the foregoing, with the first lien lender taking a second position on that same collateral. On everything else, the priorities run the conventional way.</p>
  <div class="callout">
    <h4>Why the Silo Matters</h4>
    <p>In a wind-down where the equipment has been sold and the plants have been closed, accounts receivable and inventory are among the collateral categories that most readily convert to cash. The intercreditor structure gives the second lien lender first priority on exactly that pool. The disclosure statement separately identifies the insurance policies as general intangibles and collateral under the first lien collateral agreement, which places the unresolved recall and business interruption claims on the first lien side of the silo.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION V ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>The Central Dispute: Terminating a Ten-Year Exclusive</h2>
  </div>
  <p>The defining controversy in this case is a contract fight, and the way it was resolved is the reason there is any distributable value at all.</p>
  <p>The production and fulfillment agreement made the debtors the exclusive supplier of Blue Apron’s meal kits for an initial ten-year term beginning in June 2023. Starting in April 2025, Blue Apron asserted that the debtors had breached obligations under that agreement based on food quality and safety failures associated with the recalls, identifying alleged material breaches in a letter dated April 9, 2025. In December 2025 Blue Apron sent a notice of termination and moved to replace the debtors as its exclusive provider.</p>
  <p>The debtors’ response led with procedure. They contended that the termination notice failed to comply with the agreement’s notice and cure requirements for the newly alleged breaches. They argued the conduct did not constitute a material breach, that they had cured the previously identified breaches, and that Blue Apron had failed to strictly comply with the notice provisions. The parties then entered a series of tolling agreements to preserve all rights, claims, and defenses, including the validity of the termination notice itself, with the most recent tolling period set to expire on May 4, 2026.</p>
  <p>The petition was filed on April 27, 2026, one week before that tolling period lapsed.</p>
  <div class="timeline">
    <div class="timeline-item muted">
      <div class="timeline-date">June 9, 2023</div>
      <div class="timeline-content">The debtors acquire Blue Apron’s production and fulfillment operations and enter the production and fulfillment agreement, a ten-year exclusive supply arrangement.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">April 9, 2025</div>
      <div class="timeline-content">Blue Apron sends a letter identifying alleged material breaches of the agreement.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">December 2025</div>
      <div class="timeline-content">Blue Apron sends a notice of termination and seeks to replace the debtors as its exclusive meal kit provider.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">Following months</div>
      <div class="timeline-content">The parties enter a series of tolling agreements reserving all rights, claims, and defenses, including the validity of the termination notice. The most recent period is set to expire May 4, 2026.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">April 27, 2026</div>
      <div class="timeline-content">Petition date. The debtors file the Sale and Settlement Motion the same day.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">June 4, 2026</div>
      <div class="timeline-content">The Settlement Agreement and transition services agreement go effective and the sale under the asset purchase agreement closes [Docket No. 217].</div>
    </div>
  </div>
  <p>The tolling arrangement did not neutralize the commercial damage. The disclosure statement is direct about this: the ongoing dispute negatively affected financial support to and investment in the debtors’ business. A counterparty asserting termination of an agreement representing 70 percent of revenue is a fact that any prospective working capital lender will price, and the debtors’ failure to raise capital from fifteen lenders through January and February 2026 followed accordingly.</p>
  <h3>What Was Actually at Stake</h3>
  <p>Both sides held exposure. If the termination notice was invalid, Blue Apron faced a claim on a supply agreement with roughly seven years remaining. If it was valid, the debtors lost their largest customer with no compensation. The parties engaged in settlement discussions while the tolling agreements preserved all rights, claims, and defenses, and the resulting settlement resolved the dispute without adjudicating it.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VI ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>The Blue Apron and Misfits Transaction</h2>
  </div>
  <p>The settlement did three things at once. It resolved the termination dispute, it transitioned Blue Apron’s fulfillment to a new provider, and it funded the estate. The debtors filed the motion to approve it on the petition date, the court entered the order on June 2, 2026, and the transaction closed on June 4, 2026, thirty-eight days into the case.</p>
  <div class="bar-chart">
    <div class="bar-chart-title">Consideration Under the Settlement Agreement and Related Transaction</div>
    <div class="bar-group">
      <div class="bar-label">Cash consideration</div>
      <div class="bar-track"><div class="bar-fill orange" style="width: 94%;">~$47 million</div></div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Claim waivers</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 16%;">&gt;$8M</div></div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Other accommodations</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 20%;">$7M to $10M</div></div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">End of life payments</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 10%;">$5.1M</div></div>
      <div class="bar-value-outside">Immediate</div>
    </div>
  </div>
  <p>The $47 million of cash consideration is not paid in a single tranche. A portion is paid on the effective date and a portion in installments over a subsequent fifteen-month period. The plan accounts for this directly: to the extent DIP claims, first lien claims, or second lien claims are satisfied in whole or in part from the Blue Apron Deferred Payments, those claims are funded by Blue Apron or Wonder Group, Inc. or an affiliate rather than by the estate. Secured creditors are taking installment payment risk on a non-debtor obligor, and the plan says so.</p>
  <p>Beyond the cash, the transaction delivered value in forms that do not appear on a distribution waterfall. The debtors received net zero payment terms and an immediate payment of approximately $5.1 million in contractual end of life payments. Blue Apron agreed to address substantial remediation costs at the end of the lease term for the Linden facility, which removes what would otherwise be a significant unliquidated claim against the estate. And Blue Apron waived administrative claims that would have competed with every other administrative creditor for the same limited cash.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Component</th>
        <th>Counterparty</th>
        <th>Function</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Settlement Agreement</td>
        <td>Blue Apron</td>
        <td>Mutual release, termination of the production and fulfillment agreement, and the cash consideration that funds the plan</td>
      </tr>
      <tr>
        <td class="metric-label">Transition Services Agreement</td>
        <td>Misfits Market</td>
        <td>Transition services through August 31, 2026. Assumed under the plan rather than rejected.</td>
      </tr>
      <tr>
        <td class="metric-label">Asset Purchase Agreement</td>
        <td>Misfits Market</td>
        <td>Sale of certain working capital, inventory, and equipment, plus assumed liabilities</td>
      </tr>
    </tbody>
  </table>
  <p>Note what the asset purchase agreement conveyed. The inventory and working capital sold to Misfits Market fall within the 2L Priority Collateral. The equipment does not. The transaction that generated the estate’s cash therefore also monetized part of the collateral pool on which the second lien lender holds first priority. The plan distributes to the DIP, first lien, and second lien claims through a single Distributable Waterfall rather than through separate collateral-by-collateral distributions.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>DIP Financing and the Marketing Process That Found Nothing</h2>
  </div>
  <p>The prepetition lenders funded the case. Before the filing, the DIP lenders advanced $3 million in protective advances as bridge financing. The final DIP order entered June 2, 2026 authorized a senior secured, superpriority multiple draw term loan facility of $18 million in new money loans, inclusive of the $3 million prepetition protective advance, plus a roll-up of $38 million of prepetition term loans. Read against the definition elsewhere in the disclosure statement describing a $15 million post-petition new money facility, the arithmetic reconciles: $15 million of genuinely new post-petition money on top of the $3 million already advanced.</p>
  <div class="gauge-row">
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#2C4146" stroke-width="10" stroke-dasharray="213.3 100.9" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#FD7250" stroke-width="10" stroke-dasharray="100.9 213.3" stroke-dashoffset="-213.3" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="55" text-anchor="middle" font-size="11" font-weight="700" fill="#2C4146">67.9%</text>
        <text x="60" y="70" text-anchor="middle" font-size="9" fill="#6B8A91">roll-up</text>
      </svg>
      <div class="gauge-label">Roll-Up Share of Total DIP Claims</div>
      <div class="gauge-value" style="font-size:16px;">$38M of $56M</div>
    </div>
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#2C4146" stroke-width="10" stroke-dasharray="218.7 95.5" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#FD7250" stroke-width="10" stroke-dasharray="95.5 218.7" stroke-dashoffset="-218.7" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="55" text-anchor="middle" font-size="11" font-weight="700" fill="#2C4146">69.6%</text>
        <text x="60" y="70" text-anchor="middle" font-size="9" fill="#6B8A91">second lien</text>
      </svg>
      <div class="gauge-label">Second Lien Share of Funded Debt</div>
      <div class="gauge-value" style="font-size:16px;">$117M of $168M</div>
    </div>
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#2C4146" stroke-width="10" stroke-dasharray="219.9 94.3" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#FD7250" stroke-width="10" stroke-dasharray="94.3 219.9" stroke-dashoffset="-219.9" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="55" text-anchor="middle" font-size="11" font-weight="700" fill="#2C4146">~70%</text>
        <text x="60" y="70" text-anchor="middle" font-size="9" fill="#6B8A91">Blue Apron</text>
      </svg>
      <div class="gauge-label">Blue Apron Share of Total Revenue</div>
      <div class="gauge-value" style="font-size:16px;">Prepetition</div>
    </div>
  </div>
  <p>The DIP facility carried case milestones designed to prevent a prolonged stay, and it functioned as intended. It funded the Blue Apron and Misfits closing, covered operations and administrative expense during the case, and funds the wind-down under an agreed budget. The debtors describe it as the product of arm’s-length negotiation, and the roll-up converted $38 million of prepetition term loans into superpriority DIP claims.</p>
  <h3>The Second Sale Process</h3>
  <p>Running in parallel with the Blue Apron settlement, the debtors marketed everything the settlement did not cover: inventory, accounts receivable, contracts, leases, intellectual property, and other residual assets. Rothschild &amp; Co., engaged February 21, 2026, identified numerous strategic and financial parties as potential bidders. The disclosure statement characterizes the process as extensive and far reaching.</p>
  <p>No person or entity submitted a qualifying bid by the June 10, 2026 deadline. The debtors filed a notice of cancellation of auction on June 11, 2026 and pivoted to liquidation sales, de minimis asset procedures, and ordinary course dispositions.</p>
  <p>That outcome is doing real work in the plan. Because no bid emerged, the debtors argue the marketing process was itself the best available method of valuing the enterprise, and on that basis they decline to file a valuation analysis, citing orders in <em>In re LBI Media, Inc.</em> and <em>In re Gastar Exploration Inc.</em> for the proposition that Section 1125(b) permits approval of a disclosure statement without a valuation or appraisal. The absence of a qualifying bid is the evidentiary basis on which the debtors ask the court to approve the disclosure statement without a valuation.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VIII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>Plan Structure, Classification, and Treatment</h2>
  </div>
  <p>The plan splits the estate in two. Wind-Down Debtors, run by a Plan Administrator serving as sole director and officer of each entity, hold the Plan Administration Assets and pay administrative, priority, secured, and lender claims. A Liquidating Trust, run by a Liquidating Trustee, holds the Liquidating Trust Assets for the benefit of holders of allowed general unsecured claims. The two vehicles have separate fiduciary obligations and separate retained causes of action, and the plan requires consultation between them at defined points.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Class</th>
        <th>Claim or Interest</th>
        <th>Status</th>
        <th>Voting Rights</th>
      </tr>
    </thead>
    <tbody>
      <tr>
<td class="metric-label">1</td>
<td>Secured Tax Claims</td>
<td>Unimpaired</td>
<td>Presumed to accept</td>
</tr>
      <tr>
<td class="metric-label">2</td>
<td>Other Secured Claims</td>
<td>Unimpaired</td>
<td>Presumed to accept</td>
</tr>
      <tr>
<td class="metric-label">3</td>
<td>Other Priority Claims</td>
<td>Unimpaired</td>
<td>Presumed to accept</td>
</tr>
      <tr>
<td class="metric-label">4</td>
<td>First Lien Claims</td>
<td>Impaired</td>
<td class="change-positive">Entitled to vote</td>
</tr>
      <tr>
<td class="metric-label">5</td>
<td>Second Lien Claims</td>
<td>Impaired</td>
<td class="change-positive">Entitled to vote</td>
</tr>
      <tr>
<td class="metric-label">6</td>
<td>General Unsecured Claims</td>
<td>Impaired</td>
<td class="change-positive">Entitled to vote</td>
</tr>
      <tr>
<td class="metric-label">7</td>
<td>Intercompany Claims</td>
<td>Unimpaired / Impaired</td>
<td>Presumed to accept or deemed to reject</td>
</tr>
      <tr>
<td class="metric-label">8</td>
<td>Intercompany Interests</td>
<td>Unimpaired / Impaired</td>
<td>Presumed to accept or deemed to reject</td>
</tr>
      <tr>
<td class="metric-label">9</td>
<td>Existing Equity Interests</td>
<td>Impaired</td>
<td class="change-negative">Deemed to reject</td>
</tr>
      <tr>
<td class="metric-label">10</td>
<td>Section 510(b) Claims</td>
<td>Impaired</td>
<td class="change-negative">Deemed to reject</td>
</tr>
    </tbody>
  </table>
  <p>Classes 4, 5, and 6 are the voting classes. Acceptance requires two-thirds in amount and a majority in number of claims actually voted in each class. Classes 9 and 10 are cancelled with no distribution. The debtors reserve the right to seek confirmation under Section 1129(b) over any rejecting impaired class, and Section 1129(a)(10) is satisfied by acceptance from any one of the three voting classes.</p>
  <h3>Treatment and the Distributable Waterfall</h3>
  <p>DIP claims, first lien claims, and second lien claims all receive distributions through the Distributable Waterfall. For Classes 4 and 5 the plan caps recovery at 100 percent of the allowed claim. DIP claims carry senior secured superpriority status under the final DIP order and are paid until indefeasibly paid in full, subject at all times to the waterfall. Holders of DIP claims also receive cash sufficient to pay the reasonable and documented fees of the lender professionals, with those payments made directly to the professionals rather than to the DIP holders. General unsecured creditors receive a pro rata share of Liquidating Trust Interests, which the plan expressly provides are not securities and are non-transferable except as required by law.</p>
  <p>The treatment table in the disclosure statement describes what each class receives but states no estimated recovery percentage, for the first lien, the second lien, or general unsecured creditors. The identified funding sources are the settlement proceeds, proceeds of sales or liquidations of remaining assets, cash on hand, wind-down proceeds, and Liquidating Trust Assets. Set against approximately $168 million of prepetition funded debt plus $15 million of new post-petition money, the arithmetic that would produce a recovery estimate for any class is not presented.</p>
  <div class="stat-row">
    <div class="stat-card negative">
      <div class="stat-label">Funded Debt Plus New Money</div>
      <div class="stat-value">~$183M</div>
      <div class="stat-detail">~$168M prepetition funded debt plus ~$15M of new post-petition money. The $38M DIP roll-up is drawn from the prepetition balance, not additive. This aggregate is not presented in the disclosure statement.</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Estimated Recoveries Disclosed</div>
      <div class="stat-value">None</div>
      <div class="stat-detail">No percentages provided for any class</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Liquidation Analysis</div>
      <div class="stat-value">To Be Filed</div>
      <div class="stat-detail">Exhibit B, required for the Section 1129(a)(7) best interests test</div>
    </div>
  </div>
  <p>One treatment provision deserves separate mention because it converts an insurance mechanic into a claim. Where a claim is covered by a policy carrying a self-insured retention or deductible, the plan allows the portion of the claim within the retention or deductible as a general unsecured claim against the applicable estate, and deems the retention satisfied through that allowance. Nothing obligates the Liquidating Trust to fund the retention in cash. For listeria-related personal injury or product claimants, that provision determines whether they reach the insurance at all.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IX ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>The Insurance Claims the Plan Leaves Open</h2>
  </div>
  <p>The most consequential unresolved asset in this case is the insurance recovery, and the plan does not resolve it. The disclosure statement says so plainly: the plan does not resolve the insurance coverage matters with respect to the listeria-related claims, and the debtors are actively working with their insurers.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Coverage</th>
        <th>Period</th>
        <th>Aggregate Limits</th>
        <th>Status</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Product recall, first period</td>
        <td>June 10, 2024 to June 9, 2025</td>
        <td>$20 million combined primary and excess</td>
        <td>Rights reserved, no payments to date</td>
      </tr>
      <tr>
        <td class="metric-label">Product recall, second period</td>
        <td>June 10, 2025 to February 1, 2026</td>
        <td>$20 million combined primary and excess</td>
        <td>Rights reserved, no payments to date</td>
      </tr>
      <tr>
        <td class="metric-label">Commercial general liability, primary</td>
        <td>Both periods</td>
        <td>$2 million aggregate per period</td>
        <td class="change-negative">Coverage denied</td>
      </tr>
      <tr>
        <td class="metric-label">Commercial general liability, excess</td>
        <td>Both periods</td>
        <td>$10 million aggregate per period</td>
        <td class="change-negative">Coverage denied</td>
      </tr>
    </tbody>
  </table>
  <p>The product recall limits are stated as $20 million in the aggregate for each of the two periods, subject to various self-insured retentions and sub-limits. The insurers have reserved rights, identified potential defenses and limitations, and made no payments. The general liability insurer denied coverage outright based on a biological agents exclusion, and the debtors continue to pursue their rights under those policies.</p>
  <p>The debtors dispute the denial and state that they continue to pursue their rights under the general liability policies. The plan neither resolves the coverage disputes nor waives any position in them.</p>
  <p>The mechanics reflect that. The plan states that nothing in it or the confirmation order affects, impairs, or diminishes the Business Interruption Insurance Claims or any rights to them. Insurance policies are assumed rather than rejected and assigned to the Wind-Down Debtors. Directors and officers coverage continues for anyone who served in that capacity before the effective date, and the Wind-Down Debtors retain the ability to purchase tail coverage. To the extent D&amp;O claims are designated as retained causes of action, the plan permits the Plan Administrator to prosecute them to judgment or settlement, with recovery expressly limited to proceeds actually received under available insurance.</p>
  <div class="callout">
    <h4>The Variable Nobody Has Sized</h4>
    <p>The Wind-Down Debtors, the Plan Administrator, and the Liquidating Trust are directed to use commercially reasonable efforts to cooperate with the DIP agent and the first lien agent in pursuing proceeds under the Insurance Collateral. The policies are collateral under the first lien collateral agreement. With no operating business and no successful auction, the insurance claims are among the few remaining sources of value in the estate, and their outcome was unresolved as of the disclosure statement.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION X ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section X</div>
    <h2>Releases, Exculpation, and the Confirmation Path</h2>
  </div>
  <p>The plan proposes debtor releases under Section 1123(b), consensual third-party releases with an opt-out mechanic, exculpation, and a supporting injunction. Because this is a liquidating plan, Section 1141(d)(3) means there is no discharge, and the release architecture carries correspondingly more of the load.</p>
  <p>The Releasing Parties include the debtors, the Committee and its members, the DIP secured parties, the first and second lien secured parties, all holders of claims, all holders of interests, and their affiliates and related parties to the extent the releasing entity can bind them. Holders of claims or interests who opt out, or who timely object and whose objection is not resolved before entry of the confirmation order, are excluded. The plan then makes the mechanic symmetrical: an entity that opts out or objects is also not a Released Party. Opting out of giving a release costs you the benefit of receiving one.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Construct</th>
        <th>Who Is Covered</th>
        <th>Key Limitation</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Debtor Release</td>
        <td>Released Parties, released by the debtors, the Wind-Down Debtors, their estates, and the Liquidating Trustee</td>
        <td>Does not release post-effective date obligations, specifically retained Causes of Action, or actual fraud, gross negligence, or willful misconduct</td>
      </tr>
      <tr>
        <td class="metric-label">Third-Party Release</td>
        <td>Released Parties, released by the Releasing Parties, including all holders of claims and interests</td>
        <td>Holders may opt out or timely object. An entity that opts out or objects is neither a Releasing Party nor a Released Party.</td>
      </tr>
      <tr>
        <td class="metric-label">Exculpation</td>
        <td>The debtors, the independent directors, the Committee and its members, and their respective professionals</td>
        <td>Limited to acts and omissions between the petition date and the effective date, excluding actual fraud, willful misconduct, or gross negligence</td>
      </tr>
      <tr>
        <td class="metric-label">Injunction and Gatekeeper</td>
        <td>Persons holding released or exculpated claims against Released or Exculpated Parties</td>
        <td>No claim may be commenced without the court first determining, after notice and a hearing, that it is colorable and specifically authorizing it</td>
      </tr>
    </tbody>
  </table>
  <p>The carve-outs are conventional. The releases do not cover post-effective date obligations under the plan, causes of action specifically retained on the Schedule of Retained Causes of Action to be filed with the plan supplement, or conduct determined by final order to have constituted actual fraud, gross negligence, or willful misconduct. The debtors state the releases meet the standard promulgated by the Third Circuit and commit to presenting evidence at confirmation.</p>
  <p>Two features are worth flagging. First, the Exculpated Parties are limited to the debtors, the independent directors, the Committee and its members, and their respective professionals who served between the petition date and the effective date, a narrower perimeter than the Released Party definition. Second, the plan bars any person from commencing a claim against a Released or Exculpated Party relating to released conduct without the court first determining, after notice and a hearing, that the claim is colorable and specifically authorizing it. That gatekeeping provision is an enforcement mechanism that will draw attention independent of the releases themselves.</p>
  <h3>The Best Interests Argument</h3>
  <p>With no liquidation analysis on file, the debtors advance the Section 1129(a)(7) case qualitatively. Conversion to Chapter 7 would add trustee and professional expense under Sections 326(a) and 503(b)(2), reducing recoveries. It would require a new bar date under Bankruptcy Rules 1019(2) and 3002(c), potentially increasing the pool of allowed claims and diluting pro rata distributions. A Chapter 7 trustee would lack the technical expertise and knowledge of the business that the debtors possess. And the delay while a trustee came up to speed could cause bids already obtained to be lost.</p>
  <p>That last argument should be weighed against the record. The auction was cancelled on June 11, 2026 because no qualifying bid was received, and the dispositions the disclosure statement describes are liquidation sales, de minimis asset sales, and ordinary course sales. The feasibility argument under Section 1129(a)(11) is more straightforward: the plan liquidates and distributes, no further reorganization is contemplated, and the obligations the plan creates are the obligations it can satisfy.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION XI ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section XI</div>
    <h2>Stakeholder Outlook</h2>
  </div>
  <p>What follows is an assessment of position, not a prediction of outcome. No recovery percentages have been disclosed, the liquidation analysis has not been filed, and the plan may be amended before the September 24, 2026 hearing.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Stakeholder</th>
        <th>Position Under the Plan as Proposed</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">DIP Lenders</td>
        <td>Superpriority claims of approximately $56 million distributed through the Distributable Waterfall, comprising $18 million of new money loans and a $38 million roll-up of prepetition term loans. Lender professional fees paid directly. Consent rights over waiver of effective date conditions and over the plan supplement.</td>
      </tr>
      <tr>
        <td class="metric-label">First Lien Lenders</td>
        <td>~$51 million of prepetition claims, first priority on general collateral including the insurance policies, second priority on receivables and inventory. Supports the plan. Recovery depends heavily on insurance outcomes and on the timing of the Blue Apron deferred payments.</td>
      </tr>
      <tr>
        <td class="metric-label">Second Lien Lenders</td>
        <td>~$117 million of prepetition claims, first priority on the working capital collateral that was substantially liquidated through the asset purchase agreement. Supports the plan. Largest single exposure in the case.</td>
      </tr>
      <tr>
        <td class="metric-label">General Unsecured Creditors</td>
        <td>Pro rata Liquidating Trust Interests, non-transferable, with no disclosed estimated recovery. Sit behind the DIP, first lien, and second lien claims as well as administrative and priority claims. Entitled to vote. The Committee does not support the plan.</td>
      </tr>
      <tr>
        <td class="metric-label">Listeria Claimants</td>
        <td>Portions of claims within a self-insured retention or deductible are allowed as general unsecured claims and the retention is deemed satisfied by that allowance. Amounts above the retention are payable under policy terms, which are contested for recall coverage and denied for general liability.</td>
      </tr>
      <tr>
        <td class="metric-label">Existing Equity and 510(b) Claimants</td>
        <td>Cancelled, released, and extinguished on the effective date with no recovery. Deemed to reject.</td>
      </tr>
      <tr>
        <td class="metric-label">Blue Apron and Wonder Group</td>
        <td>Terminated a ten-year exclusive supply agreement, transitioned fulfillment to Misfits Market, and settled the dispute for approximately $47 million plus waivers and accommodations, with a portion of the cash deferred over fifteen months.</td>
      </tr>
    </tbody>
  </table>
  <p>The open question is whether the Committee’s opposition resolves into a negotiated general unsecured recovery or into a contested confirmation. The Committee’s leverage does not come from the waterfall. It comes from the release architecture, the retained causes of action that have not yet been scheduled, the liquidation analysis that has not been filed, and the unresolved insurance claims. The objection deadline falls nine days before the confirmation hearing.</p>
  <div class="callout">
    <h4>What to Watch Before September 24</h4>
    <p>Three items will define the record before confirmation: the liquidation analysis at Exhibit B, which supplies the numbers behind the best interests test; the Schedule of Retained Causes of Action in the plan supplement, which determines what the Liquidating Trust actually owns; and any amended plan reflecting the outcome of the debtors’ negotiations with the Committee. None had been filed as of the July 27, 2026 disclosure statement. The objection deadline is September 15, 2026.</p>
  </div>
</section>
<footer class="report-footer">
  <div class="container">
    <div class="footer-brand"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report is based on the AI Dossier generated by Research Suite by Stretto, which analyzed one docket entry comprising a single 81-page document filed in <em>In re FreshRealm, Inc., et al.</em>, Case No. 26-14656 (MEH), United States Bankruptcy Court for the District of New Jersey. The document analyzed is the Disclosure Statement for the Joint Chapter 11 Plan of FreshRealm, Inc. and Its Debtor Affiliates, Docket No. 352, filed July 27, 2026. All facts, figures, and docket citations are drawn from the underlying docket filings as summarized in the AI Dossier. The plan described in this report has not been confirmed, and its terms remain subject to amendment and to objection by parties in interest.</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
    <p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
    <p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
  </div>
</footer>
</body>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/irrevocable-by-design-a-checked-box-a-confirmed-plan-and-the-limits-of-creditor-relief</id>
    <published>2026-07-26T22:41:05-05:00</published>
    <updated>2026-07-26T22:41:10-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/irrevocable-by-design-a-checked-box-a-confirmed-plan-and-the-limits-of-creditor-relief" rel="alternate" type="text/html"/>
    <title>Irrevocable by Design: A Checked Box, a Confirmed Plan, and the Limits of Creditor Relief</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p><span>The Third Circuit has affirmed the denial of two Boy Scouts of America abuse claimants' requests to undo their $3,500 Expedited Distribution elections, resting on plain plan language and on the statutory rule that creditors cannot modify a confirmed plan</span></p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/irrevocable-by-design-a-checked-box-a-confirmed-plan-and-the-limits-of-creditor-relief">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<body>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Irrevocable by Design | Stretto Intelligence Special Report</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap" rel="stylesheet">
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
/* --- HEADER --- */
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 850px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 760px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
}
/* --- LAYOUT --- */
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
/* --- SECTION HEADERS --- */
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
p { margin-bottom: 18px; line-height: 1.75; }
/* --- STAT CARDS --- */
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value { font-size: 32px; font-weight: 700; color: var(--dark-slate); line-height: 1.2; }
.stat-card .stat-detail { font-size: 13px; color: var(--light-slate); margin-top: 4px; }
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
/* --- COMPARISON TABLES --- */
table.comparison { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 15px; }
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td { padding: 14px 18px; border-bottom: 1px solid var(--light-gray); vertical-align: top; }
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
/* --- CALLOUT BOXES --- */
.callout {
  background: var(--dark-slate);
  color: var(--white);
  padding: 35px 40px;
  border-radius: 8px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.callout::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 5px; height: 100%;
  background: var(--accent-orange);
}
.callout h4 {
  color: var(--accent-orange);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: 500;
}
.callout p { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.7; margin: 0; }
.callout .callout-stat { font-size: 48px; font-weight: 700; color: var(--accent-orange); display: block; margin-bottom: 8px; }
/* --- TIMELINES --- */
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before {
  content: '';
  position: absolute;
  left: 8px; top: 0; bottom: 0;
  width: 2px;
  background: var(--medium-gray);
}
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before {
  content: '';
  position: absolute;
  left: -26px; top: 6px;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--accent-orange);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--accent-orange);
}
.timeline-item.muted::before { background: var(--light-slate); box-shadow: 0 0 0 2px var(--light-slate); }
.timeline-date { font-size: 13px; font-weight: 500; color: var(--accent-orange); letter-spacing: 0.5px; }
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
/* --- SPLIT COMPARISON PANELS --- */
.split-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 40px 0; border-radius: 8px; overflow: hidden; }
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 40px; font-weight: 700; margin-bottom: 5px; line-height: 1.15; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; }
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 18px; font-weight: 500; }
/* --- SVG GAUGE GRAPHICS --- */
.gauge-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 25px; margin: 40px 0; }
.gauge-card { text-align: center; padding: 30px 20px; background: var(--fine-gray); border-radius: 8px; }
.gauge-card svg { width: 120px; height: 120px; }
.gauge-card .gauge-label { font-size: 13px; color: var(--light-slate); margin-top: 12px; font-weight: 400; }
.gauge-card .gauge-value { font-size: 28px; font-weight: 700; color: var(--dark-slate); margin-top: 4px; }
/* --- FOOTER --- */
.report-footer {
  background: var(--dark-slate);
  color: rgba(255,255,255,0.5);
  padding: 50px 40px;
  margin-top: 80px;
  font-size: 13px;
  line-height: 1.7;
}
.report-footer .footer-brand { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
/* --- SECTION DIVIDER --- */
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
/* --- CITATION LIST --- */
.cite-list { font-size: 14px; color: var(--text-light); line-height: 1.6; }
.cite-list div { padding: 8px 0; border-bottom: 1px solid var(--light-gray); }
/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
}
</style>
<header class="report-header">
  <div class="header-top">
    <div class="brand-mark"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <div class="report-type">Special Report</div>
  </div>
  <div class="header-content">
    <h1>Irrevocable by Design: <span class="highlight">A Checked Box, a Confirmed Plan, and the Limits of Creditor Relief</span>
</h1>
    <p class="header-subtitle">The Third Circuit has affirmed the denial of two Boy Scouts of America abuse claimants' requests to undo their $3,500 Expedited Distribution elections, resting on plain plan language and on the statutory rule that creditors cannot modify a confirmed plan.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>July 2026</span>
      <span>Analysis of the Third Circuit's July 17, 2026 opinion in Nos. 25-1826 and 25-1900</span>
    </div>
  </div>
</header>
<!-- ==================== SECTION I ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>The Disposition</h2>
  </div>
  <p>On July 17, 2026, a panel of the United States Court of Appeals for the Third Circuit affirmed the District of Delaware's order upholding the Bankruptcy Court's denial of two Direct Abuse Claimants' motions to rescind their elections of the $3,500 Expedited Distribution in the Boy Scouts of America and Delaware BSA, LLC Chapter 11 cases. The opinion, issued by a three-judge panel, was filed in the appeals docketed at Nos. 25-1826 and 25-1900 and entered on the bankruptcy court docket at Case No. 20-10343 (LSS), Doc 13536, on July 20, 2026.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Expedited Distribution</div>
      <div class="stat-value">$3,500</div>
      <div class="stat-detail">One-time payment under the TDP</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Claimants Who Elected</div>
      <div class="stat-value">7,300+</div>
      <div class="stat-detail">Elected by checking the ballot box</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Claimants Seeking Rescission</div>
      <div class="stat-value">273</div>
      <div class="stat-detail">Moved after the Plan took effect</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Panel Disposition</div>
      <div class="stat-value">Affirmed</div>
      <div class="stat-detail">Not precedential under I.O.P. 5.7</div>
    </div>
  </div>
  <p>Two features of the opinion define its reach. The first is that it is a non-precedential disposition, which under the court's internal operating procedures is not an opinion of the full court and does not constitute binding precedent. The second is that the panel affirmed on two connected grounds. The Plan's language does not permit rescission, and because the Plan incorporates the TDP election process, a request to undo an election is a request to modify the Plan, which creditors have no power to make.</p>
  <p>The case was submitted under Third Circuit L.A.R. 34.1(a) on May 12, 2026, without oral argument.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION II ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section II</div>
    <h2>The Ballot Did Two Jobs</h2>
  </div>
  <p>The Plan channeled all abuse claims against the debtors to a Settlement Trust for liquidation and payment, and it incorporated Trust Distribution Procedures giving Direct Abuse Claimants three options for liquidation and payment of their claims. The Expedited Distribution was one of those three. The other two are not identified by name in the opinion, which describes them only as paths that might lead to a greater recovery.</p>
  <p>The mechanism for choosing among them is the fact that drives the entire dispute. The same instrument that a claimant used to vote for or against confirmation of the Plan was the instrument used to make the remedy election. A claimant elected the Expedited Distribution by checking a box on the ballot. Claimants were instructed to read the instructions carefully before completing the ballot, and by signing it they acknowledged receiving the Disclosure Statement and the Plan and stated that they understood, and if accepting the Plan agreed with, the treatment provided for their claims.</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">Elect</div>
      <div class="panel-label">Expedited Distribution</div>
      <div class="split-item">
        <div class="item-label">Recovery</div>
        <div class="item-value" style="color: var(--accent-orange);">One-time payment of $3,500</div>
      </div>
      <div class="split-item">
        <div class="item-label">Remedies Against the Trust</div>
        <div class="item-value">No other remedies for the Direct Abuse Claim</div>
      </div>
      <div class="split-item">
        <div class="item-label">Further Distributions</div>
        <div class="item-value">Not eligible</div>
      </div>
      <div class="split-item">
        <div class="item-label">Conditions to Payment</div>
        <div class="item-value">Satisfy criteria and submit documentation</div>
      </div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">Decline</div>
      <div class="panel-label">The Two Other Options</div>
      <div class="split-item">
        <div class="item-label">Recovery</div>
        <div class="item-value" style="color: var(--accent-orange);">Process that might yield a greater recovery</div>
      </div>
      <div class="split-item">
        <div class="item-label">Availability</div>
        <div class="item-value">Open to claimants who do not elect Expedited Distribution</div>
      </div>
      <div class="split-item">
        <div class="item-label">Effect of a Prior Election</div>
        <div class="item-value">Foreclosed once Expedited Distribution is elected</div>
      </div>
      <div class="split-item">
        <div class="item-label">Detail in the Opinion</div>
        <div class="item-value">Options not identified by name</div>
      </div>
    </div>
  </div>
  <p>Over 7,300 Direct Abuse Claimants checked the box. After the Plan took effect, 273 of them moved to rescind that election and to participate in the other options, contending they had checked the box by mistake. Both appellants stated that they did not intend to elect the Expedited Distribution and did not discuss the option with their counsel, and their counsel stated that they did not realize their clients' mistakes until they accessed a portal showing the elections, roughly ten weeks before the revocation motions were filed.</p>
  <div class="gauge-row">
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#2C4146" stroke-width="10" stroke-dasharray="302.4 11.8" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#FD7250" stroke-width="10" stroke-dasharray="11.8 302.4" stroke-dashoffset="-302.4" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="55" text-anchor="middle" font-size="11" font-weight="700" fill="#2C4146">Under 4%</text>
        <text x="60" y="70" text-anchor="middle" font-size="9" fill="#6B8A91">sought rescission</text>
      </svg>
      <div class="gauge-label">273 movants against more than 7,300 electors</div>
      <div class="gauge-value" style="font-size:16px;">Scale of the rescission requests</div>
    </div>
  </div>
  <p>The Bankruptcy Court denied the 273 requests together. Two of those claimants carried the question to the District Court and then to the Third Circuit in the appeals resolved by this opinion.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION III ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>Procedural Path</h2>
  </div>
  <p>The rescission dispute has now been decided the same way at three levels, over a period that runs from the plan confirmation ruling in 2022 to this month's affirmance.</p>
  <div class="timeline">
    <div class="timeline-item muted">
      <div class="timeline-date">2020</div>
      <div class="timeline-content">Boy Scouts of America and Delaware BSA, LLC file for Chapter 11 relief in the District of Delaware, Case No. 20-10343 (LSS).</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">September 8, 2022</div>
      <div class="timeline-content">The Bankruptcy Court confirms the Plan. 2022 WL 20541782, at *10 (Bankr. D. Del.).</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">2023</div>
      <div class="timeline-content">The District Court affirms the Confirmation Order in relevant part. 650 B.R. 87 (D. Del.).</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">February 5, 2024</div>
      <div class="timeline-content">The Bankruptcy Court denies the motions of 273 Direct Abuse Claimants to rescind their Expedited Distribution elections, holding the relief sought is directly contradicted by the Plan. <em>Boy Scouts I</em>, 2024 WL 459571, at *12-13, *17-18.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">2025</div>
      <div class="timeline-content">The Third Circuit affirms in part, reverses in part, and dismisses in part the appeal from the Confirmation Order. <em>In re Boy Scouts of Am.</em>, 137 F.4th 126 (3d Cir.).</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">2025</div>
      <div class="timeline-content">The District Court affirms the denial of rescission on four grounds. <em>Boy Scouts II</em>, 772 F. Supp. 3d 496 (D. Del.).</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">May 12, 2026</div>
      <div class="timeline-content">The appeals are submitted under Third Circuit L.A.R. 34.1(a) without oral argument.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 17, 2026</div>
      <div class="timeline-content">The Third Circuit files its non-precedential opinion affirming the District Court. Entered on the bankruptcy docket at Doc 13536 on July 20, 2026.</div>
    </div>
  </div>
  <table class="comparison">
    <thead>
      <tr>
        <th>Court</th>
        <th>Holding</th>
        <th>Citation</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Bankruptcy Court</td>
        <td>Rescission would be an impermissible modification of the Plan because the relief sought is directly contradicted by the Plan.</td>
        <td>2024 WL 459571, at *12-13, *17-18 (Bankr. D. Del. Feb. 5, 2024)</td>
      </tr>
      <tr>
        <td class="metric-label">District Court</td>
        <td>Affirmed on four grounds: unambiguous Plan language bars changing elections; the Plan is not truly silent on revocation; gap filling was properly declined even if the Plan were silent or ambiguous; and the requested relief was an impermissible modification.</td>
        <td>772 F. Supp. 3d 496, 510, 511, 511-12, 514-16 (D. Del. 2025)</td>
      </tr>
      <tr>
        <td class="metric-label">Third Circuit</td>
        <td>Affirmed. The Plan is unambiguous as to the nonrevocable election, and the relief sought would modify the Plan, which creditors cannot do under Section 1127(b).</td>
        <td>Nos. 25-1826 &amp; 25-1900 (3d Cir. July 17, 2026) (not precedential)</td>
      </tr>
    </tbody>
  </table>
  <p>The panel applied the standard framework for a bankruptcy appeal that reaches the court of appeals through the district court. It stood in the shoes of the District Court and applied the same standard of review, examining legal determinations de novo, factual findings for clear error, and discretionary decisions for abuse of discretion, citing <em>In re Somerset Regional Water Resources, LLC</em>, 949 F.3d 837, 844 (3d Cir. 2020).</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IV ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>A Confirmed Plan Is Read Like a Contract</h2>
  </div>
  <p>The panel began where the Third Circuit begins with confirmed plans, applying contract principles under <em>In re Shenango Group Inc.</em>, 501 F.3d 338, 344 (3d Cir. 2007). Delaware law supplied the interpretive rules because the parties selected it for interpreting the plan. Under <em>Lorillard Tobacco Co. v. American Legacy Foundation</em>, 903 A.2d 728, 739 (Del. 2006), clear and unequivocal contract language binds a party to its plain meaning, and under <em>Samuel J. Heyman 1981 Continuing Trust v. Ashland LLC</em>, 284 A.3d 714, 721 (Del. 2022), ambiguity exists only where the provisions in controversy are reasonably or fairly susceptible of different interpretations.</p>
  <p>Applied to this record, the analysis was short. The TDP entitles claimants who elect the Expedited Distribution on their ballots to a one-time payment of $3,500. The ballot notified claimants that checking the box was the act of electing. The TDP states that claimants who elect are not eligible to receive any further distribution through either of the other two options. Neither the Plan, the TDP, nor the ballot provides a mechanism to rescind the election once made.</p>
  <div class="callout">
    <h4>The Operative Gap</h4>
    <p>The panel did not point to a Plan provision declaring elections irrevocable. It found irrevocability in the combination of two things: the absence of any rescission mechanism in the Plan, the TDP, or the ballot, and the express statement that electing claimants are not eligible to receive any further distribution through the other two options. Silence on the way out, paired with language closing off the alternatives, was read as a complete answer.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION V ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>When the Election Became Effective</h2>
  </div>
  <p>The claimants advanced a textual argument worth noting because it is the kind of argument that will surface again in other trust distribution regimes. They contended that checking the box did not complete the election, because the TDP requires a claimant to satisfy other criteria, including signing a release, before receiving payment. On that reading, the election is a multi-step process that is not final until the last step is taken, and a claimant who has not signed a release has not yet elected anything.</p>
  <p>The panel rejected the argument in a footnote, and the basis was the preposition. Nothing in the TDP indicates that those criteria must be satisfied for a claimant to make an election. The TDP states that a claimant must satisfy the criteria to receive payment. Conditions on disbursement are not conditions on choice.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Step</th>
        <th>What the TDP Requires</th>
        <th>Effect Under the Panel's Reading</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Check the box on the ballot</td>
        <td>Election of the Expedited Distribution</td>
        <td>The election is made and cannot be undone</td>
      </tr>
      <tr>
        <td class="metric-label">Satisfy certain criteria and submit documentation</td>
        <td>Prerequisites stated as conditions to receive payment</td>
        <td>Affects when and whether the $3,500 is paid, not whether the election occurred</td>
      </tr>
    </tbody>
  </table>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VI ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>Why Gap Filling Was Not Available</h2>
  </div>
  <p>The fallback position was that if the Plan is silent or ambiguous about revocability, the Bankruptcy Court could supply an implied procedure for revoking an initial remedy election. Delaware law does allow courts to fill gaps in the express provisions of an agreement by cautiously supplying implied terms, but only where the contract is silent on the subject and the parties failed to foresee the need for a term or determined that such a need was unlikely, citing <em>In re El Paso Pipeline Partners, L.P. Derivative Litigation</em>, 2014 WL 2768782, at *16-18 (Del. Ch. June 12, 2014), and <em>Reklam v. Bellator Sport Worldwide LLC</em>, 2017 WL 5172397, at *5 (D. Del. Nov. 8, 2017).</p>
  <p>The panel took this up in the alternative, framing the question as whether the Bankruptcy Court acted reasonably in declining to conclude that the Plan impliedly supplied a revocation procedure. Two record facts closed the door. The parties considered whether to provide for the opportunity to rescind an Expedited Distribution election at a hearing before the Plan was confirmed, and chose not to. And it was reasonable to conclude that the Plan was not truly silent, because it did not use conditional terms but instead gave claimants a choice without providing a means to change that choice once made.</p>
  <p>The panel framed the consequence through <em>Aspen Advisors LLC v. United Artists Theatre Co.</em>, 843 A.2d 697, 707 (Del. Ch. 2004), which holds that gap filling is not warranted where it grants parties <q>contractual protections that they failed to secure for themselves at the bargaining table</q>. A term that was raised and abandoned in negotiation is not a gap. It is a decision.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>The Independent Statutory Bar</h2>
  </div>
  <p>The interpretive holding answers what the Plan permits. The next part of the opinion answers who may ask to change it. A confirmed plan binds all parties in interest under Section 1141(a), and it may be modified only by the plan's proponents or the reorganized debtor under Section 1127(b). The panel cited <em>In re Rickel &amp; Associates, Inc.</em>, 260 B.R. 673, 677 (Bankr. S.D.N.Y. 2001), for the proposition that Section 1127(b) is the only route to modifying a confirmed plan, and <em>In re Port Liberte Partners</em>, 1995 WL 11186, at *5 (D.N.J. Jan. 5, 1995), aff'd sub nom. <em>In re Port Liberte</em>, 77 F.3d 463 (3d Cir. 1996), for the conclusion that creditors are precluded by the Code from requesting modification.</p>
  <p>Because the Plan incorporates the TDP process for elections of remedies, a request to revoke a selection that is irrevocable under the Plan is a request to modify the Plan. The supporting authorities are older and newer versions of the same idea. In <em>Matter of Allied Supermarkets</em>, 21 B.R. 45, 48 (Bankr. E.D. Mich. 1982), a creditor's attempt to file a tardy ballot and revoke an earlier election was treated as an attempt to modify the plan. In <em>In re SC SJ Holdings, LLC</em>, 2023 WL 2598842, at *5 (D. Del. Mar. 22, 2023), aff'd, 2024 WL 1328233 (3d Cir. Mar. 28, 2024), cert. denied, 145 S. Ct. 277 (2024), a change contrary to the express provisions of a plan was an impermissible modification even though the change was minor.</p>
  <div class="callout">
    <h4>Why the Second Ground Carries Further</h4>
    <p>The plain-language holding turns on how this Plan and this TDP were drafted. The Section 1127(b) holding turns on who is asking. Once the relief sought would change the operation of a confirmed plan, the movant's status as a creditor is dispositive, and <em>SC SJ Holdings</em> adds that the modest size of the change does not alter the analysis.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VIII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>Section 105 and Rule 60(b)(1) Do Not Reopen the Door</h2>
  </div>
  <p>Both of the usual escape hatches were addressed and both were closed in the same footnote. Section 105 generally affords bankruptcy courts broad discretion to grant relief, but a bankruptcy court cannot exercise that discretion in a way that violates Section 1127. The panel quoted <em>Norwest Bank Worthington v. Ahlers</em>, 485 U.S. 197, 206 (1988), for the principle that whatever equitable powers remain in the bankruptcy courts can only be exercised within the confines of the Bankruptcy Code.</p>
  <p>Rule 60(b)(1) fared no better. The rule permits relief from an order on the basis of mistake, and mistake is precisely what the claimants asserted. But a rule of procedure cannot negate the substantive impact of a restriction contained in the Bankruptcy Code, citing <em>In re Fesq</em>, 153 F.3d 113, 117 (3d Cir. 1998). The claimants' theory of the case was that they made an error. The panel's answer was that the existence of an error does not create a power in the bankruptcy court that the Code withholds.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IX ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>Drafting Implications for Trust Distribution Regimes</h2>
  </div>
  <p>The practical lesson sits in the drafting, not the appeal. If you are building trust distribution procedures that ask claimants to choose among liquidation options with materially different economics, this opinion tells you what the reviewing courts will do with the choices you did not write down.</p>
  <p>Start with the instrument. A ballot that serves as both the confirmation vote and the remedy election compresses two decisions with different stakes into a single document, completed once. The opinion records that instructions were provided and that signature carried an acknowledgment of receipt and understanding. That was enough. If a plan proponent wants a different result for claimants who select in error, the mechanism has to be in the plan, the TDP, or the ballot, because the courts here found no basis to supply one.</p>
  <p>Then consider the negotiation record. The most consequential factual finding in the gap-filling analysis is that the parties took up revocability at a pre-confirmation hearing and left it out. In Delaware contract analysis, that history supports treating the omission as deliberate rather than as a gap. If your negotiation touches a term and does not adopt it, assume that the record of having touched it will be used against a later argument that the parties never contemplated the issue.</p>
  <p>Finally, note where the analysis lands for a claimant who checks the wrong box. Section 1127(b) means that the creditor cannot ask for a fix. Section 105 means the court cannot supply one that conflicts with Section 1127. Rule 60(b)(1) means the label of mistake does not change either answer. The remaining paths, if any exist, run somewhere other than a motion to modify the operation of the plan.</p>
  <div class="callout">
    <h4>The Design Question This Raises</h4>
    <p>Mass tort trust regimes are built to process elections at scale, and scale produces error at some rate. Over 7,300 claimants elected the Expedited Distribution here and 273 asked to undo it. Whether a plan should include a correction window, and how long that window should stay open before distributions can proceed, is a question for the drafting table. After confirmation, the courts in this case found no room to answer it.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION X ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section X</div>
    <h2>Scope and Citation Value</h2>
  </div>
  <p>The opinion is marked not precedential and states that it is not an opinion of the full court and does not constitute binding precedent under I.O.P. 5.7. Its persuasive weight is what a practitioner makes of the reasoning, not its authority.</p>
  <p>The published decisions underneath it are a different matter. The District Court's affirmance is reported at 772 F. Supp. 3d 496 (D. Del. 2025) and sets out the four grounds the panel cited by page. The Bankruptcy Court's opinion is available at 2024 WL 459571. For a practitioner researching irrevocability of remedy elections in a confirmed plan, those are the citable sources, and the Third Circuit's disposition confirms that the analysis survived appellate review.</p>
  <p>It is also worth being precise about what the panel did not reach. The opinion addresses the two appellants before it and the arguments they raised. It does not describe the other two TDP options in detail, does not address remedies claimants might pursue outside the plan modification framework, and does not disturb the Confirmation Order, which was separately reviewed in <em>In re Boy Scouts of America</em>, 137 F.4th 126 (3d Cir. 2025).</p>
  <h3>Authorities Cited in the Opinion</h3>
  <div class="cite-list">
    <div>
<em>In re Shenango Grp. Inc.</em>, 501 F.3d 338 (3d Cir. 2007)  ·  contract principles govern construction of a confirmed plan</div>
    <div>
<em>In re Somerset Reg'l Water Res., LLC</em>, 949 F.3d 837 (3d Cir. 2020)  ·  standard of review on bankruptcy appeals</div>
    <div>
<em>Lorillard Tobacco Co. v. Am. Legacy Found.</em>, 903 A.2d 728 (Del. 2006)  ·  plain meaning of clear contract language</div>
    <div>
<em>Samuel J. Heyman 1981 Continuing Tr. v. Ashland LLC</em>, 284 A.3d 714 (Del. 2022)  ·  definition of ambiguity</div>
    <div>
<em>In re El Paso Pipeline Partners, L.P. Deriv. Litig.</em>, 2014 WL 2768782 (Del. Ch. June 12, 2014)  ·  conditions for gap filling</div>
    <div>
<em>Reklam v. Bellator Sport Worldwide LLC</em>, 2017 WL 5172397 (D. Del. Nov. 8, 2017)  ·  implied terms</div>
    <div>
<em>Aspen Advisors LLC v. United Artists Theatre Co.</em>, 843 A.2d 697 (Del. Ch. 2004)  ·  limits on judicially supplied protections</div>
    <div>
<em>In re Rickel &amp; Assocs., Inc.</em>, 260 B.R. 673 (Bankr. S.D.N.Y. 2001)  ·  Section 1127(b) as the exclusive modification route</div>
    <div>
<em>In re Port Liberte Partners</em>, 1995 WL 11186 (D.N.J. Jan. 5, 1995), aff'd, 77 F.3d 463 (3d Cir. 1996)  ·  creditors cannot request modification</div>
    <div>
<em>Matter of Allied Supermarkets</em>, 21 B.R. 45 (Bankr. E.D. Mich. 1982)  ·  revoking an election as an attempt to modify</div>
    <div>
<em>In re SC SJ Holdings, LLC</em>, 2023 WL 2598842 (D. Del. Mar. 22, 2023)  ·  minor changes contrary to express plan provisions</div>
    <div>
<em>Norwest Bank Worthington v. Ahlers</em>, 485 U.S. 197 (1988)  ·  equitable powers confined to the Code</div>
    <div>
<em>In re Fesq</em>, 153 F.3d 113 (3d Cir. 1998)  ·  Rule 60(b) cannot negate a Code restriction</div>
  </div>
</section>
<footer class="report-footer">
  <div class="container">
    <div class="footer-brand"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This report analyzes the non-precedential opinion of the United States Court of Appeals for the Third Circuit filed July 17, 2026 in Nos. 25-1826 and 25-1900, <em>In re: Boy Scouts of America and Delaware BSA, LLC</em>, entered on the bankruptcy court docket in Case No. 20-10343 (LSS) at Doc 13536 on July 20, 2026. All facts, holdings, quotations, and citations are drawn from the eight-page opinion and its footnotes, including record citations to App. 47-48 and App. 65. Descriptions of the underlying Plan, Trust Distribution Procedures, and ballot reflect the opinion's characterizations of those documents rather than independent review of them.</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
    <p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
    <p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
  </div>
</footer>
</body>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/alea-holdings-us-company-capital-structure-liabilities-and-the-path-to-confirmation</id>
    <published>2026-07-26T22:39:28-05:00</published>
    <updated>2026-07-26T22:39:32-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/alea-holdings-us-company-capital-structure-liabilities-and-the-path-to-confirmation" rel="alternate" type="text/html"/>
    <title>Alea Holdings US Company: Capital Structure, Liabilities, and the Path to Confirmation</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p><span>Three insurance holding companies entered Chapter 11 in the Southern District of Texas with a plan, a disclosure statement, and a signed restructuring support agreement already in place. The filing exists because an out-of-court tender offer that drew no opposition still could not reach 100 percent participation</span></p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/alea-holdings-us-company-capital-structure-liabilities-and-the-path-to-confirmation">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<body>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Alea Holdings US Company: Capital Structure, Liabilities, and the Path to Confirmation | Stretto Intelligence Special Report</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap" rel="stylesheet">
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
/* --- HEADER --- */
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 820px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 730px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
  flex-wrap: wrap;
}
/* --- LAYOUT --- */
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
/* --- SECTION HEADERS --- */
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
p { margin-bottom: 18px; line-height: 1.75; }
.table-note {
  font-size: 13px;
  color: var(--light-slate);
  margin-top: -14px;
  margin-bottom: 30px;
}
/* --- STAT CARDS --- */
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.2;
}
.stat-card .stat-detail { font-size: 13px; color: var(--light-slate); margin-top: 4px; }
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
/* --- COMPARISON TABLES --- */
table.comparison {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-size: 15px;
}
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--light-gray);
  vertical-align: top;
}
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
table.comparison tbody tr.total-row td {
  font-weight: 700;
  color: var(--dark-slate);
  border-top: 2px solid var(--dark-slate);
  background: var(--white);
}
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
/* --- BAR CHARTS --- */
.bar-chart { margin: 30px 0; padding: 30px; background: var(--fine-gray); border-radius: 8px; }
.bar-chart-title { font-size: 16px; font-weight: 500; color: var(--dark-slate); margin-bottom: 25px; }
.bar-group { display: flex; align-items: center; margin-bottom: 16px; }
.bar-label {
  width: 140px;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-body);
  flex-shrink: 0;
  text-align: right;
  padding-right: 16px;
}
.bar-track {
  flex: 1;
  height: 32px;
  background: var(--light-gray);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.bar-fill {
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  transition: width 1s ease;
}
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside {
  margin-left: 10px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-body);
  flex-shrink: 0;
  width: 90px;
}
/* --- CALLOUT BOXES --- */
.callout {
  background: var(--dark-slate);
  color: var(--white);
  padding: 35px 40px;
  border-radius: 8px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.callout::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 5px; height: 100%;
  background: var(--accent-orange);
}
.callout h4 {
  color: var(--accent-orange);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: 500;
}
.callout p { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.7; margin: 0 0 14px; }
.callout p:last-child { margin-bottom: 0; }
.callout .callout-stat {
  font-size: 48px;
  font-weight: 700;
  color: var(--accent-orange);
  display: block;
  margin-bottom: 8px;
}
/* --- TIMELINES --- */
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before {
  content: '';
  position: absolute;
  left: 8px; top: 0; bottom: 0;
  width: 2px;
  background: var(--medium-gray);
}
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before {
  content: '';
  position: absolute;
  left: -26px; top: 6px;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--accent-orange);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--accent-orange);
}
.timeline-item.muted::before { background: var(--light-slate); box-shadow: 0 0 0 2px var(--light-slate); }
.timeline-date { font-size: 13px; font-weight: 500; color: var(--accent-orange); letter-spacing: 0.5px; }
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
/* --- SPLIT COMPARISON PANELS --- */
.split-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 40px 0;
  border-radius: 8px;
  overflow: hidden;
}
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 48px; font-weight: 700; margin-bottom: 5px; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; }
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 18px; font-weight: 500; }
/* --- SVG GAUGE GRAPHICS --- */
.gauge-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  margin: 40px 0;
}
.gauge-card { text-align: center; padding: 30px 20px; background: var(--fine-gray); border-radius: 8px; }
.gauge-card svg { width: 120px; height: 120px; }
.gauge-card .gauge-label { font-size: 13px; color: var(--light-slate); margin-top: 12px; font-weight: 400; }
.gauge-card .gauge-value { font-size: 28px; font-weight: 700; color: var(--dark-slate); margin-top: 4px; }
/* --- FOOTER --- */
.report-footer {
  background: var(--dark-slate);
  color: rgba(255,255,255,0.5);
  padding: 50px 40px;
  margin-top: 80px;
  font-size: 13px;
  line-height: 1.7;
}
.report-footer .footer-brand {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
  .bar-label { width: 100px; font-size: 12px; }
}
</style>
<header class="report-header">
  <div class="header-top">
    <div class="brand-mark"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <div class="report-type">Special Report</div>
  </div>
  <div class="header-content">
    <h1>Alea Holdings US Company: Capital Structure, Liabilities, and the <span class="highlight">Path to Confirmation</span>
</h1>
    <p class="header-subtitle">Three insurance holding companies entered Chapter 11 in the Southern District of Texas with a plan, a disclosure statement, and a signed restructuring support agreement already in place. The filing exists because an out-of-court tender offer that drew no opposition still could not reach 100 percent participation.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>July 2026</span>
      <span>Analysis of the 37-page first day declaration in Case No. 26-90714 (CML)</span>
    </div>
  </div>
</header>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>What Was Filed, and Why</h2>
  </div>
  <p>On July 19, 2026, Alea Holdings US Company, FIN Alea LLC, and Alea Group Holdings (Bermuda) Ltd. filed voluntary Chapter 11 petitions in the United States Bankruptcy Court for the Southern District of Texas, Houston Division, and requested joint administration under Case No. 26-90714 (CML). The declaration of the Chief Restructuring Officer, filed the same day as Docket No. 11 in support of the petitions and first day pleadings, sets out the record on which the Debtors ask the Court to move quickly.</p>
  <p>The stated purpose of the case is narrow. Under a restructuring support agreement dated June 8, 2026, the Debtors launched a tender offer for trust preferred securities issued in 2004. No holder opposed it. Holders of the remaining securities, approximately 40 percent by the declaration's own participation figure, did not respond, and the offer carried a 100 percent participation condition. The declaration states that the Debtors filed these cases to implement the restructuring support agreement's transactions through plan confirmation, which supplies a mechanism to bind holders that a consent solicitation cannot reach.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Total Funded Debt</div>
      <div class="stat-value">$280.0M</div>
      <div class="stat-detail">Approximate, per the declaration</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Prepetition Facility Balance</div>
      <div class="stat-value">$231.0M</div>
      <div class="stat-detail">$159,850,000 of principal outstanding</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Proposed TruPS Cash Pool</div>
      <div class="stat-value">$20.0M</div>
      <div class="stat-detail">Against $120M of original principal</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Unrestricted Cash at Filing</div>
      <div class="stat-value">$7,300</div>
      <div class="stat-detail">All other cash is the lender's collateral</div>
    </div>
  </div>
  <p>Three features separate this case from a conventional operating company Chapter 11. The Debtors are holding companies with no revenue and, according to the declaration, no access to cash other than the Prepetition Facility Lender's cash collateral. All operating value sits at non-Debtor insurance subsidiaries regulated in Connecticut, New York, and California, and the Debtors seek a comfort order confirming that those subsidiaries are neither debtors in nor affected by the cases. And the prepetition secured lender, the proposed postpetition lender, and a holder of a portion of the securities being restructured are the same affiliate of the Debtors' ultimate parent.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section II</div>
    <h2>The Debtors and the Perimeter of the Estates</h2>
  </div>
  <p>The declaration traces the Alea franchise to KKR's 1997 purchase of Swiss reinsurer Rhine Re. Catastrophic hurricane losses in 2004 and 2005 triggered rating downgrades that forced the entire group into solvent run-off in late 2005. Fortress Investment Group bought the distressed parent in 2007 and maintained Alea Holdings US Company primarily as a runoff vehicle. Catalina Holdings (Bermuda) Ltd. completed its purchase of the entire Alea group from Fortress in 2014, at which point the company resumed acquiring, adding SPARTA Insurance Group and National American Insurance Company of California that year.</p>
  <p>What the holding companies do today is oversight rather than underwriting. The declaration describes their function as holding and supervising the insurance subsidiaries as those subsidiaries establish reserves, negotiate settlements, pay outstanding claims, and manage regulatory and capital requirements across a run-off book that includes asbestos, hazardous waste, talc, PFAS, workers' compensation, and sexual-abuse claims.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Entity</th>
        <th>Status</th>
        <th>Role</th>
        <th>Disposition Contemplated</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Alea Holdings US Company</td>
        <td>Debtor</td>
        <td>Intermediate U.S. holding platform; borrower under the Prepetition Facility; issuer of the debentures</td>
        <td>Reorganize under the proposed plan</td>
      </tr>
      <tr>
        <td class="metric-label">FIN Alea LLC</td>
        <td>Debtor</td>
        <td>Guarantor under the Prepetition Facility; issuer of a subordinated unsecured guarantee of the debentures</td>
        <td>Reorganize under the proposed plan</td>
      </tr>
      <tr>
        <td class="metric-label">Alea Group Holdings (Bermuda) Ltd.</td>
        <td>Debtor</td>
        <td>Parent guarantor; holds one of the two main operating bank accounts</td>
        <td>Reorganize under the proposed plan</td>
      </tr>
      <tr>
        <td class="metric-label">SPARTA Insurance Company</td>
        <td>Non-Debtor</td>
        <td>Connecticut-regulated insurer; source of the liability that drove the case</td>
        <td>Continued orderly run-off</td>
      </tr>
      <tr>
        <td class="metric-label">Alea North America Insurance Company</td>
        <td>Non-Debtor</td>
        <td>New York-regulated insurer</td>
        <td>Private sale of equity, signed June 6, 2025</td>
      </tr>
      <tr>
        <td class="metric-label">National American Insurance Company of California</td>
        <td>Non-Debtor</td>
        <td>California-regulated insurer</td>
        <td>Private sale of equity, purchaser secured</td>
      </tr>
      <tr>
        <td class="metric-label">QLT Buffalo LLC</td>
        <td>Non-Debtor</td>
        <td>Dormant; became a subsidiary in 2015 through a merger with Quanta U.S. Holdings Inc.</td>
        <td>Not addressed in the declaration</td>
      </tr>
    </tbody>
  </table>
  <p>The perimeter matters more here than in most cases. The declaration asks the Court to confirm that the insurance subsidiaries are separate legal entities regulated in their domiciliary jurisdictions, that commencement of the cases does not place them or their assets under the supervision or control of the Bankruptcy Court, and that their assets are not property of the estates other than the Debtors' equity interests in them. The estates hold equity and intercompany paper. The claims-paying operations sit outside.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>Two Capital Structures, Nineteen Years Apart</h2>
  </div>
  <p>The funded debt has two layers, and they were put in place under different owners for different reasons. The debentures date to 2004, when Alea Holdings US Company was still held by Rhine Re and the trust preferred structure delivered favorable tax treatment and other financing benefits under the framework then in effect. The revolving facility dates to 2023 and exists for one reason: to fund a subsidiary's unanticipated claim payments and litigation.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Funded Debt</th>
        <th>Maturity</th>
        <th>Outstanding Principal at Petition Date</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Revolving Credit Facility</td>
        <td>July 2027</td>
        <td>$159,850,000</td>
      </tr>
      <tr>
        <td class="metric-label">AHUSCO Statutory Trust I</td>
        <td>December 15, 2034</td>
        <td>$50,000,000</td>
      </tr>
      <tr>
        <td class="metric-label">AHUSCO Statutory Trust II</td>
        <td>March 15, 2035</td>
        <td>$50,000,000</td>
      </tr>
      <tr>
        <td class="metric-label">AHUSCO Statutory Trust III</td>
        <td>March 15, 2035</td>
        <td>$20,000,000</td>
      </tr>
      <tr class="total-row">
        <td>Total Funded Debt</td>
        <td></td>
        <td>Approximately $280,000,000</td>
      </tr>
    </tbody>
  </table>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">2004</div>
      <div class="panel-label">Trust Preferred Securities</div>
      <div class="split-item">
        <div class="item-label">Instrument</div>
        <div class="item-value">Junior subordinated deferrable interest debentures</div>
      </div>
      <div class="split-item">
        <div class="item-label">Governing Law</div>
        <div class="item-value">New York</div>
      </div>
      <div class="split-item">
        <div class="item-label">Security</div>
        <div class="item-value">Unsecured</div>
      </div>
      <div class="split-item">
        <div class="item-label">Covenants</div>
        <div class="item-value" style="color: var(--accent-orange);">No financial or cross-default covenants</div>
      </div>
      <div class="split-item">
        <div class="item-label">Holder Remedies</div>
        <div class="item-value">May not call prior to maturity</div>
      </div>
      <div class="split-item">
        <div class="item-label">Interest Paid 2004 to 2023</div>
        <div class="item-value">Approximately $84 million</div>
      </div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">2023</div>
      <div class="panel-label">Prepetition Facility</div>
      <div class="split-item">
        <div class="item-label">Instrument</div>
        <div class="item-value">Secured revolving credit facility</div>
      </div>
      <div class="split-item">
        <div class="item-label">Governing Law</div>
        <div class="item-value">English</div>
      </div>
      <div class="split-item">
        <div class="item-label">Security</div>
        <div class="item-value" style="color: var(--accent-orange);">Lien on all obligor assets, including subsidiary stock and cash</div>
      </div>
      <div class="split-item">
        <div class="item-label">Covenants</div>
        <div class="item-value">Financial and cross-default covenants</div>
      </div>
      <div class="split-item">
        <div class="item-label">Lender</div>
        <div class="item-value">Catalina Finance LLP, an affiliate</div>
      </div>
      <div class="split-item">
        <div class="item-label">Commitment Progression</div>
        <div class="item-value">$100M to $150M to $160M</div>
      </div>
    </div>
  </div>
  <p>The asymmetry drives the case. Holders of the older instrument have no covenant package, no acceleration right, and no ability to put the securities back before 2034 and 2035. The affiliate lender holds a first lien on everything the Debtors own, including the stock of the three insurance subsidiaries and the proceeds of their sale. That distribution of leverage explains both the shape of the settlement and the speed at which the Debtors propose to confirm it.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>How the Revolver Reached $231 Million</h2>
  </div>
  <p>The Prepetition Facility was established on July 25, 2023 with a $100 million commitment, amended and restated on June 20, 2024 to increase the commitment to $150 million, and amended again on June 30, 2026 to increase capacity to $160 million. The declaration characterizes the final increase as a loan to bridge the Debtors from expiration of the tender offer to the bankruptcy cases. As of the Petition Date the facility was drawn to $159,850,000, leaving $150,000 of the commitment unused.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Date</th>
        <th>Commitment</th>
        <th>Draw</th>
        <th>Outstanding Balance</th>
        <th>Fees and Accrued Interest</th>
        <th>Total Outstanding</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">July 25, 2023</td>
        <td>$100,000,000</td>
        <td>$40,000,000</td>
        <td>$40,000,000</td>
        <td>$0</td>
        <td>$40,000,000</td>
      </tr>
      <tr>
        <td class="metric-label">December 31, 2023</td>
        <td>$100,000,000</td>
        <td>$30,000,000</td>
        <td>$70,000,000</td>
        <td>$4,543,265</td>
        <td>$74,543,265</td>
      </tr>
      <tr>
        <td class="metric-label">December 31, 2024</td>
        <td>$150,000,000</td>
        <td>$38,500,000</td>
        <td>$108,500,000</td>
        <td>$25,626,015</td>
        <td>$134,126,015</td>
      </tr>
      <tr>
        <td class="metric-label">December 31, 2025</td>
        <td>$150,000,000</td>
        <td>$28,850,000</td>
        <td>$137,500,000</td>
        <td>$52,932,761</td>
        <td>$190,282,761</td>
      </tr>
      <tr>
        <td class="metric-label">May 31, 2026</td>
        <td>$150,000,000</td>
        <td>$10,500,000</td>
        <td>$147,850,000</td>
        <td>$66,737,505</td>
        <td>$214,587,505</td>
      </tr>
      <tr class="total-row">
        <td>Petition Date</td>
        <td>$160,000,000</td>
        <td>$12,000,000</td>
        <td>$159,850,000</td>
        <td>$71,185,190</td>
        <td>$231,035,190</td>
      </tr>
    </tbody>
  </table>
  <p class="table-note">Table as presented in the declaration. One row does not reconcile: the December 31, 2025 outstanding balance of $137,500,000 exceeds cumulative draws by $150,000, and adding the stated fees and accrued interest to it produces $190,432,761 rather than the $190,282,761 shown. Substituting $137,350,000 reconciles both the draw column and the total column, and every other row ties.</p>
  <div class="bar-chart">
    <div class="bar-chart-title">Total Outstanding Balance Under the Prepetition Facility</div>
    <div class="bar-group">
      <div class="bar-label">July 2023</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 17.3%;">$40.0M</div></div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">December 2023</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 32.3%;">$74.5M</div></div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">December 2024</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 58.1%;">$134.1M</div></div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">December 2025</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 82.4%;">$190.3M</div></div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">May 2026</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 92.9%;">$214.6M</div></div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Petition Date</div>
      <div class="bar-track"><div class="bar-fill orange" style="width: 100%;">$231.0M</div></div>
      <div class="bar-value-outside"></div>
    </div>
  </div>
  <p>The composition of that balance is as instructive as its size. Commitment fees and accrued interest were capitalized as notes payable, and the declaration reports $19.3 million of interest expense for 2024 alone added to principal. By the Petition Date, fees and accrued interest of $71,185,190 accounted for roughly 31 percent of the aggregate amount outstanding.</p>
  <div class="callout">
    <h4>The Cost of Payment-in-Kind Over Three Years</h4>
    <p><span class="callout-stat">$71.2M</span>Fees and accrued interest represent approximately 30.8 percent of the $231,035,190 owed under the Prepetition Facility as of the Petition Date, against $159,850,000 of drawn principal. Every dollar of that accrual sits ahead of the trust preferred securities in the capital structure and is secured by the same collateral, including the stock of the insurance subsidiaries whose sale proceeds are identified as the primary source of recovery for impaired creditors.</p>
  </div>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>The SPARTA Liability and the Chain That Produced It</h2>
  </div>
  <p>The declaration is candid that the history is convoluted, and the sequence is worth following because every borrowing under the Prepetition Facility traces back to it. In 2007, before Alea Holdings acquired it, SPARTA purchased American Employers Insurance Company in what the declaration describes as a clean shell transaction, meaning an insurer no longer writing policies and carrying no remaining insurance liabilities but holding licenses in multiple jurisdictions. Those legacy liabilities had already been transferred to that company's direct parent, Pennsylvania General Insurance Company, later renamed Pennsylvania Insurance Company and now indirectly owned by Applied Underwriters, Inc.</p>
  <p>The arrangement held until it did not. Bedivere Insurance Company had assumed the handling and payment of the legacy claims, and on May 1, 2020 SPARTA was notified that Bedivere had been placed into liquidation in Pennsylvania. The Pennsylvania liquidator disclaimed continued responsibility for those claims. That left a book of pre-2007 policies with claims still being tendered and no one contractually accepting them, and SPARTA began paying under a full reservation of rights while it litigated.</p>
  <div class="timeline">
    <div class="timeline-item">
      <div class="timeline-date">May 1, 2020</div>
      <div class="timeline-content">SPARTA notified that Bedivere Insurance Company has been placed into liquidation in Pennsylvania; the liquidator disclaims continued responsibility for the legacy policies</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 26, 2021</div>
      <div class="timeline-content">SPARTA files suit in the District of Massachusetts to enforce the counterparty's obligation to manage and pay the claims and for indemnification, Case No. 21-11205</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">Late 2021</div>
      <div class="timeline-content">SPARTA begins paying claims tendered against pre-2007 policies through a third-party administrator, under a full reservation of rights</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 25, 2023</div>
      <div class="timeline-content">Prepetition Facility established with a $100 million commitment to fund the litigation, claim payments, and general operating expenses</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">September 30, 2025</div>
      <div class="timeline-content">Court grants summary judgment for SPARTA on two of its four claims, concluding the counterparty bore ultimate responsibility for the claims and leaving damages for further determination</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">April 2026</div>
      <div class="timeline-content">Confidential settlement in principle reached; SPARTA retains certain ongoing obligations to pay claims</div>
    </div>
  </div>
  <p>From inception to date, SPARTA has made approximately $114.3 million in claim handling and loss payments. One settlement within that figure is called out in the declaration. The Roman Catholic Church of the Archdiocese of New Orleans filed for Chapter 11 on May 1, 2020, and during that case the debtor and its tort claimants' committee asserted that SPARTA was obligated to satisfy claims arising under the legacy policies, with a liability demand at one point exceeding $360 million. SPARTA disputed any coverage obligation and settled for $21 million in exchange for a complete buyback and release of the policy.</p>
  <p>The settlement in principle with the counterparty is favorable but constrained in a way that matters to creditors of the parent. Amounts paid to SPARTA are expected to remain available exclusively to SPARTA as part of the ongoing regulatory capital requirements imposed by the Connecticut Insurance Commissioner, subject to specified release conditions. The litigation recovery does not flow up to the estates on any timetable the declaration identifies.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>Cash Down the Chain, Subordinated Paper Back Up</h2>
  </div>
  <p>The mechanics of how the borrowed money reached the operating subsidiary explain why the holding companies are the entities in Chapter 11. Alea Holdings drew on the Prepetition Facility and on-lent approximately $134.9 million to SPARTA. In exchange, SPARTA issued a series of surplus notes totaling approximately $179.0 million including contractual interest, maturing on varying dates in 2033 and 2034.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Amount On-Lent to SPARTA</div>
      <div class="stat-value">$134.9M</div>
      <div class="stat-detail">Funded through draws on the Prepetition Facility</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Surplus Notes Issued</div>
      <div class="stat-value">$179.0M</div>
      <div class="stat-detail">Including contractual interest; maturities in 2033 and 2034</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Claim Payments by SPARTA</div>
      <div class="stat-value">$114.3M</div>
      <div class="stat-detail">Claim handling and loss payments from inception to date</div>
    </div>
  </div>
  <p>Surplus notes are subordinated instruments, and the declaration is explicit that these rank behind claims by policyholders, claimants, and beneficiaries. Repayment requires regulatory approval. So the largest asset the estates hold against the largest use of borrowed funds is a long-dated, deeply subordinated, regulator-gated receivable maturing seven to eight years after the proposed effective date. That is a substantial part of why the sale proceeds from the two other insurance subsidiaries, rather than the SPARTA position, are identified as the primary source of recovery for impaired creditors.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>The TruPS: Deferral, a Ten-Cent Tender, and a Demand Letter</h2>
  </div>
  <p>Interest was paid on the debentures from 2004 through 2023 in an approximate aggregate amount of $84 million. During 2023, Alea Holdings exercised its contractual right to defer, notifying the trustees of an intention to defer interest payments for up to twenty consecutive quarters, which runs through as late as May 2028. The instrument permits this. Holders have no acceleration right and cannot call the securities before maturity.</p>
  <p>In 2024, the affiliate lender launched a tender offer for the securities at $10 per $100 of principal. Holders tendered $10 million of principal amount, acquired for $1 million, and the declaration states those securities are still held by the lender. That is the same entity that holds the first lien on all of the Debtors' assets and that would provide the postpetition facility.</p>
  <p>In February 2025, the Debtors received a letter from Hildene Capital Management, LLC and its affiliates, through counsel, purporting to speak on behalf of certain holders. The letter alleged various claims and threatened litigation, which the Debtors disputed. Letters were exchanged through 2025, and the first of a series of education and negotiation sessions between the Debtors' counsel and Chief Restructuring Officer and the holder group's counsel occurred in December 2025. Negotiations that the declaration describes as spanning nearly eighteen months produced the restructuring support agreement, supported by Hildene as the direct holder or manager of $60 million in claims.</p>
  <p>One detail shapes everything about the solicitation. The declaration states that, given the nature of the claims, the Debtors do not know the identity of any other direct holder, and that all communication runs through the indenture trustee and the Depository Trust Company. You cannot negotiate with counterparties you cannot identify, and you cannot chase a non-response you cannot attribute.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>The Restructuring Support Agreement and the 100 Percent Problem</h2>
  </div>
  <p>The restructuring support agreement, dated June 8, 2026 among the Debtors, Hildene, and the Prepetition Facility Lender, sets out a two-path construct. If 100 percent of the trust preferred securities were tendered in an out-of-court exchange, holders would receive $25 million. If that threshold was not met, Hildene would vote in favor of a Chapter 11 plan providing a $20 million cash pool for holders, with the Prepetition Facility Lender waiving any right to a distribution from the pool on account of the securities it holds and that distribution reallocated pro rata to the other holders. In either path, holders provide full and complete releases to the Debtors, the lender, and their respective related parties, by tendering in or through an opt-out mechanism under the plan.</p>
  <p>The tender offer launched on June 11, 2026. Hildene and the Prepetition Facility Lender tendered, together representing approximately 60 percent of the securities. The declaration states that no holder raised any opposition to the offer. The remaining holders did not respond, and participation fell short of the threshold.</p>
  <div class="gauge-row">
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#2C4146" stroke-width="10" stroke-dasharray="188.5 125.7" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="55" text-anchor="middle" font-size="13" font-weight="700" fill="#2C4146">60%</text>
        <text x="60" y="70" text-anchor="middle" font-size="9" fill="#6B8A91">Tendered</text>
      </svg>
      <div class="gauge-label">Tender participation against a 100% condition</div>
      <div class="gauge-value" style="font-size:16px;">Approximately 60% / 40%</div>
    </div>
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#FD7250" stroke-width="10" stroke-dasharray="52.5 261.7" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="55" text-anchor="middle" font-size="13" font-weight="700" fill="#2C4146">16.7%</text>
        <text x="60" y="70" text-anchor="middle" font-size="9" fill="#6B8A91">Of principal</text>
      </svg>
      <div class="gauge-label">$20M pool against $120M original principal</div>
      <div class="gauge-value" style="font-size:16px;">Approximately 16.7 cents</div>
    </div>
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#2C4146" stroke-width="10" stroke-dasharray="217.4 96.8" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#FD7250" stroke-width="10" stroke-dasharray="96.8 217.4" stroke-dashoffset="-217.4" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="55" text-anchor="middle" font-size="12" font-weight="700" fill="#2C4146">69 / 31</text>
        <text x="60" y="70" text-anchor="middle" font-size="9" fill="#6B8A91">Prin. / Interest</text>
      </svg>
      <div class="gauge-label">Composition of the $231.0M facility balance</div>
      <div class="gauge-value" style="font-size:16px;">$159.9M / $71.2M</div>
    </div>
  </div>
  <div class="callout">
    <h4>Reading the Pool Against the Paper</h4>
    <p>The following figures are arithmetic derived from amounts stated in the declaration and do not appear in it. The proposed $20 million pool equals approximately 16.7 percent of the $120 million of original principal. If the lender's $10 million of principal is excluded from the distribution as the restructuring support agreement contemplates, the pool covers approximately 18.2 percent of the remaining $110 million. The failed out-of-court alternative of $25 million would have equaled approximately 20.8 percent of original principal.</p>
    <p>All three measure principal only. The claims also include interest deferred since 2023, which the declaration does not quantify, so the effective recovery on total claim amount would be lower. For comparison, the 2024 tender by the affiliate lender was priced at 10 percent of principal.</p>
  </div>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>Liquidity: Cash Collateral and a $35 Million Backstop</h2>
  </div>
  <p>The Debtors maintain three bank accounts. Alea Group Holdings holds approximately $7,300 of unrestricted cash in its operating account at US Customers Bank. Alea Holdings holds approximately $3.1 million at Bank of America in an account subject to a deposit account control agreement in favor of the lender. The third account, also at Bank of America and also subject to a control agreement, holds $0 and is designated to receive the proceeds of the subsidiary sales. An escrow account at Western Alliance Bank has been established as the carve-out account under the proposed financing orders.</p>
  <p>The declaration states that all of the obligors' cash constitutes the lender's collateral, that the Debtors have no revenue or other access to cash, and that they have no unencumbered assets. The lender consented to the use of cash collateral on terms that include compliance with a weekly budget and swift progression of the cases. Adequate protection would come through replacement liens, superpriority administrative expense claims, payment of certain fees and expenses, and information and budget-compliance covenants. Based on anticipated cash needs, the Debtors expect cash on hand to fund the interim period without additional borrowing.</p>
  <p>The postpetition facility is framed as a backstop rather than an operating need. The Debtors seek authority to access up to $35 million of additional capacity under the existing Prepetition Facility, available upon entry of a final order. The stated purpose is to fund plan distributions and absorb unexpected case costs or timing delays in the sale transactions. If the subsidiary sales close, the proceeds would fund the $20 million pool instead.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Liquidity Element</th>
        <th>Amount</th>
        <th>Status</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Unrestricted cash</td>
        <td>Approximately $7,300</td>
        <td>Operating account at US Customers Bank</td>
      </tr>
      <tr>
        <td class="metric-label">Cash subject to control agreement</td>
        <td>Approximately $3.1 million</td>
        <td>Lender's collateral; use requires consensual cash collateral authority</td>
      </tr>
      <tr>
        <td class="metric-label">Sale proceeds account</td>
        <td>$0</td>
        <td>To be funded on closing of the subsidiary sales, subject to Court approval</td>
      </tr>
      <tr>
        <td class="metric-label">Postpetition facility</td>
        <td>Up to $35 million</td>
        <td>Available only upon entry of a final financing order</td>
      </tr>
      <tr>
        <td class="metric-label">Monthly bank fees</td>
        <td>Approximately $1,980</td>
        <td>Associated with the deposit account control agreements</td>
      </tr>
    </tbody>
  </table>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section X</div>
    <h2>The Affiliate Record the Declaration Builds</h2>
  </div>
  <p>Because the lender on both sides of the petition date is an affiliate of the ultimate parent, the declaration devotes substantial attention to establishing the arm's-length character of the arrangements. That record is worth cataloging, because it is the record any objecting party would test.</p>
  <p>On the prepetition facility, the declaration states that Alea Holdings obtained a third-party fairness opinion before entry concluding that the terms were consistent with an arm's-length commercial lending relationship, that there is no overlap between the management of the lender and that of the Debtors, that the lender was separately represented by its own counsel, and that the parties negotiated through their advisors on an arm's-length basis throughout.</p>
  <p>On governance, each Debtor appointed an independent director on July 24, 2025 and established a special committee comprised solely of that director to review strategic options and to investigate, evaluate, and settle or prosecute potential causes of action. With separate outside counsel, the independent director conducted an investigation that included review of thousands of pages of documents and interviews of key individuals, participated in board meetings since appointment, and recommended and approved entry into the restructuring support agreement, the launch of the tender offer, and the commencement of the cases.</p>
  <p>On the postpetition facility, the declaration states that the Debtors canvassed alternative financing sources before filing and that none offered an actionable proposal or comparable terms. It attributes that outcome to three conditions: substantially all assets are already encumbered, including the stock and proceeds of the three insurance subsidiaries; the cash needs are relatively small; and the recovery prospects are uncertain and relatively defined. It also identifies a term the declaration says no third-party lender offered or would be expected to offer, which is the lender's agreement that the postpetition facility receives the same treatment as the prepetition facility under the plan and need not be repaid in full in cash on the effective date.</p>
  <p>Operations run on affiliate paper as well. Alea Holdings obtains personnel, tax, and audit services from Catalina U.S. Insurance Services LLC under an administrative service agreement, billed at cost, with intercompany transactions tracked through the group's general ledger and enterprise resource planning system and receivables and payables generally settled annually. The Debtors seek administrative expense status for postpetition intercompany transactions so that no Debtor funds another entity's operations at the expense of its own creditors.</p>
  <div class="callout">
    <h4>Where the Value Sits Relative to the Court</h4>
    <p>The recovery for impaired creditors depends on closing two private sales of regulated insurance subsidiaries. Both require insurance regulatory approval in addition to Court approval, and the declaration states that the marketing processes ran for several years against a backdrop of regulatory considerations that limited the range of viable structures. The Court can approve the sales. It does not control the approvals that let them close.</p>
  </div>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section XI</div>
    <h2>First Day Relief and the Proposed Schedule</h2>
  </div>
  <p>The declaration notes that the Debtors' limited operations produce a correspondingly limited first day package: one operational motion alongside several standard procedural motions, plus cash collateral and conditional disclosure statement relief. The Debtors do not anticipate needing additional relief and do not anticipate the appointment of an unsecured creditors' committee, which follows from the statement that there are no other third-party general unsecured claims, all other services having been provided by advisors who have been paid in full or by affiliates.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Relief Requested</th>
        <th>Nature</th>
        <th>Notable Terms</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Complex case designation</td>
        <td>Notice</td>
        <td>Based on total debt exceeding $10 million</td>
      </tr>
      <tr>
        <td class="metric-label">Joint administration</td>
        <td>Procedural</td>
        <td>Three Debtors administered under one docket</td>
      </tr>
      <tr>
        <td class="metric-label">Claims agent retention</td>
        <td>Procedural</td>
        <td>Omni Agent Solutions, Inc. as claims, noticing, and solicitation agent</td>
      </tr>
      <tr>
        <td class="metric-label">Creditor matrix</td>
        <td>Procedural</td>
        <td>Consolidated matrix and top thirty creditors list; redaction of individual home addresses and of personal data of natural persons in the United Kingdom and European Economic Area</td>
      </tr>
      <tr>
        <td class="metric-label">Omnibus operational relief</td>
        <td>Operational</td>
        <td>Bank accounts, books and records, intercompany transactions with administrative expense status, prepetition taxes and fees, and a comfort order for the insurance subsidiaries</td>
      </tr>
      <tr>
        <td class="metric-label">Conditional disclosure statement and solicitation procedures</td>
        <td>Plan process</td>
        <td>Combined hearing scheduled; conditional approval of the disclosure statement; conditional waiver of Rule 2015.3 reporting</td>
      </tr>
      <tr>
        <td class="metric-label">Bar date</td>
        <td>Claims process</td>
        <td>General bar date of August 26, 2026, set before the voting deadline</td>
      </tr>
      <tr>
        <td class="metric-label">Cash collateral and postpetition financing</td>
        <td>Financing</td>
        <td>Interim cash collateral use; up to $35 million postpetition on a final basis; adequate protection package; stay modification</td>
      </tr>
      <tr>
        <td class="metric-label">Private sale motion</td>
        <td>Second day</td>
        <td>Sale of the two subsidiaries' equity free and clear, filed with a related sealing motion given confidentiality obligations</td>
      </tr>
    </tbody>
  </table>
  <p>The proposed schedule compresses solicitation, the bar date, and confirmation into roughly seven weeks.</p>
  <div class="timeline">
    <div class="timeline-item">
      <div class="timeline-date">July 19, 2026</div>
      <div class="timeline-content">Petition Date; plan and disclosure statement filed concurrently</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 20, 2026</div>
      <div class="timeline-content">First day hearing on interim orders, the bar date order, and the conditional disclosure statement and solicitation procedures order</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">July 23, 2026</div>
      <div class="timeline-content">Targeted mailing of the bar date notice and commencement of solicitation</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">August 13, 2026</div>
      <div class="timeline-content">Targeted second day hearing on the final financing order and the private sale motion</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">August 26, 2026</div>
      <div class="timeline-content">General bar date</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">September 2, 2026</div>
      <div class="timeline-content">Voting and opt-out deadline; deadline to object to the plan and to final approval of the disclosure statement</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">September 10, 2026</div>
      <div class="timeline-content">Combined hearing on plan confirmation and final approval of the disclosure statement</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">By end of Q3 2026</div>
      <div class="timeline-content">Anticipated effective date</div>
    </div>
  </div>
  <p>The targeted effective date leaves approximately twenty days between the combined hearing and the end of the third quarter. The declaration states that the milestones were a condition to the postpetition lender's commitment, were themselves negotiated at arm's length, and afford sufficient time to pursue confirmation and to consummate the sales.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section XII</div>
    <h2>What to Watch</h2>
  </div>
  <p>Nothing in the first day record is a ruling. Objection deadlines have not run, the disclosure statement is only conditionally approved at this stage, the plan may be amended, and confirmation is not assured. Several items in the declaration will determine how the case actually resolves.</p>
  <p>Whether the sales close on the assumed schedule is the first. Recovery for impaired creditors is tied to proceeds from two regulated insurers, and closing requires insurance regulatory approval in addition to entry of the sale order. The postpetition facility exists in part to cover the timing risk if they slip.</p>
  <p>Second is how the releases fare. The restructuring support agreement contemplates full and complete releases in favor of the Debtors and the affiliate lender, delivered by holders through an opt-out mechanism. Those holders are the same population that did not respond to a tender offer, which is the reason the case exists. The record supporting the releases is the independent director's investigation, the fairness opinion, and the arm's-length negotiation history the declaration lays out.</p>
  <p>Third is the treatment of the secured claim itself. The declaration describes the lender's claims as being addressed through some combination of cash repayment, replacement debt, reinstatement, and equity conversion or capital contribution, without specifying the mix. On $231.0 million of stated claims against a debtor group whose principal assets are equity in three insurers and a subordinated intercompany note, that allocation is where the economics of the plan get resolved.</p>
  <p>Fourth is the completeness of the record on the affiliate transactions. Alea Holdings and FIN Alea redomiciled to Texas in September 2025, and the cases were filed in the Southern District of Texas in July 2026. The declaration presents the fairness opinion, the absence of management overlap, the separate representation of each side, and the independent director's investigation as the support for the prepetition and postpetition affiliate arrangements. Whether that support is tested, and by whom, depends on which parties appear before the September 2 objection deadline.</p>
</section>
<footer class="report-footer">
  <div class="container">
    <div class="footer-brand"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This report analyzes the Declaration of the Chief Restructuring Officer in Support of the Debtors' Chapter 11 Petitions and First Day Pleadings, filed July 19, 2026 as Docket No. 11 in In re Alea Holdings US Company, et al., Case No. 26-90714 (CML), pending in the United States Bankruptcy Court for the Southern District of Texas, Houston Division. All figures, dates, and characterizations are drawn from that 37-page declaration and its exhibits unless otherwise noted. Where this report presents arithmetic derived from stated figures rather than figures appearing in the declaration, that derivation is identified as such. The plan, disclosure statement, financing motion, and private sale motion described in the declaration were not independently reviewed for this report.</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
    <p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
    <p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
  </div>
</footer>
</body>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/simply-interior-homes-a-liquidating-plan-that-turns-on-preserved-litigation-claims</id>
    <published>2026-07-26T22:37:14-05:00</published>
    <updated>2026-07-26T22:37:20-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/simply-interior-homes-a-liquidating-plan-that-turns-on-preserved-litigation-claims" rel="alternate" type="text/html"/>
    <title>Simply Interior Homes: A Liquidating Plan That Turns on Preserved Litigation Claims</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p><span>The combined disclosure statement and plan filed in the District of Delaware projects "Unknown" recoveries for all three voting classes and states that retained causes of action constitute the majority of the liquidating trust assets</span></p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/simply-interior-homes-a-liquidating-plan-that-turns-on-preserved-litigation-claims">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<body>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Simply Interior Homes: A Liquidating Plan That Turns on Preserved Litigation Claims | Stretto Intelligence</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap" rel="stylesheet">
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
/* --- HEADER --- */
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 800px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 700px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
  flex-wrap: wrap;
}
/* --- LAYOUT --- */
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
/* --- SECTION HEADERS --- */
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
p { margin-bottom: 18px; line-height: 1.75; }
/* --- STAT CARDS --- */
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.2;
}
.stat-card .stat-detail { font-size: 13px; color: var(--light-slate); margin-top: 4px; }
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
/* --- COMPARISON TABLES --- */
table.comparison {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-size: 15px;
}
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--light-gray);
  vertical-align: top;
}
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
/* --- BAR CHARTS --- */
.bar-chart { margin: 30px 0; padding: 30px; background: var(--fine-gray); border-radius: 8px; }
.bar-chart-title { font-size: 16px; font-weight: 500; color: var(--dark-slate); margin-bottom: 25px; }
.bar-group { display: flex; align-items: center; margin-bottom: 16px; }
.bar-label {
  width: 190px;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-body);
  flex-shrink: 0;
  text-align: right;
  padding-right: 16px;
}
.bar-track {
  flex: 1;
  height: 32px;
  background: var(--light-gray);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.bar-fill {
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  transition: width 1s ease;
  white-space: nowrap;
}
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside {
  margin-left: 10px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-body);
  flex-shrink: 0;
  width: 90px;
}
/* --- CALLOUT BOXES --- */
.callout {
  background: var(--dark-slate);
  color: var(--white);
  padding: 35px 40px;
  border-radius: 8px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.callout::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--accent-orange);
}
.callout h4 {
  color: var(--accent-orange);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: 500;
}
.callout p { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.7; margin: 0; }
.callout .callout-stat {
  font-size: 48px;
  font-weight: 700;
  color: var(--accent-orange);
  display: block;
  margin-bottom: 8px;
}
/* --- TIMELINES --- */
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--medium-gray);
}
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before {
  content: '';
  position: absolute;
  left: -26px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent-orange);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--accent-orange);
}
.timeline-item.muted::before {
  background: var(--light-slate);
  box-shadow: 0 0 0 2px var(--light-slate);
}
.timeline-date { font-size: 13px; font-weight: 500; color: var(--accent-orange); letter-spacing: 0.5px; }
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
/* --- SPLIT COMPARISON PANELS --- */
.split-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 40px 0;
  border-radius: 8px;
  overflow: hidden;
}
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 40px; font-weight: 700; margin-bottom: 5px; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; }
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 18px; font-weight: 500; }
/* --- SVG GAUGE GRAPHICS --- */
.gauge-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  margin: 40px 0;
}
.gauge-card { text-align: center; padding: 30px 20px; background: var(--fine-gray); border-radius: 8px; }
.gauge-card svg { width: 120px; height: 120px; }
.gauge-card .gauge-label { font-size: 13px; color: var(--light-slate); margin-top: 12px; font-weight: 400; }
.gauge-card .gauge-value { font-size: 28px; font-weight: 700; color: var(--dark-slate); margin-top: 4px; }
/* --- FOOTER --- */
.report-footer {
  background: var(--dark-slate);
  color: rgba(255,255,255,0.5);
  padding: 50px 40px;
  margin-top: 80px;
  font-size: 13px;
  line-height: 1.7;
}
.report-footer .footer-brand {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
  .bar-label { width: 110px; }
}
</style>
<header class="report-header">
  <div class="header-top">
    <div class="brand-mark"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <div class="report-type">Special Report</div>
  </div>
  <div class="header-content">
    <h1>Simply Interior Homes: A Liquidating Plan That Turns on <span class="highlight">Preserved Litigation Claims</span>
</h1>
    <p class="header-subtitle">The combined disclosure statement and plan filed in the District of Delaware projects "Unknown" recoveries for all three voting classes and states that retained causes of action, including claims against the equity sponsor and its affiliates, constitute the majority of the liquidating trust assets.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>July 2026</span>
      <span>Analysis of the 73-page Combined Disclosure Statement and Plan at Docket No. 265</span>
    </div>
  </div>
</header>
<!-- ==================== SECTION I ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>What Was Filed</h2>
  </div>
  <p>On July 20, 2026, Simply Interior Homes, LLC and six affiliated debtors filed a Combined Disclosure Statement and Chapter 11 Plan of Liquidation in the United States Bankruptcy Court for the District of Delaware at Docket No. 265. The filing came 42 days after the June 8, 2026 petition date, before the qualified bid deadline had passed and before any auction was held.</p>
  <p>The structure is familiar. Substantially all assets are being marketed for sale and liquidated, remaining assets vest in a liquidating trust on the effective date, and a liquidating trustee distributes proceeds through a waterfall. What makes this plan worth reading closely is what sits inside the trust. The plan states that the retained causes of action and related rights constitute the majority of the liquidating trust assets, and it identifies the targets of those claims by name in a defined term: Non-Released Party. That definition captures the debtors' equity sponsor, two of its affiliated funds, a related noteholder entity, two individuals, and the seller entity under the Membership Interest Purchase Agreement.</p>
  <p>Projected recoveries for Classes 3, 4, and 5, the three classes entitled to vote, are all listed as "Unknown." The plan explains why in a footnote to the classification table: actual recoveries depend on the ultimate litigation, settlement, or other monetization of the retained causes of action, and that value is described as inherently unknowable and speculative. No value has been ascribed to those claims anywhere in the document.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Petition Date</div>
      <div class="stat-value">June 8, 2026</div>
      <div class="stat-detail">Case No. 26-10922 (CTG), jointly administered</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Cash on Hand at Filing</div>
      <div class="stat-value">$293,459</div>
      <div class="stat-detail">Majority reserved for employee obligations</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Employees at Filing</div>
      <div class="stat-value">27</div>
      <div class="stat-detail">Rock Hill, South Carolina, plus showroom and sourcing</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Projected Recovery, Classes 3, 4 and 5</div>
      <div class="stat-value">Unknown</div>
      <div class="stat-detail">Dependent on retained causes of action</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION II ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section II</div>
    <h2>The Carve-Out That Created the Debtors</h2>
  </div>
  <p>The debtors were formed in early 2025 through a carve-out of the soft goods business divisions from Keeco, LLC, a portfolio company of Centre Lane Partners. Keeco supplied both utility bedding and soft goods. The sponsor had scaled Keeco over roughly five years through acquisitions focused on utility bedding, and those acquisitions brought along soft goods categories that the disclosure statement describes as not synergistic with the manufacturing-focused utility bedding platform. The carve-out separated the two.</p>
  <p>The transaction was structured in two steps. The collateral agent under Keeco's then-defaulted term loan facility conducted a partial strict foreclosure under Article 9 of the Uniform Commercial Code on collateral associated with the soft goods division and transferred that collateral to entities designated by the sponsor. The parties then completed the separation through a Membership Interest Purchase Agreement among the debtor purchaser entity, Live Comfortably Borrower LLC as seller, and the operating debtor as the company. Keeco rebranded as Live Comfortably and retained the utility bedding business.</p>
  <p>The transaction was originally expected to close in late October 2024. It closed on February 21, 2025, approximately four months late. That delay is not a footnote in the debtors' account of what went wrong. It is the first link in the chain.</p>
  <p>Because of the delay, the sponsor pre-funded a portion of the purchase price and released inventory, which the disclosure statement states enabled Live Comfortably to recognize approximately $21 million of revenue from the soft goods business for January and February 2025, before the debtors existed as an operating company. The revenue was recognized by the seller. The corresponding payables came to the debtors.</p>
  <div class="callout">
    <h4>Structural Observation</h4>
    <p>The debtors did not lose money and then fail. According to the disclosure statement, they began operations with no cash on hand, roughly $20 million less inventory than projected, and roughly $7 million more accounts payable than projected. The plan describes the resulting position as fundamental deficits from which the debtors operated for more than a year but from which they were never able to fully recover.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION III ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>Projection Versus Delivery on the Opening Balance Sheet</h2>
  </div>
  <p>The disclosure statement sets out the sponsor's projections for the standalone company alongside what the debtors say they actually received at closing. It also notes that the projections were relied upon by the debtors' prospective lenders to underwrite the financing.</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">Projected</div>
      <div class="panel-label">Sponsor Projections at Carve-Out</div>
      <div class="split-item">
        <div class="item-label">Cash at Commencement</div>
        <div class="item-value">$5 million</div>
      </div>
      <div class="split-item">
        <div class="item-label">Finished Goods Inventory</div>
        <div class="item-value">Approximately $49 million</div>
      </div>
      <div class="split-item">
        <div class="item-label">Accounts Payable Assumed</div>
        <div class="item-value">Approximately $25 million</div>
      </div>
      <div class="split-item">
        <div class="item-label">2025 Revenue Plan</div>
        <div class="item-value" style="color: var(--accent-orange);">$185 million</div>
      </div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">Actual</div>
      <div class="panel-label">As Described in the Disclosure Statement</div>
      <div class="split-item">
        <div class="item-label">Cash at Commencement</div>
        <div class="item-value">None</div>
      </div>
      <div class="split-item">
        <div class="item-label">Inventory Received</div>
        <div class="item-value">Approximately $29 million</div>
      </div>
      <div class="split-item">
        <div class="item-label">Accounts Payable Assumed</div>
        <div class="item-value">Approximately $32 million</div>
      </div>
      <div class="split-item">
        <div class="item-label">FY 2025 Gross Revenue</div>
        <div class="item-value" style="color: var(--accent-orange);">Approximately $84.7 million</div>
      </div>
    </div>
  </div>
  <p>The disclosure statement states that the debtors started with no cash on hand, though they did draw on the prepetition revolving facility. Of the approximately $29 million of inventory delivered, it states that approximately $22 million consisted of excess and obsolete inventory. The usable inventory position was therefore a fraction of the roughly $49 million of finished goods the sponsor had projected. Management revised the 2025 revenue plan from $185 million down to $86 million. Actual fiscal year 2025 gross revenue came in at approximately $84.7 million with approximately $3.4 million of adjusted EBITDA.</p>
  <div class="bar-chart">
    <div class="bar-chart-title">2025 Revenue: Original Plan, Revised Plan, and Actual Result</div>
    <div class="bar-group">
      <div class="bar-label">Original 2025 plan</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 100%;">$185.0M</div></div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Revised 2025 plan</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 46.5%;">$86.0M</div></div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">FY 2025 actual</div>
      <div class="bar-track"><div class="bar-fill orange" style="width: 45.8%;">$84.7M</div></div>
      <div class="bar-value-outside"></div>
    </div>
  </div>
  <p>The operational consequence followed the inventory position. On the first day of operations, fill rates were approximately 30 to 40 percent for most product categories against the 95 percent or greater that the debtors' retail partners expected. The disclosure statement states that the debtors lost material sales programs with certain major customers as a direct consequence, including Wal-Mart. A sales and operations planning process rebounded fill rates to over 90 percent by the fourth quarter of 2025, but certain programs were not recommenced.</p>
  <p>Reciprocal tariffs took effect on April 15, 2025 and further reduced margins. The disclosure statement states that the sponsor directed the debtors to forgo passing tariff cost increases on to customers based on the sponsor's expectation that it would secure an exemption from all applicable tariffs, and that the sponsor provided limited financial support to address the tariff impact. By the petition date, the debtors had gone more than twelve weeks without making material payments to suppliers, including customs and duties, and service providers and customs brokers were holding inventory at ports and in transit.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IV ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>The Transition Services Agreement and the Cash Collection Problem</h2>
  </div>
  <p>A carve-out debtor that depends on the seller for back-office services is not unusual. What the disclosure statement describes here goes further. The debtors had no independent information technology systems at formation. The services provided under the transition services agreement span corporate information technology, finance and accounting including accounts receivable and treasury, human resources and payroll, operations support including customs bond access and distribution center access, and sales and marketing support including demand planning and merchandising. The disclosure statement states that the agreement was negotiated by the sponsor and Live Comfortably's leadership in 2024, before the debtors' management team was hired.</p>
  <p>The dependency extended to cash. Delays in updating the debtors' formal name change with the Internal Revenue Service left the debtors unable to establish new vendor accounts with certain major customers, so customer remittances continued to flow to Live Comfortably throughout 2025 and into 2026. From January to May 2026, the debtors' customers remitted more than 75 percent of the debtors' collections to Live Comfortably's bank accounts, in amounts ranging from $300,000 to $1.5 million per week.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Trailing Annual TSA Charges</div>
      <div class="stat-value">$2.5M+</div>
      <div class="stat-detail">As characterized in the disclosure statement</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Collections Routed to Counterparty</div>
      <div class="stat-value">75%+</div>
      <div class="stat-detail">January to May 2026</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Asserted TSA Breach Amount</div>
      <div class="stat-value">$5.1M</div>
      <div class="stat-detail">Notice delivered April 28, 2026, disputed</div>
    </div>
  </div>
  <p>On April 28, 2026, Live Comfortably delivered a formal notice of breach asserting that the debtors had failed to pay approximately $5.1 million for transition services, and reserved the right to terminate the agreement and suspend services. The debtors dispute that characterization and have demanded a comprehensive reconciliation, including a full accounting of historical wrong-pockets payments received on the debtors' behalf and all setoffs applied. The reconciliation has not been completed. The disclosure statement states the debtors' belief that Live Comfortably, at the direction of the sponsor, may have inappropriately set off a significant amount of cash collections rightly belonging to the debtors.</p>
  <p>The threatened termination is what forced the timing. Losing the services would have shut down substantially all of the debtors' back-office operations and would likely have triggered an event of default under the prepetition credit facility. The plan reflects that the dispute remains live: rather than assuming or rejecting the agreement on the effective date along with every other executory contract, the plan gives the post-effective date debtors and the liquidating trustee up to 180 days from the effective date to decide, with automatic rejection if no cure notice is served within that window.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION V ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>Capital Structure and the Sponsor Paper</h2>
  </div>
  <p>Three layers sit on the balance sheet, and the second and third are where the litigation lives.</p>
  <p>The first layer is the prepetition credit facility, a revolving facility with $30,000,000 of aggregate commitments maturing February 21, 2029 and secured by a first-priority lien on substantially all assets. As of the petition date, the debtors were obligors for not less than $17,916,002.34 plus accrued interest, fees, and expenses.</p>
  <p>The second layer is the subordinated sponsor secured notes. Two promissory notes dated February 8, 2024 were issued in favor of two sponsor-affiliated funds, in original principal amounts of $5,000,000 and $42,000,000. Each accrues interest at 12 percent per annum, compounded annually, with interest capitalized and added to principal. As of the petition date, the smaller note carried a total outstanding balance of $7,954,818 and the larger carried $61,680,012, for a combined $69,634,830 against $47,000,000 of combined original principal. Both are purportedly secured by second-priority liens granted under second lien security agreements dated February 21, 2025, and both are subordinated in right of payment and lien priority to the prepetition credit facility under a subordination and intercreditor agreement. The word "purportedly" is the disclosure statement's own.</p>
  <div class="bar-chart">
    <div class="bar-chart-title">Prepetition Obligations as Described in the Disclosure Statement</div>
    <div class="bar-group">
      <div class="bar-label">Larger sponsor note</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 100%;">$61.7M</div></div>
      <div class="bar-value-outside">Second lien</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Scheduled unsecured</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 72.9%;">Approx. $45M</div></div>
      <div class="bar-value-outside">Per Schedules</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Prepetition facility</div>
      <div class="bar-track"><div class="bar-fill orange" style="width: 29.0%;">$17.9M</div></div>
      <div class="bar-value-outside">First lien</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">11th Lane note</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 27.6%;">$17.0M</div></div>
      <div class="bar-value-outside">Unsecured</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Smaller sponsor note</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 12.9%;">$8.0M</div></div>
      <div class="bar-value-outside">Second lien</div>
    </div>
  </div>
  <p>The third layer is the 11th Lane Unsecured Note, dated September 13, 2024, in an original principal amount of $17,000,000 and issued in favor of a sponsor affiliate. It is unsecured, and although papered as a promissory note, it is not reflected as a debt obligation on the debtors' balance sheet. The amounts advanced are carried on the books as an equity contribution.</p>
  <p>The disclosure statement identifies two concerns with that note. First, the debtors are not in possession of any duly executed copy of the note or any amendment to it. Second, the debtors are in possession of an unsigned amendment dated November 26, 2025 alleging that one of the sponsor funds paid $1,952,362 to the noteholder on behalf of the debtor purchaser entity, reducing the note obligations from $17,000,000 to $15,047,638. The disclosure statement states the debtors' belief that the amounts ostensibly paid down were then added to the secured note held by that same fund, converting an equity investment into a secured debt obligation without the debtors' consent and with no consideration to the debtors.</p>
  <div class="callout">
    <h4>Why the Characterization Matters</h4>
    <p>Every dollar of sponsor paper that is recharacterized, subordinated, or avoided is a dollar that moves down the waterfall and, in principle, toward general unsecured creditors. That is why Class 4 carries an estimated claim range of $0.00 to $69.6 million rather than a single figure, and why the plan conditions the treatment of subordinated sponsor note deficiency claims on the outcome of litigation. The range is not an estimating convention. It is the litigation outcome expressed as a number.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VI ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>The Proxy Exercise and the Change in Control</h2>
  </div>
  <p>Beginning in June 2025 and continuing through April 2026, the prepetition agent delivered notices asserting defaults and events of default under the credit agreement. The borrowing base was in an overadvance position, leaving the debtors with no available financing. Since December 2025, the prepetition lenders had been funding critical obligations such as payroll, lease payments, vendor payments, and payments to the third-party logistics provider in their permitted discretion, notwithstanding those defaults.</p>
  <p>On April 27, 2026, after what the disclosure statement describes as repeated refusal by the sponsor to provide requested liquidity and capital support, the agent delivered a Notice of Exercise of Proxy Rights. Acting as proxy and attorney-in-fact under the prepetition collateral documents, the agent adopted a written consent removing the non-debtor intermediate holding company as sole member of the debtor purchaser entity and appointing an independent manager vested with sole and exclusive decision-making authority.</p>
  <p>The sequence matters for how the plan is constructed. Newly constituted management, acting through replacement restructuring counsel, directed the sponsor and its affiliates to cease engaging with the debtors' customers, vendors, lenders, and other counterparties, and to cooperate with the transition, while demanding that the transition services counterparty continue performing. One day later, the notice of breach under the transition services agreement arrived. Six weeks after that, the cases were filed. The parties investigating the sponsor and the parties who removed the sponsor from control are aligned, and the plan's release architecture reflects that alignment.</p>
  <div class="timeline">
    <div class="timeline-item muted">
      <div class="timeline-date">February 8, 2024</div>
      <div class="timeline-content">Both subordinated sponsor secured notes originally issued.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">September 13, 2024</div>
      <div class="timeline-content">11th Lane Unsecured Note issued in original principal amount of $17,000,000.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">February 21, 2025</div>
      <div class="timeline-content">Carve-Out Transaction closes approximately four months late. Prepetition credit agreement, second lien security agreements, subordination and intercreditor agreement, and transition services agreement all executed. Debtors commence independent operations.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">April 15, 2025</div>
      <div class="timeline-content">Reciprocal tariffs take effect, further reducing margins.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">November 26, 2025</div>
      <div class="timeline-content">Date of the unsigned amendment to the 11th Lane Unsecured Note alleging a $1,952,362 paydown.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">April 27, 2026</div>
      <div class="timeline-content">Prepetition agent delivers Notice of Exercise of Proxy Rights and appoints an independent manager with sole decision-making authority.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">April 28, 2026</div>
      <div class="timeline-content">Transition services counterparty delivers formal notice of breach asserting approximately $5.1 million owed.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">June 8, 2026</div>
      <div class="timeline-content">Petition date. First day motions filed including the DIP motion, bidding procedures motion, and liquidation services agreement motion.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">June 18, 2026</div>
      <div class="timeline-content">U.S. Trustee appoints the Official Committee of Unsecured Creditors. Bar date motion filed.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">June 23, 2026</div>
      <div class="timeline-content">Bidding Procedures Order entered at Docket No. 111.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">June 30, 2026</div>
      <div class="timeline-content">Bar Date Order entered at Docket No. 162. Retention orders entered for restructuring co-counsel, the CRO provider, the sales agent, and the claims agent.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">July 1 and 2, 2026</div>
      <div class="timeline-content">Schedules filed. Final DIP Order entered at Docket No. 214. Final orders entered on cash management and liquidation services.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">July 13, 2026</div>
      <div class="timeline-content">Extended stalking horse designation deadline passes. No stalking horse bidder designated.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 20, 2026</div>
      <div class="timeline-content">Combined Disclosure Statement and Plan filed at Docket No. 265.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 27 and 29, 2026</div>
      <div class="timeline-content">Qualified bid deadline, then deadline to designate qualified bids or cancel the auction.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">August 10, 2026</div>
      <div class="timeline-content">General bar date at 5:00 p.m. Eastern. Governmental bar date follows on December 7, 2026.</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>The Sale Process</h2>
  </div>
  <p>The debtors ran a dual-track process. A liquidation consultant was retained prepetition, after soliciting proposals from four liquidation firms, to conduct liquidation sales of inventory, receivables, furniture, fixtures and equipment, and intellectual property. In parallel, a sales agent was engaged to market the business as a going concern and to conduct lender outreach for debtor in possession financing.</p>
  <p>The sales agent contacted approximately 200 parties, 65 strategic and 135 financial, sent marketing materials, established a data room, and offered advisor and management calls. The bidding procedures order set July 1, 2026 as the stalking horse designation deadline, subsequently extended by notice to July 13, 2026. No stalking horse bidder was designated.</p>
  <div class="gauge-row">
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#2C4146" stroke-width="10" stroke-dasharray="212.1 102.1" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#FD7250" stroke-width="10" stroke-dasharray="102.1 212.1" stroke-dashoffset="-212.1" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="55" text-anchor="middle" font-size="11" font-weight="700" fill="#2C4146">200</text>
        <text x="60" y="70" text-anchor="middle" font-size="9" fill="#6B8A91">parties</text>
      </svg>
      <div class="gauge-label">Marketing Outreach</div>
      <div class="gauge-value" style="font-size:16px;">135 financial / 65 strategic</div>
    </div>
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#FD7250" stroke-width="10" stroke-dasharray="0 314.16" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="55" text-anchor="middle" font-size="11" font-weight="700" fill="#2C4146">0</text>
        <text x="60" y="70" text-anchor="middle" font-size="9" fill="#6B8A91">designated</text>
      </svg>
      <div class="gauge-label">Stalking Horse Bidders</div>
      <div class="gauge-value" style="font-size:16px;">None as of filing</div>
    </div>
  </div>
  <p>The plan carries the consequence of that timing on its face. The definition of Asset Purchase Agreement leaves the date blank. The definition of Sale Order leaves the docket number blank. The wind-down DIP draw that will fund the wind-down account is stated as a bracketed placeholder. Exhibit A, the liquidation analysis that supports the best interests test under section 1129(a)(7), is marked "To Come." The plan asserts in the body text that the analysis reflects a greater distribution to creditors than a hypothetical chapter 7 liquidation would produce. The exhibit supporting that assertion has not yet been filed.</p>
  <p>The disclosure statement states that cash proceeds from a sale, if any, together with the liquidation process, will form the preliminary basis for distributions, augmented by monetization of other liquidating trust assets. The conditional phrasing is the debtors' own.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VIII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>Classification, Treatment, and the Waterfall</h2>
  </div>
  <p>The plan places all claims and interests other than administrative claims, professional fee claims, DIP facility claims, and priority tax claims into nine classes. Classes 3, 4, and 5 vote. Classes 1 and 2 are unimpaired and deemed to accept. Classes 6 through 9 receive nothing and are deemed to reject, and the debtors state that they will seek confirmation as to those classes under the cramdown provisions of section 1129(b)(2)(B).</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Class</th>
        <th>Estimated Amount</th>
        <th>Status</th>
        <th>Voting Rights</th>
        <th>Projected Recovery</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">1. Other Secured Claims</td>
        <td>$1.5 million</td>
        <td>Unimpaired</td>
        <td>Deemed to accept</td>
        <td class="change-positive">100%</td>
      </tr>
      <tr>
        <td class="metric-label">2. Priority Non-Tax Claims</td>
        <td><em>De minimis</em></td>
        <td>Unimpaired</td>
        <td>Deemed to accept</td>
        <td class="change-positive">100%</td>
      </tr>
      <tr>
        <td class="metric-label">3. Prepetition Secured Claims</td>
        <td>$7.9 million</td>
        <td>Impaired</td>
        <td>Entitled to vote</td>
        <td>Unknown</td>
      </tr>
      <tr>
        <td class="metric-label">4. Subordinated Sponsor Secured Note Claims</td>
        <td>$0.00 to $69.6 million</td>
        <td>Impaired</td>
        <td>Entitled to vote</td>
        <td>Unknown</td>
      </tr>
      <tr>
        <td class="metric-label">5. General Unsecured Claims</td>
        <td>$22.4 million to $122.5 million</td>
        <td>Impaired</td>
        <td>Entitled to vote</td>
        <td>Unknown</td>
      </tr>
      <tr>
        <td class="metric-label">6. Intercompany Claims</td>
        <td>Not applicable</td>
        <td>Impaired</td>
        <td>Deemed to reject</td>
        <td class="change-negative">0%</td>
      </tr>
      <tr>
        <td class="metric-label">7. Intercompany Interests</td>
        <td>Not applicable</td>
        <td>Impaired</td>
        <td>Deemed to reject</td>
        <td class="change-negative">0%</td>
      </tr>
      <tr>
        <td class="metric-label">8. 510(b) Claims</td>
        <td>Not applicable</td>
        <td>Impaired</td>
        <td>Deemed to reject</td>
        <td class="change-negative">0%</td>
      </tr>
      <tr>
        <td class="metric-label">9. Interests</td>
        <td>Not applicable</td>
        <td>Impaired</td>
        <td>Deemed to reject</td>
        <td class="change-negative">0%</td>
      </tr>
    </tbody>
  </table>
  <p>Each holder of an allowed claim in Classes 3, 4, and 5 receives a pro rata share of liquidating trust interests entitling the holder to a pro rata distribution of distributable value in accordance with the waterfall recovery. The waterfall runs in six steps: allowed administrative claims and allowed priority tax claims first, then allowed other secured claims, then allowed priority non-tax claims, then the allowed prepetition secured claim, then allowed subordinated sponsor secured note claims, and finally allowed general unsecured claims and allowed deficiency claims.</p>
  <p>Two figures in the table deserve a closer look before voting. The Class 3 estimate of $7.9 million sits well below the not less than $17,916,002.34 that the disclosure statement reports as outstanding under the prepetition credit facility at the petition date. The plan does not reconcile the two figures in its narrative sections, and a holder evaluating relative position in the waterfall will want to understand what accounts for the difference, including paydowns from liquidation proceeds during the case and the interaction between the prepetition facility and the DIP facility under the final DIP order.</p>
  <p>The Class 5 range spans just over $100 million. General Unsecured Claim is defined to include deficiency claims, and the plan provides that no subordinated sponsor note deficiency claim is counted in the aggregate amount of allowed general unsecured claims unless and until it has been finally determined by litigation or by a court-approved settlement. The general bar date of August 10, 2026 has not yet passed. Both variables cut in the same direction: the denominator against which each general unsecured creditor's pro rata share is calculated is not knowable today.</p>
  <div class="bar-chart">
    <div class="bar-chart-title">Estimated Claim Ranges in the Voting Classes</div>
    <div class="bar-group">
      <div class="bar-label">Class 5 high end</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 100%;">$122.5M</div></div>
      <div class="bar-value-outside">Unsecured</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Class 4 high end</div>
      <div class="bar-track"><div class="bar-fill orange" style="width: 56.8%;">$69.6M</div></div>
      <div class="bar-value-outside">Sponsor notes</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Class 5 low end</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 18.3%;">$22.4M</div></div>
      <div class="bar-value-outside">Unsecured</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Class 3</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 6.4%;">$7.9M</div></div>
      <div class="bar-value-outside">First lien</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Class 4 low end</div>
      <div class="bar-track"><div class="bar-fill orange" style="width: 0.8%;"> </div></div>
      <div class="bar-value-outside">$0.00</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IX ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>The Retained Causes of Action and the Non-Released Party Construct</h2>
  </div>
  <p>The plan's release architecture is built around a single defined term. Non-Released Party captures the equity sponsor, the noteholder affiliate, both sponsor funds holding the subordinated secured notes, two individuals, the seller entity under the Membership Interest Purchase Agreement, and the related parties of each of them other than the debtors. The definition then carves back in as released parties the independent manager, the chief restructuring officer, the debtors' professionals, and their related parties.</p>
  <p>Every protective provision in the plan is drafted to fail as to that group. Non-released parties are excluded from the exculpation. They are excluded from the debtor releases. They are excluded from the opt-in third party releases, with the plan stating for the avoidance of doubt that no releasing party is deemed to have released any claim against a non-released party. They are excluded from the injunction, and the plan adds that no non-released party may assert or invoke any injunction, release, exculpation, or other protection under the article to bar, limit, or impair the prosecution of any retained cause of action against it.</p>
  <p>The subject matter of the retained causes of action is identified in the body of the plan: the Carve-Out Transaction, transactions between the debtors and the transition services counterparty including the agreement itself, the subordinated sponsor secured notes, and the 11th Lane Unsecured Note. A non-exclusive schedule of retained causes of action will be filed with the plan supplement, in form and substance reasonably acceptable to the committee, seven days before the voting deadline.</p>
  <div class="callout">
    <h4>The Plan States the Proposition Directly</h4>
    <p>The disclosure statement states that the retained causes of action and related rights constitute the majority of the liquidating trust assets, and that it is expected that holders of allowed claims in Class 3 and Class 5 would not vote in favor of the plan absent the liquidating trust's express authority to pursue those claims. It describes that authority as fundamental to the implementation of the plan. Voting creditors are being asked to accept a plan whose value proposition is litigation against the debtors' own sponsor.</p>
  </div>
  <p>The governance follows the money. The liquidating trustee is selected by the committee with the consent of the debtors and the DIP lenders. The trust oversight board has three members, two appointed by the DIP secured parties and one by the committee, with the plan naming the DIP agent and one of the DIP lenders as the two appointing parties on the lender side. The trust succeeds to the debtors' and the committee's privileges, and the plan states that sharing privileged information with the trust, the trustee, or board members does not waive those privileges given the joint and successor interest in investigating and prosecuting the claims. The trust receives the benefit of section 108 tolling.</p>
  <p>The plan is candid about the risk. There is no guarantee that any retained cause of action will be prosecuted, no guarantee that any is viable as a matter of fact or law, and no guarantee that success would increase funds available for distribution. Expenses incurred investigating and prosecuting the claims may materially affect recoveries. No value has been ascribed to them.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION X ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section X</div>
    <h2>Releases, Exculpation, and the DIP Challenge Period</h2>
  </div>
  <p>Setting the non-released parties aside, the release package is conventional for a Delaware liquidating plan. The debtor releases run to the released parties and carve out claims determined by final order to have constituted fraud, gross negligence, or willful misconduct. The exculpation covers acts between the petition date and the effective date, subject to the same carve-out. The third party releases are opt-in only, requiring an affirmative election on a separate opt-in form circulated with the solicitation package. The plan does not discharge the debtors, consistent with section 1141(d)(3).</p>
  <p>One provision is worth flagging for creditors evaluating the lender side of the structure. The released party definition provides that the inclusion of the prepetition lenders, the prepetition agent, the DIP lenders, and the DIP agent, along with their related parties, is subject to and limited by the challenge period and related provisions in the final DIP order. If a challenge is timely commenced and results in a final order sustaining it in whole or in part, those parties are not released with respect to the claims and causes of action that were the subject of the successful challenge.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Provision</th>
        <th>Scope</th>
        <th>Carve-Outs</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Debtor Releases</td>
        <td>Debtors and estates release the released parties</td>
        <td>Fraud, gross negligence, willful misconduct; all non-released parties; all retained causes of action</td>
      </tr>
      <tr>
        <td class="metric-label">Third Party Releases</td>
        <td>Opt-in only, by affirmative election</td>
        <td>All non-released parties; all retained causes of action</td>
      </tr>
      <tr>
        <td class="metric-label">Exculpation</td>
        <td>Acts between petition date and effective date</td>
        <td>Fraud, gross negligence, willful misconduct; all non-released parties</td>
      </tr>
      <tr>
        <td class="metric-label">Injunction</td>
        <td>Bars actions against debtors, trustee, exculpated and released parties</td>
        <td>Retained causes of action; claims against non-released parties; enforcement of resulting judgments</td>
      </tr>
      <tr>
        <td class="metric-label">Lender Releases</td>
        <td>Prepetition and DIP agents and lenders and related parties</td>
        <td>Subject to the DIP order challenge period and any successful challenge</td>
      </tr>
      <tr>
        <td class="metric-label">Discharge</td>
        <td>None</td>
        <td>Liquidating plan; section 1141(d)(3) applies</td>
      </tr>
    </tbody>
  </table>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION XI ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section XI</div>
    <h2>Substantive Consolidation</h2>
  </div>
  <p>The plan seeks limited substantive consolidation of the seven debtors' estates solely for voting and distribution purposes. On the effective date, assets and liabilities would be treated as if merged for those purposes, each claim would be deemed a single claim against a single obligor, and intercompany guarantees would be eliminated and canceled. The plan states that the consolidation would not otherwise affect the debtors' legal and corporate structures.</p>
  <p>The plan applies the standard from <em>In re Owens Corning</em>, 419 F.3d 195 (3d Cir. 2005), which requires the proponent to prove either that prepetition the entities disregarded separateness so significantly that creditors relied on the breakdown of entity borders and treated them as one, or that postpetition their assets and liabilities are so scrambled that separating them is prohibitive and hurts all creditors.</p>
  <p>The debtors offer three supporting propositions: that many creditors effectively treated the debtors as a single entity prepetition, that the business was operated as an integrated enterprise as a practical matter, and that the nominal assets held by certain debtors combined with the expense of separate plans make consolidation beneficial to creditors.</p>
  <p>The second proposition is stated with a qualification that a party in interest may find useful. The plan says the debtors believe that while they did observe appropriate corporate formalities and separateness during the prepetition period, as a practical matter the business was operated as an integrated enterprise. <em>Owens Corning</em> treats mere administrative benefit as insufficient and characterizes consolidation as a rare remedy of last resort. Five of the seven debtors were formed for a transaction that never closed and, according to a footnote in the disclosure statement, never operated. Whether that fact supports consolidation or complicates it is a question the confirmation record will need to address.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION XII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section XII</div>
    <h2>What Remains Open</h2>
  </div>
  <p>This is a plan filed in advance of the events that will determine what it is worth. The confirmation hearing date, the objection deadline, the voting deadline, and the voting record date are all blank in the filed version, to be set by a solicitation procedures order on a motion filed contemporaneously with the plan. Interim approval of the disclosures for solicitation purposes and final approval at the combined hearing are both still ahead.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Open Item</th>
        <th>Status in the Filed Plan</th>
        <th>Why It Matters</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Liquidation Analysis (Exhibit A)</td>
        <td>Marked "To Come"</td>
        <td>Supports the best interests test under section 1129(a)(7)</td>
      </tr>
      <tr>
        <td class="metric-label">Sale outcome</td>
        <td>No stalking horse; bid and auction deadlines fall after the filing date</td>
        <td>Determines the cash that seeds the liquidating trust</td>
      </tr>
      <tr>
        <td class="metric-label">Wind-down DIP draw</td>
        <td>Bracketed placeholder amount</td>
        <td>Funds the wind-down account and is a condition to the effective date</td>
      </tr>
      <tr>
        <td class="metric-label">Schedule of Retained Causes of Action</td>
        <td>To be filed with the plan supplement, seven days before the voting deadline</td>
        <td>Defines the claims that the plan calls the majority of trust assets</td>
      </tr>
      <tr>
        <td class="metric-label">Liquidating Trust Agreement</td>
        <td>To be filed with the plan supplement; controls over the plan on trust governance</td>
        <td>Sets trustee powers, oversight thresholds, and compensation</td>
      </tr>
      <tr>
        <td class="metric-label">Trust oversight thresholds</td>
        <td>Bracketed at $150,000 for asset dispositions and $250,000 for settlements and claim allowances</td>
        <td>Governs how much litigation discretion the trustee holds unilaterally</td>
      </tr>
      <tr>
        <td class="metric-label">Transition services agreement</td>
        <td>180-day post-effective date decision period, then automatic rejection</td>
        <td>Preserves optionality while the reconciliation and related claims are pursued</td>
      </tr>
      <tr>
        <td class="metric-label">General unsecured claims pool</td>
        <td>Estimated at $22.4 million to $122.5 million; bar date is August 10, 2026</td>
        <td>Sets the denominator for every general unsecured recovery</td>
      </tr>
    </tbody>
  </table>
  <p>The claims objection deadline runs 180 days from the effective date, subject to extension. The trust must dissolve no later than five years from the effective date unless the court grants a fixed extension of up to three years on a timely motion. The plan sets a de minimis distribution threshold of $100, below which no distribution is made and the claim is forever barred against the trust assets.</p>
  <p>For a creditor deciding how to vote, the analysis reduces to two questions that the filed document cannot answer. What will the sale and liquidation produce, and what are the claims against the sponsor worth net of the cost of prosecuting them. The plan is transparent that it cannot answer either one. It ascribes no value to the retained causes of action, states that their value is inherently unknowable and speculative, and reports every impaired class recovery as unknown. The plan supplement, the liquidation analysis, and the auction results are where those answers will begin to take shape.</p>
</section>
<footer class="report-footer">
  <div class="container">
    <div class="footer-brand"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This report analyzes the Combined Disclosure Statement and Chapter 11 Plan of Liquidation of Simply Interior Homes, LLC and its Debtor Affiliates, filed July 20, 2026 at Docket No. 265 in Case No. 26-10922 (CTG) in the United States Bankruptcy Court for the District of Delaware. All figures, dates, characterizations, and quoted defined terms are drawn from that 73-page filing. Statements attributed to the debtors reflect the debtors' assertions as set forth in the disclosure statement and have not been adjudicated. The plan has not been confirmed, disclosures have not received final approval, objection and voting deadlines had not been set as of the filing date, and the plan may be amended. Case developments after July 20, 2026 are not reflected.</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
    <p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
    <p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
  </div>
</footer>
</body>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/pricing-the-transfer-a-first-impression-framework-for-valuing-appreciating-digital-assets-in-avoidance-actions</id>
    <published>2026-07-19T17:11:26-05:00</published>
    <updated>2026-07-19T17:11:32-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/pricing-the-transfer-a-first-impression-framework-for-valuing-appreciating-digital-assets-in-avoidance-actions" rel="alternate" type="text/html"/>
    <title>Pricing the Transfer: A First-Impression Framework for Valuing Appreciating Digital Assets in Avoidance Actions</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>In the Celsius avoidance litigation, the Bankruptcy Court for the Southern District of New York ties Section 550 recovery to whether a transferred asset gained or lost value, whether the defendant still holds it, and what the defendant actually realized on sale, rejecting a single valuation date for all appreciating cryptocurrency.</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/pricing-the-transfer-a-first-impression-framework-for-valuing-appreciating-digital-assets-in-avoidance-actions">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<body>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Valuing Appreciating Digital Assets in Section 550 Avoidance Actions | Stretto Intelligence</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap" rel="stylesheet">
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
/* --- HEADER --- */
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 860px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 760px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
}
/* --- LAYOUT --- */
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
/* --- SECTION HEADERS --- */
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
/* --- SUBSECTION HEADERS --- */
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
/* --- PARAGRAPHS --- */
p { margin-bottom: 18px; line-height: 1.75; }
.lead { font-size: 19px; color: var(--primary-slate); }
em.case { font-style: italic; }
/* --- STAT CARDS --- */
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.2;
}
.stat-card .stat-detail { font-size: 13px; color: var(--light-slate); margin-top: 4px; }
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
/* --- COMPARISON TABLES --- */
table.comparison { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 15px; }
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--light-gray);
  vertical-align: top;
}
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
/* --- BAR CHARTS --- */
.bar-chart { margin: 30px 0; padding: 30px; background: var(--fine-gray); border-radius: 8px; }
.bar-chart-title { font-size: 16px; font-weight: 500; color: var(--dark-slate); margin-bottom: 25px; }
.bar-group { display: flex; align-items: center; margin-bottom: 16px; }
.bar-label {
  width: 200px;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-body);
  flex-shrink: 0;
  text-align: right;
  padding-right: 16px;
}
.bar-track { flex: 1; height: 32px; background: var(--light-gray); border-radius: 4px; position: relative; overflow: hidden; }
.bar-fill {
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  transition: width 1s ease;
}
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside { margin-left: 10px; font-size: 13px; font-weight: 500; color: var(--text-body); flex-shrink: 0; width: 130px; }
/* --- CALLOUT BOXES --- */
.callout {
  background: var(--dark-slate);
  color: var(--white);
  padding: 35px 40px;
  border-radius: 8px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.callout::before { content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: var(--accent-orange); }
.callout h4 {
  color: var(--accent-orange);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: 500;
}
.callout p { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.7; margin: 0; }
.callout p + p { margin-top: 14px; }
.callout .callout-stat { font-size: 48px; font-weight: 700; color: var(--accent-orange); display: block; margin-bottom: 8px; }
/* --- TIMELINES --- */
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before { content: ''; position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: var(--medium-gray); }
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before {
  content: '';
  position: absolute;
  left: -26px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent-orange);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--accent-orange);
}
.timeline-item.muted::before { background: var(--light-slate); box-shadow: 0 0 0 2px var(--light-slate); }
.timeline-date { font-size: 13px; font-weight: 500; color: var(--accent-orange); letter-spacing: 0.5px; }
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
/* --- SPLIT COMPARISON PANELS --- */
.split-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 40px 0; border-radius: 8px; overflow: hidden; }
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 30px; font-weight: 700; margin-bottom: 5px; line-height: 1.2; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; }
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 16px; font-weight: 400; line-height: 1.5; }
/* --- SECTION DIVIDER --- */
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
/* --- FOOTER --- */
.report-footer { background: var(--dark-slate); color: rgba(255,255,255,0.5); padding: 50px 40px; margin-top: 80px; font-size: 13px; line-height: 1.7; }
.report-footer .footer-brand { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 15px; }
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
  .bar-label { width: 130px; }
}
</style>
<!-- ==================== HEADER ==================== -->
<header class="report-header">
  <div class="header-top">
    <div class="brand-mark"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <div class="report-type">Special Report</div>
  </div>
  <div class="header-content">
    <h1>Pricing the Transfer: A First-Impression Framework for <span class="highlight">Valuing Appreciating Digital Assets</span> in Avoidance Actions</h1>
    <p class="header-subtitle">In the Celsius avoidance litigation, the Bankruptcy Court for the Southern District of New York ties Section 550 recovery to whether a transferred asset gained or lost value, whether the defendant still holds it, and what the defendant actually realized on sale, rejecting a single valuation date for all appreciating cryptocurrency.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>July 2026</span>
      <span>Analysis of a 28-page Memorandum Opinion and Order · Case No. 22-10964-MG · Adv. Pro. 24-04024-MG</span>
    </div>
  </div>
</header>
<!-- ==================== SECTION I ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>The Ruling at a Glance</h2>
  </div>
  <p class="lead">Cryptocurrency does not sit still. Between the day a Celsius customer withdrew coins and the day a judgment enters against that customer, the value of what was withdrawn can double, collapse, or vanish entirely. That volatility turns an ordinarily mechanical question, what a defendant must return once a transfer is avoided, into a genuinely difficult one. On July 10, 2026, Chief United States Bankruptcy Judge Martin Glenn answered it.</p>
  <p>The Memorandum Opinion and Order resolves two questions the parties were directed to brief under a joint scheduling order: whether the Litigation Administrator may recover the transferred digital assets themselves or their value, and, if value, at what point in time that value is measured. The Court declined to pick a single valuation date. It adopted instead a scenario-based framework that keys the measure of damages to the direction the asset moved and to what the defendant did with it.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Governing Provision</div>
      <div class="stat-value">§ 550</div>
      <div class="stat-detail">Recovery of avoided transfers</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Valuation Scenarios Defined</div>
      <div class="stat-value">Five</div>
      <div class="stat-detail">By value movement, possession, and disposition</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Prior Rulings on Point</div>
      <div class="stat-value">None</div>
      <div class="stat-detail">Appreciating digital assets, avoidance context</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Preference Reach</div>
      <div class="stat-value">90 Days</div>
      <div class="stat-detail">Transfers before the Petition Date</div>
    </div>
  </div>
  <p>The framework resolves into a handful of situations. For assets that have depreciated since transfer, the Litigation Administrator recovers the transfer-date value, whether or not the defendant still holds the asset. For appreciating assets a defendant still holds, the Litigation Administrator recovers the asset itself. For appreciating assets a defendant has sold at a profit, the Litigation Administrator recovers the sale price, with the defendant bearing the burden of proving both that a sale occurred and the price it produced; a sale at a loss reverts to the transfer-date value. And for appreciating assets a defendant no longer holds for any reason other than a sale, the Litigation Administrator recovers the judgment-date value. Section VIII sets out the complete framework.</p>
  <p>The significance is not the depreciation half of the framework, which follows settled law. It is the appreciation half. The Court observed that it was not aware of another court that has ruled on how to value appreciating digital assets in the context of avoidance actions. A prior matter involving transferred Bitcoin in the Northern District of California came close, but it settled and was voluntarily dismissed before the court rendered a final decision on the proper measure of damages. This opinion fills that gap for the thousands of Celsius customer avoidance actions that follow it, and it supplies the first reasoned template for the next crypto estate that has to litigate the same problem.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION II ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section II</div>
    <h2>How the Dispute Arose</h2>
  </div>
  <p>Celsius Network and its affiliates filed for Chapter 11 on July 13, 2022. The Court confirmed a modified plan in November 2023, and the plan went effective on January 31, 2024, at which point distributions to creditors began. The avoidance litigation that produced this opinion runs on two tracks, and understanding the opinion requires keeping both in view.</p>
  <p>The first track is the insider proceeding. In July 2024, the Litigation Administrator sued the company's former directors and executives, asserting claims that included breach of fiduciary duty, avoidance and recovery of preferential and fraudulent transfers, fraudulent misrepresentation and violation of state consumer protection laws, and equitable subordination. Three entities named in that suit, Koala1 LLC, Koala3 LLC, and AM Ventures Holding, Inc., never answered. The Litigation Administrator moved for default judgment against those three, and the entries of default gave the Court a set of defendants whose liability was already established. That detail matters, because it is what made the damages question ripe.</p>
  <p>The second track is the customer proceeding. Also in 2024, the Litigation Administrator filed thousands of avoidance actions against former Celsius customers, seeking to claw back transfers those customers received in the 90 days before the Petition Date. To manage that volume, the Court entered streamlined procedures and structured the litigation so that group-wide legal questions could be decided once rather than thousands of times. The damages framework is one of those group-wide questions.</p>
  <div class="timeline">
    <div class="timeline-item">
      <div class="timeline-date">July 13, 2022</div>
      <div class="timeline-content">Petition Date. Celsius Network and its affiliates file voluntary Chapter 11 petitions in the Southern District of New York.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">November 9, 2023</div>
      <div class="timeline-content">The Court enters the Confirmation Order approving the modified joint Chapter 11 plan.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">January 31, 2024</div>
      <div class="timeline-content">Effective Date. The plan goes effective and distributions to creditors commence.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 2024</div>
      <div class="timeline-content">The Litigation Administrator files the insider complaint against former directors and executives, and separately files thousands of customer avoidance actions targeting 90-day preference-period transfers.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">2024</div>
      <div class="timeline-content">After three insider entities fail to respond, the Litigation Administrator moves for default judgment against Koala1 LLC, Koala3 LLC, and AM Ventures Holding, Inc.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 10, 2026</div>
      <div class="timeline-content">The Court issues the Memorandum Opinion and Order establishing the Section 550 damages framework for the defaulting insider defendants.</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION III ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>The Two Questions and the Section 550 Framework</h2>
  </div>
  <p>Section 550(a) provides that, to the extent a transfer is avoided, the trustee may recover for the benefit of the estate the property transferred, or, if the court so orders, the value of that property. The purpose of the provision, as the Court restated it, is to restore the estate to the financial condition it would have enjoyed had the transfer never occurred. That restorative aim is the fixed point around which the entire analysis turns.</p>
  <p>The statute grants a choice between the property and its value, but it does not say when a court should order one rather than the other, and it does not say as of what date value is measured. Both gaps are left to the court's discretion. In deciding whether to order turnover of the property or a money judgment for its value, the Court applies three familiar factors: whether the value of the property is contested, whether it is readily determinable, and whether it has been diminished by conversion or depreciation.</p>
  <p>Two structural rules bound the analysis. First, the recovery must benefit the estate, language the Customer Defendants would later try to leverage. Second, the estate is entitled to only a single satisfaction. The Litigation Administrator may recover the transferred assets or their value under the framework that follows, but not both from the same defendant.</p>
  <p>Against that backdrop, the scheduling order posed two questions. The first asked whether the Litigation Administrator is entitled to recover the transferred digital assets when they remain in a defendant's possession, custody, or control, or, alternatively, their value. The second asked, if value is the measure, what value applies when the assets have appreciated since transfer and what value applies when they have depreciated. The first question sorts defendants by possession. The second sorts them by direction of value. The opinion answers both by combining the two sorts.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IV ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>Ripeness: Why the Court Could Decide Now</h2>
  </div>
  <p>Before reaching the merits, the Court had to clear an objection. The Customer Defendants argued that any ruling on Section 550 damages would be an advisory opinion, because the measure of recovery in each customer action will ultimately depend on that case's own facts, and because no customer has yet been found liable. Deciding damages before liability, they argued, puts the cart before the horse.</p>
  <p>The Court agreed with the premise and rejected the conclusion. It cannot rule on what the Litigation Administrator may recover from any Customer Defendant, because none has been found liable. But the defaulting insider entities are in a different posture. Their liability is already fixed by the entries of default. A dispute over what the Litigation Administrator may recover from those three entities is a real and concrete controversy, not a hypothetical one, and it is therefore ripe. The opinion decides the damages question as to the defaulting insider defendants and no one else.</p>
  <div class="callout">
    <h4>The Load-Bearing Distinction</h4>
    <p>An entry of default establishes liability. It does not establish the amount of damages. A defaulted party may still contest the extent of its liability in a separate evidentiary proceeding. The default judgments against the three insider entities are what make the damages framework a live question rather than an advisory one, yet they leave every defendant free to litigate the individualized facts that drive the dollar figure.</p>
  </div>
  <p>Two consequences follow. The defaulting insider defendants retain the right to litigate the extent of their liability in a subsequent damages inquest, because a default is not an admission of damages. And the Customer Defendants keep the ability to litigate their own damages issues if and when liability is established against them. The framework supplies the legal principles. It does not resolve any particular defendant's number, and it does not foreclose the fact-intensive arguments that will decide those numbers later.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION V ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>Depreciating Assets: The Settled Half</h2>
  </div>
  <p>Where the transferred asset is worth less on the judgment date than it was on the transfer date, the answer is straightforward and well supported. The Litigation Administrator recovers the transfer-date value, and it makes no difference whether the defendant still holds the asset.</p>
  <p>The reasoning tracks the restorative purpose of the statute. If a defendant had to return only a depreciated coin, or pay only its diminished current value, the estate would absorb the entire post-transfer decline. That outcome inverts the point of Section 550, which exists to put the estate where it would have been absent the transfer, not to saddle it with a loss the transfer caused. As the Court put it, returning a depreciating asset would thrust the loss incurred entirely onto Celsius's bankruptcy estate.</p>
  <p>The proposition draws broad support. The leading bankruptcy treatise notes that depreciation due to market fluctuations may warrant restitution of the property's value as of the transfer date. Courts have applied that measure to a depreciated oil and gas lease, to a yacht destroyed by fire, and to software that had become worthless by the judgment date. The through-line is consistent: when the thing transferred has lost value in the transferee's hands, the estate recovers what the thing was worth when it left.</p>
  <div class="callout">
    <h4>Why This Half Matters for Celsius</h4>
    <p>Some of the digital assets at issue, most notably CEL Tokens, carry little to no current value. For those transfers, returning the coins or their present market price would return almost nothing. The transfer-date rule ensures the estate recovers what the tokens were worth on the day they were withdrawn, which is the figure that actually restores the estate.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VI ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>Appreciating Assets: A Question of First Impression</h2>
  </div>
  <p>The hard problem is appreciation. When a coin has gained value since it was withdrawn, three candidate measures compete: the value on the transfer date, the value on the judgment date, and whatever the defendant actually realized if the defendant sold. The Litigation Administrator pressed for judgment-date value across the board, reasoning that the estate would have captured the full appreciation had the coins never left, and that anything less lets the transferee keep a gain the estate should have enjoyed.</p>
  <p>The Court did not accept that. It began from the recognition that there is no bright-line rule fixing the date on which avoided property is valued. The only generally applicable principle is that the time at which value is measured depends on the circumstances of each case, and trial courts are given broad discretion precisely because avoidance actions run the range from innocent conveyances to conspiracies to defraud creditors. The timing of the valuation is a tool for reaching an equitable result, not a mechanical rule to be applied without regard to what actually happened.</p>
  <p>Discretion here is disciplined by a specific congressional concern. In drafting Section 550, Congress sought to prevent a transferee from taking a wait-and-see posture, holding appreciating property and betting on further gains at the estate's expense. Where a transferee knowingly solicits a vulnerable transaction, the estate should get the benefit of the most favorable recovery. That concern points toward letting the estate capture appreciation. It does not, by itself, tell you at which date to stop the clock.</p>
  <p>The Court also rejected the Litigation Administrator's affirmative case for judgment-date value on two independent grounds, each rooted in the same equitable instinct that no party should receive a windfall. First, it is not clear the estate would ever have realized judgment-date value even if the coins had stayed put, and the Litigation Administrator offered no evidence that Celsius would have held rather than sold, hedged, or redeployed them. Second, charging a defendant the current price of an asset the defendant sold years earlier could expose preference defendants to what the Court called essentially limitless liability, tethering their exposure to market swings long after they parted with the coins.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>Why Digital Assets Are Not Real Property or Closely Held Equity</h2>
  </div>
  <p>Much of the parties' briefing turned on analogies. The Litigation Administrator leaned on real property cases, where a trustee can usually recover the very parcel that was transferred and thereby capture its appreciation. The Customer Defendants leaned on closely held equity cases, where courts have refused to hand the estate a value that reflects post-transfer changes attributable to the transferee's own efforts. The Court found both analogies unpersuasive, and the reasons it gave define the character of digital assets for avoidance purposes.</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">The Analogies That Failed</div>
      <div class="panel-label">What the Precedents Assumed</div>
      <div class="split-item">
        <div class="item-label">Real Property</div>
        <div class="item-value">Traceable, illiquid, non-speculative, and usually recoverable in kind, so the estate captures appreciation by taking back the asset.</div>
      </div>
      <div class="split-item">
        <div class="item-label">Closely Held Equity</div>
        <div class="item-value">Value turns on who holds it and on the holder's post-transfer efforts, and reflects discounts for lack of marketability and minority status.</div>
      </div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">Digital Assets</div>
      <div class="panel-label">What the Court Found Instead</div>
      <div class="split-item">
        <div class="item-label">Liquidity and Volatility</div>
        <div class="item-value">Highly liquid and volatile, enabling instantaneous purchase, sale, or transfer of large sums, and often no longer in the defendant's hands.</div>
      </div>
      <div class="split-item">
        <div class="item-label">Source of Value</div>
        <div class="item-value">Traded on large international platforms with easily ascertainable prices, and value that does not depend on who holds the coin.</div>
      </div>
    </div>
  </div>
  <p>The real property analogy fails because it assumes recoverability. A trustee can usually get the parcel back, so awarding the asset itself captures appreciation without unfairness. Digital assets frustrate that assumption. Many Celsius defendants no longer hold the coins they withdrew, having sold or moved them, and the market for crypto is liquid and speculative in a way the market for land is not. You cannot build a damages rule on the premise that the estate can simply take the coin back when, for a large share of defendants, the coin is gone.</p>
  <p>The closely held equity analogy fails for the opposite reason. Cases refusing to award post-transfer appreciation did so because the increase reflected the transferee's own work or unforeseen developments, or because the equity carried marketability and minority discounts that made its value contingent on who held it. None of that describes cryptocurrency. A coin's appreciation is a product of market forces, not the defendant's effort, and its price does not change based on whose wallet holds it. The equity cases protect a transferee who built value; they say nothing about a transferee who merely held a liquid asset while the market moved.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VIII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>The Court's Framework for Appreciating Assets</h2>
  </div>
  <p>Having rejected both a flat transfer-date rule and a flat judgment-date rule, the Court built a measure that varies with what the defendant actually did. The organizing idea is to give the estate the benefit of real, realized gains while insulating defendants from liability that floats on market movements after they have let the asset go. The table below sets out the complete framework, combining the depreciation rule from Section V with the appreciation rules that are the heart of the opinion.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Defendant's Situation</th>
        <th>Measure of Recovery</th>
        <th>Rationale</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Asset depreciated since transfer (held or not)</td>
        <td>Transfer-date value</td>
        <td>Prevents the estate from absorbing the post-transfer decline.</td>
      </tr>
      <tr>
        <td class="metric-label">Asset appreciated or unchanged, still held</td>
        <td>The asset itself</td>
        <td>Estate captures appreciation by recovering the coin in kind.</td>
      </tr>
      <tr>
        <td class="metric-label">Asset appreciated and sold at a profit</td>
        <td>Sale price</td>
        <td>Reflects the actual gain the defendant realized; prevents speculation.</td>
      </tr>
      <tr>
        <td class="metric-label">Asset sold at a loss (below transfer-date value)</td>
        <td>Transfer-date value</td>
        <td>Restores the estate to its pre-transfer position.</td>
      </tr>
      <tr>
        <td class="metric-label">No longer held for any reason other than sale</td>
        <td>Judgment-date value</td>
        <td>Default measure where no realized sale price exists to anchor recovery.</td>
      </tr>
    </tbody>
  </table>
  <p>The sale-price rule is the mechanism that resolves the tension. When a defendant sold an appreciated coin, the price the defendant received is the cleanest available measure of the gain that changed hands. It hands the estate a meaningful recovery pegged to the value of the asset as of the date it was disposed of, and it denies the defendant the fruits of any post-receipt speculation. At the same time, it stops the clock at the sale. A defendant who sold in a given year does not remain on the hook for a rally that arrives two years later. That is how the Court answered the limitless-liability concern without giving defendants a free pass on appreciation they actually captured.</p>
  <div class="callout">
    <h4>The Balance the Court Struck</h4>
    <p>The framework threads three interests at once. It gives the estate the appreciation the defendant realized. It insulates the defendant from crypto market movements after disposition. And it reflects Congress's aim of denying transferees the benefit of a wait-and-see position on rising prices. The estate captures gains the defendant realized, and the defendant is not charged for gains it never received.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IX ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>The Burden-Shifting Mechanism</h2>
  </div>
  <p>The sale-price rule only works if someone can establish that a sale happened and what it produced. The Court placed that burden squarely on the defendant. A defendant who wants the benefit of the sale-price measure must demonstrate both that the transferred asset was sold and the price at which it was sold. A defendant who cannot carry that burden does not fall back to the transfer-date value. The defendant faces the judgment-date value instead.</p>
  <p>That allocation is deliberate, and its practical weight is easy to underestimate. The information about a sale, the exchange records, the transaction confirmations, the wallet history, sits with the defendant, not the estate. Putting the burden on the party that holds the proof is orthodox. The consequence of failing to meet it is what makes the rule consequential. In an appreciating market, the judgment-date value will generally be higher than a transfer-date price or an earlier sale price. A defendant who sold coins at a modest profit years ago, but who cannot produce records to prove the sale and its price, is exposed to the current, higher value rather than the smaller sum actually received.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Who Bears the Burden</div>
      <div class="stat-value">Defendant</div>
      <div class="stat-detail">Must prove both the sale and the price</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Cost of Failing to Prove</div>
      <div class="stat-value">Judgment-Date Value</div>
      <div class="stat-detail">Not the lower transfer-date value</div>
    </div>
    <div class="stat-card positive">
      <div class="stat-label">Benefit of Proving</div>
      <div class="stat-value">Sale Price</div>
      <div class="stat-detail">Capped at what the defendant realized</div>
    </div>
  </div>
  <p>For anyone advising a preference defendant, the instruction is concrete. The transaction record is the asset. Preserving exchange statements and disposition data is not housekeeping. It is the difference between a judgment measured by what the defendant actually received and a judgment measured by a market price the defendant never saw.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION X ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section X</div>
    <h2>What the Court Left for Another Day</h2>
  </div>
  <p>The opinion is disciplined about its own reach. Several arguments the Customer Defendants raised were set aside as unproven, unnecessary to the ripe dispute, or simply not before the Court. Reading the framework without reading these boundaries would overstate what has been decided.</p>
  <h3>The Estate-Recovery and Standing Argument</h3>
  <p>The Customer Defendants argued that the avoidance actions cannot benefit the estate because creditors have been or will be paid in full, and that recovery yielding no benefit to the estate should not be awarded. They asserted that creditors have already recovered roughly 80 percent of their Allowed Claims, with an additional 900 million dollars in value still to be distributed from sources that include the Tether settlement, the disputed claims reserve, and net assets held by the Post-Effective Date Debtors. They pointed to authority dismissing an avoidance claim for lack of standing where creditors had been paid in full.</p>
  <p>The Court did not resolve this. It treated the paid-in-full contention as unsupported by evidence and as an issue not properly before it, and the Litigation Administrator reserved the point for a later stage. The 80 percent recovery figure and the 900 million dollar estimate are the Customer Defendants' assertions, not findings, and nothing in the opinion adopts them.</p>
  <h3>Jury Rights and Constitutional Authority</h3>
  <p>The Customer Defendants also argued that determining damages would invade their Seventh Amendment right to a jury and exceed the Court's constitutional authority to enter a final judgment, invoking the line of authority that limits a bankruptcy court's power over certain private-right claims. Those arguments were directed at whether the Court could bind the Customer Defendants. Because the opinion confines its ruling to the defaulting insider defendants, whose liability is fixed by the entries of default, the Court did not resolve the jury-right and constitutional-authority questions. They remain open for the customer actions.</p>
  <div class="callout">
    <h4>The Prospective Line</h4>
    <p>This opinion binds the analysis for three defaulting insider entities whose liability is already established. It supplies the legal framework that will govern the customer avoidance actions, but it decides no customer's liability and fixes no customer's damages. Every individualized defense, including whether a given defendant still holds the coins and what the estate actually lost, remains to be litigated if and when liability is found.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION XI ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section XI</div>
    <h2>Practical Implications</h2>
  </div>
  <p>Because the framework was decided for three defaulting insider entities, its application to the thousands of pending customer actions is still prospective, and the measure of recovery against any individual defendant will depend on that defendant's own facts. The observations that follow are offered in that light.</p>
  <p>The opinion's most durable contribution may be organizational. It does not announce a single rule so much as a sequence, and the sequence is one other estates recovering appreciating digital assets can borrow. Direction of value comes first. A depreciated asset points to the transfer-date measure. An appreciated asset then sorts by possession: still held toward recovery in kind, sold toward the sale price, other dispositions toward judgment-date value. The sequence does not decide any case, and individualized facts can still move the result, but it gives a practitioner a structured place to start.</p>
  <p>For the estate, the opinion reads as a caution against overreach. The Litigation Administrator asked for judgment-date value across all appreciating assets and did not get it, in part for lack of evidence that Celsius would ever have realized that value. A plaintiff drafting a damages theory has reason to anchor it to something the record can support: a transfer-date price, a realized sale, or a current market quote where nothing better exists. Whether another court adopts the same reasoning remains to be seen, but the evidentiary lesson is not confined to these facts.</p>
  <p>For the defense, the burden-shifting rule directs attention to the record. In many of these matters, the decisive work will likely precede any legal argument, in the reconstruction and preservation of disposition data. A defendant who can prove a sale at a modest profit stands to convert an open-ended judgment-date exposure into a capped, realized-gain figure. A defendant who cannot is exposed to the higher measure. The distinction turns less on advocacy than on documentation.</p>
  <p>The broadest implication warrants the most restraint. This is one bankruptcy court's opinion, and it does not bind other courts; later decisions may refine it or take a different path. Even so, large crypto estates that reach the avoidance stage face the same volatility this Court faced, and until now there was little reasoned authority to consult. The opinion supplies a considered framework, grounded in the restorative purpose of Section 550 and in the economics of digital assets, that distinguishes realized gain from market speculation. It will not settle the question in every forum. It does move the inquiry from whether an estate can recover appreciation toward how a given defendant's facts fit the analysis.</p>
</section>
<!-- ==================== FOOTER ==================== -->
<footer class="report-footer">
  <div class="container">
    <div class="footer-brand"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report analyzes the Memorandum Opinion and Order on Damages in Connection with Avoidance Actions entered July 10, 2026 by Chief United States Bankruptcy Judge Martin Glenn in In re Celsius Network, LLC, Case No. 22-10964-MG, and the related customer preference actions, Adv. Pro. 24-04024-MG, in the United States Bankruptcy Court for the Southern District of New York. The report summarizes the Section 550 damages framework the Court adopted for the defaulting insider defendants and the legal reasoning supporting it. Figures attributed to the parties, including creditor recovery percentages and estimated remaining estate value, are the parties' assertions as recorded in the opinion and are not findings of the Court.</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
    <p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
    <p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
  </div>
</footer>
</body>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/confirming-the-keystone-how-siloed-fiduciaries-carried-qvc-groups-intercompany-settlement-through-confirmation</id>
    <published>2026-07-19T17:07:14-05:00</published>
    <updated>2026-07-19T17:07:22-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/confirming-the-keystone-how-siloed-fiduciaries-carried-qvc-groups-intercompany-settlement-through-confirmation" rel="alternate" type="text/html"/>
    <title>Confirming the Keystone: How Siloed Fiduciaries Carried QVC Group's Intercompany Settlement Through Confirmation</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>A Texas bankruptcy court confirmed QVC Group's prepackaged plan over a preferred-shareholder objection, holding that a global intercompany settlement negotiated by independent disinterested directors cleared Rule 9019 under business judgment review, that a release is not an indemnity for equal-treatment purposes, and that opt-out third-party releases remain consensual after Purdue.</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/confirming-the-keystone-how-siloed-fiduciaries-carried-qvc-groups-intercompany-settlement-through-confirmation">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<body>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Confirming the Keystone: QVC Group's Intercompany Settlement | Stretto Intelligence</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap" rel="stylesheet">
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0; right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px; letter-spacing: 2px; text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px; border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px; font-weight: 700; line-height: 1.2;
  margin-bottom: 20px; max-width: 850px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px; font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 760px; line-height: 1.5;
}
.header-meta {
  margin-top: 30px; display: flex; flex-wrap: wrap; gap: 30px;
  font-size: 13px; color: rgba(255,255,255,0.5); letter-spacing: 0.5px;
}
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
.section-header {
  margin-bottom: 35px; padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--accent-orange); font-weight: 500; margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px; font-weight: 700; color: var(--dark-slate); line-height: 1.3;
}
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
p { margin-bottom: 18px; line-height: 1.75; }
.lead { font-size: 19px; color: var(--primary-slate); }
.stat-row {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px; margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray); border-left: 4px solid var(--accent-orange);
  padding: 24px 28px; border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--light-slate); font-weight: 500; margin-bottom: 6px;
}
.stat-card .stat-value {
  font-size: 32px; font-weight: 700; color: var(--dark-slate); line-height: 1.2;
}
.stat-card .stat-detail { font-size: 13px; color: var(--light-slate); margin-top: 4px; }
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
table.comparison {
  width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 15px;
}
table.comparison thead th {
  background: var(--dark-slate); color: var(--white);
  padding: 14px 18px; text-align: left; font-weight: 500;
  font-size: 13px; letter-spacing: 0.5px; text-transform: uppercase;
}
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td {
  padding: 14px 18px; border-bottom: 1px solid var(--light-gray); vertical-align: top;
}
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
.bar-chart { margin: 30px 0; padding: 30px; background: var(--fine-gray); border-radius: 8px; }
.bar-chart-title { font-size: 16px; font-weight: 500; color: var(--dark-slate); margin-bottom: 25px; }
.bar-group { display: flex; align-items: center; margin-bottom: 16px; }
.bar-label {
  width: 180px; font-size: 13px; font-weight: 400; color: var(--text-body);
  flex-shrink: 0; text-align: right; padding-right: 16px;
}
.bar-track {
  flex: 1; height: 32px; background: var(--light-gray);
  border-radius: 4px; position: relative; overflow: hidden;
}
.bar-fill {
  height: 100%; border-radius: 4px; display: flex; align-items: center;
  padding-left: 12px; font-size: 13px; font-weight: 500; color: var(--white);
  transition: width 1s ease; white-space: nowrap;
}
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside {
  margin-left: 10px; font-size: 13px; font-weight: 500;
  color: var(--text-body); flex-shrink: 0; width: 110px;
}
.callout {
  background: var(--dark-slate); color: var(--white);
  padding: 35px 40px; border-radius: 8px; margin: 40px 0;
  position: relative; overflow: hidden;
}
.callout::before {
  content: ''; position: absolute; top: 0; left: 0;
  width: 5px; height: 100%; background: var(--accent-orange);
}
.callout h4 {
  color: var(--accent-orange); font-size: 13px; letter-spacing: 2px;
  text-transform: uppercase; margin: 0 0 12px; font-weight: 500;
}
.callout p { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.7; margin: 0; }
.callout .callout-stat {
  font-size: 48px; font-weight: 700; color: var(--accent-orange);
  display: block; margin-bottom: 8px;
}
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before {
  content: ''; position: absolute; left: 8px; top: 0; bottom: 0;
  width: 2px; background: var(--medium-gray);
}
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before {
  content: ''; position: absolute; left: -26px; top: 6px;
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--accent-orange); border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--accent-orange);
}
.timeline-item.muted::before { background: var(--light-slate); box-shadow: 0 0 0 2px var(--light-slate); }
.timeline-date { font-size: 13px; font-weight: 500; color: var(--accent-orange); letter-spacing: 0.5px; }
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
.split-compare {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 40px 0;
  border-radius: 8px; overflow: hidden;
}
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 30px; font-weight: 700; margin-bottom: 5px; line-height: 1.2; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label {
  font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px;
}
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; }
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label {
  font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px;
}
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 16px; font-weight: 500; line-height: 1.5; }
.gauge-row {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px; margin: 40px 0;
}
.gauge-card { text-align: center; padding: 30px 20px; background: var(--fine-gray); border-radius: 8px; }
.gauge-card svg { width: 120px; height: 120px; }
.gauge-card .gauge-label { font-size: 13px; color: var(--light-slate); margin-top: 12px; font-weight: 400; }
.gauge-card .gauge-value { font-size: 28px; font-weight: 700; color: var(--dark-slate); margin-top: 4px; }
.report-footer {
  background: var(--dark-slate); color: rgba(255,255,255,0.5);
  padding: 50px 40px; margin-top: 80px; font-size: 13px; line-height: 1.7;
}
.report-footer .footer-brand {
  display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px;
}
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
  .bar-label { width: 120px; }
}
</style>
<!-- ==================== HEADER ==================== -->
<header class="report-header">
  <div class="header-top">
    <div class="brand-mark"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <div class="report-type">Special Report</div>
  </div>
  <div class="header-content">
    <h1>Confirming the Keystone: <span class="highlight">How Siloed Fiduciaries Carried QVC Group's Intercompany Settlement Through Confirmation</span>
</h1>
    <p class="header-subtitle">A Texas bankruptcy court confirmed QVC Group's prepackaged plan over a preferred-shareholder objection, holding that a global intercompany settlement negotiated by independent disinterested directors cleared Rule 9019 under business judgment review, that a release is not an indemnity for equal-treatment purposes, and that opt-out third-party releases remain consensual after Purdue.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>July 2026</span>
      <span>Analysis of a 103-page Memorandum Decision, In re QVC Group, Inc., No. 26-90447 (Bankr. S.D. Tex.)</span>
    </div>
  </div>
</header>
<!-- ==================== SECTION I ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>The Ruling in Brief</h2>
  </div>
  <p class="lead">On July 15, 2026, Judge Alfredo R. Pérez of the United States Bankruptcy Court for the Southern District of Texas approved the Disclosure Statement, confirmed the Second Amended Joint Prepackaged Plan of Reorganization, and overruled every objection to it. The decision runs 103 pages and rests on a four-day evidentiary record.</p>
  <p>The case is not about whether QVC Group can survive as an operating business. Its creditors had already lined up behind a prepackaged deal. The case is about a single structural question that had to be answered before anything else could proceed: whether a comprehensive settlement of intercompany claims, negotiated among affiliated debtors who sit on both sides of the table, can be approved and then carried into a confirmed plan. The parent-level preferred shareholders said no, arguing the process was unfair and the plan violated several provisions of the Bankruptcy Code. The court found the opposite at each layer of the analysis.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Total Funded Debt</div>
      <div class="stat-value">$6.53B</div>
      <div class="stat-detail">At the Petition Date, April 16, 2026</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Preferred Equity Extinguished</div>
      <div class="stat-value">$1.272B</div>
      <div class="stat-detail">8% Series A liquidation preference, no cash recovery</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Settlement GUC Claim</div>
      <div class="stat-value">$400M</div>
      <div class="stat-detail">Agreed value of QVC's claim against QVCG</div>
    </div>
    <div class="stat-card positive">
      <div class="stat-label">Third-Party GUCs</div>
      <div class="stat-value">Paid in Full</div>
      <div class="stat-detail">All non-affiliate general unsecured claims</div>
    </div>
  </div>
  <p>The court's summary of the record is direct. Eight debtor witnesses testified and the court found each of them highly credible. The preferred shareholders chose not to put on witnesses of their own. On that record, the court concluded the negotiations were a thorough, fair, arm's-length process in which no disinterested fiduciary capitulated to another, and the outcome for stakeholders was not preordained. The treatment of the preferred shareholders followed from the range and magnitude of claims the parent entity was facing, not from a defect in the process that produced the settlement.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION II ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section II</div>
    <h2>A Retailer and a Capital Structure Shaped by History</h2>
  </div>
  <p>QVC Group and its debtor affiliates comprise one of the world's largest multimedia retailers. They reach more than 200 million households each day across 15 television channels and more than 12 million customers through QVC+ and HSN+ streaming, social platforms, and mobile apps, and they operate ecommerce sites for the four home and apparel brands in their Cornerstone division: Frontgate, Ballard Designs, Garnet Hill, and Grandin Road. A company that began as a radio broadcaster in 1977 now sells consumer products through video-rich interactive shopping.</p>
  <p>The corporate structure reduces to four Key Entities. QVCG sits at the top and owns all of Liberty Interactive, LLC. LINTA owns Qurate Retail Group, which owns QVC, the primary operating entity. Under a separate silo, QVCG owns 62% of the Cornerstone chain and LINTA owns the remaining 38%. That 62-38 split matters later. The 62% stake becomes the consideration the settlement conveys.</p>
  <p>The capital structure is the product of years of liability management transactions, mergers, internal reorganizations, dividends, intercompany notes, and shared-service and tax-sharing agreements. At the Petition Date the debtors carried roughly $6.53 billion in funded debt across three categories, plus preferred equity at the parent with a liquidation preference of approximately $1.272 billion. Neither QVCG nor the Cornerstone entity carried funded debt of its own.</p>
  <div class="bar-chart">
    <div class="bar-chart-title">Prepetition Funded Debt and Preferred Equity by Instrument</div>
    <div class="bar-group">
      <div class="bar-label">RCF (secured)</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 100%;">$2.90B</div></div>
      <div class="bar-value-outside">Revolving Credit Facility</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">QVC Inc. Notes (secured)</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 74%;">$2.15B</div></div>
      <div class="bar-value-outside">Equal and ratable with RCF</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">LINTA Exch. Notes</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 51%;">$1.48B</div></div>
      <div class="bar-value-outside">Unsecured, unguaranteed</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">QVCG Preferred Equity</div>
      <div class="bar-track"><div class="bar-fill orange" style="width: 44%;">$1.272B</div></div>
      <div class="bar-value-outside">8% Series A preference</div>
    </div>
  </div>
  <p>The distribution of that debt matters to the eventual result. The secured RCF and QVC Notes sit at the operating company. The convertible LINTA Exchangeable Notes are unsecured and unguaranteed. The preferred equity sits at the very top, at QVCG, behind everything. When intercompany claims run between the silos, the entity that holds the least valuable collateral and the fewest independent assets is the one whose stakeholders are most exposed.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION III ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>The Road Into Chapter 11</h2>
  </div>
  <p>The distress was real, and the court treated it as a fact that could not be ignored. The debtors faced eroding cash flows as customers cut cable, record inflation, pandemic-era supply chain disruption, elevated labor costs, and uncertainty from recent tariff policy. In December 2021 a fire at the Rocky Mount distribution center cost the debtors more than one million customers and more than $500 million in revenue.</p>
  <p>Management did not sit still. Between 2020 and 2025 the debtors ran a series of liability management transactions and debt paydowns to cut funded debt, borrowing costs, administrative expense, and tax burden. In June 2022 they launched a two-phase turnaround, first Project Athens and then the WIN Growth Strategy. They executed sale-leaseback transactions, opened a dialogue with their investment banker on capital structure in 2023, and engaged restructuring counsel and a financial advisor in 2025. Each of those moves later became a potential source of intercompany claims, because each moved value among the silos.</p>
  <div class="timeline">
    <div class="timeline-item muted">
      <div class="timeline-date">The "2020 Restructuring"</div>
      <div class="timeline-content">A 15-step multi-jurisdiction restructuring for tax efficiency, using the court's defined term. LINTA issued a $1.825 billion promissory note to QVC Global.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">December 2021</div>
      <div class="timeline-content">Rocky Mount distribution center fire; loss of more than 1 million customers and more than $500 million in revenue.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">December 2022</div>
      <div class="timeline-content">The 2022 Cash Management Plan: Cornerstone draws $300 million and QVC draws $600 million under the RCF; $800 million moves from QVC up to QVCG. Duff &amp; Phelps issues a solvency opinion.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">Jan 2023 – Feb 2025</div>
      <div class="timeline-content">QVC pays approximately $586.7 million in dividends up the structure during a period when the QVC Notes indenture restricted dividends.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">May 23, 2025</div>
      <div class="timeline-content">QVCG suspends its preferred dividends.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">September 2025</div>
      <div class="timeline-content">Governance changes implemented; disinterested directors and special committees appointed at each Key Entity.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">April 16, 2026</div>
      <div class="timeline-content">Voluntary Chapter 11 petitions filed; solicitation packages distributed on a prepackaged basis.</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IV ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>The Intercompany Claims That Had to Be Resolved</h2>
  </div>
  <p>Every transaction that moved value between the silos over the prior several years created a claim that one estate could assert against another. The petition did not simplify that web. It froze it in place and put it in front of a court.</p>
  <p>Consider what a litigating estate would have on the table. QVC paid roughly $586.7 million in dividends up to QVCG and LINTA between January 2023 and February 2025, during a window when the QVC Notes indenture restricted dividends to debt service and tax-sharing payments. That invites illegal-dividend and avoidance theories. The 2022 transfers moved $800 million from QVC to the parent. The parent, in turn, paid approximately $456 million in preferred dividends to its own shareholders before suspending them in May 2025, which exposes those shareholders to avoidance risk. Solvency was contestable at both the QVC and QVCG levels, and solvency is the fulcrum on which most of those theories turn.</p>
  <p>Then there is the tax problem, which sits in a category of its own. The Deferred Tax Liability arises because the consolidated group deducted interest on the LINTA Exchangeable Notes at approximately 9% while only 4% was actually paid to bondholders. The debtors held a tax opinion at the "should" level concluding the liability was more likely than not never to materialize. The magnitude is the point. Out-of-pocket exposure ranged from roughly $550 million to $800 million, and once you layer in a Section 382 change-of-ownership issue, a gross-up on insurance proceeds, accrued interest, penalties, and litigation cost, the tail runs past $1 billion.</p>
  <div class="callout">
    <h4>Why the Settlement Was the Keystone</h4>
    <p>A low-probability liability of that magnitude is still a liability you have to price. The court accepted that the Deferred Tax Liability's magnitude was too great to ignore even at a low probability of materializing, and that solvency was litigable at both the QVC and QVCG levels. Uncertainty of that kind is precisely what a settlement is built to resolve, and it was the disinterested directors' stated justification for settling rather than litigating.</p>
  </div>
  <p>This is the difficulty the disinterested fiduciaries inherited. The claims were numerous, they ran in multiple directions, they implicated bankruptcy and non-bankruptcy law, and the largest of them was the one least likely to come due but most capable of destroying value if it did. Litigating any single claim to judgment would take years and require extensive expert testimony, and QVCG had limited cash to fund that fight. The alternative to a settlement was not a clean trial. It was leaving the parent, in the court's phrase, on the operating table with limited assets.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION V ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>The Governance Answer: Disinterested Fiduciaries in Silos</h2>
  </div>
  <p>The debtors anticipated the conflict rather than papering over it. In September 2025, months before filing, they restructured governance around the recognition that the Key Entities had discrete capital structures and were parties to historical transactions that could generate claims against one another. Disinterested directors were appointed at each level, given exclusive authority over conflicts matters, and each governing body retained its own separate conflicts counsel.</p>
  <p>The mapping is deliberate. The QVCG special committee retained one firm, the LINTA board another, the QVC board another, and the Cornerstone special committee another. Four silos, four sets of independent fiduciaries, four sets of conflicts counsel. The structure was designed so that no single set of directors negotiated against itself and no adviser sat on both sides of any claim.</p>
  <p>The investigation that followed was not cursory. The disinterested directors collectively reviewed tens of thousands of documents drawn from the debtor entities and from Liberty Media, participated in more than 25 meetings with one another, and conducted seven separate 90-minute interviews of current and former executives. A forensic team ran funds-flow and additional-paid-in-capital analyses across bank records and general ledgers spanning 2019 through 2025. The QVCG governing body retained independent tax counsel to assess the tax exposure specifically.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Disinterested Silos</div>
      <div class="stat-value">4</div>
      <div class="stat-detail">Each with separate conflicts counsel</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Executive Interviews</div>
      <div class="stat-value">7</div>
      <div class="stat-detail">90 minutes each, current and former</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Inter-Director Meetings</div>
      <div class="stat-value">25+</div>
      <div class="stat-detail">Across the investigation</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Forensic Review Period</div>
      <div class="stat-value">2019–2025</div>
      <div class="stat-detail">Funds-flow and APIC-level analysis</div>
    </div>
  </div>
  <p>The forensic and advisory work fed information to each group of directors without dictating conclusions. The court was specific on this point. The joint debtor advisers provided diligence, funds-flow analysis, projections, solvency analysis, and valuation to inform each disinterested group equally, but they did not tell the directors what opinions to reach. Each group made its own determinations, on the advice of its own counsel, about the existence and magnitude of the potential claims. That distinction between informing and directing carries the weight of the fairness analysis later in the opinion.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VI ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>Negotiating the Settlement</h2>
  </div>
  <p>The negotiation did not begin with agreement. It began with four term sheets and open disagreement on every material point: how to fund the cases, what the RCF lenders would recover, what the LINTA lenders would recover, how much the general unsecured creditors would receive, how to fund Cornerstone, and whether the preferred shareholders would recover anything at all.</p>
  <p>What followed was an arm's-length negotiation, and the court found it to be one. QVCG's counsel opened by taking the most aggressive position available, calling QVC's potential claims against the parent "without merit" and pointing to the Duff &amp; Phelps solvency opinions. The court read that not as a considered valuation but as posturing to advance the client's interests at the outset. One day earlier, that same counsel had privately advised the QVCG committee of the parent's genuine exposure. The retreat from the opening position was therefore expected once it became clear the QVC side understood it held the leverage.</p>
  <div class="timeline">
    <div class="timeline-item muted">
      <div class="timeline-date">February 6, 2026</div>
      <div class="timeline-content">Joint debtor advisers circulate a status report showing four term sheets exchanged and material disagreement across constituencies.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">February 13, 2026</div>
      <div class="timeline-content">Counsel-only meeting; QVCG takes its most aggressive position, calling QVC's claims "without merit."</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">February 22, 2026</div>
      <div class="timeline-content">QVC sends demand letters proposing a $400 million GUC claim and no recovery for the preferred shareholders.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">February 23–24, 2026</div>
      <div class="timeline-content">Settlement conferences; QVCG requests $25 million for the preferred shareholders; QVC rejects, and QVCG does not insist further.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">February 25–26, 2026</div>
      <div class="timeline-content">QVCG counters to reduce the claim to $350 million; the parties reach agreement in principle on a $400 million claim amount.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">April 14–16, 2026</div>
      <div class="timeline-content">QVCG special committee formally approves the Intercompany Settlement; governing bodies grant unanimous written consent; petitions filed.</div>
    </div>
  </div>
  <p>The preferred shareholders pointed to the $400 million figure as evidence that the claim had been manufactured to support the other debtors' restructuring. The court rejected that reading on the timeline. The $400 million was not a number pulled from the air. It represented the QVC disinterested directors' lowest acceptable figure, and the record showed the parties moving toward it through offer and counter rather than arriving at it by design. The restructuring support agreement's terms were contingent on the settlement result, not the other way around.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>What the Settlement Did</h2>
  </div>
  <p>Strip away the procedural history and the settlement is a value allocation. QVC held claims against QVCG. Under the settlement, QVC consented to fix those claims at a $400 million general unsecured claim and to accept, in full satisfaction, the parent's distributable cash together with the 62% equity interest in reorganized Cornerstone. The 62-38 ownership split of the Cornerstone chain, noted at the outset, is the asset that changes hands. The preferred shareholders at the top receive no cash and no equity. What they receive instead is a broad release from the debtor estates of avoidance and related claims arising from the approximately $456 million in preferred dividends they had already received.</p>
  <div class="gauge-row">
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#2C4146" stroke-width="10" stroke-dasharray="194.78 119.38" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#FD7250" stroke-width="10" stroke-dasharray="119.38 194.78" stroke-dashoffset="-194.78" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="56" text-anchor="middle" font-size="13" font-weight="700" fill="#2C4146">62% / 38%</text>
        <text x="60" y="72" text-anchor="middle" font-size="8" fill="#6B8A91">QVCG / LINTA</text>
      </svg>
      <div class="gauge-label">Cornerstone Equity Split</div>
      <div class="gauge-value" style="font-size:16px;">62% conveyed to QVC in settlement</div>
    </div>
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#FD7250" stroke-width="10" stroke-dasharray="290.6 23.6" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="56" text-anchor="middle" font-size="12" font-weight="700" fill="#2C4146">~92.5%</text>
        <text x="60" y="72" text-anchor="middle" font-size="8" fill="#6B8A91">haircut</text>
      </svg>
      <div class="gauge-label">LINTA Noteholder Haircut</div>
      <div class="gauge-value" style="font-size:16px;">Accepted the plan nonetheless</div>
    </div>
  </div>
  <p>The creditor response was close to unanimous. The RCF class accepted in full. The QVC Notes and LINTA Notes classes accepted by overwhelming margins in dollar amount. The LINTA noteholders accepted despite taking roughly a 92.5% haircut on their claims, which the court treated as a meaningful signal that the settlement fell within the range of reasonable outcomes rather than one imposed on unwilling parties. No creditor objected to the settlement or the plan. Only equity holders and the United States Trustee did.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Voting Class</th>
        <th>Accept (by number)</th>
        <th>Accept (by amount)</th>
        <th>Result</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Class B3: RCF Claims</td>
        <td>100%</td>
        <td>100%</td>
        <td class="change-positive">Accepted</td>
      </tr>
      <tr>
        <td class="metric-label">Class B4: QVC Notes Claims</td>
        <td>85.56%</td>
        <td>99.88%</td>
        <td class="change-positive">Accepted</td>
      </tr>
      <tr>
        <td class="metric-label">Class C3: LINTA Notes Claims</td>
        <td>81.91%</td>
        <td>98.95%</td>
        <td class="change-positive">Accepted</td>
      </tr>
    </tbody>
  </table>
  <p>The treatment across the structure follows priority and character. The court identified the secured RCF and QVC Notes classes and the unsecured LINTA Notes class as impaired classes of claims that were entitled to vote, and each took a negotiated recovery and accepted. Third-party general unsecured creditors are unimpaired and paid in full. The parent-level preferred equity is extinguished. The distribution below reflects the plan as confirmed. It is not yet effective, and the court expressly reserved judgment on the preferred shareholders' motion to terminate exclusivity in the event the plan does not go effective.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Stakeholder</th>
        <th>Nature of Interest</th>
        <th>Treatment Under the Confirmed Plan</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">RCF Lenders</td>
        <td>Secured, ~$2.9B</td>
        <td>Recovery under the settlement framework; class accepted 100%</td>
      </tr>
      <tr>
        <td class="metric-label">QVC Noteholders</td>
        <td>Secured, ~$2.15B</td>
        <td>Negotiated recovery; class accepted 99.88% by amount</td>
      </tr>
      <tr>
        <td class="metric-label">LINTA Noteholders</td>
        <td>Unsecured, ~$1.48B</td>
        <td>Negotiated recovery at approximately a 92.5% haircut; accepted</td>
      </tr>
      <tr>
        <td class="metric-label">Third-Party GUCs</td>
        <td>Unsecured, non-affiliate</td>
        <td class="change-positive">Paid in full</td>
      </tr>
      <tr>
        <td class="metric-label">QVCG Preferred Shareholders</td>
        <td>Equity, ~$1.272B preference</td>
        <td class="change-negative">No cash or equity; released from avoidance liability on ~$456M in prior dividends</td>
      </tr>
    </tbody>
  </table>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VIII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>Rule 9019 and the Business-Judgment Question</h2>
  </div>
  <p>A plan may settle claims belonging to the estate under Section 1123(b)(3)(A), and the court evaluated the settlement under Bankruptcy Rule 9019. In the Fifth Circuit the governing framework is the three-part test from Jackson Brewing: the probability of success in litigation, the complexity and likely duration of that litigation, and the balance of other factors drawn from Foster Mortgage. The burden is not high. The debtors needed to show only that the settlement fell within the range of reasonable litigation alternatives.</p>
  <p>The harder question was which standard of review governed. The preferred shareholders argued that because the settlement was struck among debtor insiders, the court should apply the heightened entire fairness standard borrowed from Delaware corporate law, examining both the fairness of the dealing and the fairness of the price. They argued the QVCG directors were inadequately informed and effectively deferred to the other silos and to the joint advisers.</p>
  <p>The court declined to apply entire fairness. The reasoning is worth stating precisely, because it is the load-bearing holding of the opinion. The Fifth Circuit has not adopted a categorical rule requiring entire fairness for a Rule 9019 settlement merely because it involves affiliated debtors. Entire fairness is a state-law concept that applies when one party stands on both sides of a transaction, and the courts the preferred shareholders cited had applied it only after first finding the underlying transaction was conflicted. Here, the debtors were statutory insiders, but the governance architecture answered the conflict before it could taint the settlement.</p>
  <div class="callout">
    <h4>The Core Holding on Standard of Review</h4>
    <p>The Key Entities appointed disinterested directors at each silo, each represented by separate conflicts counsel, and no evidence showed the siloed structure was deficient, the directors themselves conflicted, or conflicts counsel compromised. The directors who investigated and proposed to release the dividend and avoidance claims were not the directors who had authorized those dividends in the first place. On that record, business judgment review applied, and it is not the court's role to second-guess a settlement that reflects a sound exercise of business judgment.</p>
  </div>
  <p>The reliance argument failed for the same reason the manufactured-claim argument did. Informing the directors is not directing them. The joint advisers supplied analysis to every silo equally and left the conclusions to each independent group and its counsel. Once the process cleared entire fairness, the three-part test resolved in the settlement's favor. The outcome of the intercompany claims was genuinely uncertain, the litigation would be complex, lengthy, and expensive, and no creditor objected. The court concluded each prong weighed toward approval.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IX ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>Serta Distinguished: A Release Is Not an Indemnity</h2>
  </div>
  <p>The preferred shareholders' strongest confirmation argument invoked the Fifth Circuit's decision in Serta Simmons and Section 1123(a)(4)'s command that a plan treat every member of a class alike. Their theory: within the preferred class, a release of avoidance liability is worth a great deal to shareholders who received the challenged dividends and nothing to those who did not, so the plan treats co-class members unequally. Look below the surface, they urged, and the treatment is equal in form only.</p>
  <p>The court read Serta narrowly and precisely. In Serta the two classes of noteholders each received an indemnity, and the Fifth Circuit held the plan violated equal treatment because the indemnity was worth millions to members who had participated in the uptier and little or nothing to members who had not. The differential in realized value made the treatment unequal. The distinction the QVC court drew is a distinction in the kind of value at issue.</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">Serta</div>
      <div class="panel-label">The Indemnity</div>
      <div class="split-item">
        <div class="item-label">Instrument</div>
        <div class="item-value">Indemnity for uptier-related losses</div>
      </div>
      <div class="split-item">
        <div class="item-label">Character</div>
        <div class="item-value" style="color: var(--accent-orange);">Affirmative right to payment</div>
      </div>
      <div class="split-item">
        <div class="item-label">Effect on Class</div>
        <div class="item-value">Different realized value to co-class members</div>
      </div>
      <div class="split-item">
        <div class="item-label">Result</div>
        <div class="item-value">Unequal treatment under § 1123(a)(4)</div>
      </div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">QVC Group</div>
      <div class="panel-label">The Release</div>
      <div class="split-item">
        <div class="item-label">Instrument</div>
        <div class="item-value">Debtor release of avoidance claims</div>
      </div>
      <div class="split-item">
        <div class="item-label">Character</div>
        <div class="item-value" style="color: var(--accent-orange);">No affirmative right to payment</div>
      </div>
      <div class="split-item">
        <div class="item-label">Effect on Class</div>
        <div class="item-value">No differing "payments of value" conveyed</div>
      </div>
      <div class="split-item">
        <div class="item-label">Result</div>
        <div class="item-value">Equal treatment satisfied</div>
      </div>
    </div>
  </div>
  <p>An indemnity has make-whole characteristics. It creates an affirmative right to payment if litigation materializes, and that right is worth more to some holders than others. A release creates no such right. It removes a potential liability rather than granting an asset. Because no preferred shareholder receives a payment of value under the settlement, and because the release confers no affirmative entitlement, the plan does not pay co-class members different settlements or require some to tender more consideration than others. The court also observed that the preferred shareholders tendered no consideration in exchange for their treatment, and that debtor releases have no bearing on how the plan treats claims or interests. On that framing, Section 1123(a)(4) was satisfied.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION X ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section X</div>
    <h2>Clearing the Rest of Section 1129</h2>
  </div>
  <p>With the settlement approved and equal treatment resolved, the remaining confirmation requirements fell in sequence. The pattern across them is consistent: each objection assumed a defect that the settlement's approval had already cured.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Requirement</th>
        <th>The Objection</th>
        <th>The Court's Resolution</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">§ 1129(a)(3)<br>Good Faith</td>
        <td>Plan not proposed in good faith; equity not told of the restructuring prepetition</td>
        <td>Legitimate and honest purpose with a reasonable hope of success; no duty to disclose a contemplated restructuring to equity in advance</td>
      </tr>
      <tr>
        <td class="metric-label">§ 1129(a)(7)<br>Best Interests</td>
        <td>Equity would fare better in a Chapter 7 liquidation</td>
        <td>Whether a trustee adopted or litigated the settlement, equity recovers nothing; even a high-end Cornerstone value plus parent cash falls short of the $400 million claim</td>
      </tr>
      <tr>
        <td class="metric-label">§ 1129(a)(10)<br>Impaired Accepting Class</td>
        <td>QVCG lacks an impaired accepting class of claims</td>
        <td>QVCG has only impaired equity, not impaired claims, so the requirement does not apply to it; the QVC settlement claim is unimpaired by consent</td>
      </tr>
      <tr>
        <td class="metric-label">§ 1129(b)<br>Cram Down</td>
        <td>Plan violates absolute priority and unfairly discriminates</td>
        <td>No junior class recovers ahead of the rejecting classes; the corollary holds because 62% of Cornerstone's high-end value plus parent cash is less than the $400 million claim; classification follows priority and character</td>
      </tr>
    </tbody>
  </table>
  <p>The best-interests analysis deserves emphasis because it answers the preferred shareholders on their own terms. Their complaint was that confirmation stripped them of value. The court's response was that no alternative available in bankruptcy produces value for them. If a Chapter 7 trustee adopted the settlement, equity would receive nothing. If the trustee instead litigated the intercompany claims, that litigation would be value-destructive and equity would still likely receive nothing. Even crediting the high end of Cornerstone's valuation, 62% of $135 million plus the parent's cash does not reach the $400 million claim standing ahead of the preferred. There is no version of the counterfactual in which the preferred shareholders do better.</p>
  <p>The third-party releases drew the United States Trustee's objection as nonconsensual and impermissible after the Supreme Court's decision in Purdue Pharma. The court applied the opt-out framework from Container Store and held that a failure to opt out constitutes consent under the appropriate circumstances. The plan excluded from the releasing parties every class deemed to reject unless it affirmatively opted in, the notice and opportunity to opt out were sufficient, and the disclosure statement described the releases in detail. Because the releases were therefore consensual, they are consistent with Purdue, which barred nonconsensual releases but left consensual ones intact. The objection was overruled.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION XI ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section XI</div>
    <h2>What Practitioners Should Take From This</h2>
  </div>
  <p>This is one bankruptcy court's decision on a specific record, not a statement of settled law, and the plan it confirms is not yet effective. Read with that in mind, the opinion still offers several observations worth weighing when you structure an intercompany settlement in an enterprise with multiple silos and conflicting stakeholder groups.</p>
  <p>First, the governance architecture did the heavy lifting here. The disinterested directors at each silo, their exclusive authority over conflicts matters, and their separate conflicts counsel are what let this court apply business judgment review rather than entire fairness. On this record, that choice of standard shaped the burden the debtors had to carry. Whether another court would draw the same line is a separate question, but the decision suggests that building the independence into the governance structure before filing, and documenting it, gives a settlement its best chance under the more deferential standard.</p>
  <p>Second, the distinction between informing and directing mattered a great deal to the outcome. The preferred shareholders' theory depended on recasting the joint advisers' analysis as control, and the court declined to accept that characterization because the record cut the other way: diligence delivered to every silo equally, conclusions left to each independent group. The point is not that advisers can never serve multiple constituencies, but that where they do, a record showing they supplied facts rather than verdicts is what this court found persuasive.</p>
  <p>Third, the court read Serta narrowly. It treated the equal-treatment question as turning on the kind of value conveyed, distinguishing an indemnity, which creates an affirmative right to payment that can be worth different amounts to different holders, from a release, which extinguishes a liability and confers no such right. That is a meaningful line, though it is one trial court's application of a recent appellate decision, and how far it travels to other facts and other courts remains to be seen. For now, it is a distinction worth keeping in view when you structure intra-class value in a settlement.</p>
  <p>Fourth, the court upheld opt-out third-party releases after Purdue, applying the Container Store framework already developed in this district. Its analysis rested on notice, an opportunity to opt out, detailed disclosure, and the exclusion of deemed-rejecting classes unless they opt in. Purdue foreclosed nonconsensual releases; it did not disturb consensual ones, and this decision reflects one court's view of what a sufficient consent record looks like. Courts continue to differ on the mechanics, so the opinion is useful less as a rule than as a worked example.</p>
  <p>The thread running through all four is where the reasoning actually lives. This was not a case resolved by a single reported holding. It was resolved on a 103-page record built from four days of testimony, hundreds of exhibits, four term sheets, and a negotiation captured meeting by meeting across February through April. The findings of fact, the forensic analyses, the sequence of offers and counters, and the declarations of directors who never became named defendants are where the analysis sits. Reading the confirmation order alone would tell you the plan was confirmed. It would not tell you why, or how a similar record might be built again. That is in the docket, and finding it quickly is the difference between knowing an outcome and understanding the process that produced it.</p>
</section>
<!-- ==================== FOOTER ==================== -->
<footer class="report-footer">
  <div class="container">
    <div class="footer-brand"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report analyzes the 103-page Memorandum Decision (I) Approving Disclosure Statement, (II) Confirming Second Amended Plan, and (III) Granting Related Relief, entered July 15, 2026 by the United States Bankruptcy Court for the Southern District of Texas, Houston Division, in In re QVC Group, Inc., et al., No. 26-90447 (Doc. 710). All figures, holdings, and procedural facts are drawn from the decision and its underlying record. The plan has been confirmed but is not yet effective; the court reserved judgment on the preferred shareholders' motion to terminate exclusivity in the event the plan does not go effective.</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
    <p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
    <p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
  </div>
</footer>
</body>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/serta-on-remand-a-261-million-plus-interest-breach</id>
    <published>2026-07-12T23:35:22-05:00</published>
    <updated>2026-07-12T23:36:14-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/serta-on-remand-a-261-million-plus-interest-breach" rel="alternate" type="text/html"/>
    <title>Serta on Remand: A $261 Million (Plus Interest) Breach</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p><span>On remand from the Fifth Circuit, the bankruptcy court held that the participating lenders breached the credit agreement's pro rata sharing provision and awarded the excluded and LCM lenders $261.13 million, plus six years of mandatory prejudgment interest at nine percent</span></p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/serta-on-remand-a-261-million-plus-interest-breach">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<body>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Serta on Remand: A $261 Million Breach | Stretto Intelligence</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap" rel="stylesheet">
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0; right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px; letter-spacing: 2px; text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px; border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px; font-weight: 700; line-height: 1.2;
  margin-bottom: 20px; max-width: 860px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px; font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 760px; line-height: 1.5;
}
.header-meta {
  margin-top: 30px; display: flex; gap: 30px; flex-wrap: wrap;
  font-size: 13px; color: rgba(255,255,255,0.5); letter-spacing: 0.5px;
}
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
.section-header {
  margin-bottom: 35px; padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--accent-orange); font-weight: 500; margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px; font-weight: 700; color: var(--dark-slate); line-height: 1.3;
}
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
p { margin-bottom: 18px; line-height: 1.75; }
.lead { font-size: 19px; color: var(--primary-slate); }
.stat-row {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px; margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray); border-left: 4px solid var(--accent-orange);
  padding: 24px 28px; border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--light-slate); font-weight: 500; margin-bottom: 6px;
}
.stat-card .stat-value { font-size: 32px; font-weight: 700; color: var(--dark-slate); line-height: 1.2; }
.stat-card .stat-detail { font-size: 13px; color: var(--light-slate); margin-top: 4px; }
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
table.comparison { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 15px; }
table.comparison thead th {
  background: var(--dark-slate); color: var(--white);
  padding: 14px 18px; text-align: left; font-weight: 500;
  font-size: 13px; letter-spacing: 0.5px; text-transform: uppercase;
}
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td { padding: 14px 18px; border-bottom: 1px solid var(--light-gray); vertical-align: top; }
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
table.comparison td.col-highlight { background: rgba(253,114,80,0.10); font-weight: 500; color: var(--dark-slate); }
table.comparison th.col-highlight { background: var(--accent-orange); }
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
.bar-chart { margin: 30px 0; padding: 30px; background: var(--fine-gray); border-radius: 8px; }
.bar-chart-title { font-size: 16px; font-weight: 500; color: var(--dark-slate); margin-bottom: 25px; }
.bar-group { display: flex; align-items: center; margin-bottom: 16px; }
.bar-label { width: 150px; font-size: 13px; font-weight: 400; color: var(--text-body); flex-shrink: 0; text-align: right; padding-right: 16px; }
.bar-track { flex: 1; height: 32px; background: var(--light-gray); border-radius: 4px; position: relative; overflow: hidden; }
.bar-fill { height: 100%; border-radius: 4px; display: flex; align-items: center; padding-left: 12px; font-size: 13px; font-weight: 500; color: var(--white); transition: width 1s ease; }
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside { margin-left: 10px; font-size: 13px; font-weight: 500; color: var(--text-body); flex-shrink: 0; width: 90px; }
.callout { background: var(--dark-slate); color: var(--white); padding: 35px 40px; border-radius: 8px; margin: 40px 0; position: relative; overflow: hidden; }
.callout::before { content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: var(--accent-orange); }
.callout h4 { color: var(--accent-orange); font-size: 13px; letter-spacing: 2px; text-transform: uppercase; margin: 0 0 12px; font-weight: 500; }
.callout p { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.7; margin: 0; }
.callout .callout-stat { font-size: 48px; font-weight: 700; color: var(--accent-orange); display: block; margin-bottom: 8px; }
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before { content: ''; position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: var(--medium-gray); }
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before { content: ''; position: absolute; left: -26px; top: 6px; width: 12px; height: 12px; border-radius: 50%; background: var(--accent-orange); border: 3px solid var(--white); box-shadow: 0 0 0 2px var(--accent-orange); }
.timeline-item.muted::before { background: var(--light-slate); box-shadow: 0 0 0 2px var(--light-slate); }
.timeline-date { font-size: 13px; font-weight: 500; color: var(--accent-orange); letter-spacing: 0.5px; }
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
.split-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 40px 0; border-radius: 8px; overflow: hidden; }
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 34px; font-weight: 700; margin-bottom: 5px; line-height: 1.1; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; }
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 18px; font-weight: 500; }
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
.report-footer { background: var(--dark-slate); color: rgba(255,255,255,0.5); padding: 50px 40px; margin-top: 80px; font-size: 13px; line-height: 1.7; }
.report-footer .footer-brand { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
.pullnote { border-left: 3px solid var(--medium-gray); padding: 4px 0 4px 22px; margin: 26px 0; color: var(--medium-slate); font-size: 16px; font-style: italic; }
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
  .bar-label { width: 100px; }
}
</style>
<header class="report-header">
  <div class="header-top">
    <div class="brand-mark"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <div class="report-type">Special Report</div>
  </div>
  <div class="header-content">
    <h1>Serta on Remand: <span class="highlight">A $261 Million Breach</span>
</h1>
    <p class="header-subtitle">On remand from the Fifth Circuit, the bankruptcy court held that the participating lenders breached the credit agreement's pro rata sharing provision and awarded the excluded and LCM lenders $261.13 million, plus six years of mandatory prejudgment interest at nine percent.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>July 2026</span>
      <span>Analysis of the 48-page remand memorandum opinion in Adv. Pro. No. 23-09001</span>
    </div>
  </div>
</header>
<!-- ============ SECTION I ============ -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>The Question on Remand, and the Answer</h2>
  </div>
  <p class="lead">The Fifth Circuit settled one question about Serta's 2020 uptier in December 2024. It was not a permissible open market purchase. What it left open was the question that actually decides money: if the transaction was not permitted, did the participating lenders breach the credit agreement, and if so, what do they owe.</p>
  <p>On July 7, 2026, the United States Bankruptcy Court for the Southern District of Texas answered both. The participating lenders breached Section 2.18(c) of the credit agreement, the sacred right of pro rata sharing, by taking payment on their first-lien debt without buying participations in the loans held by the lenders they left behind. Judgment is for the plaintiffs, the excluded lenders and the LCM lenders. The award is $261.13 million, measured as of the closing of the 2020 Transaction, with prejudgment interest running at nine percent per year from that date through the date of the opinion.</p>
  <div class="stat-row">
    <div class="stat-card negative">
      <div class="stat-label">Damages Awarded</div>
      <div class="stat-value">$261.13M</div>
      <div class="stat-detail">Measured at the time of breach, June 22, 2020</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Prejudgment Interest</div>
      <div class="stat-value">9.00%</div>
      <div class="stat-detail">Mandatory under N.Y. CPLR 5001, from June 22, 2020</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">First-Lien Debt Exchanged</div>
      <div class="stat-value">$992M</div>
      <div class="stat-detail">For roughly $734M in second-out debt, a 74% ratio</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Ratable Share Denied</div>
      <div class="stat-value">47.4%</div>
      <div class="stat-detail">Plaintiffs' pro rata share of the first-lien class</div>
    </div>
  </div>
  <p>This ruling translates the Fifth Circuit's open market purchase holding into a damages number. It does so on the text of a pro rata sharing provision of a kind found in many syndicated credit agreements, and it rests on three determinations that are not specific to Serta's facts: what the word "payment" means, how a court measures the benefit that must be shared, and the consequences of the choice of New York law. Read together, they describe the exposure that sits behind an uptier a court later finds impermissible.</p>
  <p>A note on posture. The opinion is a final memorandum of findings of fact and conclusions of law, but the court directed the plaintiffs to submit a proposed form of final judgment that identifies each remaining defendant, the face value of its holdings, its several share of the award, and the interest accrued on that share. Per-defendant numbers are therefore still to be computed, and the decision is subject to appeal.</p>
</section>
<div class="section-divider"></div>
<!-- ============ SECTION II ============ -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section II</div>
    <h2>How the 2020 Transaction Was Built</h2>
  </div>
  <p>Serta borrowed $1.95 billion under a First Lien Term Loan Agreement in November 2016. That agreement carried a pro rata sharing provision in Section 2.18(c) and a narrow set of carve-outs, including one for an open market purchase in Section 9.05(g). By 2019 the company carried more than $2 billion in secured debt, its largest retail partner had restructured, and the pandemic had closed more than half of its manufacturing capacity. Serta needed to reduce debt and raise new money, and it ran a process designed to make its lenders compete on discount.</p>
  <p>Two groups formed. One, later the excluded lenders, brought a drop-down structure that would move intellectual property into an unrestricted subsidiary and lend new money against it. The other, later the participating lenders, brought an uptier open to a majority that would prime everyone else. Serta accepted the uptier. It closed on June 22, 2020. The participating lenders provided $200 million of new-money first-out loans and exchanged existing first-lien and second-lien debt into an $875 million second-out tranche, with an open-ended basket for future third-out exchanges that would rank ahead of the legacy first-lien debt left with the excluded lenders.</p>
  <p>The exchange itself is the fact that decides this case. The participating lenders sold and assigned more than $990 million of first-lien term loans back to Serta and received roughly $734 million of new first-lien second-out debt, a ratio of 74 cents on the dollar. Serta then retired and cancelled the loans it took in. To keep that exchange outside the pro rata sharing requirement, the parties papered it as an open market purchase under Section 9.05(g). The Fifth Circuit later held that it was not one.</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">Before</div>
      <div class="panel-label">Capital Structure to June 2020</div>
      <div class="split-item">
        <div class="item-label">First Lien Term Loans</div>
        <div class="item-value">$1.887B</div>
      </div>
      <div class="split-item">
        <div class="item-label">Second Lien Term Loans</div>
        <div class="item-value">$427M</div>
      </div>
      <div class="split-item">
        <div class="item-label">Pro Rata Sharing</div>
        <div class="item-value" style="color: var(--accent-orange);">Protected by Section 2.18(c)</div>
      </div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">After</div>
      <div class="panel-label">Superpriority Waterfall from June 2020</div>
      <div class="split-item">
        <div class="item-label">New "First Out" (cash)</div>
        <div class="item-value">$200M</div>
      </div>
      <div class="split-item">
        <div class="item-label">New "Second Out" (exchange)</div>
        <div class="item-value">Up to $875M</div>
      </div>
      <div class="split-item">
        <div class="item-label">"Third Out" Basket (future)</div>
        <div class="item-value">Open-ended</div>
      </div>
      <div class="split-item">
        <div class="item-label">Legacy First Lien (subordinated)</div>
        <div class="item-value" style="color: var(--accent-orange);">Up to $895M</div>
      </div>
    </div>
  </div>
  <p>Before the transaction, the two sides of the first-lien class were close to evenly matched. The participating lenders held about $992 million, roughly 52.6 percent of the class. The plaintiffs held about $895 million, roughly 47.4 percent. Those percentages carry through the entire damages analysis, because Section 2.18(c) shares value in proportion to holdings across the class.</p>
</section>
<div class="section-divider"></div>
<!-- ============ SECTION III ============ -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>The Path to Judgment</h2>
  </div>
  <p>Six years separate the transaction from the award. The interval is not incidental. It is the base over which mandatory prejudgment interest compounds, and it is the product of a procedural path that ran through state court, a bankruptcy filing, the Fifth Circuit, and a denial of certiorari before returning here for trial.</p>
  <div class="timeline">
    <div class="timeline-item muted">
      <div class="timeline-date">November 2016</div>
      <div class="timeline-content">Serta borrows $1.95 billion under the First Lien Term Loan Agreement, which includes the Section 2.18(c) pro rata sharing provision and the Section 9.05(g) open market purchase carve-out.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">Spring 2020</div>
      <div class="timeline-content">Competing lender groups approach Serta. One group proposes a drop-down. The other proposes an uptier open to a majority. Serta places the groups under nondisclosure agreements and runs a competitive process on discount.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">June 22, 2020</div>
      <div class="timeline-content">The 2020 Transaction closes, structured as an open market purchase under Section 9.05(g). Roughly $992 million of first-lien term loans are exchanged for about $734 million of second-out debt.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">September 28, 2020</div>
      <div class="timeline-content">Certain excluded lenders enter a cooperation agreement to blunt the open baskets that could convert more debt into senior third-out priority.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">January 23, 2023</div>
      <div class="timeline-content">Serta files Chapter 11 and commences the adversary proceeding, seeking a declaration that the transaction was a permissible open market purchase.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">December 31, 2024</div>
      <div class="timeline-content">The Fifth Circuit holds the transaction was not an open market purchase, vacates the post-trial judgment, and remands, noting a strong case for breach. The opinion is later revised in January and February 2025, and the Supreme Court denies certiorari.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">November 2025</div>
      <div class="timeline-content">The court grants Serta summary judgment on the plan's discharge and release provisions, leaving the participating lenders as the remaining defendants.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">March 2 to 6, 2026</div>
      <div class="timeline-content">Trial proceeds between the plaintiffs and the participating lenders on the breach and damages questions. Closing arguments follow on March 25.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 7, 2026</div>
      <div class="timeline-content">The court holds the participating lenders breached Section 2.18(c) and awards $261.13 million plus prejudgment interest at nine percent from June 22, 2020.</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<!-- ============ SECTION IV ============ -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>The Threshold Question: Was There a "Payment"?</h2>
  </div>
  <p>The participating lenders' position depended on one word. Section 2.18(c) is triggered when a lender "obtains payment" in respect of principal or interest and ends up with a greater proportion than others in its class. If a debt exchange is not a "payment," the provision never fires, and there is nothing to share. So the participating lenders argued that "payment" means cash, and that an exchange of one instrument for another is not a payment at all.</p>
  <p>The court read the contract against that argument and rejected it. The credit agreement does not define "payment," so its meaning comes from how the word is used across the document. The participating lenders leaned on the "in Dollars" language in Section 2.18(a), which governs how the borrower pays its lenders through the administrative agent. But Section 2.18(c) governs something different. It governs what happens when a lender receives consideration in any form and from any source, and it carries no "in Dollars" limitation. The text of Section 2.18(c) itself reaches "payment (whether voluntary, involuntary, through the exercise of any right of set-off or otherwise)." A set-off is not cash. The "or otherwise" catch-all is open-ended. A debt exchange sits inside it.</p>
  <p>The court's other basis was structural, and it closes the reading the participating lenders proposed. Section 2.18(c) carves out four transaction types from ratable treatment, in Sections 2.22, 2.23, 9.02(c), and 9.05(g). Every one of them is a non-cash exchange of one loan for another. If a debt exchange could never be a "payment" that triggers Section 2.18(c) in the first place, there would be nothing for those four carve-outs to carve out. They would be surplusage, and New York law does not read contracts to make provisions meaningless. The presence of the carve-outs is proof that the drafters understood debt exchanges to be payments. The participating lenders tried to fit their exchange into one of those carve-outs, the open market purchase. That is the whole point. You do not need an exception for something the rule never covered.</p>
  <div class="callout">
    <h4>The Carve-Out Proves the Rule</h4>
    <p>Section 2.18(c) excepts four non-cash exchange mechanisms from ratable sharing, including the open market purchase the parties tried to use here. Those exceptions only make sense if a debt exchange is a "payment" that would otherwise trigger the provision. Reading "payment" to exclude debt exchanges would render every one of the carve-outs meaningless, an interpretation New York law forbids.</p>
  </div>
  <p>The court also declined to import an industry definition. The participating lenders offered a Loan Syndications and Trading Association guide that defines payment as a cash transfer. That guide was never referenced or incorporated into the credit agreement, "payment" is not a technical term of art, and several of the plaintiffs' witnesses testified they had never used the guide or heard of it. New York law does not let industry custom rewrite a term whose meaning is found within the four corners of the contract. The word "payment" carried its ordinary breadth, and the exchange was a payment.</p>
</section>
<div class="section-divider"></div>
<!-- ============ SECTION V ============ -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>"In Respect of Principal," and the Non-Pro Rata Result</h2>
  </div>
  <p>Once the exchange is a payment, the remaining elements of Section 2.18(c) follow quickly, and the participating lenders' own transaction documents supply the proof. The provision requires that the payment be "in respect of" principal or interest on a loan in the class. The phrase appears several hundred times across the credit agreement and consistently means concerning, regarding, or in connection with. The participating lenders received their second-out debt as direct consideration for their first-lien term loans, at a ratio tied precisely to the principal of those loans. The signature pages to the exchange agreement show each participating lender receiving new debt equal to 74 percent of the principal amount of the first-lien loans it surrendered. The connection is not inferred. It is documented.</p>
  <p>The court pointed to the exchange agreement's own recitals, which state that Section 2.18(c) "does not apply to any payments made as consideration for the assignment of Existing First Lien Term Loans" under Section 9.05(g). That recital is an admission built into the deal. The parties knew Section 2.18(c) would otherwise apply, which is exactly why they wrote language to escape it. The escape depended on the open market purchase holding up. It did not.</p>
  <p>That leaves the last two elements. The participating lenders received a payment on their first-lien term loans. The plaintiffs, holding the same class of loans, received nothing. And the participating lenders never purchased participations in the plaintiffs' loans, which is the specific remedy Section 2.18(c) requires to restore ratable treatment. The court noted that the discount the participating lenders accepted is beside the point. Section 2.18(c) asks whether one lender recovered a greater proportion of its loans than another lender in the same class. The participating lenders recovered a payment. The plaintiffs recovered zero. The proportion is unequal on its face.</p>
  <div class="pullnote">The provision asks whether one lender recovered a greater proportion than another in its class. The participating lenders received a payment. The plaintiffs received nothing. The breach is established on those two facts.</div>
</section>
<div class="section-divider"></div>
<!-- ============ SECTION VI ============ -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>The Defenses That Failed</h2>
  </div>
  <p>With liability established, the participating lenders' remaining arguments were efforts to avoid or shrink the award. The court addressed each and rejected each. Two are worth pausing on before the table, because they show how the Fifth Circuit's mandate constrains what a defendant can still argue on remand.</p>
  <p>The ratification defense argued that a majority of lenders amended Section 9.05(g) to confirm the transaction, so the majority ratified it. But ratification presupposes a transaction that was valid to ratify. The Fifth Circuit held the transaction was not an open market purchase, and it held that changing the ratable-sharing protection required unanimous consent precisely so a majority could not bargain away a right belonging to all lenders. The ratification argument is the open market argument in new packaging, and it lost for the same reason. The law-of-the-case defense fared no better. It leaned on the prior judge's statements about the excluded lenders' "objective lack of good faith," but those statements were dicta that could be deleted without disturbing any ruling. Dicta decides nothing, so there was nothing for the excluded lenders to appeal and nothing they forfeited.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Defense</th>
        <th>Participating Lenders' Position</th>
        <th>Court's Disposition</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">"Payment" means cash</td>
        <td>A debt exchange is not a payment, so Section 2.18(c) never fires</td>
        <td class="change-negative">Rejected. The "or otherwise" catch-all and four non-cash carve-outs cover the exchange</td>
      </tr>
      <tr>
        <td class="metric-label">Ratification</td>
        <td>A majority amended Section 9.05(g) to confirm the transaction</td>
        <td class="change-negative">Rejected. Depends on a valid open market purchase the Fifth Circuit foreclosed</td>
      </tr>
      <tr>
        <td class="metric-label">Law of the case / waiver</td>
        <td>Prior findings on the excluded lenders' good faith bind them</td>
        <td class="change-negative">Rejected. The findings were dicta, so nothing was decided or forfeited</td>
      </tr>
      <tr>
        <td class="metric-label">In pari delicto</td>
        <td>The excluded lenders' conduct should bar recovery</td>
        <td class="change-negative">Applies as a doctrine, but bars nothing on this record</td>
      </tr>
      <tr>
        <td class="metric-label">Unclean hands</td>
        <td>The same conduct should bar recovery in equity</td>
        <td class="change-negative">Unavailable in a damages-only action, and would not apply regardless</td>
      </tr>
      <tr>
        <td class="metric-label">Failure to mitigate</td>
        <td>Plaintiffs should have sold their loans into the secondary market</td>
        <td class="change-negative">Rejected. No real market existed, and selling would forfeit the claim</td>
      </tr>
      <tr>
        <td class="metric-label">Economic-value damages</td>
        <td>Face value overstates the benefit; measure the transaction's economics</td>
        <td class="change-negative">Rejected as a-textual. Section 2.18(c) shares the benefit of the payment</td>
      </tr>
    </tbody>
  </table>
  <p>The mitigation defense deserves a word, because it is the one most likely to recur. The participating lenders argued the plaintiffs should have sold their positions rather than hold them through a decline. The court found no market to sell into. In the eighteen months after closing, only about $162 million of first-lien term loans traded, against plaintiff holdings of more than $700 million, and dealers were sitting on inventory they could not move. The plaintiffs' fact witnesses testified to weekly and biweekly calls with brokers that never produced a buyer. The court also held that a plaintiff need not sell to mitigate when selling would extinguish the very breach claim it is trying to preserve. For the LCM lenders, whose business depends on the senior-secured-lending model the transaction threatened, that claim was worth more than any price the thin market could offer.</p>
</section>
<div class="section-divider"></div>
<!-- ============ SECTION VII ============ -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>Damages: Face Value, Not Economic Value</h2>
  </div>
  <p>The liability holding decides who pays. The damages holding decides how much, and the method the court used to reach it applies beyond this transaction. The dispute reduced to a single question. When Section 2.18(c) requires that "the benefit of all such payments shall be shared ratably," what is the benefit? The plaintiffs' expert measured it at the face value of the consideration the participating lenders received. The participating lenders' expert measured it at economic value, discounted for the risk that the new paper might not perform. The court took face value.</p>
  <p>The mechanics are clean once the benefit is fixed. The participating lenders received $734 million of second-out consideration. Spread ratably across the $1.887 billion first-lien class, that benefit is worth about 38.9 cents per dollar of class principal. Applied to the plaintiffs' $895 million position, the ratable share the participating lenders should have delivered is roughly $348 million. That figure is the baseline for the entire award.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Benefit to Share</div>
      <div class="stat-value">$734M</div>
      <div class="stat-detail">Face value of second-out consideration received</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Ratable Benefit Per Dollar</div>
      <div class="stat-value">$0.389</div>
      <div class="stat-detail">Across the $1.887B first-lien class</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Plaintiffs' Baseline Payment</div>
      <div class="stat-value">$348M</div>
      <div class="stat-detail">47.4% of the $734M benefit</div>
    </div>
  </div>
  <p>The court rejected two competing methodologies for the same reason: both drifted away from the text. The plaintiffs' first method measured damages at the time Serta emerged from bankruptcy in 2023, three years after the breach, which folded in independent market forces like the pandemic-era mattress downturn and Serta's later refinancing failure. New York law measures contract damages at the time of breach, so the court rejected it. The participating lenders' method measured the change in expected recoveries across the first-lien class from the first to the third quarter of 2020, an attempt to show that everyone's recovery improved and that the plaintiffs therefore lost nothing. The court rejected that too. Section 2.18(c) shares the benefit of the payment, not the benefits of the transaction as a whole. New money, second-lien buybacks, the price at which lenders bought their debt, and the general economics of the deal are all outside what the provision measures.</p>
  <p>With the benefit fixed at face value and the measurement date fixed at closing, the court adopted the plaintiffs' time-of-breach model using the 25-cent first-lien price that prevailed on the closing date. The model compares a but-for world, in which the plaintiffs receive the $348 million cash payment and keep the balance of their loans, against the actual world, in which they kept all their loans and received nothing. The table below shows the sensitivity of that calculation to the assumed first-lien price. The court adopted the 25-cent column.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Component ($M)</th>
        <th>$0.10</th>
        <th>$0.15</th>
        <th>$0.20</th>
        <th class="col-highlight">$0.25 (adopted)</th>
        <th>$0.31</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">But-for cash payment</td>
        <td>348.17</td>
<td>348.17</td>
<td>348.17</td>
<td class="col-highlight">348.17</td>
<td>348.17</td>
      </tr>
      <tr>
        <td class="metric-label">Value of retained loans</td>
        <td>54.68</td>
<td>82.02</td>
<td>109.37</td>
<td class="col-highlight">136.71</td>
<td>169.52</td>
      </tr>
      <tr>
        <td class="metric-label">But-for world total</td>
        <td>402.86</td>
<td>430.20</td>
<td>457.54</td>
<td class="col-highlight">484.88</td>
<td>517.69</td>
      </tr>
      <tr>
        <td class="metric-label">Actual world value</td>
        <td>89.50</td>
<td>134.25</td>
<td>179.00</td>
<td class="col-highlight">223.75</td>
<td>277.45</td>
      </tr>
      <tr>
        <td class="metric-label">Damages</td>
        <td>313.36</td>
<td>295.95</td>
<td>278.54</td>
<td class="col-highlight">261.13</td>
<td>240.24</td>
      </tr>
    </tbody>
  </table>
  <div class="bar-chart">
    <div class="bar-chart-title">The $261.13 Million Delta at the Adopted 25-Cent Price</div>
    <div class="bar-group">
      <div class="bar-label">But-for world</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 100%;">$484.88M</div></div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Actual world</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 46.1%;">$223.75M</div></div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Damages (delta)</div>
      <div class="bar-track"><div class="bar-fill orange" style="width: 53.9%;">$261.13M</div></div>
      <div class="bar-value-outside"></div>
    </div>
  </div>
  <p>The participating lenders' principal objection was that the result makes no economic sense. It requires them to pay $348 million for a participation worth roughly $87 million at the closing price, a trade no rational party would accept. The court answered that the objection proves the point rather than defeating it. The parties structured a transaction that always carried the risk of not complying with Section 2.18(c). They accepted that risk, litigated it, and nearly won. When the Fifth Circuit held the open market purchase did not qualify, the consequence the provision was written to impose became the consequence they owed. Strict textual analysis decided whether the transaction complied. The same strict text decides the price of getting it wrong.</p>
  <div class="callout">
    <h4>Why Face Value Is Not Speculative</h4>
    <p><span class="callout-stat">$734M</span>The court held that the absence of a secondary market for newly issued paper does not make its face value speculative. Where a contract specifies the value of the consideration exchanged, that negotiated price is the appropriate basis for damages. The participating lenders themselves set the 74-cent exchange ratio. The court applied the number they negotiated and accepted.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ============ SECTION VIII ============ -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>The Prejudgment Interest Multiplier</h2>
  </div>
  <p>The damages number is not the exposure. The exposure is the damages number plus six years of interest at a rate the court had no discretion to reduce. The credit agreement is governed by New York law, and under New York law prejudgment interest on a breach of contract claim is mandatory at nine percent per year. It is not a penalty and not a matter of equity. It runs from the earliest ascertainable date the claim existed, which here is a single date, the closing of the transaction on June 22, 2020, and it runs through the date of the opinion.</p>
  <p>The participating lenders argued that nine percent over six years on a multi-hundred-million-dollar award is inequitable, that New York's rate is among the highest in the country, and that the plaintiffs dismissed early suits and waited before filing again. The court held that none of that matters, because equitable considerations do not enter a breach of contract case where interest is mandatory by statute. The cases the participating lenders cited all involved federal claims or non-New York law, where no mandatory New York provision applied.</p>
  <p>How far this reaches is best seen in the authority the court relied on. In one New York Court of Appeals case, a 1982 breach produced a damages trial thirteen years later, and prejudgment interest ran the full interval across multiple appeals. By the time judgment entered, the interest award of $417,785 exceeded the damages award of $338,521. The court also cited authority holding that a plaintiff's delay in bringing suit is not a controlling factor in computing interest. The lesson for the party that structures the transaction is direct. Choosing New York law for a credit agreement means that a breach found years later carries a mandatory nine percent running from the breach, and time is not on the breaching party's side.</p>
  <div class="callout">
    <h4>Six Years, Compounding, Non-Discretionary</h4>
    <p>Prejudgment interest at nine percent runs from June 22, 2020 through July 7, 2026 on each defendant's several share of the award. In the authority the court followed, mandatory New York interest grew large enough to exceed the underlying damages. The rate is a structural feature of the choice of New York law, not a variable the court could tune to the equities of the case.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ============ SECTION IX ============ -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>Several Liability and the Shape of the Judgment</h2>
  </div>
  <p>The award is not a single joint number that any one defendant might be forced to satisfy alone. The credit agreement makes the lenders' obligations several and not joint, so each remaining defendant is liable only for its own proportionate share of the total, calculated by its individual first-lien holdings as of the closing date against the total holdings of all participating lenders at that time. A defendant's liability does not grow because other defendants have settled or been dismissed, and there are several who are no longer in the case.</p>
  <p>Two adjustments sit on the plaintiffs' side of the ledger. The portion of the award attributable to any excluded or LCM lender that is no longer a plaintiff drops out of the recoverable amount. And one of the plaintiffs, Apollo, has its recovery limited to 50 percent of its holdings, consistent with a ruling on a motion in limine and a May 2023 stipulation and agreed order under which half of the applicable purchases were deemed null and void.</p>
  <p>The court directed the plaintiffs to submit a proposed form of final judgment. That judgment must identify each remaining defendant, the face value of its first-lien holdings as of June 22, 2020, its several share of the adjusted damages total, and the prejudgment interest accrued on that share through July 7, 2026. Until that document is entered, the $261.13 million figure is the aggregate before these several allocations, and the individual exposures remain to be computed.</p>
</section>
<div class="section-divider"></div>
<!-- ============ SECTION X ============ -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section X</div>
    <h2>What This Means for Liability Management</h2>
  </div>
  <p>The significance of this opinion is not that an uptier lost. The Fifth Circuit's 2024 decision already held that Serta's structure did not fit the open market purchase exception. What this opinion adds is a method for turning that holding into a damages number, and the method rests on reasoning that is not specific to Serta. If you advise on either side of a liability management exercise, three parts of that reasoning bear on how you price risk.</p>
  <p>The first is the "payment" holding. The participating lenders' best textual argument was that a debt exchange is not a payment and never triggers pro rata sharing. That argument is now harder to make against a credit agreement built on the common New York template, because the same carve-outs that appear in most agreements are the proof that debt exchanges are payments. The escape hatch that some structures counted on is closed by the very exceptions those structures rely on. When you evaluate whether an exchange sits inside or outside a sacred right, the presence of non-cash carve-outs cuts against the argument that the sacred right never applied.</p>
  <p>The second is the measure of damages. A minority lender's exposure is not the discounted market value of the paper the majority received. It is the face value of the consideration the majority negotiated for itself, shared ratably across the class. That distinction is the difference between a modest number and a large one. In this case it was the difference between an economic-value theory that produced little or nothing and a face-value theory that produced $261 million. When you model the downside of a transaction that might fail the sacred right, the face value of what the participating group takes is the right input, and it is a number the participating group sets itself.</p>
  <p>The third is time and law. Nine percent mandatory interest running from the breach turns litigation risk into a growing liability that neither delay nor a favorable early ruling can arrest. Serta's participating lenders won at the bankruptcy court and lost at the Fifth Circuit, and the interest ran the entire time. A choice-of-law clause that reads as boilerplate carries a real and compounding cost when a transaction is later unwound. That cost belongs in the model at signing, not in the post-mortem.</p>
  <p>Two cautions keep this in proportion. This is a trial court's decision, applying New York law to one credit agreement, and it is subject to appeal. Another agreement with different sacred-right language, different carve-outs, or a different governing law could come out differently, and the proposed final judgment that fixes each defendant's several share has not yet been entered. But the direction is clear enough to act on. The instruments and the mechanics that made these transactions attractive are the same instruments and mechanics a court now reads strictly against the party that built them. The discipline that goes into structuring an exchange to satisfy a sacred right is the same discipline that will be applied, word for word, when a court decides what the failure costs.</p>
</section>
<!-- ============ FOOTER ============ -->
<footer class="report-footer">
  <div class="container">
    <div class="footer-brand"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This report analyzes the 48-page remand memorandum opinion entered July 7, 2026 in the Serta Simmons Bedding adversary proceeding (Adv. Pro. No. 23-09001, Bankr. S.D. Tex.). It summarizes the court's liability, damages, and prejudgment interest rulings and their implications for liability management transactions. All figures are drawn from the opinion and the trial record it cites. The decision is subject to appeal, and a proposed form of final judgment fixing each defendant's several share had not been entered as of the opinion date.</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
    <p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
    <p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
  </div>
</footer>
</body>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/a-public-detention-corporation-restructures-its-bond-debt-in-chapter-11</id>
    <published>2026-07-12T23:34:30-05:00</published>
    <updated>2026-07-12T23:34:50-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/a-public-detention-corporation-restructures-its-bond-debt-in-chapter-11" rel="alternate" type="text/html"/>
    <title>A Public Detention Corporation Restructures Its Bond Debt in Chapter 11</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p><span>Central Falls Detention Facility Corporation entered Chapter 11 with a signed restructuring support agreement and a plan that would eliminate more than $101 million of bond obligations while resolving years of litigation with its host city and a data-security class action</span></p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/a-public-detention-corporation-restructures-its-bond-debt-in-chapter-11">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<body>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Central Falls Detention Facility Corporation | Stretto Intelligence Special Report</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap" rel="stylesheet">
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
/* --- HEADER --- */
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 900px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 760px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
}
/* --- LAYOUT --- */
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
/* --- SECTION HEADERS --- */
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
p { margin-bottom: 18px; line-height: 1.75; }
/* --- STAT CARDS --- */
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value { font-size: 32px; font-weight: 700; color: var(--dark-slate); line-height: 1.2; }
.stat-card .stat-detail { font-size: 13px; color: var(--light-slate); margin-top: 4px; }
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
/* --- COMPARISON TABLES --- */
table.comparison { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 15px; }
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td { padding: 14px 18px; border-bottom: 1px solid var(--light-gray); vertical-align: top; }
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
.tag {
  display: inline-block; font-size: 11px; font-weight: 500; letter-spacing: 0.5px;
  text-transform: uppercase; padding: 3px 10px; border-radius: 3px;
}
.tag.impaired { background: rgba(192,57,43,0.12); color: var(--danger); }
.tag.unimpaired { background: rgba(39,174,96,0.12); color: var(--success); }
/* --- BAR CHARTS --- */
.bar-chart { margin: 30px 0; padding: 30px; background: var(--fine-gray); border-radius: 8px; }
.bar-chart-title { font-size: 16px; font-weight: 500; color: var(--dark-slate); margin-bottom: 25px; }
.bar-group { display: flex; align-items: center; margin-bottom: 16px; }
.bar-label { width: 200px; font-size: 13px; font-weight: 400; color: var(--text-body); flex-shrink: 0; text-align: right; padding-right: 16px; }
.bar-track { flex: 1; height: 32px; background: var(--light-gray); border-radius: 4px; position: relative; overflow: hidden; }
.bar-fill { height: 100%; border-radius: 4px; display: flex; align-items: center; padding-left: 12px; font-size: 13px; font-weight: 500; color: var(--white); transition: width 1s ease; }
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside { margin-left: 10px; font-size: 13px; font-weight: 500; color: var(--text-body); flex-shrink: 0; width: 90px; }
/* --- CALLOUT BOXES --- */
.callout { background: var(--dark-slate); color: var(--white); padding: 35px 40px; border-radius: 8px; margin: 40px 0; position: relative; overflow: hidden; }
.callout::before { content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: var(--accent-orange); }
.callout h4 { color: var(--accent-orange); font-size: 13px; letter-spacing: 2px; text-transform: uppercase; margin: 0 0 12px; font-weight: 500; }
.callout p { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.7; margin: 0; }
.callout .callout-stat { font-size: 48px; font-weight: 700; color: var(--accent-orange); display: block; margin-bottom: 8px; }
/* --- TIMELINES --- */
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before { content: ''; position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: var(--medium-gray); }
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before { content: ''; position: absolute; left: -26px; top: 6px; width: 12px; height: 12px; border-radius: 50%; background: var(--accent-orange); border: 3px solid var(--white); box-shadow: 0 0 0 2px var(--accent-orange); }
.timeline-item.muted::before { background: var(--light-slate); box-shadow: 0 0 0 2px var(--light-slate); }
.timeline-date { font-size: 13px; font-weight: 500; color: var(--accent-orange); letter-spacing: 0.5px; }
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
/* --- SPLIT COMPARISON PANELS --- */
.split-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 40px 0; border-radius: 8px; overflow: hidden; }
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 40px; font-weight: 700; margin-bottom: 5px; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; }
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 18px; font-weight: 500; }
/* --- SVG GAUGE GRAPHICS --- */
.gauge-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 25px; margin: 40px 0; }
.gauge-card { text-align: center; padding: 30px 20px; background: var(--fine-gray); border-radius: 8px; }
.gauge-card svg { width: 120px; height: 120px; }
.gauge-card .gauge-label { font-size: 13px; color: var(--light-slate); margin-top: 12px; font-weight: 400; }
.gauge-card .gauge-value { font-size: 28px; font-weight: 700; color: var(--dark-slate); margin-top: 4px; }
/* --- FOOTER --- */
.report-footer { background: var(--dark-slate); color: rgba(255,255,255,0.5); padding: 50px 40px; margin-top: 80px; font-size: 13px; line-height: 1.7; }
.report-footer .footer-brand { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  .bar-label { width: 130px; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
}
</style>
<!-- ==================== HEADER ==================== -->
<header class="report-header">
  <div class="header-top">
    <div class="brand-mark"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <div class="report-type">Special Report</div>
  </div>
  <div class="header-content">
    <h1>A Public Detention Corporation Restructures Its <span class="highlight">Bond Debt in Chapter 11</span>
</h1>
    <p class="header-subtitle">Central Falls Detention Facility Corporation entered Chapter 11 with a signed restructuring support agreement and a plan that would eliminate more than $101 million of bond obligations while resolving years of litigation with its host city and a data-security class action.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>July 2026</span>
      <span>Analysis of a 133-page first day declaration and a 117-page disclosure statement</span>
    </div>
  </div>
</header>
<!-- ==================== SECTION I ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>The Restructuring at a Glance</h2>
  </div>
  <p>On July 10, 2026, Central Falls Detention Facility Corporation, which owns and operates the Donald W. Wyatt Detention Facility in Central Falls, Rhode Island, filed for Chapter 11 in the United States Bankruptcy Court for the District of Rhode Island. The Debtor filed with a restructuring already negotiated. A restructuring support agreement signed by holders of about 71.2 percent of its bonds and by the City of Central Falls preceded the petition by roughly three weeks.</p>
  <p>The first day declaration describes the source of the distress. According to the declaration, the Debtor is on solid footing as to its current operating liabilities, but its bond debt is not sustainable and cannot be repaid on its existing terms. The filing therefore addresses the balance sheet rather than day-to-day operations. That framing is the reason the case is structured the way it is.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Aggregate Bond Obligations</div>
      <div class="stat-value">$167M+</div>
      <div class="stat-detail">Principal of ~$97.3M plus accrued interest of ~$71.8M</div>
    </div>
    <div class="stat-card positive">
      <div class="stat-label">Proposed Debt Relief</div>
      <div class="stat-value">$101.6M+</div>
      <div class="stat-detail">Roughly 60.1% of aggregate principal and interest</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">New Bonds Issued</div>
      <div class="stat-value">$67.5M</div>
      <div class="stat-detail">Face amount across two new series</div>
    </div>
    <div class="stat-card positive">
      <div class="stat-label">Creditor Support at Filing</div>
      <div class="stat-value">71.2%</div>
      <div class="stat-detail">Of outstanding bond principal, plus the City</div>
    </div>
  </div>
  <p>The mechanics are straightforward to state and consequential in effect. Holders of the existing 2005 bonds would exchange more than $167 million in claims for $67.5 million in face amount of new bonds. The reduction in principal alone is approximately 60.1 percent, and the total relief between principal and interest exceeds $101.6 million. Every other class of creditor, from trade suppliers to litigation claimants, would be paid in full or reinstated. The only two classes that vote are the bondholders and the City.</p>
  <div class="callout">
    <h4>What Distinguishes This Filing</h4>
    <p>A public detention facility corporation is using Chapter 11, rather than Chapter 9, to restructure revenue bond debt. The filing pairs the deleveraging with a settlement of the 2019 federal receivership litigation and a settlement of a November 2023 ransomware class action, addressing three separate disputes within one plan. The proceeding combines a debt restructuring, a settlement with the host city, and a class-action settlement in a single structure.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION II ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section II</div>
    <h2>The Debtor and the Facility</h2>
  </div>
  <p>The Debtor is a public corporation created under Rhode Island's 1991 Act authorizing municipal detention facility corporations, codified at R.I. Gen. Laws § 45-54-1 et seq. The Act allowed each city and town in the state to charter such a corporation, and the City of Central Falls acted on that authority through a pair of 1991 resolutions, an intergovernmental agreement with the United States Marshals Service, and the zoning approvals the statute required. The Debtor was formed for a specific purpose: to acquire land and to build, manage, and operate a detention facility in the City.</p>
  <p>The Facility opened in December 1993 as a three-story building at 950 High Street. A 2006 expansion raised its maximum occupancy from 300 male detainees to 782, including a 40-bed unit for female detainees. The Debtor now also owns an adjacent training building at 935 High Street, acquired in 2019 when it exercised a purchase option under a prior lease. Its revenue is a function of a single operating variable, the average daily population of detainees, multiplied by a fixed per-diem rate.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Maximum Capacity</div>
      <div class="stat-value">782</div>
      <div class="stat-detail">Detainees, including a 40-bed female unit</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Per-Diem Rate</div>
      <div class="stat-value">$180.97</div>
      <div class="stat-detail">Fixed rate received per detainee</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Five-Year Average Population</div>
      <div class="stat-value">~675</div>
      <div class="stat-detail">Well below maximum capacity</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Employees</div>
      <div class="stat-value">~263</div>
      <div class="stat-detail">Correctional officers, support staff, and administrative roles</div>
    </div>
  </div>
  <p>The first day declaration reports that approximately 204 of the Facility's employees are covered by collective bargaining. The Facility houses detainees under three government arrangements: an intergovernmental agreement with the United States Marshals Service dating to 2022, a 2019 addendum adding Immigration and Customs Enforcement as a party, and a Navy contract for military personnel in the custody of a general court-martial convening authority that was recently extended through March 2027. Over the 2020 through 2024 period, the Facility paid Rhode Island-based employees and vendors an average of roughly $27 million a year and employed an average of more than 200 state residents annually. The Facility serves at once as the bondholders' collateral, as a detention resource for federal agencies, and as a source of employment and spending in the state, and that combination of roles is a recurring feature of the disputes described below.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION III ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>The Bond Debt That Drove the Filing</h2>
  </div>
  <p>To fund the 2006 expansion, the Debtor issued $106,380,000 of Series 2005A revenue refunding bonds under a 2005 indenture of trust. The current bond trustee is UMB Bank, N.A. The bonds are secured by the Facility's revenues and by a first-priority mortgage lien on the real property, personal property, and associated leases and rents, perfected by recording in 2005. In plain terms, the bondholders hold a lien on nearly everything the Debtor has and on the money the Facility generates.</p>
  <p>The Facility has not generated enough revenue to cover both. According to the declaration, over the life of the Facility it has been consistently unable to sustain a population rate high enough to fund both its operations and its obligations under the indenture. Capacity is 782, but the practical inflow and outflow of detainees means the Facility cannot hold that many at once, and average daily population has run near 675 over the past five years. The bonds were sized against a capacity the Facility has not filled in practice. That gap between the debt and the revenue available to service it underlies the restructuring.</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">2005</div>
      <div class="panel-label">Existing Bonds at Filing</div>
      <div class="split-item">
        <div class="item-label">Original Issuance</div>
        <div class="item-value">$106.38M Series 2005A</div>
      </div>
      <div class="split-item">
        <div class="item-label">Outstanding Principal</div>
        <div class="item-value">~$97.3M</div>
      </div>
      <div class="split-item">
        <div class="item-label">Accrued Interest</div>
        <div class="item-value">~$71.8M</div>
      </div>
      <div class="split-item">
        <div class="item-label">Aggregate Obligation</div>
        <div class="item-value" style="color: var(--accent-orange);">$167M+</div>
      </div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">2026</div>
      <div class="panel-label">New Bonds Under the Plan</div>
      <div class="split-item">
        <div class="item-label">Series 2026A (Amortizing)</div>
        <div class="item-value">$27.5M</div>
      </div>
      <div class="split-item">
        <div class="item-label">Series 2026B (Excess Cash Flow)</div>
        <div class="item-value">$40.0M</div>
      </div>
      <div class="split-item">
        <div class="item-label">Total New Face Amount</div>
        <div class="item-value">$67.5M</div>
      </div>
      <div class="split-item">
        <div class="item-label">Reduction in Principal</div>
        <div class="item-value" style="color: var(--accent-orange);">~60.1%</div>
      </div>
    </div>
  </div>
  <p>The Debtor reports no equity security holders, which follows from its status as a public corporation, and only a de minimis level of general unsecured claims because it pays its invoices as presented and carries no unpaid accounts payable. That profile matters. When almost the entire liability side of the balance sheet is a single secured bond issue, a restructuring becomes a negotiation with one creditor group rather than a contest among many, and that is precisely the negotiation this filing resolves.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IV ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>The Path to Chapter 11</h2>
  </div>
  <p>The road to this filing runs through more than a decade of receiverships, forbearance agreements, and litigation. Each step was an attempt to manage the same structural gap between the bond obligations and the revenue the Facility could produce, and each step postponed rather than solved the problem.</p>
  <div class="timeline">
    <div class="timeline-item muted">
      <div class="timeline-date">1991 to 1993</div>
      <div class="timeline-content">The City charters the Debtor under Rhode Island's municipal detention facility statute. The Facility opens in December 1993.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">2005 to 2006</div>
      <div class="timeline-content">The Debtor issues $106.38 million of Series 2005A bonds to fund an expansion that raises capacity to 782 detainees.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">2014 to 2015</div>
      <div class="timeline-content">A receivership petition in Rhode Island Superior Court leads to a court-appointed keeper. The parties resolve it with a 2015 forbearance agreement, later amended three times.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">April 2019</div>
      <div class="timeline-content">After the City moves to dissolve the Debtor and the board votes to suspend the ICE addendum, the bond trustee sues in federal court seeking a receiver. The court enters a preliminary injunction and appoints a board monitor and special master.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">2019 to 2021</div>
      <div class="timeline-content">A 2019 forbearance agreement stays the federal litigation and provides bridge funding. It expires by its terms in December 2021.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">2020</div>
      <div class="timeline-content">The COVID-19 pandemic drives population down and costs up. The Debtor receives and later has forgiven two Paycheck Protection Program loans totaling roughly $4.9 million.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">November 2023</div>
      <div class="timeline-content">A ransomware attack compromises the data of approximately 18,500 current and former detainees, employees, and vendors, later surfacing on the dark web.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">Through mid-2026</div>
      <div class="timeline-content">Confidential mediation before a federal magistrate judge, conducted over the course of the federal litigation, produces the framework for a global resolution. The parties agree that the Debtor will file Chapter 11 to implement it.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">June 19, 2026</div>
      <div class="timeline-content">The Debtor signs a restructuring support agreement with holders of about 71.2% of the bonds and the City.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 10, 2026</div>
      <div class="timeline-content">The Debtor files Chapter 11 in the District of Rhode Island, with the plan and disclosure statement filed the same day.</div>
    </div>
  </div>
  <p>The 2019 federal action was the turning point in the dispute. The bond trustee alleged that the City's attempt to dissolve the Debtor, and the board's short-lived suspension of the ICE addendum, amounted to tortious interference with the trustee's collateral, which includes the government contracts that generate the Facility's revenue. Those claims, together with the City's crossclaims for the Debtor's failure to make payments owed under the 2015 forbearance agreement, produced a three-way dispute among the Debtor, the bondholders, and the City. The mediation that followed produced not a freestanding settlement but a restructuring to be implemented through this Chapter 11 case.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION V ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>The Restructuring Support Agreement</h2>
  </div>
  <p>The restructuring support agreement, signed roughly three weeks before the petition, is the spine of the case. Its signatories are the consenting holders, who hold approximately 71.2 percent of the outstanding bond principal, and the City. Together they have agreed to support the plan and to carry it through confirmation. A prearranged plan built on that level of committed support does not eliminate risk, but it changes the shape of the case, because the largest creditor group and the host government are aligned before the first hearing rather than after months of contested negotiation.</p>
  <p>The agreement also commits the Debtor to a set of behaviors during the case. It will operate the Facility in the ordinary course, will not incur new debt senior to the bonds outside narrow exceptions, will not challenge the validity or priority of the existing bond documents, and will not seek to terminate its own exclusivity. In exchange, the consenting parties support a plan that pays every non-bond, non-City creditor in full or reinstates them. The agreement threads a familiar needle. It concentrates the economic compromise on the one class large enough to absorb it, the bondholders, while leaving trade creditors, litigation claimants, and employees whole.</p>
  <div class="callout">
    <h4>The Governance Dimension</h4>
    <p>In addition to reducing debt, the plan provides for dismissal of the 2019 federal litigation and establishes a negotiated go-forward relationship between the Debtor and the City. Under the enabling statute, the Debtor's board is appointed by the City's mayor and confirmed by the City Council, so the relationship with the City bears directly on the Debtor's governance.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VI ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>The New Bonds: Two Series, Two Purposes</h2>
  </div>
  <p>On the effective date, the existing bonds and all related obligations would be cancelled and exchanged for two new series issued under an amended and restated indenture. The two series are built to do different jobs. The first is a hard obligation the Debtor must service on a schedule. The second is a contingent obligation payable only when the Facility produces surplus cash. Splitting the recovery this way lets the plan hand bondholders a meaningful fixed claim without recreating the fixed burden that broke the old capital structure.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Term</th>
        <th>Series 2026A Bonds</th>
        <th>Series 2026B Bonds</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Face Amount</td>
        <td>$27.5 million</td>
        <td>$40.0 million</td>
      </tr>
      <tr>
        <td class="metric-label">Interest Rate</td>
        <td>7.25% fixed per annum</td>
        <td>1.5% fixed per annum</td>
      </tr>
      <tr>
        <td class="metric-label">Payment Source</td>
        <td>Scheduled semi-annual interest and annual principal</td>
        <td>Solely from Excess Cash Flow</td>
      </tr>
      <tr>
        <td class="metric-label">First Payments</td>
        <td>Interest from December 15, 2026; principal from June 2027</td>
        <td>Interest and principal annually from March 15, 2027</td>
      </tr>
      <tr>
        <td class="metric-label">Shortfall Treatment</td>
        <td>Payable on schedule</td>
        <td>Insufficient cash flow is not an event of default</td>
      </tr>
      <tr>
        <td class="metric-label">Maturity / Termination</td>
        <td>June 15, 2037</td>
        <td>March 15, 2043 (as proposed)</td>
      </tr>
      <tr>
        <td class="metric-label">Collateral</td>
        <td>First-priority lien on all assets</td>
        <td>First-priority lien on all assets</td>
      </tr>
    </tbody>
  </table>
  <div class="bar-chart">
    <div class="bar-chart-title">Deleveraging: Aggregate Bond Obligation Before and After (in millions)</div>
    <div class="bar-group">
      <div class="bar-label">Existing bonds at filing</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 100%;">$167.0M+</div></div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Series 2026A + 2026B</div>
      <div class="bar-track"><div class="bar-fill orange" style="width: 40.4%;">$67.5M</div></div>
      <div class="bar-value-outside"></div>
    </div>
  </div>
  <p>The two series divide the recovery along the same line. The amortizing 2026A bonds carry a 7.25 percent coupon on $27.5 million, the portion the Debtor projects it can service on a fixed schedule. The larger 2026B tranche carries a 1.5 percent rate and is paid down only from excess cash flow, with express language that an insufficiency of excess cash flow does not constitute an event of default. Under that structure, bondholders recover more through the 2026B series if the Facility generates surplus cash, and the Debtor does not carry a fixed obligation on that tranche if it does not. On the effective date, remaining trustee-held balances would also fund a $2.75 million debt service reserve under the restated indenture.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>Plan Treatment by Class</h2>
  </div>
  <p>The plan divides claims into seven classes. Five are unimpaired and do not vote. Only the bondholders and the City are impaired, and only they are being solicited. The structure leaves the remaining creditors unimpaired and puts the compromise to the two impaired classes that negotiated it.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Class</th>
        <th>Claim Type</th>
        <th>Status</th>
        <th>Vote</th>
        <th>Estimated Recovery</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">1</td>
        <td>Other Priority Claims</td>
        <td><span class="tag unimpaired">Unimpaired</span></td>
        <td>No (presumed accept)</td>
        <td>100%</td>
      </tr>
      <tr>
        <td class="metric-label">2</td>
        <td>Other Secured Claims</td>
        <td><span class="tag unimpaired">Unimpaired</span></td>
        <td>No (presumed accept)</td>
        <td>100%</td>
      </tr>
      <tr>
        <td class="metric-label">3</td>
        <td>Existing Bond Secured Claims</td>
        <td><span class="tag impaired">Impaired</span></td>
        <td>Yes</td>
        <td>Pro rata share of Series 2026 Bonds</td>
      </tr>
      <tr>
        <td class="metric-label">4</td>
        <td>City Claims</td>
        <td><span class="tag impaired">Impaired</span></td>
        <td>Yes</td>
        <td>Terms of the City Settlement</td>
      </tr>
      <tr>
        <td class="metric-label">5</td>
        <td>Unsecured Litigation Claims</td>
        <td><span class="tag unimpaired">Unimpaired</span></td>
        <td>No (presumed accept)</td>
        <td>Reinstated</td>
      </tr>
      <tr>
        <td class="metric-label">6</td>
        <td>Data Security Incident Class Claims</td>
        <td><span class="tag unimpaired">Unimpaired</span></td>
        <td>No (presumed accept)</td>
        <td>Settlement or reinstatement</td>
      </tr>
      <tr>
        <td class="metric-label">7</td>
        <td>General Unsecured Claims</td>
        <td><span class="tag unimpaired">Unimpaired</span></td>
        <td>No (presumed accept)</td>
        <td>Paid in full or reinstated</td>
      </tr>
    </tbody>
  </table>
  <p>The bondholder class carries the economic compromise. In full and final satisfaction of their claims, holders of Class 3 claims would receive their pro rata share of the new Series 2026 bonds, and any deficiency claim under Section 506(a) would be deemed waived as of the effective date. That waiver is what allows the plan to leave the other classes unimpaired. Rather than assert an unsecured deficiency that would share in distributions alongside other unsecured creditors, the bondholders would take the new bonds and release the balance of their claims.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VIII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>The City Settlement</h2>
  </div>
  <p>The City is both a creditor and the government whose appointees sit on the Debtor's board, and the plan treats it as both. The settlement embedded in the plan resolves the City's claims in the federal litigation and establishes a go-forward financial relationship. The Debtor paid the City $250,000 in April 2026 for annual local impact fees covering the prior year, a payment made in connection with the RSA, and the plan carries that arrangement forward.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Annual Local Impact Fees</div>
      <div class="stat-value">$250K</div>
      <div class="stat-detail">Paid monthly while 2026A payments stay current</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Excess Cash Flow Share</div>
      <div class="stat-value">5%</div>
      <div class="stat-detail">As Excess Cash Flow redeems Series 2026B</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Annual Charitable Donation</div>
      <div class="stat-value">$25K</div>
      <div class="stat-detail">To local public-safety and public-health nonprofits</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Community Amenities</div>
      <div class="stat-value">$400K</div>
      <div class="stat-detail">Reimbursement within the first 12 months</div>
    </div>
  </div>
  <p>The payments carry conditions. The annual impact fees flow monthly only so long as the scheduled payments on the 2026A bonds are current and no default exists under the restated documents, and the City's 5 percent share is tied to the same excess cash flow that redeems the 2026B bonds. The City's recovery is therefore tied to the bondholders' recovery and to the Facility's performance. Where the 2019 litigation had positioned the City and the bondholders against one another, the settlement links their recoveries to the same source of funds.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IX ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>The Data Security Class Settlement</h2>
  </div>
  <p>The November 2023 ransomware attack exposed the information of approximately 18,500 current and former detainees, employees, and vendors, and produced a putative class action filed in federal court in July 2024. The Debtor reached an agreement in principle before the petition, and the plan folds that settlement directly into the reorganization. Class members who do not opt out are treated in Class 6 and take the settlement; those who opt out fall into Class 5 and have their claims reinstated. Both classes are unimpaired.</p>
  <p>The settlement is a claims-made structure funded from a dedicated settlement fund. Each class member who suffered losses fairly traceable to the incident may claim up to $5,000 in documented losses, plus up to four hours of time responding to the incident compensated at $20 per hour, subject to a maximum aggregate cost to the Debtor of $100,000. Class members are also offered five years of single-bureau credit monitoring, with the Debtor covering the cost of that monitoring and of notice and claims administration. The plan provides for up to $90,000 in plaintiff's attorneys' fees and a $2,000 incentive fee for the named plaintiff, and the settlement fund would be funded into escrow on the effective date pending final approval.</p>
  <div class="callout">
    <h4>Three Disputes, One Plan</h4>
    <p>By funding a defined settlement fund and reinstating the claims of those who opt out, the plan sets a defined ceiling on the data-security exposure. Together with the bond exchange and the City settlement, the plan addresses the bond debt, the relationship with the City, and the class action within one structure. That consolidation of three matters into a single plan is the defining feature of the case.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION X ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section X</div>
    <h2>Timeline, Milestones, and Professionals</h2>
  </div>
  <p>The case is running on a compressed schedule set by the RSA. The Debtor is funding operations through cash collateral rather than new debtor-in-possession financing, and the milestones point toward confirmation within roughly ninety days of filing and emergence shortly after.</p>
  <div class="timeline">
    <div class="timeline-item">
      <div class="timeline-date">Within 3 business days of filing</div>
      <div class="timeline-content">Entry of an interim cash collateral order.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">Within 50 days of filing</div>
      <div class="timeline-content">Entry of the final cash collateral order and the disclosure statement order.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">Within 90 days of filing</div>
      <div class="timeline-content">Entry of the confirmation order, targeted no later than October 8, 2026.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">Within 30 days of confirmation</div>
      <div class="timeline-content">Occurrence of the plan effective date.</div>
    </div>
  </div>
  <p>The Debtor is represented by Troutman Pepper Locke LLP as lead counsel and Partridge Snow &amp; Hahn LLP as Rhode Island counsel. Getzler Henrich &amp; Associates LLC serves as financial advisor, and Epiq Corporate Restructuring, LLC serves as claims, noticing, and solicitation agent. UMB Bank, N.A. is the trustee for the existing bonds. The plan and disclosure statement were both filed on the petition date, consistent with a case designed to move quickly from filing to confirmation.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION XI ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section XI</div>
    <h2>What to Watch</h2>
  </div>
  <p>A prearranged case with committed support and full recoveries for ordinary creditors carries a lower confirmation risk profile than a contested restructuring, but the risk is not zero, and several open questions will shape the outcome. None of the pending relief described here has been approved, the objection deadlines have not passed, and the plan may be amended before confirmation.</p>
  <p>The first question is feasibility. The entire structure rests on the assumption that the Facility can service $27.5 million of amortizing 7.25 percent debt and still generate excess cash flow to service the 2026B bonds and the City's share. That assumption depends on average daily population and the fixed per-diem rate holding near recent levels, and the disclosure statement's financial projections and feasibility analysis will draw scrutiny given the Facility's long history of operating below capacity. The second question is the durability of the government contracts. The Facility's revenue depends on its agreements with the Marshals Service, ICE, and the Navy, and the 2019 litigation showed how quickly a dispute over those contracts can escalate. The third question is approval of the embedded settlements. Both the City settlement and the data-security class settlement require the court's blessing, and the class settlement in particular runs through its own notice, opt-out, and final-approval process.</p>
  <p>The distinguishing feature of the case is its structure rather than the size of the debt. A public detention corporation has taken more than a decade of receiverships, forbearance agreements, and federal litigation and addressed them through a single prearranged plan that reduces the bond debt, settles with its host city, and resolves the class action, while providing for its trade creditors and employees to be paid in full or reinstated. Whether the financial projections hold is the principal open question, and the plan, disclosure statement, and supporting projections are now on the docket for parties in interest to test.</p>
</section>
<!-- ==================== FOOTER ==================== -->
<footer class="report-footer">
  <div class="container">
    <div class="footer-brand"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report analyzes the first day declaration and the disclosure statement filed by Central Falls Detention Facility Corporation in its Chapter 11 case in the United States Bankruptcy Court for the District of Rhode Island, Case No. 1:26-bk-10628. All figures, dates, and plan terms are drawn from those filings. The plan has not been confirmed, objection deadlines have not passed, and proposed terms may be amended. Projected figures are the Debtor's projections and are not guarantees of outcome.</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
    <p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
    <p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
  </div>
</footer>
</body>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/pacifica-of-the-valley-a-safety-net-hospitals-emergency-chapter-11-and-a-contested-main-street-loan</id>
    <published>2026-07-12T23:33:08-05:00</published>
    <updated>2026-07-12T23:33:21-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/pacifica-of-the-valley-a-safety-net-hospitals-emergency-chapter-11-and-a-contested-main-street-loan" rel="alternate" type="text/html"/>
    <title>Pacifica of the Valley: A Safety-Net Hospital's Emergency Chapter 11 and a Contested Main Street Loan</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p><span>A Los Angeles County safety-net hospital entered Chapter 11 in Delaware with roughly $240,000 in unrestricted cash, four days before a Colorado court was scheduled to hear a receivership motion tied to a Main Street Loan whose assignment that same court had just declined to validate on summary judgment</span></p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/pacifica-of-the-valley-a-safety-net-hospitals-emergency-chapter-11-and-a-contested-main-street-loan">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<body>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pacifica of the Valley: Safety-Net Hospital Chapter 11 and a Contested Main Street Loan | Stretto Intelligence</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap" rel="stylesheet">
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 860px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 760px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
  flex-wrap: wrap;
}
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
p { margin-bottom: 18px; line-height: 1.75; }
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.2;
}
.stat-card .stat-detail { font-size: 13px; color: var(--light-slate); margin-top: 4px; }
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
table.comparison {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-size: 15px;
}
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--light-gray);
  vertical-align: top;
}
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
.bar-chart { margin: 30px 0; padding: 30px; background: var(--fine-gray); border-radius: 8px; }
.bar-chart-title { font-size: 16px; font-weight: 500; color: var(--dark-slate); margin-bottom: 25px; }
.bar-group { display: flex; align-items: center; margin-bottom: 16px; }
.bar-label {
  width: 200px;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-body);
  flex-shrink: 0;
  text-align: right;
  padding-right: 16px;
}
.bar-track { flex: 1; height: 32px; background: var(--light-gray); border-radius: 4px; position: relative; overflow: hidden; }
.bar-fill {
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  transition: width 1s ease;
}
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside { margin-left: 10px; font-size: 13px; font-weight: 500; color: var(--text-body); flex-shrink: 0; width: 110px; }
.callout {
  background: var(--dark-slate);
  color: var(--white);
  padding: 35px 40px;
  border-radius: 8px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.callout::before { content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: var(--accent-orange); }
.callout h4 {
  color: var(--accent-orange);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: 500;
}
.callout p { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.7; margin: 0; }
.callout .callout-stat { font-size: 48px; font-weight: 700; color: var(--accent-orange); display: block; margin-bottom: 8px; }
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before { content: ''; position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: var(--medium-gray); }
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before {
  content: '';
  position: absolute;
  left: -26px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent-orange);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--accent-orange);
}
.timeline-item.muted::before { background: var(--light-slate); box-shadow: 0 0 0 2px var(--light-slate); }
.timeline-date { font-size: 13px; font-weight: 500; color: var(--accent-orange); letter-spacing: 0.5px; }
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
.split-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 40px 0;
  border-radius: 8px;
  overflow: hidden;
}
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 30px; font-weight: 700; margin-bottom: 5px; line-height: 1.2; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; }
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 16px; font-weight: 400; line-height: 1.5; }
.gauge-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  margin: 40px 0;
}
.gauge-card { text-align: center; padding: 30px 20px; background: var(--fine-gray); border-radius: 8px; }
.gauge-card svg { width: 120px; height: 120px; }
.gauge-card .gauge-label { font-size: 13px; color: var(--light-slate); margin-top: 12px; font-weight: 400; }
.gauge-card .gauge-value { font-size: 28px; font-weight: 700; color: var(--dark-slate); margin-top: 4px; }
.report-footer {
  background: var(--dark-slate);
  color: rgba(255,255,255,0.5);
  padding: 50px 40px;
  margin-top: 80px;
  font-size: 13px;
  line-height: 1.7;
}
.report-footer .footer-brand { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
.note { font-size: 13px; color: var(--light-slate); font-style: italic; margin-top: 8px; }
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
  .bar-label { width: 130px; }
}
</style>
<!-- ==================== HEADER ==================== -->
<header class="report-header">
  <div class="header-top">
    <div class="brand-mark"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <div class="report-type">Special Report</div>
  </div>
  <div class="header-content">
    <h1>Pacifica of the Valley: A Safety-Net Hospital's Emergency Chapter 11 and a <span class="highlight">Contested Main Street Loan</span>
</h1>
    <p class="header-subtitle">A Los Angeles County safety-net hospital entered Chapter 11 in Delaware with roughly $240,000 in unrestricted cash, four days before a Colorado court was scheduled to hear a receivership motion tied to a Main Street Loan whose assignment that same court had just declined to validate on summary judgment.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>July 2026</span>
      <span>Analysis of a 22-page first-day declaration and exhibits</span>
    </div>
  </div>
</header>
<!-- ==================== SECTION I ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>The Filing at a Glance</h2>
  </div>
  <p>On July 4, 2026, Pacifica of the Valley Corporation, which operates as Pacifica Hospital of the Valley, filed a voluntary Chapter 11 petition in the United States Bankruptcy Court for the District of Delaware. The case is docketed as Case No. 26-11060 (TMH). Three days later, the Debtor's President and Chief Executive Officer submitted a first-day declaration in support of a set of emergency motions.</p>
  <p>The declaration describes a hospital that functions as a safety-net provider for its area and, at the same time, holds very little cash. The Debtor reports approximately $240,797 in unrestricted bank accounts as of the petition date. It employs roughly 697 people and operates a 231-bed acute care facility that treats more than 50,000 emergency patients each year. The contrast between the hospital's operational scale and its cash position is the backdrop for the emergency relief the Debtor seeks.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Petition Date</div>
      <div class="stat-value">July 4, 2026</div>
      <div class="stat-detail">District of Delaware, Case 26-11060 (TMH)</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Unrestricted Cash</div>
      <div class="stat-value">$240,797</div>
      <div class="stat-detail">Reported as of the petition date</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Employees</div>
      <div class="stat-value">~697</div>
      <div class="stat-detail">Approximately 597 union-represented</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Licensed Beds</div>
      <div class="stat-value">231</div>
      <div class="stat-detail">Acute care safety-net hospital</div>
    </div>
  </div>
  <p>The Debtor attributes the filing to its liquidity crisis, legacy liabilities, and ongoing operational challenges, compounded by litigation in Colorado that had reached a receivership posture. Shortly before filing, the Debtor appointed a Chief Restructuring Officer from Berkeley Research Group to evaluate strategic options and install treasury controls. The sections that follow trace how a hospital delivering care to one of the region's most vulnerable populations arrived at an emergency Chapter 11, and why the validity of its largest secured claim is now an open question.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION II ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section II</div>
    <h2>A Safety-Net Healthcare System</h2>
  </div>
  <p>The Debtor describes itself as an integrated healthcare system that has provided more than $3.3 billion of care over the last 30 years from its campus at 9449 San Fernando Road in Sun Valley, California. The hospital sits at the center of a catchment area spanning 13 zip codes and has been designated a Top Safety Net Provider by the Los Angeles Business Journal. Its service lines extend well beyond a conventional community hospital, and several of them carry distinct financial and clinical significance.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Service Line</th>
        <th>Capacity / Scope</th>
        <th>Notable Detail</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Acute Care Hospital</td>
        <td>231 beds</td>
        <td>Treats more than 50,000 emergency patients annually, including some of the most seriously ill and injured in Los Angeles</td>
      </tr>
      <tr>
        <td class="metric-label">Subacute Skilled Nursing Unit</td>
        <td>98 beds, averaging 60 patients</td>
        <td>Separately licensed; all patients require tracheostomy and ventilator support; draws referrals from more than 400 miles away</td>
      </tr>
      <tr>
        <td class="metric-label">Medical Surgical Program</td>
        <td>Expanded from 10 to 30 beds</td>
        <td>Serves patients recently released from incarceration with psychiatric conditions, referred directly by the California Department of Mental Health under a contract the Debtor calls critical to its financial stability</td>
      </tr>
      <tr>
        <td class="metric-label">Behavioral Health Urgent Care</td>
        <td>Clinic in Sylmar, California</td>
        <td>Stabilizes mental health crises within 24 hours; estimated to generate $2.5 million in annual revenue</td>
      </tr>
      <tr>
        <td class="metric-label">EmPATH Unit</td>
        <td>24/7 crisis stabilization, in development</td>
        <td>One of six California acute care hospitals selected to operate an EmPATH program; funded in part by a state grant</td>
      </tr>
    </tbody>
  </table>
  <p>The declaration also describes a working farm on three acres adjacent to the hospital, converted to grow fresh produce for inpatients in response to federal dietary guidance, with a first corn harvest anticipated in September 2026. The breadth of these programs matters for the case: each service line the Debtor operates is a program a restructuring will have to preserve, fund, or unwind, and several of them, including the subacute unit where every patient requires ventilator support and the Department of Mental Health referral program, serve medically complex populations.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION III ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>Built on Government Reimbursement</h2>
  </div>
  <p>The Debtor's payer mix explains both its mission and its fragility. Approximately 84% of its patients live at or below the poverty line. As a consequence, the hospital depends heavily on Medi-Cal, California's Medicaid program, which the Debtor reports supplies roughly 85% of its total revenue and patient volume. The hospital states that it frequently ranks among the highest in the nation for the share of Medi-Cal patients it serves, currently around 81%.</p>
  <div class="gauge-row">
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#2C4146" stroke-width="10" stroke-dasharray="267.0 47.2" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="57" text-anchor="middle" font-size="16" font-weight="700" fill="#2C4146">85%</text>
        <text x="60" y="73" text-anchor="middle" font-size="8" fill="#6B8A91">of revenue</text>
      </svg>
      <div class="gauge-label">Medi-Cal share of total revenue</div>
    </div>
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#3D5A61" stroke-width="10" stroke-dasharray="254.5 59.7" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="57" text-anchor="middle" font-size="16" font-weight="700" fill="#2C4146">81%</text>
        <text x="60" y="73" text-anchor="middle" font-size="8" fill="#6B8A91">of patients</text>
      </svg>
      <div class="gauge-label">Patients covered by Medi-Cal</div>
    </div>
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#FD7250" stroke-width="10" stroke-dasharray="263.9 50.2" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="57" text-anchor="middle" font-size="16" font-weight="700" fill="#2C4146">84%</text>
        <text x="60" y="73" text-anchor="middle" font-size="8" fill="#6B8A91">at/below</text>
      </svg>
      <div class="gauge-label">Patients at or below the poverty line</div>
    </div>
  </div>
  <p>Reimbursement at those levels does not cover the cost of care. The Debtor relies on two government programs to bridge the gap: the Hospital Quality Assurance Fee, established in 2010, and the Disproportionate Share Hospital program. Together these are meant to supplement Medicare and Medi-Cal, which the Debtor states pay only about 80% of the cost of treating covered patients. The problem is that neither supplemental program pays reliably. Payments arrive retroactively, in lump-sum quarterly intervals, and they have been repeatedly reduced and delayed.</p>
  <p>The receivables illustrate the timing risk. Under Program 9 of the Hospital Quality Assurance Fee, covering calendar year 2025, the Debtor received $7 million and estimates that roughly $16 million more is still owed. It projects another $10 million from Program 10, covering 2026, without a firm date for receipt. A hospital that books the majority of its revenue through government channels, and cannot predict when that revenue will land, has little margin for a liquidity shock. When the shock came, there was almost no cash to absorb it.</p>
  <div class="callout">
    <h4>The Safety-Net Bind</h4>
    <p><span class="callout-stat">84%</span>With roughly 84% of its patients living at or below the poverty line and about 85% of its revenue flowing through Medi-Cal, the hospital's finances are tied directly to the timing and size of government payments it does not control. The Debtor identifies the reduction and delay of those payments as a major driver of its financial challenges.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IV ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>Capital Structure and the Main Street Loan</h2>
  </div>
  <p>The Debtor is incorporated in Delaware and licensed by California to operate the hospital. Its Executive Chairman and sole shareholder owns the enterprise. The prepetition capital structure centers on a single senior secured loan, layered against significant lease arrears and a purchased interest in future government receivables.</p>
  <p>In July 2020, at the height of the pandemic, the Debtor sought financing under the Main Street Loan Program created by the CARES Act. On December 10, 2020, it entered into a Main Street Priority Loan Agreement with First Western Trust Bank and the Federal Reserve Bank of Boston, under which First Western extended a senior secured loan of $35,000,000. The Debtor granted a security interest in personal property, and its sole shareholder executed an unconditional personal guaranty and pledged 100% of his equity in the Debtor as additional security. As detailed in Section VII, First Western's interest was later purchased, at least nominally, by Axios Capital Solutions, LLC, and the validity of that purchase is now disputed.</p>
  <div class="bar-chart">
    <div class="bar-chart-title">Principal Prepetition Obligations Described in the Declaration</div>
    <div class="bar-group">
      <div class="bar-label">Main Street Loan (Axios / First Western, disputed)</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 100%;">$35.0M</div></div>
      <div class="bar-value-outside">principal</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Master Lease arrears (Landlord Entities)</div>
      <div class="bar-track"><div class="bar-fill orange" style="width: 27%;">$9.5M</div></div>
      <div class="bar-value-outside">accrued rent</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">L.A. Care HQAF agreements</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 21%;">$7.5M</div></div>
      <div class="bar-value-outside">estimated</div>
    </div>
  </div>
  <p class="note">Amounts as estimated in the first-day declaration. The obligations differ in nature and priority and are not directly comparable in recovery terms.</p>
  <p>Two other prepetition claimants sit against the estate. Since 2013, the Debtor has operated the hospital under a long-term Master Lease with four landlord entities, and it estimates roughly $9.5 million in accrued and unpaid rent and related obligations as of the petition date. The landlords filed a UCC-1 in November 2022 that was subordinated to First Western, and now to Axios, under a subordination agreement the Debtor is still investigating. Separately, the Local Initiative Health Authority for Los Angeles County, operating as L.A. Care Health Plan, purchased the Debtor's right to future Hospital Quality Assurance Fee payments and filed UCC-1 statements in January and May 2026 asserting an interest in those proceeds. The Debtor estimates it owes L.A. Care approximately $7.5 million and has not yet determined the validity of that security interest.</p>
  <p>On the asset side, the Debtor holds a $2.9 million grant awarded in December 2023 by the Mental Health Services Oversight and Accountability Commission to establish and operate its EmPATH behavioral health unit, distributed across three annual payments. The Debtor's 2024 audited financials reflect revenue of approximately $100 million, down from roughly $107 million in 2023, and no audited statements exist for 2025. Against $35 million in matured senior debt and roughly $17 million in other estimated secured or purchased claims, the roughly $240,000 of unrestricted cash on hand frames the urgency of the first-day relief.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION V ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>The Road to Chapter 11</h2>
  </div>
  <p>The declaration traces the Debtor's distress to the pandemic and to obligations that outlived it. When COVID-19 arrived, the hospital expanded substantially at the state's request, increasing its intensive care capacity from 7 beds to 66, adding beds in hallways, closed units, and outside areas, and securing three National Guard strike teams in December 2020 to stabilize operations. It later reopened a closed Los Angeles hospital to serve as a satellite surge facility. The Debtor states it received only nominal reimbursement for these costs and never fully recovered, in part because a roughly 60% drop in emergency occupancy reduced its future Quality Assurance Fee funding.</p>
  <p>The seismic obligation compounded the damage. California law requires acute care hospitals to retrofit their facilities to meet seismic performance standards, and the Debtor's role as a surge center kept contractors off-site and caused it to miss construction milestones. The consequences are quantified in the declaration.</p>
  <div class="stat-row">
    <div class="stat-card negative">
      <div class="stat-label">Subacute Beds Offline</div>
      <div class="stat-value">38</div>
      <div class="stat-detail">Return to service anticipated January 2027</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Annual Revenue Lost</div>
      <div class="stat-value">~$20M</div>
      <div class="stat-detail">From the offline seismic-restricted beds</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Daily Seismic Fine</div>
      <div class="stat-value">$15,000</div>
      <div class="stat-detail">Accruing since January 1, 2025</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Cumulative Fines</div>
      <div class="stat-value">~$9M</div>
      <div class="stat-detail">Through June 2026</div>
    </div>
  </div>
  <p>A 2022 assembly bill granted an 18-month extension, but post-pandemic construction costs ran well past pre-COVID estimates and the resulting litigation delayed the work further. The extension expired on January 1, 2025, and fines of $15,000 per day have accrued since, totaling roughly $9 million through June 2026. The Debtor intends to seek another legislative extension, to April 20, 2028, and to abate the daily fines. In April 2026, it obtained fresh quotes for the remaining retrofit work totaling approximately $6.5 million from a contractor and $650,000 from an architectural firm.</p>
  <p>Two further pressures round out the picture. Rising labor costs, including elevated rates for traveling nurses hired during the staffing shortages, added ongoing strain. And in February 2024, the cyberattack on Change Healthcare, a UnitedHealth Group subsidiary that processes claims for hospitals nationwide, disrupted the Debtor's operations and cash collections. Each of these factors on its own is survivable. Layered against a hospital with no cash reserves and unpredictable government receivables, they left the Debtor without the cushion to withstand the litigation described next.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VI ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>The Colorado Litigation and the Receivership Trigger</h2>
  </div>
  <p>The immediate cause of the emergency filing was a receivership motion pending in Colorado state court. The dispute began as a straightforward collection action and escalated into a fight over control of the hospital itself.</p>
  <div class="timeline">
    <div class="timeline-item">
      <div class="timeline-date">May 13, 2025</div>
      <div class="timeline-content">First Western Trust Bank files suit in Denver District Court alleging breach of the Main Street Loan for failure to meet repayment obligations.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">November 2025</div>
      <div class="timeline-content">Axios Capital Solutions, LLC claims to have purchased the loan and substitutes in as plaintiff, stepping into First Western's position.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">May 15, 2026</div>
      <div class="timeline-content">On a joint motion of Axios, the Debtor, and the guarantor, the court appoints Westwood Healthcare Partners, LLC as Special Monitor to the Debtor.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">June 12, 2026</div>
      <div class="timeline-content">Axios and the Special Monitor file an ex parte motion to expand the Special Monitor's role into a receivership.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">June 24, 2026</div>
      <div class="timeline-content">The Debtor and the guarantor file a joint response opposing the receivership motion.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">June 26, 2026</div>
      <div class="timeline-content">The Colorado court denies Axios's motion for partial summary judgment, finding genuine issues of material fact regarding whether Axios validly acquired the loan.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 1, 2026</div>
      <div class="timeline-content">Axios and the Special Monitor file a reply in support of the receivership motion.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 4, 2026</div>
      <div class="timeline-content">The Debtor files its voluntary Chapter 11 petition in the District of Delaware.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">July 8, 2026</div>
      <div class="timeline-content">Date on which the Colorado court had scheduled a hearing on the receivership motion.</div>
    </div>
  </div>
  <p>The petition was filed four days before the scheduled receivership hearing. The Debtor states that the Colorado Action, together with its liquidity and operational pressures, precipitated the filing. The commencement of a Chapter 11 case triggers the automatic stay under Section 362 of the Bankruptcy Code, which generally halts the continuation of litigation against the debtor and the enforcement of remedies against estate property. The filing placed the matter before a federal bankruptcy forum, with the Debtor remaining in possession, and it brings the validity of Axios's claim, examined next, to the foreground.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>The Contested Assignment</h2>
  </div>
  <p>Attached to the declaration as Exhibit B is the Colorado court's June 26, 2026 order denying Axios's motion for partial summary judgment. The order is short, but its reasoning bears directly on the largest claim in the case. Several facts are undisputed: the loan was for $35,000,000, the guarantor signed both the note and an unconditional guaranty, and the produced payment ledger shows that between 2021 and 2024 the Debtor paid $5,132,050.21 in interest and late fees and nothing toward principal. The loan matured on December 10, 2025, and the full amount remains unpaid.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Original Principal</div>
      <div class="stat-value">$35.0M</div>
      <div class="stat-detail">Main Street Priority Loan, Dec. 2020</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Interest &amp; Fees Paid</div>
      <div class="stat-value">$5.13M</div>
      <div class="stat-detail">2021 through 2024, per produced ledger</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Principal Paid</div>
      <div class="stat-value">$0</div>
      <div class="stat-detail">No reduction of the $35M principal</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Loan Maturity</div>
      <div class="stat-value">Dec. 10, 2025</div>
      <div class="stat-detail">Matured unpaid</div>
    </div>
  </div>
  <p>The dispute is not whether the debt is owed. It is whether Axios holds it. The loan was issued under the Main Street Loan Program, and the co-lender arrangement incorporated the program's standard terms, which prohibit assignment to any of the borrower's affiliates or subsidiaries or to a natural person. Before the Federal Reserve's Main Street special purpose vehicle would release its 95% participation to allow the sale to Axios, it required confirmation that there was no common ownership between the buyer and the borrower.</p>
  <p>The ownership chain is where the facts diverge. Axios's sole member is Brain Health, whose sole shareholder is an individual who, the Debtor contends, also holds a controlling interest in the Debtor. The court's order recounts that during the sale process Axios represented to First Western and its investment bank that a different individual was Axios's sole member and manager, and that the transaction documents, including the sale and assignment agreement, were updated to reflect that representation before execution. The documents also carried a representation that neither Axios nor its affiliates had any ownership or control over the borrower or guarantor. The Debtor produced a complaint from a separate California lawsuit and an institutional affiliation agreement that it argues demonstrate the alleged common owner's controlling interest in the hospital.</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">The Debtor's Position</div>
      <div class="panel-label">Assignment Void</div>
      <div class="split-item">
        <div class="item-label">Core Argument</div>
        <div class="item-value">The Federal Reserve would not have approved the transfer had the common ownership been disclosed, because the CARES Act and program terms prohibit it.</div>
      </div>
      <div class="split-item">
        <div class="item-label">Evidence Cited</div>
        <div class="item-value">A California complaint alleging $5 million in funding to the guarantor, and an institutional affiliation agreement between Brain Health and the Debtor.</div>
      </div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">Axios's Position</div>
      <div class="panel-label">Assignment Valid</div>
      <div class="split-item">
        <div class="item-label">Core Argument</div>
        <div class="item-value">A clause in the approved participation sale agreement released the loan from program obligations, so the program restrictions did not bind the transfer.</div>
      </div>
      <div class="split-item">
        <div class="item-label">Evidence Cited</div>
        <div class="item-value">The guarantor's interrogatory response stating he is the sole shareholder and chairman of the Debtor, which Axios argues rules out any common owner's interest.</div>
      </div>
    </div>
  </div>
  <p>The court found that Axios missed the thrust of the argument. The question is not whether the program restrictions bound the assignment in the abstract. It is whether the Federal Reserve would have approved any of the documentation had the ownership interest been disclosed. Because a factual dispute exists over whether the alleged common owner holds any interest in the Debtor at all, the court held that a jury must resolve that question before the validity of the assignment can be decided as a matter of law. On that basis, it denied summary judgment.</p>
  <div class="callout">
    <h4>Why the Claim's Validity Matters</h4>
    <p>A secured lender's leverage in Chapter 11 runs through the validity of its lien and claim. If the assignment to Axios is ultimately held invalid, the party pressing the $35 million secured position, and the receivership, may not hold the claim it asserts. The Debtor's own declaration states that its investigation of the related security interests, including the subordination arrangement with the landlords, is ongoing. The validity of the assignment is therefore likely to be a central question as the case proceeds.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VIII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>First-Day Relief Requested</h2>
  </div>
  <p>The declaration supports a set of first-day motions, several of which the Debtor asked to be heard on an emergency basis. For a hospital operating on roughly $240,000 in cash, with patients who require continuous ventilator support, the operational motions are not routine housekeeping. They are the mechanism for keeping the doors open through the first days of the case.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Motion</th>
        <th>Relief Sought</th>
        <th>Stated Basis</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Cash Management</td>
        <td>Continue the existing cash management system and 13 bank accounts, waive certain U.S. Trustee guidelines, and modify Section 345(b) requirements</td>
        <td>Closing the accounts would interrupt government receivables that constitute the majority of revenue, with potentially fatal consequences for operations</td>
      </tr>
      <tr>
        <td class="metric-label">Wages and Benefits</td>
        <td>Pay prepetition wages, compensation, and reimbursable expenses, and continue employee benefit programs</td>
        <td>The workforce, roughly 597 of whom are union-represented, is vital to patient care and to preventing departures that would compromise the estate</td>
      </tr>
      <tr>
        <td class="metric-label">Utilities</td>
        <td>Approve adequate assurance of payment and bar utilities from altering or discontinuing service</td>
        <td>Even a brief interruption of electricity, water, gas, or telecommunications would severely disrupt patient care</td>
      </tr>
      <tr>
        <td class="metric-label">Patient Confidentiality</td>
        <td>Approve procedures to protect patient information</td>
        <td>Reconciles HIPAA confidentiality obligations, which carry steep penalties, with the Bankruptcy Code's public disclosure requirements</td>
      </tr>
      <tr>
        <td class="metric-label">Redaction</td>
        <td>Redact commercially sensitive and personally identifiable information</td>
        <td>Prevents public filing of home addresses and contact information of employees, debtholders, and individual equityholders</td>
      </tr>
      <tr>
        <td class="metric-label">Schedules and SOFA Extension</td>
        <td>A 30-day extension to file schedules and statements of financial affairs</td>
        <td>Reflects the size and complexity of operations and the number of creditors involved</td>
      </tr>
    </tbody>
  </table>
  <p>The cash management motion carries the most weight. The Debtor operates 13 bank accounts across California Federal Credit Union and Columbia Bank, and it states plainly that it lacks meaningful cash reserves and needs immediate access to its receipts. Any delay in collecting available funds, in the Debtor's telling, could force it to cease operations. The relief sought is standard for a healthcare Chapter 11, but the thin liquidity behind it is what makes the emergency posture credible.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IX ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>Observations and What to Watch</h2>
  </div>
  <p>Three features of this case will shape how it develops. The first is the contested secured claim. A Chapter 11 in which the largest lienholder's standing is genuinely in question is a different case from one in which the capital structure is settled. The Colorado court has already found a triable dispute over whether the assignment to Axios violated Main Street Loan Program terms, and that question does not disappear because the forum has changed. Expect the validity of the assignment, the related subordination arrangement with the landlords, and the L.A. Care security interests to be litigated early, whether through claim objections, an investigation by any committee that is appointed, or contested cash collateral and financing proceedings.</p>
  <p>The second is liquidity. With roughly $240,000 on hand and revenue that arrives late and in unpredictable government installments, the Debtor has little cushion, and it states that any delay in collecting available receipts could force it to cease operations. The anticipated $16 million in Hospital Quality Assurance Fee receivables and the projected Program 10 funds are the near-term sources of relief, but their timing is uncertain and L.A. Care asserts an interest in a portion of them. How the Debtor funds operations while those questions are resolved is the central operational issue.</p>
  <p>The third is the patient population. Many debtors can slow operations or wind down gradually while disputes are resolved. This Debtor operates a subacute unit where every patient requires ventilator support, a Department of Mental Health referral program for recently incarcerated patients, and an emergency department that treats more than 50,000 patients a year in a community where most patients cannot pay. Those clinical realities constrain the restructuring options and raise the stakes of every liquidity decision. Whatever the outcome of the dispute over who holds the loan, the hospital must continue operating while it is resolved.</p>
  <div class="callout">
    <h4>Bottom Line</h4>
    <p>Pacifica of the Valley filed an emergency Chapter 11 amid a Colorado receivership dispute, days before that receivership was scheduled to be heard. The case will turn less on the amount of the debt, which is largely undisputed, than on who is entitled to enforce it, a question a state court has already declined to answer on summary judgment. Reorganizing around that uncertainty, with limited cash, while continuing to care for a medically vulnerable population, is the task before the Debtor.</p>
  </div>
</section>
<!-- ==================== FOOTER ==================== -->
<footer class="report-footer">
  <div class="container">
    <div class="footer-brand"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report analyzes the first-day declaration filed in support of the emergency motions in In re Pacifica of the Valley Corp., Case No. 26-11060 (TMH), in the United States Bankruptcy Court for the District of Delaware, together with its Exhibit A organizational chart and Exhibit B, the Colorado court's June 26, 2026 order on partial summary judgment. All figures, dates, and characterizations are drawn from those filings. The proceedings described are ongoing, objection deadlines have not passed, and the validity of the disputed secured claim has not been finally adjudicated. This report does not constitute legal advice.</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
    <p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
    <p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
  </div>
</footer>
</body>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/when-blockers-hold-contractual-caps-and-the-limits-of-section-16b</id>
    <published>2026-07-12T23:31:03-05:00</published>
    <updated>2026-07-12T23:31:55-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/when-blockers-hold-contractual-caps-and-the-limits-of-section-16b" rel="alternate" type="text/html"/>
    <title>When Blockers Hold: Contractual Caps and the Limits of Section 16(b)</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p><span>In an issue of first impression, the Second Circuit holds that a comprehensive, self-executing blocker defeats a short-swing profit claim, even where the anchor investor cleared more than $300 million trading in and out of a company on the eve of its bankruptcy</span></p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/when-blockers-hold-contractual-caps-and-the-limits-of-section-16b">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<body>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contractual Blockers and Section 16(b) | Stretto Intelligence</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap" rel="stylesheet">
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
/* --- HEADER --- */
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 850px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 760px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
  flex-wrap: wrap;
}
/* --- LAYOUT --- */
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
/* --- SECTION HEADERS --- */
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
/* --- SUBSECTION HEADERS --- */
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
/* --- PARAGRAPHS --- */
p { margin-bottom: 18px; line-height: 1.75; }
.lead { font-size: 19px; color: var(--primary-slate); }
/* --- STAT CARDS --- */
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.2;
}
.stat-card .stat-detail { font-size: 13px; color: var(--light-slate); margin-top: 4px; }
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
/* --- COMPARISON TABLES --- */
table.comparison { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 15px; }
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td { padding: 14px 18px; border-bottom: 1px solid var(--light-gray); vertical-align: top; }
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
/* --- CALLOUT BOXES --- */
.callout {
  background: var(--dark-slate);
  color: var(--white);
  padding: 35px 40px;
  border-radius: 8px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.callout::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 5px; height: 100%;
  background: var(--accent-orange);
}
.callout h4 {
  color: var(--accent-orange);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: 500;
}
.callout p { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.7; margin: 0; }
.callout .callout-stat {
  font-size: 48px;
  font-weight: 700;
  color: var(--accent-orange);
  display: block;
  margin-bottom: 8px;
}
/* --- TIMELINES --- */
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before {
  content: '';
  position: absolute;
  left: 8px; top: 0; bottom: 0;
  width: 2px;
  background: var(--medium-gray);
}
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before {
  content: '';
  position: absolute;
  left: -26px; top: 6px;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--accent-orange);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--accent-orange);
}
.timeline-item.muted::before { background: var(--light-slate); box-shadow: 0 0 0 2px var(--light-slate); }
.timeline-date { font-size: 13px; font-weight: 500; color: var(--accent-orange); letter-spacing: 0.5px; }
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
/* --- SPLIT COMPARISON PANELS --- */
.split-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 40px 0; border-radius: 8px; overflow: hidden; }
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 40px; font-weight: 700; margin-bottom: 5px; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; }
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 17px; font-weight: 500; }
/* --- FOOTER --- */
.report-footer {
  background: var(--dark-slate);
  color: rgba(255,255,255,0.5);
  padding: 50px 40px;
  margin-top: 80px;
  font-size: 13px;
  line-height: 1.7;
}
.report-footer .footer-brand { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; }
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
.report-footer .container { padding: 0; }
/* --- SECTION DIVIDER --- */
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
}
</style>
<!-- ==================== HEADER ==================== -->
<header class="report-header">
  <div class="header-top">
    <div class="brand-mark"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <div class="report-type">Special Report</div>
  </div>
  <div class="header-content">
    <h1>When Blockers Hold: Contractual Caps and the Limits of <span class="highlight">Section 16(b)</span>
</h1>
    <p class="header-subtitle">In an issue of first impression, the Second Circuit holds that a comprehensive, self-executing blocker defeats a short-swing profit claim, even where the anchor investor cleared more than $300 million trading in and out of a company on the eve of its bankruptcy.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>July 2026</span>
      <span>20230930-DK-Butterfly-1 v. HBC Investments, No. 25-2728-cv (2d Cir. July 7, 2026)</span>
    </div>
  </div>
</header>
<!-- ==================== SECTION I ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>The Question the Second Circuit Had Never Answered</h2>
  </div>
  <p class="lead">The Second Circuit had never squarely decided whether a contractual blocker actually defeats a claim for short-swing profits under Section 16(b) of the Securities Exchange Act. On July 7, 2026, it did.</p>
  <p>In <em>20230930-DK-Butterfly-1, Inc. v. HBC Investments LLC</em>, a unanimous panel affirmed the dismissal of a claim seeking to disgorge more than $300 million in trading profits, holding that a comprehensive, self-executing cap keeps an investor below the ten-percent beneficial-ownership threshold that triggers strict liability. The plaintiff was the post-bankruptcy successor to Bed Bath &amp; Beyond. The defendants were the investment manager and fund that anchored the retailer's last capital raise before it failed.</p>
  <p>The holding matters well beyond this case. Blockers are standard equipment in distressed capital raises, private placements, and convertible structures across the restructuring market. Until now, a plaintiff in this Circuit could argue that a blocker was a paper formality that a court should look past in favor of how the arrangement functioned in practice. The panel rejected that invitation and told plaintiffs exactly what they must plead instead.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Alleged Profit</div>
      <div class="stat-value">$300M+</div>
      <div class="stat-detail">Short-swing gains per the complaint</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Contractual Cap</div>
      <div class="stat-value">9.99%</div>
      <div class="stat-detail">Ceiling written into every instrument</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Statutory Trigger</div>
      <div class="stat-value">10%</div>
      <div class="stat-detail">Beneficial ownership that invokes Section 16</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Precedent</div>
      <div class="stat-value">First</div>
      <div class="stat-detail">Impression in the Second Circuit</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION II ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section II</div>
    <h2>How the Deal Was Structured</h2>
  </div>
  <p>By the early 2020s, Bed Bath &amp; Beyond was in a position familiar to anyone who has worked a prepetition liquidity crisis. Pandemic-related store closures, supply disruptions, and management missteps had pushed a national home-goods retailer toward the edge. In desperate need of cash, the company went to the capital markets and issued three classes of derivative securities: convertible preferred stock, preferred-stock warrants, and common-stock warrants. Each was a route to freely tradable common stock at a potential discount, whether by converting preferred into common, exercising warrants for preferred and then converting, or exercising warrants directly for common. Hudson Bay bought up almost all of it and anchored the offering in exchange for the right to acquire heavily discounted, freely tradable stock.</p>
  <p>That structure carried a problem Hudson Bay wanted no part of. An investor with the right to acquire more than ten percent of a public company's common stock takes on regulatory responsibility, including the disclosure and disgorgement obligations that Section 16 imposes on insiders. To stay clear of that line, Hudson Bay wrote blockers into every instrument. The blockers capped its beneficial ownership at 9.99 percent, and they did so with teeth. Any conversion or exercise that would carry it over the cap was, by the contract's own terms, null and void and treated as if never made. Hudson Bay had no power to vote or transfer any shares issued above the threshold. And every time it converted preferred stock or exercised a warrant, it had to certify that the transaction would not push its beneficial ownership past 9.99 percent.</p>
  <p>One further document shaped the dispute. Hudson Bay and BBBY signed a side letter providing that the public-offering documents set out the complete set of procedures for exercising warrants and converting preferred, that BBBY would not demand additional information or instructions when Hudson Bay invoked those rights, and that BBBY would honor Hudson Bay's requests in accordance with the terms of the offering documents. The side letter also stated, in terms, that it neither superseded nor altered those documents. That last point became the hinge of Butterfly's final theory, and it did not hold.</p>
  <p>The cash infusion was not enough. BBBY filed for Chapter 11 in April 2023. By then, according to the complaint, Hudson Bay had made more than $300 million by acquiring newly issued stock at a discount and reselling it into the market, over and over. On the trading records attached to the complaint, Hudson Bay's end-of-day beneficial ownership stayed below the ten-percent threshold throughout.</p>
  <div class="timeline">
    <div class="timeline-item muted">
      <div class="timeline-date">1971</div>
      <div class="timeline-content">Bed Bath &amp; Beyond is founded and grows into a nationally known home-goods retailer.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">Early 2020s</div>
      <div class="timeline-content">Store closures, supply disruptions, and management missteps drive the company toward insolvency.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">Prepetition Raise</div>
      <div class="timeline-content">BBBY issues convertible preferred, preferred-stock warrants, and common-stock warrants. Hudson Bay anchors the offering under 9.99% blockers and a side letter.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">Prepetition Trading</div>
      <div class="timeline-content">Hudson Bay allegedly clears more than $300 million cycling in and out of BBBY common stock. On the records attached to the complaint, its end-of-day ownership stays below the ten-percent threshold.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">April 2023</div>
      <div class="timeline-content">BBBY files for Chapter 11.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">May 2024</div>
      <div class="timeline-content">Butterfly, BBBY's post-bankruptcy successor, sues Hudson Bay for disgorgement under Section 16(b).</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">SDNY</div>
      <div class="timeline-content">The district court (Vyskocil, J.) dismisses, finding the complaint did not plausibly plead that the blockers were illusory or a sham.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">June 23, 2026</div>
      <div class="timeline-content">The Second Circuit hears argument.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 7, 2026</div>
      <div class="timeline-content">The panel affirms in full.</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION III ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>Section 16(b): The Blunt Instrument</h2>
  </div>
  <p>Section 16(b) is not a fault-based rule. The Second Circuit calls it a blunt instrument, and the label is precise. To remove any temptation to trade on inside information before it can arise, the statute imposes strict liability on corporate insiders who profit from buying and selling a company's securities inside a six-month window. Intent is irrelevant. The insiders it reaches are a public company's directors and officers, and its most powerful shareholders: anyone who is, directly or indirectly, the beneficial owner of more than ten percent of a class of equity security.</p>
  <p>The reach extends past current holdings to potential ones. So long as an investor has the right to acquire beneficial ownership of the underlying security, it falls within the statute's field of view. That is why warrants, options, and convertible preferred stock are squarely within Section 16's ambit, and why an investor holding large volumes of those instruments has to think carefully about where the ten-percent line sits.</p>
  <p>A blocker is the tool built to neutralize that exposure. Drawing on <em>Levy v. Southbrook International Investments</em>, its seminal decision in this area, the panel described a blocker, or conversion cap, as a contractual provision that denies an investor the right to acquire more than ten percent of an issuer's equity at any one time. The operative words are <em>any one time</em>. Beneficial ownership under the statute is measured at a single moment, not cumulatively. A blocker lets an investor move enormous cumulative volume through a position while never crossing the line at any given instant. By extinguishing the right to acquire beneficial ownership above the cap, the blocker takes the investor outside the statute. Butterfly's whole case was an effort to prove that Hudson Bay's blockers did not really do that.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IV ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>The Three-Factor Test for an Illusory Blocker</h2>
  </div>
  <p>Courts disregard blockers that are a sham or illusory. The difficulty, as the district court noted and the panel accepted, is a genuine dearth of case law on when a blocker crosses that line. <em>Levy</em> supplies the framework the Second Circuit applied, and it reduces to three commonsense questions. Can the investor waive the blocker in its sole discretion? Does the blocker lack a means of ensuring compliance? And has the investor, as a practical matter, ever actually exceeded the cap?</p>
  <p>Those three questions were not conjured for this appeal. The Securities and Exchange Commission had once proposed a longer list of factors in an amicus brief in <em>Levy</em>, but most courts have never expressly applied the Commission's criteria, and the three <em>Levy</em> factors largely track three of the SEC's own: whether the blocker lacks an enforcement mechanism, whether it is easily waivable, and whether it has been adhered to in practice. Butterfly argued all three. On each, the blockers held.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Levy Factor</th>
        <th>What Would Make a Blocker Fail</th>
        <th>Hudson Bay's Blockers</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Sole-discretion waiver</td>
        <td>The investor can waive or nullify the cap on its own</td>
        <td class="change-positive">Amendment required BBBY's consent; no unilateral waiver</td>
      </tr>
      <tr>
        <td class="metric-label">Means of ensuring compliance</td>
        <td>No mechanism prevents the investor from crossing ten percent</td>
        <td class="change-positive">Over-cap acquisitions automatically void; certification at every exercise</td>
      </tr>
      <tr>
        <td class="metric-label">Adherence in practice</td>
        <td>The investor in fact exceeded the conversion cap</td>
        <td class="change-positive">The complaint's own records show end-of-day ownership below the ten-percent threshold</td>
      </tr>
    </tbody>
  </table>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION V ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>Applying the Factors</h2>
  </div>
  <h3>Sole-discretion waiver</h3>
  <p>Butterfly's theory was that the blockers were wafer-thin because they could be waived or amended like any other contract. The panel had a short answer. Every contract can be amended by its parties, so a rule that equated amendability with illusoriness would turn every clause of every agreement into a sham. That is not what <em>Levy</em> asked. <em>Levy</em> asked something narrower: whether the investor alone could waive or nullify the cap in its sole discretion. Hudson Bay could not. Changing the deal required BBBY's consent, and that is the difference between a real constraint and a phantom one.</p>
  <h3>Means of ensuring compliance</h3>
  <p>Butterfly next argued that enforcement depended entirely on Hudson Bay policing itself, and that the side letter made matters worse by stripping BBBY of any ability to monitor compliance in real time. The panel was unpersuaded, and the reason repays attention. The court has never held that a clause is illusory simply because one party cannot audit the other's compliance as it happens. <em>Levy</em> asked only whether the contract contained mechanisms that would prevent the investor from crossing ten percent, and it found that an investor's own ability to revoke an over-cap conversion was enough. Hudson Bay's blockers went a step further. They did not depend on anyone electing to revoke anything. An over-cap acquisition was void automatically, treated as if it had never occurred, and every exercise carried a fresh certification that the cap remained intact.</p>
  <h3>Adherence in practice</h3>
  <p>The final factor asks whether the cap was ever actually breached, and here the complaint's own exhibits cut against the plaintiff. The trading records attached to the pleading showed Hudson Bay's end-of-day beneficial ownership staying below the threshold throughout. To argue otherwise, Butterfly had to do some arithmetic that the panel did not credit, and that arithmetic is where the case turned.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VI ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>The Beneficial-Ownership Math</h2>
  </div>
  <p>Butterfly's sharpest factual argument was a single snapshot. At 9:27 a.m. on February 10, 2023, it alleged, Hudson Bay had 10.1 percent of BBBY's outstanding common stock sitting in its brokerage account. If ownership is about what is in the account at a given instant, that number is over the line.</p>
  <p>But that is not what beneficial ownership measures. The controlling question is investment power: the power to dispose of a security or to direct its disposition. Hudson Bay had no such power over shares it had already agreed to sell. To reach 10.1 percent, Butterfly counted shares that Hudson Bay had already committed to sell but still technically held for the moment they transited its account. As the case law makes clear, it is the moment the trading decision is made, rather than the mechanics of settlement or the passing of title, that governs Section 16(b). The panel called Butterfly's method dubious, and the complaint undercut it directly. Butterfly conceded that Hudson Bay's exercise requests were staggered with intervening sales, and the pleading's own chart tracked advance sales of millions of shares. Where a share happens to be sitting for an instant is not the test. Whether the holder still controls its disposition is.</p>
  <div class="callout">
    <h4>Control, Not Custody</h4>
    <p>The dispositive question is not where a share sits at a given instant, but whether the holder still controls where it goes. Shares Hudson Bay had already agreed to sell were not beneficially owned, even while they briefly passed through its account, because Hudson Bay no longer had the power to direct their disposition. A snapshot of the brokerage account does not answer the question the statute asks.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>Text Over Practice</h2>
  </div>
  <p>Beneath the factual dispute ran a methodological one, and this is the part of the opinion that will matter most to future litigants. Butterfly argued that the district court had fixated on the text of the blockers and ignored how they functioned in practice. It pointed to a footnote in <em>Levy</em> stating that the commercial substance of a transaction, rather than its form, must be considered to guard against sham transactions, and it read that line as an endorsement of a substance-over-form standard that looks past the contract language to how a blocker could have operated ineffectively.</p>
  <p>The panel closed that door. The <em>Levy</em> footnote was itself quoting an older decision for an uncontroversial principle: an insider may not disguise the effective transfer of stock through devices like shell companies or proxies. That is a rule against artifice, not a license to rewrite an unambiguous contract. The panel then anchored itself in Supreme Court guidance. Section 16(b) imposes liability without fault only within its narrowly drawn limits, and courts should not exceed a literal, mechanical application of the statutory text in deciding who is subject to it. Given that guidance, the court declined to trade the plain text of the offering documents for an uncertain standard focused on how the blockers could have functioned ineffectively in practice, absent specific allegations that they in fact did.</p>
  <p>Out of that reasoning came the rule. A comprehensive and legally binding blocker should generally insulate a defendant from Section 16(b) liability. Only when the parties have ignored their own contract and allowed the investor to exceed the cap will a court look past the blocker's language. To survive a motion to dismiss, a plaintiff must allege that a facially unambiguous, self-executing blocker actually failed in practice. Speculation that the parties could have waived it, or that the investor could have breached it without the counterparty knowing until after the fact, does not state a claim.</p>
  <div class="callout">
    <h4>The Pleading Standard</h4>
    <p>To move past a motion to dismiss, a plaintiff must plead that a facially unambiguous, self-executing blocker actually failed in practice. A theory that the parties could hypothetically have waived the cap, or that the investor could have breached it undetected, is not enough. The burden sits with the plaintiff to show the cap gave way, not merely that it might have.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VIII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>The Rule 13d-3(b) Evasion Theory</h2>
  </div>
  <p>Butterfly's last theory invoked SEC Rule 13d-3(b), which treats a person who uses any contract, arrangement, or device to prevent the vesting of beneficial ownership as if that person actually owned the security, where the purpose is to evade the statutory reporting requirements. Read broadly, that language could swallow every blocker, since a blocker is precisely a contractual device that prevents ownership from vesting.</p>
  <p>The panel drew the line that keeps the Rule coherent. There is a difference between a scheme that conceals ownership the investor effectively holds and a provision that prevents the investor from holding it in the first place. Judge Winter's concurrence in <em>CSX Corp. v. Children's Investment Fund Management</em>, which both sides cited approvingly, supplied the map. Rule 13d-3(b) reaches transactions that carry the substantial equivalence of the rights of ownership relevant to control, or that stop short of or conceal the vesting of ownership while nonetheless ensuring that ownership will vest at the signal of the would-be owner. Its targets are secret side deals, straw buyers, and proxies dressed up to hide control. It does not reach an arrangement that genuinely denies the investor the substance of ownership.</p>
  <p>That distinction aligns with Supreme Court precedent, which expressly permits an investor to structure a transaction with the intent of avoiding Section 16(b) liability, and with the Second Circuit's own approval of effective blockers. An investor is free to limit its ownership rights so as not to take on regulatory responsibility. What it may not do is conceal the vesting of ownership in order to evade its duties.</p>
  <p>That principle disposed of Butterfly's reading of the side letter. Butterfly argued that the side letter quietly rewrote the offering documents and handed Hudson Bay an unlimited right to acquire, despite the ten-percent cap. The document said the opposite. It required BBBY to honor Hudson Bay's requests only in accordance with the terms of the offering documents, blockers included, and it stated that its terms did not supersede or alter those documents. Far from poking a hole in the blockers, the side letter expressly preserved them. Because the blockers prevented Hudson Bay from ever enjoying the substantial equivalence of beneficial ownership, Rule 13d-3(b) had no role to play.</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">Conceal</div>
      <div class="panel-label">Reaches Rule 13d-3(b)</div>
      <div class="split-item">
        <div class="item-label">Mechanism</div>
        <div class="item-value">Secret side deals, straw buyers, proxies</div>
      </div>
      <div class="split-item">
        <div class="item-label">Effect</div>
        <div class="item-value">Substantial equivalence of control</div>
      </div>
      <div class="split-item">
        <div class="item-label">Vesting</div>
        <div class="item-value">Ownership vests at the owner's signal</div>
      </div>
      <div class="split-item">
        <div class="item-label">Result</div>
        <div class="item-value" style="color: var(--accent-orange);">Deemed a beneficial owner</div>
      </div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">Prevent</div>
      <div class="panel-label">Outside Rule 13d-3(b)</div>
      <div class="split-item">
        <div class="item-label">Mechanism</div>
        <div class="item-value">Self-executing contractual cap</div>
      </div>
      <div class="split-item">
        <div class="item-label">Effect</div>
        <div class="item-value">No substance of ownership above 9.99%</div>
      </div>
      <div class="split-item">
        <div class="item-label">Vesting</div>
        <div class="item-value">Over-cap shares void, never vest</div>
      </div>
      <div class="split-item">
        <div class="item-label">Result</div>
        <div class="item-value" style="color: var(--accent-orange);">Blocker defeats the claim</div>
      </div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IX ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>What the Opinion Settles, and What It Leaves Open</h2>
  </div>
  <p>The opinion resolves a question the Second Circuit had left open, and it resolves it on the text of the blocker rather than on how the arrangement might have operated in practice. A comprehensive, self-executing blocker is now a defense that holds at the pleading stage in this Circuit. Courts will read the blocker's text first, and they will treat a facially unambiguous cap as doing what it says unless the plaintiff pleads that it actually failed. A nine-figure profit and an intraday snapshot showing 10.1 percent did not clear that bar.</p>
  <p>The panel was equally careful about what it did not decide. It reserved the case in which the parties ignore the cap in practice and let the investor exceed it. A plaintiff who can plead specific facts showing an actual over-cap holding that the investor controlled, or a concealed side arrangement that vests control on demand, still has a path under both <em>Levy</em> and Rule 13d-3(b). The opinion narrows the theories available to a Section 16(b) plaintiff facing a well-drafted blocker. It does not eliminate them. And because this is a court of appeals decision issued only days ago, the ordinary avenues of further review remain theoretically open.</p>
  <div class="callout">
    <p><span class="callout-stat">$300M+</span>A nine-figure trading profit and a snapshot showing 10.1 percent in the brokerage account were not enough to state a claim. In this Circuit, a comprehensive blocker shifts the burden to the plaintiff to show that the cap failed in fact, not merely that it could have.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION X ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section X</div>
    <h2>Implications for Restructuring and Distressed Investing</h2>
  </div>
  <p>For the practitioner, the opinion draws a usable map, and it points in different directions depending on where you sit.</p>
  <p>If you are advising a distressed issuer raising rescue capital, the case confirms that you can offer an anchor investor deep discounts and large cumulative volume without saddling it with the insider status that would deter the investment in the first place. The condition is that the blocker has to do its work on its own. A cap that reads as a self-executing nullity, rather than one that merely gives the investor an option to pull back, is the version that survives a challenge from a successor estate later.</p>
  <p>If you are the anchor investor, the drafting lesson is specific. The blockers that carried the day here shared three features worth reproducing: over-cap acquisitions that are void and treated as if never made, an express denial of any power to vote or transfer excess shares, and a certification at every conversion or exercise that the cap remains intact. Each of those is stronger than a bare right to revoke, and together they leave a plaintiff with very little to attack. Just as important, keep any ancillary agreement consistent with the cap. The side letter here did not sink the structure precisely because it honored the offering documents and disclaimed any power to alter them. A side letter drafted less carefully is exactly the kind of concealed arrangement that Rule 13d-3(b) is meant to catch.</p>
  <p>If you are a successor estate, litigation trust, or plan administrator weighing a Section 16(b) claim against a prepetition anchor investor, the opinion sets the bar higher than a large profit and a suggestive snapshot. You need to plead that the cap actually failed: an over-cap position the investor genuinely controlled, or a side arrangement that quietly restored the ownership the blocker purported to remove. A theory built on what the parties could have done, or on shares briefly transiting an account after they were already sold, will not survive a motion to dismiss in this Circuit. That is a hard message for an estate sitting on an apparent nine-figure recovery, and it is the right time to test the theory against the pleading standard before committing estate resources to the claim.</p>
  <p>The larger point is that the value in this decision lies in separating a real constraint from a paper one. A blocker that genuinely denies the substance of ownership is enforceable and worth the effort to draft with precision. A blocker that leaves the investor with effective control, or an ancillary agreement that quietly gives it back, invites exactly the scrutiny this plaintiff could not muster. As the law stands today, the burden sits with the plaintiff to show the cap gave way in fact rather than in theory.</p>
</section>
<!-- ==================== FOOTER ==================== -->
<footer class="report-footer">
  <div class="container">
    <div class="footer-brand"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This report analyzes the July 7, 2026 opinion of the United States Court of Appeals for the Second Circuit in 20230930-DK-Butterfly-1, Inc. v. HBC Investments LLC, No. 25-2728-cv, affirming the dismissal of a Section 16(b) short-swing profit claim against the anchor investor in Bed Bath &amp; Beyond's final prepetition capital raise. Factual allegations and financial figures are drawn from the court's opinion and, where noted, the underlying complaint, the allegations of which were accepted as true for purposes of the motion to dismiss.</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
    <p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
    <p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
  </div>
</footer>
</body>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/dish-dbs-corporation-a-prepackaged-plan-and-a-363-sale-under-one-roof</id>
    <published>2026-07-06T00:46:13-05:00</published>
    <updated>2026-07-06T00:46:15-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/dish-dbs-corporation-a-prepackaged-plan-and-a-363-sale-under-one-roof" rel="alternate" type="text/html"/>
    <title>DISH DBS Corporation: A Prepackaged Plan and a 363 Sale Under One Roof</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p><span>A regulatory directive to sell wireless spectrum split a single enterprise into two restructurings running in parallel: a self-funding prepackaged plan for the Pay-TV business, and a Section 363 wind-down for the stranded 5G network</span></p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/dish-dbs-corporation-a-prepackaged-plan-and-a-363-sale-under-one-roof">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<body>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DISH DBS Corporation: A Dual-Track Chapter 11 | Stretto Intelligence</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap" rel="stylesheet">
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
/* --- HEADER --- */
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 860px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 760px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
}
/* --- LAYOUT --- */
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
/* --- SECTION HEADERS --- */
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
/* --- SUBSECTION HEADERS --- */
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
/* --- PARAGRAPHS --- */
p { margin-bottom: 18px; line-height: 1.75; }
/* --- STAT CARDS --- */
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value { font-size: 32px; font-weight: 700; color: var(--dark-slate); line-height: 1.2; }
.stat-card .stat-detail { font-size: 13px; color: var(--light-slate); margin-top: 4px; }
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
/* --- COMPARISON TABLES --- */
table.comparison { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 15px; }
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td { padding: 14px 18px; border-bottom: 1px solid var(--light-gray); vertical-align: top; }
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
table.comparison tfoot td {
  padding: 14px 18px;
  border-top: 2px solid var(--dark-slate);
  font-weight: 700;
  color: var(--dark-slate);
  background: var(--white);
}
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
/* --- BAR CHARTS --- */
.bar-chart { margin: 30px 0; padding: 30px; background: var(--fine-gray); border-radius: 8px; }
.bar-chart-title { font-size: 16px; font-weight: 500; color: var(--dark-slate); margin-bottom: 25px; }
.bar-group { display: flex; align-items: center; margin-bottom: 16px; }
.bar-label { width: 200px; font-size: 13px; font-weight: 400; color: var(--text-body); flex-shrink: 0; text-align: right; padding-right: 16px; }
.bar-track { flex: 1; height: 32px; background: var(--light-gray); border-radius: 4px; position: relative; overflow: hidden; }
.bar-fill { height: 100%; border-radius: 4px; display: flex; align-items: center; padding-left: 12px; font-size: 13px; font-weight: 500; color: var(--white); transition: width 1s ease; white-space: nowrap; }
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside { margin-left: 10px; font-size: 13px; font-weight: 500; color: var(--text-body); flex-shrink: 0; width: 130px; }
.bar-legend { display: flex; gap: 24px; margin-top: 20px; font-size: 12px; color: var(--light-slate); }
.bar-legend span { display: flex; align-items: center; gap: 7px; }
.bar-legend i { width: 12px; height: 12px; border-radius: 3px; display: inline-block; }
/* --- CALLOUT BOXES --- */
.callout { background: var(--dark-slate); color: var(--white); padding: 35px 40px; border-radius: 8px; margin: 40px 0; position: relative; overflow: hidden; }
.callout::before { content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: var(--accent-orange); }
.callout h4 { color: var(--accent-orange); font-size: 13px; letter-spacing: 2px; text-transform: uppercase; margin: 0 0 12px; font-weight: 500; }
.callout p { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.7; margin: 0; }
.callout .callout-stat { font-size: 48px; font-weight: 700; color: var(--accent-orange); display: block; margin-bottom: 8px; }
/* --- TIMELINES --- */
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before { content: ''; position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: var(--medium-gray); }
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before { content: ''; position: absolute; left: -26px; top: 6px; width: 12px; height: 12px; border-radius: 50%; background: var(--accent-orange); border: 3px solid var(--white); box-shadow: 0 0 0 2px var(--accent-orange); }
.timeline-item.muted::before { background: var(--light-slate); box-shadow: 0 0 0 2px var(--light-slate); }
.timeline-date { font-size: 13px; font-weight: 500; color: var(--accent-orange); letter-spacing: 0.5px; }
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
/* --- SPLIT COMPARISON PANELS --- */
.split-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 40px 0; border-radius: 8px; overflow: hidden; }
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 34px; font-weight: 700; margin-bottom: 5px; line-height: 1.15; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; }
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 18px; font-weight: 500; }
/* --- SVG GAUGE GRAPHICS --- */
.gauge-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 25px; margin: 40px 0; }
.gauge-card { text-align: center; padding: 30px 20px; background: var(--fine-gray); border-radius: 8px; }
.gauge-card svg { width: 120px; height: 120px; }
.gauge-card .gauge-label { font-size: 13px; color: var(--light-slate); margin-top: 12px; font-weight: 400; }
.gauge-card .gauge-value { font-size: 28px; font-weight: 700; color: var(--dark-slate); margin-top: 4px; }
/* --- FOOTER --- */
.report-footer { background: var(--dark-slate); color: rgba(255,255,255,0.5); padding: 50px 40px; margin-top: 80px; font-size: 13px; line-height: 1.7; }
.report-footer .footer-brand { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; max-width: 1100px; margin-left: auto; margin-right: auto; }
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer .container { max-width: 1100px; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
/* --- SECTION DIVIDER --- */
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
/* --- LEDE --- */
.lede { font-size: 19px; font-weight: 300; color: var(--primary-slate); line-height: 1.7; }
/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
  .bar-label { width: 130px; }
}
</style>
<!-- ==================== HEADER ==================== -->
<header class="report-header">
  <div class="header-top">
    <div class="brand-mark"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <div class="report-type">Special Report</div>
  </div>
  <div class="header-content">
    <h1>DISH DBS Corporation: <span class="highlight">A Prepackaged Plan and a 363 Sale Under One Roof</span>
</h1>
    <p class="header-subtitle">A regulatory directive to sell wireless spectrum split a single enterprise into two restructurings running in parallel: a self-funding prepackaged plan for the Pay-TV business, and a Section 363 wind-down for the stranded 5G network.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>July 2026</span>
      <span>Analysis of 43 first-day filings across 1,246 pages</span>
    </div>
  </div>
</header>
<!-- ==================== SECTION I ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>The Filing at a Glance</h2>
  </div>
  <p class="lede">On June 30, 2026, DISH DBS Corporation and seventeen affiliated debtors filed jointly administered Chapter 11 cases in the United States Bankruptcy Court for the Southern District of Texas, Houston Division, before the Honorable Christopher M. Lopez. What makes the filing worth studying is not its size, though it ranks among the larger prepackaged filings in recent history. It is the architecture.</p>
  <p>A single corporate family arrived in bankruptcy carrying two businesses that could not be treated the same way. One is a Pay-TV operation under the DISH and Sling TV brands that generated roughly $9.7 billion in revenue and $2.4 billion in operating income in fiscal year 2025. The other is a wireless business that built a 5G network at a cost exceeding $46 billion, then lost the ability to operate it. The debtors did not try to force a single solution onto both. They filed one set of cases and ran two restructurings inside it.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Debtor Entities</div>
      <div class="stat-value">18</div>
      <div class="stat-detail">12 DBS Debtors, 6 DISH Wireless Debtors</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">DBS Funded Debt</div>
      <div class="stat-value">$9.75B</div>
      <div class="stat-detail">Proposed to deleverage to $5.0B</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Wireless Claims Asserted</div>
      <div class="stat-value">$6B+</div>
      <div class="stat-detail">Across more than 170 lawsuits</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Petition to Combined Hearing</div>
      <div class="stat-value">48 days</div>
      <div class="stat-detail">Confirmation and sale on Aug. 17, 2026</div>
    </div>
  </div>
  <p>The DBS Debtors pursue a prepackaged plan of reorganization that, if confirmed as proposed, would reduce funded debt from $9.75 billion to $5.0 billion. The DISH Wireless Debtors pursue a Section 363 sale of substantially all assets, with the ultimate parent serving as stalking horse bidder at $300 million in cash, less outstanding debtor-in-possession financing. The two tracks are legally distinct. They are economically joined by an $8.856 billion intercompany loan and a claims trust that caps what the wireless estate can return to the noteholders above it. Understanding this case means understanding how those two tracks were separated, and where they remain tied together.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION II ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section II</div>
    <h2>The Regulatory Catalyst</h2>
  </div>
  <p>Most large Chapter 11 filings trace back to leverage, a liquidity wall, or a demand shock. This one traces back to a regulator. According to the disclosure statement, the sequence began on May 9, 2025, when the FCC Chairman sent a letter raising concerns about the parent's spectrum use. The debtors read that letter as a directive to divest the wireless spectrum licenses. Note the sequence: the same Chairman had confirmed on September 8, 2025 that the company satisfied all of its buildout obligations. Compliance did not preserve the asset.</p>
  <p>You cannot operate a radio access network without spectrum. Once the licenses were headed out the door, the wireless business had a network and no legal means to run it. Beginning in September 2025, the operating wireless debtor sent force majeure notices to its tower lease counterparties and started decommissioning the network. The debtors take the position that the FCC directive is a force majeure event that renders performance impossible or commercially impracticable. The counterparties disagreed, and the disputes moved to court.</p>
  <div class="timeline">
    <div class="timeline-item">
      <div class="timeline-date">May 9, 2025</div>
      <div class="timeline-content">FCC Chairman letter raising concerns about the parent's spectrum use, read by the debtors as a directive to divest the wireless licenses.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">August 25, 2025</div>
      <div class="timeline-content">License Purchase Agreement with AT&amp;T for approximately $23 billion covering 3.45 GHz and 600 MHz licenses.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">September 7, 2025</div>
      <div class="timeline-content">License Purchase Agreement with SpaceX for approximately $17 billion in cash and stock, later amended on November 5, 2025 to add AWS-3 licenses for roughly $2.6 billion in additional stock.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">September 8, 2025</div>
      <div class="timeline-content">FCC Chairman confirms the company satisfied all buildout obligations, even as the divestitures proceed.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">September 2025 onward</div>
      <div class="timeline-content">Force majeure notices issued to tower lessors; network decommissioning begins.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">May 12, 2026</div>
      <div class="timeline-content">FCC Wireless Bureau approves both spectrum transactions (DA 26-470 and DA 26-471).</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">June 26, 2026</div>
      <div class="timeline-content">FCC Trust established with a $2.4 billion funding commitment and a national bank as trustee.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">June 30, 2026</div>
      <div class="timeline-content">Chapter 11 petitions, prepackaged plan, disclosure statement, and first-day motions filed.</div>
    </div>
  </div>
  <p>Two facts from this chronology carry into every other part of the case. First, the spectrum sales are large, and the proceeds do not stay with the wireless business. The AT&amp;T and SpaceX agreements together bring the parent roughly $42.6 billion, and it is the movement of that money, not the operations of any debtor, that funds the plan. Second, the FCC did not approve the sales unconditionally. It required the parent to establish a $2.4 billion trust to pay qualifying claims tied to the 5G network. That trust reshapes the recovery landscape for the wireless creditors, and Section VIII returns to why.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION III ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>Two Debtor Groups, Two Strategies</h2>
  </div>
  <p>The corporate hierarchy explains why one filing could hold two restructurings. DISH DBS Corporation, a Colorado corporation, sits above the wireless debtors: the direct or indirect parent of the DISH Wireless Debtors is itself wholly owned by DISH DBS Corporation. The plan is a separate plan for each debtor, with no substantive consolidation. That choice preserves the distinct creditor constituencies and priority structures at each level, which is exactly what a bifurcated strategy requires.</p>
  <p>Set the two groups side by side and the logic of treating them differently becomes clear. One is a going concern with margin and subscribers. The other is a wind-down with a decommissioning network and more than 170 pending lawsuits.</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">DBS Debtors</div>
      <div class="panel-label">Reorganize and self-fund</div>
      <div class="split-item">
        <div class="item-label">Business</div>
        <div class="item-value">Pay-TV (DISH, Sling TV)</div>
      </div>
      <div class="split-item">
        <div class="item-label">FY2025 Revenue</div>
        <div class="item-value">~$9.7 billion</div>
      </div>
      <div class="split-item">
        <div class="item-label">FY2025 Operating Income</div>
        <div class="item-value" style="color: var(--accent-orange);">~$2.4 billion</div>
      </div>
      <div class="split-item">
        <div class="item-label">Subscribers</div>
        <div class="item-value">6 million+ pay-TV</div>
      </div>
      <div class="split-item">
        <div class="item-label">Path</div>
        <div class="item-value">Prepackaged plan; no DIP</div>
      </div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">DISH Wireless Debtors</div>
      <div class="panel-label">Sell and wind down</div>
      <div class="split-item">
        <div class="item-label">Business</div>
        <div class="item-value">Legacy 5G network assets</div>
      </div>
      <div class="split-item">
        <div class="item-label">2024 Revenue</div>
        <div class="item-value">~$3.6 billion</div>
      </div>
      <div class="split-item">
        <div class="item-label">2024 Operating Result</div>
        <div class="item-value" style="color: var(--danger);">$(477) million loss</div>
      </div>
      <div class="split-item">
        <div class="item-label">Network Built</div>
        <div class="item-value">144,000+ radios, 24,000+ sites</div>
      </div>
      <div class="split-item">
        <div class="item-label">Path</div>
        <div class="item-value">Section 363 sale; $85M DIP</div>
      </div>
    </div>
  </div>
  <p>One detail sharpens the wireless group's position. Neither the operating wireless debtor nor any of its subsidiaries owns the spectrum licenses being sold to AT&amp;T and SpaceX. Those licenses sit with non-debtor parent affiliates. What the wireless debtors own is the physical network they built to use spectrum they do not hold. That is the asset going up for sale under Section 363, and it explains why the stalking horse bid is measured in hundreds of millions against a network that cost tens of billions to construct.</p>
  <p>A structural point worth flagging early: none of the debtors directly employs the roughly 10,400 workers who run these businesses. A non-debtor affiliate is the employer of record, and the workforce reaches the debtors through a Shared Services Agreement. The debtors sought and received interim authority to continue performing under that agreement on the first day, because without it there is no one to operate the enterprise.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IV ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>The DBS Deleveraging</h2>
  </div>
  <p>The DBS Debtors carry approximately $9.75 billion in funded debt across five series of notes. Two series mature in 2026, two in 2028, and one in 2029. The secured series sit on first-priority liens; the rest are unsecured.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Series</th>
        <th>Principal</th>
        <th>Maturity</th>
        <th>Security</th>
        <th>Proposed Treatment</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">5.250% Senior Secured Notes</td>
        <td>$2.75B</td>
        <td>2026</td>
        <td>First-priority liens</td>
        <td class="change-positive">Repaid in full in cash</td>
      </tr>
      <tr>
        <td class="metric-label">7.750% Senior Notes</td>
        <td>$2.00B</td>
        <td>2026</td>
        <td>Unsecured</td>
        <td class="change-positive">Repaid in full in cash</td>
      </tr>
      <tr>
        <td class="metric-label">5.750% Senior Secured Notes</td>
        <td>$2.50B</td>
        <td>2028</td>
        <td>First-priority liens</td>
        <td>Reinstated, amended terms</td>
      </tr>
      <tr>
        <td class="metric-label">7.375% Senior Notes</td>
        <td>$1.00B</td>
        <td>2028</td>
        <td>Unsecured</td>
        <td>Reinstated, amended terms</td>
      </tr>
      <tr>
        <td class="metric-label">5.125% Senior Notes</td>
        <td>$1.50B</td>
        <td>2029</td>
        <td>Unsecured</td>
        <td>Reinstated, amended terms</td>
      </tr>
    </tbody>
    <tfoot>
      <tr>
        <td>Total</td>
        <td>$9.75B</td>
        <td colspan="3">Deleverages to $5.0B if confirmed as proposed</td>
      </tr>
    </tfoot>
  </table>
  <p>The proposition for DBS creditors is straightforward, which is part of why it drew the support it did. The near-dated maturities come off the balance sheet in cash, and the longer-dated notes stay in place on amended terms. The result is a company that emerges with the two 2026 series retired and $5.0 billion in reinstated debt behind it.</p>
  <div class="bar-chart">
    <div class="bar-chart-title">DBS Notes: Cash Repayment vs. Reinstatement</div>
    <div class="bar-group">
      <div class="bar-label">5.250% Sec. Notes (2026)</div>
      <div class="bar-track"><div class="bar-fill orange" style="width: 100%;">$2.75B</div></div>
      <div class="bar-value-outside">Cash</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">7.750% Notes (2026)</div>
      <div class="bar-track"><div class="bar-fill orange" style="width: 72.7%;">$2.00B</div></div>
      <div class="bar-value-outside">Cash</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">5.750% Sec. Notes (2028)</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 90.9%;">$2.50B</div></div>
      <div class="bar-value-outside">Reinstated</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">7.375% Notes (2028)</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 36.4%;">$1.00B</div></div>
      <div class="bar-value-outside">Reinstated</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">5.125% Notes (2029)</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 54.5%;">$1.50B</div></div>
      <div class="bar-value-outside">Reinstated</div>
    </div>
    <div class="bar-legend">
      <span><i style="background: var(--accent-orange);"></i> Repaid in full in cash ($4.75B)</span>
      <span><i style="background: var(--primary-slate);"></i> Reinstated on amended terms ($5.0B)</span>
    </div>
  </div>
  <p>The question that matters is where the $4.75 billion in cash comes from. The DBS Debtors do not anticipate needing debtor-in-possession financing, which is notable at this scale and reflects the Pay-TV business's cash generation. But the cash paydown is not funded by operations. It is funded from above and below at once, through the intercompany loan structure that connects the spectrum proceeds to the notes. That structure is the subject of the next section, and it is the single most important mechanism in the case.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION V ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>The Intercompany Loan as Connective Tissue</h2>
  </div>
  <p>Trace the money and the whole structure resolves. The spectrum sales bring the non-debtor parent roughly $42.6 billion. That cash reaches the DBS Debtors through intercompany loan repayments, and the plan projects total intercompany repayments to the DBS Debtors of approximately $9.8 billion. Those repayments are what fund the $4.75 billion cash paydown of the 2026 notes and the rest of the plan. The Pay-TV business is solvent and profitable, but it is the spectrum proceeds flowing through the intercompany ledger that make the numbers work.</p>
  <div class="callout">
    <h4>Follow the Proceeds</h4>
    <p><span class="callout-stat">$42.6B</span>Approximate proceeds to the non-debtor parent from the AT&amp;T and SpaceX spectrum sales. Roughly $9.8 billion is projected to flow to the DBS Debtors as intercompany loan repayments, funding the $4.75 billion cash repayment of the 2026 notes and the balance of the plan.</p>
  </div>
  <p>Running in the other direction is a separate obligation that does the opposite work. The operating wireless debtor carries an intercompany loan, extended beginning in 2020 to fund the network build and fixed at $8,856,507,760.88 as of June 28, 2026, after $5 billion of prior forgiveness, with interest no longer accruing. In liquidation terms that is a large claim against the wireless estate. Under the plan, that claim is assigned to a claims trust for the benefit of the 2028 and 2029 noteholders, subject to a $300 million recovery cap. So the 2028 and 2029 noteholders hold an indirect claim against the wireless estate, and the cap deliberately limits how much they can pull out of it.</p>
  <p>The cap is the design choice to watch. It keeps most of the wireless estate's modest value available to the wireless creditors rather than letting the much larger intercompany claim sweep it upward. Whether that allocation holds is a question the wireless creditors, not the DBS noteholders, have the incentive to press.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VI ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>The Restructuring Support Agreement</h2>
  </div>
  <p>Prepackaged cases turn on the support assembled before filing, and this one arrived with a broad base. The Restructuring Support Agreement was signed on March 19, 2026 with holders of 82% of the DBS Notes. By the petition date, support had grown to more than 88%, or $8,610,754,200 of $9,750,000,000 in aggregate principal.</p>
  <div class="gauge-row">
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#FD7250" stroke-width="10" stroke-dasharray="277.4 36.8" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="56" text-anchor="middle" font-size="17" font-weight="700" fill="#2C4146">88.3%</text>
        <text x="60" y="72" text-anchor="middle" font-size="9" fill="#6B8A91">of DBS Notes</text>
      </svg>
      <div class="gauge-label">Aggregate RSA Support at Filing</div>
      <div class="gauge-value" style="font-size:16px;">$8.61B of $9.75B</div>
    </div>
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#2C4146" stroke-width="10" stroke-dasharray="209.4 104.7" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="56" text-anchor="middle" font-size="15" font-weight="700" fill="#2C4146">66.7%</text>
        <text x="60" y="72" text-anchor="middle" font-size="9" fill="#6B8A91">1126(c)</text>
      </svg>
      <div class="gauge-label">Statutory Acceptance Threshold</div>
      <div class="gauge-value" style="font-size:16px;">Two-thirds in amount</div>
    </div>
  </div>
  <p>The headline percentage clears the two-thirds in amount threshold under Section 1126(c) with room to spare, but the more useful read is series by series, because acceptance is measured by class. Support ranges from strong to comfortable across every series, with the thinnest margin in the 2028 senior notes.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Series</th>
        <th>RSA Support Level</th>
      </tr>
    </thead>
    <tbody>
      <tr>
<td class="metric-label">2026 Senior Secured Notes</td>
<td>88.99%</td>
</tr>
      <tr>
<td class="metric-label">2028 Senior Secured Notes</td>
<td>94.41%</td>
</tr>
      <tr>
<td class="metric-label">2026 Senior Notes</td>
<td>88.44%</td>
</tr>
      <tr>
<td class="metric-label">2028 Senior Notes</td>
<td>76.74%</td>
</tr>
      <tr>
<td class="metric-label">2029 Senior Notes</td>
<td>84.46%</td>
</tr>
    </tbody>
  </table>
  <p>Two provisions in the agreement are worth noting for how they clear the runway. The parties settled certain claims for a combined $125 million, with the DBS Debtors paying $75 million on execution and the parent paying the remaining $50 million on June 1, 2026. And a bondholder lawsuit was dismissed with prejudice on March 20, 2026, one day after the agreement was signed. The support level does not guarantee confirmation, and the plan and disclosure statement objection deadline has not passed. But entering a case with this base of support, and with the near-term disputes already resolved, is what allows the debtors to propose the compressed schedule the next sections describe.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>The Section 363 Sale and Independent Governance</h2>
  </div>
  <p>The wireless track runs on a sale, and the stalking horse is the debtors' own parent. That fact drives nearly every design choice in the sale process, because an insider stalking horse invites exactly the objections that a well-run sale is built to withstand. The debtors' answer is governance and the deliberate absence of the protections a stalking horse usually demands.</p>
  <p>The stalking horse agreement, dated the petition date, sets a purchase price of $300 million in cash, less any outstanding DIP financing, for substantially all of the wireless debtors' assets. What is missing is as important as what is present. There is no breakup fee, no termination fee, and no expense reimbursement. A parent bidding on its subsidiary's assets with no bid protections carries the risk of being outbid without compensation, which is precisely the point. It removes an objection ground and signals that the process is open to competing bids.</p>
  <div class="callout">
    <h4>Governance as the Answer to Insider Status</h4>
    <p>An independent Special Committee, staffed by two Independent Managers appointed in February 2026, negotiated and authorized both the stalking horse agreement and the DIP facility. The same committee structure is the basis for the debtors' argument that these related-party transactions were conducted at arm's length. The sale and the financing each seek good faith findings under Sections 363(m) and 364(e) to insulate them from reversal on appeal.</p>
  </div>
  <p>The bidding procedures set a minimum overbid of $500,000 above the stalking horse bid, a good faith deposit of 10% of the cash purchase price, and a bid deadline of August 10, 2026, with an auction, if one is needed, on August 12 at counsel's Houston offices. The sale hearing is combined with confirmation on August 17. An investment bank's declaration supports the reasonableness of the timeline and the adequacy of the marketing process.</p>
  <h3>The DIP Facility</h3>
  <p>The wireless debtors seek approval of an $85 million DIP facility from the same parent, priced at 11.50% per annum payable in kind, maturing December 31, 2026, secured by substantially all wireless assets junior to the prepetition secured loan. The terms are notably clean for an insider facility: no upfront or commitment fees, no milestones, no cross-collateralization, and no roll-up. A pre-filing release of roughly $56 million from a securities account on June 29, 2026 gave the wireless debtors a liquidity cushion going in.</p>
  <p>The DIP budget shows why the timeline is compressed rather than merely aggressive. Over the thirteen-week period, the wireless debtors project consuming nearly all available liquidity, ending at approximately $5.7 million absent DIP draws. The $80 million of available commitment is the cushion, but the tight projection is the clock. The sale has to close on schedule because the estate cannot fund an extended process.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VIII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>The Wireless Creditors and the FCC Trust</h2>
  </div>
  <p>Now the piece that makes this case different from a conventional wind-down. The largest creditor constituency in the wireless cases is the tower lessors and other network counterparties, asserting more than $6 billion across more than 170 lawsuits, six of which also name the parent for tortious interference. A motion to consolidate that litigation before the Judicial Panel on Multidistrict Litigation was denied on June 4, 2026. In an ordinary sale-and-wind-down, that constituency would be fighting for every dollar of estate value. Here, its primary recovery does not come from the estate at all.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">FCC Trust Funding</div>
      <div class="stat-value">$2.4B</div>
      <div class="stat-detail">Out-of-estate, three-tier priority</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Class 2E Est. Recovery (Plan)</div>
      <div class="stat-value">1.9%</div>
      <div class="stat-detail">From the bankruptcy estate</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Wireless Net Liquidation Value</div>
      <div class="stat-value">~$222-268M</div>
      <div class="stat-detail">Against ~$14.3B in total claims</div>
    </div>
  </div>
  <p>The FCC Trust, funded at $2.4 billion as a condition of the spectrum approvals, is where qualifying 5G network claims get paid. It runs a three-tier structure: covered claims of $100,000 or less, backed by a dedicated $200 million reserve secured by the operating wireless debtor's perfected first-priority interest, alongside higher-dollar covered claims divided into two further tiers. That reserve is what creates an unimpaired secured class in the wireless cases. The trust is governed by Delaware law with an outside termination five years from its effective date.</p>
  <p>Set the two recovery avenues next to each other and the dynamic is clear. The estate offers the general unsecured wireless class an estimated 1.9% under the plan, which the disclosure statement contrasts with 0.5% to 0.6% in a Chapter 7. The trust offers $2.4 billion. A creditor whose real recovery sits in an out-of-estate trust has limited incentive to spend money contesting a bankruptcy that governs the smaller pool. That does not eliminate objection risk, but it changes who is motivated to bring it.</p>
  <p>Two legal questions determine how large the estate claims end up being, and both are live. The debtors assert that the tower lease termination claims are subject to the Section 502(b)(6) cap, which would compress claims that the lessors assert in the billions. The lessors have the obvious counter, that their agreements are service or license arrangements rather than leases within the meaning of the statute. Running alongside is the force majeure defense: if the FCC directive excuses performance, the claims shrink or disappear regardless of the cap. Neither question is resolved, and each bears directly on the size of the allowed wireless claims.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IX ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>Feasibility and the Best-Interests Test</h2>
  </div>
  <p>Two evidentiary showings sit under any confirmable plan: that the reorganized company can service its debt, and that impaired creditors do at least as well as they would in a Chapter 7. The debtors address both with projections and liquidation analyses filed alongside the plan.</p>
  <p>The DBS projections show a business in secular decline that still throws off substantial cash. Revenue steps down each year, consistent with a shrinking pay-TV subscriber base, while OIBDA holds in a range that comfortably covers debt service and lets cash accumulate.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>$ in millions</th>
        <th>2026 (3 Mo.)</th>
        <th>2027 FY</th>
        <th>2028 FY</th>
        <th>2029 FY</th>
        <th>2030 FY</th>
      </tr>
    </thead>
    <tbody>
      <tr>
<td class="metric-label">Revenue</td>
<td>$2,221</td>
<td>$8,160</td>
<td>$7,683</td>
<td>$7,266</td>
<td>$6,958</td>
</tr>
      <tr>
<td class="metric-label">OIBDA</td>
<td>$534</td>
<td>$2,081</td>
<td>$1,941</td>
<td>$1,769</td>
<td>$1,720</td>
</tr>
      <tr>
<td class="metric-label">Operating Cash Flow</td>
<td>$303</td>
<td>$1,413</td>
<td>$1,310</td>
<td>$1,233</td>
<td>$1,195</td>
</tr>
      <tr>
<td class="metric-label">Net Cash Flow</td>
<td class="change-negative">$(2,467)</td>
<td>$1,078</td>
<td class="change-negative">$(1,028)</td>
<td>$1,162</td>
<td>$1,127</td>
</tr>
      <tr>
<td class="metric-label">Ending Cash Balance</td>
<td>$87</td>
<td>$1,164</td>
<td>$137</td>
<td>$1,298</td>
<td>$2,425</td>
</tr>
    </tbody>
  </table>
  <p>The projections are projections, not results, and one line warrants attention. The 2028 fiscal year shows negative net cash flow of roughly $1.0 billion and an ending cash balance near $137 million, reflecting the maturity of the combined 2028 notes. Cash rebuilds afterward, ending fiscal 2030 above $2.4 billion, but 2028 is the tightest point in the plan and the one a careful reader monitors.</p>
  <p>The liquidation analyses do the best-interests work, and the contrast between the plan and a hypothetical Chapter 7 is stark on both tracks.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Class</th>
        <th>Chapter 7 Recovery</th>
        <th>Plan Recovery</th>
      </tr>
    </thead>
    <tbody>
      <tr>
<td class="metric-label">DBS 2026 Senior Secured Notes</td>
<td>78.1% to 92.9%</td>
<td class="change-positive">100%</td>
</tr>
      <tr>
<td class="metric-label">DBS Senior Notes (unsecured)</td>
<td class="change-negative">0%</td>
<td class="change-positive">100%</td>
</tr>
      <tr>
<td class="metric-label">Wireless Class 2E (gen. unsecured)</td>
<td>0.5% to 0.6%</td>
<td>1.9%</td>
</tr>
    </tbody>
  </table>
  <p>The DBS side is what explains the support the plan attracted. Full cash recovery for the 2026 notes and reinstatement of the rest translate to a 100% recovery for the DBS noteholders, measured against a Chapter 7 outcome that ranges from partial recovery for the secured series down to nothing for the unsecured notes. That gap between plan and liquidation recovery is what the disclosure statement ties to the level of creditor support. On the wireless side the numbers are small in both columns, which is consistent with a stranded asset, but the plan still clears the best-interests bar it has to clear.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION X ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section X</div>
    <h2>The Compressed Timeline</h2>
  </div>
  <p>The schedule the debtors propose is tight even by prepackaged standards, and it is the timeline that most directly tests the case. A 27-day general claims bar date is what stands out. The debtors need claims identified and quantified, particularly the tower lease claims, before the combined hearing, and the entire path from petition to confirmation and sale runs 48 days. The dates below are proposed or set by early orders, and several relief items remain subject to final hearings.</p>
  <div class="timeline">
    <div class="timeline-item">
      <div class="timeline-date">June 30, 2026</div>
      <div class="timeline-content">Petition date; plan, disclosure statement, and first-day motions filed.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">July 1, 2026</div>
      <div class="timeline-content">First-day hearing; interim orders entered for ordinary course operations, shared services, customer programs, and wireless critical-vendor and lien claims.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">July 23, 2026</div>
      <div class="timeline-content">Final hearing on shared services, ordinary course, and critical-vendor motions; deadline to file plan supplement.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 27, 2026</div>
      <div class="timeline-content">General claims bar date (27 days after petition).</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">August 7, 2026</div>
      <div class="timeline-content">Voting deadline; third-party release opt-in deadline; plan and disclosure statement objection deadline.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">August 10 to 14, 2026</div>
      <div class="timeline-content">Bid deadline, qualified-bid designation, auction if needed, and sale objection deadline.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">August 17, 2026</div>
      <div class="timeline-content">Combined hearing on confirmation and the sale.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">September 18, 2026</div>
      <div class="timeline-content">Outside date for closing (80 days post-petition).</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">December 27, 2026</div>
      <div class="timeline-content">Governmental claims bar date (180 days post-petition).</div>
    </div>
  </div>
  <p>The DBS Debtors also resolved the adequate protection question early. A stipulation with the ad hoc group of DBS noteholders, whose secured parties hold first-priority interests securing not less than $5.25 billion, grants replacement liens, current cash interest at contractual non-default rates, a Section 506(c) surcharge waiver, and anti-marshaling protection, with the group's professional fees capped at $10 million for the first 180 days. A fee cap set at that level against $5.25 billion in secured claims is itself a signal that the parties expect a short case.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION XI ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section XI</div>
    <h2>Issues to Watch</h2>
  </div>
  <p>On the DBS side, the elements that usually support confirmation are in place: support above 88%, no need for DIP financing, and a projected 100% recovery for the noteholders. Confirmation is not guaranteed and the objection deadlines have not passed, but the friction in this case, to the extent there is any, sits on the wireless side and around the edges of the schedule. Four questions on the merits are worth tracking, plus one number on the balance sheet.</p>
  <p><strong>The Section 502(b)(6) cap.</strong> Whether the tower agreements are leases subject to the cap, or service or license contracts outside it, determines the size of the largest claim pool in the case. This is likely to be contested, and the answer is not obvious.</p>
  <p><strong>The force majeure defense.</strong> If the FCC directive excuses the wireless debtor's performance, the tower claims contract or vanish. The strength of the defense turns on the specific provisions in each lease and applicable state law, which means it may not resolve uniformly.</p>
  <p><strong>Insider-transaction scrutiny.</strong> The parent is stalking horse, DIP lender, spectrum seller, and intercompany creditor at once. The Special Committee and the absence of bid protections are built to answer that scrutiny, but the concentration of roles is the kind of fact that draws a closer look.</p>
  <p><strong>The compressed schedule.</strong> A 27-day bar date and a 48-day path to a combined hearing leave little margin. The schedule is what enables a clean prepackaged outcome, and it is also the thing most exposed to a due-process objection from a creditor who says it did not get enough time.</p>
  <div class="callout">
    <h4>The One Number to Monitor Post-Emergence</h4>
    <p><span class="callout-stat">$137M</span>Projected DBS ending cash balance in fiscal 2028, the low point in the plan, driven by the maturity of the combined 2028 notes. Cash rebuilds to more than $2.4 billion by fiscal 2030, but 2028 is where a reorganized balance sheet with $5.0 billion in reinstated debt is tested.</p>
  </div>
  <p>The larger significance sits above the docket. This case puts a regulatory action at the front of a bankruptcy and asks the estate to absorb the consequences. A directive to sell spectrum, issued after the company was told it had met its buildout obligations, stranded a network built for more than $46 billion and produced billions in claims. The response was not a single restructuring but two, joined by an intercompany ledger and separated by a claims trust, with an out-of-estate fund carrying most of the load that would otherwise fall on creditors. For practitioners, the value here is not the outcome, which is still months away. It is the template: how a debtor family isolates a healthy business from a stranded one, funds the good side with proceeds routed through intercompany loans, and channels the hardest claims to a trust the estate does not control. Those mechanics travel, and this is a clean example of them working together.</p>
</section>
<!-- ==================== FOOTER ==================== -->
<footer class="report-footer">
  <div class="container">
    <div class="footer-brand">
<img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"><img src="data:image/png;base64,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b9zN79/xjxpEycQnQJR83P7rVPJxPK95r65hnJJ5e72Zk4iIiIw3dRD2sIMmIiMcHDWAkhF7dij5uHPP4+26ViUfx/OaRzn5OCplqFmPIiIici605uMOePTaXeqMiYz+gFPtVGTyn8ciqp/n9qwUERER2QolH3ewQ6lSEFE7FZG9b+dPlTzRWq4yyob1dy/qqF63FhERke3gVQQiIiIiIrtvlJN2mvEoIiIi20XJRxEREQ3yJ9qZJHh0D2Qc4sRu1dOz+T2a9SgiIiJPRclHERGRPaSNHHaHEpAyznVzt+rp2SY4FZtERETkTCj5KCIiskeU7BIR2FoCcjvjx27OqhQREZHpo+SjiIjIHtBAf/dp9qOMe/3cifq61Z+hWY8iIiJyprTbtYiIyC4624G+BvjbS7tfy7jXz6eKKTudZFfbEBERkbOl5KOIiMg2DMh3ggb5ql+qO9NnKwnIUY5jIiIiInrtWkREZAQpebS3ZasEjqj9P/acFJdERERkK5R8FBERGcFBvkph7ykBKYoDikkiIiJy7pR8FBERGSEa5I9WOSsBKXtdT/cyJmi2o4iIiGwHrfkoIiIyAjTAF5Gnig+7lQxXPBIREZHtpJmPIiIie0gzi/a27M/k6zT7UcatzioeiYiIyCjRzEcREZFdokH9aN4TJRdlXOPIdtRdxSURERHZ8f6LikBEREREZHI8UVJSiUYREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREZGJZmamUhAREREREZGt8CoCERE5kwSjkpAiIiIiIiJytiYu+ajBsYjI9sXN4efMzJxzTnFWREREREREzoablgG0iIg80tufdgGeRHKRTz947HG/5peetcB//cES1z7tPG58qPqaYRJSRERERERE5KlMzADy9MTjl/7VO3nli5/HsQd/RLNZx5wRHSRXXbI3CJtfnkgOvKGjjjrqODVHb1CLVRTsZlCEBCQ8kWAljkSzUWfpxEkWWucRsxZHyfj7xSXe+QcfUwJSREREREREpif5eHri8a+vezcv3DdPs7dGs+Gh7GK+Sj6aS5vfEyzhBt9lDpzpqKOOOk7P0QGU1VMgZZ7C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" alt="Stretto Intelligence">
</div>
    <p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report analyzes 43 documents totaling 1,246 pages filed in the jointly administered Chapter 11 cases of DISH DBS Corporation and 17 affiliated debtors, Case No. 26-90627 (CML), pending in the United States Bankruptcy Court for the Southern District of Texas, Houston Division. Figures, dates, and proposed treatments are drawn from the petitions, prepackaged plan, disclosure statement and its exhibits, first-day motions, supporting declarations, the adequate protection stipulation, and the interim and final orders entered through July 1, 2026. The plan has not been confirmed, objection deadlines have not passed, and proposed terms may be amended. Nothing in this report should be read as predicting the outcome of any contested matter.</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
    <p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
    <p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
  </div>
</footer>
</body>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/a-general-partners-management-rights-survive-its-bankruptcy</id>
    <published>2026-07-06T00:43:56-05:00</published>
    <updated>2026-07-06T00:44:31-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/a-general-partners-management-rights-survive-its-bankruptcy" rel="alternate" type="text/html"/>
    <title>A General Partner's Management Rights Survive Its Bankruptcy</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p><span>The Ninth Circuit Bankruptcy Appellate Panel holds, as a matter of first impression, that California's automatic-dissociation statutes are preempted ipso facto clauses, and that voting a debtor general partner out of a partnership postpetition violates the automatic stay.</span></p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/a-general-partners-management-rights-survive-its-bankruptcy">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<body>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Management Rights as Estate Property | Stretto Intelligence Special Report</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap" rel="stylesheet">
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
/* --- HEADER --- */
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 860px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 760px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
  flex-wrap: wrap;
}
/* --- LAYOUT --- */
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
/* --- SECTION HEADERS --- */
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
/* --- SUBSECTION HEADERS --- */
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
/* --- PARAGRAPHS --- */
p { margin-bottom: 18px; line-height: 1.75; }
.lead { font-size: 19px; }
/* --- STAT CARDS --- */
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.2;
}
.stat-card .stat-detail { font-size: 13px; color: var(--light-slate); margin-top: 4px; }
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
/* --- COMPARISON TABLES --- */
table.comparison { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 15px; }
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--light-gray);
  vertical-align: top;
}
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
/* --- CALLOUT BOXES --- */
.callout {
  background: var(--dark-slate);
  color: var(--white);
  padding: 35px 40px;
  border-radius: 8px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.callout::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 5px; height: 100%;
  background: var(--accent-orange);
}
.callout h4 {
  color: var(--accent-orange);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: 500;
}
.callout p { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.7; margin: 0; }
.callout .callout-stat {
  font-size: 40px;
  font-weight: 700;
  color: var(--accent-orange);
  display: block;
  margin-bottom: 8px;
}
/* --- SPLIT COMPARISON PANELS --- */
.split-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 40px 0;
  border-radius: 8px;
  overflow: hidden;
}
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 26px; font-weight: 700; margin-bottom: 5px; line-height: 1.2; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; }
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 17px; font-weight: 500; }
/* --- TIMELINES --- */
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before {
  content: '';
  position: absolute;
  left: 8px; top: 0; bottom: 0;
  width: 2px;
  background: var(--medium-gray);
}
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before {
  content: '';
  position: absolute;
  left: -26px; top: 6px;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--accent-orange);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--accent-orange);
}
.timeline-item.muted::before { background: var(--light-slate); box-shadow: 0 0 0 2px var(--light-slate); }
.timeline-date { font-size: 13px; font-weight: 500; color: var(--accent-orange); letter-spacing: 0.5px; }
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
/* --- SECTION DIVIDER --- */
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
/* --- INLINE STATUTE CHIP --- */
code.stat {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: var(--primary-slate);
  background: var(--light-gray);
  padding: 1px 6px;
  border-radius: 3px;
  font-size: 0.92em;
  white-space: nowrap;
}
/* --- FOOTER --- */
.report-footer {
  background: var(--dark-slate);
  color: rgba(255,255,255,0.5);
  padding: 50px 40px;
  margin-top: 80px;
  font-size: 13px;
  line-height: 1.7;
}
.report-footer .footer-brand {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 22px;
}
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
}
</style>
<!-- ==================== HEADER ==================== -->
<header class="report-header">
  <div class="header-top">
    <div class="brand-mark"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <div class="report-type">Special Report</div>
  </div>
  <div class="header-content">
    <h1>A General Partner's Management Rights <span class="highlight">Survive Its Bankruptcy</span>
</h1>
    <p class="header-subtitle">The Ninth Circuit Bankruptcy Appellate Panel holds, as a matter of first impression, that California's automatic-dissociation statutes are preempted ipso facto clauses, and that voting a debtor general partner out of a partnership postpetition violates the automatic stay.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>July 2026</span>
      <span>In re LeFever Mattson, BAP No. NC-25-1238-BCN</span>
    </div>
  </div>
</header>
<!-- ==================== SECTION I ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>The Holding, and Why It Reaches Beyond This Partnership</h2>
  </div>
  <p class="lead">A general partner files for bankruptcy. State partnership law says that filing strips the general partner of its right to manage the partnership the moment the petition hits the docket. The limited partners read the statute, hold a meeting, and vote the debtor out. Did they exercise control over property of the estate, or did the estate never hold that property to begin with?</p>
  <p>That question had not been answered in the Ninth Circuit, and the California Supreme Court has not answered it either. On June 29, 2026, the Bankruptcy Appellate Panel answered it in a published opinion, In re LeFever Mattson, with Judge Brand writing for the panel. The answer matters to anyone who structures, finances, or litigates around partnerships and limited liability companies in which an entity manager might one day file for Chapter 11.</p>
  <p>The Panel held that California Corporations Code sections 15906.03 and 15906.05, which dissociate a general partner and terminate its management rights the instant it becomes a debtor in bankruptcy, are impermissible ipso facto clauses inconsistent with section 541(c)(1)(B) of the Bankruptcy Code. Because those statutes are preempted, the debtor's management rights did not evaporate on the petition date. They became property of the estate. And because they became estate property, the limited partners' vote to remove the debtor as general partner was an act to exercise control over property of the estate, a violation of the automatic stay under section 362(a)(3), and therefore void.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Disposition</div>
      <div class="stat-value">Affirmed</div>
      <div class="stat-detail">Bankruptcy court order upheld in full</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Posture</div>
      <div class="stat-value">First Impression</div>
      <div class="stat-detail">Undecided in the Ninth Circuit</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Statutes Preempted</div>
      <div class="stat-value">15906.03 &amp; .05</div>
      <div class="stat-detail">Cal. Corp. Code dissociation provisions</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Governing Provision</div>
      <div class="stat-value">§ 541(c)(1)(B)</div>
      <div class="stat-detail">Neutralizes the bankruptcy trigger</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION II ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section II</div>
    <h2>The Debtors and the Partnership</h2>
  </div>
  <p>LeFever Mattson Inc. is a California corporation that invested across the real estate spectrum: single family homes, multi-unit residential property, commercial property, and raw land. By the time it filed, it directly or indirectly controlled or held interests in roughly 60 limited partnerships and limited liability companies. Live Oak Investments, LP was one of them.</p>
  <p>Live Oak traces back to an apartment complex called Southwood. LeFever Mattson and a group of investors had bought Southwood years before the partnership existed. In 2015, refinancing the property required a formal vehicle, so LeFever Mattson and its founder formed Live Oak and drafted the limited partnership agreement that governs it. The investors contributed their individual Southwood interests in exchange for percentage interests in the new partnership. The agreement named LeFever Mattson as general partner. The founder became president. Everyone else, including the appellant, held limited partner interests.</p>
  <p>The structure is a common one: a corporate general partner holding the management rights, with the investors as limited partners. That ordinariness carries through to the analysis, because the Panel resolved the case on generally applicable statutes rather than anything peculiar to these facts.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION III ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>The Sale, the Filing, and the Meeting</h2>
  </div>
  <p>The dispute that set this appeal in motion began with a sale. In August 2024, Southwood sold for $10.8 million, netting Live Oak nearly $4 million. About $2.3 million of that went to LeFever Mattson, which characterized the payment as its 21.24% partnership interest plus a 3% sale commission. The limited partners received nothing. They say that withholding breached both the partnership agreement and the general partner's fiduciary duties.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Southwood Sale Price</div>
      <div class="stat-value">$10.8M</div>
      <div class="stat-detail">August 2024</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Net to Live Oak</div>
      <div class="stat-value">~$4.0M</div>
      <div class="stat-detail">Partnership-level proceeds</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Paid to General Partner</div>
      <div class="stat-value">~$2.3M</div>
      <div class="stat-detail">Claimed 21.24% interest plus 3% commission</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Distributed to Limited Partners</div>
      <div class="stat-value">$0</div>
      <div class="stat-detail">Alleged breach of the LPA</div>
    </div>
  </div>
  <p>What happened next is what the appeal is actually about. Shortly after the sale, LeFever Mattson filed Chapter 11 for itself and its affiliates, Live Oak among them, and the cases proceeded as jointly administered debtors in possession with an official committee of unsecured creditors in place. A year into the cases, the limited partners noticed a partnership meeting with three items on the agenda: remove LeFever Mattson as general partner, install the appellant as the new general partner and president, and authorize Live Oak to retain its own bankruptcy counsel. They held the meeting, with the debtor present, and cast the votes to do all three.</p>
  <p>The committee, having secured standing to pursue estate claims, moved for an order declaring the removal a violation of the automatic stay and void. The bankruptcy court agreed on every point, and this appeal followed.</p>
  <div class="timeline">
    <div class="timeline-item muted">
      <div class="timeline-date">2015</div>
      <div class="timeline-content">LeFever Mattson and its founder form Live Oak LP and draft the LPA to refinance Southwood; investors contribute their Southwood interests for percentage interests in the partnership.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">August 2024</div>
      <div class="timeline-content">Southwood sells for $10.8 million; roughly $2.3 million is paid to the general partner and nothing to the limited partners.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">Shortly after the sale</div>
      <div class="timeline-content">LeFever Mattson files Chapter 11 for itself and its affiliates, including Live Oak; the cases are jointly administered and a creditors' committee is appointed.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">One year into the cases</div>
      <div class="timeline-content">The limited partners hold a partnership meeting and vote to remove the debtor as general partner, install the appellant, and hire replacement counsel.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">Post-removal</div>
      <div class="timeline-content">The committee obtains standing and moves to declare the removal a stay violation and void; the bankruptcy court grants the motion.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">June 29, 2026</div>
      <div class="timeline-content">The Bankruptcy Appellate Panel affirms in a published opinion.</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IV ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>Three Questions, One Standard of Review</h2>
  </div>
  <p>The appeal presented three questions, and the Panel reviewed each one de novo, giving no deference to the bankruptcy court. The questions build on one another. The stay analysis depends on whether the management rights were estate property, and that in turn depends on whether the state statutes stripping those rights survive preemption. Resolve the preemption question, and the rest resolves with it.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Question on Appeal</th>
        <th>Standard</th>
        <th>Panel's Answer</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Did the debtor's prebankruptcy management rights as general partner become property of its estate?</td>
        <td>De novo</td>
        <td class="change-positive">Yes</td>
      </tr>
      <tr>
        <td class="metric-label">Are the California limited partnership dissociation statutes preempted by the Bankruptcy Code?</td>
        <td>De novo</td>
        <td class="change-positive">Yes</td>
      </tr>
      <tr>
        <td class="metric-label">Did removing the debtor as general partner violate the automatic stay?</td>
        <td>De novo</td>
        <td class="change-positive">Yes</td>
      </tr>
    </tbody>
  </table>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION V ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>Management Rights Are Property, and Property Becomes the Estate</h2>
  </div>
  <p>Section 541(a)(1) sweeps every legal and equitable interest of the debtor into the estate, and the Supreme Court has instructed courts to read that scope broadly. What counts as an interest, and how far it extends, is a question of state law under Butner. So the Panel went to California law and found the management right in two places.</p>
  <p>The statute supplies the first. Each general partner has equal rights in the management and conduct of the partnership's activities. The partnership agreement supplies the second, and it goes further than the statute. Article 5.1 vests the general partner alone with all decision-making authority over the partnership, including any action in connection with financing or refinancing the property. A partnership agreement is an enforceable contract under California law, and a contract right is property. The debtor's right to run Live Oak was therefore a property interest, and prepetition contract rights are property of the estate.</p>
  <p>The limited partners tried to shrink that interest to nothing. A partner's property, they argued, is only its transferable interest, the right to distributions, because that is the only piece of a partnership interest the statute allows a partner to transfer. The Panel rejected the premise. The fact that a management right cannot be sold does not mean it is not owned. Non-transferability is a limit on what a partner may do with an interest. It is not proof that the interest does not exist. Reading a partner's property down to the distribution right alone reads the interest too narrowly.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VI ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>The Ipso Facto Problem: States Cannot Legislate Estate Property Away</h2>
  </div>
  <p>Having established that the management right is property, the Panel turned to the statutes the limited partners relied on to make it disappear. Section 15906.03(f)(1) dissociates a person as a general partner upon that person becoming a debtor in bankruptcy. Section 15906.05(a)(1) then provides that on dissociation, the person's right to participate in management terminates. Read together, they perform a single function: the bankruptcy filing itself, and nothing else, extinguishes the management right.</p>
  <p>That is exactly the operation section 541(c)(1)(B) forbids. An interest of the debtor becomes property of the estate notwithstanding any applicable nonbankruptcy law that is conditioned on the commencement of a case and that effects a forfeiture, modification, or termination of the debtor's interest in property. A state statute that terminates a management right the moment its holder files is a textbook ipso facto clause. It is conditioned on the filing, and it terminates the interest. The Bankruptcy Code overrides it.</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">The Limited Partners' Theory</div>
      <div class="panel-label">Rights never reach the estate</div>
      <div class="split-item">
        <div class="item-label">Trigger</div>
        <div class="item-value">The petition date</div>
      </div>
      <div class="split-item">
        <div class="item-label">Mechanism</div>
        <div class="item-value">Automatic dissociation, § 15906.03</div>
      </div>
      <div class="split-item">
        <div class="item-label">Effect</div>
        <div class="item-value">Management right terminates, § 15906.05</div>
      </div>
      <div class="split-item">
        <div class="item-label">Result</div>
        <div class="item-value" style="color: var(--accent-orange);">No estate property, no stay</div>
      </div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">The Panel's Holding</div>
      <div class="panel-label">Rights vest in the estate</div>
      <div class="split-item">
        <div class="item-label">Trigger</div>
        <div class="item-value">The petition date</div>
      </div>
      <div class="split-item">
        <div class="item-label">Characterization</div>
        <div class="item-value">Statutes are ipso facto clauses</div>
      </div>
      <div class="split-item">
        <div class="item-label">Effect</div>
        <div class="item-value">Preempted by § 541(c)(1)(B)</div>
      </div>
      <div class="split-item">
        <div class="item-label">Result</div>
        <div class="item-value" style="color: var(--accent-orange);">Estate property, stay applies</div>
      </div>
    </div>
  </div>
  <div class="callout">
    <h4>The Governing Principle</h4>
    <p>Parties cannot contract around what becomes estate property, and states cannot legislate estate property away. Because the estate arises automatically and immediately on filing, there is no interval, no metaphysical moment, in which state law can reach in and modify a prepetition right before the estate takes it. The petition and the estate are simultaneous.</p>
  </div>
  <p>The Panel was not writing on a blank slate so much as extending a settled line to a setting that had not yet reached this circuit's published law. Court after court has treated state statutes and operating-agreement provisions that strip an entity manager's rights on a bankruptcy filing as ineffective ipso facto clauses. Almost all of that authority involves limited liability companies rather than partnerships, but on this question the Panel found the difference to be no difference at all.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Decision</th>
        <th>Court</th>
        <th>What the Court Held</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">In re Envision Healthcare Corp. (2023)</td>
        <td>Bankr. S.D. Tex.</td>
        <td>Delaware provisions dissociating an LLC member and forfeiting management rights on filing are ipso facto clauses that give way under § 541(c)(1)(B); the rights are estate property.</td>
      </tr>
      <tr>
        <td class="metric-label">In re Virginia Broadband, LLC (2013)</td>
        <td>Bankr. W.D. Va.</td>
        <td>Virginia provisions terminating a member's noneconomic interest on filing are invalidated by § 541(c)(1)(B); the interest is estate property.</td>
      </tr>
      <tr>
        <td class="metric-label">In re Pickel (2013)</td>
        <td>Bankr. D.N.M.</td>
        <td>Virgin Islands provisions barring a member from management on filing are not valid in light of § 541(c)(1).</td>
      </tr>
      <tr>
        <td class="metric-label">In re Dixie Mgmt. &amp; Inv. (2011)</td>
        <td>Bankr. W.D. Ark.</td>
        <td>Arkansas law and operating-agreement provisions terminating a member's interest on filing are ineffective ipso facto clauses; the interest is estate property.</td>
      </tr>
      <tr>
        <td class="metric-label">In re Lahood (2010)</td>
        <td>Bankr. C.D. Ill.</td>
        <td>Illinois law and operating-agreement provisions forfeiting management rights on filing are unenforceable under § 541(c)(1).</td>
      </tr>
      <tr>
        <td class="metric-label">In re Klingerman (2008)</td>
        <td>Bankr. E.D.N.C.</td>
        <td>North Carolina provisions ending membership on filing conflict with § 541(c)(1); the noneconomic interest becomes estate property.</td>
      </tr>
      <tr>
        <td class="metric-label" style="color: var(--danger);">In re Williams (2011) — contrary</td>
        <td>Bankr. E.D. Va.</td>
        <td>The lone decision the Panel identified going the other way; only the debtor's economic interest became estate property. The Panel followed the majority.</td>
      </tr>
    </tbody>
  </table>
  <p>The limited partners had case law of their own, three California decisions they said compelled the opposite result. The Panel read them and found the reliance misplaced. None of the three analyzed whether the partnership statutes are impermissible ipso facto clauses. Each simply stated, on what was an unopposed point in the record, that a partner is dissociated on filing. Two of them involved the same debtor, so the second was repeating an undisputed fact from the first. A blanket statement about dissociation that no one contested is not a holding on preemption, and the Panel treated those cases as distinguishable and of little use.</p>
  <p>That left the limited partners' fallback that partnership cases and LLC cases occupy separate doctrinal boxes. The Panel closed it in one line of reasoning. Virtually every court to confront a state law or contractual provision that terminates an entity manager's interest solely because of a bankruptcy filing has found it preempted, and there is no logical reason the result should change when the entity is a limited partnership rather than a limited liability company.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>The Executory Contract Escape Hatch, Closed</h2>
  </div>
  <p>The limited partners had one argument left. Suppose the partnership agreement is an executory contract that the estate can neither assume nor assign. Then, they reasoned, sections 365(c)(1) and 365(e)(2) let the ipso facto clauses stand, and the management rights never reached the estate after all. The bankruptcy court had not decided whether the agreement was executory, but the Panel took up the legal question anyway, because whether a non-assumable executory contract becomes estate property is a pure question of law. It called the argument wrong as a matter of law, and it did not have to reach far to say so.</p>
  <div class="callout">
    <h4>Computer Communications, 1987</h4>
    <p>The Ninth Circuit closed this door nearly four decades ago. An executory contract is property of the estate protected by the automatic stay whether or not it can be assumed or assigned. Even a non-assumable personal services contract that section 365(e)(2) and state law would let a counterparty terminate remains estate property under section 541(c)(1), and terminating it after the petition violates section 362(a)(3).</p>
  </div>
  <p>The rule has a structural logic that the Panel drew out. If the parties could decide for themselves whether a contract was executory, and whether its rights entered the estate, then the parties, rather than the bankruptcy court, would be drawing the boundaries of estate property. The Code does not permit that. Prepetition contract rights are property of the estate regardless of whether the contract is executory or not. Labeling the partnership agreement executory, even if the label fit, would not carry the management rights out of the estate.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VIII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>The Stay Violation, and What the Panel Did Not Decide</h2>
  </div>
  <p>Once the management rights are estate property, the rest follows quickly. Section 362(a)(3) stays any act to obtain possession of, or to exercise control over, property of the estate. Voting a debtor general partner out of the partnership and installing a replacement is an exercise of control over that property. The acts violated the stay, and acts that violate the stay are void as a matter of law, not merely voidable. The Panel had company here too: a bankruptcy court reached the same result where partners held a postpetition meeting to dissociate a debtor and elect a new managing partner.</p>
  <p>One boundary is worth marking. The Panel did not decide whether the limited partners had cause to remove the debtor for its alleged prepetition breach of the partnership agreement. The bankruptcy court expressly declined to decide that question, and the Panel followed suit. The holding is about who may act, and when, not about whether the underlying grievance has merit. The limited partners' claims about the withheld sale proceeds remain undecided. What the opinion resolves is that the way to pursue removal during the case runs through relief from the automatic stay and a determination by the bankruptcy court, not through a partnership vote.</p>
  <div class="callout">
    <h4>The Chain, Start to Finish</h4>
    <p>The management right is property under state law. Property becomes the estate under section 541. The state statute that would strip it is a preempted ipso facto clause under section 541(c)(1)(B). The executory-contract label would not change that under Computer Communications. So the right sat in the estate, the removal was an act of control over estate property, and the automatic stay made it void. The Panel resolved each link against the appellant.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IX ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>What Practitioners Should Take From This</h2>
  </div>
  <p>Strip away the partnership specifics and the opinion states a general rule with wide reach. When an entity's manager files for bankruptcy, the manager's governance rights are presumptively property of the estate, and neither a state statute nor a private agreement can switch them off at the petition date. Section 541(c)(1)(B) neutralizes the trigger, and the Panel drew no line between limited partnerships and limited liability companies in getting there.</p>
  <p>That has consequences on several fronts. For anyone holding a minority position behind a manager who might file, self-help through the entity's own governance machinery is off the table once the case begins; the path runs through a motion for relief from the stay, decided by the bankruptcy court, not through a partnership or membership vote. For anyone drafting operating and partnership agreements, a bankruptcy-triggered removal clause is worth little against a debtor manager, and diligence on a counterparty should treat that manager's governance rights as an asset that will follow it into bankruptcy. And for anyone who still files the partnership cases and the LLC cases in separate mental folders, the Panel was direct that, for this question, the difference between them is a distinction without a difference.</p>
  <p>A quieter lesson sits in a footnote. The parties, and to a degree the bankruptcy court, briefed the wrong chapter of the California Corporations Code, citing the general partnership provisions rather than the limited partnership provisions that actually governed. The Panel called the error harmless because the two regimes track each other and the result held. It is a useful reminder that in an area this reticulated, citing the statute that governs the entity in front of you is not a formality.</p>
  <p>Opinions like this one are where the operative rules of restructuring actually live. A first-impression holding on ipso facto preemption will not surface in a treatise for years, and it sits in a single published decision inside a docket carrying thousands of entries. Finding it, along with the majority line of LLC authority the Panel built on, before your adversary does is the difference between arguing from the current state of the law and arguing from where the law stood the last time you happened to look.</p>
</section>
<!-- ==================== FOOTER ==================== -->
<footer class="report-footer">
  <div class="container">
    <div class="footer-brand"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report analyzes the published opinion of the United States Bankruptcy Appellate Panel of the Ninth Circuit in In re LeFever Mattson, BAP No. NC-25-1238-BCN (Bk. No. 24-10545), filed June 29, 2026, affirming the bankruptcy court for the Northern District of California. It summarizes the Panel's holdings on estate property, ipso facto preemption, executory contracts, and the automatic stay, and identifies practical implications for restructuring practitioners. It is analysis of a judicial decision and is not legal advice.</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
    <p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
    <p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
  </div>
</footer>
</body>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/u-s-telepacific-tpx-a-balance-sheet-restructuring-on-a-70-day-clock</id>
    <published>2026-07-06T00:42:12-05:00</published>
    <updated>2026-07-06T00:43:04-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/u-s-telepacific-tpx-a-balance-sheet-restructuring-on-a-70-day-clock" rel="alternate" type="text/html"/>
    <title>U.S. TelePacific (TPx): A Balance-Sheet Restructuring on a 70-Day Clock</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p><span>A managed IT services business enters Chapter 11 to shed roughly $1 billion of funded debt through a pre-negotiated plan, while a sale process runs alongside it</span></p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/u-s-telepacific-tpx-a-balance-sheet-restructuring-on-a-70-day-clock">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<body>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>U.S. TelePacific (TPx) Chapter 11 | Stretto Intelligence Special Report</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap" rel="stylesheet">
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
/* --- HEADER --- */
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 860px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 760px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
  flex-wrap: wrap;
}
/* --- LAYOUT --- */
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
/* --- SECTION HEADERS --- */
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
p { margin-bottom: 18px; line-height: 1.75; }
.lede { font-size: 19px; color: var(--primary-slate); }
/* --- STAT CARDS --- */
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.2;
}
.stat-card .stat-detail { font-size: 13px; color: var(--light-slate); margin-top: 4px; }
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
/* --- COMPARISON TABLES --- */
table.comparison { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 15px; }
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td { padding: 14px 18px; border-bottom: 1px solid var(--light-gray); vertical-align: top; }
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
table.comparison tfoot td {
  padding: 14px 18px;
  font-weight: 700;
  color: var(--dark-slate);
  border-top: 2px solid var(--medium-gray);
  background: var(--light-gray);
}
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
/* --- BAR CHARTS --- */
.bar-chart { margin: 30px 0; padding: 30px; background: var(--fine-gray); border-radius: 8px; }
.bar-chart-title { font-size: 16px; font-weight: 500; color: var(--dark-slate); margin-bottom: 25px; }
.bar-group { display: flex; align-items: center; margin-bottom: 16px; }
.bar-label {
  width: 200px;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-body);
  flex-shrink: 0;
  text-align: right;
  padding-right: 16px;
}
.bar-track { flex: 1; height: 32px; background: var(--light-gray); border-radius: 4px; position: relative; overflow: hidden; }
.bar-fill {
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  transition: width 1s ease;
  white-space: nowrap;
}
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside { margin-left: 10px; font-size: 13px; font-weight: 500; color: var(--text-body); flex-shrink: 0; width: 90px; }
/* --- CALLOUT BOXES --- */
.callout { background: var(--dark-slate); color: var(--white); padding: 35px 40px; border-radius: 8px; margin: 40px 0; position: relative; overflow: hidden; }
.callout::before { content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: var(--accent-orange); }
.callout h4 { color: var(--accent-orange); font-size: 13px; letter-spacing: 2px; text-transform: uppercase; margin: 0 0 12px; font-weight: 500; }
.callout p { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.7; margin: 0; }
.callout .callout-stat { font-size: 48px; font-weight: 700; color: var(--accent-orange); display: block; margin-bottom: 8px; }
/* --- TIMELINES --- */
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before { content: ''; position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: var(--medium-gray); }
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before { content: ''; position: absolute; left: -26px; top: 6px; width: 12px; height: 12px; border-radius: 50%; background: var(--accent-orange); border: 3px solid var(--white); box-shadow: 0 0 0 2px var(--accent-orange); }
.timeline-item.muted::before { background: var(--light-slate); box-shadow: 0 0 0 2px var(--light-slate); }
.timeline-date { font-size: 13px; font-weight: 500; color: var(--accent-orange); letter-spacing: 0.5px; }
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
/* --- SPLIT COMPARISON PANELS --- */
.split-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 40px 0; border-radius: 8px; overflow: hidden; }
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 40px; font-weight: 700; margin-bottom: 5px; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; }
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 18px; font-weight: 500; }
/* --- SVG GAUGE GRAPHICS --- */
.gauge-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 25px; margin: 40px 0; }
.gauge-card { text-align: center; padding: 30px 20px; background: var(--fine-gray); border-radius: 8px; }
.gauge-card svg { width: 120px; height: 120px; }
.gauge-card .gauge-label { font-size: 13px; color: var(--light-slate); margin-top: 12px; font-weight: 400; }
.gauge-card .gauge-value { font-size: 28px; font-weight: 700; color: var(--dark-slate); margin-top: 4px; }
/* --- FOOTER --- */
.report-footer { background: var(--dark-slate); color: rgba(255,255,255,0.5); padding: 50px 40px; margin-top: 80px; font-size: 13px; line-height: 1.7; }
.report-footer .footer-brand { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
/* --- SECTION DIVIDER --- */
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
  .bar-label { width: 130px; }
}
</style>
<!-- ==================== HEADER ==================== -->
<header class="report-header">
  <div class="header-top">
    <div class="brand-mark"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <div class="report-type">Special Report</div>
  </div>
  <div class="header-content">
    <h1>U.S. TelePacific (TPx): A Balance-Sheet Restructuring on a <span class="highlight">70-Day Clock</span>
</h1>
    <p class="header-subtitle">A profitable managed IT services business enters Chapter 11 to shed roughly $1 billion of funded debt through a pre-negotiated plan, while a sale process runs alongside it more as a market check than a genuine second path.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>July 2026</span>
      <span>In re U.S. TelePacific Corp., No. 26-90625 (Bankr. S.D. Tex.)</span>
      <span>36 documents / 1,567 pages</span>
    </div>
  </div>
</header>
<!-- ==================== SECTION I ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>A Balance-Sheet Problem, Not a Business Problem</h2>
  </div>
  <p class="lede">U.S. TelePacific Corp. and eleven affiliates, operating nationally as TPx Communications, filed for Chapter 11 on June 28, 2026, in the Southern District of Texas before the Honorable Alfredo R. Pérez. The company is not failing. It is over-levered.</p>
  <p>TPx generates positive adjusted EBITDA from a recurring-revenue book of roughly 11,000 business customers across all fifty states, built on a subscription model for managed connectivity, cybersecurity, unified communications, and IT services. What it cannot do is service the capital structure sitting on top of that business. Roughly $1.1 billion of funded debt across six facilities, with approximately $300 million of it maturing in 2026, outran the cash the operations produce. The business generates positive EBITDA. The capital structure still costs more than the operations can support.</p>
  <p>The consequence of that distinction shapes everything that follows. When the problem is the balance sheet rather than the business, the fix is a deleveraging rather than a liquidation, and the parties who hold the debt become the parties who set the terms. Here they did exactly that before the petition was ever filed. The case arrives with a Second Amended Restructuring Support Agreement already executed by holders of substantially all secured debt, the sole equity holder, and the accounts receivable purchasers, and with a plan and disclosure statement already on file.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Total Funded Debt</div>
      <div class="stat-value">~$1.1B</div>
      <div class="stat-detail">Across six secured facilities</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Targeted Deleveraging</div>
      <div class="stat-value">~$971M</div>
      <div class="stat-detail">Approximately 88% reduction</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">First Lien Recovery</div>
      <div class="stat-value">2–15%</div>
      <div class="stat-detail">0% for all junior classes</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">To Confirmation</div>
      <div class="stat-value">70 Days</div>
      <div class="stat-detail">Effective date targeted at 80</div>
    </div>
  </div>
  <p>Those four numbers frame the analysis. A billion dollars of debt comes off. First lien holders recover a fraction of their claims and everyone below them recovers nothing. And the whole thing is built to confirm inside ten weeks. The sections that follow trace how the company got here, how the deal is structured, and where the genuine open questions still live.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION II ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section II</div>
    <h2>The Road to Chapter 11</h2>
  </div>
  <p>TPx did not arrive at the courthouse suddenly. The company originated in 1998 as TelePacific Communications, a California competitive local exchange carrier, and grew through acquisitions of NextWeb, Tel West, and DSCI into a national managed services provider. The current capital structure is the residue of two out-of-court restructurings, a $70 million growth equity investment led by Siris Capital in 2022 and a broader 2023 transaction that up-tiered half of the old first lien into a new super-senior tranche and pushed the other half down into a subordinated second lien held by the Siris affiliate. Those two deals bought time and extended maturities. They did not solve the leverage, and they are now the subject of an active investigation discussed in Section VII.</p>
  <p>When the extended maturities began coming due, the parties moved through the familiar sequence of forbearance, bridge financing, and support agreement. Each step bought a few more months and tightened the eventual outcome.</p>
  <div class="timeline">
    <div class="timeline-item">
      <div class="timeline-date">October 31, 2025</div>
      <div class="timeline-content">Initial forbearance agreements with requisite lenders under the first, second, and third lien facilities.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">January 6, 2026</div>
      <div class="timeline-content">Amended forbearance extending through maturity of the first lien term loan; the initial Restructuring Support Agreement is executed.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">December 2025 &amp; March 2026</div>
      <div class="timeline-content">A PIK bridge defers approximately $13.8 million of first lien cash interest rather than paying it in cash.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">March 18, 2026</div>
      <div class="timeline-content">A $20 million superpriority term loan closes to fund operations; the First Amended RSA is executed alongside it.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">June 28, 2026</div>
      <div class="timeline-content">The Second Amended RSA is executed and the voluntary petitions are filed, with the plan and disclosure statement following within a day.</div>
    </div>
  </div>
  <p>Read as a chain, the timeline explains the compressed schedule that governs the case. The restructuring was negotiated over roughly eight months out of court. Chapter 11 is not where the deal gets made. It is where an already-made deal gets implemented, which is why the milestones can be as aggressive as they are.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION III ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>The Prepetition Capital Structure</h2>
  </div>
  <p>Six secured facilities sit on top of the business, all secured by liens on substantially all assets, with Wilmington Savings Fund Society, FSB serving as administrative and collateral agent across the stack. The distribution of that debt shapes both who controls the restructuring and where the recoveries fall.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Facility</th>
        <th>Maturity</th>
        <th>Approx. Amount</th>
        <th>Notable Feature</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Superpriority Term Loan</td>
        <td>July 2026</td>
        <td>$22M</td>
        <td>March 2026 bridge; MOIC prepayment up to $15M</td>
      </tr>
      <tr>
        <td class="metric-label">First Lien Term Loan</td>
        <td>May 2026 (matured)</td>
        <td>$421M</td>
        <td>Make-whole premium of not less than $32.9M</td>
      </tr>
      <tr>
        <td class="metric-label">Revolving Credit Facility</td>
        <td>Nov 2025 (matured)</td>
        <td>$5M</td>
        <td>Pari with first lien term loan</td>
      </tr>
      <tr>
        <td class="metric-label">Second Lien Term Loan</td>
        <td>Nov 2026</td>
        <td>$658M</td>
        <td>Held 100% by the Siris affiliate</td>
      </tr>
      <tr>
        <td class="metric-label">Third Lien Term Loan</td>
        <td>May 2027</td>
        <td>$33M</td>
        <td>Most junior secured tranche</td>
      </tr>
      <tr>
        <td class="metric-label">Receivables Purchase Agreement</td>
        <td>Various</td>
        <td>~$10M</td>
        <td>$9.81M total obligations</td>
      </tr>
    </tbody>
    <tfoot>
      <tr>
        <td>Total</td>
        <td></td>
        <td>~$1.1B</td>
        <td></td>
      </tr>
    </tfoot>
  </table>
  <p>The chart below shows the same figures by relative size, and it makes the point faster than the table does. The second lien is the center of gravity in this capital structure.</p>
  <div class="bar-chart">
    <div class="bar-chart-title">Funded Debt by Facility (approximate)</div>
    <div class="bar-group">
      <div class="bar-label">Second Lien Term Loan</div>
      <div class="bar-track"><div class="bar-fill orange" style="width: 100%;">$658M</div></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">First Lien Term Loan</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 64%;">$421M</div></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Third Lien Term Loan</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 5%;"></div></div>
      <div class="bar-value-outside">$33M</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Superpriority Term Loan</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 3.3%;"></div></div>
      <div class="bar-value-outside">$22M</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Receivables Purchase</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 1.5%;"></div></div>
      <div class="bar-value-outside">~$10M</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Revolving Credit Facility</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 0.8%;"></div></div>
      <div class="bar-value-outside">$5M</div>
    </div>
  </div>
  <p>The 2023 restructuring is what produced this shape. Half of the old first lien was up-tiered into the super-senior first lien term loan that now carries a make-whole premium of not less than $32.9 million. The other half was bought by the Siris affiliate at a discount and subordinated into the $658 million second lien, with roughly $65 million of new capital layered in at the same time. The practical result is that the single largest creditor in the case is also the sole equity holder, a fact that drives the governance structure in Section VII and the conditional treatment of the second lien in Section VI. Two intercreditor agreements, a pari passu agreement from 2023 and a multi-lien agreement from March 2026, govern the priorities among these tranches.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IV ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>A Dual-Track With One Real Path</h2>
  </div>
  <p>The RSA establishes two tracks. The first is a court-supervised Section 363 sale with a minimum bid of $175 million. The second is a standalone reorganization that equitizes the first lien debt into 100 percent of reorganized common equity, issues preferred equity, and provides warrants to junior secured holders. On paper the debtors elect between them, with the Ad Hoc Group's consent. In practice, one track already ran, and it came up empty.</p>
  <p>PJT Partners was engaged in August 2025 and launched a formal marketing process that was neither narrow nor casual. Sixty-five parties were contacted, twenty-five strategic and forty financial. Thirty-three signed confidentiality agreements and worked a data room of more than 260 documents. Twenty-six diligence sessions followed. Five indications of interest came in at the January deadline. By the final bid deadline in April, that funnel had narrowed to one in-court sale proposal and one debt purchase proposal, and the debtors deemed neither actionable.</p>
  <div class="bar-chart">
    <div class="bar-chart-title">Prepetition Marketing Funnel</div>
    <div class="bar-group">
      <div class="bar-label">Parties contacted</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 100%;">65</div></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">NDAs executed</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 51%;">33</div></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Diligence sessions</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 40%;">26</div></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Indications of interest</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 8%;">5</div></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Actionable bids</div>
      <div class="bar-track"><div class="bar-fill orange" style="width: 1.5%;"></div></div>
      <div class="bar-value-outside">0</div>
    </div>
  </div>
  <p>That result reframes the sale track. If a full process reaching sixty-five parties produced no actionable bid at or near $175 million, the postpetition auction is unlikely to produce one on a compressed timeline. The bid procedures are worth running anyway, and not as a formality for its own sake. They convert the equitization value into a tested number. If no qualified bid arrives by the August 7 deadline, the debtors cancel the auction and pursue the reorganization, and they do so having demonstrated that the market was given a real chance to say otherwise.</p>
  <div class="callout">
    <h4>The Market Check, Not the Market</h4>
    <p>The $175 million floor is better understood as the price of confirming the equitization value than as a realistic expectation of sale proceeds. A sale below that level would not clear the DIP and superpriority claims with enough left over to matter, so the number marks the line below which a sale stops being worth the cost and disruption. The prepetition process already told the parties where the market is. The postpetition process puts that answer on the record.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION V ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>DIP Financing and the Liquidity Runway</h2>
  </div>
  <p>The debtors entered Chapter 11 with roughly $16.4 million of cash and a DIP facility totaling $73,549,998 in aggregate commitments. Only $20 million of that is new money. The rest is a roll-up of prepetition obligations.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Total DIP Commitments</div>
      <div class="stat-value">$73.55M</div>
      <div class="stat-detail">Aggregate facility size</div>
    </div>
    <div class="stat-card positive">
      <div class="stat-label">New Money</div>
      <div class="stat-value">$20M</div>
      <div class="stat-detail">$10M interim, $10M second draw</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Roll-Up Component</div>
      <div class="stat-value">$53.55M</div>
      <div class="stat-detail">Prepetition obligations refinanced</div>
    </div>
  </div>
  <p>The roll-up breaks into approximately $34.7 million of prepetition superpriority obligations and $13.8 million of the PIK bridge interest, both rolled up at the interim stage, plus a further $5 million of first lien principal rolled up only at the final hearing. The court found the roll-up a necessary inducement for the lenders and made the good faith finding under Section 364(e). The economic terms sit where a lender with leverage would put them.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Component</th>
        <th>SOFR Option</th>
        <th>Base Rate Option</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">New Money &amp; Rolled-Up Bridge</td>
        <td>SOFR + 11.00% (1% cash / 10% PIK)</td>
        <td>Base + 10.00% (1% cash / 9% PIK)</td>
      </tr>
      <tr>
        <td class="metric-label">Rolled-Up First Lien Principal</td>
        <td>SOFR + 8.00% (1% cash / 7% PIK)</td>
        <td>Base + 7.00% (1% cash / 6% PIK)</td>
      </tr>
      <tr>
        <td class="metric-label">Rolled-Up First Lien Interest</td>
        <td>1.00% (cash)</td>
        <td>1.00% (cash)</td>
      </tr>
    </tbody>
  </table>
  <p>Additional terms include a 2 percent commitment premium payable in kind, a 1.25 to 1.00 MOIC on new money advances, a scheduled maturity of December 31, 2026 extendable three times in three-month increments, and a minimum liquidity covenant of $7.5 million tested weekly. That covenant is where the runway gets tight. The 13-week budget projects net receipts of $97.5 million against operating disbursements of $101.7 million, an operating cash flow deficit of roughly $4.2 million that the new money is sized to bridge. The lowest projected cash balance lands in week 13 at approximately $8.02 million.</p>
  <div class="callout">
    <h4>A $519,000 Cushion</h4>
    <p><span class="callout-stat">$519K</span>The gap between the lowest projected cash balance of roughly $8.02 million and the $7.5 million minimum liquidity covenant is about $519,000 in week 13. On a business generating close to $100 million of receipts over the period, that is a narrow margin. A modest revenue shortfall or an unbudgeted expense could put the covenant in play, which makes budget discipline a live issue rather than a background one.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VI ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>The Plan and the Waterfall</h2>
  </div>
  <p>The joint plan establishes ten classes. The pattern of impairment and voting tells you where the value goes and where it stops. Value stops at the first lien.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Class</th>
        <th>Type</th>
        <th>Impairment</th>
        <th>Voting</th>
      </tr>
    </thead>
    <tbody>
      <tr>
<td class="metric-label">1</td>
<td>Other Secured Claims</td>
<td>Unimpaired</td>
<td>Presumed to accept</td>
</tr>
      <tr>
<td class="metric-label">2</td>
<td>Other Priority Claims</td>
<td>Unimpaired</td>
<td>Presumed to accept</td>
</tr>
      <tr>
<td class="metric-label">3</td>
<td>Pari Funded Debt Secured Claims (First Lien + RCF)</td>
<td>Impaired</td>
<td>Yes</td>
</tr>
      <tr>
<td class="metric-label">4</td>
<td>Second Lien Secured Claims</td>
<td>Impaired</td>
<td>Yes</td>
</tr>
      <tr>
<td class="metric-label">5</td>
<td>Third Lien Secured Claims</td>
<td>Impaired</td>
<td>Yes</td>
</tr>
      <tr>
<td class="metric-label">6</td>
<td>General Unsecured Claims</td>
<td>Impaired</td>
<td>Yes</td>
</tr>
      <tr>
<td class="metric-label">7</td>
<td>Intercompany Claims</td>
<td>Impaired / Unimpaired</td>
<td>No</td>
</tr>
      <tr>
<td class="metric-label">8</td>
<td>Subordinated Claims</td>
<td>Impaired</td>
<td>Deemed to reject</td>
</tr>
      <tr>
<td class="metric-label">9</td>
<td>Intercompany Interests</td>
<td>Impaired / Unimpaired</td>
<td>No</td>
</tr>
      <tr>
<td class="metric-label">10</td>
<td>Existing Equity Interests</td>
<td>Impaired</td>
<td>Deemed to reject</td>
</tr>
    </tbody>
  </table>
  <p>Under the reorganization, Class 3 receives 100 percent of the common equity, subject to dilution by the cash-out option, warrants, and a management incentive plan, for an estimated recovery of 2 to 15 percent on roughly $426 million of claims. Class 4, the Siris-held second lien, is marked "TBD," which is not an oversight and is addressed in the next section. Class 5 receives warrants for up to 5.94 percent of common equity struck against a $326 million equity value, with an estimated recovery of zero. Classes 6 and 10 recover nothing. A cash-out option lets first lien holders take cash rather than illiquid private equity if they prefer liquidity.</p>
  <p>The point of the exercise is the deleveraging. If the plan is confirmed as proposed, the capital structure would shrink from roughly $1.1 billion to approximately $129 million.</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">$1.1B</div>
      <div class="panel-label">At Filing</div>
      <div class="split-item">
<div class="item-label">First Lien Term Loan</div>
<div class="item-value">$421M</div>
</div>
      <div class="split-item">
<div class="item-label">Second Lien Term Loan</div>
<div class="item-value" style="color: var(--accent-orange);">$658M</div>
</div>
      <div class="split-item">
<div class="item-label">Third Lien Term Loan</div>
<div class="item-value">$33M</div>
</div>
      <div class="split-item">
<div class="item-label">Superpriority + Revolver</div>
<div class="item-value">$27M</div>
</div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">$129M</div>
      <div class="panel-label">Reorganized (If Confirmed)</div>
      <div class="split-item">
<div class="item-label">Exit First Lien Term Loan</div>
<div class="item-value">$54M</div>
</div>
      <div class="split-item">
<div class="item-label">Tranche A Preferred Equity</div>
<div class="item-value" style="color: var(--accent-orange);">$65M</div>
</div>
      <div class="split-item">
<div class="item-label">Tranche B Preferred Equity</div>
<div class="item-value">$10M</div>
</div>
      <div class="split-item">
<div class="item-label">Common Equity to Class 3</div>
<div class="item-value">100%</div>
</div>
    </div>
  </div>
  <div class="gauge-row">
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#FD7250" stroke-width="10" stroke-dasharray="276.5 37.7" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="56" text-anchor="middle" font-size="18" font-weight="700" fill="#2C4146">88%</text>
        <text x="60" y="72" text-anchor="middle" font-size="8" fill="#6B8A91">deleveraged</text>
      </svg>
      <div class="gauge-label">Funded Debt Reduction</div>
      <div class="gauge-value" style="font-size:16px;">~$971M removed</div>
    </div>
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#2C4146" stroke-width="10" stroke-dasharray="30.8 283.4" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="56" text-anchor="middle" font-size="15" font-weight="700" fill="#2C4146">2–15%</text>
        <text x="60" y="72" text-anchor="middle" font-size="8" fill="#6B8A91">est. recovery</text>
      </svg>
      <div class="gauge-label">Class 3 First Lien</div>
      <div class="gauge-value" style="font-size:16px;">on ~$426M</div>
    </div>
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#6B8A91" stroke-width="10" stroke-dasharray="18.7 295.5" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="56" text-anchor="middle" font-size="16" font-weight="700" fill="#2C4146">5.94%</text>
        <text x="60" y="72" text-anchor="middle" font-size="8" fill="#6B8A91">warrants</text>
      </svg>
      <div class="gauge-label">Class 5 Third Lien</div>
      <div class="gauge-value" style="font-size:16px;">0% est. recovery</div>
    </div>
  </div>
  <p>The reorganized structure taken together with the warrant pricing implies an enterprise value in the neighborhood of $380 million, the $326 million equity value plus the $54 million exit term loan. That figure is consistent with the $175 million sale floor and with the thin first lien recovery. The business is worth well less than the debt it carries, which is exactly why the debt has to come off.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>The Siris Question</h2>
  </div>
  <p>Every prior section points at the same unresolved issue. The sole equity holder, an affiliate of Siris Capital, also holds 100 percent of the $658 million second lien. That makes the controlling shareholder the largest single creditor in the case, and it makes the prior transactions that created this structure worth a hard look. A Special Committee of independent directors, established October 27, 2025 and advised by Katten Muchin Rosenman as independent counsel, is conducting exactly that review.</p>
  <p>The investigation is understood to focus on three transactions, each of which touched the Siris affiliates and each of which shaped the current stack.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Transaction</th>
        <th>What Happened</th>
        <th>Why It Matters</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">2022 Investment</td>
        <td>$70 million growth equity and senior debt refinancing led by Siris</td>
        <td>Established the current Siris-affiliated equity ownership</td>
      </tr>
      <tr>
        <td class="metric-label">2023 Restructuring</td>
        <td>Up-tiering of half the first lien; the other half bought at a discount and subordinated into the second lien</td>
        <td>Created the $658 million second lien the affiliate now holds</td>
      </tr>
      <tr>
        <td class="metric-label">March 2026 Bridge</td>
        <td>$20 million superpriority term loan under the First Amended RSA</td>
        <td>Added superpriority debt ahead of the existing stack</td>
      </tr>
    </tbody>
  </table>
  <p>The investigation is not an academic exercise. Its conclusions feed directly into two of the plan's most consequential provisions. The first is the Debtor Release in Article VIII.C, which the plan expressly conditions on the committee's findings. If the committee identifies viable claims that the estate would otherwise release, the release can be narrowed or conditioned to preserve those causes of action against the Consenting Investor. The second is the treatment of Class 4. The "TBD" marking on the second lien is the tell. You do not leave a $658 million class blank by accident. You leave it blank when its treatment depends on whether the holder is a creditor to be paid or a defendant to be pursued.</p>
  <div class="callout">
    <h4>The Central Tension</h4>
    <p>The Consenting Investor is indispensable to the deal and a potential target of the estate at the same time. It signed the RSA, holds the fulcrum second lien, and controls the equity, so the restructuring cannot proceed over its objection. Yet the same party may have received preferential treatment in the very transactions that built this capital structure. The dual committee design, a Special Committee investigating claims while a separate Transaction Committee runs the sale, is the governance answer to that conflict. How the investigation resolves is the largest variable left in the case.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VIII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>Timeline and Milestones</h2>
  </div>
  <p>The RSA imposes a schedule that leaves little slack. The confirmation order is due within 70 days of the petition date and the effective date within 80, with an automatic extension through December 31, 2026 if the only condition left standing is regulatory approval. That carve-out matters for a telecommunications company that needs FCC and state utility sign-offs on any change of control. The sale and confirmation tracks run in parallel and converge at a combined hearing.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Date (2026)</th>
        <th>Milestone</th>
      </tr>
    </thead>
    <tbody>
      <tr>
<td class="metric-label">July 23</td>
<td>Final DIP hearing and final critical vendor hearing</td>
</tr>
      <tr>
<td class="metric-label">August 7</td>
<td>Bid deadline (auction canceled if no qualified bid)</td>
</tr>
      <tr>
<td class="metric-label">August 12</td>
<td>Auction, if a qualified bid is received</td>
</tr>
      <tr>
<td class="metric-label">August 17</td>
<td>Plan supplement filing deadline; general bar date</td>
</tr>
      <tr>
<td class="metric-label">August 26</td>
<td>Voting deadline, plan objection deadline, and third-party release opt-out deadline</td>
</tr>
      <tr>
<td class="metric-label">September 2</td>
<td>Combined confirmation and disclosure statement hearing; sale hearing</td>
</tr>
      <tr>
<td class="metric-label">~September 6</td>
<td>Target for entry of the confirmation order (70 days)</td>
</tr>
      <tr>
<td class="metric-label">~September 16</td>
<td>Target effective date (80 days), extendable for regulatory approvals</td>
</tr>
      <tr>
<td class="metric-label">December 28</td>
<td>Governmental bar date</td>
</tr>
    </tbody>
  </table>
  <p>All of the first-day motions were filed and the corresponding orders entered inside 24 to 48 hours, with the DIP and critical vendor relief granted on an interim basis pending the July 23 final hearings. A schedule this tight is only workable because the deal was built before the filing. The pre-negotiation is what buys the speed.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IX ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>What It Means for Each Constituency</h2>
  </div>
  <p>The recoveries follow the capital structure with almost no ambiguity, save for the one class where the investigation controls the answer. Reading down the stack shows how quickly the value runs out.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Constituency</th>
        <th>Treatment</th>
        <th>Estimated Recovery</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">First Lien (Class 3)</td>
        <td>100% of reorganized common equity, subject to dilution; cash-out option available</td>
        <td class="change-negative">2–15%</td>
      </tr>
      <tr>
        <td class="metric-label">Second Lien (Class 4)</td>
        <td>Treatment "TBD," pending the Special Committee investigation</td>
        <td>Undetermined</td>
      </tr>
      <tr>
        <td class="metric-label">Third Lien (Class 5)</td>
        <td>Warrants for up to 5.94% of common equity, struck against $326M equity value</td>
        <td class="change-negative">0%</td>
      </tr>
      <tr>
        <td class="metric-label">General Unsecured (Class 6)</td>
        <td>No distribution under either transaction path</td>
        <td class="change-negative">0%</td>
      </tr>
      <tr>
        <td class="metric-label">Existing Equity (Class 10)</td>
        <td>Cancelled</td>
        <td class="change-negative">0%</td>
      </tr>
      <tr>
        <td class="metric-label">Employees</td>
        <td>First-day order authorizes up to $11.62M in prepetition obligations; benefit programs continue</td>
        <td class="change-positive">Protected</td>
      </tr>
      <tr>
        <td class="metric-label">Customers</td>
        <td>Customer programs, subsidies, and service adjustments maintained by order</td>
        <td class="change-positive">Continuity</td>
      </tr>
    </tbody>
  </table>
  <p>The general unsecured universe is small and concentrated in lease and trade claims. The top thirty unsecured claims total roughly $9.5 million, and the largest single claim, at about $4.88 million, belongs to a lease counterparty. Those claims will grow as rejection damages from the twenty-two contracts and leases the debtors moved to reject flow into the class, but the estimated recovery does not change. A larger pool of claims at a zero percent recovery still returns nothing. For employees and customers the position is different. The recurring-revenue model depends on both, so the first-day relief protecting wages, benefits, and customer programs functions as a going-concern measure, preserving the relationships the reorganization is built to retain.</p>
  <p>Control sits with the Ad Hoc Group, which holds roughly 98 percent of the first lien claims and steers the restructuring through its consent rights over the sale-versus-reorganization election. When one group holds that much of the fulcrum security, the plan functions less as a negotiation among adverse parties than as the implementation of a course that group has already set.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION X ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section X</div>
    <h2>Risk Factors and Open Issues</h2>
  </div>
  <p>For a case this heavily pre-negotiated, most of the outcome is already set. The risks that remain are worth naming precisely, because they are the places where the pre-negotiated result could still move.</p>
  <p>The largest is the Special Committee investigation. Its findings could reshape the Debtor Release and settle the treatment of the second lien. If viable claims surface, the estate could pursue litigation against the Consenting Investor, and litigation against the party holding the fulcrum debt and the equity is precisely the kind of development that can strain an RSA. Next is sale viability, which the prepetition process has largely answered in the negative. A full marketing effort produced no actionable bid, so a qualified bid above $175 million on the postpetition clock is possible but not the base case. Third is DIP budget compliance. A projected cushion of roughly $519,000 over the minimum liquidity covenant leaves little room for a revenue miss or an unbudgeted cost, which turns budget discipline into a covenant issue rather than a housekeeping one.</p>
  <p>The remaining three are more contained. Regulatory approval could push the effective date past the RSA milestones if a sale requires change-of-control consents, though the automatic extension to year-end is designed to absorb exactly that. The motion to reject twenty-two contracts and leases had not been ruled on as of the filings reviewed, and landlord objections could complicate it. And cramdown is effectively a certainty rather than a risk, since Classes 5, 6, 8, and 10 are expected to reject or recover nothing, which means the debtors will need to satisfy the fair and equitable and unfair discrimination standards of Section 1129(b) for at least some classes. None of these is likely to derail the deal on its own. Taken together, they are the short list of things worth watching as the case moves toward its September hearing.</p>
</section>
<!-- ==================== FOOTER ==================== -->
<footer class="report-footer">
  <div class="container">
    <div class="footer-brand">
<img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"><img src="data:image/png;base64,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b9zN79/xjxpEycQnQJR83P7rVPJxPK95r65hnJJ5e72Zk4iIiIw3dRD2sIMmIiMcHDWAkhF7dij5uHPP4+26ViUfx/OaRzn5OCplqFmPIiIici605uMOePTaXeqMiYz+gFPtVGTyn8ciqp/n9qwUERER2QolH3ewQ6lSEFE7FZG9b+dPlTzRWq4yyob1dy/qqF63FhERke3gVQQiIiIiIrtvlJN2mvEoIiIi20XJRxEREQ3yJ9qZJHh0D2Qc4sRu1dOz+T2a9SgiIiJPRclHERGRPaSNHHaHEpAyznVzt+rp2SY4FZtERETkTCj5KCIiskeU7BIR2FoCcjvjx27OqhQREZHpo+SjiIjIHtBAf/dp9qOMe/3cifq61Z+hWY8iIiJyprTbtYiIyC4624G+BvjbS7tfy7jXz6eKKTudZFfbEBERkbOl5KOIiMg2DMh3ggb5ql+qO9NnKwnIUY5jIiIiInrtWkREZAQpebS3ZasEjqj9P/acFJdERERkK5R8FBERGcFBvkph7ykBKYoDikkiIiJy7pR8FBERGSEa5I9WOSsBKXtdT/cyJmi2o4iIiGwHrfkoIiIyAjTAF5Gnig+7lQxXPBIREZHtpJmPIiIie0gzi/a27M/k6zT7UcatzioeiYiIyCjRzEcREZFdokH9aN4TJRdlXOPIdtRdxSURERHZ8f6LikBEREREZHI8UVJSiUYREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREZGJZmamUhAREREREZGt8CoCERE5kwSjkpAiIiIiIiJytiYu+ajBsYjI9sXN4efMzJxzTnFWREREREREzoablgG0iIg80tufdgGeRHKRTz947HG/5peetcB//cES1z7tPG58qPqaYRJSRERERERE5KlMzADy9MTjl/7VO3nli5/HsQd/RLNZx5wRHSRXXbI3CJtfnkgOvKGjjjrqODVHb1CLVRTsZlCEBCQ8kWAljkSzUWfpxEkWWucRsxZHyfj7xSXe+QcfUwJSREREREREpif5eHri8a+vezcv3DdPs7dGs+Gh7GK+Sj6aS5vfEyzhBt9lDpzpqKOOOk7P0QGU1VMgZZ7C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" alt="Stretto Intelligence">
</div>
    <p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report analyzes the opening filings in the Chapter 11 cases of U.S. TelePacific Corp. and its affiliates, No. 26-90625 (Bankr. S.D. Tex.), drawing on 36 documents totaling approximately 1,567 pages, including the voluntary petition, joint plan and disclosure statement, DIP and bid procedures pleadings, first-day motions and orders, and supporting declarations. Figures are stated as they appear in those filings. Plan terms are described as proposed and remain subject to objection, amendment, and confirmation.</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
    <p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
    <p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
  </div>
</footer>
</body>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/a-right-of-first-refusal-meets-a-whole-company-sale</id>
    <published>2026-07-06T00:40:37-05:00</published>
    <updated>2026-07-06T00:41:16-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/a-right-of-first-refusal-meets-a-whole-company-sale" rel="alternate" type="text/html"/>
    <title>A Right of First Refusal Meets a Whole-Company Sale</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p><span>In </span><em>Genesis Healthcare</em><span>, a Texas bankruptcy court overruled a minority partner's effort to invoke a right of first refusal and carve a single 120-bed nursing home out of a Section 363 sale of roughly 175 facilities. The court rejected every argument the partner raised and rested on independent alternative grounds</span></p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/a-right-of-first-refusal-meets-a-whole-company-sale">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<body>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>A Right of First Refusal Meets a Whole-Company Sale | Stretto Intelligence</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap" rel="stylesheet">
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
/* --- HEADER --- */
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 860px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 780px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
}
/* --- LAYOUT --- */
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
/* --- SECTION HEADERS --- */
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
p { margin-bottom: 18px; line-height: 1.75; }
/* --- STAT CARDS --- */
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.2;
}
.stat-card .stat-detail { font-size: 13px; color: var(--light-slate); margin-top: 4px; }
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
/* --- COMPARISON TABLES --- */
table.comparison {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-size: 15px;
}
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--light-gray);
  vertical-align: top;
}
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
table.comparison tr.total-row td { font-weight: 700; color: var(--dark-slate); border-top: 2px solid var(--medium-gray); }
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
/* --- BAR CHARTS --- */
.bar-chart { margin: 30px 0; padding: 30px; background: var(--fine-gray); border-radius: 8px; }
.bar-chart-title { font-size: 16px; font-weight: 500; color: var(--dark-slate); margin-bottom: 25px; }
.bar-group { display: flex; align-items: center; margin-bottom: 16px; }
.bar-label {
  width: 160px;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-body);
  flex-shrink: 0;
  text-align: right;
  padding-right: 16px;
}
.bar-track { flex: 1; height: 32px; background: var(--light-gray); border-radius: 4px; position: relative; overflow: hidden; }
.bar-fill {
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  transition: width 1s ease;
}
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside { margin-left: 10px; font-size: 13px; font-weight: 500; color: var(--text-body); flex-shrink: 0; width: 140px; }
/* --- CALLOUT BOXES --- */
.callout { background: var(--dark-slate); color: var(--white); padding: 35px 40px; border-radius: 8px; margin: 40px 0; position: relative; overflow: hidden; }
.callout::before { content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: var(--accent-orange); }
.callout h4 { color: var(--accent-orange); font-size: 13px; letter-spacing: 2px; text-transform: uppercase; margin: 0 0 12px; font-weight: 500; }
.callout p { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.7; margin: 0; }
.callout .callout-stat { font-size: 48px; font-weight: 700; color: var(--accent-orange); display: block; margin-bottom: 8px; }
/* --- TIMELINES --- */
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before { content: ''; position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: var(--medium-gray); }
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before { content: ''; position: absolute; left: -26px; top: 6px; width: 12px; height: 12px; border-radius: 50%; background: var(--accent-orange); border: 3px solid var(--white); box-shadow: 0 0 0 2px var(--accent-orange); }
.timeline-item.muted::before { background: var(--light-slate); box-shadow: 0 0 0 2px var(--light-slate); }
.timeline-date { font-size: 13px; font-weight: 500; color: var(--accent-orange); letter-spacing: 0.5px; }
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
/* --- SPLIT COMPARISON PANELS --- */
.split-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 40px 0; border-radius: 8px; overflow: hidden; }
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 30px; font-weight: 700; margin-bottom: 5px; line-height: 1.15; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; }
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 17px; font-weight: 500; }
/* --- SVG GAUGE GRAPHICS --- */
.gauge-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 25px; margin: 40px 0; }
.gauge-card { text-align: center; padding: 30px 20px; background: var(--fine-gray); border-radius: 8px; }
.gauge-card svg { width: 140px; height: 140px; }
.gauge-card .gauge-label { font-size: 13px; color: var(--light-slate); margin-top: 12px; font-weight: 400; }
.gauge-card .gauge-value { font-size: 24px; font-weight: 700; color: var(--dark-slate); margin-top: 4px; }
.gauge-legend { display: flex; justify-content: center; gap: 20px; margin-top: 14px; font-size: 12px; color: var(--light-slate); }
.gauge-legend span { display: inline-flex; align-items: center; gap: 6px; }
.gauge-legend .swatch { width: 12px; height: 12px; border-radius: 3px; display: inline-block; }
/* --- FOOTER --- */
.report-footer { background: var(--dark-slate); color: rgba(255,255,255,0.5); padding: 50px 40px; margin-top: 80px; font-size: 13px; line-height: 1.7; }
.report-footer .footer-brand { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
  .bar-label { width: 110px; }
}
</style>
<!-- ==================== HEADER ==================== -->
<header class="report-header">
  <div class="header-top">
    <div class="brand-mark"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <div class="report-type">Special Report</div>
  </div>
  <div class="header-content">
    <h1>A Right of First Refusal Meets a <span class="highlight">Whole-Company Sale</span>
</h1>
    <p class="header-subtitle">In <em>Genesis Healthcare</em>, a Texas bankruptcy court overruled a minority partner's effort to invoke a right of first refusal and carve a single 120-bed nursing home out of a Section 363 sale of roughly 175 facilities. The court rejected every argument the partner raised and rested on independent alternative grounds.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>July 2026</span>
      <span>Memorandum Opinion and Order, In re Genesis Healthcare, Inc., No. 25-80185-SGJ-11 (Bankr. N.D. Tex.)</span>
    </div>
  </div>
</header>
<!-- ==================== SECTION I ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>The Question Presented</h2>
  </div>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Facilities in the Sale</div>
      <div class="stat-value">~175</div>
      <div class="stat-detail">Senior living facilities across several states</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Whole-Company Price</div>
      <div class="stat-value">$1B+</div>
      <div class="stat-detail">Aggregate, not allocated by facility</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Madison's Equity Stake</div>
      <div class="stat-value">25%</div>
      <div class="stat-detail">In one non-debtor partnership</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Bids Madison Submitted</div>
      <div class="stat-value">0</div>
      <div class="stat-detail">Across two auctions</div>
    </div>
  </div>
  <p>Genesis Healthcare filed for Chapter 11 in July 2025 as the operator of roughly 175 senior living facilities across several states. After two rounds of marketing and bidding and a purchase price north of one billion dollars, an entity called 101 West State Street Holdings emerged as the buyer of substantially all of it. The Memorandum Opinion and Order entered on June 30, 2026, is not about the enterprise. It is about one 120-bed nursing home in a small town outside Washington, D.C., and a minority partner who wanted to pull that single facility out of the deal.</p>
  <p>The minority partner is Madison Manor, an affiliate of the University of Maryland Medical System. Madison owns a quarter of a non-debtor partnership that owns the nursing home. The other three-quarters belongs to two Genesis debtors, whose partnership interests the buyer agreed to acquire as part of the whole-company sale. Madison's partnership agreement carries a right of first refusal, and Madison read that clause to mean the debtors had to peel off an allocated slice of the billion-dollar price, hand Madison the number, and let Madison match it to take full ownership of the facility.</p>
  <p>The court disagreed. Judge Stacey G. Jernigan overruled every Madison objection. She held the agreements could be assumed and assigned because neither Maryland's personal-services doctrine nor its partnership statutes excused Madison; that the debtors substantially complied with the right of first refusal while Madison never exercised it; and, in the alternative, that the right of first refusal was unenforceable under Section 365(f) in any event. The result is a clear illustration of how a right of first refusal fares when it meets a large, multi-asset Section 363 sale, and a reminder that a preemptive right a holder never affirmatively exercises is a right it can lose. The order is a trial-court ruling, subject to appeal, and the overall sale closing remains targeted for later in the summer, pending numerous regulatory approvals.</p>
  <h3>Madison's Four Arguments and the Court's Rulings</h3>
  <p>Madison advanced four arguments for why the sale could not reach its partnership interests without honoring the right of first refusal on its terms. The court rejected each.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th style="width:44%;">Madison's Argument</th>
        <th>The Court's Holding</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">The agreements are personal services contracts that Maryland law lets Madison refuse to accept from a substitute performer</td>
        <td>Neither is a personal services contract under Maryland law. Nothing here rises to the "rare genius and extraordinary skill" the standard requires.</td>
      </tr>
      <tr>
        <td class="metric-label">Maryland partnership statutes bar transfer of the interests without Madison's consent</td>
        <td>The statutes let parties contract around consent, and the partnership agreement did exactly that.</td>
      </tr>
      <tr>
        <td class="metric-label">The debtors never tendered a conforming offer, so the right of first refusal was never satisfied</td>
        <td>The debtors substantially complied through two court-approved sale processes. Madison failed to accept within the 30-day window.</td>
      </tr>
      <tr>
        <td class="metric-label">The right of first refusal entitles Madison to match an allocated price for the interests</td>
        <td>Enforcing it as Madison urged would be an impermissible restriction on assignment under Section 365(f).</td>
      </tr>
    </tbody>
  </table>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION II ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section II</div>
    <h2>The Deal and the Dispute</h2>
  </div>
  <p>Bowie Center Limited Partnership owns and operates the Larkin Chase Skilled Nursing Facility, a 120-bed licensed nursing home in Bowie, Maryland, in Prince George's County. Bowie Center is not a debtor. Its three partners are Madison and two Genesis debtors, Maryland Harborside and Harborside Healthcare Limited Partnership, referred to together as the Bowie Debtors. Madison holds a 0.25% general partner interest and a 24.75% limited partner interest, 25% in all. The Bowie Debtors hold the remaining 75%.</p>
  <div class="gauge-row">
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="12"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#2C4146" stroke-width="12" stroke-dasharray="235.62 78.54" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#FD7250" stroke-width="12" stroke-dasharray="78.54 235.62" stroke-dashoffset="-235.62" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="56" text-anchor="middle" font-size="15" font-weight="700" fill="#2C4146">75 / 25</text>
        <text x="60" y="72" text-anchor="middle" font-size="9" fill="#6B8A91">DEBTORS / MADISON</text>
      </svg>
      <div class="gauge-label">Bowie Center Equity</div>
      <div class="gauge-value">75% / 25%</div>
      <div class="gauge-legend">
        <span><span class="swatch" style="background:#2C4146;"></span>Bowie Debtors</span>
        <span><span class="swatch" style="background:#FD7250;"></span>Madison Manor</span>
      </div>
    </div>
  </div>
  <table class="comparison">
    <thead>
      <tr>
        <th>Partner</th>
        <th>General Partner Interest</th>
        <th>Limited Partner Interest</th>
        <th>Total Equity</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Madison Manor, Inc.</td>
        <td>0.25%</td>
        <td>24.75%</td>
        <td>25%</td>
      </tr>
      <tr>
        <td class="metric-label">Maryland Harborside, LLC (Bowie Debtor #1)</td>
        <td>0.75%</td>
        <td>—</td>
        <td>0.75%</td>
      </tr>
      <tr>
        <td class="metric-label">Harborside Healthcare LP (Bowie Debtor #2)</td>
        <td>—</td>
        <td>74.25%</td>
        <td>74.25%</td>
      </tr>
      <tr class="total-row">
        <td class="metric-label">Bowie Debtors Combined</td>
        <td>0.75%</td>
        <td>74.25%</td>
        <td>75%</td>
      </tr>
    </tbody>
  </table>
  <p>Two contracts govern the relationship. The first is a 2015 Second Amended and Restated Agreement of Limited Partnership among Madison and the Bowie Debtors. The second is a Management Agreement dated April 7, 1993, under which Bowie Debtor #2 serves as manager of the facility. Madison is a party to the partnership agreement but not to the management agreement, which by its own terms has no third-party beneficiaries. Both contracts are governed by Maryland law.</p>
  <p>The facility itself has a history worth noting. It closed for roughly three years starting in 2022 after an explosion in the kitchen forced extensive renovations, and it reopened in the spring of 2025, only months before the bankruptcy. The management agreement is now 33 years old. When it was signed in 1993, the facility went by a different name and a different corporate general partner signed for the manager. Personnel have come and gone across three decades. Those facts matter, as the analysis below shows, because Madison's central theory depended on treating these agreements as intensely personal arrangements that no substitute performer could step into.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION III ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>Two Auctions, Three Objections, Zero Bids</h2>
  </div>
  <p>The sale did not happen quickly or in a single pass. It ran through two full rounds of marketing, bidding, and auctions, each authorized by the court, and Madison's conduct across both rounds became central to the ruling.</p>
  <p>The first round began with a sale procedures order in August 2025 and a stalking horse agreement. Madison received notice and filed its first objection in October, asking that any sale preserve its right of first refusal and complaining that the stalking horse's price was not allocated to the nursing home. The first auction convened in November. It entertained bids for the entire company, called WholeCo Bids, and bids for pieces of it, called Piecemeal Bids. Four piecemeal bids and two whole-company bids were qualified. Madison did not attend. It did not submit a bid of either kind, and it did not ask, as the bidding unfolded, for an allocation to the partnership interests it cared about.</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">First Auction</div>
      <div class="panel-label">November 18–19, 2025</div>
      <div class="split-item">
<div class="item-label">Successful Bidder</div>
<div class="item-value">First Stalking Horse</div>
</div>
      <div class="split-item">
<div class="item-label">Qualified Bids</div>
<div class="item-value">4 Piecemeal, 2 WholeCo</div>
</div>
      <div class="split-item">
<div class="item-label">Outcome</div>
<div class="item-value" style="color: var(--accent-orange);">Sale not approved</div>
</div>
      <div class="split-item">
<div class="item-label">Madison</div>
<div class="item-value">Did not attend or bid</div>
</div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">Second Auction</div>
      <div class="panel-label">January 13, 2026</div>
      <div class="split-item">
<div class="item-label">Successful Bidder</div>
<div class="item-value">WSSH (the Buyer)</div>
</div>
      <div class="split-item">
<div class="item-label">Bids Received</div>
<div class="item-value">6 Piecemeal, 3 WholeCo</div>
</div>
      <div class="split-item">
<div class="item-label">Safeguards</div>
<div class="item-value" style="color: var(--accent-orange);">Monitor / mediator</div>
</div>
      <div class="split-item">
<div class="item-label">Madison</div>
<div class="item-value">Did not attend or bid</div>
</div>
    </div>
  </div>
  <p>The first auction produced a winner, but the court declined to approve that sale after the Official Committee of Unsecured Creditors raised fairness objections about the process and the possible exclusion of qualified bidders. A second round followed. Revised procedures named a replacement stalking horse in December, the court approved that agreement in January 2026, and a second auction convened on January 13. This one was presided over by the investment bankers for both the committee and the debtors, with an agreed monitor and mediator in the room and a representative of the U.S. Trustee in attendance. Three whole-company bids and six piecemeal bids came in. Madison, again, did not attend, did not bid, and did not ask in real time to match any offer under its right of first refusal.</p>
  <div class="bar-chart">
    <div class="bar-chart-title">Qualified and Submitted Bids Across Both Auctions</div>
    <div class="bar-group">
      <div class="bar-label">First Auction</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 67%;">6 bids</div></div>
      <div class="bar-value-outside">4 Piecemeal, 2 WholeCo</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Second Auction</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 100%;">9 bids</div></div>
      <div class="bar-value-outside">6 Piecemeal, 3 WholeCo</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Madison Manor</div>
      <div class="bar-track"><div class="bar-fill orange" style="width: 3%;"></div></div>
      <div class="bar-value-outside">0 bids submitted</div>
    </div>
  </div>
  <p>The buyer won the second auction. Madison filed a third objection days later, and the court entered the sale order on January 26, 2026. The pattern across both auctions is the fact that anchors much of what follows. Madison filed three separate objections purporting to preserve its rights, and it submitted zero bids.</p>
  <h3>Procedural Chronology</h3>
  <div class="timeline">
    <div class="timeline-item muted">
<div class="timeline-date">July 9, 2025</div>
<div class="timeline-content">Petition Date. Genesis Healthcare and 298 affiliates file Chapter 11.</div>
</div>
    <div class="timeline-item muted">
<div class="timeline-date">August 28, 2025</div>
<div class="timeline-content">First Sale Procedures Order approving bidding procedures and a stalking horse agreement (DE 685).</div>
</div>
    <div class="timeline-item">
<div class="timeline-date">October 17, 2025</div>
<div class="timeline-content">First Madison Objection filed (DE 1323).</div>
</div>
    <div class="timeline-item">
<div class="timeline-date">November 18–19, 2025</div>
<div class="timeline-content">First Auction. First Stalking Horse selected; Madison absent.</div>
</div>
    <div class="timeline-item">
<div class="timeline-date">December 8, 2025</div>
<div class="timeline-content">Second Madison Objection filed (DE 1800).</div>
</div>
    <div class="timeline-item muted">
<div class="timeline-date">December 17, 2025</div>
<div class="timeline-content">Revised procedures name a Replacement Stalking Horse (DE 1952).</div>
</div>
    <div class="timeline-item">
<div class="timeline-date">January 13, 2026</div>
<div class="timeline-content">Second Auction. WSSH named successful bidder; Madison absent.</div>
</div>
    <div class="timeline-item">
<div class="timeline-date">January 16, 2026</div>
<div class="timeline-content">Third Madison Objection filed (DE 2144).</div>
</div>
    <div class="timeline-item">
<div class="timeline-date">January 26, 2026</div>
<div class="timeline-content">Sale Order approving the sale to WSSH (DE 2204).</div>
</div>
    <div class="timeline-item muted">
<div class="timeline-date">May 27, 2026</div>
<div class="timeline-content">Madison Hearing on the contested matter.</div>
</div>
    <div class="timeline-item">
<div class="timeline-date">June 30, 2026</div>
<div class="timeline-content">Memorandum Opinion and Order entered, overruling the Madison Objections (DE 2932).</div>
</div>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IV ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>The Framework: Executory Contracts and "Applicable Law"</h2>
  </div>
  <p>Both agreements are executory contracts under the Countryman definition the Fifth Circuit applies: performance remains due on both sides, and a failure to perform by either party would be a material breach. No one seriously disputed that. The Fifth Circuit has assumed as much for a partnership agreement before, in <em>In re O'Connor</em>, and the parties here did not fight over the label.</p>
  <p>The framework flows from there. Section 365 lets a debtor in possession assume an executory contract and, under subsection (f), assign it to a third party. Subsection (c) supplies the important limit. A debtor may not assume or assign an executory contract if applicable law would excuse the non-debtor counterparty from accepting performance from someone other than the debtor, and that counterparty does not consent. The classic example of such applicable law is a personal services contract, but the category is not limited to personal services.</p>
  <p>So the first question is whether anything in Maryland law let Madison refuse to accept performance from the buyer without Madison's consent. If the answer were yes, the analysis would end there and Madison would win. The court worked through two candidates, personal services and the Maryland partnership statutes, and rejected both.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION V ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>Not a Personal Services Contract</h2>
  </div>
  <p>Madison's first theory was that a partnership agreement rests on the personal trust and confidence of the partners, which makes it the kind of personal arrangement Madison cannot be forced to continue with a stranger. Madison cited a handful of cases for the proposition. None of them interpreted Maryland law, and the court could find no Maryland decision treating a partnership agreement as a personal services contract. Madison offered nothing at all on the management agreement.</p>
  <p>Maryland sets a high bar. Under the state's <em>Macke</em> decision, a contract is personal not merely because it is unique but because it calls for rare genius and extraordinary skill, the kind that cannot be transferred. The court quoted the illustration Maryland borrowed from California: not every painter works like Reynolds or Claude Lorraine, and not every writer produces drama like Shakespeare or fiction like Dickens. A federal court in Maryland has applied the same standard, requiring that choice of the specific performer have been part of the bargain.</p>
  <p>Measured against that standard, the agreements fell short. There was no evidence, as the court put it, that the Bowie Debtors are the Shakespeare or Rembrandt of the nursing home world. Neither agreement named a single individual who had to perform any particular service. The buyer proved it was fully capable of performing the duties both agreements contemplate, and it intends to keep most of the debtors' existing employees. Running a licensed nursing home well is demanding and important work. It is not the sort of irreplaceable, personal performance that lets a counterparty veto a substitute.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VI ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>Maryland's Partnership Statutes Permit a Non-Consensual Transfer</h2>
  </div>
  <p>Madison's second theory leaned on <em>In re O'Connor</em>, where the Fifth Circuit read a Louisiana statute to bar assumption of a partnership agreement because the non-debtor partner had not consented. Madison argued Maryland law works the same way. It does not.</p>
  <p>The Louisiana statute in <em>O'Connor</em> required consent to make someone a member of the partnership, with no alternative route. Maryland's statutes are built differently. For limited partners, Section 10-703(a) of the Code of Maryland Corporations and Associations lets an assignee become a limited partner if the assignor grants that right in accordance with authority described in the partnership agreement, <em>or</em> if all other partners consent. The word that matters is <em>or</em>. For general partners, Section 10-401 admits additional general partners <em>except as otherwise provided</em> in the partnership agreement. Both provisions let the parties contract around consent.</p>
  <p>The partnership agreement here did exactly that. Section 5.1 generally prohibits transfers, but it carries six exceptions, and the relevant one, Section 5.1(f), expressly allows the Bowie Debtors to transfer their entire general and limited partner interests to an unrelated third party, subject to the right of first refusal and the other restrictions in Section 5.2. Read as a whole, the agreement contemplates a nonconsensual transfer to an outside buyer so long as the seller honors the right of first refusal. Maryland law let the parties write that deal, and they wrote it. Applicable law did not excuse Madison from accepting the buyer. With that threshold cleared, the dispute turned back to the right of first refusal itself.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>What the Right of First Refusal Required, and Who Complied</h2>
  </div>
  <p>With applicable law out of the way, the case turned on the right of first refusal in Section 5.2, and on two related questions. What did the clause require, and did anyone satisfy it?</p>
  <p>Maryland reads contracts objectively, asking what a reasonable person in the parties' position would have understood the language to mean, and construing the agreement as a whole so that every clause has effect. The right of first refusal has three operative parts. Under the Offering Notice provision, if the Bowie Debtors receive a bona fide written third-party offer for their interests, they must first tender Madison an offer to buy those interests at the same price and on the same terms. Under the Acceptance provision, Madison then has 30 days from receipt to elect in writing to accept or decline, and silence past 30 days counts as a decline. Under the third provision, once Madison declines or is deemed to decline, the debtors are free to sell to the third party on those same terms.</p>
  <p>The court found the debtors substantially complied. Madison received written notice of each proposed sale transaction through the court-approved processes: the first stalking horse agreement and its terms, the replacement stalking horse agreement and its terms, and ultimately the winning bid, all noticed out to thousands of parties including Madison. The Offering Notice provision specifies no magic form. It requires written notice of the third-party offer and a chance to match, and Madison got both, twice.</p>
  <p>What Madison never did was accept. Filing three objections to preserve its rights is not the same as electing, in writing and within 30 days, to match a specific offer. Maryland law is settled that exercising an option must be unequivocal and in exact accord with the option's terms. Objections that reserve a position are equivocal by design. They preserve the ability to decide later. They do not decide.</p>
  <div class="callout">
    <h4>Objecting Is Not Exercising</h4>
    <p>A right of first refusal is an option, and an option holder exercises it by matching the actual offer, unequivocally, within the contract's window. Filing objections that reserve rights keeps the holder's choices open. It is the opposite of the unequivocal election the option requires. Madison filed three objections and never once elected to match, so it was deemed to have declined.</p>
  </div>
  <p>Madison's fallback was testimony that, after the second auction, it made an offer to the debtors for just the partnership interests. That did not help. No written offer was put into evidence. Based on counsel's own objections during the testimony, the offer appears to have surfaced in settlement discussions. It was not at the same price or on the same terms as the buyer's whole-company bid, and it came well after the 30-day window had run. An offer for only the carved-out interests, on terms different from the winning bid and delivered after the deadline, is not an exercise of the right of first refusal. It is a different proposal the debtors were free to decline. Separately, in its post-sale briefing Madison put forward its own unilateral calculation that $4.5 million of the buyer's price should be allocated to the interests, an allocation no bidder or sale process had produced. Under Section 5.2.4, Madison's failure to match within the window left the debtors free to sell to the buyer. The court also flagged Section 8.13's instruction that consents and approvals not be unreasonably delayed, adding that the delay here was concerning.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VIII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>Section 365(f) and the Value-Maximization Problem</h2>
  </div>
  <p>The court could have stopped after finding compliance. It went further and held that, even if the right of first refusal had been perfectly preserved, enforcing it the way Madison wanted would run into Section 365(f).</p>
  <p>Section 365(f)(1) makes unenforceable any contract provision, or applicable law, that prohibits, restricts, or conditions the assignment of an executory contract. Those three verbs are written in the disjunctive, and a right of first refusal, while not a flat prohibition, plainly conditions an assignment by giving the holder a chance to take the interest from the proposed assignee. Two bankruptcy decisions, <em>Mr. Grocer</em> and <em>Adelphia</em>, have treated rights of first refusal as unenforceable restraints on assignment for exactly that reason. Both recognized the practical problem: a preemptive right can chill bidding, because a purchaser who does the work of formulating and submitting a bid may simply watch the holder match it without ever bettering it.</p>
  <p>Neither decision applied a per se rule. Both asked, on the facts, whether the restriction hindered assignment enough to be unenforceable, and <em>Adelphia</em> flagged multi-asset bankruptcy sales as the setting where enforcing a right of first refusal on one piece can be most destructive to value. This case is that setting. Roughly 175 nursing homes were on the block. Most bidders wanted the whole enterprise and priced it that way, without allocating value to each facility, for tax and business reasons. The whole did not equal the sum of the parts.</p>
  <div class="callout">
    <h4>The Whole Is Not the Sum of Its Parts</h4>
    <p>In a large multi-asset sale, most bidders price the enterprise, not each facility, and often for good tax and business reasons. A right of first refusal that demands a per-asset allocation so a holder can pick off one piece cuts directly against value maximization. That is why the court, applying a facts-and-circumstances test, found the right unenforceable under Section 365(f) rather than forcing the debtors to carve out and re-offer the interests.</p>
  </div>
  <p>The court found the process fair on its own terms. A complex capital structure, thousands of creditors, and an active creditors' committee produced a heavily safeguarded auction, including a monitor and mediator installed at the request of parties in interest. Piecemeal bids were expressly allowed at both auctions, so Madison had a clear path to participate and did not take it. Madison also keeps its annual purchase option, which the debtors and buyer agreed survives the sale. Weighing those facts, the court held that forcing the debtors to break out and offer the partnership interests to Madison would improperly restrict an assignment that had sound business justification and benefited the estate. The right of first refusal, applied as Madison urged, was an unenforceable restraint on assignment.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IX ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>What Survives: The Purchase Option</h2>
  </div>
  <p>One piece of Madison's position did survive, and the court treated it as significant. Separate from the right of first refusal, the partnership agreement gives Madison an annual purchase option at Section 6.7, exercisable after a milestone date that has already passed, to buy the partnership interests under defined procedures. The debtors and the buyer agreed that this option remains intact and enforceable against the buyer after closing.</p>
  <p>That agreement mattered to the fairness calculus. Madison did not lose its long-term ability to acquire the facility. It retained a standing, annual right to purchase the interests from the new owner on the option's terms. What it lost was the argument that the sale could not proceed without first routing an allocated price through the right of first refusal. The court noted, almost in passing, that the survival of the purchase option left it wondering why the parties kept fighting over the right of first refusal at all, and suspected an economic reason. The point frames the practical stakes for anyone holding a similar right.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION X ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section X</div>
    <h2>What Practitioners Should Take From This</h2>
  </div>
  <p>Strip away the Maryland partnership statutes and the nursing-home specifics, and the opinion offers durable lessons for three sets of players.</p>
  <p>If you hold a right of first refusal and a bankruptcy sale threatens the asset you care about, the message is direct: show up and act. Madison had the same information every bidder had. It knew the terms, it knew the timeline, and it knew both auctions would entertain piecemeal bids. It filed objections instead of bidding, and it treated those objections as if they preserved a right it could exercise later, on its own schedule and at its own price. An option is not a placeholder. Exercising it means matching the actual offer, unequivocally, inside the window the contract sets. If your right depends on an allocated price the seller has not provided, the place to demand that allocation is at the auction, in real time, on the record, not in post-sale briefing months later.</p>
  <p>If you are debtor's counsel running a whole-company sale, the decision supports a familiar instinct: notice broadly, keep the process clean, and let the record show that every party with a preemptive right had a fair chance to participate. Substantial compliance with a contractual notice provision, delivered through a court-approved sale process and served on thousands of parties, can satisfy a right of first refusal even without a bespoke offer letter. A well-run auction with independent safeguards, a monitor or mediator, and an active committee is not just good practice. It becomes part of the factual record that makes a right of first refusal unenforceable under Section 365(f) when someone tries to use it to carve out a single asset.</p>
  <p>If you are the buyer, the takeaway is that adequate assurance and continuity still carry weight. The court leaned on evidence that the buyer could perform both agreements and intended to retain the workforce. That evidence did double duty, defeating the personal services theory and supporting the finding that assignment was appropriate. Building that record early is worth the effort.</p>
  <div class="callout">
    <h4>The Core Lesson</h4>
    <p>The holder of the right did not lose because the right was worthless. It lost because it treated a right that had to be exercised as a right that would enforce itself.</p>
  </div>
  <p>The larger point is about the tension the case sits on. Preemptive rights are contract entitlements that parties bargain for and expect to enforce. Section 363 sales exist to maximize value for the estate, and in a large, multi-asset case that value often lives in selling the enterprise whole rather than slicing it into pieces a series of preemptive-right holders can pick off. When those two forces meet, this opinion shows a bankruptcy court willing to protect the sale, provided the process was fair and the objecting party had a real opportunity it chose not to use.</p>
</section>
<!-- ==================== FOOTER ==================== -->
<footer class="report-footer">
  <div class="container">
    <div class="footer-brand">
<img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"><img src="data:image/png;base64,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b9zN79/xjxpEycQnQJR83P7rVPJxPK95r65hnJJ5e72Zk4iIiIw3dRD2sIMmIiMcHDWAkhF7dij5uHPP4+26ViUfx/OaRzn5OCplqFmPIiIici605uMOePTaXeqMiYz+gFPtVGTyn8ciqp/n9qwUERER2QolH3ewQ6lSEFE7FZG9b+dPlTzRWq4yyob1dy/qqF63FhERke3gVQQiIiIiIrtvlJN2mvEoIiIi20XJRxEREQ3yJ9qZJHh0D2Qc4sRu1dOz+T2a9SgiIiJPRclHERGRPaSNHHaHEpAyznVzt+rp2SY4FZtERETkTCj5KCIiskeU7BIR2FoCcjvjx27OqhQREZHpo+SjiIjIHtBAf/dp9qOMe/3cifq61Z+hWY8iIiJyprTbtYiIyC4624G+BvjbS7tfy7jXz6eKKTudZFfbEBERkbOl5KOIiMg2DMh3ggb5ql+qO9NnKwnIUY5jIiIiInrtWkREZAQpebS3ZasEjqj9P/acFJdERERkK5R8FBERGcFBvkph7ykBKYoDikkiIiJy7pR8FBERGSEa5I9WOSsBKXtdT/cyJmi2o4iIiGwHrfkoIiIyAjTAF5Gnig+7lQxXPBIREZHtpJmPIiIie0gzi/a27M/k6zT7UcatzioeiYiIyCjRzEcREZFdokH9aN4TJRdlXOPIdtRdxSURERHZ8f6LikBEREREZHI8UVJSiUYREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREZGJZmamUhAREREREZGt8CoCERE5kwSjkpAiIiIiIiJytiYu+ajBsYjI9sXN4efMzJxzTnFWREREREREzoablgG0iIg80tufdgGeRHKRTz947HG/5peetcB//cES1z7tPG58qPqaYRJSRERERERE5KlMzADy9MTjl/7VO3nli5/HsQd/RLNZx5wRHSRXXbI3CJtfnkgOvKGjjjrqODVHb1CLVRTsZlCEBCQ8kWAljkSzUWfpxEkWWucRsxZHyfj7xSXe+QcfUwJSREREREREpif5eHri8a+vezcv3DdPs7dGs+Gh7GK+Sj6aS5vfEyzhBt9lDpzpqKOOOk7P0QGU1VMgZZ7C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" alt="Stretto Intelligence">
</div>
    <p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report analyzes the Memorandum Opinion and Order overruling the objections of Madison Manor, Inc. to the debtors' Section 363 sale and the assumption and assignment of certain agreements under Section 365, entered June 30, 2026 in In re Genesis Healthcare, Inc., No. 25-80185-SGJ-11 (Bankr. N.D. Tex.) at DE 2932. All facts, figures, and holdings are drawn from the opinion itself. The order is a trial-court ruling subject to appeal, and the overall sale closing remains subject to regulatory approvals.</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
    <p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
    <p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
  </div>
</footer>
</body>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/the-a-p-v-mckesson-preference-opinions</id>
    <published>2026-06-21T23:28:52-05:00</published>
    <updated>2026-06-21T23:37:54-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/the-a-p-v-mckesson-preference-opinions" rel="alternate" type="text/html"/>
    <title>The A&amp;P v. McKesson Preference Opinions</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p><span>Four memorandum opinions, issued together, show why mechanical payments survive a preference attack and why payments touched by creditor pressure do not</span></p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/the-a-p-v-mckesson-preference-opinions">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<body>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>A&amp;P v. McKesson: Anatomy of a Preference Recovery | Stretto Intelligence</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap" rel="stylesheet">
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
/* --- HEADER --- */
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 860px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 760px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
  flex-wrap: wrap;
}
/* --- LAYOUT --- */
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
/* --- SECTION HEADERS --- */
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
p { margin-bottom: 18px; line-height: 1.75; }
/* --- STAT CARDS --- */
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.2;
}
.stat-card .stat-detail { font-size: 13px; color: var(--light-slate); margin-top: 4px; }
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
/* --- COMPARISON TABLES --- */
table.comparison { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 15px; }
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td { padding: 14px 18px; border-bottom: 1px solid var(--light-gray); vertical-align: top; }
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
table.comparison tfoot td {
  padding: 14px 18px;
  background: var(--primary-slate);
  color: var(--white);
  font-weight: 500;
  font-size: 15px;
}
table.comparison tfoot td:first-child { border-radius: 0 0 0 6px; }
table.comparison tfoot td:last-child { border-radius: 0 0 6px 0; }
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
/* --- BAR CHARTS --- */
.bar-chart { margin: 30px 0; padding: 30px; background: var(--fine-gray); border-radius: 8px; }
.bar-chart-title { font-size: 16px; font-weight: 500; color: var(--dark-slate); margin-bottom: 25px; }
.bar-group { display: flex; align-items: center; margin-bottom: 16px; }
.bar-label {
  width: 200px;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-body);
  flex-shrink: 0;
  text-align: right;
  padding-right: 16px;
}
.bar-track { flex: 1; height: 32px; background: var(--light-gray); border-radius: 4px; position: relative; overflow: hidden; }
.bar-fill {
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  transition: width 1s ease;
  white-space: nowrap;
}
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside { margin-left: 10px; font-size: 13px; font-weight: 500; color: var(--text-body); flex-shrink: 0; width: 120px; }
/* --- CALLOUT BOXES --- */
.callout {
  background: var(--dark-slate);
  color: var(--white);
  padding: 35px 40px;
  border-radius: 8px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.callout::before { content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: var(--accent-orange); }
.callout h4 {
  color: var(--accent-orange);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: 500;
}
.callout p { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.7; margin: 0; }
.callout .callout-stat { font-size: 48px; font-weight: 700; color: var(--accent-orange); display: block; margin-bottom: 8px; }
/* --- TIMELINES --- */
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before { content: ''; position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: var(--medium-gray); }
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before {
  content: '';
  position: absolute;
  left: -26px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent-orange);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--accent-orange);
}
.timeline-item.muted::before { background: var(--light-slate); box-shadow: 0 0 0 2px var(--light-slate); }
.timeline-date { font-size: 13px; font-weight: 500; color: var(--accent-orange); letter-spacing: 0.5px; }
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
/* --- SPLIT COMPARISON PANELS --- */
.split-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 40px 0; border-radius: 8px; overflow: hidden; }
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 42px; font-weight: 700; margin-bottom: 5px; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; }
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 18px; font-weight: 500; }
/* --- SVG GAUGE GRAPHICS --- */
.gauge-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 25px; margin: 40px 0; }
.gauge-card { text-align: center; padding: 30px 20px; background: var(--fine-gray); border-radius: 8px; }
.gauge-card svg { width: 150px; height: 150px; }
.gauge-card .gauge-label { font-size: 13px; color: var(--light-slate); margin-top: 12px; font-weight: 400; }
.gauge-card .gauge-value { font-size: 28px; font-weight: 700; color: var(--dark-slate); margin-top: 4px; }
/* --- FOOTER --- */
.report-footer { background: var(--dark-slate); color: rgba(255,255,255,0.5); padding: 50px 40px; margin-top: 80px; font-size: 13px; line-height: 1.7; }
.report-footer .footer-brand { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 20px; }
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
.note-line { font-size: 13px; color: var(--light-slate); font-style: italic; margin-top: 18px; }
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
  .bar-label { width: 130px; }
}
</style>
<!-- ==================== HEADER ==================== -->
<header class="report-header">
  <div class="header-top">
    <div class="brand-mark"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <div class="report-type">Special Report</div>
  </div>
  <div class="header-content">
    <h1>Sixty-Eight Million Sought, Three Million Recovered: <span class="highlight">The A&amp;P v. McKesson Preference Opinions</span>
</h1>
    <p class="header-subtitle">Four memorandum opinions, issued together, show why mechanical payments survive a preference attack and why payments touched by creditor pressure do not.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>June 2026</span>
      <span>Analysis of four memorandum opinions across approximately 173 pages</span>
    </div>
  </div>
</header>
<!-- ==================== SECTION I ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>The Gap Between What Was Sought and What Was Recovered</h2>
  </div>
  <p>On June 17, 2026, Judge Lisa G. Beckerman issued four memorandum opinions in the Chapter 11 case of The Great Atlantic &amp; Pacific Tea Company. The opinions closed out three adversary proceedings the Official Committee of Unsecured Creditors filed in 2017 against McKesson Corporation and two of its subsidiaries, following a seven-day trial in July 2024. They resolve a fight that traces back to a petition filed in July 2015.</p>
  <p>Start with the number that frames everything. The Committee sought to avoid $68,179,075.88 in transfers made to the three McKesson entities during the ninety-day preference period. After the defenses ran their course, the estate recovered roughly $3.3 million in net preferences. That is under five cents on the dollar of what the Committee pursued. The recovery itself is less informative than the distance between the two figures.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Aggregate Transfers Sought</div>
      <div class="stat-value">$68.18M</div>
      <div class="stat-detail">Across all three McKesson entities</div>
    </div>
    <div class="stat-card positive">
      <div class="stat-label">Net Preference Recovery</div>
      <div class="stat-value">$3.29M</div>
      <div class="stat-detail">After all Section 547(c) defenses</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Automatic Stay Restitution</div>
      <div class="stat-value">$569,861</div>
      <div class="stat-detail">Plus interest from Nov. 16, 2015</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Recovery vs. Amount Sought</div>
      <div class="stat-value">4.8%</div>
      <div class="stat-detail">Net preferences as share of claim</div>
    </div>
  </div>
  <p>The reason the gap matters is that it was not produced by a single ruling. It was produced by the disciplined application of the Section 547(c) defenses across thirty payments to the parent and twenty more to the subsidiaries, with each defense turning on the specific facts of how each payment was made. Where the payment history was mechanical, the defense held. Where a creditor reached in and changed the terms, the defense failed. Read across the four opinions, that single distinction explains almost every dollar.</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">$68.18M</div>
      <div class="panel-label">What the Committee Sought</div>
      <div class="split-item">
        <div class="item-label">Primary Proceeding (McKesson Corp.)</div>
        <div class="item-value">$67,752,943.44</div>
      </div>
      <div class="split-item">
        <div class="item-label">Systems Proceeding</div>
        <div class="item-value">$323,260.11</div>
      </div>
      <div class="split-item">
        <div class="item-label">Specialty Proceeding</div>
        <div class="item-value">$102,872.33</div>
      </div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">$3.29M</div>
      <div class="panel-label">What the Estate Recovered (Net)</div>
      <div class="split-item">
        <div class="item-label">Primary, Net After Offset</div>
        <div class="item-value" style="color: var(--accent-orange);">$3,098,895.78</div>
      </div>
      <div class="split-item">
        <div class="item-label">Systems, Net After New Value</div>
        <div class="item-value">$141,820.18</div>
      </div>
      <div class="split-item">
        <div class="item-label">Specialty, Net After New Value</div>
        <div class="item-value">$52,687.65</div>
      </div>
    </div>
  </div>
  <p class="note-line">The opinions were issued June 17, 2026. Figures reflect the rulings as entered; any judgment remains subject to applicable appeal rights.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION II ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section II</div>
    <h2>Why Deep Insolvency Made One Element Automatic</h2>
  </div>
  <p>Before any defense was reached, the Committee had to satisfy each element of Section 547(b), and one of those elements decided itself the moment you looked at the balance sheet. This was A&amp;P's second trip through Chapter 11. The company had emerged in 2012, filed again on July 19, 2015, and closed every store by November of that year. The schedules disclosed total assets of $601,441,108.28 against approximately $925 million in secured debt and approximately $1.2 billion in general unsecured claims.</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">2015</div>
      <div class="panel-label">Capital Structure at Petition</div>
      <div class="split-item">
        <div class="item-label">Total Scheduled Assets</div>
        <div class="item-value">$601,441,108.28</div>
      </div>
      <div class="split-item">
        <div class="item-label">Secured Debt</div>
        <div class="item-value" style="color: var(--accent-orange);">~$925,000,000</div>
      </div>
      <div class="split-item">
        <div class="item-label">General Unsecured Claims</div>
        <div class="item-value">~$1,200,000,000</div>
      </div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">~20%</div>
      <div class="panel-label">Expected Recovery Profile</div>
      <div class="split-item">
        <div class="item-label">Administrative &amp; 503(b)(9) Claims</div>
        <div class="item-value" style="color: var(--accent-orange);">~20 cents on the dollar</div>
      </div>
      <div class="split-item">
        <div class="item-label">General Unsecured Creditors</div>
        <div class="item-value">Nothing</div>
      </div>
      <div class="split-item">
        <div class="item-label">Estate Status</div>
        <div class="item-value">Administratively insolvent</div>
      </div>
    </div>
  </div>
  <p>Section 547(b)(5) asks whether the transfer let the creditor receive more than it would have received in a hypothetical Chapter 7 liquidation. With secured liens covering nearly all the assets, the Court found that McKesson would have collected nothing on its general unsecured claims in a liquidation. Any payment during the preference period therefore satisfied the element per se. There was no path to a fire-sale recovery that reached unsecured creditors, so every dollar paid in the window was, by definition, a dollar McKesson would not have seen in Chapter 7.</p>
  <p>The administrative claims required more work. McKesson held a Section 503(b)(9) claim for goods delivered in the twenty days before filing, and those claims carry priority. So the Court built a hypothetical liquidation analysis. It set the administrative claims pool against the assets available to pay it and found a shortfall of roughly $20 million. The pool ran to approximately $50,559,927.96. The assets available came to approximately $34,295,011.75. Even a priority Section 503(b)(9) claim would not have been paid in full in Chapter 7, which meant payment during the preference period still satisfied 547(b)(5).</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Hypothetical Chapter 7 Liquidation Analysis</th>
        <th>Amount</th>
      </tr>
    </thead>
    <tbody>
      <tr>
<td class="metric-label">Trustee commission and professional fees</td>
<td>$3,280,000.00</td>
</tr>
      <tr>
<td class="metric-label">Already-allowed but unpaid 503(b)(9) claims</td>
<td>$11,825,385.74</td>
</tr>
      <tr>
<td class="metric-label">Not-yet-allowed 503(b)(9) claims</td>
<td>$12,754,542.22</td>
</tr>
      <tr>
<td class="metric-label">Already-paid 503(b)(9) claims to critical vendors</td>
<td>$22,700,000.00</td>
</tr>
    </tbody>
    <tfoot>
      <tr>
<td>Total Administrative Claims Pool</td>
<td>$50,559,927.96</td>
</tr>
    </tfoot>
  </table>
  <table class="comparison">
    <thead>
      <tr>
        <th>Assets Available for Distribution</th>
        <th>Amount</th>
      </tr>
    </thead>
    <tbody>
      <tr>
<td class="metric-label">Debtor's cash at Petition Date</td>
<td>$19,655,971.35</td>
</tr>
      <tr>
<td class="metric-label">Post-petition litigation settlements</td>
<td>$10,560,540.40</td>
</tr>
      <tr>
<td class="metric-label">Liquor license sales</td>
<td>$2,578,500.00</td>
</tr>
      <tr>
<td class="metric-label">Antitrust class action settlement</td>
<td>$1,500,000.00</td>
</tr>
    </tbody>
    <tfoot>
      <tr>
<td>Total Assets Available</td>
<td>$34,295,011.75</td>
</tr>
    </tfoot>
  </table>
  <p>The same insolvency predicate carried across all four opinions without modification. The Court stated the asset and liability figures identically in each, applied the same analysis to the parent and to both subsidiaries, and never had to relitigate the point. For a Committee, that is favorable terrain. The threshold element is settled before the dispute even begins, and the entire contest shifts onto the defenses.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION III ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>The Primary Proceeding: One Avoidable Payment of Thirty</h2>
  </div>
  <p>The Primary Proceeding against McKesson Corporation is where the bulk of the money was, and where the bulk of it stayed. The Committee challenged thirty payments totaling $67,752,943.44 made during the preference period. The Court sorted them into three groups, and only one payment in the entire set survived as avoidable.</p>
  <p>The first group was twenty-five ACH transfers, the routine automated payments A&amp;P had been making to its primary pharmaceutical wholesaler on scheduled due dates for three years. The second was a single category of four next-day payments totaling $4,249,724.88, made under modified credit terms in the final week before filing. The third was the May 22 wire transfer of $4,587,431.62, a payment made by a non-standard method at McKesson's demand. The first two groups were protected. The third was not.</p>
  <div class="bar-chart">
    <div class="bar-chart-title">Composition of the $67.75M Primary Proceeding</div>
    <div class="bar-group">
      <div class="bar-label">25 ACH transfers (protected)</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 87%;">~$58.9M</div></div>
      <div class="bar-value-outside">Ordinary course</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">4 next-day payments (protected)</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 6.3%;"></div></div>
      <div class="bar-value-outside">$4,249,724.88</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">May 22 wire (avoidable)</div>
      <div class="bar-track"><div class="bar-fill orange" style="width: 6.8%;"></div></div>
      <div class="bar-value-outside">$4,587,431.62</div>
    </div>
  </div>
  <p>The math tells the story plainly. The twenty-five ACH transfers accounted for roughly $58.9 million of the total, and the ordinary course defense preserved every one of them. The contemporaneous exchange defense preserved the next-day payments. What remained was a single wire transfer, and that one payment became the entire preference judgment against the parent before the offset analysis even began.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IV ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>The Two Defenses That Held</h2>
  </div>
  <h3>Contemporaneous Exchange: Credit Modification by Contract</h3>
  <p>The four next-day payments came in during the last week before filing, after the modified credit terms took effect on July 13, 2015. The Committee argued these were preferential. The Court held they were shielded by the contemporaneous exchange defense under Section 547(c)(1), and the reasoning is worth following because it cuts against intuition.</p>
  <p>The defense requires new value, intent that the exchange be contemporaneous, and actual contemporaneity. New value was straightforward, because McKesson delivered roughly $4.25 million in fresh merchandise alongside the payments. Intent was the contested piece. The Committee argued that McKesson imposed the modified terms unilaterally, which should negate any genuine mutual intent for a contemporaneous exchange. The Court disagreed, and the reason it disagreed is the part worth noting for practice. The Supply Agreement itself, at Section 4.H.1, authorized McKesson to modify credit terms upon a material deterioration in A&amp;P's financial condition. Because the contract contemplated exactly this move, McKesson's action was contractually authorized rather than coercive.</p>
  <p>Actual contemporaneity survived a one-day gap between delivery and payment. That gap existed because McKesson's billing systems could not issue same-day invoices, and the Court treated a logistical delay of that kind as no barrier to the defense. The instant wire mechanism reinforced the finding, because paying by wire signals an intent to settle immediately rather than to extend credit.</p>
  <div class="callout">
    <h4>The Practice Point</h4>
    <p>A supply agreement that lets the vendor tighten credit terms when the buyer's finances deteriorate is not boilerplate. The Court treated that clause as evidence of mutual intent for a contemporaneous exchange, even though the debtor never affirmatively agreed to the change. Systematic, contractually authorized credit tightening is protected. Ad hoc pressure to alter a single payment is not. The line runs through the contract.</p>
  </div>
  <h3>Ordinary Course: The Machine-Like Payment History</h3>
  <p>The twenty-five ACH transfers were protected because they were unremarkable, and that is the point. Every one of them was made on its exact contractual due date throughout the preference period, consistent with the parties' three-year payment relationship. In the months before the preference window, there had been exactly one late payment, on February 27, 2015, and A&amp;P cured it three days later by standard ACH. That is the kind of record the ordinary course defense was built to protect. Same method, same timing, no deviation, no creditor reaching in to change anything.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION V ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>The May 22 Wire: Where Ordinary Course Broke</h2>
  </div>
  <p>The single avoidable payment in the Primary Proceeding is instructive precisely because, on its face, it looks protected. The May 22 transfer was made on its due date. It was timely. If timing were the whole test, it would have survived alongside the twenty-five ACH transfers. It did not, and the reason it did not is method.</p>
  <p>A&amp;P attempted to delay its scheduled ACH. McKesson responded by demanding cancellation of the ACH and immediate payment by wire. The change from the standard payment method to a wire transfer, demanded by the creditor, is what defeated the defense. The Court drew a clean distinction that creditors should internalize: a payment can be perfectly timely and still fall outside the ordinary course if the creditor forces a change in how it is made.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Payment Group</th>
        <th>Timing</th>
        <th>Method</th>
        <th>Outcome</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">25 ACH Transfers</td>
        <td>On exact due dates</td>
        <td>Standard ACH</td>
        <td class="change-positive">Protected</td>
      </tr>
      <tr>
        <td class="metric-label">May 22 Transfer</td>
        <td>On due date</td>
        <td>Wire, demanded by creditor</td>
        <td class="change-negative">Avoidable</td>
      </tr>
    </tbody>
  </table>
  <p>This is the framework the opinions build for ordinary course, and it has two axes rather than one. Timing on the due date with the standard method is ordinary course. Timing on the due date with a non-standard method forced by the creditor is not. Variable timing layered on top of irregular invoicing and undisclosed data, which is what the subsidiaries presented, is not either. For a creditor trying to preserve its payments, maintaining the historical payment method turns out to be as important as maintaining the historical timing.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VI ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>Subsequent New Value and the 355 Invoices</h2>
  </div>
  <p>The subsequent new value defense under Section 547(c)(4) raised two contested questions, and the second one produced an evidentiary ruling that reached across two of the four opinions.</p>
  <p>The first question was how to value the new merchandise. The Court held that the invoice price controls. Rebates and discounts did not reduce the value, because they were contingent on future events, namely A&amp;P staying current on all its payment obligations. A contingent reduction that may never materialize cannot be netted against value delivered today.</p>
  <p>The second question was the 355 Invoices, and this is where documentary rigor decided the outcome. McKesson included 355 invoices worth an aggregate $127,692.46 in its new value calculation, claiming deliveries within two weeks of the petition. The Court excluded all of them as facially unreliable, and the list of defects is the reason this ruling will be cited. Every invoice coded its shipping route as "DNS," with a proffered meaning of "do not ship." Each route stop was coded "000." At least two listed the receiving pharmacy as inactive. Across all 355, only two unique orders existed, repeated hundreds of times. No Pathmark reports reflected the deliveries. McKesson's own witness testified the merchandise shipped on dates that contradicted the invoice dates. A&amp;P's witness searched the records and found no proof of delivery. And McKesson produced nothing beyond the invoices themselves.</p>
  <div class="callout">
    <h4>The Documentary Standard</h4>
    <p>Invoices alone do not prove delivery. Where the documents carry facially anomalous data and no corroborating shipping records, receipts, or internal reports back them up, they will not support either a new value defense or a Section 503(b)(9) claim. The same 355 invoices were excluded twice, in the preference analysis and again in the claims analysis, for the same reasons. One evidentiary failure compounded across two proceedings.</p>
  </div>
  <p>There was a third wrinkle specific to the May 22 wire. The new value that followed it was later paid for by the ordinary-course-protected ACH transfers, which were themselves unavoidable. New value that has been paid for by an unavoidable payment cannot also shield an earlier preference. So the new value chain, which at its peak showed cumulative preference exposure of $10,163,197.17 net of new value, ultimately left the May 22 wire of $4,587,431.62 standing as the recoverable amount.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>The Automatic Stay: The Rebate Reversal</h2>
  </div>
  <p>The preference analysis was not the only source of recovery. The Court also found willful automatic stay violations, and the largest of them centered on a rebate.</p>
  <p>McKesson paid A&amp;P a June Rebate of $562,833.91 on July 16, 2015, three days before the petition, covering generics purchased in April, May, and June. In November 2015, McKesson reversed course and deducted the full amount from an undisputed $1.8 million post-petition rebate it owed, claiming a right to recoupment or setoff. The Court held this was a willful violation of the automatic stay, and the analysis turned on the structure of the contract rather than on the size of the dollars.</p>
  <p>The June Rebate was property of the estate. The reversal was contractually impermissible, because Section 21(M) of the Supply Agreement conditioned rebate entitlement only on A&amp;P being current on its payment obligations as of the rebate date, not on payment for the specific underlying goods. A&amp;P had in fact paid for at least a quarter of those goods. Nothing in the parties' history showed McKesson ever revoking a rebate in its entirety. Recoupment failed because the prepetition rebate and the post-petition rebate obligation were discrete and independent units, not parts of a single integrated transaction. Setoff failed because it tried to pit a prepetition debt against a post-petition obligation. And the Extension Agreement independently required McKesson to pay post-petition rebates without regard to Section 21(M).</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Automatic Stay Determination</th>
        <th>Amount</th>
        <th>Finding</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">$413k and $166k Medturns credits</td>
        <td>$579,000</td>
        <td class="change-positive">No violation</td>
      </tr>
      <tr>
        <td class="metric-label">June Rebate reversal</td>
        <td>$562,833.91</td>
        <td class="change-negative">Willful violation</td>
      </tr>
      <tr>
        <td class="metric-label">June Credits deduction</td>
        <td>$7,027.11</td>
        <td class="change-negative">Willful violation</td>
      </tr>
    </tbody>
    <tfoot>
      <tr>
<td>Total Stay Restitution (plus interest from Nov. 16, 2015)</td>
<td colspan="2">$569,861.02</td>
</tr>
    </tfoot>
  </table>
  <p>The Court drew a careful line on remedy. It found the violations willful and ordered restitution of $569,861.02 with interest, but it declined to impose civil contempt, because McKesson had an objectively reasonable basis for its position. The Medturns credits, by contrast, produced no violation at all, because a separate provision of the Extension Agreement had waived A&amp;P's contractual entitlement to those prepetition amounts. The distinction between the two is instructive: the same creditor lost on the rebate and won on the credits, and the difference came down to what each underlying agreement actually said.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VIII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>The Claims Opinion: Netting the Offset</h2>
  </div>
  <p>The second opinion cannot be read in isolation, because it depends entirely on the preference judgment the first one produced. Its job was to fix the amount of McKesson's Section 503(b)(9) administrative claim and then net that allowed claim against the preference judgment to arrive at a single number McKesson owes the estate.</p>
  <p>McKesson's claim had moved a great deal over the years, from an initial assertion of at least $4,943,773.12 down through several amendments to a fixed claim of $1,750,731.87 plus a contingent piece. The Court allowed it at $1,488,535.84, cutting $262,196.03 through two reductions. The first reduction removed $134,503.57 in overfunded post-petition returns, after the Committee's witness identified four flaws in McKesson's calculation and McKesson produced no invoices, shipment records, or receipts to substantiate the deduction. The second reduction removed $127,692.46, the same 355 Invoices excluded in the preference opinion, for the same evidentiary failures.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Section 503(b)(9) Claim Calculation</th>
        <th>Amount</th>
      </tr>
    </thead>
    <tbody>
      <tr>
<td class="metric-label">McKesson's asserted fixed administrative claim</td>
<td>$1,750,731.87</td>
</tr>
      <tr>
<td class="metric-label">Less: overfunded post-petition returns</td>
<td class="change-negative">($134,503.57)</td>
</tr>
      <tr>
<td class="metric-label">Less: 355 Invoices</td>
<td class="change-negative">($127,692.46)</td>
</tr>
    </tbody>
    <tfoot>
      <tr>
<td>Allowed Administrative Claim</td>
<td>$1,488,535.84</td>
</tr>
    </tfoot>
  </table>
  <p>The netting then resolves the case against the parent. The Court treated the Section 503(b)(9) claim as a postpetition claim for setoff purposes and offset the allowed $1,488,535.84 against the $4,587,431.62 preference judgment. The result is a net obligation of $3,098,895.78 that McKesson owes the estate on the preference, on top of the $569,861.02 in stay restitution. The mechanism is worth noting for any estate scrutinizing a large administrative claim: every dollar trimmed from the allowed claim flows straight through to a larger net recovery on the preference.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IX ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>The Subsidiary Proceedings: When Ordinary Course Fails Entirely</h2>
  </div>
  <p>The two subsidiary opinions are where the divergence is clearest. In the Primary Proceeding, the ordinary course defense protected twenty-five of twenty-six payments. Against the subsidiaries, it failed completely. Every payment to McKesson Pharmacy Systems and every payment to McKesson Specialty fell outside the defense, and the reasons illustrate exactly what makes the defense fragile.</p>
  <p>McKesson Pharmacy Systems billed A&amp;P monthly for enterprise software on net thirty terms. During the preference period, the regularity broke down. Invoices that had gone out on the first of each month for the prior five months now arrived twenty-four days, then sixty-three days, then twelve days apart, an irregular pattern the Court attributed to McKesson's own invoicing practices rather than to A&amp;P. The expert could not establish a baseline because the analysis never categorized payments by fee type. The objective prong was addressed in a single footnote with no industry evidence. The transaction data the expert relied on, exported from SAP and Epicor, was never produced to the Committee. And in July 2015, McKesson Systems threatened to suspend the software entirely unless A&amp;P brought its account current by overnight wire. Creditor pressure, irregular billing, and undisclosed data, stacked together, left no version of the defense standing.</p>
  <p>McKesson Specialty was governed by no written agreement at all, with credit terms that varied by product and ran either immediate or net sixty. The expert lumped the immediate invoices together with the net sixty invoices, which obscured the real payment patterns, and never ran the product-by-product analysis the variable terms required. Payment terms changed at least twice during the preference period. McKesson Specialty threatened to discontinue shipments unless a $4.73 million invoice was paid by wire immediately, and an internal email later confirmed that the prepay requirement and account block had been removed from A&amp;P's account. The aggregate statistics the expert offered could not survive that heterogeneity.</p>
  <h3>One Family of Creditors, Four Different Outcomes</h3>
  <table class="comparison">
    <thead>
      <tr>
        <th>Entity / Payment Group</th>
        <th>Ordinary Course Outcome</th>
        <th>Distinguishing Factor</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">McKesson Corp. (25 ACH transfers)</td>
        <td class="change-positive">Protected</td>
        <td>Exact due-date payments, three-year ACH history, no billing irregularity</td>
      </tr>
      <tr>
        <td class="metric-label">McKesson Corp. (May 22 transfer)</td>
        <td class="change-negative">Not protected</td>
        <td>Wire instead of ACH, creditor demanded the change in method</td>
      </tr>
      <tr>
        <td class="metric-label">McKesson Systems (all 16 transfers)</td>
        <td class="change-negative">Not protected</td>
        <td>Irregular invoice timing, undisclosed transaction data, creditor pressure</td>
      </tr>
      <tr>
        <td class="metric-label">McKesson Specialty (all 4 payments)</td>
        <td class="change-negative">Not protected</td>
        <td>No written agreement, mixed credit terms, sporadic payments, creditor pressure</td>
      </tr>
    </tbody>
  </table>
  <p>Both subsidiary recoveries shrank under the subsequent new value defense, on which the parties agreed. The Systems judgment fell from $323,260.11 to $141,820.18, and the Specialty judgment fell from $102,872.33 to $52,687.65. The dollar amounts are modest. The lesson is not. Affiliated entities with the same parent, dealing with the same debtor, reached opposite results on the same defense, and the difference came down to payment discipline and the quality of the evidentiary record each one could assemble.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION X ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section X</div>
    <h2>The Anatomy of the Deterioration</h2>
  </div>
  <p>Read in sequence, the four opinions trace a relationship moving from routine operations to crisis over the spring and summer of 2015. The chronology matters because the same escalating pressure that undermined the ordinary course defenses also, in the final week, supplied the contemporaneous exchange defense for the next-day payments. Pressure cut both ways.</p>
  <div class="timeline">
    <div class="timeline-item muted">
      <div class="timeline-date">December 6, 2012</div>
      <div class="timeline-content">Supply Agreement executed. Normal operations between A&amp;P and McKesson Corporation.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">February 27, 2015</div>
      <div class="timeline-content">The only late payment in the pre-preference period. Cured three days later by standard ACH.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">March 25, 2015</div>
      <div class="timeline-content">McKesson Systems issues an accelerated invoice, breaking its monthly cadence.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">March 27, 2015</div>
      <div class="timeline-content">McKesson Specialty threatens to discontinue shipments unless a $4.73 million invoice is paid by wire immediately.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">May 22, 2015</div>
      <div class="timeline-content">A&amp;P attempts to delay its scheduled ACH. McKesson demands cancellation and immediate payment by wire. This becomes the sole avoidable payment against the parent.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 2, 2015</div>
      <div class="timeline-content">McKesson Corporation notifies A&amp;P that its credit terms will be modified, effective July 13.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 10, 2015</div>
      <div class="timeline-content">McKesson Systems threatens to suspend the software unless the account is brought current by overnight wire.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 13, 2015</div>
      <div class="timeline-content">Modified credit terms take effect. The next-day payments begin, later protected by the contemporaneous exchange defense.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 19, 2015</div>
      <div class="timeline-content">Petition Date.</div>
    </div>
  </div>
  <p>By the spring of 2015, all three McKesson entities were applying pressure on A&amp;P. That pressure is the thread that ties the outcomes together. Where it showed up as a forced change in payment method or as irregular billing, it defeated the ordinary course defense. Where it showed up as a contractually authorized credit modification followed by instant wire payment against contemporaneous delivery, it supported the contemporaneous exchange defense. Same pressure, different legal consequence, depending entirely on the form it took and the contract that governed it.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION XI ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section XI</div>
    <h2>What These Opinions Teach</h2>
  </div>
  <p>For a Committee or any preference plaintiff, the takeaways are concrete. A deeply insolvent estate resolves the Section 547(b)(5) element before the dispute begins, which is a strong position for any preference plaintiff. Creditor pressure and billing irregularities are the strongest levers for defeating an ordinary course defense, and you should be looking for forced changes in payment method, accelerated or erratic invoicing, and threats to suspend goods or services. Documentary standards for proving delivery are rigorous, and invoices without corroborating shipping records, receipts, or internal reports will not carry the weight. Automatic stay violations can add recovery that runs independent of the preference claims. And the setoff of a Section 503(b)(9) claim against a preference judgment means scrutinizing the administrative claim closely pays off directly, because every dollar trimmed flows through to net recovery.</p>
  <p>For a creditor, the mirror image holds. The most reliable way to protect preference-period payments is to keep them mechanical. Same method, same timing, no deviation. The twenty-five ACH transfers survived because nothing about them changed. The May 22 wire was lost not because it was late, since it was timely, but because the method changed at the creditor's demand. If you must tighten credit on a deteriorating customer, do it the way the parent did it: through a contract provision that authorizes the move, paired with contemporaneous delivery against immediate payment. That is protected. Reaching in to force a one-off change to an individual payment is not.</p>
  <div class="callout">
    <h4>The Central Lesson</h4>
    <p>The opinions draw one line through every ruling. Mechanical, routine payments survive preference scrutiny. Payments made in response to creditor pressure or routed through non-standard channels do not. Payment discipline, maintained consistently and documented properly, is what separates the protected $58.9 million from the avoidable $4.59 million.</p>
  </div>
  <h3>Where the Money Lands</h3>
  <p>The estate's total recovery comes to roughly $3.29 million in net preferences plus $569,861.02 in stay restitution, before interest. In an administratively insolvent estate paying administrative and Section 503(b)(9) claimants around twenty cents on the dollar, that recovery is modest in absolute terms but meaningful at the margin, because every avoidance dollar flows straight to the administrative pool. The economic incentives for a Committee to pursue these actions are fully aligned, since the Committee's own constituents, the pension funds, unions, and trade creditors, are the ones who benefit from the recovery.</p>
  <p>For McKesson, the defense largely worked. The ordinary course protection of the twenty-five ACH transfers preserved roughly $58.9 million of preference-period payments, and the contemporaneous exchange defense preserved another $4.25 million. What the parent owes on the preference, net of the offset, is $3,098,895.78, with the stay restitution and interest on top. The subsidiaries owe $141,820.18 and $52,687.65. The outcomes track the analysis. The relationships marked by consistent payment discipline were largely protected. Those marked by creditor pressure and thin documentation were not.</p>
  <p class="note-line">This report summarizes four memorandum opinions issued June 17, 2026 in In re The Great Atlantic &amp; Pacific Tea Company, Inc., Case No. 15-23007 (LGB), S.D.N.Y. Figures reflect the rulings as entered and remain subject to applicable appeal rights. Always review the underlying docket filings before relying on any figure or holding.</p>
</section>
<!-- ==================== FOOTER ==================== -->
<footer class="report-footer">
  <div class="container">
    <div class="footer-brand"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report analyzes four memorandum opinions issued June 17, 2026 by the Honorable Lisa G. Beckerman in the Chapter 11 case of The Great Atlantic &amp; Pacific Tea Company, Inc., resolving three adversary proceedings brought by the Official Committee of Unsecured Creditors against McKesson Corporation, McKesson Pharmacy Systems LLC, and McKesson Specialty Care Distribution Corporation. The report is drawn from the four opinions and their accompanying document summaries, spanning approximately 173 pages, and is intended for restructuring professionals as an analytical overview rather than legal advice.</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
    <p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
    <p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
  </div>
</footer>
</body>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/project-sunshine-freedom-forever-pivots-from-survival-to-sale</id>
    <published>2026-06-21T23:27:15-05:00</published>
    <updated>2026-06-21T23:28:00-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/project-sunshine-freedom-forever-pivots-from-survival-to-sale" rel="alternate" type="text/html"/>
    <title>Project Sunshine: Freedom Forever Pivots From Survival to Sale</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p><span>Two months after a decline in solar financing pushed one of the nation's largest residential solar installers into Chapter 11, the debtors have asked the Delaware court to approve a compressed, dual-path sale process. No stalking horse has been selected as of the filing date</span></p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/project-sunshine-freedom-forever-pivots-from-survival-to-sale">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<body>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Freedom Forever: Inside the Project Sunshine Sale Process | Stretto Intelligence</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap" rel="stylesheet">
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 850px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 760px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
  flex-wrap: wrap;
}
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
p { margin-bottom: 18px; line-height: 1.75; }
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.2;
}
.stat-card .stat-detail { font-size: 13px; color: var(--light-slate); margin-top: 4px; }
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
table.comparison { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 15px; }
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td { padding: 14px 18px; border-bottom: 1px solid var(--light-gray); vertical-align: top; }
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
table.comparison tfoot td {
  padding: 14px 18px;
  background: var(--primary-slate);
  color: var(--white);
  font-weight: 700;
  font-size: 15px;
}
table.comparison tfoot td:first-child { border-radius: 0 0 0 6px; }
table.comparison tfoot td:last-child { border-radius: 0 0 6px 0; }
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
.bar-chart { margin: 30px 0; padding: 30px; background: var(--fine-gray); border-radius: 8px; }
.bar-chart-title { font-size: 16px; font-weight: 500; color: var(--dark-slate); margin-bottom: 25px; }
.bar-group { display: flex; align-items: center; margin-bottom: 16px; }
.bar-label {
  width: 175px;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-body);
  flex-shrink: 0;
  text-align: right;
  padding-right: 16px;
}
.bar-track { flex: 1; height: 32px; background: var(--light-gray); border-radius: 4px; position: relative; overflow: hidden; }
.bar-fill {
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  transition: width 1s ease;
  white-space: nowrap;
}
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside { margin-left: 10px; font-size: 13px; font-weight: 500; color: var(--text-body); flex-shrink: 0; width: 110px; }
.callout {
  background: var(--dark-slate);
  color: var(--white);
  padding: 35px 40px;
  border-radius: 8px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.callout::before { content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: var(--accent-orange); }
.callout h4 {
  color: var(--accent-orange);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: 500;
}
.callout p { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.7; margin: 0; }
.callout .callout-stat { font-size: 48px; font-weight: 700; color: var(--accent-orange); display: block; margin-bottom: 8px; }
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before { content: ''; position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: var(--medium-gray); }
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before {
  content: '';
  position: absolute;
  left: -26px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent-orange);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--accent-orange);
}
.timeline-item.muted::before { background: var(--light-slate); box-shadow: 0 0 0 2px var(--light-slate); }
.timeline-date { font-size: 13px; font-weight: 500; color: var(--accent-orange); letter-spacing: 0.5px; }
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
.split-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 40px 0; border-radius: 8px; overflow: hidden; }
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 30px; font-weight: 700; margin-bottom: 5px; line-height: 1.2; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; }
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 16px; font-weight: 500; }
.report-footer { background: var(--dark-slate); color: rgba(255,255,255,0.5); padding: 50px 40px; margin-top: 80px; font-size: 13px; line-height: 1.7; }
.report-footer .footer-brand { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 15px; }
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
  .bar-label { width: 110px; }
}
</style>
<header class="report-header">
  <div class="header-top">
    <div class="brand-mark"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <div class="report-type">Special Report</div>
  </div>
  <div class="header-content">
    <h1>Project Sunshine: <span class="highlight">Freedom Forever Pivots From Survival to Sale</span>
</h1>
    <p class="header-subtitle">Two months after a policy-driven decline in solar financing pushed one of the nation's largest residential solar installers into Chapter 11, the debtors have asked the Delaware court to approve a compressed, dual-path sale process. No stalking horse has been selected as of the filing date.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>June 2026</span>
      <span>In re Freedom Forever LLC, et al., No. 26-10522 (BLS) (Bankr. D. Del.)</span>
    </div>
  </div>
</header>
<!-- SECTION I -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>From Stabilization to Value Maximization</h2>
  </div>
  <p>On June 15, 2026, two months after stabilizing operations through the first day process, the debtors filed their motion to approve bidding procedures and authorize a sale of substantially all assets or a restructuring through a plan sponsor. The motion is the centerpiece of this report.</p>
  <p>Filed as a single docket entry with three components, the debtors' combined bidding procedures and sale motion (Doc 297), the accompanying notice of motion (Doc 297-1), and the proposed Bidding Procedures Order with its exhibits (Doc 297-2), it lays out a competitive marketing process managed by investment banker Cascadia Capital, LLC under the project name "Project Sunshine." The structure is dual-path. Bidders may submit either an asset purchase agreement under Section 363 or a plan sponsor term sheet that funds a Chapter 11 plan. The debtors seek the flexibility to take whichever offer maximizes estate value.</p>
  <p>The motion's defining feature is its timeline. The debtors have asked the court to compress diligence, bidding, auction, and closing into a window that ends no later than September 11, 2026, roughly five months after the lead petition date. That compression tracks two external deadlines that no party to the case controls: the December 31, 2026 maturity of the principal secured obligations, and the July 4, 2026 hard stop for commencing construction to preserve Section 48E tax credit eligibility.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Total Funded Debt</div>
      <div class="stat-value">~$155.1M</div>
      <div class="stat-detail">Across three debtor entities</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Petition to Closing</div>
      <div class="stat-value">~5 Months</div>
      <div class="stat-detail">April 15 to September 11, 2026</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Stalking Horse</div>
      <div class="stat-value">None Yet</div>
      <div class="stat-detail">Discretionary authority sought</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Required Deposit</div>
      <div class="stat-value">10%</div>
      <div class="stat-detail">Cash, of the purchase price</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<!-- SECTION II -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section II</div>
    <h2>How a Market Leader Ran Out of Runway</h2>
  </div>
  <p>To understand why the sale process looks the way it does, you have to understand what the debtors are selling and why they ended up in court. The factual record comes from the Supplemental Declaration of CEO Brett Bouchy, filed April 23, 2026 (Doc 52), which the sale motion incorporates by reference as the First Day Declaration.</p>
  <p>Freedom Forever was founded in 2011 and grew into one of the largest residential solar installation enterprises in the country, serving homeowners across more than thirty states. The business does not run a direct sales force. It operates as an engineering, procurement, and construction platform built on three integrated pillars: a network of Independent Authorized Dealers who originate customers, an EPC platform that handles design, permitting, and installation through the proprietary LIGHTSPEED software, and a set of finance company partnerships that underwrite the consumer loans, leases, and power purchase agreements. The declaration describes consumer financing as the lifeblood of the business, because a substantial majority of new customer contracts are financed.</p>
  <p>That structure is also the explanation for the collapse. The declaration identifies three converging crises. First, the One Big Beautiful Bill Act, signed July 4, 2025, eliminated the Section 25D residential clean energy credit, the 30 percent federal tax credit for homeowner solar purchases, effective December 31, 2025, with no phase-down and no transition relief. A homeowner who places a system in service on or after January 1, 2026 receives no federal residential tax benefit at all. Second, two executive orders targeting solar subsidies chilled the tax equity and securitization markets that fund the back end of the business. Third, and most directly, the finance company partners began delaying payments, withholding advances, and disputing milestone claims beginning in 2024 and accelerating through 2025.</p>
  <p>The third crisis is the one most directly tied to the insolvency. The declaration traces a negative feedback loop: finance company payment delays led to IAD payment delays, which led to IAD attrition, which reduced originations, which reduced revenue, which further impaired the company's ability to meet its own obligations. The declaration emphasizes that the loss of a single productive IAD is the loss of an entire sales organization and customer pipeline, and that when an experienced solar sales team realigns with a competitor, the move is effectively permanent. By the declaration's account, the company's going-concern value depends on retaining a dealer network that erodes one dealer at a time.</p>
  <div class="callout">
    <h4>Going-Concern Value Resides in Relationships</h4>
    <p>The declaration locates the debtors' value in relationships rather than equipment: the IAD network, the customer pipeline, the interconnection agreements, the warranties, and the LIGHTSPEED platform that connects them. The declaration ties the urgency of the first day relief, and the debtors tie the compressed sale timeline, to the risk that this value deteriorates the longer the case remains open.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- SECTION III -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>The Capital Structure a Buyer Must Navigate</h2>
  </div>
  <p>The roughly $155.1 million in funded debt and material obligations is not evenly distributed, and the distribution shapes the leverage in the sale. Two equipment suppliers turned creditors dominate the secured stack, and their claims do not sit neatly side by side.</p>
  <div class="bar-chart">
    <div class="bar-chart-title">Funded Debt and Material Obligations at the Petition Date</div>
    <div class="bar-group">
      <div class="bar-label">SolarEdge (combined)</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 100%;">~$105.7M</div></div>
      <div class="bar-value-outside">68%</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Trade Debt</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 22.7%;">$24M+</div></div>
      <div class="bar-value-outside">~15%</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Tesla</div>
      <div class="bar-track"><div class="bar-fill orange" style="width: 21.8%;">~$23M</div></div>
      <div class="bar-value-outside">~15%</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">EnFin Corp.</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 2.3%;">~$2.4M</div></div>
      <div class="bar-value-outside">~2%</div>
    </div>
  </div>
  <p>SolarEdge Technologies holds the largest position by a wide margin. Its claims comprise approximately $50 million outstanding under an $80 million revolving credit line and approximately $55.7 million in products debt for inverters, optimizers, and related photovoltaic equipment, for a combined exposure near $105.7 million. SolarEdge asserts a first-priority security interest in substantially all assets, including accounts receivable, perfected through UCC-1 filings in February 2023 and December 2025. Tesla holds approximately $23 million across multiple tranches arising under a 2020 Certified Installer Agreement, secured by interests in Powerwalls and inventory, and, through a November 2025 forbearance agreement, in accounts receivable and payment streams as well. EnFin Corp. holds a $2.4 million advance claim under an agreement signed March 24, 2026, only three weeks before the filing, asserting a floating lien that is expressly junior to prior perfected interests.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Funded Debt / Obligation</th>
        <th>Maturity</th>
        <th>Approx. Principal</th>
        <th>Asserted Collateral</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">SolarEdge – Credit Line</td>
        <td>Dec. 31, 2026</td>
        <td>~$50.0M</td>
        <td>First-priority, substantially all assets</td>
      </tr>
      <tr>
        <td class="metric-label">SolarEdge – Products Debt</td>
        <td>Dec. 31, 2026</td>
        <td>~$55.7M</td>
        <td>First-priority, substantially all assets</td>
      </tr>
      <tr>
        <td class="metric-label">Tesla, Inc.</td>
        <td>Dec. 31, 2026</td>
        <td>~$23M</td>
        <td>Powerwalls, inventory, A/R, payment streams</td>
      </tr>
      <tr>
        <td class="metric-label">EnFin Corp. – Advance</td>
        <td>May 31, 2026</td>
        <td>~$2.4M</td>
        <td>Floating lien, junior and subordinate</td>
      </tr>
      <tr>
        <td class="metric-label">Trade Debt</td>
        <td>Various</td>
        <td>$24M+</td>
        <td>Unsecured</td>
      </tr>
    </tbody>
    <tfoot>
      <tr>
        <td>Total Funded Debt and Material Obligations</td>
        <td></td>
        <td>~$155.1M</td>
        <td></td>
      </tr>
    </tfoot>
  </table>
  <p>The declaration is specific in how it describes these interests. In support of the cash collateral request, the debtors characterized the SolarEdge and Tesla interests as "purported," and offered adequate protection limited to actual diminution in value. That characterization preserves the estate's right to challenge perfection and priority, and indicates that the lien landscape, however dominant SolarEdge appears on paper, is not settled.</p>
</section>
<div class="section-divider"></div>
<!-- SECTION IV -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>Two Paths, One Auction</h2>
  </div>
  <p>The defining design choice in the motion is the dual-path structure. The debtors will accept bids in the form of either an asset purchase agreement, which would proceed as a Section 363 sale, or a plan sponsor term sheet, which would fund a Chapter 11 plan of reorganization. For a plan-based bid to qualify, the debtors must determine in good faith that it is capable of satisfying Section 1129 and being consummated. Either pathway is defined in the proposed order as a "Restructuring Transaction," and the same auction governs both.</p>
  <p>Running both paths through a single competitive process does real work. A strategic buyer that wants a clean break from legacy liabilities will usually prefer to buy assets under Section 363. A financial sponsor or an existing stakeholder that wants to preserve tax attributes, corporate identity, or contract relationships that cannot be assigned may prefer to sponsor a plan. By accepting both forms of consideration in the same auction, the debtors avoid choosing the structure before they know which structure the market will pay the most for.</p>
  <p>The dual path also matters for the two creditors who hold the most leverage. SolarEdge and Tesla, whose combined claims approach $128.7 million against assets of uncertain value, may find a Section 363 credit bid more attractive, or they may prefer to sponsor a plan that leaves them with equity in the reorganized entity. The structure keeps both options open for them, which is part of how the debtors secured their cooperation on cash collateral in the first place.</p>
  <div class="callout">
    <h4>Function of the Dual-Path Structure</h4>
    <p>Running both transaction forms through a single auction lets the market indicate which structure carries the most value before the debtors commit to one. Strategic buyers, financial sponsors, and credit-bidding secured lenders each have a structural preference. Accepting both an asset purchase agreement and a plan sponsor term sheet keeps each category of bidder able to participate without bidding against a disfavored format.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- SECTION V -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>The Stalking Horse That Is Not There</h2>
  </div>
  <p>As of the June 15 filing date, no stalking horse bidder has been selected. The debtors instead seek authority, but not the obligation, to designate one or more stalking horse bidders and to enter into stalking horse agreements later, subject to an abbreviated notice and objection process. If a stalking horse is named, notice must be filed at least 14 days before the sale objection deadline, by July 22, 2026, and any objection to the proposed bid protections is due within four days, by July 28. Absent a timely objection, the court may approve the bid protections without a further hearing.</p>
  <p>The framework follows a template that the same judge has approved before. The motion cites four recent Delaware cases before Judge Shannon, including Boundless Broadband, Epic! Creations, Vyaire Medical, and Proterra, where substantially similar pre-approval procedures for stalking horse bid protections were authorized. The debtors retain the burden of proving that any bid protections are actually necessary to preserve estate value under Section 503(b), and the proposed order says expressly that it does not shift that burden.</p>
  <p>The more notable fact is the absence of a pre-selected stalking horse. In many Delaware Chapter 11 sales with significant secured debt, the principal secured creditor serves as the stalking horse through a credit bid. Here, neither SolarEdge nor Tesla has been designated. That absence is consistent with more than one explanation. It may reflect ongoing negotiations over credit bid terms and lien priority. It may be a decision to test the market without a floor price that could chill competing bids. Or it may indicate that SolarEdge and Tesla have not resolved how value would be allocated between their respective collateral pools. The motion does not state the reason, and the record does not allow a confident choice among these readings.</p>
</section>
<div class="section-divider"></div>
<!-- SECTION VI -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>What It Takes to Be a Qualifying Bid</h2>
  </div>
  <p>The bidding procedures impose a demanding set of requirements before a bid will be considered. The requirements limit the debtors' exposure, within a compressed timeline, to bids that turn out to be conditional or unfunded.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Requirement</th>
        <th>Standard</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Form of consideration</td>
        <td>Cash only, except as expressly provided in the bidding procedures</td>
      </tr>
      <tr>
        <td class="metric-label">Minimum over a stalking horse</td>
        <td>At least $250,000 plus the amount of any bid protections</td>
      </tr>
      <tr>
        <td class="metric-label">Contingencies</td>
        <td>None of any kind, including financing, internal approval, or diligence</td>
      </tr>
      <tr>
        <td class="metric-label">Good faith deposit</td>
        <td>10% of the purchase price, in cash</td>
      </tr>
      <tr>
        <td class="metric-label">Irrevocability</td>
        <td>Binding until 5 business days after closing or plan confirmation</td>
      </tr>
      <tr>
        <td class="metric-label">Closing commitment</td>
        <td>No later than September 11, 2026</td>
      </tr>
      <tr>
        <td class="metric-label">Fees</td>
        <td>No break-up fee, termination fee, or expense reimbursement requested</td>
      </tr>
      <tr>
        <td class="metric-label">Regulatory disclosure</td>
        <td>HSR statement, any CFIUS approval requirements, and a regulatory timeline</td>
      </tr>
      <tr>
        <td class="metric-label">Corporate authority</td>
        <td>Board authorization and anti-reliance representations</td>
      </tr>
    </tbody>
  </table>
  <p>Two of these requirements deserve attention together. The cash-only rule and the regulatory disclosure rule are both responses to who the likely bidders are. The cash-only requirement, with limited exceptions, constrains how a secured creditor can structure a credit bid, a point that becomes important in the next section. The HSR and CFIUS disclosure requirements reflect awareness that foreign acquirers, particularly Chinese-affiliated solar companies, may be interested but face heightened regulatory barriers under the same OBBA "foreign-influenced entity" restrictions that helped push the company into bankruptcy. The bidding procedures ask a potential buyer to confront those barriers up front, before the auction, rather than after a winning bid.</p>
</section>
<div class="section-divider"></div>
<!-- SECTION VII -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>The Auction and the Consultation Party Framework</h2>
  </div>
  <p>The auction is scheduled for August 10, 2026, conducted virtually or at debtors' counsel's Wilmington offices. Attendance is limited to qualifying bidders, the consultation parties, observing creditors who give one day's notice, and their advisors. Bidding opens at the baseline bid and proceeds in minimum increments of $250,000. The debtors and their advisors preside over and transcribe the proceedings, bidders must confirm on the record that they have not colluded, and the debtors reserve the right to conduct more than one auction for material portions of the assets.</p>
  <p>That reservation is significant. The right to run separate auctions for separate asset groups indicates that the debtors recognize the business may be worth more in parts, separating the EPC platform, the IAD network, equipment inventory, and warranty obligations, than as a single going concern. The preferred outcome remains a single-buyer transaction, but the procedures do not foreclose a breakup if the bids point that way.</p>
  <p>The consultation party framework is among the more detailed pieces of the motion. The consultation parties are counsel to SolarEdge, counsel to Tesla, together the Cash Collateral Consenting Parties, and counsel to the Official Committee of Unsecured Creditors. They have meaningful input into qualifying bidder determinations, baseline bid designation, and auction procedures. What they do not have is a veto. The proposed order states that consultation rights do not include veto power over the debtors' decisions.</p>
  <p>The framework also anticipates conflicts. If a consultation party submits a qualifying bid, its consultation rights as to bid evaluation are waived while it participates and restored if it drops out. If a committee member bids, the committee keeps its consultation role but must wall off the bidding member from sale-related discussions. The design gives secured creditors transparency and influence, which incentivizes their cooperation on cash collateral, without ceding the fiduciary decision to non-debtor parties.</p>
</section>
<div class="section-divider"></div>
<!-- SECTION VIII -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>Credit Bidding and the Latent Priority Dispute</h2>
  </div>
  <p>The bidding procedures preserve secured creditors' rights to credit bid under Section 363(k), and a secured creditor may bid the full face value of its claim even if it is undersecured. But the procedures attach a condition that does real strategic work. A credit bid is limited to the collateral by which the creditor is secured, and it must include a cash component sufficient to repay any senior secured creditor in full, unless that senior creditor agrees to different treatment.</p>
  <p>Applied to the lien landscape, that condition allocates negotiating power. SolarEdge claims a first-priority blanket lien on substantially all assets. Tesla claims first priority on Powerwalls and inventory under its original lien, plus a later-acquired interest in accounts receivable and payment streams. EnFin's lien is junior to everything. A junior creditor like Tesla or EnFin cannot credit bid for assets that SolarEdge's senior blanket lien also encumbers without either demonstrating that the SolarEdge lien does not reach those specific assets, or obtaining SolarEdge's consent to different treatment. The cash-component rule therefore routes value and negotiating leverage through SolarEdge.</p>
  <p>There is a perfection wrinkle that cuts the other way. The declaration notes that, as of the petition date, there was no fully executed deposit account control agreement for Tesla. A creditor's lien on deposit accounts is generally perfected by control, so the absence of an executed control agreement raises a question about the strength of Tesla's perfection as to those accounts. Combined with the debtors' deliberate use of "purported" to describe the secured interests, the record leaves room for the estate to contest priority. The proposed order reinforces that opening by preserving all parties' rights to object to the credit bid component and stating that nothing in it constitutes a finding that any credit bid satisfies Section 363(k).</p>
  <div class="callout">
    <h4>Priority Question Remains Open</h4>
    <p>The cash-component requirement gives SolarEdge leverage during the sale, but it does not resolve the underlying priority dispute. The estate has preserved its right to challenge the secured liens. A credit bid that does not settle the SolarEdge and Tesla allocation could introduce delay into a process the debtors have structured to move quickly.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- SECTION IX -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>Assumption, Assignment, and the Dealer Problem</h2>
  </div>
  <p>The motion establishes a full set of procedures for assuming and assigning executory contracts and leases. A contract notice with a proposed cure amount for each assumed contract will be served within five business days of entry of the bidding procedures order. Counterparties must object by August 5, 2026, with adequate assurance objections directed at a non-stalking-horse successful bidder due August 17. A counterparty that does not object is deemed to consent, the proposed cure amount becomes controlling, and the counterparty is forever barred from asserting related pre-sale claims. Where a cure amount is genuinely disputed, the contract can still be assigned, with the disputed amount held in a segregated account pending resolution.</p>
  <p>These procedures are standard. Their significance here turns on the nature of the contracts. The IAD agreements are likely the most valuable executory contracts in the estate, because they constitute the customer origination pipeline. The adequate assurance standard under Section 365(f)(2)(B) is the relevant pressure point. A dealer evaluating whether to stay or realign with a competitor will assess the financial strength and operational credibility of whoever acquires the platform. If the acquiring entity is perceived as weak, the same attrition dynamic that contributed to the bankruptcy can recur at the point when the estate needs the dealer network intact to deliver value to a buyer.</p>
  <p>This is the central operational tension in the case. The asset most worth acquiring is the relationship network, and that network is the asset most exposed to deterioration during a marketed sale. The procedures can deliver clean title to the contracts. They cannot compel a dealer to remain.</p>
</section>
<div class="section-divider"></div>
<!-- SECTION X -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section X</div>
    <h2>Timeline and Competing Deadlines</h2>
  </div>
  <p>The sale process runs against three deadlines that do not align. The proposed schedule places the competitive process within a window measured in weeks.</p>
  <div class="timeline">
    <div class="timeline-item muted">
      <div class="timeline-date">April 15, 2026</div>
      <div class="timeline-content">Freedom Forever LLC files its voluntary Chapter 11 petition; affiliated debtors follow on May 2.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">May 1, 2026</div>
      <div class="timeline-content">U.S. Trustee appoints the Official Committee of Unsecured Creditors (D.I. 110).</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">June 1, 2026</div>
      <div class="timeline-content">Debtors engage Cascadia Capital, LLC as investment banker for Project Sunshine.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">June 15, 2026</div>
      <div class="timeline-content">Bidding procedures and sale motion filed (Doc 297, 297-1, 297-2).</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">June 29, 2026</div>
      <div class="timeline-content">Objection deadline for the bidding procedures motion.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 4, 2026</div>
      <div class="timeline-content">Section 48E hard stop: construction must commence to preserve tax credit eligibility.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 15, 2026</div>
      <div class="timeline-content">Hearing on the bidding procedures motion before Judge Shannon.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 22, 2026</div>
      <div class="timeline-content">Deadline to designate any stalking horse bidder and file proposed bid protections.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">August 5, 2026</div>
      <div class="timeline-content">Bid deadline, sale objection deadline, and contract objection deadline.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">August 10, 2026</div>
      <div class="timeline-content">Auction.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">August 26, 2026</div>
      <div class="timeline-content">Sale hearing, or deadline to file a plan and disclosure statement under any plan funding agreement.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">September 11, 2026</div>
      <div class="timeline-content">Outside closing date; if the successful bidder fails to close, the backup bid becomes the successful bid.</div>
    </div>
  </div>
  <p>Two features of this calendar create friction. The first is the Section 48E deadline. Construction must commence on or before July 4, 2026 to preserve eligibility for the clean electricity investment tax credit, but the hearing to even approve the bidding procedures is set for July 15. By the time the court considers the procedures, that deadline will already have passed. Its practical relevance narrows to projects the debtors have already commenced, and it removes from the bidder pool any acquirer whose interest depended on tax credits for new projects.</p>
  <p>The second is the diligence window. The roughly 51 days between the procedures hearing and the bid deadline is a short period in which to diligence a multi-state solar EPC operation with more than thirty state licenses, hundreds of dealer relationships, and thousands of pending customer installations. The same compression that limits value erosion raises the risk that serious bidders cannot complete diligence in time. The backup bidder provision, under which a failed closing automatically promotes the next best bid without a further court order, addresses that risk.</p>
</section>
<div class="section-divider"></div>
<!-- SECTION XI -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section XI</div>
    <h2>What to Watch</h2>
  </div>
  <p>The motion is not yet approved. The objection deadline of June 29, 2026 has not passed as of this writing, the procedures could be modified, and a sale is neither scheduled nor guaranteed. With that caution in place, several issues will determine how this case resolves.</p>
  <p>Watch whether a stalking horse emerges, and who it is. A credit bid from SolarEdge would establish a floor and signal that the senior lender has decided to own rather than be repaid. The continued absence of one would tell its own story about the negotiations among the secured creditors. Watch the priority dispute, because the "purported" framing and the Tesla deposit account control gap are live questions that a credit bid would have to address. Watch the dealer network, because adequate assurance objections from IADs, or quiet attrition during the marketing period, would go to the core value the buyer is paying for. And watch the EnFin claim. The debtors expressly reserved setoff, recoupment, and other defenses, and declined to admit they owe the $2.4 million advance. Given EnFin's role in the payment defaults that helped trigger the filing, that reservation hints at counterclaims that could become a meaningful estate asset, whether retained or transferred.</p>
  <p>The record is consistent from the first day declaration to the sale motion. The declaration describes a business whose value resides in relationships that deteriorate under uncertainty, financed by markets that recent policy changes have substantially contracted. The sale process is structured to conclude before that value diminishes further. Whether a timeline built to limit value erosion also affords the market enough time to bid full value is a question the coming weeks will address.</p>
</section>
<footer class="report-footer">
  <div class="container">
    <div class="footer-brand"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report analyzes the bidding procedures and sale motion filed June 15, 2026 in In re Freedom Forever LLC, et al., No. 26-10522 (BLS) (Bankr. D. Del.), comprising the debtors' combined bidding procedures and sale motion (Doc 297), the notice of motion (Doc 297-1), and the proposed Bidding Procedures Order with exhibits (Doc 297-2). Background on the company, its business model, and the causes of its financial distress is drawn from the Supplemental Declaration of Brett Bouchy filed April 23, 2026 (Doc 52). The matters described are pending; objection deadlines have not passed, the proposed procedures may be modified, and approval of any sale is not assured.</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
    <p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
    <p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
  </div>
</footer>
</body>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/the-seller-that-wasnt-enforcing-a-sale-order-when-the-signature-page-falls-short</id>
    <published>2026-06-21T23:25:31-05:00</published>
    <updated>2026-06-21T23:26:00-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/the-seller-that-wasnt-enforcing-a-sale-order-when-the-signature-page-falls-short" rel="alternate" type="text/html"/>
    <title>The Seller That Wasn't: Enforcing a Sale Order When the Signature Page Falls Short</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p><span>A Delaware bankruptcy court enforces a Section 363 sale after a contract counterparty argued that the debtor holding nearly all of the sold receivables was never a seller at all</span></p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/the-seller-that-wasnt-enforcing-a-sale-order-when-the-signature-page-falls-short">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<body>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Seller That Wasn't | Stretto Intelligence Special Report</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap" rel="stylesheet">
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0; right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px; letter-spacing: 2px; text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px; border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px; font-weight: 700; line-height: 1.2;
  margin-bottom: 20px; max-width: 880px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px; font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 760px; line-height: 1.5;
}
.header-meta {
  margin-top: 30px; display: flex; gap: 30px; flex-wrap: wrap;
  font-size: 13px; color: rgba(255,255,255,0.5); letter-spacing: 0.5px;
}
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
.section-header {
  margin-bottom: 35px; padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--accent-orange); font-weight: 500; margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px; font-weight: 700; color: var(--dark-slate); line-height: 1.3;
}
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
p { margin-bottom: 18px; line-height: 1.75; }
.lead { font-size: 19px; }
.stat-row {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px; margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray); border-left: 4px solid var(--accent-orange);
  padding: 24px 28px; border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--light-slate); font-weight: 500; margin-bottom: 6px;
}
.stat-card .stat-value { font-size: 32px; font-weight: 700; color: var(--dark-slate); line-height: 1.2; }
.stat-card .stat-detail { font-size: 13px; color: var(--light-slate); margin-top: 4px; }
table.comparison { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 15px; }
table.comparison thead th {
  background: var(--dark-slate); color: var(--white);
  padding: 14px 18px; text-align: left; font-weight: 500;
  font-size: 13px; letter-spacing: 0.5px; text-transform: uppercase;
}
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td {
  padding: 14px 18px; border-bottom: 1px solid var(--light-gray); vertical-align: top;
}
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
.callout {
  background: var(--dark-slate); color: var(--white);
  padding: 35px 40px; border-radius: 8px; margin: 40px 0;
  position: relative; overflow: hidden;
}
.callout::before {
  content: ''; position: absolute; top: 0; left: 0;
  width: 5px; height: 100%; background: var(--accent-orange);
}
.callout h4 {
  color: var(--accent-orange); font-size: 13px; letter-spacing: 2px;
  text-transform: uppercase; margin: 0 0 12px; font-weight: 500;
}
.callout p { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.7; margin: 0; }
.callout .callout-stat {
  font-size: 48px; font-weight: 700; color: var(--accent-orange);
  display: block; margin-bottom: 8px;
}
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before {
  content: ''; position: absolute; left: 8px; top: 0; bottom: 0;
  width: 2px; background: var(--medium-gray);
}
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before {
  content: ''; position: absolute; left: -26px; top: 6px;
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--accent-orange); border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--accent-orange);
}
.timeline-item.muted::before { background: var(--light-slate); box-shadow: 0 0 0 2px var(--light-slate); }
.timeline-date { font-size: 13px; font-weight: 500; color: var(--accent-orange); letter-spacing: 0.5px; }
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
.split-compare {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  margin: 40px 0; border-radius: 8px; overflow: hidden;
}
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 30px; font-weight: 700; margin-bottom: 5px; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label {
  font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px;
}
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; }
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label {
  font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px;
}
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 16px; font-weight: 400; line-height: 1.5; }
.split-panel.left .item-value { color: rgba(255,255,255,0.9); }
.report-footer {
  background: var(--dark-slate); color: rgba(255,255,255,0.5);
  padding: 50px 40px; margin-top: 80px; font-size: 13px; line-height: 1.7;
}
.report-footer .footer-brand {
  display: flex; justify-content: flex-start; align-items: center; margin-bottom: 20px;
}
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
.pull-quote {
  border-left: 4px solid var(--accent-orange);
  padding: 6px 0 6px 24px; margin: 30px 0;
  font-size: 19px; font-weight: 300; color: var(--primary-slate); font-style: italic;
}
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
}
</style>
<header class="report-header">
  <div class="header-top">
    <div class="brand-mark"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <div class="report-type">Special Report</div>
  </div>
  <div class="header-content">
    <h1>The Seller That Wasn't: <span class="highlight">Enforcing a Sale Order When the Signature Page Falls Short</span>
</h1>
    <p class="header-subtitle">A Delaware bankruptcy court enforces a Section 363 sale after a contract counterparty argued that the debtor holding nearly all of the sold receivables was never a seller at all.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>June 2026</span>
      <span>Analysis of the June 16, 2026 Memorandum Opinion in <em>In re iSun, Inc.</em>, No. 24-11144 (TMH) (Bankr. D. Del.)</span>
    </div>
  </div>
</header>
<!-- ==================== SECTION I ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>The Dispute in Brief</h2>
  </div>
  <p class="lead">When a company sells its assets, the deal documents are supposed to say what is being sold and who is selling it. Most of the time they do. This case is the rare exception, where the parties ended up litigating whether one of the sellers was a seller at all.</p>
  <p>In August 2024, the United States Bankruptcy Court for the District of Delaware approved the sale of substantially all the assets of iSun, Inc. and its eleven affiliated debtors to Clean Royalties, LLC, free and clear of all interests under Sections 363(b) and (f). The schedule of acquired assets conveyed every debtor's accounts receivable and listed, by name, three construction contracts belonging to a single debtor, iSun Industrial, LLC, whose receivables made up the great bulk of what was being sold. The cover page of the purchase agreement described the sellers as iSun and each of its affiliates or subsidiaries. But the agreement's preamble narrowed that definition to the entities listed on the signature page, and the unsigned signature pages attached to the court-approved version left iSun Industrial off. No one noticed at the time. iSun Industrial signed the final agreement, the sale closed, and the parties moved on.</p>
  <p>Nearly a year later, the omission became a strategy. Clean Royalties sued the counterparties to those three contracts in Vermont to collect the receivables. While preparing their counterclaims, opposing counsel found that iSun Industrial never appeared on the form agreement's signature page. From that gap the counterparties built an argument with the appeal of simplicity: iSun Industrial sold nothing, Clean Royalties owns nothing, and the entire post-sale course of dealing was a negotiation over assets that were never conveyed. On June 16, 2026, Judge Thomas M. Horan rejected that reading, granted Clean Royalties' motion to enforce the Sale Order, and held that every debtor, including iSun Industrial, was authorized to sell.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Case</div>
      <div class="stat-value">24-11144</div>
      <div class="stat-detail">(TMH), Bankr. D. Del., jointly administered</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Chapter</div>
      <div class="stat-value">7</div>
      <div class="stat-detail">Converted from Chapter 11</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Debtors</div>
      <div class="stat-value">12</div>
      <div class="stat-detail">iSun, Inc. and eleven affiliates</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Opinion</div>
      <div class="stat-value">Doc 892</div>
      <div class="stat-detail">Decided June 16, 2026, motion granted</div>
    </div>
  </div>
  <p>The opinion is short on novel doctrine and long on practical instruction. It is a study in how a court construes a sale order and the purchase agreement it approves as a single instrument, how due process is measured by what a party actually knew rather than by what a recital says, and how Section 363(f) separates the affirmative claims a buyer extinguishes from the defenses a counterparty keeps.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION II ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section II</div>
    <h2>How the Sale Came Together</h2>
  </div>
  <p>Before the petition date, iSun Industrial was party to three engineering, procurement, and construction contracts for solar projects in Vermont, with Trolley Tracks Solar, LLC, Stone Mill Solar, LLC, and Halladay Solar, LLC. Each of those project entities is affiliated with Standard Solar, Inc., and each contract directed that notices to the owner be sent care of Standard Solar. On May 20, 2024, Standard Solar terminated all three contracts for convenience, two weeks before the bankruptcy filing.</p>
  <p>iSun and its affiliates commenced their cases on June 3, 2024. The Court entered the Bidding Procedures Order on July 3, 2024, designating Clean Royalties as the stalking horse bidder. The form purchase agreement was then revised, in connection with a settlement with the Official Committee of Unsecured Creditors, to expand the acquired assets to include all of the debtors' accounts receivable. That revision proved central to the later dispute. The inclusion of all receivables was a negotiated term that cleared the path to the sale, and iSun Industrial held the substantial majority of them.</p>
  <p>The Court entered the Sale Order on Friday, August 23, 2024, approving the Amended and Restated Asset Purchase Agreement, including any amendments, supplements, and modifications, and approving the sale free and clear under Sections 363(b) and (f). iSun Industrial executed the final agreement, and the executed agreement names iSun Industrial as a seller. The defect existed only in the unsigned form attached to the order.</p>
  <div class="timeline">
    <div class="timeline-item muted">
      <div class="timeline-date">May 20, 2024</div>
      <div class="timeline-content">Standard Solar terminates each of the three EPC Contracts for convenience, prepetition.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">June 3, 2024</div>
      <div class="timeline-content">iSun, Inc. and eleven affiliates commence their bankruptcy cases.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">July 3, 2024</div>
      <div class="timeline-content">Court enters the Bidding Procedures Order, designating Clean Royalties as stalking horse bidder.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">July 9, 2024</div>
      <div class="timeline-content">Execution date of the Amended and Restated Asset Purchase Agreement.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 22, 2024</div>
      <div class="timeline-content">Standard Solar appears in the cases through Delaware counsel, before the sale hearing.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">August 23, 2024 (Fri.)</div>
      <div class="timeline-content">Court enters the Sale Order approving the APA and the sale of the Acquired Assets free and clear.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">August 24, 2024 (Sat.)</div>
      <div class="timeline-content">Standard Solar's counsel emails Clean Royalties' counsel, noting that they saw the sale order had been entered.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">Aug. 29 to Sept. 25, 2024</div>
      <div class="timeline-content">The parties negotiate over the receivables for roughly a month, on the shared premise that Clean Royalties now owns them.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">May 2025</div>
      <div class="timeline-content">Clean Royalties, as assignee of iSun Industrial, sues the SS Entities in Vermont Superior Court to collect the receivables.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">After May 2025</div>
      <div class="timeline-content">The SS Entities file a cross-complaint seeking money damages. Their counsel discovers the signature-page omission while preparing it.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">June 9, 2026</div>
      <div class="timeline-content">Hearing on Clean Royalties' Motion to Enforce the Sale Order before Judge Horan.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">June 16, 2026</div>
      <div class="timeline-content">Memorandum Opinion issued. The motion is granted.</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION III ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>The Defect at the Center of the Case</h2>
  </div>
  <p>The counterparties, which the Court grouped together as the SS Entities, made an argument that asked the Court to read two documents and take them at their word. The preamble defined "Sellers" as iSun and each affiliate or subsidiary listed on the signature page. iSun Industrial was not listed on that page. Because the specific governs the general, they argued, the narrow definition controlled over the broad cover-page language, and iSun Industrial was therefore not a Seller and had nothing to sell.</p>
  <p>The Court agreed that if the signature pages were the only relevant text, the argument would have force. The problem is that they are not. The word of a contract is the whole of it, not a single page read in isolation. Set the unsigned signature page against everything else in the agreement and the order, and the rest of the record points the other way.</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">Omitted</div>
      <div class="panel-label">The Form Signature Page</div>
      <div class="split-item">
        <div class="item-label">Preamble definition</div>
        <div class="item-value">"Sellers" limited to entities listed on the signature page of the agreement.</div>
      </div>
      <div class="split-item">
        <div class="item-label">iSun Industrial</div>
        <div class="item-value">Absent from the unsigned signature pages of the version attached to the Sale Order.</div>
      </div>
      <div class="split-item">
        <div class="item-label">The reading urged</div>
        <div class="item-value">iSun Industrial sold nothing, so Clean Royalties acquired nothing.</div>
      </div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">Conveyed</div>
      <div class="panel-label">The Rest of the Record</div>
      <div class="split-item">
        <div class="item-label">Cover page</div>
        <div class="item-value">Identifies sellers as iSun and each of its affiliates or subsidiaries.</div>
      </div>
      <div class="split-item">
        <div class="item-label">Schedule 1.1(a)</div>
        <div class="item-value">Conveys all receivables of "the Debtors" and lists the three EPC Contracts by name.</div>
      </div>
      <div class="split-item">
        <div class="item-label">Litigation disclosures</div>
        <div class="item-value">iSun Industrial named five times in the agreement's disclosures of pending proceedings.</div>
      </div>
      <div class="split-item">
        <div class="item-label">Executed agreement</div>
        <div class="item-value">iSun Industrial signed the final Stalking Horse Agreement as a seller.</div>
      </div>
    </div>
  </div>
  <div class="callout">
    <h4>The Consideration at the Center of the Bargain</h4>
    <p>The SS Entities' reading would have the parties draft, and the Court approve, a schedule transferring all the debtors' receivables while silently excluding the one debtor that held nearly all of them. The inclusion of every receivable was a negotiated term of the Committee settlement that made the sale possible. Reading iSun Industrial out of the deal would erase the very consideration the Court had already found fair and reasonable.</p>
  </div>
  <p>The Court found the omission to be a drafting lapse rather than a deliberate carve-out of one debtor's principal assets. That conclusion did not rest on intuition. It rested on four independent textual anchors in the agreement and the order, reinforced by a fifth provision that made the fix ministerial.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IV ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>Jurisdiction: Why This Was Not SunPower</h2>
  </div>
  <p>Before reaching the merits, the Court addressed a threshold challenge. The SS Entities argued that the Court lacked subject matter jurisdiction, relying on Judge Goldblatt's recent decision in <em>In re SunPower Corp.</em>, 2026 WL 1599285 (Bankr. D. Del. June 3, 2026). In SunPower, the dispute turned on whether a solar power lease had ever entered the estate at all, a factual question that predated the bankruptcy by years and that the court found too distant from the meaning of the plan to support enforcement jurisdiction.</p>
  <p>The Court distinguished SunPower on the nature of the question presented. The disagreement here is not a factual dispute that sits outside the order. It is a dispute about what the order itself authorized and sold. The parties offered competing interpretations of the Sale Order's decretal paragraphs and their relationship to the agreement's definitional terms, and that kind of conflict is precisely what a court's retained jurisdiction exists to resolve.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Dimension</th>
        <th>In re SunPower</th>
        <th>In re iSun</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Core question</td>
        <td>Whether a solar lease was ever in the estate at confirmation</td>
        <td>What the Sale Order authorized and what was sold</td>
      </tr>
      <tr>
        <td class="metric-label">Relation to the order</td>
        <td>Antecedent to and independent of the plan's terms</td>
        <td>Requires construction of the order's own terms</td>
      </tr>
      <tr>
        <td class="metric-label">Disputed language</td>
        <td>No ambiguous term requiring interpretation</td>
        <td>Competing readings of decretal paragraphs and definitions</td>
      </tr>
      <tr>
        <td class="metric-label">Result</td>
        <td class="change-negative">Jurisdiction declined</td>
        <td class="change-positive">Jurisdiction retained</td>
      </tr>
    </tbody>
  </table>
  <p>The Sale Order expressly retained jurisdiction to interpret, implement, and enforce its own terms, and to address the terms of the Stalking Horse Agreement. Because answering whether iSun Industrial's assets were sold first requires deciding what the order authorized, the question is about the meaning of the order, not about facts external to it. The jurisdictional objection was overruled, consistent with the guidance of <em>Travelers Indemnity Co. v. Bailey</em> and <em>In re Lazy Days' RV Center</em>.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION V ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>The Evidentiary Question: Rule 408</h2>
  </div>
  <p>The SS Entities objected to the admission of the post-sale email correspondence under Federal Rule of Evidence 408, arguing that those messages were settlement communications offered to show that the SS Entities had admitted or waived an objection to Clean Royalties' standing, which they treated as part of the validity of the claim. Clean Royalties responded that the emails were not offered to prove what was owed, a question reserved for the Vermont court, but to show a course of dealing and to establish estoppel.</p>
  <p>The Court overruled the objection. Rule 408 is not a blanket bar on evidence that touches a compromise discussion. It forbids using such evidence to prove or disprove the validity or amount of a disputed claim, while permitting its use for another purpose. The disputed claim, within the meaning of the rule, is the monetary question of what remains owing under the terminated contracts. The emails were not offered for that purpose. They contained no negotiation over the operative question, which is whether iSun Industrial sold its receivables under the order. Offered to show contemporaneous conduct and understanding after entry of the Sale Order, they fell within a qualifying other purpose, consistent with the Third Circuit's approach in <em>Moon Express, Inc. v. Intuitive Machines, LLC</em>.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VI ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>Reading the Documents as a Whole</h2>
  </div>
  <p>A sale order and the purchase agreement it approves are construed together, applying ordinary principles of contract interpretation, and the court that entered the order is well positioned to determine what it authorized. Those principles include the rule that a contract should be read as a whole and construed, where reasonably possible, to give effect to every provision and to avoid rendering language surplusage. Measured against that standard, the agreement and order admit of only one reasonable construction. The table below collects the textual anchors the Court relied on.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Textual Anchor</th>
        <th>Source</th>
        <th>Why It Points to Inclusion</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">All accounts receivable</td>
        <td>Schedule 1.1(a), Payment Intangibles</td>
        <td>Conveys the receivables of "the Debtors," a defined population of twelve entities that includes iSun Industrial, not the narrower set of "Sellers."</td>
      </tr>
      <tr>
        <td class="metric-label">The three EPC Contracts</td>
        <td>Schedule 1.1(a), Contracted Backlog</td>
        <td>Lists the Stone Mill, Trolley Tracks, and Halladay contracts by name. iSun Industrial is the only debtor party to them, so excluding it would make these entries serve no purpose.</td>
      </tr>
      <tr>
        <td class="metric-label">Authorization to sell</td>
        <td>Sale Order ¶ 10</td>
        <td>Authorizes "the Debtors," all twelve, to sell the Acquired Assets and to execute the Transaction Documents, with no carve-out for iSun Industrial.</td>
      </tr>
      <tr>
        <td class="metric-label">Counterparty objection provisions</td>
        <td>Sale Order ¶¶ 46 to 47</td>
        <td>Specific carve-outs concerning the BNRG and BD Solar parties, and the Nautilus provisions transferring an identified iSun Industrial asset, presuppose that iSun Industrial's assets were in the sale.</td>
      </tr>
      <tr>
        <td class="metric-label">Modification authority</td>
        <td>Sale Order ¶ 71</td>
        <td>Permits the Transaction Documents to be modified, amended, or supplemented without further order, absent a material adverse effect on the estates, making the missing signature block a ministerial fix.</td>
      </tr>
    </tbody>
  </table>
  <p>The first two anchors are about the assets. A schedule that transfers all of "the Debtors'" receivables, and that names iSun Industrial's three terminated contracts in a provision drafted specifically to capture rights under terminated and non-executory contracts, cannot be read to exclude the debtor that owns those very assets. The rule against surplusage forbids that result where a harmonizing construction is available. The Court noted that a debtor's rights under a non-executory contract may be sold as property of the estate, citing <em>In re Weinstein Co. Holdings, LLC</em>.</p>
  <p>The next two anchors are about the order. The Sale Order authorized the debtors as a group, and its specific provisions resolving objections by counterparties to iSun Industrial contracts would have been unnecessary if iSun Industrial were a stranger to the transaction. The final anchor disposes of the charge that iSun Industrial was added through some backdoor transaction after the fact. Clean Royalties does not derive its rights from the unsigned signature pages. It derives them from the Sale Order, under whose authority the debtors executed the final agreement and closed. Conforming the signature pages to the deal described throughout the document required no further order, because that step had no adverse effect on the estates, a conclusion the Chief Restructuring Officer's uncontroverted declaration confirmed. The SS Entities offered no contrary evidence.</p>
  <div class="pull-quote">The omission of iSun Industrial from the unsigned signature pages was a drafting lapse rather than a deliberate carve-out of one debtor's principal assets.</div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>Notice and Due Process</h2>
  </div>
  <p>The SS Entities argued that whatever was served on them could not have alerted them that iSun Industrial's assets were being sold, because the deal documents omitted iSun Industrial from the signature pages. The Court took the concern seriously and agreed with the governing principle the SS Entities advanced: a recital in a sale order that all parties were properly served cannot, by itself, bind a party who in fact received no notice. Due process requires notice reasonably calculated, under all the circumstances, to apprise interested parties of the pendency of the action and afford an opportunity to be heard, the standard set in <em>Mullane v. Central Hanover Bank &amp; Trust Co.</em></p>
  <p>That principle did not help the SS Entities, because the record established actual notice, comprehension, and engagement. The certificates of service showed that the sale notice was served on the SS Entities at the addresses designated in their own contracts, including care of Standard Solar, the very entity each contract named as the notice recipient. Standard Solar appeared in the cases through Delaware counsel on July 22, 2024, before the sale hearing. A counterparty examining the Acquired Assets schedule, on file since early July, would have found its own three contracts listed by name and a provision transferring all of the debtors' receivables.</p>
  <div class="callout">
    <h4>Conduct Confirms Notice</h4>
    <p><span class="callout-stat">24 hours</span>The day after the Sale Order was entered, on a Saturday in late August, the SS Entities' counsel emailed the purchaser because they had seen that the order was entered. Parties who monitored the docket closely enough to react within a day, and who then negotiated with the purchaser for a month over the very receivables now in dispute, cannot plausibly claim the process deprived them of notice or an opportunity to be heard. The due process objection was overruled.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VIII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>Conduct That Corroborated the Construction</h2>
  </div>
  <p>The Court's ruling rested on the construction of the documents and on the adequacy of notice. The post-sale communications corroborated both, and the Court gave them weight for that limited purpose. The pattern is consistent across the correspondence. When Clean Royalties stated in writing that the amounts at issue were originally owed to iSun and now owed to the purchaser pursuant to the agreement, the SS Entities disputed whether anything was owed, but never disputed that Clean Royalties had become the owner of whatever was owed. Their in-house counsel asked what amounts Clean Royalties believed were owed, and acknowledged that they had been asking iSun, and now Clean Royalties, for these items.</p>
  <p>The contrary reading surfaced only after litigation began, when, as their counsel forthrightly put it, he stumbled upon the signature-page omission while preparing the counterclaims. The Court accepted that parties may negotiate a disputed claim without admitting liability, and that silence in commercial negotiation is not always acquiescence. It did not treat the emails as a waiver of the underlying payment dispute, which Clean Royalties itself reserves for Vermont. But on the only question before the Court, what the parties understood the order to have authorized and sold, the contemporaneous conduct was probative and entirely consistent with the construction the Court adopted. Because the motion was granted on construction and notice grounds, the Court did not need to decide whether the same conduct would independently support estoppel or acquiescence.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IX ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>What Clean Royalties Did Not Buy: The Injunction</h2>
  </div>
  <p>The remaining relief concerned the limits of the transfer. The Sale Order permanently enjoins all persons holding interests against a debtor or the acquired assets, arising before the closing, from asserting those interests against the purchaser, whether by payment, setoff, or otherwise. It also provides that the purchaser is not a successor to the debtors and has no liability for pre-closing claims other than the Assumed Obligations.</p>
  <p>The SS Entities' cross-complaint, on its face, sought to recover money damages for the debtor's alleged breach of contract, through counts for breach of contract, unjust enrichment, quantum meruit, and declaratory relief. At argument, counsel allowed that the word "recover" in that opening statement was a bit overbroad, but the pleading says what it says. Each count culminates in a request for a money judgment against the purchaser on account of alleged prepetition breaches. Those are paradigmatic interests within the meaning of the Sale Order and Third Circuit law, which construes interests under Section 363(f) broadly to include claims arising from the assets sold, as in <em>In re Trans World Airlines</em>.</p>
  <p>The counterclaims also fell outside the Assumed Obligations exception. Assumed Obligations comprise scheduled obligations, which these are not, and obligations relating to an Assumed Contract first arising at or after the closing. The EPC Contracts were terminated prepetition, so every breach alleged is, by definition, a pre-closing breach. A buyer in a Section 363 sale takes on only the obligations it clearly agrees to assume, and Clean Royalties assumed none of these.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Cross-Complaint Theory</th>
        <th>Character</th>
        <th>Treatment</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Breach of contract</td>
        <td>Money judgment for prepetition breach</td>
        <td class="change-negative">Enjoined as an affirmative claim</td>
      </tr>
      <tr>
        <td class="metric-label">Unjust enrichment</td>
        <td>Money judgment</td>
        <td class="change-negative">Enjoined</td>
      </tr>
      <tr>
        <td class="metric-label">Quantum meruit</td>
        <td>Money judgment</td>
        <td class="change-negative">Enjoined</td>
      </tr>
      <tr>
        <td class="metric-label">Declaratory relief</td>
        <td>Tied to affirmative recovery</td>
        <td class="change-negative">Enjoined</td>
      </tr>
      <tr>
        <td class="metric-label">Recoupment</td>
        <td>Defense; reduces recovery on the same transaction</td>
        <td class="change-positive">Preserved for Vermont</td>
      </tr>
      <tr>
        <td class="metric-label">Setoff, defensive</td>
        <td>Netting of obligations from separate transactions</td>
        <td>Not decided; reserved for Vermont</td>
      </tr>
      <tr>
        <td class="metric-label">Setoff, as recovery vehicle</td>
        <td>Affirmative recovery of money</td>
        <td class="change-negative">Enjoined</td>
      </tr>
    </tbody>
  </table>
  <p>Two limitations frame the relief. First, consistent with <em>Folger Adam Security, Inc. v. DeMatteis/MacGregor</em>, the injunction reaches affirmative claims for recovery, not defenses. If the SS Entities have defenses to the Vermont complaint, they remain free to assert them. The Sale Order does not strip a party of the right to defend.</p>
  <div class="callout">
    <h4>Recoupment Survives the Sale</h4>
    <p>The most significant of the preserved defenses is recoupment. The Third Circuit held in Folger Adam that a right of recoupment is a defense and not an interest, and therefore is not extinguished by a Section 363(f) sale. Because Clean Royalties chose to sue in Vermont on the receivables arising from the EPC Contracts, the SS Entities may invoke recoupment defensively in that action, to the extent those rights arise from the same contracts and transactions.</p>
  </div>
  <p>Setoff presents a different question, and the Court addressed it only to the extent the record required. Setoff, unlike recoupment, nets obligations arising from separate transactions. To the extent the SS Entities seek to use setoff as an affirmative vehicle for recovering money from Clean Royalties, that relief is enjoined by the plain terms of the order. Whether a purely defensive use of setoff exists, and whether it would be distinguishable from the affirmative recovery the order forecloses, was not developed on this record and was left for the Vermont court in the first instance, subject to the bankruptcy court's retained jurisdiction to interpret the Sale Order. Nothing in the ruling adjudicates the validity or amount of the receivables. What is actually owed remains for Vermont.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION X ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section X</div>
    <h2>The Relief Granted</h2>
  </div>
  <p>The Court granted the motion in full and directed the parties to present a form of order under certification of counsel. Stated plainly, the opinion resolves four things. The Sale Order authorized each of the debtors, including iSun Industrial, to sell the Acquired Assets to Clean Royalties. Those assets included all the debtors' unpaid accounts receivable and the debtors' rights and interests in and under the Stone Mill, Trolley Tracks, and Halladay contracts, regardless of their prepetition termination. The assets transferred to Clean Royalties free and clear of all interests. And the SS Entities, having received adequate notice, are bound by the order and are enjoined from prosecuting their affirmative counterclaims against the purchaser in Vermont, without prejudice to their defenses, including recoupment.</p>
  <p>The decision is final on the questions it reaches, but it deliberately leaves the merits of the payment dispute open. The bankruptcy court decided what was sold and to whom. The Vermont court will decide what, if anything, the SS Entities owe on the receivables, and whether their defenses reduce or eliminate that amount.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION XI ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section XI</div>
    <h2>Practice Takeaways</h2>
  </div>
  <p>The holding will not surprise anyone who has run a Section 363 process. The interest lies in how a drafting slip put the most valuable assets in the deal into dispute, and in what the opinion tells you about insulating a sale from that kind of attack.</p>
  <h3>Signature-page hygiene is not clerical work</h3>
  <p>The version of the agreement attached to a sale order is the version the court approves. If a seller is missing from those signature pages, you have handed a future adversary a clean argument, even when the rest of the document and the order plainly contemplate that seller's participation. Reconcile the preamble, the cover page, the schedules, and the signature blocks before the order is entered, not after a counterparty's litigation counsel finds the gap. The fix here was ministerial only because the Sale Order contained a modification provision and the schedules already conveyed the assets by name. Do not assume your order gives you the same cushion.</p>
  <h3>Construe the order and the agreement as one instrument</h3>
  <p>When you draft a sale order, you are drafting the document a court will later read alongside the purchase agreement to decide what was sold. Authorizations that run to "the Debtors," schedules that convey assets of "the Debtors," and negotiated provisions resolving specific counterparty objections all do interpretive work later. They are the anchors that let a court reject a narrow reading built on a single page. The more your order and your schedules name assets and parties specifically, the harder it is for anyone to argue those assets were silently excluded.</p>
  <h3>Retained jurisdiction is only as good as the dispute's connection to the order</h3>
  <p>SunPower and iSun mark the line. A dispute that turns on facts antecedent to and independent of your order may land outside the court's enforcement jurisdiction, even with broad retention language. A dispute about what the order means and what it authorized sits squarely inside it. When you need a bankruptcy court to protect a buyer, frame the question as one of interpreting the court's own order, because that is the framing that keeps the matter in front of the judge who entered it.</p>
  <h3>Know the line between an interest and a defense</h3>
  <p>Section 363(f) gives a buyer powerful protection against affirmative claims, but it is not a universal shield. A counterparty's affirmative claims for a money judgment are interests that a free-and-clear sale extinguishes. Recoupment is a defense that survives. If your buyer plans to sue on acquired receivables, plan for the counterparty to assert recoupment defensively on the same contracts, and price the litigation accordingly. The buyer here won the question of ownership and still faces a Vermont proceeding over what the receivables are actually worth.</p>
  <h3>Course of dealing matters</h3>
  <p>For a full month after the sale closed, the counterparties negotiated with the buyer as the owner of the receivables and never once suggested the assets had not been conveyed. That conduct did not decide the case, but it corroborated the court's construction and undercut the due process argument. The practical lesson runs both ways. If you represent a buyer, contemporaneous correspondence that treats the transfer as complete is worth preserving. If you represent a counterparty, a position you adopt only after litigation counsel finds a defect will be read against the record of how you actually behaved.</p>
</section>
<!-- ==================== FOOTER ==================== -->
<footer class="report-footer">
  <div class="container">
    <div class="footer-brand"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report analyzes the Memorandum Opinion entered June 16, 2026 (Doc 892) in <em>In re iSun, Inc.</em>, No. 24-11144 (TMH), in the United States Bankruptcy Court for the District of Delaware. All facts, holdings, and citations are drawn from the text of the opinion itself. The report describes a decision that is final on the questions it reaches; the underlying payment dispute remains pending before the Vermont Superior Court.</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
    <p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
    <p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
  </div>
</footer>
</body>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/sleep-numbers-section-363-sale</id>
    <published>2026-06-15T00:08:36-05:00</published>
    <updated>2026-06-15T00:08:41-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/sleep-numbers-section-363-sale" rel="alternate" type="text/html"/>
    <title>Sleep Number's Section 363 Sale</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p><span>An expedited asset sale anchored by a $415 million stalking horse bid, financed by a self-priming lender DIP, drawn against $672.5 million in secured debt, with a same-day objection from the U.S. Trustee already on the docket</span></p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/sleep-numbers-section-363-sale">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<body>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sleep Number Section 363 Sale | Stretto Intelligence Special Report</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap" rel="stylesheet">
<style>
/* ============================================================
   CSS DESIGN SYSTEM - Copy this entire block into every report
   ============================================================ */
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
/* --- HEADER --- */
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark {
  display: flex;
  align-items: center;
}
.brand-mark img {
  height: 40px;
  width: auto;
}
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content {
  max-width: 1100px;
  margin: 0 auto;
}
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 800px;
}
.header-content h1 .highlight {
  color: var(--accent-orange);
}
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 700px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
}
/* --- LAYOUT --- */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
.content-section {
  margin: 60px auto;
  max-width: 1100px;
  padding: 0 40px;
}
/* --- SECTION HEADERS --- */
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
/* --- SUBSECTION HEADERS --- */
h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-slate);
  margin: 40px 0 18px;
}
h4 {
  font-size: 18px;
  font-weight: 500;
  color: var(--medium-slate);
  margin: 30px 0 12px;
}
/* --- PARAGRAPHS --- */
p {
  margin-bottom: 18px;
  line-height: 1.75;
}
/* --- STAT CARDS --- */
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.2;
}
.stat-card .stat-detail {
  font-size: 13px;
  color: var(--light-slate);
  margin-top: 4px;
}
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
/* --- COMPARISON TABLES --- */
table.comparison {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-size: 15px;
}
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child {
  border-radius: 6px 0 0 0;
}
table.comparison thead th:last-child {
  border-radius: 0 6px 0 0;
}
table.comparison tbody td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--light-gray);
  vertical-align: top;
}
table.comparison tbody tr:nth-child(even) {
  background: var(--fine-gray);
}
table.comparison tbody tr:hover {
  background: rgba(253, 114, 80, 0.06);
}
table.comparison .metric-label {
  font-weight: 500;
  color: var(--dark-slate);
}
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
/* --- BAR CHARTS --- */
.bar-chart {
  margin: 30px 0;
  padding: 30px;
  background: var(--fine-gray);
  border-radius: 8px;
}
.bar-chart-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-slate);
  margin-bottom: 25px;
}
.bar-group {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.bar-label {
  width: 140px;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-body);
  flex-shrink: 0;
  text-align: right;
  padding-right: 16px;
}
.bar-track {
  flex: 1;
  height: 32px;
  background: var(--light-gray);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.bar-fill {
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  transition: width 1s ease;
}
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside {
  margin-left: 10px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-body);
  flex-shrink: 0;
  width: 90px;
}
/* --- CALLOUT BOXES --- */
.callout {
  background: var(--dark-slate);
  color: var(--white);
  padding: 35px 40px;
  border-radius: 8px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.callout::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--accent-orange);
}
.callout h4 {
  color: var(--accent-orange);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: 500;
}
.callout p {
  color: rgba(255,255,255,0.85);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}
.callout .callout-stat {
  font-size: 48px;
  font-weight: 700;
  color: var(--accent-orange);
  display: block;
  margin-bottom: 8px;
}
/* --- TIMELINES --- */
.timeline {
  margin: 40px 0;
  position: relative;
  padding-left: 30px;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--medium-gray);
}
.timeline-item {
  position: relative;
  margin-bottom: 28px;
  padding-left: 30px;
}
.timeline-item::before {
  content: '';
  position: absolute;
  left: -26px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent-orange);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--accent-orange);
}
.timeline-item.muted::before {
  background: var(--light-slate);
  box-shadow: 0 0 0 2px var(--light-slate);
}
.timeline-date {
  font-size: 13px;
  font-weight: 500;
  color: var(--accent-orange);
  letter-spacing: 0.5px;
}
.timeline-item.muted .timeline-date {
  color: var(--light-slate);
}
.timeline-content {
  font-size: 15px;
  color: var(--text-body);
  margin-top: 3px;
}
/* --- SPLIT COMPARISON PANELS --- */
.split-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 40px 0;
  border-radius: 8px;
  overflow: hidden;
}
.split-panel {
  padding: 30px 35px;
}
.split-panel.left {
  background: var(--dark-slate);
  color: var(--white);
}
.split-panel.right {
  background: var(--fine-gray);
  color: var(--text-body);
}
.split-panel .panel-year {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 5px;
}
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 15px;
}
.split-panel.right .split-item {
  border-bottom-color: var(--medium-gray);
}
.split-item .item-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value {
  font-size: 18px;
  font-weight: 500;
}
/* --- SVG GAUGE GRAPHICS --- */
.gauge-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  margin: 40px 0;
}
.gauge-card {
  text-align: center;
  padding: 30px 20px;
  background: var(--fine-gray);
  border-radius: 8px;
}
.gauge-card svg {
  width: 120px;
  height: 120px;
}
.gauge-card .gauge-label {
  font-size: 13px;
  color: var(--light-slate);
  margin-top: 12px;
  font-weight: 400;
}
.gauge-card .gauge-value {
  font-size: 28px;
  font-weight: 700;
  color: var(--dark-slate);
  margin-top: 4px;
}
/* --- FOOTER --- */
.report-footer {
  background: var(--dark-slate);
  color: rgba(255,255,255,0.5);
  padding: 50px 40px;
  margin-top: 80px;
  font-size: 13px;
  line-height: 1.7;
}
.report-footer .footer-brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.report-footer .footer-brand img {
  height: 28px;
  width: auto;
}
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
/* --- SECTION DIVIDER --- */
.section-divider {
  height: 1px;
  background: var(--medium-gray);
  margin: 60px auto;
  max-width: 1100px;
}
/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
}
</style>
<!-- ==================== HEADER ==================== -->
<header class="report-header">
  <div class="header-top">
    <div class="brand-mark"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <div class="report-type">Special Report</div>
  </div>
  <div class="header-content">
    <h1>Sleep Number's Section 363 Sale: <span class="highlight">A $257.5 Million Shortfall</span> Sets the Terms</h1>
    <p class="header-subtitle">An expedited asset sale anchored by a $415 million stalking horse bid, financed by a self-priming lender DIP, drawn against $672.5 million in secured debt, with a same-day objection from the U.S. Trustee already on the docket.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>June 2026</span>
      <span>Analysis of the first-day filing package, In re Sleep Number Corporation, et al., No. 26-11399 (Bankr. S.D.N.Y.)</span>
    </div>
  </div>
</header>
<!-- ==================== SECTION I ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>The Transaction at a Glance</h2>
  </div>
  <p>Sleep Number Corporation and four affiliated entities filed for Chapter 11 on June 12, 2026, in the United States Bankruptcy Court for the Southern District of New York. The case is structured as an expedited sale of substantially all assets under section 363 rather than a reorganization, built around a stalking horse bid from SNBR Inc., an affiliate of Sleep Country Canada Inc., for $415 million in cash plus the assumption of certain liabilities. Everything else in the first-day package, the debtor-in-possession financing, the operational motives, the compressed deadline calendar, exists to move that sale to closing before liquidity runs out.</p>
  <p>The defining feature of this case is a gap. The bid that the debtors spent fourteen weeks marketing toward falls roughly $257.5 million short of the funded debt sitting ahead of unsecured creditors. That gap is the lens through which every other decision in the case comes into focus, and it is the reason the U.S. Trustee filed an objection the same day the petitions hit the docket.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Stalking Horse Bid</div>
      <div class="stat-value">$415.0M</div>
      <div class="stat-detail">Cash, plus assumed liabilities</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Prepetition Funded Debt</div>
      <div class="stat-value">$672.5M</div>
      <div class="stat-detail">Guaranteed by each debtor, secured</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Bid-to-Debt Shortfall</div>
      <div class="stat-value">$257.5M</div>
      <div class="stat-detail">Before DIP claims and case costs</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">DIP Facility</div>
      <div class="stat-value">$260.0M</div>
      <div class="stat-detail">$65M new money + $195M roll-up</div>
    </div>
  </div>
  <p>The numbers below frame the case the way the parties themselves will litigate it. A retailer with 572 stores and nearly 3,000 employees needs continued operations to preserve the going-concern value the buyer is paying for. Financing those operations means converting prepetition secured debt into superpriority claims and placing liens on assets that were previously unencumbered. Doing that in a case where the sale price cannot cover the secured stack means the parties whose claims sit below that stack, the general unsecured creditors, are left looking at little or nothing.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION II ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section II</div>
    <h2>Corporate Profile and the Path to Filing</h2>
  </div>
  <p>Sleep Number is a specialty sleep retailer and manufacturer that sells proprietary SleepIQ-powered smart beds through 572 company-owned stores across all fifty states. The company was founded in 1987 as Select Comfort Corporation, opened its first store in 1992, went public in 1998, and took the Sleep Number name in 2017. It holds more than 1,000 patents, has served over 16 million customers, and carries brand partnerships that include its role as the Official Sleep and Wellness Partner of the NFL. None of that brand equity changed the trajectory that led to the filing.</p>
  <p>The CFO declaration filed in support of the case identifies a familiar set of pressures bearing on the mattress retail sector at once. Industry-wide demand contraction, e-commerce competition pulling buyers away from the showroom floor, an oversized real estate footprint left over from pandemic-era expansion, inflation cutting into discretionary spending, and rising interest rates lifting debt service costs. Management did not stand still. A new chief executive arrived in April 2025, the company took out roughly $136 million in operating costs relative to 2024, suspended its 401(k) match in October 2025, launched a turnaround strategy in November 2025, and rolled out a redesigned mattress portfolio in March 2026. The decline outran the response.</p>
  <h3>The Slide From Forbearance to Filing</h3>
  <p>The months before the petition trace a steady tightening. The signals are easier to read in sequence than in a balance sheet.</p>
  <div class="timeline">
    <div class="timeline-item muted">
      <div class="timeline-date">April 2025</div>
      <div class="timeline-content">New President and CEO appointed; cost-reduction program begins, ultimately reaching roughly $136 million against 2024.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">October 10, 2025</div>
      <div class="timeline-content">401(k) employer matching contributions suspended. Employer match had totaled $5.5 million in 2025.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">February 2026</div>
      <div class="timeline-content">Investment banker retained to run a strategic process.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">April 27, 2026</div>
      <div class="timeline-content">Thirteenth Amendment and Forbearance Agreement executed, providing $25 million in new term loans maturing June 30, 2026, and suspending the minimum liquidity covenant into early July.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">June 1, 2026</div>
      <div class="timeline-content">$5 million amortization payment made on the bridge term loans.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">June 12, 2026</div>
      <div class="timeline-content">Chapter 11 petitions filed; full first-day package submitted, including the bidding procedures and DIP motions.</div>
    </div>
  </div>
  <p>The bridge financing is worth pausing on. When the secured lenders advanced an additional $25 million in late April, they conditioned it on milestones requiring a strategic transaction that would pay their prepetition obligations in full. That expectation was not met. The bid that emerged covers roughly 62 cents on the dollar of the funded debt, well short of the full payment the milestones contemplated.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION III ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>Capital Structure and the Shortfall</h2>
  </div>
  <p>As of April 30, 2026, the debtors reported consolidated assets of roughly $642.3 million against consolidated debts of roughly $1.281 billion, a negative net worth near $639 million. The funded debt, all of it guaranteed by each debtor entity and secured by substantially all assets, breaks down across a revolver and two term loan tranches.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Funded Debt</th>
        <th>Maturity</th>
        <th>Outstanding Principal</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Prepetition Revolving Loans</td>
        <td>December 3, 2027</td>
        <td>$475,000,000</td>
      </tr>
      <tr>
        <td class="metric-label">Prepetition 2021 Term Loans</td>
        <td>December 3, 2027</td>
        <td>$177,500,000</td>
      </tr>
      <tr>
        <td class="metric-label">Prepetition 2026 Term Loans</td>
        <td>June 30, 2026</td>
        <td>$20,000,000</td>
      </tr>
      <tr>
        <td class="metric-label">Total Funded Debt</td>
        <td>—</td>
        <td><strong>$672,500,000</strong></td>
      </tr>
    </tbody>
  </table>
  <p>Set the asset sale against that stack and the shortfall is apparent. A cash bid of $415 million stands against $672.5 million in secured claims, and that comparison does not yet account for the DIP claims and administrative costs that will be paid ahead of the prepetition secured lenders out of the same proceeds.</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">$672.5M</div>
      <div class="panel-label">Secured Claims at Filing</div>
      <div class="split-item">
        <div class="item-label">Revolving Loans</div>
        <div class="item-value">$475.0M</div>
      </div>
      <div class="split-item">
        <div class="item-label">2021 Term Loans</div>
        <div class="item-value">$177.5M</div>
      </div>
      <div class="split-item">
        <div class="item-label">2026 Term Loans</div>
        <div class="item-value">$20.0M</div>
      </div>
      <div class="split-item">
        <div class="item-label">Letters of Credit Outstanding</div>
        <div class="item-value" style="color: var(--accent-orange);">$8.3M</div>
      </div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">$415.0M</div>
      <div class="panel-label">Stalking Horse Value</div>
      <div class="split-item">
        <div class="item-label">Cash Purchase Price</div>
        <div class="item-value">$415.0M</div>
      </div>
      <div class="split-item">
        <div class="item-label">Plus Assumed Liabilities</div>
        <div class="item-value">Certain</div>
      </div>
      <div class="split-item">
        <div class="item-label">Implied Coverage of Funded Debt</div>
        <div class="item-value" style="color: var(--accent-orange);">~61.7%</div>
      </div>
      <div class="split-item">
        <div class="item-label">Shortfall Before Case Costs</div>
        <div class="item-value" style="color: var(--accent-orange);">$257.5M</div>
      </div>
    </div>
  </div>
  <div class="callout">
    <h4>The Governing Constraint</h4>
    <p><span class="callout-stat">$257.5M</span>The distance between the stalking horse bid and the funded debt shapes the dynamics of the case. It reduces the incentive to overbid, because no realistic premium reaches the unsecured class. It leaves the secured lenders with a credit-bid right that can affect third-party participation. And it underlies the U.S. Trustee's argument that relief premised on benefiting unsecured creditors is difficult to reconcile with a structure that leaves them nothing.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IV ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>The Stalking Horse Bid and Sale Process</h2>
  </div>
  <p>The compressed postpetition timeline rests on the work done before the filing. Over roughly fourteen weeks, the debtors and their banker contacted 53 potential strategic and financial purchasers, 19 of which executed non-disclosure agreements and received access to a data room, and 5 of which submitted preliminary proposals. A parallel recapitalization and bridge outreach reached 33 parties and produced a single written proposal that was deemed not actionable. SNBR Inc. emerged from that process as the stalking horse.</p>
  <p>The buyer is an affiliate of Sleep Country Canada Inc., described in the filings as Canada's leading specialty sleep retailer with more than 300 stores, with equity financing support running through Fairfax Financial Holdings Limited. The asset purchase agreement was signed on the petition date. Its commercial terms set the floor and the rules for the auction that follows.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Key APA Term</th>
        <th>Amount or Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
<td class="metric-label">Purchase Price</td>
<td>$415,000,000 cash</td>
</tr>
      <tr>
<td class="metric-label">Good Faith Deposit</td>
<td>$41,500,000</td>
</tr>
      <tr>
<td class="metric-label">Break-Up Fee</td>
<td>$12,450,000 (3% of purchase price)</td>
</tr>
      <tr>
<td class="metric-label">Expense Reimbursement</td>
<td>Up to $4,000,000</td>
</tr>
      <tr>
<td class="metric-label">Target Closing Working Capital</td>
<td>$101,363,147</td>
</tr>
      <tr>
<td class="metric-label">Adjustment Escrow</td>
<td>$25,000,000</td>
</tr>
      <tr>
<td class="metric-label">Cure Cap</td>
<td>$8,000,000</td>
</tr>
      <tr>
<td class="metric-label">Minimum Overbid (initial)</td>
<td>Price + bid protections + $10,000,000</td>
</tr>
      <tr>
<td class="metric-label">Required Employee Acceptance</td>
<td>85% of business employees</td>
</tr>
      <tr>
<td class="metric-label">Outside Date</td>
<td>~150 days (approx. November 9, 2026)</td>
</tr>
    </tbody>
  </table>
  <p>The bid protections come to roughly $16.45 million combined, about 3.96% of the purchase price. The debtors justify the 3% break-up fee under the familiar standards for stalking horse compensation in this district, the conditions for approval drawn from In re Genco Shipping and the price-floor rationale of In re 310 Associates. That figure sits inside the range courts in large cases commonly approve, though it will be paid from sale proceeds and therefore comes out of the same pool the secured lenders are looking to.</p>
  <h3>The Postpetition Calendar</h3>
  <p>The proposed schedule moves from petition to sale hearing in 33 days. The debtors defend that pace on the ground that the prepetition process already gave serious bidders their diligence window.</p>
  <div class="timeline">
    <div class="timeline-item muted">
      <div class="timeline-date">June 25, 2026</div>
      <div class="timeline-content">Potential assumption notice deadline.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">July 2, 2026</div>
      <div class="timeline-content">Bidding procedures hearing.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 8, 2026</div>
      <div class="timeline-content">Bid deadline (4:00 p.m.).</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">July 10, 2026</div>
      <div class="timeline-content">Sale and cure objection deadlines.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 13, 2026</div>
      <div class="timeline-content">Auction at debtor's counsel's offices.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 15, 2026</div>
      <div class="timeline-content">Sale approval hearing. Also the targeted HSR endpoint.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 31, 2026</div>
      <div class="timeline-content">Target closing.</div>
    </div>
  </div>
  <p>On the regulatory side, the agreement calls for Hart-Scott-Rodino filings within ten business days. The parties appear to expect either early termination of the waiting period or a clean antitrust path, which is plausible given that the buyer operates principally in Canada while the seller operates in the United States, so the geographic overlap is limited.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION V ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>DIP Financing as an Integrated Transaction</h2>
  </div>
  <p>The debtor-in-possession facility is not a separate financing layered on top of the sale. It is part of the same transaction, provided by the very lenders whose recovery depends on the sale closing. The full prepetition secured group, all of it, is funding the DIP and consenting to be primed by itself.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Component</th>
        <th>Amount</th>
        <th>Terms</th>
      </tr>
    </thead>
    <tbody>
      <tr>
<td class="metric-label">New Money</td>
<td>Up to $65,000,000</td>
<td>Up to $50M available on an interim basis</td>
</tr>
      <tr>
<td class="metric-label">Roll-Up</td>
<td>Up to $195,000,000</td>
<td>3:1 ratio; $3 of prepetition debt converts per $1 of new money drawn</td>
</tr>
      <tr>
<td class="metric-label">Total Facility</td>
<td><strong>Up to $260,000,000</strong></td>
<td>Superpriority, priming liens on all assets</td>
</tr>
    </tbody>
  </table>
  <p>The pricing reflects the distressed posture and the compressed runway. Interest runs at SOFR plus 8.00%, with a $5.2 million upfront fee and a matching $5.2 million exit fee, and a scheduled maturity around September 2026 that gives a buffer past the July 31 target close. The structural protections for other stakeholders are thin by comparison: a $2.5 million professional-fee carve-out after a trigger event, and a challenge budget of just $100,000 to test prepetition liens that exceed $672.5 million.</p>
  <h3>Why the Roll-Up and the Priming Survive Scrutiny</h3>
  <p>The roll-up converts $195 million of existing secured debt into superpriority postpetition claims. The debtors defend it as a market-standard inducement, the price of new money, and point to recent precedent including the 3:1 ratios approved in Fat Brands and First Brands Group and the larger ratio approved in Vice Group. The priming liens are defended under sections 364(c) and (d), which require a showing that credit was not available on better terms. Here the record supports that showing: of eleven prospective DIP sources contacted, none would lend on an unsecured or junior basis, and the three priming proposals that did come in went nowhere because the existing lenders would not consent to being primed by an outsider.</p>
  <div class="callout">
    <h4>A Self-Contained Loop</h4>
    <p>The secured lenders are undersecured by more than a quarter of a billion dollars, and they are the ones writing the new-money check. Their consent to priming is mechanical, because they are priming themselves. The roll-up improves their structural position in the payment waterfall without increasing what the estate can ultimately pay them. Read together, these terms let the lenders finance the sale that supports their recovery while keeping their DIP claims first in line for the proceeds. Whether that structure is appropriate as to junior stakeholders is among the questions the court will weigh.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VI ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>First-Day Operational Relief</h2>
  </div>
  <p>The operational motions read like an inventory of what it takes to keep a national retailer running through a sale. They address employee compensation, trade and foreign vendors, cash management across 21 accounts at 14 institutions, customer programs, insurance, taxes, tax-attribute preservation, and utilities. Each one is justified as necessary to protect the going-concern value the buyer is paying for, and each one draws down the limited liquidity the DIP provides.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Operational Motion</th>
        <th>Headline Figure</th>
        <th>Note</th>
      </tr>
    </thead>
    <tbody>
      <tr>
<td class="metric-label">Wages and Employee Obligations</td>
<td>~$16.0M prepetition</td>
<td>Payroll, contract labor, withholdings, benefits</td>
</tr>
      <tr>
<td class="metric-label">Trade Claims</td>
<td>$66.7M identified</td>
<td>Interim cap of $17.27M; pendency cap of $35.8M</td>
</tr>
      <tr>
<td class="metric-label">Customer Programs</td>
<td>~$16.8M across programs</td>
<td>Refund and exchange exposure is the largest single item at ~$6.1M</td>
</tr>
      <tr>
<td class="metric-label">Taxes</td>
<td>$9.36M outstanding</td>
<td>$7.85M due in first 30 days, led by sales and use tax</td>
</tr>
      <tr>
<td class="metric-label">Insurance</td>
<td>~$8.5M annual premiums</td>
<td>~$0.46M payable within 30 days</td>
</tr>
      <tr>
<td class="metric-label">NOL / Tax Attributes</td>
<td>~$75.9M preserved</td>
<td>Trading restrictions to guard against an ownership change</td>
</tr>
      <tr>
<td class="metric-label">Utilities</td>
<td>~$1.23M monthly spend</td>
<td>Proposed two-week adequate assurance deposit of ~$566K</td>
</tr>
    </tbody>
  </table>
  <p>Two items deserve a closer look because they connect directly to the sale. First, the trade claims motion seeks an interim cap of $17.27 million, which on its own consumes nearly half of the new DIP money available after fees. That arithmetic is what the U.S. Trustee seizes on. Second, the cash management motion flags a hard operational deadline: the company's purchase-card program is terminating effective July 14, 2026, one day after the auction, requiring a transition to a replacement program during the same week as the auction.</p>
  <p>The tax-attribute motion is worth a note of its own. It preserves roughly $75.9 million in federal and state net operating losses and interest carryforwards. In a section 363 asset sale, those attributes typically stay with the selling entity rather than transferring to the buyer, so their near-term utility is limited. Preserving them mainly protects against an uncontrolled equity trade triggering an ownership change that would destroy the value before the case resolves, and keeps the option open in the unlikely event the case pivots toward a plan structure.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>The U.S. Trustee's Same-Day Objection</h2>
  </div>
  <p>The United States Trustee objected to both the trade claims motion and the DIP motion on the petition date itself. Filing on day one signals that the objection was prepared in advance, and it puts the contested questions in front of the court before the first-day relief is even entered. The objection runs on two tracks.</p>
  <h3>The Vendor Motion Track</h3>
  <p>On critical vendors, the U.S. Trustee argues the evidentiary record falls short. The vendor declaration, in this view, does not satisfy the ten-factor framework from the Windstream litigation, which calls for a vendor-by-vendor showing of whether each supplier would actually stop dealing with the debtor absent payment. The objection layers the Kmart standard on top, under which the debtors must affirmatively prove both that specific vendors would walk and that the payments help rather than harm the disfavored creditors who do not get paid. The third prong of the doctrine of necessity, that the payments not prejudice other unsecured creditors, is where the U.S. Trustee presses hardest: when the DIP liens reach every previously unencumbered asset, there is no recovery source left for the unsecured creditors who are not lucky enough to be designated critical vendors.</p>
  <h3>The DIP Motion Track</h3>
  <p>On financing, the objection targets the liens on previously unencumbered assets and the 3:1 roll-up. The argument is not that roll-ups are improper in general. It is that this roll-up, in this case, converts $195 million of prepetition secured debt into superpriority claims while the stalking horse bid cannot even cover the secured debt in full, leaving unsecured creditors with no meaningful recovery. The U.S. Trustee makes the point with arithmetic.</p>
  <div class="bar-chart">
    <div class="bar-chart-title">Where the Interim New-Money DIP Goes</div>
    <div class="bar-group">
      <div class="bar-label">New Money (interim)</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 100%;">$50.0M</div></div>
      <div class="bar-value-outside">Gross</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Less Upfront Fee</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 10.4%;">$5.2M</div></div>
      <div class="bar-value-outside">Fee</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Trade Claims Cap</div>
      <div class="bar-track"><div class="bar-fill orange" style="width: 34.5%;">$17.27M</div></div>
      <div class="bar-value-outside">~38.5% of net</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Left for Operations</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 55.1%;">$27.53M</div></div>
      <div class="bar-value-outside">Remainder</div>
    </div>
  </div>
  <p>Stripped down, the interim new money is $50 million. Take out the $5.2 million upfront fee and $44.8 million remains. The interim critical-vendor cap of $17.27 million is roughly 38.5% of that net figure, leaving about $27.5 million for everything else operations require during the first 21 days. The U.S. Trustee also flags the breadth of the proposed administrative-priority language for trade claims, pointing to the Sears precedent where similar language produced downstream litigation if the sale does not close as planned.</p>
  <div class="callout">
    <h4>The Tension at the Center of the Case</h4>
    <p>The debtors need vendors, employees, and customers to stay in place to preserve the value that makes the $415 million bid possible. But the sale proceeds will not reach the unsecured creditors whose claims are being subordinated to fund that preservation. The DIP structure sharpens the conflict by converting secured debt into superpriority claims and encumbering assets that were previously free, which removes the last pool of residual value that might otherwise have flowed down the waterfall. The objection asks the court to decide whether relief justified by the benefit to creditors can stand when the creditors invoked as beneficiaries will recover nothing.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VIII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>The Recovery Waterfall</h2>
  </div>
  <p>Laid out in priority order against $415 million in proceeds, the claims show where the available value stops. The DIP, including the roll-up and fees, sits first. What remains for the prepetition secured lenders after the DIP is repaid and administrative costs are met falls well short of their remaining secured claims, and every class below them is underwater before it starts.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Priority Level</th>
        <th>Estimated Claims</th>
        <th>Position</th>
      </tr>
    </thead>
    <tbody>
      <tr>
<td class="metric-label">DIP Superpriority + Roll-Up</td>
<td>Up to $260.0M</td>
<td class="change-positive">First</td>
</tr>
      <tr>
<td class="metric-label">Remaining Prepetition Secured</td>
<td>~$477.5M (after roll-up)</td>
<td class="change-negative">Second</td>
</tr>
      <tr>
<td class="metric-label">Section 503(b) Administrative</td>
<td>Professionals, 503(b)(9)</td>
<td>Third</td>
</tr>
      <tr>
<td class="metric-label">Section 507(a)(4)-(5) Employee Priority</td>
<td>~$16M+</td>
<td>Fourth</td>
</tr>
      <tr>
<td class="metric-label">Section 507(a)(8) Tax Priority</td>
<td>~$9.4M</td>
<td>Fifth</td>
</tr>
      <tr>
<td class="metric-label">General Unsecured</td>
<td>~$70M+ (top 30 alone ~$65.9M)</td>
<td class="change-negative">Last</td>
</tr>
    </tbody>
  </table>
  <p>Work the math forward. If the DIP is repaid in full at $260 million, the proceeds left for the prepetition secured lenders before administrative costs come to roughly $155 million, against remaining secured claims near $477.5 million. That implies a secured deficiency on the order of $322.5 million or more. The unsecured class sits behind all of it. The U.S. Trustee's characterization, that unsecured creditors face no meaningful recovery, is consistent with the arithmetic.</p>
  <p>One discrepancy in the petition is worth noting for anyone tracking the case. The petition marks that funds will be available for distribution to unsecured creditors, a checkbox at odds with a waterfall in which the bid falls $257.5 million short of secured debt alone. It is the kind of inconsistency a creditors' committee, if one forms, would be expected to probe.</p>
  <h3>The Secured Lenders' Calculus</h3>
  <p>The lenders' behavior makes sense once you see what their alternatives look like. They hold $672.5 million in claims against a $415 million bid, and rather than force a liquidation that would almost certainly yield less, they are advancing new money to keep the going concern intact through a sale. The roll-up ensures their DIP claims are repaid first from the proceeds, and they retain deficiency claims for the shortfall. They are not recovering in full under any scenario in this record. They are choosing the path that recovers the most.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IX ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>Risk Factors and Pressure Points</h2>
  </div>
  <p>Several features of this case introduce execution risk that the parties will manage in real time. None of them is unusual on its own. Stacked together against a 33-day calendar, they raise the degree of difficulty.</p>
  <h3>A Committee Boxed In by the Calendar</h3>
  <p>Any official committee will form after the petition date and immediately run into a Challenge Deadline that effectively terminates when the sale hearing begins on July 15, only 33 days into the case. With a $100,000 challenge budget set against more than $672.5 million in prepetition secured obligations, the practical ability to investigate lender conduct or DIP terms before the sale is approved is sharply limited. That compression follows from the way the DIP milestones and the sale schedule interlock.</p>
  <h3>The 85% Employee Acceptance Threshold</h3>
  <p>The asset purchase agreement conditions closing on the buyer securing acceptances from 85% of business employees, roughly 2,482 of the approximately 2,920 in the workforce. That threshold turns the wages motion into a closing condition by another name. Any wave of departures driven by uncertainty, delayed compensation, or morale could put the condition out of reach, which is why honoring prepetition employee obligations is not merely a goodwill gesture here.</p>
  <h3>Working Capital and the Card Program Transition</h3>
  <p>The $101.4 million target closing working capital, paired with a $25 million adjustment escrow, creates post-closing price-adjustment risk. If working capital lands below target, and operational cash burn makes that a live possibility, the effective purchase price can decline and pull secured recovery down with it. Separately, the purchase-card program termination on July 14, the day after the auction, requires an operational migration during the busiest stretch of the case calendar.</p>
  <div class="stat-row">
    <div class="stat-card negative">
      <div class="stat-label">Petition to Sale Hearing</div>
      <div class="stat-value">33 days</div>
      <div class="stat-detail">June 12 to July 15, 2026</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Challenge Budget</div>
      <div class="stat-value">$100K</div>
      <div class="stat-detail">Against $672.5M in secured claims</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Employee Acceptance Needed</div>
      <div class="stat-value">~2,482</div>
      <div class="stat-detail">85% of the workforce</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION X ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section X</div>
    <h2>Where the Terms Sit Against Market Practice</h2>
  </div>
  <p>Measured against recent large-case precedent, most of the contested terms fall inside the range courts have approved, which is part of why the debtors support them by citation to comparable cases.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Term</th>
        <th>This Case</th>
        <th>Market Reference</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">DIP Roll-Up Ratio</td>
        <td>3:1</td>
        <td>Matches Fat Brands and First Brands Group; below the 5:1 in Vice Group</td>
      </tr>
      <tr>
        <td class="metric-label">DIP Pricing</td>
        <td>SOFR + 8.00%</td>
        <td>Consistent with distressed, compressed-timeline credits</td>
      </tr>
      <tr>
        <td class="metric-label">Break-Up Fee</td>
        <td>3.0%</td>
        <td>Within the customary 1.5% to 4% band</td>
      </tr>
      <tr>
        <td class="metric-label">Total Bid Protections</td>
        <td>~3.96%</td>
        <td>Reasonable for a transaction of this size</td>
      </tr>
      <tr>
        <td class="metric-label">Petition-to-Hearing</td>
        <td>33 days</td>
        <td>Compressed even for this district, supported by a 14-week prepetition process</td>
      </tr>
      <tr>
        <td class="metric-label">Utility Deposit</td>
        <td>~2 weeks (~$566K)</td>
        <td>Below the typical one-to-two-month deposit, justified by DIP liquidity</td>
      </tr>
    </tbody>
  </table>
  <p>The total cost of the DIP, roughly $10.4 million in fees plus interest at approximately 12.3% on drawn amounts, reflects the credit's distress and the speed demanded of it rather than anything anomalous in structure. What makes the case contested is not that any single term breaks from precedent. It is that those terms are being applied in a fact pattern where the available value does not reach the unsecured creditors the relief refers to.</p>
  <h3>What to Watch</h3>
  <p>The near-term inflection points are clear. Whether a creditors' committee forms and how it engages the Challenge Deadline given the budget and the calendar. Whether the auction draws any qualified bid beyond the stalking horse, knowing a premium will not reach the unsecured class. How the court resolves the U.S. Trustee's evidentiary challenge to the vendor relief and the priming and roll-up structure. And whether the HSR clearance, the 85% employee threshold, and the working-capital target all line up in time for a July 31 close. Each of those answers will reshape the recovery picture sketched here, and each is likely to land within the next several weeks.</p>
</section>
<!-- ==================== FOOTER ==================== -->
<footer class="report-footer">
  <div class="container">
    <div class="footer-brand"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report analyzes the first-day filing package in In re Sleep Number Corporation, et al., No. 26-11399 (Bankr. S.D.N.Y.), commenced June 12, 2026. The analysis is drawn from the petition, the CFO declaration, the bidding procedures and DIP motions, the operational first-day motions, and the U.S. Trustee's objection. Proposed terms described here, including the sale, the DIP facility, and the relief sought in the first-day motions, remain subject to court approval, objection deadlines that have not passed, and potential amendment.</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
    <p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
    <p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
  </div>
</footer>
</body>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/distressed-from-the-start-the-simply-interior-homes-chapter-11</id>
    <published>2026-06-15T00:06:23-05:00</published>
    <updated>2026-06-15T00:07:23-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/distressed-from-the-start-the-simply-interior-homes-chapter-11" rel="alternate" type="text/html"/>
    <title>Distressed From the Start: The Simply Interior Homes Chapter 11</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p><span>A carve-out that opened with no cash and largely unsalable inventory entered a lender-controlled liquidation sixteen months later. This report traces how the structure of the transaction relates to the bankruptcy, and where the filings indicate recoveries are most likely to come from</span></p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/distressed-from-the-start-the-simply-interior-homes-chapter-11">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<body>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Distressed From the Start: The Simply Interior Homes Chapter 11 | Stretto Intelligence</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap" rel="stylesheet">
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
/* --- HEADER --- */
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 860px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 760px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
  flex-wrap: wrap;
}
/* --- LAYOUT --- */
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
/* --- SECTION HEADERS --- */
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
/* --- SUBSECTION HEADERS --- */
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
/* --- PARAGRAPHS --- */
p { margin-bottom: 18px; line-height: 1.75; }
/* --- STAT CARDS --- */
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.2;
}
.stat-card .stat-detail { font-size: 13px; color: var(--light-slate); margin-top: 4px; }
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
/* --- COMPARISON TABLES --- */
table.comparison { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 15px; }
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td { padding: 14px 18px; border-bottom: 1px solid var(--light-gray); vertical-align: top; }
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
/* --- BAR CHARTS --- */
.bar-chart { margin: 30px 0; padding: 30px; background: var(--fine-gray); border-radius: 8px; }
.bar-chart-title { font-size: 16px; font-weight: 500; color: var(--dark-slate); margin-bottom: 25px; }
.bar-group { display: flex; align-items: center; margin-bottom: 16px; }
.bar-label {
  width: 170px;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-body);
  flex-shrink: 0;
  text-align: right;
  padding-right: 16px;
}
.bar-track { flex: 1; height: 32px; background: var(--light-gray); border-radius: 4px; position: relative; overflow: hidden; }
.bar-fill {
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  transition: width 1s ease;
  white-space: nowrap;
}
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside { margin-left: 10px; font-size: 13px; font-weight: 500; color: var(--text-body); flex-shrink: 0; width: 90px; }
/* --- CALLOUT BOXES --- */
.callout {
  background: var(--dark-slate);
  color: var(--white);
  padding: 35px 40px;
  border-radius: 8px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.callout::before { content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: var(--accent-orange); }
.callout h4 {
  color: var(--accent-orange);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: 500;
}
.callout p { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.7; margin: 0; }
.callout .callout-stat { font-size: 48px; font-weight: 700; color: var(--accent-orange); display: block; margin-bottom: 8px; }
/* --- TIMELINES --- */
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before { content: ''; position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: var(--medium-gray); }
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before {
  content: '';
  position: absolute;
  left: -26px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent-orange);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--accent-orange);
}
.timeline-item.muted::before { background: var(--light-slate); box-shadow: 0 0 0 2px var(--light-slate); }
.timeline-date { font-size: 13px; font-weight: 500; color: var(--accent-orange); letter-spacing: 0.5px; }
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
/* --- SPLIT COMPARISON PANELS --- */
.split-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 40px 0; border-radius: 8px; overflow: hidden; }
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 34px; font-weight: 700; margin-bottom: 5px; line-height: 1.15; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; }
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 18px; font-weight: 500; }
/* --- SVG GAUGE GRAPHICS --- */
.gauge-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 25px; margin: 40px 0; }
.gauge-card { text-align: center; padding: 30px 20px; background: var(--fine-gray); border-radius: 8px; }
.gauge-card svg { width: 120px; height: 120px; }
.gauge-card .gauge-label { font-size: 13px; color: var(--light-slate); margin-top: 12px; font-weight: 400; }
.gauge-card .gauge-value { font-size: 28px; font-weight: 700; color: var(--dark-slate); margin-top: 4px; }
/* --- FOOTER --- */
.report-footer { background: var(--dark-slate); color: rgba(255,255,255,0.5); padding: 50px 40px; margin-top: 80px; font-size: 13px; line-height: 1.7; }
.report-footer .footer-brand { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 15px; }
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
/* --- SECTION DIVIDER --- */
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
/* --- INLINE EMPHASIS --- */
.lede { font-size: 19px; color: var(--primary-slate); line-height: 1.7; }
strong { font-weight: 500; color: var(--dark-slate); }
/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  .bar-label { width: 120px; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
}
</style>
<!-- ==================== HEADER ==================== -->
<header class="report-header">
  <div class="header-top">
    <div class="brand-mark"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <div class="report-type">Special Report</div>
  </div>
  <div class="header-content">
    <h1>Distressed From the Start: The <span class="highlight">Simply Interior Homes</span> Chapter 11</h1>
    <p class="header-subtitle">A carve-out that opened with no cash and largely unsalable inventory entered a lender-controlled liquidation sixteen months later. This report traces how the structure of the transaction relates to the bankruptcy, and where the filings indicate recoveries are most likely to come from.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>June 2026</span>
      <span>Analysis of 33 first-day filings across 517 pages</span>
    </div>
  </div>
</header>
<!-- ==================== SECTION I ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>A Company Distressed From Formation</h2>
  </div>
  <p class="lede">Many Chapter 11 cases begin with a business that operated for years and then ran into trouble. Simply Interior Homes is different. The wholesale home textiles business filed for bankruptcy in the District of Delaware on June 8, 2026, roughly sixteen months after it came into existence, and according to the filings the conditions that led to the filing were present at formation.</p>
  <p>The case, captioned <em>In re Simply Interior Homes, LLC, et al.</em>, Case No. 26-10922-CTG, was assigned to the Honorable Craig T. Goldblatt. Seven affiliated debtors filed together. According to the declaration of the Chief Restructuring Officer, the enterprise opened its doors with none of the working capital it had been promised, inventory it could not sell, and a customer service operation that could fill only a third to four-tenths of incoming orders. Each of those conditions traces directly to the February 2025 carve-out transaction that created the company.</p>
  <p>The numbers below frame the gap between what the business was supposed to be and what it became.</p>
  <div class="stat-row">
    <div class="stat-card negative">
      <div class="stat-label">Cash at Formation</div>
      <div class="stat-value">$0</div>
      <div class="stat-detail">Against a projected $5 million</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Order Fill Rate at Inception</div>
      <div class="stat-value">30–40%</div>
      <div class="stat-detail">Industry standard is 95% or higher</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Total Funded Debt</div>
      <div class="stat-value">~$88M</div>
      <div class="stat-detail">Against ~$3.4M of Adjusted EBITDA</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Days, Petition to Plan Effective</div>
      <div class="stat-value">~105</div>
      <div class="stat-detail">A compressed liquidating timeline</div>
    </div>
  </div>
  <p>The sections that follow trace a connected sequence. An undercapitalized formation produced a weak opening balance sheet. That balance sheet contributed to a service crisis and the loss of retail programs. Those losses, compounded by tariffs and a sponsor that declined to provide additional capital, drained liquidity until the secured lenders took control and directed the company into a dual-track sale and liquidation. According to the filings, the assets the estate now expects to drive unsecured recovery are not the inventory or the receivables but the claims the debtors have reserved against the sponsor and related parties.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION II ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section II</div>
    <h2>The Carve-Out Transaction</h2>
  </div>
  <p>The debtors trace their existence to a transaction that closed on February 21, 2025, about four months later than the late-October 2024 closing the parties originally anticipated. The transaction was sponsored by private equity firm Centre Lane Partners, LLC, and it carved the "Soft Goods" division (fashion bedding, window treatments, bath, and home décor) out of Keeco, LLC. It did so in two steps.</p>
  <h3>A Two-Step Structure</h3>
  <p>The first step was a partial strict foreclosure under Article 9 of the Uniform Commercial Code. Following Keeco's default on its term loan obligations, a portion of Keeco's collateral was transferred through foreclosure rather than a negotiated sale. The second step was a Membership Interest Purchase Agreement among the AcquisitionCo entity, Live Comfortably Borrower LLC, and Simply Interior Homes, LLC that moved the carved-out operations into the newly formed debtor entities under the sponsor's control.</p>
  <p>The mechanics matter, and they matter for reasons that reach well past the closing date. A strict foreclosure dispenses with the representations and warranties that a buyer in a negotiated acquisition would ordinarily extract from a seller. That left the debtors without the contractual recourse a buyer normally relies on when the opening balance sheet turns out to be far worse than promised. The use of a foreclosure structure also signals that the predecessor was already in distress, which raises its own questions about the quality and valuation of what changed hands. And because the sponsor sat on both sides of the transaction, as the equity backer of both the predecessor and the successor, the structure itself created the factual predicate for the breach of fiduciary duty, fraudulent transfer, and equitable subordination theories the debtors have expressly reserved.</p>
  <div class="callout">
    <h4>Why the Formation Structure Drives the Case</h4>
    <p>An Article 9 strict foreclosure passes the assets to the buyer without the seller warranties found in a negotiated sale. According to the filings, the same sponsor controlled both sides of the transfer, and the buyer opened with no cash and substantial obsolete inventory. Those facts are the basis for the litigation claims the debtors have reserved, which are discussed in Section IX.</p>
  </div>
  <p>The corporate chart reflects a layered holding structure. Ownership flows from Centre Lane Partners at the apex through a series of Delaware holding companies down to the operating entities, including the lead debtor, Simply Interior Homes, LLC. Four additional debtor entities formed for a contemplated acquisition that never closed have never conducted operations. Their inclusion appears intended to bring the entire structure within the protection of a single bankruptcy forum rather than to reorganize any going concern at those levels.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION III ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>The Opening Balance Sheet</h2>
  </div>
  <p>The CRO declaration lays out the distance between the projections that underpinned the deal and the conditions the company actually inherited. These are not the ordinary variances of a business that fell a little short of plan. They describe a starting position from which recovery was unlikely.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Metric</th>
        <th>Projected</th>
        <th>Actual</th>
        <th>Variance</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Cash at Formation</td>
        <td>$5,000,000</td>
        <td>$0</td>
        <td class="change-negative">($5,000,000)</td>
      </tr>
      <tr>
        <td class="metric-label">Inventory</td>
        <td>$49,000,000</td>
        <td>~$27,000,000</td>
        <td class="change-negative">(~$22,000,000)</td>
      </tr>
      <tr>
        <td class="metric-label">Excess / Obsolete Inventory Component</td>
        <td>—</td>
        <td>~$22,000,000</td>
        <td>—</td>
      </tr>
      <tr>
        <td class="metric-label">Accounts Payable</td>
        <td>$25,000,000</td>
        <td>~$32,000,000</td>
        <td class="change-negative">+$7,000,000</td>
      </tr>
    </tbody>
  </table>
  <p>Read together, these lines describe a company that received no working capital, inventory that was largely unsalable, and trade payables that already exceeded plan. The revenue plan was revised from $185 million down to $86 million for 2025. First-year actual gross revenue of roughly $84.7 million tracked the revised figure, but Adjusted EBITDA of approximately $3.4 million was well short of what the roughly $88 million in total funded debt would require to service. By the company's own revised projections, the original business case was set aside within the first year.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IV ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>The Cascade to Insolvency</h2>
  </div>
  <p>From the opening position, the path to filing followed a predictable sequence in which each failure deepened the next. The CRO declaration identifies four reinforcing pressures.</p>
  <h3>Fill Rates and Lost Programs</h3>
  <p>The inadequate and obsolete inventory inherited at formation translated directly into a fill rate of 30 to 40 percent, against an industry expectation of 95 percent or higher. A wholesaler that cannot fill its orders cannot keep its retail programs, and the company lost material programs as a result, most notably with Walmart. The lost programs removed a significant portion of the revenue base, which made the inventory problem harder to work through rather than easier.</p>
  <h3>Tariffs the Company Could Not Pass Through</h3>
  <p>Reciprocal tariffs effective April 15, 2025 raised the cost of goods sourced from the company's primary manufacturing countries, including India, Pakistan, China, and Vietnam. According to the declaration, the sponsor directed the debtors to absorb those increases rather than pass them through to customers. That decision protected market share at the expense of margin, and it accelerated the cash burn. Because the instruction came from the equity sponsor over the objection of operational management, it forms part of the conduct the estate has reserved the right to examine.</p>
  <h3>A Sponsor That Would Not Fund</h3>
  <p>Through 2025 and into 2026 the company pursued additional equity or subordinated capital from the sponsor and from third parties. The sponsor declined to provide further capital. That refusal is notable given the sponsor's roughly $70 million of exposure through subordinated notes and its position as sole equity holder. Whatever the rationale, the decision to stop funding, while the related service provider continued to collect, is among the questions any litigation trust would be expected to pursue.</p>
  <h3>The Transition Services Dispute</h3>
  <p>The company depended on a Transition Services Agreement with Live Comfortably LLC, the renamed Keeco entity, for substantially all of its back-office functions: IT, finance and accounting, human resources, operations, and sales and marketing, at annual charges exceeding $2.7 million. The arrangement was conflicted from the start, because Live Comfortably is itself controlled by the sponsor. That meant the company's essential service provider answered to the same party that controlled its equity.</p>
  <p>On April 28, 2026, Live Comfortably delivered a formal notice of breach asserting approximately $5.1 million in unpaid obligations. The filings also disclose that from January through May 2026 more than 75 percent of the debtors' weekly collections, ranging from $300,000 to $1.5 million per week, were remitted to Live Comfortably's accounts rather than the debtors' own, with roughly $311,000 collected in the final week before filing still unreturned as of the petition date. According to the filings, if that diversion is not adequately explained by the governing contracts, it represents a significant potential claim for the estate.</p>
  <h4>The Governance Path to Filing</h4>
  <p>The final months follow a deliberate, lender-directed sequence that moved control of the company from its sponsor to its secured creditors.</p>
  <div class="timeline">
    <div class="timeline-item">
      <div class="timeline-date">April 27, 2026</div>
      <div class="timeline-content">The Administrative Agent exercised proxy rights over the equity and appointed an Independent Manager.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">April 28, 2026</div>
      <div class="timeline-content">Live Comfortably delivered a notice of breach asserting approximately $5.1 million in unpaid transition-services obligations.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">May 8, 2026</div>
      <div class="timeline-content">A Chief Restructuring Officer was appointed.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">May 11, 2026</div>
      <div class="timeline-content">A forbearance agreement was executed with the secured lenders.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">May 26, 2026</div>
      <div class="timeline-content">The forbearance expired with no extension.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">June 5–6, 2026</div>
      <div class="timeline-content">An investment banker was retained and the liquidation consultant engagement was executed.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">June 8, 2026</div>
      <div class="timeline-content">The seven debtors filed their Chapter 11 petitions in the District of Delaware.</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION V ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>Capital Structure at Filing</h2>
  </div>
  <p>The debtors entered bankruptcy with almost no liquidity and a capital structure weighted heavily toward debt held by the same parties who controlled the company. The split below contrasts the cash position at filing against the layers of obligation stacked above the unsecured trade creditors.</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">$293,459</div>
      <div class="panel-label">Cash on Hand at Filing</div>
      <div class="split-item">
        <div class="item-label">First-Priority Secured Revolver</div>
        <div class="item-value" style="color: var(--accent-orange);">~$17.9 million</div>
      </div>
      <div class="split-item">
        <div class="item-label">Subordinated Sponsor Notes</div>
        <div class="item-value">~$70 million</div>
      </div>
      <div class="split-item">
        <div class="item-label">Unsecured Trade Payables</div>
        <div class="item-value">~$12 million</div>
      </div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">~$88M</div>
      <div class="panel-label">Total Funded Debt</div>
      <div class="split-item">
        <div class="item-label">Prepetition Agent</div>
        <div class="item-value">Great Rock Capital</div>
      </div>
      <div class="split-item">
        <div class="item-label">Prepetition Lenders</div>
        <div class="item-value">GRC SPV &amp; Wingspire Capital</div>
      </div>
      <div class="split-item">
        <div class="item-label">Adjusted EBITDA, Year One</div>
        <div class="item-value" style="color: var(--accent-orange);">~$3.4 million</div>
      </div>
    </div>
  </div>
  <p>The first-priority secured revolver sat ahead of everything. The roughly $70 million of subordinated notes held by sponsor affiliates ranked below it and, given the asset base, were almost certainly out of the money at filing. The roughly $12 million of unsecured trade debt, owed predominantly to international textile manufacturers, sat at the bottom of a structure in which the tangible assets were fully encumbered. That ordering explains why so much of the case turns on litigation rather than collateral.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VI ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>The DIP Facility and the Roll-Up</h2>
  </div>
  <p>The Court entered an interim order authorizing a $15 million debtor-in-possession facility. The structure is straightforward in form and consequential in effect: $5 million of new money revolving commitments, plus up to $10 million of roll-up loans converting prepetition secured debt to post-petition status at a ratio of three dollars rolled up for every new dollar advanced.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Term</th>
        <th>Rate / Amount</th>
      </tr>
    </thead>
    <tbody>
      <tr>
<td class="metric-label">Aggregate Commitments</td>
<td>$15,000,000 ($5M new money + up to $10M roll-up)</td>
</tr>
      <tr>
<td class="metric-label">Interest Rate</td>
<td>Adjusted Term SOFR + 7.50% per annum, cash pay monthly</td>
</tr>
      <tr>
<td class="metric-label">Default Rate</td>
<td>Additional 3.00% per annum</td>
</tr>
      <tr>
<td class="metric-label">Unused Line Fee</td>
<td>0.75% on undrawn new money commitments</td>
</tr>
      <tr>
<td class="metric-label">Closing Fee</td>
<td>$100,000 (2.00% of new money), earned in-kind at closing</td>
</tr>
      <tr>
<td class="metric-label">Challenge Period</td>
<td>75 days to contest prepetition liens and claims</td>
</tr>
      <tr>
<td class="metric-label">Scheduled Maturity</td>
<td>September 30, 2026</td>
</tr>
    </tbody>
  </table>
  <p>The DIP lenders are the same institutions that held the prepetition first-priority debt. That continuity was not a matter of preference. The investment banker contacted four third-party institutions, and all four declined to provide financing on any basis, whether unsecured, junior, or priming. When no outside lender will extend credit even on a priming basis, the incumbent secured parties set the terms, and here they did.</p>
  <h3>What the Roll-Up Does</h3>
  <p>The 3:1 roll-up is the most economically significant feature of the facility. For every dollar of new money advanced, three dollars of prepetition secured debt convert into post-petition obligations carrying superpriority status and DIP liens. If the full $5 million of new money is drawn, $10 million of the roughly $17.9 million in prepetition secured debt is elevated to superpriority DIP status, leaving only about $7.9 million as prepetition secured debt entitled to adequate protection. The DIP budget projects full utilization of both components by roughly the fourth week.</p>
  <div class="bar-chart">
    <div class="bar-chart-title">Prepetition Secured Debt: Where It Sits After a Full Draw</div>
    <div class="bar-group">
      <div class="bar-label">Rolled Up to DIP</div>
      <div class="bar-track"><div class="bar-fill orange" style="width: 56%;">~$10.0M</div></div>
      <div class="bar-value-outside">Superpriority</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Remaining Prepetition</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 44%;">~$7.9M</div></div>
      <div class="bar-value-outside">Adequate protection</div>
    </div>
  </div>
  <p>The debtors justify the roll-up as fair consideration for the lenders' agreement to fund the facility and consent to the use of cash collateral. Whether that justification holds is precisely what the 75-day Challenge Period is designed to test. During that window, a party in interest with standing, most likely an Official Committee of Unsecured Creditors once appointed, may investigate and challenge the validity, extent, priority, or perfection of the prepetition liens.</p>
  <div class="callout">
    <h4>The Challenge Period Is the Pressure Point</h4>
    <p><span class="callout-stat">75 days</span>If the prepetition liens are successfully challenged within the window, the roll-up could be unwound. According to the analysis in the filings, that would alter the economics of the facility and could potentially expose the estate to administrative insolvency. The Challenge Period is the principal mechanism through which a committee could test the roll-up.</p>
  </div>
  <h4>Milestones and Default Triggers</h4>
  <p>The term sheet imposes a tight schedule, with each date an event of default if missed: entry of a final DIP order by July 6, a filed plan and disclosure statement by July 22, solicitation approval by August 12, confirmation by September 18, and a plan effective date of September 21, nine days ahead of the September 30 maturity. The events of default also include termination of the transition services agreement. Because that agreement is with a sponsor-controlled entity, the dossier notes the provision gives that entity indirect leverage over the continued availability of the facility, a potential conflict an Official Committee would likely scrutinize.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>The Dual-Track Sale Process</h2>
  </div>
  <p>The debtors are pursuing value through two parallel tracks that are structured to converge on a single date. The first is a going-concern sale of substantially all assets under Section 363, marketed through the investment banker. The second is an orderly liquidation of inventory, receivables, furniture and equipment, and intellectual property through a liquidation consultant. The two tracks are linked rather than mutually exclusive.</p>
  <p>The convergence mechanism sits in the consultant's services agreement, which gives the company the right to terminate the liquidation engagement if it elects to proceed with a going-concern bid on or before July 30, 2026, the auction date. If a going-concern bid prevails at auction, the liquidation engagement may be terminated and the sale proceeds used to fund the plan. If no such bid emerges, the liquidation continues. The structure allows the market to be tested before the liquidation reduces going-concern value.</p>
  <div class="timeline">
    <div class="timeline-item muted">
      <div class="timeline-date">June 23, 2026</div>
      <div class="timeline-content">Hearing on the bidding procedures, set on shortened notice.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">July 1, 2026</div>
      <div class="timeline-content">Stalking horse designation deadline, preserving the option to name a stalking horse post-filing.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 27, 2026</div>
      <div class="timeline-content">Bid deadline for qualified bids.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 30, 2026</div>
      <div class="timeline-content">Auction, and the date the liquidation engagement may be terminated in favor of a going-concern bid.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">August 6, 2026</div>
      <div class="timeline-content">Sale hearing.</div>
    </div>
  </div>
  <p>The debtors entered bankruptcy without a stalking horse, citing insufficient time and liquidity, with the investment banker retained only three days before the petition. Pre-filing preparation was limited to drafting marketing materials, establishing a data room, and preparing a form non-disclosure agreement. The bidding procedures contemplate a sale free and clear under Section 363(f) supported by the consent of the DIP secured parties, who, following the roll-up, hold the only perfected security interests in the assets. The DIP and prepetition lenders are expressly authorized to credit bid. Assumption and assignment of executory contracts proceed under Section 365, with a cure objection deadline of July 15 and an adequate assurance objection deadline of August 4.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VIII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>The Liquidation Engagement</h2>
  </div>
  <p>SB360 Capital Partners, LLC was selected from among four competing proposals to serve as liquidation consultant under a services agreement dated June 6, 2026. The engagement covers the marketing and liquidation of on-hand and in-transit inventory, the collection of outstanding trade receivables, the sale of furniture, fixtures, and equipment, and, on notice, the sale of intellectual property. The fee structure scales by asset category.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Asset Category</th>
        <th>Fee Rate</th>
      </tr>
    </thead>
    <tbody>
      <tr>
<td class="metric-label">Inventory</td>
<td>4.5% of gross proceeds</td>
</tr>
      <tr>
<td class="metric-label">Receivables</td>
<td>2.5% of net cash collected</td>
</tr>
      <tr>
<td class="metric-label">Furniture, Fixtures &amp; Equipment</td>
<td>15.0% of proceeds</td>
</tr>
      <tr>
<td class="metric-label">Intellectual Property</td>
<td>10.0% of proceeds</td>
</tr>
    </tbody>
  </table>
  <p>A prepayment retainer of $52,500 was funded at execution. The sale term runs 120 days from the start date, which points to an outside termination around October 4, 2026. The consultant's expense budget, however, projects costs only through August 23, which suggests the parties expect the bulk of the liquidation activity to occur within the first 77 days. That expectation aligns the liquidation with the sale and plan timeline rather than the longer contractual term.</p>
  <p>The consultant disclosed a prior relationship worth noting. An affiliate had previously provided collateral monitoring services to the prepetition agent with respect to the predecessor entity, an engagement terminated upon execution of the services agreement. The disclosure is relevant because it reveals a prior connection between the liquidation consultant's affiliate and the DIP agent, a connection that could bear on any challenge to the independence of the liquidation process.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IX ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>The Litigation Trust as the Real Asset</h2>
  </div>
  <p>For the unsecured creditors, the tangible estate offers little. The inventory is being liquidated at a discount, the receivables are pledged, and the tangible asset values are fully encumbered by first-priority secured debt. The CRO declaration reserves the debtors' right to investigate and pursue claims and causes of action against the sponsor, Live Comfortably, and related parties arising from the circumstances of the carve-out and the conduct that followed. The DIP milestones reinforce this by requiring that any confirmed plan establish both a liquidating trust for asset distribution and a separate litigation trust funded with those claims.</p>
  <p>The factual record assembled in the first-day filings points to several theories. None has been adjudicated, and the discussion below describes potential causes of action rather than established liability.</p>
  <p>The first is <strong>fraudulent transfer</strong>. The debtors received no cash and largely obsolete inventory in exchange for taking on roughly $88 million in debt, which raises the question whether the estate received reasonably equivalent value. The second is <strong>breach of fiduciary duty</strong>, grounded in the sponsor's direction to absorb tariffs and its refusal to inject capital, decisions said to have prioritized the sponsor's interests over the company's viability. The third is <strong>equitable subordination</strong> under Section 510(c), under which the sponsor's roughly $70 million of subordinated notes could be subordinated further if the sponsor engaged in inequitable conduct that harmed other creditors. The fourth concerns the <strong>cash diversion</strong>, the routing of more than 75 percent of collections through Live Comfortably's accounts, with $311,000 unreturned at filing, which could support theories of preferential transfer, constructive trust, or conversion. A fifth theory, <strong>deepening insolvency or aiding and abetting</strong>, may be available depending on governing law, addressing the maintenance of an undercapitalized enterprise while value was extracted through transition-services payments.</p>
  <div class="callout">
    <h4>Where Unsecured Recovery Lives</h4>
    <p>With roughly $12 million in trade claims sitting behind fully encumbered assets, the dossier identifies the litigation trust as the primary vehicle for unsecured creditor recovery. On that analysis, the reserved claims against the sponsor and its service-provider affiliate are the most economically significant assets of the estate from the perspective of general unsecured creditors. Whether those claims produce a recovery, and how large, will depend on litigation outcomes that have not yet been tested.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION X ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section X</div>
    <h2>Stakeholder Impact</h2>
  </div>
  <p>The way value and risk distribute across the case reflects the same structural imbalance that defined the company's formation. The secured lenders hold the leverage. The sponsor and its affiliate face exposure rather than recovery. The unsecured creditors depend on a trust that does not yet exist.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Stakeholder</th>
        <th>Position</th>
        <th>Primary Exposure or Path</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Prepetition Secured Lenders</td>
        <td>Strongest. Control the timeline through milestones, hold credit-bid rights, and earn market-plus returns on new money.</td>
        <td>Downside limited unless total recovery falls below the DIP balance plus remaining prepetition secured debt.</td>
      </tr>
      <tr>
        <td class="metric-label">Unsecured Trade Creditors</td>
        <td>Challenging. Roughly $12 million in claims behind fully encumbered assets.</td>
        <td>Recovery runs through the litigation trust and the Challenge Period; a committee would be central.</td>
      </tr>
      <tr>
        <td class="metric-label">Centre Lane Partners (Sponsor)</td>
        <td>Conflicted and adverse. Holds ~$70 million in subordinated notes likely out of the money.</td>
        <td>Target of reserved litigation claims; subordinated debt likely receives no distribution.</td>
      </tr>
      <tr>
        <td class="metric-label">Employees</td>
        <td>Protected on an interim basis. 26 full-time staff, co-employed through a professional employer organization.</td>
        <td>Interim authority to pay $182,800 of prepetition obligations; priority claims within the per-employee cap.</td>
      </tr>
      <tr>
        <td class="metric-label">Live Comfortably (Service Provider)</td>
        <td>Uniquely conflicted. Essential provider, litigation target, and asserter of $5.1 million in claims.</td>
        <td>TSA termination would trigger a DIP default, giving it leverage the estate must manage early.</td>
      </tr>
    </tbody>
  </table>
  <p>On the projected figures, the secured lenders' position appears relatively protected. Against total secured claims of roughly $17.9 million, the DIP budget projects $16.8 million in receipts over the first 13 weeks alone, which the dossier reads as recovery approaching par for the secured class. Unsecured recovery, by contrast, depends on litigation outcomes that may take longer to resolve than the 105-day plan timeline contemplates. That contrast between the two classes runs through the rest of the case.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION XI ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section XI</div>
    <h2>Risk Factors and the Compressed Timeline</h2>
  </div>
  <p>The roughly 105-day path from petition to plan effective date is aggressive even by Delaware standards for a small-to-mid-cap liquidating case. It is feasible only because the asset base is relatively simple, the liquidation is already underway, and the plan is expected to function as a distribution and trust-establishment vehicle rather than a complex reorganization. The lenders have strong incentives to reach a prompt resolution. Several contingencies could disrupt that schedule.</p>
  <p>The first is <strong>transition-services stability</strong>. If Live Comfortably terminates the agreement, the debtors lose access to the systems and functions that keep the business running, which could render it unable to continue even in liquidation, and the DIP facility would default. The second is <strong>going-concern uncertainty</strong>. A marketing process that began three days before filing, with no stalking horse and roughly 52 days to the bid deadline, may not be enough time to attract a buyer for a business with damaged customer relationships. The third is the <strong>Challenge Period outcome</strong>. A successful challenge to the prepetition liens would unwind the roll-up and reshape the economics of the facility. The fourth is <strong>continued tariff exposure</strong>, which weighs on both the value of in-transit inventory and the appeal of the business to any going-concern buyer who would inherit the same cost structure. The fifth is <strong>international creditor coordination</strong>, given a creditor body whose largest members span seven countries, complicating committee formation and communication.</p>
  <p>These risks connect back to the report's opening point. According to the filings, the conditions that left Simply Interior Homes vulnerable at formation, an undercapitalized balance sheet, a dependency on a conflicted affiliate, and a sponsor whose interests diverged from the company's, are the same conditions that shape the bankruptcy. On the analysis reflected in the filings, the estate's recovery for unsecured creditors is expected to come less from the assets it holds than from the claims it has reserved, the value of which will be determined well after the auction concludes.</p>
</section>
<!-- ==================== FOOTER ==================== -->
<footer class="report-footer">
  <div class="container">
    <div class="footer-brand"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report analyzes 33 first-day documents totaling 517 pages filed in <em>In re Simply Interior Homes, LLC, et al.</em>, Case No. 26-10922-CTG (Bankr. D. Del.). It summarizes the formation, capital structure, DIP financing, sale process, liquidation engagement, and reserved litigation claims as reflected in the petition, the CRO declaration, the DIP and bidding procedures motions, and the related interim orders. Proceedings remain pending. Objection deadlines have not passed, the plan and sale have not been approved, and the litigation claims described are reserved theories that have not been adjudicated.</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
    <p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
    <p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
  </div>
</footer>
</body>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/gohealths-prepackaged-restructuring-a-772-million-run-off-in-forty-days</id>
    <published>2026-06-15T00:04:50-05:00</published>
    <updated>2026-06-15T00:05:26-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/gohealths-prepackaged-restructuring-a-772-million-run-off-in-forty-days" rel="alternate" type="text/html"/>
    <title>GoHealth's Prepackaged Restructuring: A $772 Million Run-Off in Forty Days</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p><span>A lender-led change of control converts the funded debt of a former $6.6 billion public company into takeback paper and equity, winding the business down to collect a long-tail commission book on a timeline measured against the Medicare enrollment calendar</span></p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/gohealths-prepackaged-restructuring-a-772-million-run-off-in-forty-days">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<body>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GoHealth Prepackaged Chapter 11 | Stretto Intelligence Special Report</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap" rel="stylesheet">
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 860px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 760px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
  flex-wrap: wrap;
}
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-slate);
  margin: 40px 0 18px;
}
h4 {
  font-size: 18px;
  font-weight: 500;
  color: var(--medium-slate);
  margin: 30px 0 12px;
}
p { margin-bottom: 18px; line-height: 1.75; }
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.2;
}
.stat-card .stat-detail {
  font-size: 13px;
  color: var(--light-slate);
  margin-top: 4px;
}
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
table.comparison {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-size: 15px;
}
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--light-gray);
  vertical-align: top;
}
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
.bar-chart {
  margin: 30px 0;
  padding: 30px;
  background: var(--fine-gray);
  border-radius: 8px;
}
.bar-chart-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-slate);
  margin-bottom: 25px;
}
.bar-group { display: flex; align-items: center; margin-bottom: 16px; }
.bar-label {
  width: 160px;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-body);
  flex-shrink: 0;
  text-align: right;
  padding-right: 16px;
}
.bar-track {
  flex: 1;
  height: 32px;
  background: var(--light-gray);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.bar-fill {
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  transition: width 1s ease;
  white-space: nowrap;
}
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside {
  margin-left: 10px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-body);
  flex-shrink: 0;
  width: 110px;
}
.callout {
  background: var(--dark-slate);
  color: var(--white);
  padding: 35px 40px;
  border-radius: 8px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.callout::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 5px; height: 100%;
  background: var(--accent-orange);
}
.callout h4 {
  color: var(--accent-orange);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: 500;
}
.callout p {
  color: rgba(255,255,255,0.85);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}
.callout .callout-stat {
  font-size: 48px;
  font-weight: 700;
  color: var(--accent-orange);
  display: block;
  margin-bottom: 8px;
}
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before {
  content: '';
  position: absolute;
  left: 8px; top: 0; bottom: 0;
  width: 2px;
  background: var(--medium-gray);
}
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before {
  content: '';
  position: absolute;
  left: -26px; top: 6px;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--accent-orange);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--accent-orange);
}
.timeline-item.muted::before {
  background: var(--light-slate);
  box-shadow: 0 0 0 2px var(--light-slate);
}
.timeline-date {
  font-size: 13px;
  font-weight: 500;
  color: var(--accent-orange);
  letter-spacing: 0.5px;
}
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
.split-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 40px 0;
  border-radius: 8px;
  overflow: hidden;
}
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 44px; font-weight: 700; margin-bottom: 5px; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 15px;
}
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 18px; font-weight: 500; }
.gauge-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  margin: 40px 0;
}
.gauge-card {
  text-align: center;
  padding: 30px 20px;
  background: var(--fine-gray);
  border-radius: 8px;
}
.gauge-card svg { width: 120px; height: 120px; }
.gauge-card .gauge-label {
  font-size: 13px;
  color: var(--light-slate);
  margin-top: 12px;
  font-weight: 400;
}
.gauge-card .gauge-value {
  font-size: 28px;
  font-weight: 700;
  color: var(--dark-slate);
  margin-top: 4px;
}
.report-footer {
  background: var(--dark-slate);
  color: rgba(255,255,255,0.5);
  padding: 50px 40px;
  margin-top: 80px;
  font-size: 13px;
  line-height: 1.7;
}
.report-footer .footer-brand {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
.section-divider {
  height: 1px;
  background: var(--medium-gray);
  margin: 60px auto;
  max-width: 1100px;
}
.lead { font-size: 19px; color: var(--primary-slate); font-weight: 300; }
.note { font-size: 13px; color: var(--light-slate); font-style: italic; margin-top: -10px; }
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
  .bar-label { width: 110px; }
}
</style>
<header class="report-header">
  <div class="header-top">
    <div class="brand-mark"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <div class="report-type">Special Report</div>
  </div>
  <div class="header-content">
    <h1>GoHealth's Prepackaged Restructuring: <span class="highlight">A $772 Million Run-Off in Forty Days</span>
</h1>
    <p class="header-subtitle">A lender-led change of control converts the funded debt of a former $6.6 billion public company into takeback paper and equity, winding the business down to collect a long-tail commission book on a timeline measured against the Medicare enrollment calendar.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>June 2026</span>
      <span>In re GoHealth, Inc., No. 26-10914-TMH (Bankr. D. Del.)</span>
    </div>
  </div>
</header>
<!-- SECTION I -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>The Situation in Brief</h2>
  </div>
  <p class="lead">GoHealth, Inc. and seven affiliates filed prepackaged Chapter 11 petitions on June 7, 2026 in the District of Delaware. By the time the cases reached the courthouse, the outcome was already negotiated. Every prepetition lender had voted to accept the plan, the first-day orders were entered three days later, and the entire proceeding was built to confirm a plan and emerge in roughly forty days.</p>
  <p>What you are looking at is not a turnaround. The plan does not contemplate a reorganized operating company that returns to growth. It contemplates a controlled wind-down. The reorganized entity becomes a Delaware limited liability company that stops selling and spends the next three decades collecting on an existing commission book. The capital structure, the budget, and the timeline all serve that single objective.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Funded Debt Restructured</div>
      <div class="stat-value">$772M</div>
      <div class="stat-detail">Converted to takeback debt and equity</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">IPO Valuation (2020)</div>
      <div class="stat-value">$6.6B</div>
      <div class="stat-detail">$914M raised on the Nasdaq listing</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Target Petition to Emergence</div>
      <div class="stat-value">~40 days</div>
      <div class="stat-detail">Confirmation hearing set for July 16, 2026</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Equity Recovery Pool</div>
      <div class="stat-value">$10M</div>
      <div class="stat-detail">Roughly $0.22 per eligible share</div>
    </div>
  </div>
  <p>The numbers tell the arc on their own. A company that listed at a $6.6 billion valuation in 2020 now carries $772 million in funded debt against total assets of roughly $918 million and total liabilities of roughly $987 million as of March 31, 2026. The disclosure statement values the distribution to common equity at $10 million. That gap between the listing valuation and the equity distribution frames the rest of this report.</p>
</section>
<div class="section-divider"></div>
<!-- SECTION II -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section II</div>
    <h2>From a Public Listing to a Lender Handover</h2>
  </div>
  <p>GoHealth was founded in 2001 in Chicago as Norvax, Inc., rebranded in 2012, and built a technology-enabled marketplace that connects consumers with Medicare Advantage plans. It earns its money two ways. In the agency business, it acts as a licensed insurance agent and collects trailing commissions over the life of each enrolled policy. In the non-agency business, it generated and sold leads to carriers for an upfront fee. The second of those models is what broke.</p>
  <p>When carriers pulled back their Medicare Advantage marketing spend, the non-agency revenue that the company had been counting on did not materialize. That shortfall arrived on top of a debt load assembled largely around the 2020 listing, and the combination left the company without a path to service its obligations out of declining revenue. A government enforcement overhang and a going-concern warning followed, and access to capital narrowed at exactly the moment the company needed it most.</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">2020</div>
      <div class="panel-label">At the IPO</div>
      <div class="split-item">
        <div class="item-label">Enterprise Valuation</div>
        <div class="item-value" style="color: var(--accent-orange);">~$6.6 billion</div>
      </div>
      <div class="split-item">
        <div class="item-label">Capital Raised</div>
        <div class="item-value">$914 million</div>
      </div>
      <div class="split-item">
        <div class="item-label">Posture</div>
        <div class="item-value">Public growth company (Nasdaq: GOCO)</div>
      </div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">2026</div>
      <div class="panel-label">At the Petition Date</div>
      <div class="split-item">
        <div class="item-label">Funded Debt</div>
        <div class="item-value" style="color: var(--accent-orange);">~$772 million</div>
      </div>
      <div class="split-item">
        <div class="item-label">Total Assets / Liabilities</div>
        <div class="item-value">~$918M / ~$987M</div>
      </div>
      <div class="split-item">
        <div class="item-label">Posture</div>
        <div class="item-value">Lender-led run-off LLC</div>
      </div>
    </div>
  </div>
  <p>The restructuring did not happen all at once. It moved through a sequence of steps over roughly a year, each one narrowing the options before the company and its advisors pivoted to a lender-led change of control.</p>
  <div class="timeline">
    <div class="timeline-item">
      <div class="timeline-date">June 2025</div>
      <div class="timeline-content">The company engaged restructuring counsel and a financial advisor following the going-concern disclosure.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">June 30, 2025</div>
      <div class="timeline-content">A thirteenth amendment extended the revolving credit facility maturity to September 30, 2025, buying time to negotiate.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">August 2025</div>
      <div class="timeline-content">The parties executed a $117 million Super-Priority Credit Agreement and a fourteenth amendment, entered an intercreditor agreement, appointed three independent directors, and created a Transformation Committee with exclusive authority over strategic alternatives.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">September 27, 2025</div>
      <div class="timeline-content">An investment banker was retained to explore strategic options.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">Late February 2026</div>
      <div class="timeline-content">After evaluating alternatives, the company and its advisors pivoted to a lender-led change-of-control transaction.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">March 31, 2026</div>
      <div class="timeline-content">The company filed its 2025 Form 10-K with an unqualified audit opinion, signaling stabilization of the go-forward business.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">May 14, 2026</div>
      <div class="timeline-content">One day before solicitation, independent directors opened an investigation into potential claims against parties historically holding a majority of the equity.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">June 7, 2026</div>
      <div class="timeline-content">The eight debtor entities filed voluntary Chapter 11 petitions with a fully solicited prepackaged plan in hand.</div>
    </div>
  </div>
  <p>The August 2025 step deserves a second look, because it set the governance architecture for everything that followed. The appointment of three independent directors and the creation of a committee with exclusive authority over strategic alternatives, both arriving alongside the new money, point to lenders conditioning their support on decision-making insulated from the former controlling shareholders. The investigation opened in May 2026 is consistent with that same governance concern.</p>
</section>
<div class="section-divider"></div>
<!-- SECTION III -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>How the Plan Treats Each Class</h2>
  </div>
  <p>The joint prepackaged plan sorts claims and interests into eleven classes. Reading the treatment top to bottom shows you where the value goes and where it stops. Secured lenders take the company. General unsecured creditors are made whole. Common equity receives a small fixed pool, and the most junior stock receives nothing.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Class</th>
        <th>Treatment Under the Plan</th>
        <th>Status</th>
        <th>Est. Recovery</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Class 3 — Super-Priority Loans</td>
        <td>Pro rata share of $173.9M Senior Takeback Debt (second-out)</td>
        <td>Impaired, voting</td>
        <td class="change-positive">100%</td>
      </tr>
      <tr>
        <td class="metric-label">Class 4 — First Lien Claims</td>
        <td>Pro rata share of $588.3M Junior Takeback Debt (third-out) plus 100% of New Common Interests, subject to MIP dilution</td>
        <td>Impaired, voting</td>
        <td>Greater than 0% to 19%</td>
      </tr>
      <tr>
        <td class="metric-label">Class 5 — General Unsecured</td>
        <td>Reinstated or paid in full in cash; estimated ~$45.6M</td>
        <td>Unimpaired</td>
        <td class="change-positive">100%</td>
      </tr>
      <tr>
        <td class="metric-label">Class 7 — Preferred Stock</td>
        <td>Reinstated and converted to Preferred Interests in the reorganized LLC</td>
        <td>Unimpaired</td>
        <td>Reinstated</td>
      </tr>
      <tr>
        <td class="metric-label">Class 6 — Holdings Interests</td>
        <td>Specified pro rata share of the $10M Equity Recovery Pool</td>
        <td>Impaired, voting</td>
        <td>Share of $10M pool</td>
      </tr>
      <tr>
        <td class="metric-label">Class 8 — Class A Common</td>
        <td>Specified pro rata share of the $10M Equity Recovery Pool</td>
        <td>Impaired, voting</td>
        <td>Share of $10M pool</td>
      </tr>
      <tr>
        <td class="metric-label">Class 9 — Class B Common</td>
        <td>Cancelled; no distribution</td>
        <td>Impaired, deemed to reject</td>
        <td class="change-negative">0%</td>
      </tr>
      <tr>
        <td class="metric-label">Classes 1, 2, 10, 11</td>
        <td>Other secured and priority claims paid or reinstated; intercompany claims and interests reinstated, adjusted, or cancelled at the debtors’ option</td>
        <td>Unimpaired / flexible</td>
        <td>Varies</td>
      </tr>
    </tbody>
  </table>
  <p class="note">Recovery figures are estimates drawn from the disclosure statement and remain subject to confirmation and to the ultimate realization of the underlying assets.</p>
  <p>The unusual feature is the order. Preferred Stock is reinstated and carried into the reorganized entity at par plus accrued dividends, a projected allowed amount of roughly $56.9 million, while First Lien Claims senior to it in the conventional capital stack are pegged at a recovery of 19% or less. That sequencing only holds together because the First Lien lenders voted to accept it. The treatment reads as a consensual element of the negotiated deal rather than a strict application of priority, with the preferred reinstated on the theory that its existing contractual rights are being honored without modification rather than receiving a distribution on account of a junior position.</p>
</section>
<div class="section-divider"></div>
<!-- SECTION IV -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>The Exit Capital Structure</h2>
  </div>
  <p>The reorganized company emerges with three term loan tranches that share a common maturity of July 17, 2031. The lenders are not funding new money into a growth plan. They are converting their existing exposure into takeback paper, adding a modest new money facility for liquidity, and carving out a small slice of that facility to fund the equity distribution.</p>
  <div class="bar-chart">
    <div class="bar-chart-title">Post-Emergence Term Loan Tranches (maturing July 2031)</div>
    <div class="bar-group">
      <div class="bar-label">New Money Exit Facility</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 8%;"></div></div>
      <div class="bar-value-outside">$20.0M</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Senior Takeback Debt</div>
      <div class="bar-track"><div class="bar-fill orange" style="width: 30%;">$173.9M</div></div>
      <div class="bar-value-outside">second-out</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Junior Takeback Debt</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 100%;">$588.3M</div></div>
      <div class="bar-value-outside">third-out</div>
    </div>
  </div>
  <p>The $20 million new money exit facility sits first in the waterfall and provides operating liquidity, with $10 million of it earmarked to fund the Equity Recovery Pool. The Senior Takeback Debt sits second-out and the Junior Takeback Debt third-out, preserving the relative priority between the Super-Priority and First Lien facilities that the parties built prepetition. The takeback structure means the lenders hold the same assets after emergence that secured their loans before it, now in a cleaner, deleveraged form.</p>
</section>
<div class="section-divider"></div>
<!-- SECTION V -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>Ten Million Dollars for the Equity</h2>
  </div>
  <p>The equity distribution puts the change in the company's value in concrete terms. Common holders in Classes 6 and 8 share a $10 million pool, funded out of the new money exit facility. Spread across roughly 45.99 million eligible shares, that works out to approximately $0.22 per share. The Class B common stock, some 12.6 million shares, receives nothing at all.</p>
  <div class="callout">
    <h4>Why Equity Receives Anything</h4>
    <p><span class="callout-stat">$0.22</span>Under the absolute priority rule, junior equity receives a distribution only when senior classes are paid in full or consent. Here the First Lien lenders recover 19% or less yet voted to accept, supplying the consent that lets value reach equity at all. The $10 million is best understood as value gifted down the structure by senior creditors to secure a consensual plan and avoid litigation, not as a recovery the equity could otherwise command.</p>
  </div>
  <p>One drafting detail reinforces the point. Lenders who also hold equity positions must waive their specified pro rata share of the pool, which keeps the secured creditors who already receive 100% of the reorganized equity from reaching back into the equity recovery. The provision ensures the pool flows to genuine outside equity holders rather than circling back to the lenders, and it closes off an obvious objection before it can be raised.</p>
</section>
<div class="section-divider"></div>
<!-- SECTION VI -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>The Case for the Plan: Liquidation Tells You Why</h2>
  </div>
  <p>Every prepackaged plan has to answer the same question for the judge. Would creditors do better in a Chapter 7 liquidation than under the plan? The liquidation analysis answers it, and the answer explains why the parties pursued a negotiated run-off rather than a forced sale.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Asset</th>
        <th>Book Value</th>
        <th>Low</th>
        <th>Mid</th>
        <th>High</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Cash</td>
        <td>$20M</td>
        <td>$20M</td>
        <td>$20M</td>
        <td>$20M</td>
      </tr>
      <tr>
        <td class="metric-label">Net Contract Asset</td>
        <td>$570M</td>
        <td>$57M (10%)</td>
        <td>$85M (15%)</td>
        <td>$114M (20%)</td>
      </tr>
      <tr>
        <td class="metric-label">PP&amp;E</td>
        <td>$5M</td>
        <td>$0M</td>
        <td>$1M</td>
        <td>$1M</td>
      </tr>
      <tr>
        <td class="metric-label">Other Assets</td>
        <td>$19M</td>
        <td>$0</td>
        <td>$0</td>
        <td>$0</td>
      </tr>
      <tr>
        <td class="metric-label">Total Distributable</td>
        <td>—</td>
        <td>$68M</td>
        <td>$95M</td>
        <td>$123M</td>
      </tr>
    </tbody>
  </table>
  <p>The value loss is concentrated in one line. The net contract asset carries a book value of roughly $570 million, but a forced sale of trailing commission rights would draw only deeply discounted bids, somewhere in the range of 10% to 20% of book. Concentration in a handful of carriers, the complexity of the underlying counterparty relationships, and a collection horizon stretching beyond thirty years all push a buyer’s price down. Against $772 million in claims, a liquidation yields $68 million to $123 million in distributable value.</p>
  <p>Run the recovery through the waterfall and the contrast is clear. In liquidation, the Super-Priority claims recover somewhere between 39% and 71%, the First Lien claims recover nothing across every scenario, and every junior class recovers nothing. Under the plan, by contrast, even the First Lien class that tops out at 19% does better than the zero it would see in a Chapter 7. That comparison satisfies the best interests test, and it explains why a class recovering 19% or less still voted unanimously to accept.</p>
</section>
<div class="section-divider"></div>
<!-- SECTION VII -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>Operating on a Razor-Thin Budget</h2>
  </div>
  <p>The debtors are funding these cases with cash collateral rather than a debtor-in-possession loan. With the lenders already holding all of the funded debt and consenting to the use of their cash, there was no reason to layer new money on top. The trade-off is that the company operates inside a tightly drawn six-week budget with almost no room to miss.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Beginning Cash</div>
      <div class="stat-value">$16.2M</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Net Cash Consumed</div>
      <div class="stat-value">($10.0M)</div>
      <div class="stat-detail">Over the six-week budget period</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Ending Cash (Week 6)</div>
      <div class="stat-value">$6.2M</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Cushion Above Covenant</div>
      <div class="stat-value">$1.2M</div>
      <div class="stat-detail">Minimum liquidity covenant of $5.0M</div>
    </div>
  </div>
  <p>By the target emergence in Week 6, projected liquidity falls to $6.2 million against a $5.0 million minimum liquidity covenant, a cushion of just $1.2 million. There is no slack in that figure. Any meaningful slip beyond the July 17 emergence target would force either additional financing or a relaxation of the covenant, which is precisely why the timeline is built the way it is. The adequate protection package gives the lenders replacement liens, section 507(b) superpriority claims for any diminution in value, ongoing payment of their professionals, and the budget compliance and variance reporting that let them watch the cash week by week.</p>
  <div class="callout">
    <h4>The Real Deadline Is Not in the Plan</h4>
    <p>The compressed schedule is not a matter of preference. GoHealth must emerge before August 1, 2026 to participate in pre-planning for the 2026 Annual Enrollment Period for Medicare Advantage. Miss that window and the business loses its connection to the enrollment cycle that generates its commissions. The budget and the confirmation calendar are both written backward from that date.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- SECTION VIII -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>Protecting More Than a Billion Dollars in Tax Attributes</h2>
  </div>
  <p>One first-day motion protects an asset that does not appear on the operating balance sheet. The debtors hold a substantial stock of tax attributes, and an uncontrolled change in equity ownership before the planned change of control could trigger limitations under section 382 that would erode their value. The stock transfer procedures exist to prevent that from happening by accident.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Tax Attribute</th>
        <th>Amount</th>
      </tr>
    </thead>
    <tbody>
      <tr>
<td class="metric-label">Federal NOLs</td>
<td>$596 million</td>
</tr>
      <tr>
<td class="metric-label">State NOLs</td>
<td>$606 million</td>
</tr>
      <tr>
<td class="metric-label">IRC § 163(j) Carryforwards</td>
<td>$108 million</td>
</tr>
      <tr>
<td class="metric-label">Other Federal Credits</td>
<td>~$500,000</td>
</tr>
      <tr>
<td class="metric-label">Total</td>
<td>~$1.31 billion</td>
</tr>
    </tbody>
  </table>
  <p>The procedures require notice to the debtors, and court approval, before any transfer that would push a holder across a 4.5% ownership threshold or increase the position of an existing large holder. The legal theory treats the attributes as property of the estate, with an unauthorized transfer that risks a section 382 ownership change functioning as a violation of the automatic stay. There is a wrinkle worth flagging. The reorganized entity converts from a C corporation to an LLC and operates in run-off, which may limit how much of this attribute stock the company can actually use, even as the bankruptcy exception under section 382(l)(5) may preserve the attributes from the annual limitation given that creditors will own all of the reorganized equity.</p>
</section>
<div class="section-divider"></div>
<!-- SECTION IX -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>A Vote That Was Already Counted</h2>
  </div>
  <p>The defining characteristic of a prepackaged case is that the voting is substantially done before the petition is filed. GoHealth solicited its sophisticated creditors prepetition under Securities Act exemptions and reserved postpetition solicitation for its retail equity holders. The preliminary tabulation shows the level of support the plan carries into confirmation.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Class</th>
        <th>Amount / Shares Accepting</th>
        <th>% in Amount</th>
        <th>% in Number</th>
        <th>% of Outstanding</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Class 3 (Super-Priority)</td>
        <td>~$173.95M</td>
        <td class="change-positive">100%</td>
        <td class="change-positive">100%</td>
        <td>100%</td>
      </tr>
      <tr>
        <td class="metric-label">Class 4 (First Lien)</td>
        <td>~$592.57M</td>
        <td class="change-positive">100%</td>
        <td class="change-positive">100%</td>
        <td>100%</td>
      </tr>
      <tr>
        <td class="metric-label">Class 6 (Holdings Interests)</td>
        <td>~12.56M shares</td>
        <td class="change-positive">100%</td>
        <td class="change-positive">100%</td>
        <td>99.45%</td>
      </tr>
      <tr>
        <td class="metric-label">Class 8 (Class A Common)</td>
        <td>~10.14M shares</td>
        <td class="change-positive">100%</td>
        <td class="change-positive">100%</td>
        <td>61%</td>
      </tr>
    </tbody>
  </table>
  <p>Every voting class cleared its statutory threshold, and each one did so unanimously among those who voted. That gives the debtors substantial margin on the impaired-accepting-class requirement and removes any realistic dispute over the arithmetic of acceptance. The remaining work is qualitative rather than numerical: the issues a court still has to weigh sit outside the vote count.</p>
</section>
<div class="section-divider"></div>
<!-- SECTION X -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section X</div>
    <h2>The Road to Confirmation and the Questions Still Open</h2>
  </div>
  <p>The scheduling order entered June 10, 2026 lays out a calendar that leaves little room for drift. The plan supplement, the final first-day hearing, the equity voting and objection deadline, the confirmation briefing, and the confirmation hearing all fall within a tight five-week window.</p>
  <div class="timeline">
    <div class="timeline-item muted">
      <div class="timeline-date">July 1, 2026</div>
      <div class="timeline-content">Initial plan supplement deadline.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">July 6, 2026</div>
      <div class="timeline-content">Final hearing on the first-day motions.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 8, 2026</div>
      <div class="timeline-content">Combined deadline for interests voting, plan and confirmation objections, and release opt-in.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">July 13, 2026</div>
      <div class="timeline-content">Final voting report, confirmation brief, and reply due.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 16, 2026</div>
      <div class="timeline-content">Confirmation hearing, with a target effective date the following day and an outside date of July 31, 2026.</div>
    </div>
  </div>
  <p>Three issues sit outside the vote and are worth watching. The first is the third-party releases. The releases are structured as opt-in for equity holders and deemed granted for lenders through their acceptance ballots, and the scheduling order expressly reserves the court’s determination of whether the releases are consensual. That reservation reflects the heightened scrutiny releases face in Delaware following recent appellate law, and the opt-in design is built to strengthen the consensual argument.</p>
  <p>The second is the independent investigation. It examines potential claims against former majority equity holders and is expected to conclude before the confirmation hearing, with the plan reserving a right to be amended based on the outcome. The tension is one of sequence: a confirmed plan that releases the debtors’ claims could extinguish the very claims the investigation is designed to surface, which puts practical pressure on resolving the investigation before the releases take effect.</p>
  <p>The third is the government enforcement action. The pending False Claims Act matter is a contingent liability whose plan treatment is not fully spelled out in the first-day record. It likely falls outside the debtor release, which carves out retained causes of action, and the government is unlikely to opt into a third-party release, so its treatment is a question the plan supplement and later filings will need to address.</p>
  <div class="callout">
    <h4>What Confirmation Will Turn On</h4>
    <p>The math of acceptance is settled. What remains is judgment. Whether the releases are consensual, how the investigation lands, and how the enforcement claim is treated are the variables that will shape the final confirmed plan, and each of them sits in the court’s hands rather than the creditors’.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- SECTION XI -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section XI</div>
    <h2>What It Means for Each Constituency</h2>
  </div>
  <p>Reduced to its essentials, the plan moves the company from its former owners to its lenders, keeps trade creditors whole to preserve operations through the wind-down, leaves common equity a small fixed recovery, and places the workforce on a transition path.</p>
  <h4>Secured Lenders</h4>
  <p>The lenders take the company. Super-Priority holders receive takeback debt at face value, First Lien holders receive takeback debt plus all of the reorganized equity, and both benefit from a mandatory cash sweep projected to return $112 million over three and a half years. The 19%-or-less recovery range on the First Lien claims is a function of uncertainty in the contract asset, not a ceiling. If collections run ahead of the projections, that recovery moves up.</p>
  <h4>Equity Holders</h4>
  <p>Common holders receive roughly $0.22 per share and a choice about the release. Opting in grants it; declining preserves whatever claims a holder might have against the released parties. Class B holders receive nothing, which creates a real divide between the two common classes that the plan does not paper over.</p>
  <h4>General Unsecured Creditors</h4>
  <p>Trade and other general unsecured creditors are reinstated or paid in full. The first-day authority to pay trade claims simply accelerates what the plan would do at emergence, and the result is a constituency with no economic reason to object and no committee likely to form.</p>
  <h4>Employees and Carriers</h4>
  <p>The roughly 296 employees face a transition to third-party servicing assumed by July 2027, which points toward the elimination of most remaining roles, including the internal licensed agents, even as the first-day relief keeps wages and benefits flowing through the case. The carrier relationships are the other side of the run-off. They are the sole source of cash collections, and the order continuing the carrier programs, together with the stay relief that lets carriers run their ordinary chargeback processes, is what keeps that revenue intact.</p>
  <p>Stand back from the individual constituencies and the logic of the case is consistent throughout. A business whose growth model is gone is being converted into a financial asset, the commission book, and handed to the parties best positioned to collect it. The plan is the mechanism for that conversion, and the forty-day timeline is the cost of doing it before the enrollment window closes.</p>
</section>
<!-- FOOTER -->
<footer class="report-footer">
  <div class="container">
    <div class="footer-brand"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report analyzes the first-day filing package and initial interim orders in the prepackaged Chapter 11 cases of GoHealth, Inc. and its affiliated debtors, No. 26-10914-TMH (Bankr. D. Del.), including the plan, disclosure statement and its financial projections and liquidation analysis, the cash collateral and operational first-day motions, and the scheduling and solicitation materials. All figures and plan terms are drawn from those filings and remain subject to amendment, objection, and confirmation.</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
    <p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
    <p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
  </div>
</footer>
</body>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/goldenpeaks-poland-a-cross-border-solar-restructuring-financed-by-its-sponsor</id>
    <published>2026-06-07T01:35:23-05:00</published>
    <updated>2026-06-07T01:35:45-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/goldenpeaks-poland-a-cross-border-solar-restructuring-financed-by-its-sponsor" rel="alternate" type="text/html"/>
    <title>GoldenPeaks Poland: A Cross-Border Solar Restructuring Financed by Its Sponsor</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p><span>A 664 MWp Polish solar enterprise with roughly $952 million of funded debt enters Chapter 11 in Texas with less than €1.1 million of unencumbered cash</span></p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/goldenpeaks-poland-a-cross-border-solar-restructuring-financed-by-its-sponsor">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<body>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GoldenPeaks Poland: A Solar Platform Restructures Under Its Sponsor's Hand | Stretto Intelligence</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap" rel="stylesheet">
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
/* --- HEADER --- */
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 860px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 760px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
}
/* --- LAYOUT --- */
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
/* --- SECTION HEADERS --- */
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
p { margin-bottom: 18px; line-height: 1.75; }
/* --- STAT CARDS --- */
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value { font-size: 32px; font-weight: 700; color: var(--dark-slate); line-height: 1.2; }
.stat-card .stat-detail { font-size: 13px; color: var(--light-slate); margin-top: 4px; }
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
/* --- COMPARISON TABLES --- */
table.comparison { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 15px; }
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td { padding: 14px 18px; border-bottom: 1px solid var(--light-gray); vertical-align: top; }
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
/* --- BAR CHARTS --- */
.bar-chart { margin: 30px 0; padding: 30px; background: var(--fine-gray); border-radius: 8px; }
.bar-chart-title { font-size: 16px; font-weight: 500; color: var(--dark-slate); margin-bottom: 25px; }
.bar-group { display: flex; align-items: center; margin-bottom: 16px; }
.bar-label {
  width: 140px;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-body);
  flex-shrink: 0;
  text-align: right;
  padding-right: 16px;
}
.bar-track { flex: 1; height: 32px; background: var(--light-gray); border-radius: 4px; position: relative; overflow: hidden; }
.bar-fill {
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  transition: width 1s ease;
}
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside { margin-left: 10px; font-size: 13px; font-weight: 500; color: var(--text-body); flex-shrink: 0; width: 90px; }
/* --- CALLOUT BOXES --- */
.callout { background: var(--dark-slate); color: var(--white); padding: 35px 40px; border-radius: 8px; margin: 40px 0; position: relative; overflow: hidden; }
.callout::before { content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: var(--accent-orange); }
.callout h4 { color: var(--accent-orange); font-size: 13px; letter-spacing: 2px; text-transform: uppercase; margin: 0 0 12px; font-weight: 500; }
.callout p { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.7; margin: 0; }
.callout .callout-stat { font-size: 48px; font-weight: 700; color: var(--accent-orange); display: block; margin-bottom: 8px; }
/* --- TIMELINES --- */
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before { content: ''; position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: var(--medium-gray); }
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before { content: ''; position: absolute; left: -26px; top: 6px; width: 12px; height: 12px; border-radius: 50%; background: var(--accent-orange); border: 3px solid var(--white); box-shadow: 0 0 0 2px var(--accent-orange); }
.timeline-item.muted::before { background: var(--light-slate); box-shadow: 0 0 0 2px var(--light-slate); }
.timeline-date { font-size: 13px; font-weight: 500; color: var(--accent-orange); letter-spacing: 0.5px; }
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
/* --- SPLIT COMPARISON PANELS --- */
.split-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 40px 0; border-radius: 8px; overflow: hidden; }
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 40px; font-weight: 700; margin-bottom: 5px; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; }
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 18px; font-weight: 500; }
/* --- SVG GAUGE GRAPHICS --- */
.gauge-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 25px; margin: 40px 0; }
.gauge-card { text-align: center; padding: 30px 20px; background: var(--fine-gray); border-radius: 8px; }
.gauge-card svg { width: 120px; height: 120px; }
.gauge-card .gauge-label { font-size: 13px; color: var(--light-slate); margin-top: 12px; font-weight: 400; }
.gauge-card .gauge-value { font-size: 28px; font-weight: 700; color: var(--dark-slate); margin-top: 4px; }
/* --- FOOTER --- */
.report-footer { background: var(--dark-slate); color: rgba(255,255,255,0.5); padding: 50px 40px; margin-top: 80px; font-size: 13px; line-height: 1.7; }
.report-footer .footer-brand { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
}
</style>
<!-- ==================== HEADER ==================== -->
<header class="report-header">
  <div class="header-top">
    <div class="brand-mark"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <div class="report-type">Special Report</div>
  </div>
  <div class="header-content">
    <h1>GoldenPeaks Poland: A Cross-Border Solar Restructuring <span class="highlight">Financed by Its Sponsor</span>
</h1>
    <p class="header-subtitle">A 664 MWp Polish solar enterprise with roughly $952 million of funded debt enters Chapter 11 in Texas with less than €1.1 million of unencumbered cash, with debtor-in-possession financing proposed by Brookfield, its controlling equity holder and junior secured lender.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>June 2026</span>
      <span>Analysis of 24 first-day documents across 366 pages</span>
    </div>
  </div>
</header>
<!-- ==================== SECTION I ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>The Filing at a Glance</h2>
  </div>
  <p>On May 29, 2026, GoldenPeaks Poland Holding Limited and 39 affiliated entities filed for Chapter 11 protection in the United States Bankruptcy Court for the Southern District of Texas, before the Honorable Alfredo R. Pérez. The Debtors describe themselves as the largest owner of utility-scale solar photovoltaic assets in Poland and a leading independent renewable power producer in Eastern Europe. The cases are jointly administered under Case No. 26-90564.</p>
  <p>The filing pairs a substantial operating asset base with an acute shortage of cash. The enterprise spans roughly 368 entities across Malta, Poland, and the United States, of which 40 have filed, with further filings anticipated. It operates 664 MWp of energized solar capacity and carries another 592 MWp in construction or development. Against that, the consolidated group held less than €1.1 million of unencumbered cash by mid-April 2026 and owed vendors more than $81 million. The gap between asset value and available liquidity is the entire story of these cases.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Energized Capacity</div>
      <div class="stat-value">664 MWp</div>
      <div class="stat-detail">Nine fully or partially operational Portfolio Groups</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Funded Debt</div>
      <div class="stat-value">~$952M</div>
      <div class="stat-detail">Including accrued and unpaid interest</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Unencumbered Cash</div>
      <div class="stat-value">&lt;€1.1M</div>
      <div class="stat-detail">As of April 15, 2026</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Proposed DIP</div>
      <div class="stat-value">$162.8M</div>
      <div class="stat-detail">From Brookfield affiliates, junior secured</div>
    </div>
  </div>
  <p>The debtor-in-possession financing and the full suite of first-day motions analyzed in this report remain proposed and subject to the Court's review as of the petition date period covered here; objection deadlines have not passed, and the proposed terms may be amended. The Debtors target emergence within three to four months through a value-maximizing sale transaction and/or a Chapter 11 plan, a timeline that the proposed DIP facility's three-month maturity is built to enforce.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION II ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section II</div>
    <h2>The Asset Base</h2>
  </div>
  <p>GoldenPeaks Poland Holding Limited, the Maltese holding company at the apex of the structure and referred to in the filings as TopCo, sits above a tiered group of Maltese intermediate holding companies, Polish operating companies, and several hundred Polish special purpose vehicles that directly own the individual solar projects. The Debtors organize their assets into 14 Portfolio Groups named for the NATO phonetic alphabet: Alpha, Bravo, Charlie, Delta, Echo, Foxtrot, Gamma, Helios, Iris, Juno, Leto, Sierra, Timber, and Whiskey. The projects sit across roughly 136 non-Debtor SPVs holding 548 individual solar projects in total.</p>
  <p>Nine of the Portfolio Groups are fully or partially operational and account for the 664 MWp currently energized. Five more are under construction or in ready-to-build status, targeting an additional 592 MWp and bringing total target capacity to 1,256 MWp. That split matters for the restructuring: the operating projects generate the revenue that supports the senior debt, while the development pipeline is precisely the part that consumes cash and depends on continued sponsor funding to advance.</p>
  <div class="bar-chart">
    <div class="bar-chart-title">Operational Portfolio Groups by Energized Capacity (MWp)</div>
    <div class="bar-group">
      <div class="bar-label">Gamma</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 100%;">89</div></div>
      <div class="bar-value-outside">Operational</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Alpha</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 96.6%;">86</div></div>
      <div class="bar-value-outside">Operational</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Bravo</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 96.6%;">86</div></div>
      <div class="bar-value-outside">Operational</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Echo</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 89.9%;">80</div></div>
      <div class="bar-value-outside">Operational</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Charlie</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 80.9%;">72</div></div>
      <div class="bar-value-outside">Operational</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Iris</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 78.7%;">70</div></div>
      <div class="bar-value-outside">Operational</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Foxtrot</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 74.2%;">66</div></div>
      <div class="bar-value-outside">Operational</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Leto</div>
      <div class="bar-track"><div class="bar-fill orange" style="width: 73.0%;">65 of 97</div></div>
      <div class="bar-value-outside">Partial</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Delta</div>
      <div class="bar-track"><div class="bar-fill orange" style="width: 56.2%;">50 of 76</div></div>
      <div class="bar-value-outside">Partial</div>
    </div>
  </div>
  <p>Beyond the energized groups, Helios (145 MWp target) is under construction, while Juno (68 MWp), Sierra (100 MWp), Timber (133 MWp), and Whiskey (78 MWp) remain in ready-to-build status. During 2025, the Company generated $63 million in revenue from power sales, with no project sales recorded during the period. The platform historically integrated development, engineering, financing, supply chain management, construction, asset operations, and commercial energy sales under one roof. As the cases open, much of that integrated function has been transferred to third parties, a point developed in the sections that follow.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION III ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>How the Liquidity Ran Out</h2>
  </div>
  <p>The distress described in the declaration of Edward Manning, the Alvarez &amp; Marsal managing director serving as restructuring advisor, did not come from a single event. It accumulated. Operational pressure, governance breakdown, and the collapse of a critical subcontractor compounded one another until the enterprise had neither the cash to operate nor a path to raise more on its own.</p>
  <p>On the operational side, the Polish grid operator imposed curtailments that restricted the Debtors' ability to sell the power their installations generated, cutting directly into revenue. Construction costs and interest rates ran ahead of projections and strained liquidity further. The most damaging blow came from Spectris Energy, the Company's former primary operations, maintenance, engineering, and construction subcontractor, which applied for remedial proceedings in Poland in January 2026 after component cost increases, higher rates, and exchange rate swings overwhelmed it. Spectris effectively ceased functioning once Polish tax authorities froze its bank accounts, disrupting both ongoing operations and construction timelines.</p>
  <p>Behind the operational picture sat a set of financial governance failures that made the situation harder to see and harder to fix. The enterprise carried multiple overlapping chief financial officers with unclear accountability. Accounting ledgers had not been closed since December 2025. No standalone financial statements were prepared for individual Debtor entities, and no budget reports or compliance certificates were delivered to lenders. The result was technical and covenant defaults stacked on top of payment defaults: missed operating reports and budgets, failed project completion milestones and PPA revenue targets, and debt service coverage ratio breaches.</p>
  <div class="stat-row">
    <div class="stat-card negative">
      <div class="stat-label">Vendor Payables</div>
      <div class="stat-value">$81M+</div>
      <div class="stat-detail">Including ~$1M for critical leases</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Payment Defaults</div>
      <div class="stat-value">$25M+</div>
      <div class="stat-detail">Across nine financial facilities</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Failed Equity Raise</div>
      <div class="stat-value">Q1 2026</div>
      <div class="stat-detail">Paused for insufficient interest</div>
    </div>
  </div>
  <p>The Debtors did not arrive at Chapter 11 for lack of trying other paths. They explored a sale through informal discussions that began in July 2025, ran a debt refinancing process that sent an RFP to banks in June 2025 and selected a preferred bidder that September, and paused an equity raise in the first quarter of 2026 after it failed to attract sufficient interest. None succeeded. A request for standstills from senior lenders on May 19, 2026 produced no signed agreement by the petition date, and the existing standstill between Brookfield and the mezzanine lenders expired on May 31, 2026 with the lenders declining to extend. The following chronology shows how the external deadlines converged.</p>
  <div class="timeline">
    <div class="timeline-item muted">
      <div class="timeline-date">January 2026</div>
      <div class="timeline-content">Spectris Energy, the primary O&amp;M and EPC subcontractor, applies for remedial proceedings in Poland.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">April 15, 2026</div>
      <div class="timeline-content">Consolidated unencumbered cash falls below €1.1 million.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">May 13, 2026</div>
      <div class="timeline-content">TopCo signs an Asset Management Agreement with Ergy sp. z o.o. for day-to-day operation of the Poland Portfolio.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">May 16, 2026</div>
      <div class="timeline-content">Brookfield confirms it will no longer fund non-Debtor expenses, prompting non-Debtor directors to begin local insolvency proceedings.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">May 19, 2026</div>
      <div class="timeline-content">The Company requests standstills from senior lenders; none are signed by the petition date.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">May 31, 2026</div>
      <div class="timeline-content">The Brookfield-mezzanine standstill expires without extension; certain insurance policies expire and are renewed.</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IV ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>The Prepetition Capital Structure</h2>
  </div>
  <p>Total funded obligations aggregate approximately $952 million, including accrued and unpaid interest. All prepetition facilities are denominated in Euros and converted to U.S. dollars for disclosure. The structure layers in a conventional project-finance waterfall: senior secured debt at the operating company level, mezzanine debt at the intermediate holding company level, and a junior corporate facility on everything not pledged to the senior tranches. A small VAT facility sits alongside.</p>
  <div class="bar-chart">
    <div class="bar-chart-title">Funded Debt by Tranche (Approximate, USD)</div>
    <div class="bar-group">
      <div class="bar-label">Senior (OpCo)</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 100%;">$473M</div></div>
      <div class="bar-value-outside">Project-level</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Junior (Brookfield)</div>
      <div class="bar-track"><div class="bar-fill orange" style="width: 62.2%;">$294M</div></div>
      <div class="bar-value-outside">Corporate</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Mezzanine (MidCo)</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 39.1%;">$185M</div></div>
      <div class="bar-value-outside">Equity interests</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">VAT Facility</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 2.5%;">$11.7M</div></div>
      <div class="bar-value-outside">mBank</div>
    </div>
  </div>
  <p>The senior tranche, roughly $473 million, is organized by Portfolio Group and held by a broad syndicate of European institutions. The table below summarizes the OpCo facilities by group and lender.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Portfolio</th>
        <th>Lenders</th>
        <th>Approximate Balance</th>
      </tr>
    </thead>
    <tbody>
      <tr>
<td class="metric-label">Alpha</td>
<td>Siemens Bank / BayernLB / KfW</td>
<td>$41M</td>
</tr>
      <tr>
<td class="metric-label">Bravo</td>
<td>Siemens Bank / BayernLB / KfW</td>
<td>$54M</td>
</tr>
      <tr>
<td class="metric-label">Charlie</td>
<td>PKO / DNB</td>
<td>$52M</td>
</tr>
      <tr>
<td class="metric-label">Delta/Echo</td>
<td>BayernLB</td>
<td>$85M</td>
</tr>
      <tr>
<td class="metric-label">Foxtrot/Gamma</td>
<td>BayernLB / DZ Bank</td>
<td>$82M</td>
</tr>
      <tr>
<td class="metric-label">Iris</td>
<td>PKO / DNB</td>
<td>$88M</td>
</tr>
      <tr>
<td class="metric-label">Leto</td>
<td>PKO / DNB</td>
<td>$88M</td>
</tr>
      <tr>
<td class="metric-label">Helios</td>
<td>Siemens / mBank / Bank Pekao</td>
<td>$53M</td>
</tr>
      <tr>
<td class="metric-label">Timber</td>
<td>Rivage</td>
<td>$18M</td>
</tr>
    </tbody>
  </table>
  <p>The mezzanine layer, roughly $185 million, is secured at the MidCo level by two groups: Berenberg Alternative Assets Fund II, secured by the Iris, Leto, Helios, Sierra, Juno, and Timber MidCo entities, and Internationale Kapitalanlagegesellschaft mbH (represented by Prime Capital AG), secured by the Delta/Echo and Foxtrot/Gamma MidCo entities. The junior layer, roughly $294 million, is the Brookfield position: a prepetition credit facility of approximately $282 million dating to October 2022 and amended five times, most recently in May 2026, plus a $12 million prepetition bridge facility executed and funded in early May 2026 by the same Brookfield entities as emergency financing.</p>
  <div class="callout">
    <h4>The Recovery Threshold</h4>
    <p>Because Brookfield's $294 million corporate facility sits junior to both the OpCo and MidCo tranches, its recovery on that prepetition debt depends on enterprise value exceeding roughly $658 million, the combined balance of the senior and mezzanine layers. The same party holds that junior position, the equity, and the proposed DIP facility, and would hold credit bidding rights in any sale.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION V ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>The DIP Facility: Structure and Economics</h2>
  </div>
  <p>The proposed financing is a junior secured superpriority term loan facility from funds managed by Brookfield Asset Management Limited and its affiliates, with a Brookfield affiliate serving as administrative and collateral agent. Total commitments run up to approximately $162.8 million, comprising up to $150.7 million in new-money delayed-draw term loans and roughly $12.1 million in roll-up loans that refinance prepetition incremental facilities on a cashless basis. Of the new money, $92.9 million is designated as discretionary delayed draws that require lender consent and are earmarked for construction and development. The non-discretionary portion, available through interim and final draws, totals $57.8 million.</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">$57.8M</div>
      <div class="panel-label">Non-Discretionary Draws</div>
      <div class="split-item">
        <div class="item-label">Interim Draw</div>
        <div class="item-value">$34.8M</div>
      </div>
      <div class="split-item">
        <div class="item-label">Upon Final Order</div>
        <div class="item-value">$23.0M</div>
      </div>
      <div class="split-item">
        <div class="item-label">Availability</div>
        <div class="item-value" style="color: var(--accent-orange);">Committed</div>
      </div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">$92.9M</div>
      <div class="panel-label">Discretionary Delayed Draws</div>
      <div class="split-item">
        <div class="item-label">Purpose</div>
        <div class="item-value">Construction / development</div>
      </div>
      <div class="split-item">
        <div class="item-label">Condition</div>
        <div class="item-value">Required DIP Lender consent</div>
      </div>
      <div class="split-item">
        <div class="item-label">Availability</div>
        <div class="item-value" style="color: var(--accent-orange);">At lender discretion</div>
      </div>
    </div>
  </div>
  <p>The discretionary structure gives the lender ongoing control over whether the development pipeline advances. More than half of the new money is available only if Brookfield chooses to release it, which means the value of the under-construction Portfolio Groups during the case depends on continued consent from the same party negotiating any sale. The Debtors describe the economic terms as aggressive, attributing them to the risk profile and to Brookfield's position as the only willing lender.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Term</th>
        <th>Rate / Amount</th>
      </tr>
    </thead>
    <tbody>
      <tr>
<td class="metric-label">Interest Rate</td>
<td>13.00% per annum, paid in kind</td>
</tr>
      <tr>
<td class="metric-label">Default Rate</td>
<td>Additional 3.00% per annum</td>
</tr>
      <tr>
<td class="metric-label">Original Issue Discount</td>
<td>5.00%</td>
</tr>
      <tr>
<td class="metric-label">Exit Premium</td>
<td>5.00%</td>
</tr>
      <tr>
<td class="metric-label">Prepayment Multiple (MOIC)</td>
<td>1.75x</td>
</tr>
      <tr>
<td class="metric-label">Ticking Fee</td>
<td>6.50% per annum on undrawn amounts</td>
</tr>
    </tbody>
  </table>
  <p>On the security side, the facility seeks first-priority liens on previously unencumbered assets under Section 364(c)(2), junior liens on already-encumbered assets under Section 364(c)(3), and priming liens on collateral subject to intercompany liens under Section 364(d). Its superpriority administrative claim under Section 364(c)(1) is expressly junior to the prepetition OpCo facility claims, a structural protection that matters to the senior project lenders. The DIP agent is also granted credit bidding rights, allowing Brookfield to bid its DIP claims in any sale.</p>
  <p>The Debtors anticipate challenges to these terms and pre-empt them with precedent. On the prepayment multiple, they cite a 2x MOIC in <em>In re Zynex</em>, 1.3x in <em>In re PosiGen</em>, and figures from <em>In re Steward Health Care</em> and <em>In re Linqto Texas</em>. On the roll-up, they note ratios as high as 3:1 in <em>In re First Brands Group</em>, 5.7:1 in <em>In re Noble House</em>, and 6:1 in <em>In re IM3NY LLC</em>, against which the GoldenPeaks roll-up ratio of roughly 1:12.5, measured as $12.1 million of roll-up against $150.7 million of new money, is presented as substantially more favorable.</p>
  <div class="callout">
    <h4>Estimated Cost of the Facility</h4>
    <p>The dossier estimates that, over a three-month term, the facility would carry roughly $5.3 million in PIK interest on the full $162.8 million at 13%, approximately $8.1 million of original issue discount, and approximately $8.1 million of exit premium, before the 1.75x MOIC floor and the 6.5% ticking fee on undrawn commitments. These are estimates drawn from the proposed terms, not adjudicated amounts, and the actual figures will depend on how much is drawn and how long the facility remains outstanding.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VI ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>The 13-Week Budget</h2>
  </div>
  <p>The proposed facility is supported by a 13-week cash flow budget that makes the capital intensity of the enterprise plain. Operating disbursements alone run to $110 million over the period, with another $39.3 million in restructuring costs, producing negative net cash flow of $149.4 million. The budget is funded by drawing the facility down to its full new-money capacity, leaving a thin cash cushion at the end of the period.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Line Item</th>
        <th>Total (13 Weeks)</th>
      </tr>
    </thead>
    <tbody>
      <tr>
<td class="metric-label">Operating Disbursements</td>
<td class="change-negative">$(110.0M)</td>
</tr>
      <tr>
<td class="metric-label">Restructuring Costs</td>
<td class="change-negative">$(39.3M)</td>
</tr>
      <tr>
<td class="metric-label">Net Cash Flow</td>
<td class="change-negative">$(149.4M)</td>
</tr>
      <tr>
<td class="metric-label">DIP Draws – Discretionary</td>
<td>$92.9M</td>
</tr>
      <tr>
<td class="metric-label">DIP Draws – Interim &amp; Final</td>
<td>$57.8M</td>
</tr>
      <tr>
<td class="metric-label">Ending DIP Balance (Week 13)</td>
<td>$150.7M</td>
</tr>
      <tr>
<td class="metric-label">Ending Cash Balance (Week 13)</td>
<td>$5.0M</td>
</tr>
    </tbody>
  </table>
  <p>The budget governs more than spending. Actual aggregate operating disbursements may not exceed the approved budget by more than 25.0% on a rolling four-week cumulative basis, the permitted variance, and the initial budget and each subsequent budget must be approved by the required DIP lenders. Because nearly all of those disbursements flow through the Debtors' existing cash management system, the budget, the variance test, and the cash management relief sought in the first-day motions are functionally one mechanism. The DIP facility cannot operate as designed unless the existing multi-country account structure stays in place.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>Brookfield's Four Roles and the Special Committee</h2>
  </div>
  <p>The structure of these cases concentrates multiple roles in a single party. Brookfield is the ultimate equity holder through Goldenpeaks Portfolio Holding Limited, the prepetition junior secured lender on roughly $294 million, the emergency bridge lender on $12 million, and the proposed DIP lender on up to $162.8 million. It controls two of the five seats on the TopCo board. The entity that holds the equity and the junior secured debt is also the entity proposing to finance the case and positioned, through credit bidding, to acquire the enterprise.</p>
  <div class="gauge-row">
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#FD7250" stroke-width="10" stroke-dasharray="125.7 188.5" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="56" text-anchor="middle" font-size="13" font-weight="700" fill="#2C4146">2 of 5</text>
        <text x="60" y="72" text-anchor="middle" font-size="8" fill="#6B8A91">board seats</text>
      </svg>
      <div class="gauge-label">TopCo Board Control</div>
      <div class="gauge-value" style="font-size:16px;">Brookfield-affiliated</div>
    </div>
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#2C4146" stroke-width="10" stroke-dasharray="314.16 0" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="56" text-anchor="middle" font-size="13" font-weight="700" fill="#2C4146">4</text>
        <text x="60" y="72" text-anchor="middle" font-size="8" fill="#6B8A91">roles</text>
      </svg>
      <div class="gauge-label">Positions Held</div>
      <div class="gauge-value" style="font-size:15px;">Equity, junior, bridge, DIP</div>
    </div>
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#FD7250" stroke-width="10" stroke-dasharray="115 199.2" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="56" text-anchor="middle" font-size="12" font-weight="700" fill="#2C4146">$12.1M</text>
        <text x="60" y="72" text-anchor="middle" font-size="8" fill="#6B8A91">roll-up</text>
      </svg>
      <div class="gauge-label">Prepetition Debt Crystallized</div>
      <div class="gauge-value" style="font-size:15px;">Into a DIP claim</div>
    </div>
  </div>
  <p>To manage that concentration, the Debtors created a Special Committee on June 1, 2026, consisting of the two independent directors, Josiah Rotenberg and Jame Donath, empowered to act on all restructuring matters, related-party transactions, and investigative matters. The committee's mandate is broad enough to reach the circumstances under which Brookfield acquired its equity and debt positions, the terms of the bridge financing, and any prepetition transfers.</p>
  <p>The Debtors lean on that oversight to support their characterization of the DIP as negotiated at arm's length and their claim to good-faith protection under Section 364(e). That characterization will be tested against the structural reality the filings describe. The Debtors currently have no employees and rely entirely on three outside providers: Alvarez &amp; Marsal as restructuring advisor, Ergy for asset management, and PricewaterhouseCoopers for back-office functions. The good-faith and arm's-length findings the DIP requires rest on the independence of two directors and a committee formed two days before the first-day motions were filed. Any official unsecured creditors' committee, if appointed, would be positioned to examine that oversight, consistent with the Special Committee's own investigative mandate.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VIII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>The First-Day Motions</h2>
  </div>
  <p>The Debtors filed a comprehensive suite of first-day motions on June 3, 2026, each invoking the emergency relief standard under Bankruptcy Rule 6003 and each relying on the Manning declaration for its factual predicate. A common theme runs through them: in a cross-border case, the automatic stay does not reliably reach foreign vendors who can assert ownership under Polish law or hedging counterparties who hold safe-harbor termination rights, so affirmative court authorization to pay or perform is needed to hold critical relationships in place.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Motion</th>
        <th>Relief Sought</th>
        <th>Key Figures</th>
      </tr>
    </thead>
    <tbody>
      <tr>
<td class="metric-label">Insurance (Dkt. 12)</td>
<td>Continue coverage, pay premiums, renew or modify policies</td>
<td>~40 policies, five coverage types</td>
</tr>
      <tr>
<td class="metric-label">Foreign Vendor (Dkt. 13)</td>
<td>Pay prepetition claims of critical foreign vendors</td>
<td>$1.1M interim / $1.6M final cap</td>
</tr>
      <tr>
<td class="metric-label">PII Redaction (Dkt. 14)</td>
<td>Redact individuals' identifying information; notice procedures</td>
<td>GDPR and TDPSA exposure cited</td>
</tr>
      <tr>
<td class="metric-label">Hedging (Dkt. 16)</td>
<td>Continue interest rate swaps and Virtual PPAs</td>
<td>~$875K prepetition owed</td>
</tr>
      <tr>
<td class="metric-label">Taxes &amp; Fees (Dkt. 17)</td>
<td>Pay prepetition CIT, VAT, and regulatory fees</td>
<td>Active KAS audit of 2025 CIT</td>
</tr>
      <tr>
<td class="metric-label">Cash Management (Dkt. 18)</td>
<td>Maintain existing system; waive Section 345(b) to July 20</td>
<td>196 accounts, six banks, four countries</td>
</tr>
      <tr>
<td class="metric-label">DIP Financing (Dkt. 24)</td>
<td>Authorize junior secured superpriority DIP facility</td>
<td>Up to $162.8M from Brookfield</td>
</tr>
    </tbody>
  </table>
  <p>Two motions carry particular weight for value preservation. The hedging motion matters because safe-harbor provisions may allow counterparties to terminate swaps and Virtual PPAs notwithstanding the stay. Terminating the interest rate swaps would expose the Debtors to floating-rate risk on $473 million of senior project debt, and terminating the Virtual PPAs would eliminate revenue certainty on the power being generated, so the roughly $875,000 in prepetition amounts is a modest price for keeping those instruments alive. The foreign vendor motion is modest in dollars, with a $1.6 million final cap against more than $81 million in total payables, but it targets the photovoltaic components and specialized services that the filings describe as the heart of any solar project, and it conditions payment on vendors maintaining their most favorable prepetition trade terms.</p>
  <p>The cash management motion is the connective tissue. The 196 accounts across mBank, PKO Bank Polski, Helvetische Bank, Berenberg, HSBC Germany, and JPMorgan Chase cannot easily be consolidated into U.S. banks because of local legal requirements and prepetition financing prohibitions, so the Debtors seek a waiver of the Section 345(b) deposit requirements through a July 20, 2026 compliance deadline. As noted earlier, that relief is effectively a precondition for the DIP, whose proceeds flow into the same non-U.S. accounts.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IX ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>Venue and the Cross-Border Architecture</h2>
  </div>
  <p>The U.S. filing rests on a thin but deliberate nexus. The Debtors assert venue under the affiliate provision of 28 U.S.C. Section 1408(2), anchored by GoldenPeaks Poland LLC, a Texas limited liability company formed prepetition and member-managed by TopCo, with registered offices in Houston. Beyond that entity, the U.S. footprint consists of a shared escrow account at JPMorgan Chase holding roughly $35,000 and an approximately $100,000 counsel retainer at a Houston bank. Key stakeholders selected Texas as the preferred U.S. venue during prepetition negotiations.</p>
  <p>The Debtors close off the alternatives rather than leave them open. The Polish superpriority financing mechanism introduced in 2016 reforms has, in their account, never been deployed at the required scale and does not stay out-of-court enforcement by secured creditors, including seizure of pledged shares. The Maltese Pre-Insolvency Act has been effective only since December 2022, has been used once, and offers no meaningful body of precedent. Both are described as value-destructive relative to Chapter 11, which provides a comprehensive automatic stay, an established DIP framework, and robust sale and plan processes. The Debtors point to recent Southern District of Texas filings, including <em>In re Northvolt AB</em> and <em>In re Sunnova Energy</em>, as evidence the Court is comfortable with this kind of cross-border entry.</p>
  <p>The cross-border architecture the venue must accommodate is complex. Roughly 136 non-Debtor SPVs hold the 548 solar projects and fall outside the Chapter 11 automatic stay. Following Brookfield's May 16 funding cessation, non-Debtor directors began local insolvency proceedings, creating a parallel track outside the U.S. Court's control. The case also implicates the Maltese pre-insolvency regime for the Maltese entities, EU and UK data protection rules for personal information, active Polish tax authority audit activity, and three currency denominations. Notably, the filed documents do not yet discuss a Chapter 15 recognition petition or formal protocols with foreign courts, coordination tools that may become necessary as the case progresses.</p>
  <div class="callout">
    <h4>Two Tracks, One Enterprise</h4>
    <p>The value in these cases lives in 548 solar projects held by non-Debtor SPVs that the U.S. stay does not protect. The Chapter 11 estate controls the holding and operating layers above them, but the projects themselves can be drawn into Polish insolvency proceedings already underway. Reconciling the U.S. process with those local proceedings is as central to the outcome as the DIP itself.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION X ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section X</div>
    <h2>The Road to Exit and Stakeholder Implications</h2>
  </div>
  <p>The Debtors target emergence within three to four months through a value-maximizing sale and/or a Chapter 11 plan, and the DIP's three-month maturity is built to keep that timeline honest. The facility matures at the earliest of three months from closing, the consummation of a sale, a plan effective date, conversion to Chapter 7, acceleration on default, or a failure to obtain required orders by set deadlines. The proposed challenge period gives any official committee 60 days, and other parties 75 days, to contest the prepetition liens and claims. The carve-out for professional fees is tight: a $750,000 cap on professional fees after a trigger notice and a $25,000 committee investigation budget, both of which may draw objection.</p>
  <div class="timeline">
    <div class="timeline-item">
      <div class="timeline-date">June 3, 2026</div>
      <div class="timeline-content">Emergency hearing on the interim DIP order; full first-day motion suite filed.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">June 23, 2026</div>
      <div class="timeline-content">Objection deadline for the DIP final order.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">June 30, 2026</div>
      <div class="timeline-content">Final hearing on DIP financing.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">July 20, 2026</div>
      <div class="timeline-content">Proposed Section 345(b) cash management compliance deadline.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">Aug–Sep 2026</div>
      <div class="timeline-content">Targeted exit, three to four months from the petition date.</div>
    </div>
  </div>
  <p>Each constituency enters the case from a different position. The senior OpCo lenders, owed roughly $473 million, benefit from the express subordination of the DIP superpriority claim to their facility claims, but their collateral sits in non-Debtor SPVs that may face local insolvency, their construction projects remain incomplete, and they had not signed standstills as of the petition date. The mezzanine lenders, owed roughly $185 million, sit structurally below the OpCo tranche and face the DIP's junior liens on their collateral, with the expired Brookfield standstill leaving the intercreditor dynamics unresolved.</p>
  <p>Unsecured creditors are relatively small, with the largest scheduled claim at roughly $531,000, though three banks hold contingent performance bond claims of undetermined amount that could materially change the unsecured totals. For this group, the restrictive carve-out and the $25,000 investigation budget are the immediate pressure points. Brookfield, finally, occupies the position these cases are built around: a junior creditor whose recovery turns on value above roughly $658 million, a DIP lender with superpriority claims and credit bidding rights, and an equity holder controlling two board seats, with the roll-up crystallizing part of its prepetition exposure as a DIP claim.</p>
  <p>The path to a value-maximizing outcome runs through three variables that the first-day record only begins to address. The Special Committee's oversight has to carry the weight of the arm's-length and good-faith findings the DIP requires. An official unsecured creditors' committee, if appointed, will test the carve-out, the challenge period, and the DIP economics against the precedent the Debtors have marshaled. And the U.S. process has to be reconciled with the parallel Polish proceedings over the non-Debtor SPVs that hold the actual projects. How those three resolve will shape whether the three-to-four-month timeline can be achieved in a manner that maximizes value across the capital structure.</p>
</section>
<!-- ==================== FOOTER ==================== -->
<footer class="report-footer">
  <div class="container">
    <div class="footer-brand"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report analyzes 24 first-day documents spanning 366 pages filed in <em>In re GoldenPeaks Poland Holding Limited, et al.</em>, Case No. 26-90564 (ARP), in the United States Bankruptcy Court for the Southern District of Texas, Houston Division. The DIP financing and the first-day motions discussed here remain proposed and subject to the Court's review. Objection deadlines have not passed, and proposed terms may be amended.</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
    <p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
    <p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
  </div>
</footer>
</body>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/the-inotiv-prepack-deleveraging-a-contract-research-platform-through-a-consensual-plan</id>
    <published>2026-06-07T01:32:53-05:00</published>
    <updated>2026-06-07T01:33:37-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/the-inotiv-prepack-deleveraging-a-contract-research-platform-through-a-consensual-plan" rel="alternate" type="text/html"/>
    <title>The Inotiv Prepack: Deleveraging a Contract Research Platform Through a Consensual Plan</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>A consensual, supermajority-supported balance-sheet restructuring proposes to eliminate roughly $325 million of funded debt, convert debtor-in-possession loans straight into exit financing, and hand most of the reorganized equity to first-lien lenders while leaving trade creditors whole</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/the-inotiv-prepack-deleveraging-a-contract-research-platform-through-a-consensual-plan">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<body>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Inotiv Prepack | Stretto Intelligence Special Report</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap" rel="stylesheet">
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
/* --- HEADER --- */
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 820px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 720px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
  flex-wrap: wrap;
}
/* --- LAYOUT --- */
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
/* --- SECTION HEADERS --- */
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
p { margin-bottom: 18px; line-height: 1.75; }
.lead { font-size: 18px; }
/* --- STAT CARDS --- */
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.2;
}
.stat-card .stat-detail { font-size: 13px; color: var(--light-slate); margin-top: 4px; }
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
/* --- COMPARISON TABLES --- */
table.comparison { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 15px; }
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td { padding: 14px 18px; border-bottom: 1px solid var(--light-gray); vertical-align: top; }
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
table.comparison tfoot td {
  padding: 14px 18px;
  border-top: 2px solid var(--dark-slate);
  font-weight: 700;
  color: var(--dark-slate);
  background: var(--light-gray);
}
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
/* --- BAR CHARTS --- */
.bar-chart { margin: 30px 0; padding: 30px; background: var(--fine-gray); border-radius: 8px; }
.bar-chart-title { font-size: 16px; font-weight: 500; color: var(--dark-slate); margin-bottom: 25px; }
.bar-group { display: flex; align-items: center; margin-bottom: 16px; }
.bar-label {
  width: 200px;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-body);
  flex-shrink: 0;
  text-align: right;
  padding-right: 16px;
}
.bar-track { flex: 1; height: 32px; background: var(--light-gray); border-radius: 4px; position: relative; overflow: hidden; }
.bar-fill {
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  transition: width 1s ease;
  white-space: nowrap;
}
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside { margin-left: 10px; font-size: 13px; font-weight: 500; color: var(--text-body); flex-shrink: 0; width: 120px; }
/* --- CALLOUT BOXES --- */
.callout {
  background: var(--dark-slate);
  color: var(--white);
  padding: 35px 40px;
  border-radius: 8px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.callout::before { content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: var(--accent-orange); }
.callout h4 {
  color: var(--accent-orange);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: 500;
}
.callout p { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.7; margin: 0; }
.callout p + p { margin-top: 14px; }
.callout .callout-stat { font-size: 48px; font-weight: 700; color: var(--accent-orange); display: block; margin-bottom: 8px; }
/* --- TIMELINES --- */
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before { content: ''; position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: var(--medium-gray); }
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before {
  content: '';
  position: absolute;
  left: -26px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent-orange);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--accent-orange);
}
.timeline-item.muted::before { background: var(--light-slate); box-shadow: 0 0 0 2px var(--light-slate); }
.timeline-date { font-size: 13px; font-weight: 500; color: var(--accent-orange); letter-spacing: 0.5px; }
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
/* --- SPLIT COMPARISON PANELS --- */
.split-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 40px 0; border-radius: 8px; overflow: hidden; }
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 40px; font-weight: 700; margin-bottom: 5px; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; }
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 18px; font-weight: 500; }
/* --- SVG GAUGE GRAPHICS --- */
.gauge-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 25px; margin: 40px 0; }
.gauge-card { text-align: center; padding: 30px 20px; background: var(--fine-gray); border-radius: 8px; }
.gauge-card svg { width: 120px; height: 120px; }
.gauge-card .gauge-label { font-size: 13px; color: var(--light-slate); margin-top: 12px; font-weight: 400; }
.gauge-card .gauge-value { font-size: 28px; font-weight: 700; color: var(--dark-slate); margin-top: 4px; }
/* --- FOOTER --- */
.report-footer { background: var(--dark-slate); color: rgba(255,255,255,0.5); padding: 50px 40px; margin-top: 80px; font-size: 13px; line-height: 1.7; }
.report-footer .container { padding: 0; }
.report-footer .footer-brand { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; }
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
/* --- SECTION DIVIDER --- */
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
  .bar-label { width: 130px; }
}
</style>
<!-- ==================== HEADER ==================== -->
<header class="report-header">
  <div class="header-top">
    <div class="brand-mark"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <div class="report-type">Special Report</div>
  </div>
  <div class="header-content">
    <h1>The Inotiv Prepack: <span class="highlight">Deleveraging a Contract Research Platform Through a Consensual Plan</span>
</h1>
    <p class="header-subtitle">A consensual, supermajority-supported balance-sheet restructuring proposes to eliminate roughly $325 million of funded debt, convert debtor-in-possession loans straight into exit financing, and hand most of the reorganized equity to first-lien lenders while leaving trade creditors whole.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>June 2026</span>
      <span>In re Inotiv, Inc., No. 26-90601 (CML), Bankr. S.D. Tex.</span>
    </div>
  </div>
</header>
<!-- ==================== SECTION I ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>A Prepackaged Case Engineered for Speed and Consent</h2>
  </div>
  <p class="lead">Inotiv, Inc. and eighteen affiliated debtors filed voluntary petitions on June 3, 2026, in the United States Bankruptcy Court for the Southern District of Texas. The filing is not a search for a buyer or a runway to fix operations. It is the execution step of a deal that was already negotiated and documented before the petition. A Restructuring Support Agreement signed the day before filing carries the consent of more than 99% of first-lien claims, more than 85% of the PIK Notes, and more than 80% of the unsecured convertible notes.</p>
  <p>That level of prepetition agreement is what makes the rest of the plan possible. The debtors propose to confirm the plan at a combined hearing on July 14, roughly six weeks after the June 3 petition, with an effective date no later than July 23. The headline metrics frame the problem the deal is built to solve and the shape of the solution.</p>
  <div class="stat-row">
    <div class="stat-card negative">
      <div class="stat-label">Funded Debt at Filing</div>
      <div class="stat-value">$488.7M</div>
      <div class="stat-detail">Five tranches, weighted rate above 11.6%</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Enterprise Value (Midpoint)</div>
      <div class="stat-value">$247M</div>
      <div class="stat-detail">Range of $222M to $273M (Perella Weinberg)</div>
    </div>
    <div class="stat-card positive">
      <div class="stat-label">Funded Debt Eliminated</div>
      <div class="stat-value">~$325.4M</div>
      <div class="stat-detail">Through equitization under the proposed plan</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Petition to Combined Hearing</div>
      <div class="stat-value">41 Days</div>
      <div class="stat-detail">Effective date no later than July 23, 2026</div>
    </div>
  </div>
  <p>Inotiv is an Indiana-based contract research organization operating in two segments. Its Discovery and Safety Assessment segment provides nonclinical drug discovery and development services, including pharmacokinetic and pharmacodynamic analysis, toxicology, safety pharmacology, and bioanalytical testing. Its Research Models and Services segment supplies purpose-bred laboratory animals, including rodents and non-human primates, for biomedical research. The company runs 24 owned or leased facilities across 22 locations in four countries, with roughly 86% of facilities in the United States, and employs approximately 1,756 people. For the six months ended March 31, 2026, it reported total revenue of approximately $238.5 million against total assets of approximately $702.4 million. The shares trade on Nasdaq under the ticker NOTV, and the disclosure statement contemplates that the reorganized parent would emerge as a private company.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION II ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section II</div>
    <h2>Fourteen Acquisitions, One Balance Sheet</h2>
  </div>
  <p>The distress traces directly to a growth strategy. Between July 2018 and July 2022, the company completed fourteen acquisitions in roughly 48 months. The largest was the November 2021 purchase of Envigo RMS Holding Corp., which built out the Research Models and Services segment and was funded in part through the secured credit agreement entered into the same day. The acquisitions delivered scale. They also delivered leverage that the business could not carry once revenue softened.</p>
  <p>By the petition date the company held approximately $488.7 million of funded debt at a weighted average effective rate above 11.6%. Interest expense alone reached approximately $27.5 million for the six months ended March 31, 2026. That cost ran against a declining top line, with Research Models and Services revenue down approximately $12.6 million, or 8.0%, year over year, and an operating loss of approximately $35.6 million for the same six-month period. A balance sheet assembled for expansion was now servicing debt the operations could no longer support.</p>
  <div class="callout">
    <h4>The Core Mismatch</h4>
    <p>First-lien claims alone total $274.9 million. The independent valuation places total enterprise value at $222 million to $273 million. The senior secured debt sits at or above the entire value of the business, which means the value break falls inside the first-lien class and every junior layer is out of the money on a strict priority basis. That fact shapes the architecture of the plan.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION III ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>Four Industry Headwinds Converging at Once</h2>
  </div>
  <p>Leverage made the company fragile. A set of concurrent industry pressures, each documented in the supporting declaration, is what turned fragility into a filing. They compound rather than substitute for one another.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Headwind</th>
        <th>Mechanism</th>
        <th>Effect on the Business</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">NIH Budget Cuts</td>
        <td>Proposed 40% reduction for fiscal year 2026 against a roughly $47.2 billion annual budget</td>
        <td>Reduces federal funding available for the preclinical research that drives demand</td>
      </tr>
      <tr>
        <td class="metric-label">FDA Modernization Act 2.0</td>
        <td>December 2022 law removing the mandatory animal-testing requirement for drug approval</td>
        <td>Erodes long-term demand for a core service line</td>
      </tr>
      <tr>
        <td class="metric-label">Non-Human Primate Supply</td>
        <td>China's 2020 halt on cynomolgus monkey exports; import tariffs of 10% to 20%</td>
        <td>Raises costs and constrains supply in the Research Models segment</td>
      </tr>
      <tr>
        <td class="metric-label">DOJ Settlement Compliance</td>
        <td>June 2024 resolution and plea agreement: $22.0 million fine, $7.0 million in mandated improvements, monitorship</td>
        <td>Adds cash obligations, compliance cost, and reputational drag through at least January 2028</td>
      </tr>
    </tbody>
  </table>
  <p>These pressures compounded an already leveraged balance sheet. The two first-lien tranches matured within months of the petition, on October 15 and November 5, 2026, and the company could not refinance that wall of maturities as it came due.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IV ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>The Capital Structure and the Liquidity Wall</h2>
  </div>
  <p>The funded debt resolves into five tranches of descending priority. The structure matters because it determines who controls the case and where recoveries stop.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Instrument</th>
        <th>Priority</th>
        <th>Rate</th>
        <th>Maturity</th>
        <th>Amount</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Bridge Facility DDTL</td>
        <td>First lien</td>
        <td>PIK 6.25% plus Term SOFR plus 1.50%</td>
        <td>Oct. 15, 2026</td>
        <td>$40.5M</td>
      </tr>
      <tr>
        <td class="metric-label">First Lien Claims</td>
        <td>First lien</td>
        <td>PIK 0.25% plus Term SOFR plus 6.50%</td>
        <td>Nov. 5, 2026</td>
        <td>$274.9M</td>
      </tr>
      <tr>
        <td class="metric-label">PIK Notes</td>
        <td>Second lien</td>
        <td>15.00% fixed</td>
        <td>Feb. 4, 2027</td>
        <td>$28.3M</td>
      </tr>
      <tr>
        <td class="metric-label">DOJ Settlement</td>
        <td>Third lien</td>
        <td>4.18%</td>
        <td>June 3, 2028</td>
        <td>$13.3M</td>
      </tr>
      <tr>
        <td class="metric-label">Unsecured Convertible Notes</td>
        <td>Unsecured</td>
        <td>3.250%</td>
        <td>Oct. 15, 2027</td>
        <td>$131.7M</td>
      </tr>
    </tbody>
    <tfoot>
      <tr>
        <td>Total Funded Debt</td>
        <td></td>
        <td></td>
        <td></td>
        <td>$488.7M</td>
      </tr>
    </tfoot>
  </table>
  <p>The maturity wall is the trigger, but the liquidity position is what forced the calendar. On the petition date the debtors held approximately $2.7 million in unrestricted cash against weekly operating disbursements of approximately $8.0 million. A business spending eight dollars for every three it holds cannot wait. That gap is the reason the first day of the case includes an emergency request for debtor-in-possession financing, and the reason the interim order is sought within three days of filing.</p>
  <div class="stat-row">
    <div class="stat-card negative">
      <div class="stat-label">Unrestricted Cash at Filing</div>
      <div class="stat-value">~$2.7M</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Weekly Operating Disbursements</div>
      <div class="stat-value">~$8.0M</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Near-Term First-Lien Maturities</div>
      <div class="stat-value">$315.4M</div>
      <div class="stat-detail">Bridge and first lien maturing Oct. and Nov. 2026</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION V ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>Valuation and Where the Value Breaks</h2>
  </div>
  <p>Perella Weinberg Partners valued the debtors using a discounted cash flow analysis, a comparable public companies analysis, and a precedent transactions analysis. The work produces an enterprise value range of $222 million to $273 million, with a midpoint of $247 million, and an implied equity value range of $77 million to $128 million, with a midpoint of $102 million, on an assumed effective date of July 17, 2026.</p>
  <p>The valuation does two jobs in this case. It locates the value break inside the first-lien class, because $274.9 million of first-lien claims exceeds the top of the enterprise value range. And it sets the predicate for the plan's treatment of junior creditors, who receive value only because senior creditors agree to share it. With first-lien claims sitting above total enterprise value, the proposed equity allocation puts the overwhelming majority of the reorganized company in first-lien hands.</p>
  <div class="gauge-row">
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#2C4146" stroke-width="10" stroke-dasharray="292.2 21.96" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#FD7250" stroke-width="10" stroke-dasharray="21.96 292.2" stroke-dashoffset="-292.2" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="56" text-anchor="middle" font-size="15" font-weight="700" fill="#2C4146">93%</text>
        <text x="60" y="72" text-anchor="middle" font-size="8" fill="#6B8A91">First Lien</text>
      </svg>
      <div class="gauge-label">Proposed New Equity Allocation</div>
      <div class="gauge-value" style="font-size:16px;">93% First Lien / 7% Notes Recovery</div>
    </div>
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#FD7250" stroke-width="10" stroke-dasharray="311 3.16" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="56" text-anchor="middle" font-size="13" font-weight="700" fill="#2C4146">&gt;99%</text>
        <text x="60" y="72" text-anchor="middle" font-size="8" fill="#6B8A91">Consent</text>
      </svg>
      <div class="gauge-label">First-Lien RSA Support</div>
      <div class="gauge-value" style="font-size:16px;">Holders of &gt;99% of first-lien claims</div>
    </div>
    <div class="gauge-card">
      <svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#3D5A61" stroke-width="10" stroke-dasharray="170.9 143.3" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="56" text-anchor="middle" font-size="13" font-weight="700" fill="#2C4146">~54%</text>
        <text x="60" y="72" text-anchor="middle" font-size="8" fill="#6B8A91">Recovery</text>
      </svg>
      <div class="gauge-label">Estimated First-Lien Recovery</div>
      <div class="gauge-value" style="font-size:16px;">Approximately 54.4% under the plan</div>
    </div>
  </div>
  <p>The reorganized company would carry $150 million of exit debt against a midpoint enterprise value of $247 million, a leverage ratio of roughly 0.6 times. That is a structural reset from the pre-filing position, where funded debt sat at roughly 2.0 times enterprise value.</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">Before</div>
      <div class="panel-label">Capital Structure at Filing</div>
      <div class="split-item">
        <div class="item-label">Funded Debt</div>
        <div class="item-value" style="color: var(--accent-orange);">$488.7M</div>
      </div>
      <div class="split-item">
        <div class="item-label">Weighted Average Rate</div>
        <div class="item-value">Above 11.6%</div>
      </div>
      <div class="split-item">
        <div class="item-label">Leverage vs. Enterprise Value</div>
        <div class="item-value">~2.0x</div>
      </div>
      <div class="split-item">
        <div class="item-label">Ownership</div>
        <div class="item-value">Public (Nasdaq: NOTV)</div>
      </div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">After</div>
      <div class="panel-label">Proposed Reorganized Structure</div>
      <div class="split-item">
        <div class="item-label">Exit Term Loan Facility</div>
        <div class="item-value" style="color: var(--accent-orange);">$150M</div>
      </div>
      <div class="split-item">
        <div class="item-label">Funded Debt Eliminated</div>
        <div class="item-value">~$325.4M</div>
      </div>
      <div class="split-item">
        <div class="item-label">Leverage vs. Enterprise Value</div>
        <div class="item-value">~0.6x</div>
      </div>
      <div class="split-item">
        <div class="item-label">Ownership</div>
        <div class="item-value">Private; equity to first-lien lenders</div>
      </div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VI ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>DIP Financing That Becomes the Exit</h2>
  </div>
  <p>The debtor-in-possession facility is a superpriority, priming term loan totaling $65,515,451. It splits into $25 million of new money, of which up to $16 million is available on the interim order, and a $40,515,451 cashless roll-up of the existing Bridge Facility delayed-draw loans. The agent is Acquiom Agency Services LLC.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Total DIP Commitments</div>
      <div class="stat-value">$65.5M</div>
      <div class="stat-detail">$25M new money plus $40.5M roll-up</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Interest Rate</div>
      <div class="stat-value">SOFR + 11.5%</div>
      <div class="stat-detail">2.5% floor, paid in kind</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Stated Maturity</div>
      <div class="stat-value">60 Days</div>
      <div class="stat-detail">Extendable 30 days with required-lender consent</div>
    </div>
  </div>
  <p>The defining feature is the conversion mechanism. All DIP claims convert dollar for dollar into the $150 million Exit Term Loan Facility on the effective date. The DIP lenders are therefore repaid not in cash but by stepping into the reorganized company's senior debt, which removes the refinancing risk that often shadows an exit. The portion of the $150 million facility not consumed by the converted DIP claims, the remaining exit term loans, flows to first-lien claimholders as part of their recovery. That is why first-lien holders receive both 93% of the new equity and a slice of the exit debt, and why they have every incentive to support the plan.</p>
  <h3>Establishing the Arm's-Length Character</h3>
  <p>Because the facility comes from existing lenders and includes a roll-up, the debtors built a record showing it was the best financing available. The marketing process is the evidence that the "unable to obtain credit" requirement of Section 364 is satisfied.</p>
  <div class="bar-chart">
    <div class="bar-chart-title">Prepetition Financing Marketing Funnel</div>
    <div class="bar-group">
      <div class="bar-label">Parties contacted</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 100%;">87</div></div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">NDAs executed</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 73.6%;">64</div></div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Proposals submitted</div>
      <div class="bar-track"><div class="bar-fill orange" style="width: 5.7%;">5</div></div>
      <div class="bar-value-outside">all insufficient</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Acceptable third-party DIP offers</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 1.5%;"></div></div>
      <div class="bar-value-outside">0 of 11 solicited</div>
    </div>
  </div>
  <p>Eleven third-party DIP lenders were solicited specifically, and none was willing to lend on terms the debtors found acceptable. The roll-up of the $40.5 million Bridge Facility is justified on the standard ground that the prepetition secured parties would not consent to the use of their cash collateral without it. The motion frames authorization under the business judgment standard, citing the familiar line of DIP-financing authority, and notes that there is no duty to canvass every possible lender.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>Plan Treatment: Who Gets What</h2>
  </div>
  <p>The plan equitizes the funded debt and reinstates the obligations the business needs to keep operating. The proposed recoveries follow the value break. First-lien holders receive nearly all of the new equity, junior funded creditors receive a small negotiated allocation, and existing equity is cancelled.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Class</th>
        <th>Claim Amount</th>
        <th>Proposed Treatment</th>
        <th>Est. Recovery</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Class 3 — First Lien</td>
        <td>$274.9M</td>
        <td>93% of new equity plus remaining exit term loans</td>
        <td class="change-positive">~54.4%</td>
      </tr>
      <tr>
        <td class="metric-label">Class 4 — DOJ Claims</td>
        <td>$13.3M</td>
        <td>Reinstated, unimpaired</td>
        <td class="change-positive">100%</td>
      </tr>
      <tr>
        <td class="metric-label">Class 5 — PIK Notes</td>
        <td>$28.3M</td>
        <td>21% of the Notes Recovery (equity plus warrants)</td>
        <td>~3.5%</td>
      </tr>
      <tr>
        <td class="metric-label">Class 6 — Convertible Notes</td>
        <td>$131.7M</td>
        <td>79% of the Notes Recovery (equity plus warrants)</td>
        <td>~3.5%</td>
      </tr>
      <tr>
        <td class="metric-label">Class 7 — General Unsecured</td>
        <td>Various</td>
        <td>Reinstated, unimpaired</td>
        <td class="change-positive">100%</td>
      </tr>
      <tr>
        <td class="metric-label">Classes 10–11 — 510(b) &amp; Equity</td>
        <td>—</td>
        <td>Cancelled; deemed to reject</td>
        <td class="change-negative">0%</td>
      </tr>
    </tbody>
  </table>
  <p>The "Notes Recovery" is defined as 7% of the new equity interests on a fully diluted basis, subject to dilution, plus the new warrants. The new warrants are exercisable into equity representing 11% of the equity issued on the effective date over a four-year window. A management incentive plan reserves up to 10% of fully diluted equity, to be set by the new board after emergence.</p>
  <div class="callout">
    <h4>The Consensual Gift</h4>
    <p>On a strict priority basis, the PIK Notes and the convertible notes are out of the money. First-lien claims exhaust the value of the business before the junior layers see a dollar. The 7% equity allocation and the warrants are a negotiated allocation from senior creditors, the price of securing junior consent and avoiding a contested confirmation. It is the mechanism that turns an out-of-the-money creditor into a supporting one, and it is what allowed the debtors to file with more than 80% support across every consenting class.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VIII ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>The Operational Machinery Behind the Prepack</h2>
  </div>
  <p>A prepackaged plan only works if the business survives the case intact. Two first-day motions do most of that work, and they connect directly to the plan's treatment of general unsecured creditors.</p>
  <p>The trade claims motion seeks authority to pay approximately $20.2 million of prepetition trade claims, spanning model procurement and care vendors, medical supplies, lienholders, professional services, and other trade creditors. It also addresses customer prepayment programs, roughly $23 million of advance billing arrangements in the Discovery segment and roughly $18 million of client deposits in the Research Models segment, which the debtors argue they must continue honoring to protect an approximately $151.8 million services backlog. The employee wages motion seeks roughly $4.45 million for a workforce of approximately 1,756 employees whose scientific expertise is the asset that produces the company's value.</p>
  <p>Paying these creditors in full at the outset is what renders Class 7 unimpaired. An unimpaired class is deemed to accept and does not vote, which removes general unsecured creditors as a source of confirmation risk and keeps the case clean. The operational logic and the confirmation logic point in the same direction.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Supporting First-Day Motion</th>
        <th>Relief Sought</th>
        <th>Purpose</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Trade Claims</td>
        <td>~$20.2M plus customer program continuation</td>
        <td>Protect supply chain and services backlog; keep Class 7 unimpaired</td>
      </tr>
      <tr>
        <td class="metric-label">Wages &amp; Benefits</td>
        <td>~$4.45M in prepetition obligations</td>
        <td>Retain the scientific workforce through emergence</td>
      </tr>
      <tr>
        <td class="metric-label">Cash Management</td>
        <td>Maintain eight-account system; ~$104M monthly flow</td>
        <td>Continuity of treasury operations and intercompany transfers</td>
      </tr>
      <tr>
        <td class="metric-label">Taxes</td>
        <td>Up to ~$435K across 30-plus states</td>
        <td>Avoid trust-fund and priority exposure</td>
      </tr>
      <tr>
        <td class="metric-label">Insurance</td>
        <td>~38 policies; ~$4.8M annual premiums</td>
        <td>Maintain coverage required to avoid cause for conversion</td>
      </tr>
      <tr>
        <td class="metric-label">Utilities</td>
        <td>~559 accounts; ~$583K proposed deposit</td>
        <td>Adequate assurance to prevent service interruption</td>
      </tr>
    </tbody>
  </table>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IX ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>Protecting Value: Tax Attributes, the CEO Stay, and the Special Committee</h2>
  </div>
  <p>Three filings address risks that could erode value or complicate the releases, and they reward attention because they reveal where the deal could still be contested.</p>
  <h3>Preserving $303.3 Million of Tax Attributes</h3>
  <p>The equity transfer restrictions motion seeks to protect approximately $303.3 million in tax attributes, comprising roughly $48.8 million of federal net operating losses, roughly $125.1 million of Section 163(j) interest carryforwards, and roughly $129.4 million of state net operating loss carryovers. The mechanism designates any holder of 4.5% or more of common shares a substantial shareholder subject to notice requirements, and renders void any transfer that would trigger an ownership change under Section 382. Equity is being cancelled under the plan, but the attributes survive to benefit the reorganized entity, and an ownership change before emergence could sharply limit their usable value.</p>
  <h3>Extending the Stay to the CEO</h3>
  <p>The debtors seek to extend the automatic stay to the President and CEO, the individual defendant in a fraud complaint filed in Florida state court on May 11, 2026, weeks before the petition. The claims arise from communications about a September 2024 financing transaction involving convertible debt securities. The argument is that the company's indemnification obligation makes any judgment against the CEO effectively a judgment against the estate, which supports extending the stay to the non-debtor defendant.</p>
  <div class="callout">
    <h4>A Thread Worth Watching</h4>
    <p>The September 2024 financing transaction at the center of the fraud complaint is the same transaction that produced the PIK Notes. A special committee of the board, formed on May 14, 2026, is investigating potential estate claims, and the debtor releases under the plan are expressly subject to that committee's determinations.</p>
    <p>That reservation is deliberate. It lets the restructuring proceed on broad releases and an expedited calendar while preserving the estate's ability to pursue meritorious claims against officers, directors, or advisors if the investigation surfaces them. The timing, with the committee formed the same day the Bridge Facility was executed, suggests the investigation was a condition junior constituencies negotiated for.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION X ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section X</div>
    <h2>The Confirmation Timeline</h2>
  </div>
  <p>The plan was solicited before the petition under the prepackaged provisions of the Bankruptcy Code, which is what allows a combined hearing on disclosure statement approval and confirmation. The only classes requiring nonconsensual confirmation are the deemed-rejecting equity and subordinated-claim classes, and because they are clearly out of the money, the absolute priority rule and the best interests test are satisfied without difficulty. The work, then, is calendar management against the milestones the Restructuring Support Agreement imposes.</p>
  <div class="timeline">
    <div class="timeline-item">
      <div class="timeline-date">June 2, 2026</div>
      <div class="timeline-content">Restructuring Support Agreement executed; plan solicitation commenced prepetition.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">June 3, 2026</div>
      <div class="timeline-content">Voluntary petitions filed; 18 docket entries including the plan, disclosure statement, and first-day motions.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">June 6, 2026 (target)</div>
      <div class="timeline-content">Interim DIP order sought within three days of the petition.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">June 29, 2026</div>
      <div class="timeline-content">Plan supplement filing deadline.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 6, 2026</div>
      <div class="timeline-content">Voting, opt-out/opt-in, and objection deadlines (4:00 p.m. CT).</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">July 10, 2026</div>
      <div class="timeline-content">Reply, brief, and declaration deadline.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 14, 2026</div>
      <div class="timeline-content">Combined hearing on disclosure statement approval and plan confirmation.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 18, 2026</div>
      <div class="timeline-content">RSA milestone: entry of final DIP order and confirmation order (within 45 days).</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">No later than July 23, 2026</div>
      <div class="timeline-content">Plan effective date (within 50 days); DIP claims convert into the exit term loan facility.</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION XI ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section XI</div>
    <h2>What to Watch</h2>
  </div>
  <p>The deal is documented and broadly supported, but it is not yet confirmed, and several variables could still affect the path to emergence.</p>
  <h4>The Calendar Is the Risk</h4>
  <p>The expedited timeline leaves little margin. The plan is set for confirmation at a combined hearing 41 days after filing, with an effective date no later than 50 days out, and the objection deadline allows roughly 33 days from filing for parties to review and challenge the plan. The RSA milestones are hard deadlines, and a missed milestone can trigger termination rights. Court scheduling or any contested matter could compress an already tight runway.</p>
  <h4>The Liquidation Test Favors the Plan</h4>
  <p>The disclosure statement's liquidation analysis estimates gross distributable value in a Chapter 7 of $88.1 million to $131.2 million, well below the going-concern enterprise value. Every class fares at least as well under the plan, and most fare materially better. The comparison is the backbone of the best interests showing.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Class</th>
        <th>Ch. 7 Low</th>
        <th>Ch. 7 High</th>
        <th>Plan Recovery</th>
      </tr>
    </thead>
    <tbody>
      <tr>
<td class="metric-label">Bridge Claims</td>
<td>100.0%</td>
<td>100.0%</td>
<td class="change-positive">100.0%</td>
</tr>
      <tr>
<td class="metric-label">Class 3 — First Lien</td>
<td>5.3%</td>
<td>23.7%</td>
<td class="change-positive">~54.4%</td>
</tr>
      <tr>
<td class="metric-label">Class 4 — DOJ</td>
<td>0.0%</td>
<td>0.0%</td>
<td class="change-positive">100.0%</td>
</tr>
      <tr>
<td class="metric-label">Class 5 — PIK Notes</td>
<td>0.0%</td>
<td>0.0%</td>
<td>~3.5%</td>
</tr>
      <tr>
<td class="metric-label">Class 6 — Convertible Notes</td>
<td>0.0%</td>
<td>0.0%</td>
<td>~3.5%</td>
</tr>
      <tr>
<td class="metric-label">Class 7 — General Unsecured</td>
<td>0.0%</td>
<td>0.0%</td>
<td class="change-positive">100.0%</td>
</tr>
    </tbody>
  </table>
  <h4>Ongoing Obligations and Litigation</h4>
  <p>The reinstated DOJ claims carry continuing fine payments through June 2028 and a compliance monitorship through at least January 2028, obligations the reorganized entity inherits. The fraud complaint against the CEO, tied to the same September 2024 financing that created the PIK Notes, sits alongside the special committee's investigation. If those claims have merit, they could touch the releases, the committee's determinations, and the treatment of the PIK Notes themselves.</p>
  <p>Taken as a whole, the Inotiv filing is a coordinated prepackaged restructuring that preserves going-concern value, keeps trade creditors and employees whole, and delivers the company to its senior secured lenders through equitization. The open question is execution: whether the debtors can hold the expedited RSA calendar while managing potential objections from out-of-the-money equity holders, any concerns the U.S. Trustee raises about the pace or the scope of releases, and the loose thread of the special committee's investigation.</p>
</section>
<!-- ==================== FOOTER ==================== -->
<footer class="report-footer">
  <div class="container">
    <div class="footer-brand"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MzIgNjkuNzgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNmU5ZWU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogI2Y3ZmJmZjsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjZmQ3MjUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjUxLjE5IDQ0LjMgNS41NCA0NC4zIDE2LjEyIDMzLjcyIDYxLjkgMzMuNzIgNTEuMTkgNDQuMyIvPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY4LjA1IDI3LjU3IDAgMjcuNTcgMTAuNzEgMTYuODYgNzguNjQgMTYuODYgNjguMDUgMjcuNTciLz4KICAgICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NC4yNCAxMC43MSAxNi44NiAxMC43MSAyNy40NCAwIDc0Ljk1IDAgNjQuMjQgMTAuNzEiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMDkuMjgsMjQuODNoLTkuOTR2MTUuMTdoLTIuOThWNC40M2gxMy4zNGM3Ljg0LDAsMTEuMDksMy4wMywxMS4wOSwxMC4yLDAsNi4xMi0yLjQxLDkuMjYtOC4xMSwxMC4wNGw5LjQxLDE1LjMyaC0zLjVsLTkuMzEtMTUuMTdaTTk5LjM0LDIyLjA2aDEwLjE1YzYuMDcsMCw4LjMyLTIuMDQsOC4zMi03LjQzcy0yLjI1LTcuNDMtOC4zMi03LjQzaC0xMC4xNXYxNC44NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyOS4yOSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTEyOS4yOSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42MS05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE1My43OCwzMi40MWgyLjgyYzAsMy43MSwyLjYyLDUuNjUsNy45LDUuNjVzNy42OS0xLjgzLDcuNjktNS4xOC0yLjE0LTQuNjUtOC4xNi01LjI4Yy03LjAxLS42OC05LjYyLTIuNzItOS42Mi03LjIyLDAtNC45NywzLjY2LTcuNzksMTAuMDktNy43OXM5Ljk0LDIuNzcsOS45NCw3Ljk1aC0yLjg4YzAtMy41LTIuNC01LjQ0LTcuMDYtNS40NHMtNy4yMiwxLjg4LTcuMjIsNS4wN2MwLDIuOTgsMi4wOSw0LjI0LDcuNzksNC44MSw3LjI3LjczLDkuOTksMi44OCw5Ljk5LDcuNjksMCw1LjE4LTMuNjYsNy45NS0xMC41MSw3Ljk1cy0xMC43Ny0yLjgyLTEwLjc3LTguMjFaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODMuNTMsMjkuMDdjMCw2LjA3LDIuNzIsOC45OSw4LjMyLDguOTksNC44MSwwLDcuNDgtMi4yLDcuODQtNS45MWgyLjgyYy0uNDIsNS40OS00LjI5LDguNDctMTAuNjIsOC40Ny03LjMyLDAtMTEuMy0zLjk3LTExLjMtMTEuMzV2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTEuMDMtMTEuMzVzMTEuMDksMy45NywxMS4wOSwxMS4zNXYzLjI5aC0xOS4xOXYxLjgzWk0xODMuNTMsMjQuMTV2LjU4aDE2LjMydi0uNThjMC02LjA3LTIuNjItOS04LjE2LTlzLTguMTYsMi45My04LjE2LDlaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMjkuNzcsMjIuMTZ2MTcuODNoLTIuNTFsLS4xLTQuNDRjLTIuNDYsMy4zNS01LjkxLDUuMDctMTAuMiw1LjA3LTUuNDQsMC04LjczLTIuODItOC43My03Ljk1czMuNC04LjExLDEwLjk4LTguMTFoNy42NHYtMi40MWMwLTQuNzEtMi4zNS03LjAxLTcuMzctNy4wMS00LjY1LDAtNy4zMiwxLjk5LTcuNTgsNS44NmgtMi44OGMuNTItNS41NCw0LjEzLTguNDIsMTAuNTEtOC40Miw2LjgsMCwxMC4yNSwzLjI0LDEwLjI1LDkuNTdaTTIyNi44NCwzMi4zNnYtNS4yOGgtNy40OGMtNS44MSwwLTguMjEsMS43My04LjIxLDUuNDlzMi4xNCw1LjU0LDYuMTcsNS41NCw3LjMyLTEuOTksOS41Mi01Ljc1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUwLjE4LDEyLjd2Mi44MmgtMS40MWMtNC41NSwwLTcuMjIsMi40Ni04LjMyLDguMjF2MTYuMjZoLTIuOTNWMTMuMjJoMi41MWwuMSw1LjQ5YzEuNTItNC4xMyw0LjI0LTYuMDEsOC4zMi02LjAxaDEuNzNaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTMuNzIsMjkuMjh2LTUuMzNjMC03LjM3LDMuODctMTEuMzUsMTAuODgtMTEuMzUsNi40OCwwLDEwLjE1LDMuNCwxMC40Niw5LjI2aC0yLjgyYy0uMzctNC41LTIuODgtNi42OS03LjU4LTYuNjktNS4zMywwLTgsMi45My04LDguOTR2NS4wMmMwLDYuMDEsMi42Nyw4Ljk0LDgsOC45NCw0LjcxLDAsNy4yMi0yLjIsNy41OC02LjY5aDIuODJjLS4zMSw1Ljc1LTMuOTIsOS4yNi0xMC40Niw5LjI2LTYuOTYsMC0xMC44OC0zLjk3LTEwLjg4LTExLjM1WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAxLjkyLDIyLjI3djE3LjczaC0yLjkzdi0xNy40MWMwLTQuOTItMS44OC03LjMyLTUuOTEtNy4zMi0zLjc3LDAtNi43NSwyLjA5LTguODQsNi45NnYxNy43OGgtMi45M1YxLjgyaDIuOTN2MTYuMTFjMi4yNS0zLjYxLDUuMzMtNS4zMyw5LjMxLTUuMzMsNS41NCwwLDguMzcsMy4zNSw4LjM3LDkuNjdaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMjIuMzcsMzAuNThoMi45OGMwLDQuNzYsMy40LDcuMjcsOS43OCw3LjI3czkuMi0yLjM1LDkuMi03LjAxLTIuNjctNi42NC0xMC4wNC03LjY0Yy04LjE2LTEuMDUtMTEuMjQtMy42Ni0xMS4yNC05LjQ3LDAtNi40Myw0LjI5LTkuOTQsMTIuMDMtOS45NHMxMS42NiwzLjM1LDExLjY2LDkuNzhoLTIuOThjMC00LjcxLTIuODItNy4wMS04LjY4LTcuMDFzLTkuMSwyLjM1LTkuMSw2LjgsMi41Niw2LjE3LDkuNTIsNy4wNmM4LjYzLDEuMTUsMTEuODIsMy45MiwxMS44MiwxMC4xNSwwLDYuNjQtNC4xOCwxMC4wNC0xMi4yOSwxMC4wNHMtMTIuNjYtMy41LTEyLjY2LTEwLjA0WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzc0LjE5LDEzLjIydjI2Ljc4aC0yLjUxbC0uMTYtNS4yM2MtMi4zLDMuOTItNS40OSw1Ljg2LTkuNzMsNS44Ni01LjYsMC04LjQ3LTMuMzUtOC40Ny05LjY3VjEzLjIyaDIuOTN2MTcuNDFjMCw0LjkyLDEuOTMsNy4zMiw2LjAxLDcuMzIsMy44MiwwLDYuOC0yLjE0LDktNi45NVYxMy4yMmgyLjkzWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzgyLjA2LDMuMzRoMy4yNHY0LjM0aC0zLjI0VjMuMzRaTTM4Mi4yMiwxMy4yMmgyLjkzdjI2Ljc4aC0yLjkzVjEzLjIyWiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDA2LjE1LDM3LjQzdjIuNTZoLTMuNzdjLTQuNzYsMC02Ljg1LTIuMzUtNi44NS03Ljk1VjE1LjYzaC01LjAydi0yLjQxaDUuMDdsLjI2LTcuMzJoMi42MnY3LjMyaDcuMzJ2Mi40MWgtNy4zMnYxNi40MmMwLDQuMDgsMS4xLDUuMzksNC41LDUuMzloMy4xOVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQxMi44MSwyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NS01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTQxMi44MSwyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05Ny4yMiw2NC42MXYxLjg1aC0uODZ2LTEzLjI5aC45OHY1LjY2Yy44Ni0xLjIzLDEuOTctMS44NSwzLjQ1LTEuODUsMi4wOSwwLDMuNDUsMS4zNSwzLjQ1LDMuODF2Mi4wOWMwLDIuNDYtMS4yMywzLjgxLTMuNDUsMy44MS0xLjQ4LDAtMi43MS0uNjItMy41Ny0yLjA5Wk0xMDMuMTMsNjIuNzZ2LTEuOTdjMC0xLjk3LS44Ni0yLjk1LTIuNDYtMi45NS0xLjQ4LDAtMi41OC44Ni0zLjMyLDIuNDZ2Mi45NWMuNzQsMS42LDEuODUsMi40NiwzLjMyLDIuNDYsMS42LjEyLDIuNDYtLjk4LDIuNDYtMi45NVoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwNi4zMyw2OC45MmguNjJjLjg2LDAsMS4yMy0uMjUsMS42LTEuMjNsLjYyLTEuNi0zLjU3LTguODZoMS4xMWwyLjk1LDcuNjMsMi43MS03LjYzaC45OGwtMy45NCwxMC41OGMtLjYyLDEuNDgtMS4xMSwxLjk3LTIuNDYsMS45N2gtLjc0di0uODZoLjEyWiIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE0Ni44Miw2MC45MnY1LjY2aC0xLjcydi0xMy40MWg0LjkyYzIuNzEsMCw0LjMxLDEuMzUsNC4zMSwzLjgxLDAsMi4yMi0xLjM1LDMuNDUtMy4zMiwzLjY5bDMuODEsNS42NmgtMS45N2wtMy42OS01LjY2aC0yLjM0di4yNVpNMTQ2LjgyLDU5LjQ0aDMuMmMxLjcyLDAsMi43MS0uODYsMi43MS0yLjM0cy0uOTgtMi4zNC0yLjcxLTIuMzRoLTMuMnY0LjY4WiIvPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTY3LDUzLjE2djEuNDhoLTYuNTJ2NC42OGg1LjI5djEuNDhoLTUuMjl2NC4wNmg2LjUydjEuNDhoLTguMjV2LTEzLjE3aDguMjVaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjkuNzEsNTMuMTZoMTAuOTVsLTEuNDgsMS40OGgtMy4wOHYxMS44MWgtMS43MnYtMTEuODFoLTQuNjh2LTEuNDhaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xODMuODYsNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyNS40LDY1LjFjMS43MiwwLDIuOTUtLjYyLDIuOTUtMi4wOSwwLS45OC0uNjItMS43Mi0yLjA5LTIuMDlsLTIuMzQtLjYyYy0xLjg1LS40OS0zLjItMS4zNS0zLjItMy40NSwwLTIuMjIsMS44NS0zLjU3LDQuNDMtMy41N2g0LjU1bC0xLjQ4LDEuNDhoLTMuMDhjLTEuNiwwLTIuNzEuNjItMi43MSwxLjk3LDAsMS4xMS43NCwxLjcyLDIuMDksMi4wOWwyLjIyLjYyYzIuMDkuNDksMy4zMiwxLjcyLDMuMzIsMy41NywwLDIuNDYtMS45NywzLjY5LTQuNTUsMy42OWgtNC42OHYtMS40OGg0LjU1di0uMTJaIi8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzIuNzksNTMuMTZoOS40OHYxLjQ4aC00LjY4djExLjgxaC0xLjcydi0xMS44MWgtNC42OGwxLjYtMS40OFoiLz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwMS4yMSw2Ni43Yy0zLjgxLDAtNi44OS0zLjA4LTYuODktNi44OXMzLjA4LTYuODksNi44OS02Ljg5LDYuODksMy4wOCw2Ljg5LDYuODljLS4xMiwzLjgxLTMuMiw2Ljg5LTYuODksNi44OVpNMjAxLjIxLDU0LjY0Yy0yLjgzLDAtNS4xNywyLjM0LTUuMTcsNS4xN3MyLjM0LDUuMTcsNS4xNyw1LjE3LDUuMTctMi4zNCw1LjE3LTUuMTctMi4zNC01LjE3LTUuMTctNS4xN1oiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==" alt="Research Suite by Stretto"></div>
    <p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report analyzes the first-day filing package in In re Inotiv, Inc., et al., No. 26-90601 (CML), pending in the United States Bankruptcy Court for the Southern District of Texas, Houston Division. It is drawn from the 18 docket entries filed on June 3, 2026, including the voluntary petition, the CFO declaration, the joint prepackaged plan, the disclosure statement, the DIP financing and related first-day motions, and supporting declarations. The plan described here has been proposed but not confirmed; objection deadlines have not passed, terms may be amended, and confirmation is not guaranteed. All figures are as stated in the source filings, and projected and estimated figures are identified as such.</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
    <p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
    <p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
    <p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
  </div>
</footer>
</body>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/miyoshi-america-a-prepackaged-section-524g-talc-plan-heads-to-confirmation</id>
    <published>2026-06-01T00:18:53-05:00</published>
    <updated>2026-06-01T00:19:24-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/miyoshi-america-a-prepackaged-section-524g-talc-plan-heads-to-confirmation" rel="alternate" type="text/html"/>
    <title>Miyoshi America: A Prepackaged Section 524(g) Talc Plan Heads to Confirmation</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>Miyoshi America advances what it describes as a first-of-its-kind prepackaged talc bankruptcy plan, using Section 524(g) to channel present and future talc claims into a trust funded primarily by its Japanese parent, with more than 99% support from voting talc claimants</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/miyoshi-america-a-prepackaged-section-524g-talc-plan-heads-to-confirmation">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p><meta charset="UTF-8"> <meta content="width=device-width, initial-scale=1.0" name="viewport"><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap"></p>
<style>
:root {
  --dark-slate: #1A2E33;
  --primary-slate: #2C4146;
  --medium-slate: #3D5A61;
  --light-slate: #6B8A91;
  --medium-gray: #DCDFE6;
  --light-gray: #E4E6EC;
  --fine-gray: #F3F5FB;
  --accent-orange: #FD7250;
  --white: #FFFFFF;
  --text-dark: #1A2E33;
  --text-body: #2C4146;
  --text-light: #6B8A91;
  --danger: #C0392B;
  --success: #27AE60;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
}
/* --- HEADER --- */
.report-header {
  background: linear-gradient(135deg, var(--dark-slate) 0%, var(--primary-slate) 60%, var(--medium-slate) 100%);
  color: var(--white);
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.report-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.brand-mark { display: flex; align-items: center; }
.brand-mark img { height: 40px; width: auto; }
.report-type {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: 2px;
}
.header-content { max-width: 1100px; margin: 0 auto; }
.header-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 860px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 760px;
  line-height: 1.5;
}
.header-meta {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
  flex-wrap: wrap;
}
/* --- LAYOUT --- */
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.content-section { margin: 60px auto; max-width: 1100px; padding: 0 40px; }
/* --- SECTION HEADERS --- */
.section-header {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-orange);
}
.section-number {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-orange);
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.3;
}
/* --- SUBSECTION HEADERS --- */
h3 { font-size: 22px; font-weight: 700; color: var(--primary-slate); margin: 40px 0 18px; }
h4 { font-size: 18px; font-weight: 500; color: var(--medium-slate); margin: 30px 0 12px; }
/* --- PARAGRAPHS --- */
p { margin-bottom: 18px; line-height: 1.75; }
/* --- STAT CARDS --- */
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.stat-card {
  background: var(--fine-gray);
  border-left: 4px solid var(--accent-orange);
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}
.stat-card .stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light-slate);
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .stat-value {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark-slate);
  line-height: 1.2;
}
.stat-card .stat-detail { font-size: 13px; color: var(--light-slate); margin-top: 4px; }
.stat-card.negative .stat-value { color: var(--danger); }
.stat-card.positive .stat-value { color: var(--success); }
/* --- COMPARISON TABLES --- */
table.comparison { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 15px; }
table.comparison thead th {
  background: var(--dark-slate);
  color: var(--white);
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
table.comparison thead th:first-child { border-radius: 6px 0 0 0; }
table.comparison thead th:last-child { border-radius: 0 6px 0 0; }
table.comparison tbody td { padding: 14px 18px; border-bottom: 1px solid var(--light-gray); vertical-align: top; }
table.comparison tbody tr:nth-child(even) { background: var(--fine-gray); }
table.comparison tbody tr:hover { background: rgba(253, 114, 80, 0.06); }
table.comparison .metric-label { font-weight: 500; color: var(--dark-slate); }
.change-negative { color: var(--danger); font-weight: 500; }
.change-positive { color: var(--success); font-weight: 500; }
/* --- BAR CHARTS --- */
.bar-chart { margin: 30px 0; padding: 30px; background: var(--fine-gray); border-radius: 8px; }
.bar-chart-title { font-size: 16px; font-weight: 500; color: var(--dark-slate); margin-bottom: 25px; }
.bar-group { display: flex; align-items: center; margin-bottom: 16px; }
.bar-label { width: 140px; font-size: 13px; font-weight: 400; color: var(--text-body); flex-shrink: 0; text-align: right; padding-right: 16px; }
.bar-track { flex: 1; height: 32px; background: var(--light-gray); border-radius: 4px; position: relative; overflow: hidden; }
.bar-fill { height: 100%; border-radius: 4px; display: flex; align-items: center; padding-left: 12px; font-size: 13px; font-weight: 500; color: var(--white); transition: width 1s ease; }
.bar-fill.slate { background: var(--primary-slate); }
.bar-fill.orange { background: var(--accent-orange); }
.bar-fill.light { background: var(--light-slate); }
.bar-value-outside { margin-left: 10px; font-size: 13px; font-weight: 500; color: var(--text-body); flex-shrink: 0; width: 90px; }
/* --- CALLOUT BOXES --- */
.callout { background: var(--dark-slate); color: var(--white); padding: 35px 40px; border-radius: 8px; margin: 40px 0; position: relative; overflow: hidden; }
.callout::before { content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: var(--accent-orange); }
.callout h4 { color: var(--accent-orange); font-size: 13px; letter-spacing: 2px; text-transform: uppercase; margin: 0 0 12px; font-weight: 500; }
.callout p { color: rgba(255,255,255,0.85); font-size: 16px; line-height: 1.7; margin: 0; }
.callout p + p { margin-top: 14px; }
.callout .callout-stat { font-size: 48px; font-weight: 700; color: var(--accent-orange); display: block; margin-bottom: 8px; }
/* --- TIMELINES --- */
.timeline { margin: 40px 0; position: relative; padding-left: 30px; }
.timeline::before { content: ''; position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: var(--medium-gray); }
.timeline-item { position: relative; margin-bottom: 28px; padding-left: 30px; }
.timeline-item::before { content: ''; position: absolute; left: -26px; top: 6px; width: 12px; height: 12px; border-radius: 50%; background: var(--accent-orange); border: 3px solid var(--white); box-shadow: 0 0 0 2px var(--accent-orange); }
.timeline-item.muted::before { background: var(--light-slate); box-shadow: 0 0 0 2px var(--light-slate); }
.timeline-date { font-size: 13px; font-weight: 500; color: var(--accent-orange); letter-spacing: 0.5px; }
.timeline-item.muted .timeline-date { color: var(--light-slate); }
.timeline-content { font-size: 15px; color: var(--text-body); margin-top: 3px; }
/* --- SPLIT COMPARISON PANELS --- */
.split-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 40px 0; border-radius: 8px; overflow: hidden; }
.split-panel { padding: 30px 35px; }
.split-panel.left { background: var(--dark-slate); color: var(--white); }
.split-panel.right { background: var(--fine-gray); color: var(--text-body); }
.split-panel .panel-year { font-size: 34px; font-weight: 700; margin-bottom: 5px; line-height: 1.15; }
.split-panel.left .panel-year { color: var(--accent-orange); }
.split-panel.right .panel-year { color: var(--primary-slate); }
.split-panel .panel-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.split-panel.left .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.right .panel-label { color: var(--light-slate); }
.split-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; }
.split-panel.right .split-item { border-bottom-color: var(--medium-gray); }
.split-item .item-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.split-panel.left .item-label { color: rgba(255,255,255,0.4); }
.split-panel.right .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 18px; font-weight: 500; }
/* --- SVG GAUGE GRAPHICS --- */
.gauge-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 25px; margin: 40px 0; }
.gauge-card { text-align: center; padding: 30px 20px; background: var(--fine-gray); border-radius: 8px; }
.gauge-card svg { width: 120px; height: 120px; }
.gauge-card .gauge-label { font-size: 13px; color: var(--light-slate); margin-top: 12px; font-weight: 400; }
.gauge-card .gauge-value { font-size: 28px; font-weight: 700; color: var(--dark-slate); margin-top: 4px; }
/* --- FOOTER --- */
.report-footer { background: var(--dark-slate); color: rgba(255,255,255,0.5); padding: 50px 40px; margin-top: 80px; font-size: 13px; line-height: 1.7; }
.report-footer .footer-brand { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
/* --- SECTION DIVIDER --- */
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
/* --- AI DOSSIER BANNER --- */
.dossier-banner { max-width: 1100px; margin: 50px auto 0; padding: 0 40px; }
.dossier-banner-inner {
  background: linear-gradient(135deg, var(--fine-gray) 0%, #edf0f7 100%);
  border: 1px solid var(--medium-gray);
  border-left: 5px solid var(--accent-orange);
  border-radius: 0 8px 8px 0;
  padding: 28px 35px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.dossier-banner-icon { flex-shrink: 0; width: 56px; height: 56px; background: var(--dark-slate); border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.dossier-banner-icon svg { width: 28px; height: 28px; }
.dossier-banner-text { flex: 1; }
.dossier-banner-label { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--accent-orange); font-weight: 500; margin-bottom: 4px; }
.dossier-banner-text p { font-size: 15px; line-height: 1.6; color: var(--primary-slate); margin: 0; }
.dossier-banner-text a { color: var(--accent-orange); font-weight: 500; text-decoration: none; border-bottom: 1px solid rgba(253, 114, 80, 0.3); transition: border-color 0.2s; }
.dossier-banner-text a:hover { border-bottom-color: var(--accent-orange); }
/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  .report-header { padding: 40px 20px 60px; }
  .header-content h1 { font-size: 28px; }
  .content-section { padding: 0 20px; }
  .split-compare { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  table.comparison { font-size: 13px; }
  table.comparison thead th, table.comparison tbody td { padding: 10px 12px; }
  .dossier-banner { padding: 0 20px; }
  .dossier-banner-inner { flex-direction: column; text-align: center; gap: 16px; padding: 24px 20px; }
}
</style>
<!-- ==================== HEADER ==================== --><header class="report-header">
<div class="header-top">
<div class="brand-mark"><img src="data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPy0tPgo8c3ZnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQzMiA2OS43OCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2U2ZTllZTsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZjdmYmZmOwogICAgICB9CgogICAgICAuY2xzLTMgewogICAgICAgIGZpbGw6ICNmZDcyNTA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+CiAgICA8Zz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iNTEuMTkgNDQuMyA1LjU0IDQ0LjMgMTYuMTIgMzMuNzIgNjEuOSAzMy43MiA1MS4xOSA0NC4zIj48L3BvbHlnb24+CiAgICAgICAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iNjguMDUgMjcuNTcgMCAyNy41NyAxMC43MSAxNi44NiA3OC42NCAxNi44NiA2OC4wNSAyNy41NyI+PC9wb2x5Z29uPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY0LjI0IDEwLjcxIDE2Ljg2IDEwLjcxIDI3LjQ0IDAgNzQuOTUgMCA2NC4yNCAxMC43MSI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEwOS4yOCwyNC44M2gtOS45NHYxNS4xN2gtMi45OFY0LjQzaDEzLjM0YzcuODQsMCwxMS4wOSwzLjAzLDExLjA5LDEwLjIsMCw2LjEyLTIuNDEsOS4yNi04LjExLDEwLjA0bDkuNDEsMTUuMzJoLTMuNWwtOS4zMS0xNS4xN1pNOTkuMzQsMjIuMDZoMTAuMTVjNi4wNywwLDguMzItMi4wNCw4LjMyLTcuNDNzLTIuMjUtNy40My04LjMyLTcuNDNoLTEwLjE1djE0Ljg1WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTI5LjI5LDI5LjA3YzAsNi4wNywyLjcyLDguOTksOC4zMiw4Ljk5LDQuODEsMCw3LjQ4LTIuMiw3Ljg0LTUuOTFoMi44MmMtLjQyLDUuNDktNC4yOSw4LjQ3LTEwLjYyLDguNDctNy4zMiwwLTExLjMtMy45Ny0xMS4zLTExLjM1di01LjMzYzAtNy4zNywzLjg3LTExLjM1LDExLjAzLTExLjM1czExLjA5LDMuOTcsMTEuMDksMTEuMzV2My4yOWgtMTkuMTl2MS44M1pNMTI5LjI5LDI0LjE1di41OGgxNi4zMnYtLjU4YzAtNi4wNy0yLjYxLTktOC4xNi05cy04LjE2LDIuOTMtOC4xNiw5WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTUzLjc4LDMyLjQxaDIuODJjMCwzLjcxLDIuNjIsNS42NSw3LjksNS42NXM3LjY5LTEuODMsNy42OS01LjE4LTIuMTQtNC42NS04LjE2LTUuMjhjLTcuMDEtLjY4LTkuNjItMi43Mi05LjYyLTcuMjIsMC00Ljk3LDMuNjYtNy43OSwxMC4wOS03Ljc5czkuOTQsMi43Nyw5Ljk0LDcuOTVoLTIuODhjMC0zLjUtMi40LTUuNDQtNy4wNi01LjQ0cy03LjIyLDEuODgtNy4yMiw1LjA3YzAsMi45OCwyLjA5LDQuMjQsNy43OSw0LjgxLDcuMjcuNzMsOS45OSwyLjg4LDkuOTksNy42OSwwLDUuMTgtMy42Niw3Ljk1LTEwLjUxLDcuOTVzLTEwLjc3LTIuODItMTAuNzctOC4yMVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE4My41MywyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTE4My41MywyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTIyOS43NywyMi4xNnYxNy44M2gtMi41MWwtLjEtNC40NGMtMi40NiwzLjM1LTUuOTEsNS4wNy0xMC4yLDUuMDctNS40NCwwLTguNzMtMi44Mi04LjczLTcuOTVzMy40LTguMTEsMTAuOTgtOC4xMWg3LjY0di0yLjQxYzAtNC43MS0yLjM1LTcuMDEtNy4zNy03LjAxLTQuNjUsMC03LjMyLDEuOTktNy41OCw1Ljg2aC0yLjg4Yy41Mi01LjU0LDQuMTMtOC40MiwxMC41MS04LjQyLDYuOCwwLDEwLjI1LDMuMjQsMTAuMjUsOS41N1pNMjI2Ljg0LDMyLjM2di01LjI4aC03LjQ4Yy01LjgxLDAtOC4yMSwxLjczLTguMjEsNS40OXMyLjE0LDUuNTQsNi4xNyw1LjU0LDcuMzItMS45OSw5LjUyLTUuNzVaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTAuMTgsMTIuN3YyLjgyaC0xLjQxYy00LjU1LDAtNy4yMiwyLjQ2LTguMzIsOC4yMXYxNi4yNmgtMi45M1YxMy4yMmgyLjUxbC4xLDUuNDljMS41Mi00LjEzLDQuMjQtNi4wMSw4LjMyLTYuMDFoMS43M1oiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI1My43MiwyOS4yOHYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMC44OC0xMS4zNSw2LjQ4LDAsMTAuMTUsMy40LDEwLjQ2LDkuMjZoLTIuODJjLS4zNy00LjUtMi44OC02LjY5LTcuNTgtNi42OS01LjMzLDAtOCwyLjkzLTgsOC45NHY1LjAyYzAsNi4wMSwyLjY3LDguOTQsOCw4Ljk0LDQuNzEsMCw3LjIyLTIuMiw3LjU4LTYuNjloMi44MmMtLjMxLDUuNzUtMy45Miw5LjI2LTEwLjQ2LDkuMjYtNi45NiwwLTEwLjg4LTMuOTctMTAuODgtMTEuMzVaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMDEuOTIsMjIuMjd2MTcuNzNoLTIuOTN2LTE3LjQxYzAtNC45Mi0xLjg4LTcuMzItNS45MS03LjMyLTMuNzcsMC02Ljc1LDIuMDktOC44NCw2Ljk2djE3Ljc4aC0yLjkzVjEuODJoMi45M3YxNi4xMWMyLjI1LTMuNjEsNS4zMy01LjMzLDkuMzEtNS4zMyw1LjU0LDAsOC4zNywzLjM1LDguMzcsOS42N1oiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTMyMi4zNywzMC41OGgyLjk4YzAsNC43NiwzLjQsNy4yNyw5Ljc4LDcuMjdzOS4yLTIuMzUsOS4yLTcuMDEtMi42Ny02LjY0LTEwLjA0LTcuNjRjLTguMTYtMS4wNS0xMS4yNC0zLjY2LTExLjI0LTkuNDcsMC02LjQzLDQuMjktOS45NCwxMi4wMy05Ljk0czExLjY2LDMuMzUsMTEuNjYsOS43OGgtMi45OGMwLTQuNzEtMi44Mi03LjAxLTguNjgtNy4wMXMtOS4xLDIuMzUtOS4xLDYuOCwyLjU2LDYuMTcsOS41Miw3LjA2YzguNjMsMS4xNSwxMS44MiwzLjkyLDExLjgyLDEwLjE1LDAsNi42NC00LjE4LDEwLjA0LTEyLjI5LDEwLjA0cy0xMi42Ni0zLjUtMTIuNjYtMTAuMDRaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zNzQuMTksMTMuMjJ2MjYuNzhoLTIuNTFsLS4xNi01LjIzYy0yLjMsMy45Mi01LjQ5LDUuODYtOS43Myw1Ljg2LTUuNiwwLTguNDctMy4zNS04LjQ3LTkuNjdWMTMuMjJoMi45M3YxNy40MWMwLDQuOTIsMS45Myw3LjMyLDYuMDEsNy4zMiwzLjgyLDAsNi44LTIuMTQsOS02Ljk1VjEzLjIyaDIuOTNaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zODIuMDYsMy4zNGgzLjI0djQuMzRoLTMuMjRWMy4zNFpNMzgyLjIyLDEzLjIyaDIuOTN2MjYuNzhoLTIuOTNWMTMuMjJaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik00MDYuMTUsMzcuNDN2Mi41NmgtMy43N2MtNC43NiwwLTYuODUtMi4zNS02Ljg1LTcuOTVWMTUuNjNoLTUuMDJ2LTIuNDFoNS4wN2wuMjYtNy4zMmgyLjYydjcuMzJoNy4zMnYyLjQxaC03LjMydjE2LjQyYzAsNC4wOCwxLjEsNS4zOSw0LjUsNS4zOWgzLjE5WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDEyLjgxLDI5LjA3YzAsNi4wNywyLjcyLDguOTksOC4zMiw4Ljk5LDQuODEsMCw3LjQ4LTIuMiw3Ljg1LTUuOTFoMi44MmMtLjQyLDUuNDktNC4yOSw4LjQ3LTEwLjYyLDguNDctNy4zMiwwLTExLjMtMy45Ny0xMS4zLTExLjM1di01LjMzYzAtNy4zNywzLjg3LTExLjM1LDExLjAzLTExLjM1czExLjA5LDMuOTcsMTEuMDksMTEuMzV2My4yOWgtMTkuMTl2MS44M1pNNDEyLjgxLDI0LjE1di41OGgxNi4zMnYtLjU4YzAtNi4wNy0yLjYyLTktOC4xNi05cy04LjE2LDIuOTMtOC4xNiw5WiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgICA8Zz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTk3LjIyLDY0LjYxdjEuODVoLS44NnYtMTMuMjloLjk4djUuNjZjLjg2LTEuMjMsMS45Ny0xLjg1LDMuNDUtMS44NSwyLjA5LDAsMy40NSwxLjM1LDMuNDUsMy44MXYyLjA5YzAsMi40Ni0xLjIzLDMuODEtMy40NSwzLjgxLTEuNDgsMC0yLjcxLS42Mi0zLjU3LTIuMDlaTTEwMy4xMyw2Mi43NnYtMS45N2MwLTEuOTctLjg2LTIuOTUtMi40Ni0yLjk1LTEuNDgsMC0yLjU4Ljg2LTMuMzIsMi40NnYyLjk1Yy43NCwxLjYsMS44NSwyLjQ2LDMuMzIsMi40NiwxLjYuMTIsMi40Ni0uOTgsMi40Ni0yLjk1WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTA2LjMzLDY4LjkyaC42MmMuODYsMCwxLjIzLS4yNSwxLjYtMS4yM2wuNjItMS42LTMuNTctOC44NmgxLjExbDIuOTUsNy42MywyLjcxLTcuNjNoLjk4bC0zLjk0LDEwLjU4Yy0uNjIsMS40OC0xLjExLDEuOTctMi40NiwxLjk3aC0uNzR2LS44NmguMTJaIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTQ2LjgyLDYwLjkydjUuNjZoLTEuNzJ2LTEzLjQxaDQuOTJjMi43MSwwLDQuMzEsMS4zNSw0LjMxLDMuODEsMCwyLjIyLTEuMzUsMy40NS0zLjMyLDMuNjlsMy44MSw1LjY2aC0xLjk3bC0zLjY5LTUuNjZoLTIuMzR2LjI1Wk0xNDYuODIsNTkuNDRoMy4yYzEuNzIsMCwyLjcxLS44NiwyLjcxLTIuMzRzLS45OC0yLjM0LTIuNzEtMi4zNGgtMy4ydjQuNjhaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjcsNTMuMTZ2MS40OGgtNi41MnY0LjY4aDUuMjl2MS40OGgtNS4yOXY0LjA2aDYuNTJ2MS40OGgtOC4yNXYtMTMuMTdoOC4yNVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE2OS43MSw1My4xNmgxMC45NWwtMS40OCwxLjQ4aC0zLjA4djExLjgxaC0xLjcydi0xMS44MWgtNC42OHYtMS40OFoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE4My44Niw1My4xNmg5LjQ4djEuNDhoLTQuNjh2MTEuODFoLTEuNzJ2LTExLjgxaC00LjY4bDEuNi0xLjQ4WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTI1LjQsNjUuMWMxLjcyLDAsMi45NS0uNjIsMi45NS0yLjA5LDAtLjk4LS42Mi0xLjcyLTIuMDktMi4wOWwtMi4zNC0uNjJjLTEuODUtLjQ5LTMuMi0xLjM1LTMuMi0zLjQ1LDAtMi4yMiwxLjg1LTMuNTcsNC40My0zLjU3aDQuNTVsLTEuNDgsMS40OGgtMy4wOGMtMS42LDAtMi43MS42Mi0yLjcxLDEuOTcsMCwxLjExLjc0LDEuNzIsMi4wOSwyLjA5bDIuMjIuNjJjMi4wOS40OSwzLjMyLDEuNzIsMy4zMiwzLjU3LDAsMi40Ni0xLjk3LDMuNjktNC41NSwzLjY5aC00LjY4di0xLjQ4aDQuNTV2LS4xMloiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEzMi43OSw1My4xNmg5LjQ4djEuNDhoLTQuNjh2MTEuODFoLTEuNzJ2LTExLjgxaC00LjY4bDEuNi0xLjQ4WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjAxLjIxLDY2LjdjLTMuODEsMC02Ljg5LTMuMDgtNi44OS02Ljg5czMuMDgtNi44OSw2Ljg5LTYuODksNi44OSwzLjA4LDYuODksNi44OWMtLjEyLDMuODEtMy4yLDYuODktNi44OSw2Ljg5Wk0yMDEuMjEsNTQuNjRjLTIuODMsMC01LjE3LDIuMzQtNS4xNyw1LjE3czIuMzQsNS4xNyw1LjE3LDUuMTcsNS4xNy0yLjM0LDUuMTctNS4xNy0yLjM0LTUuMTctNS4xNy01LjE3WiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+" alt="Research Suite by Stretto"></div>
<div class="report-type">Special Report</div>
</div>
<div class="header-content">
<h1>Miyoshi America: A Prepackaged <span class="highlight">Section 524(g)</span> Talc Plan Heads to Confirmation</h1>
<p class="header-subtitle">A specialty cosmetics ingredient maker enters Chapter 11 with its votes already counted, its talc liabilities set to be routed to a channeling-injunction trust, and a combined hearing days away. Two contingencies still stand between the plan and an effective date.</p>
<div class="header-meta">
<span>Prepared by Research Suite by Stretto</span> <span>May 2026</span> <span>Analysis of five filings spanning more than 130 pages</span>
</div>
</div>
</header><!-- ==================== AI DOSSIER BANNER ==================== -->
<div class="dossier-banner">
<div class="dossier-banner-inner">
<div class="dossier-banner-icon"><svg viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M14 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V8L14 2Z" stroke="#FD7250" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M14 2V8H20" stroke="#FD7250" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M9 15L12 12L15 15" stroke="rgba(255,255,255,0.5)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M12 12V19" stroke="rgba(255,255,255,0.5)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg></div>
<div class="dossier-banner-text">
<div class="dossier-banner-label">Powered by AI Dossier</div>
<p>This Special Report was generated using <strong>Research Suite’s AI Dossier</strong> feature, which analyzed five docket entries spanning more than 130 pages filed in this case. <a href="https://cdn.shopify.com/s/files/1/0098/8636/7801/files/Miyoshi_Plan_Confirmation_Combined_Summary.pdf?v=1780290824" target="_blank" rel="noopener">Download a complimentary copy of the AI Dossier</a> on which this report is based.</p>
</div>
</div>
</div>
<!-- ==================== SECTION I ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section I</div>
<h2>Where Things Stand</h2>
</div>
<p>Miyoshi America, Inc. entered Chapter 11 in the Southern District of Texas with the unusual posture of a case whose votes were already counted and whose central bargain was already struck. The petition was filed on April 27, 2026, the same day the voting deadline closed on a plan that had been solicited from creditors more than a month earlier. The combined hearing to approve the disclosure statement and confirm the plan is scheduled for June 3, 2026, with an outside confirmation deadline of June 15.</p>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">Petition Date</div>
<div class="stat-value">Apr 27, 2026</div>
<div class="stat-detail">Prepackaged Chapter 11</div>
</div>
<div class="stat-card">
<div class="stat-label">Combined Hearing</div>
<div class="stat-value">Jun 3, 2026</div>
<div class="stat-detail">Outside date June 15</div>
</div>
<div class="stat-card positive">
<div class="stat-label">Class 4 Acceptance</div>
<div class="stat-value">&gt;99%</div>
<div class="stat-detail">By amount and by number</div>
</div>
<div class="stat-card">
<div class="stat-label">Formal Objections</div>
<div class="stat-value">0</div>
<div class="stat-detail">To plan or disclosure statement</div>
</div>
</div>
<p>On the numbers, the path to confirmation looks clear. The class holding the talc personal injury claims voted to accept by more than 99 percent in both amount and number, the parent company that holds the only other voting claim accepted unanimously, and no party filed an objection of any kind by the May 19 deadline. Two contingencies remain. The Debtor has agreed to file a modified plan that addresses U.S. Trustee feedback on the release, exculpation, and injunction provisions before the combined hearing. And the channeling injunction that sits at the center of the plan cannot take effect on confirmation alone: it requires affirmance by the district court in addition to the bankruptcy court. If either court declines, the effective date does not occur.</p>
</section>
<div class="section-divider"><br></div>
<!-- ==================== SECTION II ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section II</div>
<h2>The Debtor</h2>
</div>
<p>Miyoshi America processes and sells specialized cosmetic ingredients, including pigments, composites, and substrates, to cosmetic manufacturers. It operates from an owned headquarters in Dayville, Connecticut and leases a laboratory and sales office in Valley Cottage, New York. The company is incorporated in Texas, where it began in 1985 as U.S. Cosmetics Corp., merged with Miki America, Inc. in 1997, and took its current name in 2016.</p>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">Workforce</div>
<div class="stat-value">~62</div>
<div class="stat-detail">Across two facilities; jobs preserved by the plan</div>
</div>
<div class="stat-card">
<div class="stat-label">Equity Owner</div>
<div class="stat-value">MKI</div>
<div class="stat-detail">Miyoshi Kasei, Inc., a Japanese parent, holds 100%</div>
</div>
<div class="stat-card">
<div class="stat-label">Funded Debt</div>
<div class="stat-value">None</div>
<div class="stat-detail">Historically; operating cash flow typically sufficient</div>
</div>
</div>
<p>The corporate structure matters to how this case is built. Miyoshi America runs as a standalone business with its own board of directors and independent management, but it is wholly owned by Miyoshi Kasei, Inc., a non-debtor Japanese affiliate. That parent is the source of nearly every dollar in the restructuring. The company also entered distress without significant funded debt. It historically carried none and generally covered operations from cash flow. The debt that exists today is recent, arising from the intercompany financing the parent advanced as the litigation pressure mounted.</p>
</section>
<div class="section-divider"><br></div>
<!-- ==================== SECTION III ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section III</div>
<h2>What Went Wrong</h2>
</div>
<p>The company has been named as a defendant in talc personal injury lawsuits since 2018, but the filings tell a story of acceleration rather than a steady burden. Five cases were filed in 2022. By 2025 the figure had reached 167. More than 200 cases were pending as of the petition date, predominantly alleging mesothelioma or similar injuries from talc said to have been contaminated with asbestos.</p>
<div class="bar-chart">
<div class="bar-chart-title">Talc Personal Injury Cases Filed Against the Debtor, by Year</div>
<div class="bar-group">
<div class="bar-label">2022</div>
<div class="bar-track">
<div class="bar-fill light" style="width: 3%;"><br></div>
</div>
<div class="bar-value-outside">5 cases</div>
</div>
<div class="bar-group">
<div class="bar-label">2023</div>
<div class="bar-track">
<div class="bar-fill slate" style="width: 21%;">35</div>
</div>
<div class="bar-value-outside">35 cases</div>
</div>
<div class="bar-group">
<div class="bar-label">2024</div>
<div class="bar-track">
<div class="bar-fill slate" style="width: 20%;">34</div>
</div>
<div class="bar-value-outside">34 cases</div>
</div>
<div class="bar-group">
<div class="bar-label">2025</div>
<div class="bar-track">
<div class="bar-fill orange" style="width: 100%;">167</div>
</div>
<div class="bar-value-outside">167 cases</div>
</div>
</div>
<p>The product at the heart of the litigation was never a large part of the business. Surface-treated talc-based ingredients accounted for roughly 5 percent of historical sales, and the Debtor discontinued the line in 2025, about a year before filing. The Debtor maintains that none of its products were ever contaminated with asbestos. That position does not resolve the economics. The volume of claims, the ad hoc settlements they generated, and the steadily rising cost of mounting a defense had become, in the company's description, unsustainable. Absent a plan, the Debtor indicates it would likely face liquidation under the weight of defending a growing docket of claims.</p>
<div class="callout">
<h4>A Litigation-Driven Filing</h4>
<p>The distress here is litigation-driven rather than operational. The Debtor entered Chapter 11 without funded debt and had generally covered operations from cash flow, and it identifies the rising volume of talc claims and the cost of defending them, not a downturn in the business, as the source of its financial distress. The plan is structured to remove that burden by channeling the claims to a trust.</p>
</div>
</section>
<div class="section-divider"><br></div>
<!-- ==================== SECTION IV ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section IV</div>
<h2>The Section 524(g) Framework</h2>
</div>
<p>Section 524(g) of the Bankruptcy Code lets a company facing asbestos-related liabilities route present and future claims into a dedicated trust and obtain a channeling injunction that directs claimants to that trust as their sole recourse. The mechanism exists because asbestos claims surface over long latency periods, which makes future claimants impossible to identify and ordinary settlement impossible to finalize. The trust gives the debtor and a defined set of protected parties finality, and it gives future claimants a funded source of recovery that does not depend on a race to the courthouse.</p>
<p>What makes this case notable is the packaging. The Debtor describes this one as a first-of-its-kind prepackaged plan under Section 524(g), with creditor votes solicited before the petition was ever filed. That posture rests on more than six months of arm's-length negotiation conducted before filing among the Debtor, its parent, an ad hoc committee of plaintiffs' law firms representing the vast majority of claim holders, and a prepetition future claimants' representative tasked with protecting claimants who do not yet know they will have a claim.</p>
<div class="callout">
<h4>Two Courts, One Injunction</h4>
<p>Section 524(g) requires that the channeling injunction be issued by the bankruptcy court and affirmed by the district court. The plan reflects this dual requirement: if either court fails to approve, the effective date does not occur. Confirmation at the June 3 hearing would therefore not, by itself, complete the case.</p>
</div>
</section>
<div class="section-divider"><br></div>
<!-- ==================== SECTION V ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section V</div>
<h2>The Trust and Its Funding</h2>
</div>
<p>The plan would establish a talc personal injury trust funded primarily by the parent company. The headline contribution is a $19 million cash payment on the effective date, drawn from a $20 million contribution that the parent would make to the reorganized company. A $1 million promissory note follows, non-interest-bearing and maturing six months after the effective date. The note is small in dollars but structurally important: it is secured by a first-priority lien on 50.1 percent of the reorganized company's equity, so a payment default would let the trust take majority ownership of the business, including its voting rights.</p>
<table class="comparison">
<thead>
<tr>
<th>Funding Component</th>
<th>Amount or Description</th>
<th>Source or Security</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Effective Date Cash Contribution</td>
<td>$19 million</td>
<td>Reorganized company, funded by the parent's $20 million contribution</td>
</tr>
<tr>
<td class="metric-label">Promissory Note</td>
<td>$1 million; non-interest-bearing; six-month maturity</td>
<td>Secured by a first-priority lien on 50.1% of reorganized equity</td>
</tr>
<tr>
<td class="metric-label">Insurance Assets</td>
<td>Transferred on the effective date</td>
<td>Assigned from the Debtor and reorganized company</td>
</tr>
<tr>
<td class="metric-label">Assigned Causes of Action</td>
<td>Transferred on the effective date</td>
<td>Assigned from the Debtor and reorganized company</td>
</tr>
<tr>
<td class="metric-label">Other Assets and Proceeds</td>
<td>All other assigned assets and their proceeds</td>
<td>Transferred to the trust</td>
</tr>
</tbody>
</table>
<p>A trustee would manage the trust, overseen by an advisory committee of claim-holder representatives and a post-effective-date future claimants' representative. Distribution procedures would set medical and exposure criteria and a range of liquidated values that distinguish mesothelioma claims from other disease claims, with claims processed on a first-in, first-out basis and similar claims treated substantially the same. A payment percentage, the share of liquidated value a claimant actually receives, would be set by the trustee with the consent of the advisory committee and the post-effective-date future claimants' representative, and re-evaluated at least once every three years as the trust's assets and the claim population evolve.</p>
<div class="gauge-row">
<div class="gauge-card">
<svg viewbox="0 0 120 120">
        <circle cx="60" cy="60" r="50" fill="none" stroke="#E4E6EC" stroke-width="10"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#FD7250" stroke-width="10" stroke-dasharray="157.4 156.8" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <circle cx="60" cy="60" r="50" fill="none" stroke="#2C4146" stroke-width="10" stroke-dasharray="156.8 157.4" stroke-dashoffset="-157.4" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="56" text-anchor="middle" font-size="15" font-weight="700" fill="#2C4146">50.1%</text>
        <text x="60" y="72" text-anchor="middle" font-size="8" fill="#6B8A91">pledged to trust</text>
      </svg>
<div class="gauge-label">Equity Securing the Trust Note</div>
<div class="gauge-value" style="font-size: 16px;">50.1% pledged</div>
</div>
</div>
</section>
<div class="section-divider"><br></div>
<!-- ==================== SECTION VI ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VI</div>
<h2>The Financing Story</h2>
</div>
<p>The reason the parent dominates the capital structure is that nobody else would step in. In May and June of 2025, the Debtor's investment banker contacted roughly 17 third-party financial institutions about prepetition financing. None produced actionable interest, which the banker attributes to two factors: the uncertainty of the litigation and the absence of any framework for resolving the claims.</p>
<div class="timeline">
<div class="timeline-item muted">
<div class="timeline-date">May–June 2025</div>
<div class="timeline-content">Investment banker contacts approximately 17 institutions about prepetition financing; no actionable interest.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">June 10, 2025</div>
<div class="timeline-content">Parent advances a $3 million initial intercompany loan as emergency stop-gap financing.</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">August 1, 2025</div>
<div class="timeline-content">Prepetition loan agreement refinances and expands the facility to $10 million.</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">January 27, 2026</div>
<div class="timeline-content">Prepetition facility increased to $15 million.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">February 2026</div>
<div class="timeline-content">After the term sheet with the ad hoc committee, the banker re-contacts 11 prospective lenders; three express interest; two submit term sheets, both rejected as expensive and unwilling to lend on an unsecured or junior basis.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">Pre-petition</div>
<div class="timeline-content">Parent provides a $20 million senior secured DIP facility at 7.50%, combining $5 million of new money with a roll-up of the prepetition loan.</div>
</div>
</div>
<p>When the banker returned to the market in February 2026, the resolution framework existed, and interest improved, but only marginally. Of 11 prospects, two submitted term sheets. Both were deemed expensive and non-advantageous, neither offered to lend on an unsecured or junior basis or to engage in a priming fight, and neither provided enough financing to refinance the prepetition loan. The parent, for its part, would not consent to any financing that primed or sat alongside its existing collateral. That left the parent's own $20 million DIP facility at 7.50 percent as the only viable option. The exit financing carries that logic forward on better terms for the company.</p>
<table class="comparison">
<thead>
<tr>
<th>Exit Financing Term</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Aggregate Principal</td>
<td>Up to $15 million, refinancing the DIP obligations</td>
</tr>
<tr>
<td class="metric-label">DIP Equitization</td>
<td>The remainder of the DIP facility converts to equity in the reorganized company</td>
</tr>
<tr>
<td class="metric-label">Interest Rate</td>
<td>5.50% per annum, reduced from the 7.50% DIP rate</td>
</tr>
<tr>
<td class="metric-label">PIK Period</td>
<td>First 24 months; all interest paid in kind and capitalized</td>
</tr>
<tr>
<td class="metric-label">Cash Interest (post-PIK)</td>
<td>Quarterly, subject to conditions tied to pre-tax income and free cash flow; unpaid amounts paid in kind with no compounding</td>
</tr>
<tr>
<td class="metric-label">Quarterly Principal</td>
<td>$250,000 beginning after the 24-month anniversary, subject to payment conditions</td>
</tr>
<tr>
<td class="metric-label">Maturity</td>
<td>10 years following the effective date</td>
</tr>
<tr>
<td class="metric-label">Subordination</td>
<td>Expressly junior to the $1 million Trust Note; no exit payments until the Trust Note is paid in full</td>
</tr>
</tbody>
</table>
<p>The structure protects two things at once. The reduced rate, the 24-month paid-in-kind period, and the payment conditions tied to income and cash flow preserve the reorganized company's liquidity as it stabilizes without its talc litigation burden. The subordination protects the trust: the parent's own exit loan cannot be repaid until the trust note is satisfied in full, which keeps the parent's recovery behind the claimants the trust is built to pay.</p>
</section>
<div class="section-divider"><br></div>
<!-- ==================== SECTION VII ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VII</div>
<h2>The Vote</h2>
</div>
<p>Because the plan was solicited before filing, the vote is already complete. Solicitation began on March 13, 2026, with packages sent by overnight delivery to the attorneys representing every holder of a pending talc claim. The record date was March 27, the voting deadline was April 27, and the solicitation period ran roughly 45 days. No individual ballots were ultimately used, because every known holder was represented by counsel who submitted master ballots on their behalf.</p>
<div class="split-compare">
<div class="split-panel left">
<div class="panel-year">45 days</div>
<div class="panel-label">Solicitation</div>
<div class="split-item">
<div class="item-label">Commenced</div>
<div class="item-value">March 13, 2026</div>
</div>
<div class="split-item">
<div class="item-label">Voting Record Date</div>
<div class="item-value">March 27, 2026</div>
</div>
<div class="split-item">
<div class="item-label">Voting Deadline</div>
<div class="item-value">April 27, 2026</div>
</div>
</div>
<div class="split-panel right">
<div class="panel-year">&gt;99%</div>
<div class="panel-label">Results</div>
<div class="split-item">
<div class="item-label">Class 4, Talc Personal Injury</div>
<div class="item-value" style="color: var(--accent-orange);">Accepted by amount and number</div>
</div>
<div class="split-item">
<div class="item-label">Class 5, Parent Financing Claim</div>
<div class="item-value">100% accepted</div>
</div>
<div class="split-item">
<div class="item-label">Objections Filed</div>
<div class="item-value">None</div>
</div>
</div>
</div>
<p>The class holding the talc claims accepted by more than 99 percent in both amount and number, with a nominal $1 value assigned to each claim solely for voting. The parent, as the sole holder of the prepetition financing claim, accepted unanimously. The only class treated as a rejecting class is the existing equity, which is deemed to reject because it receives nothing on account of its old interests, but its sole holder is the parent, which proposed the plan and supports it. The Debtor seeks to confirm over that deemed rejection through cramdown.</p>
</section>
<div class="section-divider"><br></div>
<!-- ==================== SECTION VIII ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section VIII</div>
<h2>Plan Treatment by Class</h2>
</div>
<p>The plan leaves most creditor classes untouched and concentrates impairment in the two classes tied directly to the restructuring. Trade and ordinary creditors are paid in full, the talc claims are channeled to the trust, and the parent absorbs both the financing claim and the equity.</p>
<table class="comparison">
<thead>
<tr>
<th>Class</th>
<th>Claim or Interest</th>
<th>Treatment</th>
<th>Status</th>
<th>Vote</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">1</td>
<td>Priority Non-Tax Claims</td>
<td>Paid in full in cash</td>
<td>Unimpaired</td>
<td>Presumed to accept</td>
</tr>
<tr>
<td class="metric-label">2</td>
<td>Secured Claims</td>
<td>Paid in full in cash</td>
<td>Unimpaired</td>
<td>Presumed to accept</td>
</tr>
<tr>
<td class="metric-label">3</td>
<td>General Unsecured Claims</td>
<td>Reinstated and paid in the ordinary course; no proof of claim required</td>
<td>Unimpaired</td>
<td>Presumed to accept</td>
</tr>
<tr>
<td class="metric-label">4</td>
<td>Talc Personal Injury Claims</td>
<td>Channeled solely to the trust; sole recourse is the trust under its distribution procedures</td>
<td>Impaired</td>
<td class="change-positive">Accepted (&gt;99%)</td>
</tr>
<tr>
<td class="metric-label">5</td>
<td>Prepetition Financing Facility Claim</td>
<td>Parent's allowed claim, treated within the integrated contribution and exit-financing structure</td>
<td>Impaired</td>
<td class="change-positive">Accepted (100%)</td>
</tr>
<tr>
<td class="metric-label">6</td>
<td>Intercompany Claims</td>
<td>Reinstated and paid in the ordinary course</td>
<td>Unimpaired</td>
<td>Presumed to accept</td>
</tr>
<tr>
<td class="metric-label">7</td>
<td>Miyoshi Equity Interests</td>
<td>Parent receives 100% of reorganized stock on account of its contribution, subject to the equity pledge; nothing on account of old equity</td>
<td>Impaired</td>
<td class="change-negative">Deemed to reject</td>
</tr>
</tbody>
</table>
<p>The unimpaired classes, including priority, secured, general unsecured, and intercompany claims, are slated for full recovery. The recovery to talc claimants will depend on the trust's assets and the payment percentage its trustee sets over time, which is why the plan does not assign those claims a fixed percentage. The parent's recovery sits last, behind both the trust and the unimpaired creditors.</p>
</section>
<div class="section-divider"><br></div>
<!-- ==================== SECTION IX ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section IX</div>
<h2>Key Legal Issues</h2>
</div>
<p>The legal architecture of the plan turns on a small number of questions, and the Debtor's confirmation brief is organized to answer each. The threshold issue is whether the trust satisfies Section 524(g) itself. The plan argues that it meets all four funding requirements, including the requirement that the trust hold the right to own a majority of the reorganized company's voting shares on specified contingencies, which the 50.1 percent equity pledge is designed to satisfy. It also argues that the factual predicates are met, among them the long latency of asbestos claims, the risk that pursuit outside the plan would impair equitable distribution, and the statutory requirement that the injunction be approved by a class vote of at least 75 percent. The 99 percent acceptance clears that bar comfortably.</p>
<p>A second question is who the injunction protects. The parent is not the debtor, so it must independently qualify for protection under the statute. The plan asserts three independent grounds: the parent's 100 percent ownership of the Debtor, its involvement in management and as a director, and its provision of financing. Any one of the three would suffice; the plan rests on all three.</p>
<div class="callout">
<h4>Consensual by Design</h4>
<p>The plan's release structure avoids nonconsensual third-party releases. It contains no third-party opt-in or opt-out releases, and the only releases are consensual ones granted by the parent. The Debtor's releases of the parent rest on an independent finding by the ad hoc committee and the future claimants' representative that no viable estate claims against the parent exist.</p>
<p>The U.S. Trustee has nonetheless raised the release, exculpation, and injunction provisions, and the Debtor has agreed to file a modified plan responding to that feedback before the combined hearing.</p>
</div>
<p>The remaining issues are more routine for a plan with this level of support. Cramdown of the equity class rests on the absence of any class junior to it, which the plan argues satisfies the absolute priority rule. Exculpation is framed narrowly, covering only parties that participated in the restructuring and excluding fraud, willful misconduct, and gross negligence. And the market test described earlier does double duty as a legal argument: the banker's outreach to roughly 17 institutions for prepetition financing and 11 for the DIP, yielding no viable alternative, is offered as evidence that the parent's financing was the only realistic option and was negotiated at arm's length.</p>
</section>
<div class="section-divider"><br></div>
<!-- ==================== SECTION X ==================== -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section X</div>
<h2>What Comes Next</h2>
</div>
<p>The near-term calendar is short and specific. A modified plan responding to the U.S. Trustee's feedback is expected before the combined hearing. The combined hearing on disclosure-statement adequacy and confirmation is set for June 3, with an outside confirmation deadline of June 15 that the parties built in as a condition for waiving the meeting of creditors and the schedules and statement of financial affairs.</p>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-date">Before June 3, 2026</div>
<div class="timeline-content">Debtor expected to file a modified plan addressing U.S. Trustee feedback on release, exculpation, and injunction provisions.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">June 3, 2026</div>
<div class="timeline-content">Combined hearing on disclosure-statement adequacy and plan confirmation.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">June 15, 2026</div>
<div class="timeline-content">Outside confirmation deadline tied to the section 341 meeting and schedules waivers.</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">District court review</div>
<div class="timeline-content">Affirmance of the channeling injunction, required in addition to bankruptcy-court confirmation, before any effective date.</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">Effective date (prospective)</div>
<div class="timeline-content">Parent funds its $20 million contribution; trust is funded; exit facility becomes effective; talc liability is channeled.</div>
</div>
</div>
<p>If the plan is confirmed and affirmed as proposed, the reorganized company emerges intact: roughly 62 jobs preserved, the talc product line gone, and the talc liability routed away from the business and into a funded trust. The parent would hold 100 percent of the reorganized equity, but subject to the pledge that lets the trust take majority control on a payment default, and its own exit loan would sit behind the trust note in priority. Claimants would look to the trust rather than to the courthouse, with recoveries set by a payment percentage that the trustee adjusts over time.</p>
<div class="callout">
<h4>The Open Questions</h4>
<p>The vote is complete and the framework is negotiated. Two items remain open. The first is the modified plan's treatment of the release, exculpation, and injunction provisions the U.S. Trustee raised. The second is the district court's review of the channeling injunction, which the bankruptcy court cannot approve on its own. Both fall outside the prepackaged process that resolved the creditor vote.</p>
</div>
</section>
<!-- ==================== FOOTER ==================== --><footer class="report-footer">
<div class="container">
<div class="footer-brand">
<img src="data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPy0tPgo8c3ZnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQzMiA2OS43OCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2U2ZTllZTsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZjdmYmZmOwogICAgICB9CgogICAgICAuY2xzLTMgewogICAgICAgIGZpbGw6ICNmZDcyNTA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+CiAgICA8Zz4KICAgICAgPGc+CiAgICAgICAgPGc+CiAgICAgICAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iNTEuMTkgNDQuMyA1LjU0IDQ0LjMgMTYuMTIgMzMuNzIgNjEuOSAzMy43MiA1MS4xOSA0NC4zIj48L3BvbHlnb24+CiAgICAgICAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iNjguMDUgMjcuNTcgMCAyNy41NyAxMC43MSAxNi44NiA3OC42NCAxNi44NiA2OC4wNSAyNy41NyI+PC9wb2x5Z29uPgogICAgICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY0LjI0IDEwLjcxIDE2Ljg2IDEwLjcxIDI3LjQ0IDAgNzQuOTUgMCA2NC4yNCAxMC43MSI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEwOS4yOCwyNC44M2gtOS45NHYxNS4xN2gtMi45OFY0LjQzaDEzLjM0YzcuODQsMCwxMS4wOSwzLjAzLDExLjA5LDEwLjIsMCw2LjEyLTIuNDEsOS4yNi04LjExLDEwLjA0bDkuNDEsMTUuMzJoLTMuNWwtOS4zMS0xNS4xN1pNOTkuMzQsMjIuMDZoMTAuMTVjNi4wNywwLDguMzItMi4wNCw4LjMyLTcuNDNzLTIuMjUtNy40My04LjMyLTcuNDNoLTEwLjE1djE0Ljg1WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTI5LjI5LDI5LjA3YzAsNi4wNywyLjcyLDguOTksOC4zMiw4Ljk5LDQuODEsMCw3LjQ4LTIuMiw3Ljg0LTUuOTFoMi44MmMtLjQyLDUuNDktNC4yOSw4LjQ3LTEwLjYyLDguNDctNy4zMiwwLTExLjMtMy45Ny0xMS4zLTExLjM1di01LjMzYzAtNy4zNywzLjg3LTExLjM1LDExLjAzLTExLjM1czExLjA5LDMuOTcsMTEuMDksMTEuMzV2My4yOWgtMTkuMTl2MS44M1pNMTI5LjI5LDI0LjE1di41OGgxNi4zMnYtLjU4YzAtNi4wNy0yLjYxLTktOC4xNi05cy04LjE2LDIuOTMtOC4xNiw5WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTUzLjc4LDMyLjQxaDIuODJjMCwzLjcxLDIuNjIsNS42NSw3LjksNS42NXM3LjY5LTEuODMsNy42OS01LjE4LTIuMTQtNC42NS04LjE2LTUuMjhjLTcuMDEtLjY4LTkuNjItMi43Mi05LjYyLTcuMjIsMC00Ljk3LDMuNjYtNy43OSwxMC4wOS03Ljc5czkuOTQsMi43Nyw5Ljk0LDcuOTVoLTIuODhjMC0zLjUtMi40LTUuNDQtNy4wNi01LjQ0cy03LjIyLDEuODgtNy4yMiw1LjA3YzAsMi45OCwyLjA5LDQuMjQsNy43OSw0LjgxLDcuMjcuNzMsOS45OSwyLjg4LDkuOTksNy42OSwwLDUuMTgtMy42Niw3Ljk1LTEwLjUxLDcuOTVzLTEwLjc3LTIuODItMTAuNzctOC4yMVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE4My41MywyOS4wN2MwLDYuMDcsMi43Miw4Ljk5LDguMzIsOC45OSw0LjgxLDAsNy40OC0yLjIsNy44NC01LjkxaDIuODJjLS40Miw1LjQ5LTQuMjksOC40Ny0xMC42Miw4LjQ3LTcuMzIsMC0xMS4zLTMuOTctMTEuMy0xMS4zNXYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMS4wMy0xMS4zNXMxMS4wOSwzLjk3LDExLjA5LDExLjM1djMuMjloLTE5LjE5djEuODNaTTE4My41MywyNC4xNXYuNThoMTYuMzJ2LS41OGMwLTYuMDctMi42Mi05LTguMTYtOXMtOC4xNiwyLjkzLTguMTYsOVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTIyOS43NywyMi4xNnYxNy44M2gtMi41MWwtLjEtNC40NGMtMi40NiwzLjM1LTUuOTEsNS4wNy0xMC4yLDUuMDctNS40NCwwLTguNzMtMi44Mi04LjczLTcuOTVzMy40LTguMTEsMTAuOTgtOC4xMWg3LjY0di0yLjQxYzAtNC43MS0yLjM1LTcuMDEtNy4zNy03LjAxLTQuNjUsMC03LjMyLDEuOTktNy41OCw1Ljg2aC0yLjg4Yy41Mi01LjU0LDQuMTMtOC40MiwxMC41MS04LjQyLDYuOCwwLDEwLjI1LDMuMjQsMTAuMjUsOS41N1pNMjI2Ljg0LDMyLjM2di01LjI4aC03LjQ4Yy01LjgxLDAtOC4yMSwxLjczLTguMjEsNS40OXMyLjE0LDUuNTQsNi4xNyw1LjU0LDcuMzItMS45OSw5LjUyLTUuNzVaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTAuMTgsMTIuN3YyLjgyaC0xLjQxYy00LjU1LDAtNy4yMiwyLjQ2LTguMzIsOC4yMXYxNi4yNmgtMi45M1YxMy4yMmgyLjUxbC4xLDUuNDljMS41Mi00LjEzLDQuMjQtNi4wMSw4LjMyLTYuMDFoMS43M1oiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI1My43MiwyOS4yOHYtNS4zM2MwLTcuMzcsMy44Ny0xMS4zNSwxMC44OC0xMS4zNSw2LjQ4LDAsMTAuMTUsMy40LDEwLjQ2LDkuMjZoLTIuODJjLS4zNy00LjUtMi44OC02LjY5LTcuNTgtNi42OS01LjMzLDAtOCwyLjkzLTgsOC45NHY1LjAyYzAsNi4wMSwyLjY3LDguOTQsOCw4Ljk0LDQuNzEsMCw3LjIyLTIuMiw3LjU4LTYuNjloMi44MmMtLjMxLDUuNzUtMy45Miw5LjI2LTEwLjQ2LDkuMjYtNi45NiwwLTEwLjg4LTMuOTctMTAuODgtMTEuMzVaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMDEuOTIsMjIuMjd2MTcuNzNoLTIuOTN2LTE3LjQxYzAtNC45Mi0xLjg4LTcuMzItNS45MS03LjMyLTMuNzcsMC02Ljc1LDIuMDktOC44NCw2Ljk2djE3Ljc4aC0yLjkzVjEuODJoMi45M3YxNi4xMWMyLjI1LTMuNjEsNS4zMy01LjMzLDkuMzEtNS4zMyw1LjU0LDAsOC4zNywzLjM1LDguMzcsOS42N1oiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTMyMi4zNywzMC41OGgyLjk4YzAsNC43NiwzLjQsNy4yNyw5Ljc4LDcuMjdzOS4yLTIuMzUsOS4yLTcuMDEtMi42Ny02LjY0LTEwLjA0LTcuNjRjLTguMTYtMS4wNS0xMS4yNC0zLjY2LTExLjI0LTkuNDcsMC02LjQzLDQuMjktOS45NCwxMi4wMy05Ljk0czExLjY2LDMuMzUsMTEuNjYsOS43OGgtMi45OGMwLTQuNzEtMi44Mi03LjAxLTguNjgtNy4wMXMtOS4xLDIuMzUtOS4xLDYuOCwyLjU2LDYuMTcsOS41Miw3LjA2YzguNjMsMS4xNSwxMS44MiwzLjkyLDExLjgyLDEwLjE1LDAsNi42NC00LjE4LDEwLjA0LTEyLjI5LDEwLjA0cy0xMi42Ni0zLjUtMTIuNjYtMTAuMDRaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zNzQuMTksMTMuMjJ2MjYuNzhoLTIuNTFsLS4xNi01LjIzYy0yLjMsMy45Mi01LjQ5LDUuODYtOS43Myw1Ljg2LTUuNiwwLTguNDctMy4zNS04LjQ3LTkuNjdWMTMuMjJoMi45M3YxNy40MWMwLDQuOTIsMS45Myw3LjMyLDYuMDEsNy4zMiwzLjgyLDAsNi44LTIuMTQsOS02Ljk1VjEzLjIyaDIuOTNaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zODIuMDYsMy4zNGgzLjI0djQuMzRoLTMuMjRWMy4zNFpNMzgyLjIyLDEzLjIyaDIuOTN2MjYuNzhoLTIuOTNWMTMuMjJaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik00MDYuMTUsMzcuNDN2Mi41NmgtMy43N2MtNC43NiwwLTYuODUtMi4zNS02Ljg1LTcuOTVWMTUuNjNoLTUuMDJ2LTIuNDFoNS4wN2wuMjYtNy4zMmgyLjYydjcuMzJoNy4zMnYyLjQxaC03LjMydjE2LjQyYzAsNC4wOCwxLjEsNS4zOSw0LjUsNS4zOWgzLjE5WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDEyLjgxLDI5LjA3YzAsNi4wNywyLjcyLDguOTksOC4zMiw4Ljk5LDQuODEsMCw3LjQ4LTIuMiw3Ljg1LTUuOTFoMi44MmMtLjQyLDUuNDktNC4yOSw4LjQ3LTEwLjYyLDguNDctNy4zMiwwLTExLjMtMy45Ny0xMS4zLTExLjM1di01LjMzYzAtNy4zNywzLjg3LTExLjM1LDExLjAzLTExLjM1czExLjA5LDMuOTcsMTEuMDksMTEuMzV2My4yOWgtMTkuMTl2MS44M1pNNDEyLjgxLDI0LjE1di41OGgxNi4zMnYtLjU4YzAtNi4wNy0yLjYyLTktOC4xNi05cy04LjE2LDIuOTMtOC4xNiw5WiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgICA8Zz4KICAgICAgICA8Zz4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTk3LjIyLDY0LjYxdjEuODVoLS44NnYtMTMuMjloLjk4djUuNjZjLjg2LTEuMjMsMS45Ny0xLjg1LDMuNDUtMS44NSwyLjA5LDAsMy40NSwxLjM1LDMuNDUsMy44MXYyLjA5YzAsMi40Ni0xLjIzLDMuODEtMy40NSwzLjgxLTEuNDgsMC0yLjcxLS42Mi0zLjU3LTIuMDlaTTEwMy4xMyw2Mi43NnYtMS45N2MwLTEuOTctLjg2LTIuOTUtMi40Ni0yLjk1LTEuNDgsMC0yLjU4Ljg2LTMuMzIsMi40NnYyLjk1Yy43NCwxLjYsMS44NSwyLjQ2LDMuMzIsMi40NiwxLjYuMTIsMi40Ni0uOTgsMi40Ni0yLjk1WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTA2LjMzLDY4LjkyaC42MmMuODYsMCwxLjIzLS4yNSwxLjYtMS4yM2wuNjItMS42LTMuNTctOC44NmgxLjExbDIuOTUsNy42MywyLjcxLTcuNjNoLjk4bC0zLjk0LDEwLjU4Yy0uNjIsMS40OC0xLjExLDEuOTctMi40NiwxLjk3aC0uNzR2LS44NmguMTJaIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTQ2LjgyLDYwLjkydjUuNjZoLTEuNzJ2LTEzLjQxaDQuOTJjMi43MSwwLDQuMzEsMS4zNSw0LjMxLDMuODEsMCwyLjIyLTEuMzUsMy40NS0zLjMyLDMuNjlsMy44MSw1LjY2aC0xLjk3bC0zLjY5LTUuNjZoLTIuMzR2LjI1Wk0xNDYuODIsNTkuNDRoMy4yYzEuNzIsMCwyLjcxLS44NiwyLjcxLTIuMzRzLS45OC0yLjM0LTIuNzEtMi4zNGgtMy4ydjQuNjhaIj48L3BhdGg+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjcsNTMuMTZ2MS40OGgtNi41MnY0LjY4aDUuMjl2MS40OGgtNS4yOXY0LjA2aDYuNTJ2MS40OGgtOC4yNXYtMTMuMTdoOC4yNVoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE2OS43MSw1My4xNmgxMC45NWwtMS40OCwxLjQ4aC0zLjA4djExLjgxaC0xLjcydi0xMS44MWgtNC42OHYtMS40OFoiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE4My44Niw1My4xNmg5LjQ4djEuNDhoLTQuNjh2MTEuODFoLTEuNzJ2LTExLjgxaC00LjY4bDEuNi0xLjQ4WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTI1LjQsNjUuMWMxLjcyLDAsMi45NS0uNjIsMi45NS0yLjA5LDAtLjk4LS42Mi0xLjcyLTIuMDktMi4wOWwtMi4zNC0uNjJjLTEuODUtLjQ5LTMuMi0xLjM1LTMuMi0zLjQ1LDAtMi4yMiwxLjg1LTMuNTcsNC40My0zLjU3aDQuNTVsLTEuNDgsMS40OGgtMy4wOGMtMS42LDAtMi43MS42Mi0yLjcxLDEuOTcsMCwxLjExLjc0LDEuNzIsMi4wOSwyLjA5bDIuMjIuNjJjMi4wOS40OSwzLjMyLDEuNzIsMy4zMiwzLjU3LDAsMi40Ni0xLjk3LDMuNjktNC41NSwzLjY5aC00LjY4di0xLjQ4aDQuNTV2LS4xMloiPjwvcGF0aD4KICAgICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEzMi43OSw1My4xNmg5LjQ4djEuNDhoLTQuNjh2MTEuODFoLTEuNzJ2LTExLjgxaC00LjY4bDEuNi0xLjQ4WiI+PC9wYXRoPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjAxLjIxLDY2LjdjLTMuODEsMC02Ljg5LTMuMDgtNi44OS02Ljg5czMuMDgtNi44OSw2Ljg5LTYuODksNi44OSwzLjA4LDYuODksNi44OWMtLjEyLDMuODEtMy4yLDYuODktNi44OSw2Ljg5Wk0yMDEuMjEsNTQuNjRjLTIuODMsMC01LjE3LDIuMzQtNS4xNyw1LjE3czIuMzQsNS4xNyw1LjE3LDUuMTcsNS4xNy0yLjM0LDUuMTctNS4xNy0yLjM0LTUuMTctNS4xNy01LjE3WiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+" alt="Research Suite by Stretto"><img src="data:image/png;base64,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EULKgIxIjjnAFWjHa5EtNH7zhBRICTa6fVoXXMBf3vtPXPOxR854FBEREZG9oaTek/Rl1VcVERkbu/re8vDhWT90mL9/6AH6x49wr4/UUp9ED3MezOOoNpNJiyuD162r3a035ziaByZsdDvJgRKPIltsj3iiC5DVick4/vf38r//mRKPIiIiIiIiIrJ9djX5eHpCQ3/FExk9SjqKiIiIiIiIyHba1UTDMOGoBIfIaFCbFBERERmP/pqcNohV31VEZLzi9l4mZ3Q7RPXQEBERERERefJxk0rhUYNYjSNFRMYrbqsIRERERERERpcSkKcKYJV4FBEZO15FICIiIiIiIiIiIjtByUcREREREREZeZr1KCIynpR8FBERERERGWFKuqkMRETGmZKPIiIiIiIiI26ak29KJmx0O4qIjDclH0VERERERMbANCZhbXA74ZR4FBEZf0omZ3Q7ioiIiIiIjIlpSsYp8SgiMhmUfBQRERERERkj05CUU+JRRGSCYrqKQEREREREZPyYmU3cVUlHEZGJo8AuIiIiIiIyxiZhbXA7JQmpxKOIyGRScBcRERERERlz45yAVNJRRGSyKciLiIiIiIhMkHFJRCrpKCIyHRTsRUREREREJmFtcDvUqCUilXAUEZkmZ3Q7CvwiIiIiIiJTYreTkUo2ioiIHgQiIiIiIiJT7lyTkkoyiojIE/n/AQMKapDX0AZ+SUVORK5CYII=" alt="Stretto Intelligence">
</div>
<p><strong style="color: rgba(255,255,255,0.7);">About This Report:</strong> This Special Report is based on the AI Dossier generated by Research Suite by Stretto, which analyzed five docket entries spanning more than 130 pages filed in <em>In re Miyoshi America, Inc.</em>, Case No. 26-90522 (CML), United States Bankruptcy Court for the Southern District of Texas, Houston Division. All facts, figures, and docket citations are drawn from the underlying docket filings as summarized in the AI Dossier. Because confirmation is pending, plan terms are described as proposed and remain subject to modification, confirmation, and district-court affirmance.</p>
<p><strong style="color: rgba(255,255,255,0.7);">About Research Suite:</strong> Research Suite by Stretto is the first and only AI-enhanced research platform designed and built by restructuring professionals for the bankruptcy industry. Research Suite enables clients to locate cases and documents across jurisdictions, allowing professionals to find and understand information faster. It now also allows clients to create Precedent Packages including the innovative AI Dossier, a comprehensive comparison and analysis of up to 100 documents within and/or across cases, transforming research into strategy by extracting meaning, identifying patterns, and applying those insights to case work, drafting, and analysis. Learn more and create a free account at researchsuite.stretto.com</p>
<p><strong style="color: rgba(255,255,255,0.7);">About Stretto Intelligence:</strong> As Stretto’s innovation engine, Stretto Intelligence applies AI where it delivers the greatest value across the complex, high-stakes workflows of legal and financial professionals with AI-fueled tools, research, and insights. Every innovation in the Stretto Intelligence portfolio meets the highest standards of security, confidentiality, and control. It embodies Stretto’s commitment to staying ahead – deploying emerging technologies with precision to drive meaningful, measurable impact.</p>
<p><em>Always review the underlying docket filings for accurate information. The information and responses generated by Research Suite by Stretto may contain errors or inaccuracies and should not be relied upon as a substitute for professional or legal advice. Use of AI features is governed by our Terms of Service.</em></p>
<p>Copyright © 2026 Stretto, Inc. All rights reserved.</p>
</div>
</footer>]]>
    </content>
  </entry>
</feed>