<?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-07-12T23:35:22-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/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+yr5aInMIs4SlBHqDYq+YzVvcffxVd74Hz9dPTyUfBQREREREZEzkE1EBtU5Z2b2iV+/hrc8/7l0H/gRs8GqgTMRKHFAlWtMeMCRAA9Wq0bfw/SljjrqqOMUHA2PyzKsSLjoySNEl+EDWBlx5qCfoDZPZ6bBnf/8IJf/p0/rqSkiIiIiIiJnZaxnrpw+4/HPfveXeenTDsEDP+YFh/YTl0+SUQIJc4nkPAxmPjoDb1Xy0YbJRxGRKWJ4umWkXq/jy0SMkZBnxBix6Mgbs5ByjkXHP6xv8PP//v+r4udpm85o9qOIiIiIiIg8lbEYOD7RIHeYfPzS9b/M0+dnaMc+z5ht0TlxjJpLBO9JljBclXw0jwd8YvDKdcL8qclAIiLTInro+4j3jrKzwuzcLPQLuqtrNGYPsdZzdJoH+MfVDm/4g49VDwwlG0VEREREROQsjV3ycfjfw8Tj537lF3jjC59L6nboLB9nf7tBoCQWZXWBPsPIBpfqcebxiUHGMUEoHrEWpIjINEgOet4wF2k1PEvHj7Jvfh5qTR760QkWnvMSvnT/A7z1P95UxVIlHkVERERERGQLxmowefpr1gCf/fVruPzCZ7Ly3e+y/8ILoOiwfvIY7QMHoNsFPOYCEMAy3OnTHI3qNWxfgCtVE0RkynhKg+gSrm5AYmN5nfb8AWJjP7ff+33e+vHbqgfF4A8+SkCKiOxeP3fbO/3bHMN3+nx34pxFRERkb4zdA33Y0fnL97+TF87NsrCyQjPPKFYXyefbkAe6y8s0Gg1SMjw51bvVoTr6apajAbiEIwKa+Sgi08aDyyBGui7R2L/A0tIKa6HB99Z6XPqhP9PAT0Rkl/u3O9rpV/JxR89Zf6gTERF5kufkOHbMvvi+d/Ci2QYHg9HA0d9YxwK43FGWPUII5M5TdAsavjb4Zg8Okk9EZ5ShSjhmMeDNqyaIyFTxBi766v3r2XkePnKMcMHTuevoUa78yI07NvATEZEn7uPuaKd/ypOPu3G+em6KiIg8wfhz3Dpkt1x3DS8/fIinZYGwvkHZ75Fyh6tlJDN8lmMOijJRr9cxZ9XuMi5hLlYfvsTccCfsauwNOuqoo47jc4TBzG0XSS4RHaRqSy2cVR/gSQ7i4GP4vac+nzBnLC0uM3/h8/jaDx7kyo/ciDuNHpMiIiIiIiJyLrJxOMnhaww3v+dKLnve8+g/8GOyPANfw1LCe0cqE9Ve1gkIeMCigXOD9R095hLOAiEGXDLAbc56dFZlYnXUUUcdx+HoMBxdAGKoEfFk0eNjoNpDK0HuKFOXlFXT3PPoCWRQVrExppI016LIZ/nyD7/HNf/5Jr02JiIiIiIiItub1xvlkzt9xuNtv3k1rzh8iPjAw5x/+DxYXavOPiSSdqsWkakL3hHnupiD0tXAcnzK8SnDpQQk+qlLaAUKIjFG6j7H9R2hcNBq088SR5LxrdUul33oU9XPVdJRRGRP+7w79tzQa9d67VpERGSPjMVr119+37t4yex+srU1zr/wMN2Nk6QQIQdT4lFEplByjn6oUboaeRnIC09IVUws8kSRG6EGPiXKbod2uwl5YL3oQatJp19wImtyXzcq8SgiIiIiIiI7ZuSSj8O/Sg6Pn3vX23jVocMc9g63sUp/fQnfcBS+oEh9TPdQRKY0fCfLwXJIWbWpFlXysQyRMpSYMyz1mZmZY/noIo7A3KHDPHB8EXfwEHc9dIw3fuCTj4m/IiIiIiIiIttlJGe5DAfAt/7atbzp2T/B0v3f4dAzz4NijeWVRebP20en2wcctRRwGi6LyJQx50l4vDnCYAJ4chD9qcSjj32yBJmrAYGl9T61fQcpW21uv/d+3v4nt1UPgket8zjNaz6O46uPIqLYsxexR69dK8aLiIic8fNxVDtff3X9e7hotk1rfZlmA4qV4+RzLahlrK0ukzdbpGRKPorIlPK4lAPVZlrmEslFzCViKHAkMudxfavWeFw4xNpKl6W8xnc6q/z8DTc+4QBJyUcNTEVEsWfSzlnJRxERkb0cvY5gx+v29/4KL6zlHCi7NJsQe0u4VoZRUK6v08qbZJZhfa33KCJTGrwNXASXEtEn+lk14zGGgmCJPCV8mQjmYe4gJ358nNSa596TpxKPTzQQ08BJREREREREtm38OgonYQNQvWp98aGDHMqBzhKUa5Ab1D2FM1yWgwXoJVpZE2ded1FEppOrdrUGAxLmDEciWMInj08ZMdVYPr7G7LOew9d++GPe9NEbT327kowiIiIiIiKyw7JROplb330Vb3rBc+k8+M/EhhHqEXMleKO0RHIZ0Qcyy8jNQQE+VOuciYhMk+QSPs+IZZ9g4FMk+hLvPSTDWQa9QGgvwGyL27//I67401tUcCIiIiIiIrKr9jT5ePq6Yrdfdy2vufAZrP7gfg5csB82TpD8YP0y5zE8zhzVZM3B0QCi7qKITB1zsFGuU6/XIRZYWZDnnthLEB00ZsDXOVrAPywd54o/rmY8arajyM72a3bqZ6vtioiIiMi42pV3lp9sXTEzsy9dfy0v2DeL31jmwDMOwspxokukzFN4T3SeEHOymFErAyF5zHtMsx5FZIq5mqd0JRtFh6zdxpFjGyWhvkCnAyeyBt/uF7zpDz++GXNVaiIiIiIiIrKbdn3BxGEicrjO46d/9XIuPv8w+3Oj7C3DxkmoeYxIWZYkMrCAM09IgZDAWyL5kjJETENpEZliKSVm5udYPrEILiM/eAFHjywTDh7mzoePcukNHwOUeBQREREREZG9sSvJx+Gg9/TEI8At113DFc9/Aav3f59W3TO7v83y+jLUA55AZjnOApDhLeANSAYWSb4g+pJqswURkeniDLLS4SP0i0Rzfh9LKx2KwjH37Ofy59/6ziNetd7J10FFREREREREnnD8utu/cDgA/sv3v5MXzs2ysLJGsxZY2ThJa6FJljnWlpZp11qkZCRXBxwhebwlsAi+pMiqWY8hBu14LSJTGbydy0gx0ifR2H+Ak0vrrPsG31vrcumHP1F9nWY8bukZtaP3TvdE9Uf1RiYg9ozbOe/WH+HUVkVERB5rV7N2w4f+F9/3Dp7bCBwoOzRrOWx0aOd1KCLr6x2yRpPkPbEPeeHIC48zT/RQ5Ikii2TWpxb7eE3mEZEp5MxDAT4GGq19PPzDI5QzM9yzuriZeBSR3e/jiIiIiIjII+36hjO3XHcNLz98iKdlgbC+Bv0uBE/IMlxyhJABjrJM1Or1wQ8ASCRnRFft8ups+O8iImPIJRwRR8RcwhyY84DHW/UBfvDvbK5v66D63Gb8cywvLjP/rJ/kr3/wAJd/5GbcaVTQIiIiIiIispeyXRljD9Ybu/k9V3LZ855H/4Efk+UZuBr4BA7MIg7Io98cYScr8cED1SvWnurLIWDWAMCcUxJSRMaOM8PRBQcx1EjmCcmTpQARcAmfO3rWxQaROo8eTwaFgXNE62Ozc/Rr+/nyD37I1R/7/Ga8VeJRZJfbtNZWFRERERF5XDs689FOc9tvXs0lz3o6yz/4HvP759nMGDpILm3mD52d+oDqc8klIOEsDT7nMQJGAK33KCLj6rSZ3MHAm6vC8iBt2O91yDIPGDGWmDdiWUJMUGsQ2zM8VEa+ceQoV330plM/VolHkV2nxKOIiIiIyOPblczdl9/3Ll4yu59sbY3zLzxMd+MkKUTIwZx2qxaR6ZOcox9qlK5GXgbywhNSFROLPFHkRqiBT4my26HdbkIeWC960GrS6RecyJrc141c9qFPAUo6ioiIPBE9I0VERPbOticfh3/5Hx4/96638apDhznsHW5jlf76Er7hKHxBkfp6Y1pEpjb8JsvBckjZ5ixuc4kyRMpQYs6w1GdmZo7lo4s4AnOHDvPA8UXcwUPc9dAx3viBTz4m/oqIiMhjuV2gUhYREXm80e8OPNSHA+Bbf+1a3vKi57Py/fvIc2Nhrkln+SS13JMClJltbqIgIjJt4TekDJ9ycAG8IzlILgIl5iKlK0gY9Arm2/OsLq6z0UvMPufZ3PqdezdftR4OdoZHJSFFRERERERkVGx76m846P2r69/DRbNtWuvLNBtQrBwnn2tBLWNtdZm82SIlo5bC5vqOIiLTw+NSTrWjdcJcIrlq5+sYChyJzHlc3wiFg4VDrK10WcprfKezys/fcOMTvkKmDWfO/Rm2ow9e3RvVHdUbmYDYo3gpIiIiZz763YFOyO3v/RVeWMs5UHZpNiH2lnCtDKOgXF+nlTfJLMP6Wu9RRKY0+Bq4CC4lok/0s+pV6xgKgiXylPBlIpiHuYOc+PFxUmuee0+eSjw+0cBPgzUREREREREZmfHvdvyQ4Y7WUL1qffGhgxzKgc4SlGuQG9Q9hTNcloMF6CVaWROn3apFZFq5BCTAgIQ5w5EIlvDJ41NGTDWWj68x+6zn8LUf/pg3ffTGU9+uJKOIiIiIiIiMuGw7f9it776KN73guXQe/Gdiwwj1iLkSvFFaIrmM6AOZZeTmoAAfIGn4LCJTJrmEzzNi2ScY+BSJvsR7D8lwlkEvENoLMNvi9u//iCv+9BYVnIiIiIiIiIyVc5p2ePorf7dfdy2vufAZrP7gfuYPzhB8n+RLkk9E5zE8ztzgVw6OmvUoIlPKHGyU61D34CJWFtUfZXoJCgfZDDQXOFrA148e54o/rmY8ajdNERERERERGSdnlP17snXFzMy+dP21vGDfLH5jmQPPOAgrx4kukTJP4T3ReULMyWJGrQyE5DHvMc16FJEp5mqe0pVsFB2ydhtHjm2UhPoCnQ6cyBp8u1/wpj/8+GbMVamJiIiIiIjIODnrqYfDRORwncdP/+rlXHz+YfbnRtlbho2TUPMYkbIsSWRgAWeekAIhgbdE8iVliJiG0iIyxVJKzMzPsXxiEVxGfvACjh5ZJhw8zJ0PH+XSGz4GKPEoIiIiIiIi4+msBrOPngF5y3XXcNmFF3Lie9/l6c86n9hfZ23xOPP750ndPsl5ipABfjDjEUgGLlHkieggT+BMN0JEpk+0RHIJV8vAPBvLXdpzh4jNOW6/9z7e+onPVoF6MMtcCcid90Qz/bf1wTuF9/FcynVcymun68401JvtKMNxLadxjD2Kl4rFMjrtSPdnNO6N7sP2PhtUnttfvntZpm6rF/uX738nL5ybZWFljWYtsLJxktZCkyxzrC0t0661SMlIrg44QvJ4S2ARfEmRVbMeQwza8VpEpo4DnMtIMdIn0dh/gJNL66z7Bt9b63Lphz+hh64SACrHMSo7JR9Hr62NU9kp+aiBp+KS7ofuzeTdn0m/D7tZp6etXk9i2W5p5uMX3/cOXjTb4LB31EoPG+vE3LCa0UsFIQRyAnEjUvMNoFrjsdqApgBXkFkfZ2DWwAiKdiIyVbx5iB4MmJ3h4SPHCE8/n789cpTLP3KzOo9KAIxdp3mSBlW73eGblo77qJTrKMZVJR91ztMyaJ2mBM8oPUumKe5Na99Fz3KV7aiX71lvOHPzdf+Clx8+n/OzgFvfgH4XgidkGS45QqjWeCwLqNWb1Y7WBpBIDqKrdnl1Ntzt2j3qVHTUUUcdx+No7rEfDKKaOy26xWGe0QEuVf9uaRjaWV5cZv5ZP8lf/+ABLv/IzZs7WivxKOPSUdrtztJe/E45t3s1SvdL9UcUjyerTY1aex7FGKO4Nxp9Fz3LVaenOWZkZ/JFw/XGPnPdO3jd057O3No6vtvH53VICXw1jnbOk8fB4Nx5kiV8cJuDdG+GTx7IMcurf1cSQ0cddRzDozlILmFAGqQIg0Fm4NIgsRg8ZSopvR/EQKjjcL0IOKJ1sdkF+rX9fPkHP+Tqj31e6zvK2HWWRuH3q72obpzrOaoOidqbYvI0xT3dI5W/nuUq390uXzf8gU/2g8zM/vv/+T9xofMc6PeZ8wFcwrobuHoguWrTGNNRRx11nKLjcCZ3cuAtEaxKMLqUwEG/LAjNOj2XKFKk7jNCP5L3E7Ta9EPgSHJ8a7XLZR/6lAbAU9IJmITXrkexs7Sd5arXrqe37PYqBusVZp3zpLW53X5+aEkJldu0911Up8cnATmt5ZudSQP9wq//Cy46vEC9u8rcgTlWjz7EbJbj6gD2iNcLddRRRx2n4VjN2vY48+RVrrHaVItqRYnkwOoZhTN6vYKFuXnol2x0u+TtBTq9kqW5Ge5bWVfiUcbKqHaYNGNYdUP1SNTm1JZU/lu7Bt0rmZSyGuU6Pe0xwz3VD/6jt7yKa1/9s8SlI7TyyEZ/jf0HFuicXKbZaGKlsYVNs0VExpzHyMAc3mywhmMCn0i+mhVZuur50qy1OHn8JPv2HYBanQf++ccsPPd5/MX3HuDqj970yKCsQe/EdwrGeebjOHSatqN8NfNR5TWJs9c0i3CyZj6OS7vbreeIZpyqDB/vOqal36J6rbIdh/J90let//2Vr+dfvvIVrH7/OzzjJy+A9RMsbywxu2+Bfllg5siiq3ZtFRGZIs48PoZqQ61kVInHErxVMx89WDRC8jhfAxc4udEh37efot3k9u98h2s/9uebgfv0GQKaeTPZHYNxTT6OU6fpXMtYyUeV1W4PXJTI0zlPcrvbjWfJbvab9IwY7XI8vT+tcledHoUxlcp38LVPVDgffMtr+RcXv4yFYoOm75F6KzifcAszLB87SnvfPrrdPnVqSj6KyNRxViUgnTHYcWuQeHRpcx1cTw59B6WD/Yc4ubHGYj3jvo0VfuEDNz7pkhdKPk5u52Ack4/j2Gk6l3JWJ1HltNsDFyXydM6T3u52+nmipO94leVO14Vp67eoXo9m2ap8Hyl7vIL56OWv450/89PsKzt4OpT9VRJ9anlO//gx5luz0E/UCiMLAEkjVhGZKslBN4Poq9etkzNwCW+JLEG99FAkiDnMHuDEA0dJz7iAbx1/mLd9+MYn3dVaiUcZFVojSVQ39AchUbtTO1LMk8ks92mp13tVp6epfM9kDJs9+h/+wxWXctXLX8r+2IPuMmQFWd1B1qAsS7Jao3qfMBq1rAXJ0MhERKaOS+ASySWSN5JLeBKkwSvZ5sEyIKNzYoW5C5/L57/3ba7+zzdtBmZ17EQ0eNIgXEQUO0TPUNUzmaw6rXr4WNnphfPhN7+Wt1/8cubKLtE2IEuYT6SYKA2MgPOBLGbUywAFxGww40dEZIq4CM0yUXeJIhjRJ5xBMKiXQAxViK236bbr3Pn9+7j6P9809h06EVHnXYMWEbU9lb3inox3mU9jvd6t8lXMeHzZ8Iv+4IrXcs2rfoa51KMe+qx112jO5KRU7eha/YwMLEDw4LJqo4VQYiGCDRY501FHHXWcgqM3w0UIJLxPRAc4COYhBAgZ5G2OlvBPK8v8wsdurJKW6sSJaOCkAbjqk4janspecU9Ur1W2UxQznJnZ/3XlT3P1y17BM+s18o1lUrEGdYdliTIa4PEp4FMGBJx5QvJAIvqymgJE9f911FFHHafh6M2RlxngKX2Vl2Rz861Az+cs4vhet8Mv/MGfVAFXnTd1GBivDWcmwVbKWxvOqI7tdhvW5i06Z7U9PVtVtrLTZa5yV/nuZfm6X3r+IbvqLW+mVXQpThxnoe7JXIFr5GwUPcxX65ZlsXrderizdeHBXMJR4jGqjbN11FFHHaflCC5VK1fEQc7RmyfhMDydLOOhos9vf/zzSjwq+ahO/Jh1MpV8VP1S8lHnPE3nrHapslf5Kjmm8lXZ7nQZOxWQiMjOB97Tp6DrFZbRpeSjOpmTXpZKPo5mO1ZSTOestqdyn6byVRnvTV9R5a46vZdlnO105RYRkUfGWcVcERkn6kyLqO2J6qL6r+Nf3oopitd7yTvnNPtRREQPIRG1RREREdGzVFSfZdvL2INm4YiI7ATFVhFR51zlIiJq3yKq1yrbaZepCEREREQm3zj9QUS7lIuMZhtUO1Pck90xaa+6P9m1qB5PR8xQ8lFERER2vHM0Th3LUdygZlpmUp/LdZ6+qZcGhjLu9iJmnkl9Pv1rJjFhMKrlrrgnk/xM36u4Mq71eVxjhpKPIiIisuMdokf/u/7KrUH4dnamH/1zVL9Edr797fYgVmWuuLdX92Lcy3ackurjVpfVVzpzXqFGREREtqMTczYdIs2ckJ2sD6pfIrvXXtTeRqPMdB+21m850xm/Z9vPUX9QdVl9pUdS8lFERET2pPOym50ezQiZrkG4Bi8iu9tO1N5Go6x0H1ROk1KuukeT11dS8lFERETUORTZAiW1RfVqcp4Has/TUU7TNitP9Xr8y2dSYquSjyIiIrJnnSElL6e7M77T91/1S2R324fa3GTeV5WNKJ7sXV9pUtqFko8iIiKiDryIiOj5oLIR3UeRHaHko4iIiOxpp1udeNUjDRJFJqv9qd3JqNV31cnxbO/Tft8mqa+k5KOIiIiIiIjIhFCiTURGjZKPIiIiogGNyBZpMX8RPS9E9VBEnryvpOSjiIiIqAMvIiKiZ6iI2o7sCCUfRUREREREZNspaTCZxmXGt+qfyOhQ8lFERERERESmlpZPEFH7HzWTljxX8lFERERE1KEWEdlBSnCKnue6hmmOGZmai4iIiIioQy0iotgnqm+jaFr/aDlJ91AzH0VERERERERERGRHKPkoIiIiIiIiIiIiO0LJRxEREREREREREdkRSj6KiIiIiIiIiIjIjlDyUURERERERERERHaEko8iIiIiIiIiIiKyI5R8FBERERERERERkR2h5KOIiIiIiIiIiIjsCCUfRUREREREREREZEdkKoLtY2Z2Nl/vnHMqNZGdbX9qZyIiIiIiIiJ7R8nHc/BUycZ3XjjHJ3+48qTf/8sHG/ikshQ5W8knCp/wmedTD/b51QtbpCLxpw92+eVnLPBnP17abGdKQIqIiIiIiIjsDQ3Iz8Ew+fjBt7yU117yalqNBh4Di8R+n+A9p+c8hpnK5MBwBIN6hCyqLEXOuv05o0iRRKRZb3Hi5EkW9h2ARptvP3CUgz/5HO747vd47x98VLMf5azj+o4+eHeoPo7zuavs97bs9+qaJqpDfY73ZxzrkM5558550mLKOFyPYp7inur1ePRPpm3cMFExQ0VwbpXsk7/4M1x60fNYmJ1heWmJzIxGvUYq+5AM507VR3PDxCOAxxnkSTdBZCtC8jR8BgnIapjLOL7RJdt/Ht32PF/+1nd453/85NQ/FGV6OmnqxKvs1aHWIHw365DOeefOWcnHyWyDinvqt6iMNW6YZnrt+hz8v5dfwtue/2z2k/Crq+y3RD3PIJWkosQ7A+fBJTb39hlUT3Nx0Fg9kMAGX6ejjjqe4TFCtw+lkayD33+AYIml5WXuf/CoEo8iIiIiIiIiI0DJx7M0zG7/3ptfy/902Vs4v7NIrbNC2S9wCfq9EmKklmdQr0GvV01tNH9qiqOrZkEOZ0CaA2c66qjj2RwhEdp1MPBzCzzw0HEahy/ghw8e483//s+qpqbEo4iIiIiIiMie0sD8DJ0+pfbfXfka3vbqSwgrJ9hX9mikknqWVzMdLYIPYAnrbOBqtceWtoMq6ZhOHTWTTccpOzoSkMAl4uDvIN48ztygqdhmkj65alcmT5V4dAbmEgUlPeBkYTQv+Am+/K3vcu1/uvVUk1PyUc4h1u/Yg1ev/qrsR6zs9+qaJqpDrdeudc7beM567Xoy26DinvotKmONG6aZZj6eZaX68JWv5Jd/9mW0lr/HQh5IlsB7oF/9N+BiWX1xI2A8/m4yhoEl0FHHaT1S4ugBieQbJALBPFlyEAFnuNzRT30sA1wijx6Pg9KqzZzMyOdmyOdn+cr9P1LiUURkzAauwz7W6f+9U79nu3+HnjMiGpxvNeaN+3XoborsbtwYtrvdSiif3m86l9h1erxQ4DiLB+ZHrn4Db3nxs5ntneRQM6NYXiSrz2IEFZTI2QYiIs51MQelq4Hl+JTjU4ZL1azIfuoSWoGCSIyRus9xfUcoHLTa9LPEkWR8a7XLZR/6lDpEMhaDJM2+U9mPw2Bvp69JsXr865DOeefOeVJiym4m2jRDTHFP/RbVa9Xh0aaZj2dws83M/uiK1/OLL/spZtwGMzNzdNZPktXbmNtcvFFEzkJyjhhq1a7vZYBUrYuaXKLMq9mRwcCnRNnvMLMwT1ka6+sd5lr76PQLlhoz3LeyqsSjiMgYdtgVs0Vk1MZ8KglRvR7dfsNOlpNqy87zKoKnruQ3vO11XP7SF7E/dggb6/TX1qk1ZjCfYypCkS2Hn2Q5WA4pq9aDpFrLsQyRMpSYMyz1mZmZY/noIo7A3KHDPHB8EXfwEHc9dIw3fuCTu/JQEhERERERkcmiMeRujf7lCSubmdkNl/8c1778JZxXT6TuIjO5JzdHb71P8A0Vocg5hJ+QMnzKwQXwjuQguQiUmIuUriBh0CuYb8+zurjORi8x+5xnc+t37uWqj94EnPpr1W6uhSEiIiKiwbYG8yKKJeNNMx93a/Qvj6lsNvBvrryEt7/yFTTWl6ilDXL6WLFO1qhTdnt41VGRrbc7gywGfMpIzhM9RB+r3d9dxFOSZRmOAP0ErX1k9XkWC8fXHz7C2//kNtyAHhoiIiIiSkaoXERERpOSj0/gA697Bb/xc5fQWl9iru7onTxGrZ6TAqwun2Du4EHKjS5OjxCRrQUfAxfBpUT0iX5WvWodQ0GwRJ4SvkwE8zB3kBM/Pk5qzXPvyVV+/oYbn3QNEyUiRUREZFztVj9mJ5JhSrCJiOKKPO74X0Xw2Ir9+299De9+/WvwRx5gwSforVNvNqAsCSFjdrZNd3mRvJkDSYUmsuXedRq0IQMS5gxHIljCJ49PGTHVWD6+xuyznsPXfvhj3vTRG3e9cy4iIiIiShCIiMjWaLfrRz0wP3TlJbzz4pcT1k8wM+Oh38HhqnXnQsAXCRyEhqdvXYLzmv0osgXJJXyeEcv+YFfrSPQl3ntIhrMMeoHQXoDZFrd//0dc8ae3qOBERGRLfTzYmZ0/9YcwGfe2sR11WInH0Y17O0FxT0Qx40xjxfA541XAp3z46jfw1pe8kMbyMfY1Pd31RaBKNmKh+hiEWfNxsDGGZj6KbKntOdgo16HuwUWsLMjNQS9B4SCbgeYCRwv4+tHjXPHHN24GMHV4RETUyR2X3yky6W1R7UrxVVTfVJd1/U91/l43svJHV7yea178Yg4G48BMTlo7SSPzpGAk56tXQM1TBE8/qzbLyNNmLlJEtsDVPKUr2Sg6ZO02jhzbKAn1BTodOJE1+Ha/4E1/+PHq65V0FBERDVxERqKdDCdwqPQUj0REsempaM1H4INvex2XvfQiFmIP31mhXF/B12vgTyseB4an9J7oqs0yvB4dIucspcTM/BzLJxbBZeQHL+DokWXCwcPc+fBRLr3hY1UTVOJRRGTXKOaKTF8bPNNkopKOIiLqK52tqUw+nv7A/ODlF3P1xRdxoBEpuis08xoBR7/XgyzHR4e3RBES3TxhLuHME2LApYAz5W9FthSsDbLS4SP0i0Rzfh9LKx2KwjH37Ofy59/6ziNetVYnV0Sm2aTGQMV2kdEdKz0RJRJGO+4prsqk1GvV5cmKGVOdOfu3V1zCNa/6GZrrx2jQJfiSsixwzVm6vbKa+Thc49EloMSn6nVrLIOk/XpEtvwgBHJfI085qWvU2gtYa5YjybjzyBHe+onPPuKBqb8siYg6n0pAqsxERHFPZPLr9W61kXEZY05CzPDT2iB+782v5R1veCOt9RMcyErWTh6h1qwRvWd1aYW5A0+j3ykpAvTziCNSS5FGmQjRAwFcAM18FNlaoDcPBfgYaLT28fAPj1DOzHDP6iKXfvgTKiARkSkasGrGhIgonp/7z1Pck0mo16rHk9lX8tN0o4YF+++ufA3vfv2r4diPmAsGvR6zzSap6JNlGe25WXpLy9QaDcxV+1k/Yo3HwdFc9SEylVzCUSXmzaVBe/BAtTmTt+q/h+1k2FYcVJ/bDHOO5cVl5p/1k/z1Dx7g8o/cvLmjtWY7ishYhMNdjlW7NcDci+sax860yKS0QZmMZILqpYxzvR63NqG+0pmXkZu2yv/hK1/JVT/7MlrrJ1jIHfSL6mucw6iSJVCtRwdpkDBJmwW1ucaj+c3PiUxlh5iIowsO+qFGspyQMrIYcBFwCXJHz7rYYIWCPHoCGfQNnCNaH5ud42StzR3//BBXffSmzfUd1bGRSR0E7FTdHvdklM5/NDvJe3VdW71Xu32+21WnxrH+65wn55wnol+6jeU+TnFvL851muPeOJ//XsaSp7qOcetrKGZs7TwnftHC0wv3I1e/gct++iLy1aPsa2YUy4tk9VmMADbMxD4ymVglIU9NED01WUtJRxEGMxqdQTDw5qr2Mmgf/V6HrBUoiMQYyXxO7JeE6KDVJmY1jpSRb508ylUfvWlXOgoiIjJe/bcnejYoKSNT0dXSpntTG/cerz+suiCT8kyX6YsZE//a9fAG/NEVr+cXX/wSDjrHgZk5Ot0e1NuYchwiW5Kcox9qlK5GXgbywhNStTlTkSeK3Ag18ClRdju0203IA+tFD1pNOv2CE1mT+7qRyz70qScMmCIisvf9qFHpZE/Djrsiorj3eDFvFOKe+uqq16KYsVUTn3w0M7vhba/j8pe+iP2xQ9hYp7+2Tq0xg/l88Kq1iGwlfCTLwfJq5/fBkgTmEmWIlKHEnGGpz8zMHMtHF3EE5g4d5oHji7iDh7jroWO88QOffER7VbmKiIgGGyKqayIiiquTU84TkXl7ooSFmdkNl/8c1778JZxXT6TuIjO5JzdHb71P8A1Q8lFkizwhZfiUVzu/e0dykFwESsxFSleQMOgVzLfnWV1cZ6OXmH3Os7n1O/duvmq9uQjt4KgkpIioE6trExEREVFfaVKyBxN4o4dTTP/NlZfw9le+gsb6ErW0QU4fK9bJGnXKbg+v+iGy9XZnkMWATxnJeaKH6Kudr3ERT0mWZTgC9BO09pHV51ksHF9/+Ahv/5PbOH1HawVsERHRIENEdU7lrTIR3UOZvPo2sdP+PvC6V/AbP3cJrfUl5uqO3slj1Oo5KcDq8gnmDh6k3OgONpQRkbPlDVwElxLRJ/pZ9ap1DAXBEnlK+DIRzMPcQU78+DipNc+9J1f5+RtufNIF1PVgFBHRgEVE1A5FRBRLJ6TcJ+2CzMx+/62v4T0vfwWNk8dot8DiBt4DMUJeA+fobhQ0Wi1S2VctENkCbx5iAKDIbbDGYzXjMU8JnzzOMmLMWes6mhc8k9vvvY8r/vQWBX0Z6WfIuHZ4xvncJ+H8d/M69rIMtCzGztSjcaz/OmfFmWlIJqisFffUZ1RdVtluTzlP1MxHM7MPXXkJ73zFywidE8zMeFzZw5sjASkEKBIUkdDw9K2LKf0hsiXJJcgd0RUEK6mlSGYlmfOQHM4y6AVCfQHOexq3f/9Hm4lHERERERnNwfO0nusknr+IKGaMirFPPp6+jfiHr34Db33JC2ksH2Nf09NdXwRSNb/TQvUxqArm42BjjKRaILKVtudgo1yHugcXsbIgNwe9BIWDbAaaCxwt4OtHj3PFH9+4GZAVlEVERIMKEdVFlbWuX3RPJ+26FTMe//rHOvl4+pTWP7ri9Vzz4hdzMBgHZnLS2kkamScFIzmPTx5vniJ4+lm1WUaeJvC9c5HdDCw1T+lKNooOWbuNI8c2SkJ9gU4HTmQNvt0veNMfflyBWETUsZ2Q69OgRUR1UrFCdUx0b3W9Kt+zue6JeO36g297HZe99CIWYg/fWaFcX8HXa1QLPQ5LAQxP6T3RVZtleL2NL3LOUkrMzM+xfGIRXEZ+8AKOHlkmHDzMnQ8f5dIbPqbOi4io46VrFJEdaouj1h4nMT5MY8xTnNc91nXKdpbzWCYfh69ZA3zw8ou5+uKLONCIFN0VmnmNgKPf60GW46PDW6IIiW6eMJdw5gkx4FLAmVctEdlKcDHISoeP0C8Szfl9LK10KArH3LOfy59/6zuPeNVai++KiDpgukZdq8jk1tFJn+2omCe617o+le3Wr3WsM2//9opLuOZVP0Nz/RgNugRfUpYFrjlLt1dWMx+Hazy6BJT4VL1ujWWQMkUbka0GGCD3NfKUk7pGrb2AtWY5kow7jxzhrZ/47CMCkToxIqIOva5xHK9Pzy9RfVU7UVwX3XNdl+LjuZXz2CUfh7Onfu/Nr+Udb3gjrfUTHMhK1k4eodasEb1ndWmFuQNPo98pKQL084gjUkuRRpkI0QMBXADNfBTZWpAxDwX4GGi09vHwD49Qzsxwz+oil374EyogERENWnRdIhM82J3W5Lxmd4ruva5Hbevsr2tsCuD0Vzb/3ZWv4W2vvoTa8sM8I6wTig0sb9KPkIUmDijWO9TbdfrWJblInqo1Hl0K1YxHFzAHph2vZWqfMAk3aFbJOaq/RXjcaeuhJjecNTz4FquChjMPBiQP5lguSmpPfwZf/O53ufpjn1fHRcbWbiwPsFPtY5zPfRLOfxSubxTKYFKW2NjtujKO9V/nPJ4DzHMpg61e2ySXu2Ke+i2q16rP0xgztlLOY5EgOP0GffjKV3LVz76M1voJFnIH/aL6GuewQfIEqiQJJMxVx+GFbq7xaH7zcyLTyBFxdMFBP9RIlhNSRhYDLgIuQe7oWRcbrFCQR08gg76Bc0TrY7NznKy1ueOfH+Kqj960ub6jEpAyjpR8VCd+0judu1UG49q5nuSBnhJ5Sj7q2aqYp7in85/kej1O8Xca+0l+nG7KR65+A5f99EXkq0fZV3eUq4vV11C9Pu0MnCWcJYZJxerffPV6tXmMasJWNZtLiUeZcg7MVe0kGHgbzIAchJR+r0OWecCIscS8EcsSYoJag9ie4aEy8o0jR7nqozep4y0icgadtmlZM2ycrnOvz1fPTRHFPJ2zqI6o/Y36OZ/L9/txucA/uuL1/OKLX8JB5zgwM0en24N6G1O8FNmS5Bz9UKN0NfIykBeekKrEfJEnitwINfApUXY7tNtNyAPrRQ9aTTr9ghNZk/u6kcs+9CkNnkREttDp1IYtOj+YrNewRBTbRzfuTcuzRyb/WT4pdXkcrmG7znHkb5SZ2Q1vex1vv+gi9ltB7K8RfFltLtPvEWz4irWInFXbclD4asZjXgxmB3tH9NDPqrVQ81jircQ3WiwvnmRm/0FCrc0DP3iYAz/5PL74wx8+YsbjMDipdEVE5Mn6dnvZgZ7WMtfzWSa5zU/yWpuKe6I6PX31eRKX6XGjUrCPd3FmZjdc/nNc+7MvZ7+LFEvHaNcblGVB34x6vQ6xP3jNWkTOqt05T8LjzREGTSg5iD5ShhJzho99sgSZqwGBpfU+tX0HKVttbr/3ft7+J7dtBqfT27EGOSIistedbD2HRKZjAD2ubV1xT9TeVZ+nKW5ko1CAj77YYYH+mysv4V2vfAWNtUVqrQD0sSKSNWfZOLlMs9HQqo0iW213BlkKgCe5hLlEcrFaD9VFPIksy3B9g36ChYNkZZfFwvGdh4/w9j+57RFtVw8HERHRAENERHFPVKdFZfyYcx/FkzIz+8DrXsGvveWNxOWHmK8ZxcoJ6q0mMSU2On1m959PsbJKyB3aOEbk7HnzUObgoMgTZYhACS4SLBEs4czjY4DWAU48uEh+/tO56+hR3vTRG7WrtYiIiMgOjocmYfCqmY8iIgIjmHw0M/v9t76G97z8FTROHqPdAosbeA/ECHkNnKO7UdBotUhlX3dRZAu8eYgBgCK3wavWEU9JnhI+eZxlxJiz1nU0L3gmt997H1f86S3q6ImIiIjs8JhoRweBu9SPU/JRRERgxJKPZmYfuvISrr745bTWl9iXAf0OkEihem756KqZWqHaMCMkrw1nRLbIuxqx7OMCmI9EX+K9xxWRYDn0ArT3s1xr8dc/fpAr/vhGdfREREREdmFctKODwF3ox+3Whgnqk4qIjD4/Cg/WoQ9f/Qbe+pIX0lg+xr6mp7u+CKQqRWqh+hg8WsxHkqt25BWRLbQ9BxvlOtQ9uIiVBbk56CUoHGQz0FzgaAFfP3p8M/HoBlSCIiIiIiIiIvJU9jT5ePpfw/7oitdzzYtfzMFgHJjJSWsnaWSeFIzkPD55vHmK4Oln1WYZeRrRRStFxoSreUpXslF0yNptHDm2URLqC3Q6cCJr8O1+wZv+8OPV1yvpKCIiIrLzfbQd7nPt9KzE3Zr1KCIi48GPwkl88G2v47KXXsRC7OE7K5TrK/h6jWqhx+ETGAxP6T3RgbfqQ0TOTUqJmfk5lk8sgsvID17A0SPLhIOHufPho1x6w8d2pRMsIiIiIrtHCUIREdkte5JMOP1B98HLL+bqn7uY/WaUJxeZq2dYsU5BpFarQ5EGazxWiUdzCZ+gUVavW5vz6KkpsjXREsklXC0D82wsd2nPHSI257j93vt46yc+WwUK7WwtIiIismdjph0bDO5A3243k5rqm4qIjIc9nfn4b6+4hGte9TM014/RoEvwJWVZ4JqzdHtlNfNxuMajS0CJT9Xr1lgGKdMdFNlqZw3IfY085aSuUWsvYK1ZjiTjziNHHpF4VOdOREREZPIM194ftZ8lIiKTZdeTj8MH0u+9+bW84w1vpLV+ggNZydrJI9SaNaL3rC6tMHfgafQ7JUWAfh5xRGop0igTIXogMNiiV3dRZAuceSjAx0CjtY+Hf3iEcmaGe1YXufTDn1ABiYiIiEyJc0kcKukoIiJPZddnMpmZ/eu3X87lr3kdtaWHebZboVasEfMG/RjIQr3aWGZ9neZMnQ3rgksES2QRQsqAjEiOOcAVaMdrkS00fvOEFEgJNrp9WhdcwF/e+09c87FHzngUERERkb2hpN6T9GXVVxURGRu7+t7y8OFZP3SYv3/oAfrHj3Cvj9RSn0QPcx7M46g2k0mLK4PXravdrTfnOJoHPMmBEo8iW2yPeKILkNWJyTj+9/fyv/+ZEo8iIiIiIiIisn12Nfl4ekJDf8UTGT1KOoqIiIiIiIjIdtrVRMMw4agEh8hoUJsUERERGY/+mpw2iFXfVURkvOL2Xj5E9dAQERERERF58nGTSuFRg1iNI0VExituqwhERERERERGlxKQpw1glXgUERk7XkUgIiIiIiIiIiIiO0HJRxERERERERl5mvUoIjKelHwUEREREREZYUq6qQxERMaZko8iIiIiIiIjbpqTb0o8ioiMNyUfRURERERExsA0JuGUeBQRGX9KPoqIiIiIiIyJaUrGKfEoIjIZlHwUEREREREZI9OQlFPiUURkgmK6ikBERERERGT8mJlN3ABVSUcRkYmjwC4iIiIiIjLGJiUJqcSjiMhkUnAXEREREREZc+OcgFTSUURksinIi4iIiIiITJBxSUQq6SgiMh0U7EVERERERCbUqCUilXAUEZk+CvwiIiIiIiJTYreTkUo2ioiIHgQiIiIiIiJT7lyTkkoyiojIE/n/AQMKapDX0AZ+AAAAAElFTkSuQmCC" 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>
  <entry>
    <id>https://chapter11cases.com/blogs/news/from-reorganization-to-wind-down-spirit-airlines-moves-to-auction-its-remaining-assets</id>
    <published>2026-06-01T00:16:10-05:00</published>
    <updated>2026-06-01T00:16:38-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/from-reorganization-to-wind-down-spirit-airlines-moves-to-auction-its-remaining-assets" rel="alternate" type="text/html"/>
    <title>From Reorganization to Wind-Down: Spirit Airlines Moves to Auction Its Remaining Assets</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p><span>After exhausting every path to continued operations, the Debtors have ceased flying and now seek court approval of bidding procedures to sell their LaGuardia slots, corporate campus, loyalty program, and operating equipment through a multi-track auction this summer</span></p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/from-reorganization-to-wind-down-spirit-airlines-moves-to-auction-its-remaining-assets">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;
}
.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; }
.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; }
.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: 38px; 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: 17px; 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: 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; }
/* --- 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); }
@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 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>From Reorganization to Wind-Down: <span class="highlight">Spirit Airlines Moves to Auction Its Remaining Assets</span>
</h1>
<p class="header-subtitle">After exhausting every path to continued operations, the Debtors have ceased flying and now seek court approval of bidding procedures to sell their LaGuardia slots, corporate campus, loyalty program, and operating equipment through a multi-track auction this summer.</p>
<div class="header-meta">
<span>Prepared by Research Suite by Stretto</span> <span>May 2026</span> <span>Based on the Debtors' bidding procedures motion (Docket No. 1117)</span>
</div>
</div>
</header>
<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 a single docket filing, the Debtors’ bidding procedures motion and its six supporting exhibits (Docket No. 1117, filed May 27, 2026), spanning 125 pages. <a href="https://cdn.shopify.com/s/files/1/0098/8636/7801/files/Spirit_Airlines_Asset_sale_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>Spirit Airlines has stopped flying. The Debtors filed for Chapter 11 in August 2025 and spent the following eight months pursuing a reorganization. By late April 2026, they had concluded that no viable path to continued operations remained, and the United States Bankruptcy Court for the Southern District of New York entered a Wind-Down Order on May 8, 2026.</p>
<p>What follows is a sale. On May 27, 2026, the Debtors filed a motion (Docket No. 1117) asking the Court to approve bidding procedures for the disposition of substantially all of their remaining valuable assets. The motion is set for hearing on June 10, 2026, with objections due June 3. If the procedures are approved as proposed, bidding will run on three separate tracks through late June and July, converging on two auctions: one on July 9 for the airline’s slots and operating assets, and one on July 22 for its corporate campus. Sale hearings would follow, subject to the Court’s availability.</p>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">Petition Date</div>
<div class="stat-value">Aug 29, 2025</div>
<div class="stat-detail">Voluntary Chapter 11 filing</div>
</div>
<div class="stat-card negative">
<div class="stat-label">Operations Ceased</div>
<div class="stat-value">Apr 30, 2026</div>
<div class="stat-detail">No viable path remained</div>
</div>
<div class="stat-card">
<div class="stat-label">Wind-Down Order</div>
<div class="stat-value">May 8, 2026</div>
<div class="stat-detail">Court-authorized wind-down</div>
</div>
<div class="stat-card">
<div class="stat-label">Procedures Hearing</div>
<div class="stat-value">Jun 10, 2026</div>
<div class="stat-detail">Objections due June 3</div>
</div>
</div>
</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>Six affiliated entities filed jointly under the lead case <em>In re Spirit Aviation Holdings, Inc.</em> The group pairs a holding company and an operating airline with four Cayman Islands entities that carried the financing, intellectual property, and loyalty functions.</p>
<p>The asset list describes the business. A carrier that holds takeoff and landing slots at LaGuardia, owns a corporate campus and hangar, maintains flight simulators and spare engines, and runs the Free Spirit loyalty program is a commercial passenger airline. The Debtors list a mailing address in Dania Beach, Florida.</p>
<table class="comparison">
<thead>
<tr>
<th>Debtor Entity</th>
<th>Role in the Enterprise</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Spirit Aviation Holdings, Inc.</td>
<td>Lead debtor and holding company</td>
</tr>
<tr>
<td class="metric-label">Spirit Airlines, LLC</td>
<td>Operating airline</td>
</tr>
<tr>
<td class="metric-label">Spirit Finance Cayman 1 Ltd.</td>
<td>Finance entity</td>
</tr>
<tr>
<td class="metric-label">Spirit Finance Cayman 2 Ltd.</td>
<td>Finance entity</td>
</tr>
<tr>
<td class="metric-label">Spirit IP Cayman Ltd.</td>
<td>Intellectual property holder</td>
</tr>
<tr>
<td class="metric-label">Spirit Loyalty Cayman Ltd.</td>
<td>Free Spirit loyalty program</td>
</tr>
</tbody>
</table>
<p>The Debtors are represented by Davis Polk &amp; Wardwell, with PJT Partners as investment banker, engaged in early July 2025, and FTI Consulting as financial advisor. The principal creditor constituencies are an ad hoc committee of secured noteholders, advised by Akin Gump, the administrative agent under the revolving credit facility, advised by Milbank, and an official committee of unsecured creditors, advised by Willkie Farr &amp; Gallagher and appointed on September 17, 2025.</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 proximate cause was fuel. According to the motion, recent geopolitical events produced a massive and sustained increase in fuel prices, which in turn drove a rapid and unexpected decline in the Debtors’ liquidity.</p>
<p>By April 30, 2026, the conclusion was settled. The Debtors and their advisors had pursued every reasonably available path toward restructuring and continued operations, but sufficient incremental liquidity would not be found, and no viable path to a restructuring or continued operations remained. The Wind-Down Motion followed within days, and the Court entered the Wind-Down Order on May 8, 2026.</p>
<div class="timeline">
<div class="timeline-item muted">
<div class="timeline-date">July 2, 2025</div>
<div class="timeline-content">PJT Partners engaged to evaluate financing and strategic alternatives.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">August 29, 2025</div>
<div class="timeline-content">Debtors file voluntary Chapter 11 petitions in the Southern District of New York.</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">September 17, 2025</div>
<div class="timeline-content">U.S. Trustee appoints the Official Committee of Unsecured Creditors.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">April 30, 2026</div>
<div class="timeline-content">No viable path to restructuring or continued operations; sufficient liquidity will not be found.</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">May 4, 2026</div>
<div class="timeline-content">Debtors file the Wind-Down Motion.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">May 8, 2026</div>
<div class="timeline-content">Court enters the Wind-Down Order authorizing the wind-down of operations.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">May 27, 2026</div>
<div class="timeline-content">Debtors file the Bidding Procedures Motion (Docket No. 1117).</div>
</div>
</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>From Restructuring to Wind-Down</h2>
</div>
<p>This case did not begin as a liquidation. When the Debtors filed in August 2025, the objective was a going-concern restructuring, and the early months of the case carried the familiar machinery of a reorganization: an investment banker evaluating alternatives, a creditors’ committee, and a search for a path to continued operations. The pivot to a wind-down reframes the case. The question is no longer how to keep the airline flying. It is how to realize the most value from what the airline owned.</p>
<div class="split-compare">
<div class="split-panel left">
<div class="panel-year">2025</div>
<div class="panel-label">Reorganization Posture</div>
<div class="split-item">
<div class="item-label">Status</div>
<div class="item-value">Operating going concern</div>
</div>
<div class="split-item">
<div class="item-label">Objective</div>
<div class="item-value" style="color: var(--accent-orange);">Continued operations</div>
</div>
<div class="split-item">
<div class="item-label">Process</div>
<div class="item-value">Pursuing restructuring paths</div>
</div>
<div class="split-item">
<div class="item-label">Governance</div>
<div class="item-value">Creditors’ committee seated</div>
</div>
</div>
<div class="split-panel right">
<div class="panel-year">2026</div>
<div class="panel-label">Wind-Down Posture</div>
<div class="split-item">
<div class="item-label">Status</div>
<div class="item-value">Operations ceased</div>
</div>
<div class="split-item">
<div class="item-label">Objective</div>
<div class="item-value" style="color: var(--accent-orange);">Maximize asset value</div>
</div>
<div class="split-item">
<div class="item-label">Process</div>
<div class="item-value">Court-supervised asset sale</div>
</div>
<div class="split-item">
<div class="item-label">Governance</div>
<div class="item-value">Wind-Down Order entered</div>
</div>
</div>
</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 Assets on the Block</h2>
</div>
<p>The marketed assets fall into three groups, and the grouping drives the sale structure. The first is the LaGuardia slot portfolio, which the Debtors are marketing on its own track. The second is the corporate campus, which the motion describes as comprising a hangar, an office complex, a training center, and a multi-family residential building, and which carries its own ground-lease complication. The third is the operating estate: ground service equipment, spare engines, flight simulators, aircraft maintenance equipment, and the assets supporting the Free Spirit loyalty program, along with other intangibles made available in the data room.</p>
<table class="comparison">
<thead>
<tr>
<th>Asset</th>
<th>Description</th>
<th>Auction Track</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">LGA Slots</td>
<td>Takeoff and landing slots at New York’s LaGuardia Airport</td>
<td>LGA Slots track</td>
</tr>
<tr>
<td class="metric-label">Campus Properties</td>
<td>Hangar, office complex, training center, and multi-family residential building</td>
<td>Campus track</td>
</tr>
<tr>
<td class="metric-label">Free Spirit Program</td>
<td>Assets related to the loyalty program</td>
<td>Other Bid Assets</td>
</tr>
<tr>
<td class="metric-label">Spare Engines</td>
<td>Spare aircraft engines</td>
<td>Other Bid Assets</td>
</tr>
<tr>
<td class="metric-label">Flight Simulators</td>
<td>Pilot training simulators</td>
<td>Other Bid Assets</td>
</tr>
<tr>
<td class="metric-label">Ground &amp; Maintenance Equipment</td>
<td>Ground service and aircraft maintenance equipment</td>
<td>Other Bid Assets</td>
</tr>
<tr>
<td class="metric-label">Other Intangibles</td>
<td>Additional assets identified in the data room</td>
<td>Other Bid Assets</td>
</tr>
</tbody>
</table>
</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>A Two-Auction, Three-Track Sale Structure</h2>
</div>
<p>The proposed procedures separate the estate into three bidding tracks, each with its own deadlines, and route them into two auction dates. Bidders for the LaGuardia slots and the other operating assets compete at a July 9 auction, while bidders for the corporate campus compete at a separate July 22 auction. The staggering gives each asset class its own schedule rather than a single shared deadline.</p>
<p>Stalking horse designations are authorized but not required. The Debtors may select a stalking horse only from qualified bidders proposing to purchase bid assets for at least $25 million, and any bid protections are capped: a break-up fee not to exceed three percent of the cash portion of the purchase price, plus expense reimbursement not to exceed $500,000. The minimum overbid is built off the approved stalking horse bid plus the approved bid protections plus an additional two percent of the stalking horse consideration. Every bid must carry a good-faith deposit equal to ten percent of the consideration, held in escrow and returned to non-prevailing bidders within four business days after entry of the sale order.</p>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">Stalking Horse Floor</div>
<div class="stat-value">$25M</div>
<div class="stat-detail">Minimum bid to qualify for designation</div>
</div>
<div class="stat-card">
<div class="stat-label">Break-Up Fee Cap</div>
<div class="stat-value">3%</div>
<div class="stat-detail">Of the cash portion of the price</div>
</div>
<div class="stat-card">
<div class="stat-label">Expense Reimbursement</div>
<div class="stat-value">$500K</div>
<div class="stat-detail">Maximum, documented expenses</div>
</div>
<div class="stat-card">
<div class="stat-label">Good-Faith Deposit</div>
<div class="stat-value">10%</div>
<div class="stat-detail">Of consideration, held in escrow</div>
</div>
</div>
</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 Auction Calendar</h2>
</div>
<p>The clearest way to read the proposed process is track by track. The slots move first and fastest, with indications of interest and stalking horse bids both due June 10, the same day as the procedures hearing. The other operating assets follow on a slightly later cadence, and the campus runs last, with its auction two weeks after the others. The table below sets the three tracks side by side across the key milestones, with all deadlines at 4:00 p.m. unless noted.</p>
<table class="comparison">
<thead>
<tr>
<th>Milestone</th>
<th>LGA Slots</th>
<th>Other Bid Assets</th>
<th>Campus Properties</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Indication of Interest</td>
<td>June 10</td>
<td>June 17</td>
<td>July 13</td>
</tr>
<tr>
<td class="metric-label">Stalking Horse Bid</td>
<td>June 10</td>
<td>June 22</td>
<td>June 13</td>
</tr>
<tr>
<td class="metric-label">Final Bid</td>
<td>June 30</td>
<td>July 7</td>
<td>July 20</td>
</tr>
<tr>
<td class="metric-label">Auction (10:00 a.m.)</td>
<td>July 9</td>
<td>July 9</td>
<td>July 22</td>
</tr>
<tr>
<td class="metric-label">Notice of Results</td>
<td>July 10</td>
<td>July 10</td>
<td>July 23</td>
</tr>
<tr>
<td class="metric-label">Sale &amp; Cure Objections</td>
<td>July 13</td>
<td>July 13</td>
<td>July 27</td>
</tr>
</tbody>
</table>
<p>The auctions, if needed, are to be held at the New York offices of Debtors’ counsel. Sale hearings are not yet calendared and will be scheduled subject to the Court’s availability. The cure objection deadline for the operating assets falls on July 7, and the Debtors target June 23 to file the schedule of potential assumed contracts.</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>The Slots Track and the Approval Deadline</h2>
</div>
<p>The slots sit on their own track, carrying the earliest deadlines in the case: indications of interest and stalking horse bids are both due June 10, and final bids June 30, ahead of the July 9 auction. Separately, the procedures impose a requirement across all bid assets that any governmental, licensing, regulatory, or other approvals be obtainable no later than July 17, 2026, a date that falls after the July 9 auction and before the campus process concludes.</p>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">Slots IOI &amp; Stalking Horse</div>
<div class="stat-value">Jun 10</div>
<div class="stat-detail">Earliest deadlines in the case</div>
</div>
<div class="stat-card">
<div class="stat-label">Slots Final Bid</div>
<div class="stat-value">Jun 30</div>
<div class="stat-detail">Ahead of the July 9 auction</div>
</div>
<div class="stat-card">
<div class="stat-label">Regulatory Approvals By</div>
<div class="stat-value">Jul 17</div>
<div class="stat-detail">Across all bid assets</div>
</div>
</div>
</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>The Campus and the Right of First Refusal</h2>
</div>
<p>The corporate campus carries a notable legal question. If the campus is sold as individual properties, the ground lessor, Dania Live 1748 II LLC, holds a right of first refusal under a ground lease dated December 18, 2019. A right of first refusal can complicate a sale process, because a prospective buyer knows the holder may match its bid and take the asset after the buyer has done the diligence.</p>
<p>The Debtors do not leave it unaddressed. They take the position that the right of first refusal operates as a de facto anti-assignment provision and is therefore unenforceable under section 365(f) of the Bankruptcy Code, the provision that overrides restrictions on a debtor’s ability to assume and assign its contracts and leases. Resolving that question up front is what allows the campus to be marketed cleanly.</p>
<div class="callout">
<h4>The Ground-Lease Question</h4>
<p>The Debtors contend the lessor’s right of first refusal operates as a de facto restraint on assignment, unenforceable under section 365(f). How the Court treats that argument bears on whether the campus can be sold to the highest bidder or whether the lessor retains a right to match. The Debtors raise the issue in the motion rather than leaving it for the sale hearing.</p>
</div>
</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>Conflict Walls and the Prospect of a Lender Bid</h2>
</div>
<p>The procedures contain a set of conflict provisions that point to who may bid. They contemplate that a secured lender or noteholder group could itself become a buyer, and they build information walls for that scenario. A lender that intends to bid cannot also remain inside the consultation process and see how competing bids are evaluated.</p>
<table class="comparison">
<thead>
<tr>
<th>Provision</th>
<th>Effect</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Consultation step-back</td>
<td>The ad hoc committee of secured noteholders ceases to be a Consultation Party for certain decisions if the DIP Facility Agent indicates an intent to submit a bid.</td>
</tr>
<tr>
<td class="metric-label">Information wall</td>
<td>Advisors to the ad hoc committee may not share consultation-role information with any DIP Lender, Secured Noteholder, or Bidding Lender.</td>
</tr>
<tr>
<td class="metric-label">Insider screen</td>
<td>No insider or affiliate of the Debtors with a pending bid receives copies of competing bids.</td>
</tr>
</tbody>
</table>
<p>Read together, these terms indicate that a lender constituency may itself bid, and that the Debtors have built the process to manage the conflicts that arise when a party advising the estate is also competing for its assets.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION XI -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section XI</div>
<h2>The Legal Framework</h2>
</div>
<p>The motion rests on settled ground. A debtor’s business judgment is entitled to substantial deference in structuring a sale, and the paramount goal is to maximize value to the estate. Bid protections are tested against the familiar three-part standard from <em>Genco Shipping</em>, which asks whether the arrangement is free of self-dealing, whether the fee would chill rather than encourage bidding, and whether the amount is reasonable relative to the purchase price. The sale itself proceeds under section 363, which the Second Circuit has long held requires only a good business reason, a standard later described as minimal.</p>
<table class="comparison">
<thead>
<tr>
<th>Issue</th>
<th>Governing Standard</th>
<th>Representative Authority</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Sale procedures</td>
<td>Business judgment; deference to the debtor</td>
<td>
<em>Celsius</em>, <em>Ditech</em>, <em>Borders</em>
</td>
</tr>
<tr>
<td class="metric-label">Bid protections</td>
<td>Three-part reasonableness test</td>
<td><em>Genco Shipping</em></td>
</tr>
<tr>
<td class="metric-label">Section 363(b) sale</td>
<td>Good business reason</td>
<td>
<em>Lionel</em>, <em>Motors Liquidation</em>
</td>
</tr>
<tr>
<td class="metric-label">Free and clear</td>
<td>Any one of five disjunctive conditions</td>
<td>Section 363(f)</td>
</tr>
<tr>
<td class="metric-label">Good-faith purchaser</td>
<td>Protection on appeal absent fraud or collusion</td>
<td>
<em>Gucci</em>, <em>Colony Hill</em>
</td>
</tr>
<tr>
<td class="metric-label">Assumption and assignment</td>
<td>Business judgment; anti-assignment restraints unenforceable</td>
<td>
<em>Klein Sleep</em>, <em>Adelphia</em>
</td>
</tr>
</tbody>
</table>
<p>The motion also asks the Court to waive the stays under Bankruptcy Rules 6004(h) and 6006(d), which the Debtors describe as necessary to close on the timeline imposed by their DIP credit agreement. That request is the procedural counterpart to the compressed calendar, allowing closings to occur on the schedule the financing requires.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION XII -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section XII</div>
<h2>What to Watch</h2>
</div>
<p>The near-term gates are simple to track. Objections to the procedures are due June 3, and the hearing is June 10. If the Court approves the procedures as proposed, the bid deadlines run through late June, the two auctions occur on July 9 and July 22, and sale hearings follow once calendared. Nothing here is final until the Court enters the bidding procedures order, and the procedures may be amended in response to objections.</p>
<p>The deeper questions are about value and process. For the secured creditors, the issue is how much the slots, the campus, and the loyalty program fetch in a compressed summer sale, and whether a lender bid ends up setting the floor. For the estate, the procedures are designed to draw competing bids while meeting a timeline dictated by the DIP facility. And for the campus specifically, the right-of-first-refusal question may determine whether the highest bid is the winning bid.</p>
<div class="callout">
<h4>Looking Ahead</h4>
<p>Spirit’s case has moved from reorganizing an airline to selling its assets. The summer auction calendar will test what the estate’s principal remaining assets, its New York slots and its real estate, are worth, and whether the proposed structure draws the competing bids it is designed to produce.</p>
</div>
</section>
<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 the Debtors’ bidding procedures motion and its six supporting exhibits (Docket No. 1117), spanning 125 pages, filed in <em>In re Spirit Aviation Holdings, Inc.</em>, Case No. 25-11897 (SHL), United States Bankruptcy Court for the Southern District of New York. 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>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/trinseo-s-prepackaged-reset-two-collateral-silos-one-holdout</id>
    <published>2026-06-01T00:12:31-05:00</published>
    <updated>2026-06-01T00:14:14-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/trinseo-s-prepackaged-reset-two-collateral-silos-one-holdout" rel="alternate" type="text/html"/>
    <title>Trinseo’s Prepackaged Reset: Two Collateral Silos, One Holdout</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p><span>A global specialty chemical maker enters Chapter 11 with 78% creditor support and a plan to shed roughly $2.0 billion in debt</span></p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/trinseo-s-prepackaged-reset-two-collateral-silos-one-holdout">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; }
.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; }
.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: 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 { 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: 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; }
.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; }
/* --- 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); }
@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 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>Trinseo’s Prepackaged Reset: <span class="highlight">Two Collateral Silos, One Holdout</span>
</h1>
<p class="header-subtitle">A global specialty chemical maker enters Chapter 11 with 78% creditor support and a plan to shed roughly $2.0 billion in debt. Where a lender sits in the capital structure determines almost everything about what it recovers.</p>
<div class="header-meta">
<span>Prepared by Research Suite by Stretto</span> <span>May 2026</span> <span>Analysis of 2 docket entries across 830+ pages</span>
</div>
</div>
</header>
<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 2 docket entries comprising more than 830 pages filed in this case. <a href="https://cdn.shopify.com/s/files/1/0098/8636/7801/files/Trinseo_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>Trinseo PLC and twelve affiliated entities filed prepackaged Chapter 11 petitions in the United States Bankruptcy Court for the Southern District of Texas, Houston Division, on May 25 and 26, 2026. The cases are jointly captioned <em>In re: Trinseo PLC, et al.</em>, Case No. 26-90545 (CML). The company entered court already holding the support it needed: holders of approximately 78% of its roughly $2.9 billion in total funded debt signed a Restructuring Support Agreement on May 13, 2026, and solicitation began before the petition was filed.</p>
<p>The plan does the work a balance sheet restructuring is supposed to do. It contemplates cutting roughly $2.0 billion of funded debt, backstops a $450 million equity rights offering, funds the cases with $142.5 million of new money, and leaves every general unsecured creditor unimpaired and paid in full. The first day relief is designed to keep the operating business running without interruption, with suppliers, wages, and employee obligations paid in the ordinary course.</p>
<p>One creditor stands apart. CastleKnight Management LP, which holds 2028 OpCo Term Loans and 2L 2029 Notes, did not sign the RSA and has advised that it will object to confirmation. The debtors say they will pursue a consensual resolution but are prepared to litigate. That posture, and the reasons behind it, run through the rest of this report.</p>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">Petition Date</div>
<div class="stat-value">May 25–26, 2026</div>
<div class="stat-detail">S.D. Tex., Houston Division</div>
</div>
<div class="stat-card">
<div class="stat-label">Total Funded Debt</div>
<div class="stat-value">~$2.9B</div>
<div class="stat-detail">Across two collateral silos</div>
</div>
<div class="stat-card positive">
<div class="stat-label">RSA Support</div>
<div class="stat-value">~78%</div>
<div class="stat-detail">Of total funded debt</div>
</div>
<div class="stat-card">
<div class="stat-label">Targeted Deleveraging</div>
<div class="stat-value">~$2.0B</div>
<div class="stat-detail">Reduction of funded debt</div>
</div>
</div>
<p>The near-term calendar is compressed in the way prepackaged cases tend to be. The proposed voting deadline is June 29, 2026, which also serves as the deadline to object to the disclosure statement and the plan. A combined disclosure-statement-and-confirmation hearing is targeted for July 9, 2026, with a confirmation order milestone of July 25, 2026, sixty days after the petition date. The plan is not expected to go effective for some time after that. The outside date for effectiveness is November 21, 2026, which builds in room for regulatory approvals and an ancillary Irish proceeding addressed later in this report.</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>Trinseo is a global specialty chemical manufacturer. It makes plastics and latex binders that end up in building materials, automotive components, paper and packaging, appliances, textiles, and consumer electronics. The footprint is large and genuinely global: 32 manufacturing plants and one recycling facility across 28 sites in 14 countries, supported by 11 research and development facilities. The company employs roughly 2,800 people worldwide. Only about 718 of them work for the filing debtors, almost all in the United States. The remainder of the worldwide workforce sits outside the filing entities.</p>
<p>The business runs through three reporting segments. Engineered Materials covers rigid thermoplastic compounds and PMMA sheet and resin products. Latex Binders covers SB latex and styrene-acrylic latex used in paper, carpet, and coatings. Polymer Solutions covers ABS, polystyrene, and recycled materials. A non-debtor affiliate also holds a 50% interest in Americas Styrenics LLC, a styrenics joint venture with Chevron Phillips Chemical Company that sits outside the cases.</p>
<p>The corporate history matters because it explains the cross-border complexity. The business was carved out of The Dow Chemical Company in 2009 under the name Styron, acquired by Bain Capital in 2010, and taken public in 2014 on the New York Stock Exchange under the ticker TSE. The parent, Trinseo PLC, is incorporated in Ireland. On March 30, 2026, the parent was delisted from the NYSE for failing to meet continued listing standards, and its shares now trade on the OTC Pink market. The Irish incorporation and the equity cancellation it requires shape the timeline in ways a purely domestic filing would not.</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 distress here is industry-wide before it is company-specific. The disclosure statement describes a chemicals market under sustained pressure from global overcapacity, particularly in Asia-Pacific, persistent pricing pressure, weakened demand, elevated energy costs, rising oil prices beginning in March 2026, geopolitical uncertainty, and tariffs. Demand recovery is not expected until 2027 at the earliest.</p>
<p>The revenue trend tells the first half of the story. Consolidated net sales fell from $3.675 billion in 2023 to $3.513 billion in 2024 to $2.975 billion in 2025, a decline of roughly $700 million over two years.</p>
<div class="bar-chart">
<div class="bar-chart-title">Consolidated Net Sales ($ billions)</div>
<div class="bar-group">
<div class="bar-label">FY 2023</div>
<div class="bar-track">
<div class="bar-fill slate" style="width: 94%;">$3.675B</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">FY 2024</div>
<div class="bar-track">
<div class="bar-fill slate" style="width: 90%;">$3.513B</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">FY 2025</div>
<div class="bar-track">
<div class="bar-fill orange" style="width: 76%;">$2.975B</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
</div>
<p>The second half of the story is the mismatch between earnings and debt. The revenue decline compressed margins to the point that 2025 adjusted EBITDA came in at $162.5 million. That earnings figure, set against roughly $2.9 billion of total indebtedness, is the imbalance the restructuring is designed to address. The NYSE delisting in March 2026 then fed back into the operating business, contributing to credit rating pressure and a contraction in trade terms, which tightened liquidity further just as oil prices were climbing.</p>
<div class="callout">
<h4>The Core Imbalance</h4>
<p><span class="callout-stat">$162.5M</span>2025 adjusted EBITDA against roughly $2.9 billion in total funded debt. The restructuring targets that gap directly. The company expects the underlying business to recover as demand returns beginning in 2027.</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 Capital Structure</h2>
</div>
<p>To understand who recovers what under this plan, you have to start with where the debt sits. Trinseo’s funded debt is split across two separate collateral silos, identified in the filings as “OpCo” and “Super HoldCo,” each with its own borrowers, guarantors, and collateral packages, and each governed by its own intercreditor arrangements established in January 2025. That silo structure is the reason a revolving lender and a term lender in the same company can sit at opposite ends of the recovery spectrum.</p>
<table class="comparison">
<thead>
<tr>
<th>Tranche</th>
<th>Collateral Group</th>
<th>Rate</th>
<th>Outstanding ($MM)</th>
<th>Maturity</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">Revolving Credit Facility</td>
<td>OpCo</td>
<td>S+225bps</td>
<td>$348</td>
<td>Feb 2028</td>
</tr>
<tr>
<td class="metric-label">2028 OpCo Term Loans</td>
<td>OpCo</td>
<td>S+250bps</td>
<td>$716</td>
<td>May 2028</td>
</tr>
<tr>
<td class="metric-label">OpCo Intercompany Term Loans</td>
<td>OpCo</td>
<td>Various</td>
<td>$1,508</td>
<td>May 2030</td>
</tr>
<tr>
<td class="metric-label">Super HoldCo 1L Term Loans</td>
<td>Super HoldCo</td>
<td>S+850bps</td>
<td>$1,266</td>
<td>May 2028</td>
</tr>
<tr>
<td class="metric-label">2L 2029 Notes</td>
<td>Super HoldCo</td>
<td>7.625%</td>
<td>$390</td>
<td>May 2029</td>
</tr>
<tr>
<td class="metric-label">Securitization Program</td>
<td>Securitization</td>
<td>S+475bps</td>
<td>$145</td>
<td>Jan 2028</td>
</tr>
<tr>
<td class="metric-label">Total</td>
<td></td>
<td></td>
<td><strong>$2,865</strong></td>
<td></td>
</tr>
</tbody>
</table>
<p>Two features of this stack drive the rest of the case. First, the $1,508 million OpCo Intercompany Term Loan is the single largest piece of the structure, and it is an intercompany obligation rather than third-party debt, which is why it becomes the subject of an independent investigation and settlement discussed below. Second, the priority of the same lender group changes depending on which collateral pool is being tested, a complexity the disclosure statement maps across multiple collateral priority charts. The takeaway for a newsletter reader is simpler than the charts: position in the silo, not seniority in the abstract, determines recovery here.</p>
</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 Restructuring Framework</h2>
</div>
<p>The RSA assembles four moving parts: new financing for the cases, an equity raise, a large debt reduction, and exit financing to carry the reorganized company forward. The support behind it is concentrated at the top of the structure. As measured against the relevant claim pools, the agreement is backed by approximately 100% of RCF claims, approximately 99.9% of Super HoldCo 1L claims, and approximately 86% of OpCo term loan claims.</p>
<h3>DIP financing</h3>
<p>The cases are funded by two debtor-in-possession facilities totaling $427.5 million. The new money portion is $142.5 million; the remainder is a roll-up of prepetition claims at a 2:1 ratio. The Super HoldCo DIP facility is $157.5 million ($52.5 million new money plus $105 million of rolled-up Super HoldCo 1L claims). The OpCo DIP facility is $270 million ($90 million new money plus $180 million of rolled-up RCF claims). New money under both facilities prices at SOFR plus 9.00%, subject to a 3% floor.</p>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">Total DIP Facilities</div>
<div class="stat-value">$427.5M</div>
<div class="stat-detail">Across both silos</div>
</div>
<div class="stat-card">
<div class="stat-label">New Money</div>
<div class="stat-value">$142.5M</div>
<div class="stat-detail">Roll-up of $285M at 2:1</div>
</div>
<div class="stat-card">
<div class="stat-label">Equity Rights Offering</div>
<div class="stat-value">$450M</div>
<div class="stat-detail">Fully backstopped</div>
</div>
<div class="stat-card">
<div class="stat-label">Exit Term Loan</div>
<div class="stat-value">$850M</div>
<div class="stat-detail">Plus $200M+ revolver</div>
</div>
</div>
<h3>From the old stack to the new one</h3>
<p>The combined effect of the deleveraging, the equity raise, and the exit financing is to replace roughly $2.9 billion of prepetition funded debt with a far lighter post-emergence structure. The reorganized company is contemplated to be a privately held Delaware entity, not subject to SEC reporting and not listed on any exchange, with the debtors using commercially reasonable efforts to stay below 300 record holders.</p>
<div class="split-compare">
<div class="split-panel left">
<div class="panel-year">At Filing</div>
<div class="panel-label">Prepetition Funded Debt</div>
<div class="split-item">
<div class="item-label">Total Funded Debt</div>
<div class="item-value" style="color: var(--accent-orange);">~$2.9B</div>
</div>
<div class="split-item">
<div class="item-label">Collateral Silos</div>
<div class="item-value">OpCo &amp; Super HoldCo</div>
</div>
<div class="split-item">
<div class="item-label">Public Listing</div>
<div class="item-value">Delisted (OTC Pink)</div>
</div>
<div class="split-item">
<div class="item-label">2025 Adjusted EBITDA</div>
<div class="item-value">$162.5M</div>
</div>
</div>
<div class="split-panel right">
<div class="panel-year">At Exit</div>
<div class="panel-label">Contemplated Post-Emergence</div>
<div class="split-item">
<div class="item-label">Exit Term Loan</div>
<div class="item-value" style="color: var(--accent-orange);">$850M</div>
</div>
<div class="split-item">
<div class="item-label">Revolving Facility</div>
<div class="item-value">At least $200M</div>
</div>
<div class="split-item">
<div class="item-label">Ownership</div>
<div class="item-value">Private Delaware LLC</div>
</div>
<div class="split-item">
<div class="item-label">Debt Reduction</div>
<div class="item-value">~$2.0B</div>
</div>
</div>
</div>
<p>The equity rights offering is the mechanism that converts creditor support into post-emergence ownership. The $450 million offering is allocated mainly to eligible holders of Super HoldCo 1L claims and OpCo term loan claims, with commitment parties receiving premium interests for backstopping the raise. Proceeds follow a defined waterfall that repays the OpCo DIP and the Super HoldCo new money DIP before reaching other distributions.</p>
</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 CastleKnight Objection</h2>
</div>
<p>Every prepackaged case with overwhelming support still has to account for the creditors who did not sign. Here, that creditor is CastleKnight Management LP. It holds 2028 OpCo Term Loans and 2L 2029 Notes, and it was once a member of the 2028 OpCo Ad Hoc Group before stepping away. It has not executed the RSA and has stated that it will object to confirmation.</p>
<p>The reason the dispute matters becomes clear when you look at where CastleKnight’s claims sit. The OpCo term loan class is projected to recover 2% to 9% under the plan. That is the thinnest recovery of any class entitled to vote, and it reflects the silo structure: after the intercompany settlement and the priority arrangements, the OpCo collateral package leaves little value flowing to that tranche. The plan’s allocations, releases, and intercompany settlement bear directly on what this class receives.</p>
<p>The plan treats CastleKnight accordingly. It is carved out of the defined Released Parties under the third-party release provisions, alongside the Minority Ad Hoc Group members and any party that breaches the intercreditor agreements. The third-party release itself runs on an opt-out basis for voting and presumed-accepting classes and an opt-in basis for classes deemed to reject. None of this is resolved. The objection deadline has not passed, and confirmation is contested rather than assured.</p>
<div class="callout">
<h4>Why the Holdout Sits Where It Does</h4>
<p>The defining tension of this case is structural. The OpCo term loan class is projected to recover 2% to 9%, while the Super HoldCo 1L class is projected to recover 60% to 78%. A gap of that size between two voting classes is the backdrop against which the plan’s release framework, intercompany settlement, and best interests showing will be tested if confirmation is contested.</p>
</div>
</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>Plan Treatment and Recoveries</h2>
</div>
<p>The plan sorts claims into twelve classes. Three are entitled to vote, and their projected recoveries map the silo structure almost perfectly: the higher in the priority waterfall, the larger the recovery. General unsecured creditors, notably, ride above the dispute entirely. They are unimpaired and paid in full in the ordinary course, which keeps trade partners and ordinary vendors whole and the operating business stable.</p>
<table class="comparison">
<thead>
<tr>
<th>Class</th>
<th>Designation</th>
<th>Impairment</th>
<th>Voting</th>
<th>Est. Recovery</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">4</td>
<td>RCF Claims</td>
<td>Impaired</td>
<td>Entitled to Vote</td>
<td class="change-positive">99%–100%</td>
</tr>
<tr>
<td class="metric-label">5</td>
<td>Super HoldCo 1L Claims</td>
<td>Impaired</td>
<td>Entitled to Vote</td>
<td>60%–78%</td>
</tr>
<tr>
<td class="metric-label">6</td>
<td>OpCo Term Loan Claims</td>
<td>Impaired</td>
<td>Entitled to Vote</td>
<td class="change-negative">2%–9%</td>
</tr>
<tr>
<td class="metric-label">7</td>
<td>Unsecured Funded Debt Claims</td>
<td>Impaired</td>
<td>Deemed to Reject</td>
<td class="change-negative">0%</td>
</tr>
<tr>
<td class="metric-label">8</td>
<td>General Unsecured Claims</td>
<td>Unimpaired</td>
<td>Presumed to Accept</td>
<td class="change-positive">100%</td>
</tr>
<tr>
<td class="metric-label">9</td>
<td>510(b) Claims</td>
<td>Impaired</td>
<td>Deemed to Reject</td>
<td class="change-negative">0%</td>
</tr>
<tr>
<td class="metric-label">12</td>
<td>Existing Equity Interests</td>
<td>Impaired</td>
<td>Deemed to Reject</td>
<td class="change-negative">0%</td>
</tr>
</tbody>
</table>
<p>The case for confirming over an objection rests on the best interests test. The plan compares its projected recoveries to what each class would receive in a hypothetical Chapter 7 liquidation, and for every impaired class the plan does at least as well, usually far better. A liquidation of a chemicals business spread across 14 countries would destroy the going-concern value the plan preserves.</p>
<table class="comparison">
<thead>
<tr>
<th>Class</th>
<th>Designation</th>
<th>Plan Recovery</th>
<th>Chapter 7 Recovery</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">4</td>
<td>RCF Claims</td>
<td class="change-positive">99%–100%</td>
<td>0%–42%</td>
</tr>
<tr>
<td class="metric-label">5</td>
<td>Super HoldCo 1L Claims</td>
<td class="change-positive">60%–78%</td>
<td>20%–27%</td>
</tr>
<tr>
<td class="metric-label">6</td>
<td>OpCo Term Loan Claims</td>
<td>2%–9%</td>
<td class="change-negative">0%</td>
</tr>
<tr>
<td class="metric-label">8</td>
<td>General Unsecured Claims</td>
<td class="change-positive">100%</td>
<td class="change-negative">0%</td>
</tr>
</tbody>
</table>
<p>The comparison is most pointed in the OpCo term loan class. Its projected plan recovery of 2% to 9% is low, but the liquidation alternative the analysis assigns to that class is zero. That is the response the disclosure statement frames to a best interests challenge, and it is the same class from which the objection originates.</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>Valuation and Projections</h2>
</div>
<p>Centerview Partners prepared the valuation that underpins the recovery estimates, working as of May 19, 2026, and drawing on a discounted cash flow analysis, a comparable company analysis, and a precedent transactions analysis. The result places enterprise value in a range of $1,450 million to $1,950 million, with a midpoint of $1,700 million, and total equity value at $580 million to $1,080 million, midpoint $830 million. With roughly $2.9 billion of funded debt sitting above that equity value, there is not enough value to reach far down the capital structure, which is what the class-by-class recovery estimates reflect.</p>
<div class="stat-row">
<div class="stat-card">
<div class="stat-label">Enterprise Value (midpoint)</div>
<div class="stat-value">$1,700M</div>
<div class="stat-detail">Range $1,450M–$1,950M</div>
</div>
<div class="stat-card">
<div class="stat-label">Total Equity Value (midpoint)</div>
<div class="stat-value">$830M</div>
<div class="stat-detail">Range $580M–$1,080M</div>
</div>
<div class="stat-card">
<div class="stat-label">Valuation Date</div>
<div class="stat-value">May 19, 2026</div>
<div class="stat-detail">Prepared by Centerview Partners</div>
</div>
</div>
<p>The forward case rests on a recovery that the projections push out across the rest of the decade. Projected adjusted EBITDA climbs from $89 million in the second half of 2026 to $343 million by 2030, with projected net sales returning to the $3.5 billion to $3.9 billion range. These are projections, not results, and they assume the demand recovery the company expects beginning in 2027.</p>
<div class="bar-chart">
<div class="bar-chart-title">Projected Adjusted EBITDA ($ millions)</div>
<div class="bar-group">
<div class="bar-label">H2 2026</div>
<div class="bar-track">
<div class="bar-fill light" style="width: 24%;">$89</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">FY 2027</div>
<div class="bar-track">
<div class="bar-fill slate" style="width: 71%;">$263</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">FY 2028</div>
<div class="bar-track">
<div class="bar-fill slate" style="width: 78%;">$292</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">FY 2029</div>
<div class="bar-track">
<div class="bar-fill slate" style="width: 84%;">$314</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
<div class="bar-group">
<div class="bar-label">FY 2030</div>
<div class="bar-track">
<div class="bar-fill orange" style="width: 92%;">$343</div>
</div>
<div class="bar-value-outside"><br></div>
</div>
</div>
<p>The projections also support the feasibility case under the Bankruptcy Code. A reorganized company carrying $850 million of exit term debt against EBITDA building toward $343 million is a far more serviceable structure than the one it replaces. The projected cash balance stays positive throughout, ranging from $170 million to $589 million across the projection period.</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>The Irish Dimension</h2>
</div>
<p>The wrinkle that separates this case from an otherwise routine domestic prepackaged plan is the parent company’s Irish incorporation. Cancelling the existing equity in an Irish PLC cannot be accomplished by a United States confirmation order alone. The plan therefore contemplates an ancillary Irish proceeding, an examinership and scheme of arrangement, to give effect to the equity cancellation under Irish law.</p>
<p>That proceeding carries its own timetable. Irish examinership provides a protection period of up to 100 calendar days, extendable up to a year, and an Irish confirmation order is a condition precedent to the plan going effective in the United States. The scheme of arrangement must clear one of several approval thresholds, including approval by a majority of impaired creditors or by a majority of voting classes. This is why the outside date for effectiveness sits at November 21, 2026, well after the targeted July confirmation, with a further 90-day extension available for regulatory approvals. Confirmation and effectiveness are not the same finish line here. The disclosure statement attributes the gap between them to both the necessary regulatory approvals and the ancillary Irish proceeding.</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>Road to Confirmation</h2>
</div>
<p>The path from petition to emergence is mapped by a series of milestones in the RSA and the proposed scheduling. The prepetition steps assembled the deal; the postpetition steps execute it on a compressed schedule, subject to the Irish proceeding running in parallel.</p>
<div class="timeline">
<div class="timeline-item muted">
<div class="timeline-date">March 30, 2026</div>
<div class="timeline-content">Trinseo PLC delisted from the NYSE; shares move to the OTC Pink market.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">May 13, 2026</div>
<div class="timeline-content">Restructuring Support Agreement executed; DIP commitment letters signed.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">May 25, 2026</div>
<div class="timeline-content">Prepetition solicitation begins; disclosure statement dated and served on voting creditors; Chapter 11 cases commenced.</div>
</div>
<div class="timeline-item muted">
<div class="timeline-date">May 26, 2026</div>
<div class="timeline-content">First day declaration, disclosure statement, petitions, and first day pleadings filed.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">June 29, 2026</div>
<div class="timeline-content">Proposed voting deadline and deadline to object to the disclosure statement and plan.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">July 9, 2026</div>
<div class="timeline-content">Targeted combined disclosure-statement-and-confirmation hearing.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">July 25, 2026</div>
<div class="timeline-content">Milestone for entry of the combined confirmation order, 60 days after the petition date.</div>
</div>
<div class="timeline-item">
<div class="timeline-date">November 21, 2026</div>
<div class="timeline-content">Outside date for the plan effective date, 180 days after the petition date, extendable by up to 90 days for regulatory approvals.</div>
</div>
</div>
<p>These dates are targets, not certainties. The combined hearing date is subject to the court’s calendar, the objection deadline has not run, and the effective date depends on the Irish proceeding and any required regulatory clearances. A contested confirmation could move the schedule.</p>
</section>
<div class="section-divider"><br></div>
<!-- SECTION XI -->
<section class="content-section">
<div class="section-header">
<div class="section-number">Section XI</div>
<h2>Stakeholder Outlook</h2>
</div>
<p>Read across the structure, the plan produces a clear hierarchy of outcomes. The top of the stack is made nearly whole, the middle recovers a majority of its claims, the bottom of the OpCo silo recovers almost nothing, and existing equity is cancelled. Trade creditors and the operating business are unaffected.</p>
<table class="comparison">
<thead>
<tr>
<th>Stakeholder</th>
<th>Outcome Under the Plan</th>
</tr>
</thead>
<tbody>
<tr>
<td class="metric-label">RCF Lenders</td>
<td>Recover 99% to 100%; sit at the top of the OpCo collateral priority.</td>
</tr>
<tr>
<td class="metric-label">Super HoldCo 1L Lenders</td>
<td>Recover 60% to 78%; primary recipients of new equity through the rights offering.</td>
</tr>
<tr>
<td class="metric-label">OpCo Term Loan Holders</td>
<td>Recover 2% to 9%; the class where the objection originates.</td>
</tr>
<tr>
<td class="metric-label">General Unsecured / Trade</td>
<td>Unimpaired and paid in full; operating relationships preserved.</td>
</tr>
<tr>
<td class="metric-label">Existing Equity</td>
<td>Cancelled; no recovery, effected through the Irish examinership.</td>
</tr>
<tr>
<td class="metric-label">Reorganized Company</td>
<td>Private Delaware entity, ~$2.0B lighter, owned by former creditors.</td>
</tr>
</tbody>
</table>
<p>What happens next turns on two open questions. The first is whether the debtors reach a consensual resolution with the holdout or confirm over its objection, which will test the plan’s release framework, intercompany settlement, and best interests showing. The second is whether the Irish proceeding stays on its parallel track so that confirmation in July can convert into an effective plan before the November outside date. Neither is resolved as of the filings analyzed here.</p>
<div class="callout">
<h4>The Bottom Line</h4>
<p>This is a balance sheet restructuring rather than an operational one. The plan exchanges roughly $2.0 billion of debt for equity while the company waits for the demand recovery it projects beginning in 2027, and the operating business continues throughout. The contest is not over whether Trinseo reorganizes, but over how the value that remains is divided, and the answer to that question depends largely on which side of the OpCo and Super HoldCo line a creditor sits.</p>
</div>
</section>
<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 2 docket entries comprising more than 830 pages filed in <em>In re: Trinseo PLC, et al.</em>, Case No. 26-90545 (CML), United States Bankruptcy Court for the Southern District of Texas, Houston Division. The docket entries analyzed were the Declaration of the Chief Restructuring Officer in support of the Chapter 11 petitions and first day relief, and the Disclosure Statement for the Joint Prepackaged Plan of Reorganization. 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>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/bitcoin-depot-files-for-chapter-11-to-wind-down-and-sell-its-business</id>
    <published>2026-05-22T16:03:31-05:00</published>
    <updated>2026-05-22T16:03:55-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/bitcoin-depot-files-for-chapter-11-to-wind-down-and-sell-its-business" rel="alternate" type="text/html"/>
    <title>Bitcoin Depot Files for Chapter 11 to Wind Down and Sell Its Business</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>The largest operator of Bitcoin ATMs in North America entered chapter 11 with every kiosk offline, roughly $15.8 million in funded debt, and a plan to monetize substantially all of its assets through an orderly sale</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/bitcoin-depot-files-for-chapter-11-to-wind-down-and-sell-its-business">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>Bitcoin Depot 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;
  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>Bitcoin Depot Files for Chapter 11 to <span class="highlight">Wind Down and Sell</span> Its Business</h1>
    <p class="header-subtitle">The largest operator of Bitcoin ATMs in North America entered chapter 11 with every kiosk offline, roughly $15.8 million in funded debt, and a plan to monetize substantially all of its assets through an orderly sale.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>May 2026</span>
      <span>Analysis of a 92-page first-day declaration</span>
    </div>
  </div>
</header>
<!-- ==================== SECTION I ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>At a Glance</h2>
  </div>
  <p>Bitcoin Depot Inc. operated the largest network of Bitcoin ATMs in North America. As of the petition date, not one of its roughly 9,700 kiosks was running. The company and 17 affiliated entities filed voluntary chapter 11 petitions in the United States Bankruptcy Court for the Southern District of Texas, Houston Division, on May 17, 2026. A first-day declaration from the company's chief restructuring officer, filed the following day, sets out a plan to wind down operations and sell substantially all of the assets rather than reorganize and continue as a going concern.</p>
  <p>The declaration ties the filing to one operational decision and its aftermath. In October 2025 the company began requiring identity verification on every transaction. A revenue decline of nearly half year over year followed, alongside mounting litigation exposure and a going concern warning filed days before the petition.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Bitcoin ATM Kiosks</div>
      <div class="stat-value">~9,700</div>
      <div class="stat-detail">48 U.S. states, 10 Canadian provinces, 6 Australian states</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">FY2025 Kiosk Revenue</div>
      <div class="stat-value">$613.6M</div>
      <div class="stat-detail">Approximately 99.8% of total company revenue</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Total Funded Debt</div>
      <div class="stat-value">$15.77M</div>
      <div class="stat-detail">As of the petition date</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Cash Collateral</div>
      <div class="stat-value">$22.4M</div>
      <div class="stat-detail">Proposed to fund the wind-down</div>
    </div>
  </div>
  <div class="callout">
    <h4>The Core Asset Is Idle</h4>
    <p><span class="callout-stat">0</span>The company's roughly 9,700 Bitcoin ATMs generated about 99.8 percent of its revenue in 2025. As of the petition date, all of them had been taken offline and none were operating.</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 Business and Corporate Structure</h2>
  </div>
  <p>The business was concentrated in a single product line. The company owned and operated a network of Bitcoin ATMs, referred to in the filing as kiosks, that let customers buy Bitcoin with cash through one-way, cash-to-Bitcoin transactions. As of December 31, 2025, that network spanned approximately 9,700 owned and leased kiosks across 48 U.S. states, 10 Canadian provinces, and 6 Australian states, placed in convenience stores, gas stations, pharmacies, grocery chains, and shopping malls in zip codes containing roughly 69 percent of the U.S. population. The kiosks generated $613.6 million in revenue for the year ended December 31, 2025, which the declaration puts at approximately 99.8 percent of total company revenue.</p>
  <p>The model carried little inventory risk. The company held a relatively small Bitcoin balance at any given time, typically between $1.0 million and $2.0 million, and purchased Bitcoin on a just-in-time basis to fill customer orders. To secure placement in high-traffic retail locations, it was party to approximately 7,700 floorspace agreements. A second program, BDCheckout, let customers buy Bitcoin at retail checkout counters through a transaction started on the company's mobile application, and it was available at approximately 16,300 retail locations at year-end 2025 with a historical average markup of 15 percent.</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.5 0.66" 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.66 313.5" stroke-dashoffset="-313.5" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="56" text-anchor="middle" font-size="15" font-weight="700" fill="#2C4146">99.8%</text>
        <text x="60" y="72" text-anchor="middle" font-size="8" fill="#6B8A91">FROM KIOSKS</text>
      </svg>
      <div class="gauge-label">2025 revenue concentration</div>
      <div class="gauge-value" style="font-size:16px;">Kiosks vs. all other</div>
    </div>
    <div class="gauge-card" style="text-align:left; display:flex; flex-direction:column; justify-content:center;">
      <h4 style="margin-top:0;">Two pre-filing expansions</h4>
      <p style="font-size:15px; margin-bottom:10px;">On February 27, 2026, the company acquired a peer-to-peer social betting platform for $4.5 million.</p>
      <p style="font-size:15px; margin-bottom:0;">On March 10, 2026, it launched a business-advance product offering advances of $500 to $2,000. As of the petition date, that product had stopped issuing new advances.</p>
    </div>
  </div>
  <p>The corporate group consists of 24 entities, with Bitcoin Depot Inc. as the publicly owned ultimate parent. The company traces to a limited liability company formed by its founder on June 7, 2016, which acquired a controlling interest in a Canadian kiosk software business in July 2021. Bitcoin Depot Inc. itself was formed on June 30, 2023, when a de-SPAC transaction with a Delaware special purpose acquisition corporation closed. The founder remains the controlling shareholder. Seventeen of the company's 23 subsidiaries are debtors in these cases, for 18 debtor entities in total. The remaining subsidiaries sit outside the U.S. filing: a non-debtor Australian entity that owns approximately 140 kiosks is winding down through an Australian insolvency proceeding, and the Canadian subsidiaries intend to commence recognition proceedings in Canada.</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 Chapter 11</h2>
  </div>
  <p>The declaration describes pressure that built from three directions and then converged. Beginning in approximately 2024, the company faced lawsuits and investigations from 11 state agencies alleging that its platforms were used by third parties to perpetrate fraud. It also became subject to a voluntary information request from the Securities and Exchange Commission and an investigation by the Federal Trade Commission. Separately, a subsidiary, BitAccess, Inc., was subject to an arbitration award of approximately $18.5 million.</p>
  <p>In October 2025, the company implemented Know Your Customer verification requiring identification for every transaction. Two effects followed. User bans associated with the enhanced compliance measures accounted for approximately 4 percent of monthly transaction volumes, and reported revenue declined sharply. The swing in operating results across consecutive quarters shows the speed of the change.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Metric</th>
        <th>Comparable Prior Period</th>
        <th>Reported Period</th>
        <th>Change</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Net income (loss), fourth quarter</td>
        <td>$5.4M income (Q4 2024)</td>
        <td>$(24.9)M loss (Q4 2025)</td>
        <td class="change-negative">($30.3M) swing</td>
      </tr>
      <tr>
        <td class="metric-label">Net income (loss), first quarter</td>
        <td>$12.2M income (Q1 2025)</td>
        <td>$(9.5)M loss (Q1 2026)</td>
        <td class="change-negative">($21.7M) swing</td>
      </tr>
      <tr>
        <td class="metric-label">Total revenue, first quarter</td>
        <td>Q1 2025 baseline</td>
        <td>Q1 2026</td>
        <td class="change-negative">down $80.7M (49.2%)</td>
      </tr>
    </tbody>
  </table>
  <p>The losses arrived as liabilities grew. The company accrued more than $20 million in legal judgments during the fourth quarter of 2025. On May 11, 2026, it missed the filing deadline for its quarterly report, and on May 12, 2026, it filed a notification with securities regulators disclosing its inability to file the report on time and substantial doubt about its ability to continue as a going concern.</p>
  <div class="callout">
    <h4>Revenue Cut Nearly in Half</h4>
    <p><span class="callout-stat">49.2%</span>First-quarter 2026 revenue fell by $80.7 million from the prior-year period. Days before the petition date, the company disclosed substantial doubt about its ability to continue as a going concern.</p>
  </div>
  <p>The same period brought repeated turnover in senior leadership. A leadership transition announced in November 2025 took effect on January 1, 2026, installing a new chief executive officer and chief operating officer as the founder stepped down from the chief executive role. In February 2026, the chief legal officer and chief compliance officer resigned, citing compliance concerns. In March 2026, the recently installed chief executive officer and chief operating officer resigned, the founder stepped down as executive chairman while remaining a board member, and an independent director who had joined the board in August 2025 was appointed chief executive officer and chairman. A chief restructuring officer was appointed and a restructuring committee formed on May 14, 2026, three days before the filing.</p>
  <h3>Sequence of Events</h3>
  <div class="timeline">
    <div class="timeline-item muted">
      <div class="timeline-date">June 30, 2023</div>
      <div class="timeline-content">De-SPAC transaction closes; Bitcoin Depot Inc. is formed.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">2024</div>
      <div class="timeline-content">Lawsuits and investigations begin from 11 state agencies; SEC and FTC inquiries follow.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">October 2025</div>
      <div class="timeline-content">Company implements mandatory identity verification on all transactions.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">Fourth quarter 2025</div>
      <div class="timeline-content">Net loss of $24.9 million reported; more than $20 million in legal judgments accrued.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">January – March 2026</div>
      <div class="timeline-content">Successive C-suite departures; an independent director is appointed chief executive officer and chairman.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">April 2026</div>
      <div class="timeline-content">Financial advisor engaged and proposed restructuring counsel retained.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">May 12, 2026</div>
      <div class="timeline-content">Company files late-report notice disclosing going concern doubt.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">May 17, 2026, Petition Date</div>
      <div class="timeline-content">Voluntary chapter 11 petitions filed; all kiosks offline.</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 Proposed Wind-Down and Sale</h2>
  </div>
  <p>The declaration states that the debtors intend to conduct an orderly wind-down and sale of substantially all of their assets through the chapter 11 process and to establish a liquidation trust for the benefit of their stakeholders, with the aim of monetizing the estate. This is a stated intention rather than an approved plan. No sale has been authorized, no liquidation trust has been established, and the relief described below remains subject to court approval and to objection deadlines that have not passed.</p>
  <p>The debtors propose to fund the cases through the use of cash collateral, which the declaration describes as approximately $22.4 million held across the company's bank accounts. The wind-down extends across borders. The debtors seek authority for Bitcoin Depot Inc. to act as foreign representative in Canadian recognition proceedings, the Canadian subsidiaries intend to commence those proceedings, and the non-debtor Australian entity is pursuing a separate insolvency proceeding for its roughly 140 kiosks. The objective stated throughout is to preserve the value of the kiosk fleet, much of which sits idle or in storage, long enough to sell it.</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 Claims</h2>
  </div>
  <p>Funded debt is modest relative to the size of the network. The declaration places total funded debt liabilities at approximately $15.77 million as of the petition date. A secured term loan facility provided by the prepetition lender accounts for the large majority of that figure, with the balance in equipment financing.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Facility</th>
        <th>Approx. Principal Outstanding</th>
        <th>Rate</th>
        <th>Maturity</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Silverview term loan facility</td>
        <td>$13,338,000</td>
        <td>17.00%</td>
        <td>December 15, 2027</td>
      </tr>
      <tr>
        <td class="metric-label">Equipment agreements (two)</td>
        <td>$2,433,000</td>
        <td>16.86% – 17.42%</td>
        <td>2026 – 2027</td>
      </tr>
      <tr>
        <td class="metric-label">Total funded debt</td>
        <td>$15,771,000</td>
        <td> </td>
        <td> </td>
      </tr>
    </tbody>
  </table>
  <p>The term loan facility had been substantially paid down before the filing. It was established at an initial principal amount of $36,450,000 and stood at roughly $13,338,000 at the petition date, with an additional $3,100,000 exit fee and approximately $198,784 in accrued interest.</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">2024</div>
      <div class="panel-label">Silverview facility at origination</div>
      <div class="split-item">
        <div class="item-label">Initial principal</div>
        <div class="item-value" style="color: var(--accent-orange);">$36.45M</div>
      </div>
      <div class="split-item">
        <div class="item-label">Stated maturity</div>
        <div class="item-value">Dec 15, 2027</div>
      </div>
      <div class="split-item">
        <div class="item-label">Interest rate</div>
        <div class="item-value">17.00%</div>
      </div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">2026</div>
      <div class="panel-label">Silverview facility at petition</div>
      <div class="split-item">
        <div class="item-label">Principal outstanding</div>
        <div class="item-value" style="color: var(--accent-orange);">$13.34M</div>
      </div>
      <div class="split-item">
        <div class="item-label">Exit fee</div>
        <div class="item-value">$3.10M</div>
      </div>
      <div class="split-item">
        <div class="item-label">Accrued interest</div>
        <div class="item-value">$0.20M</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="#2C4146" stroke-width="10" stroke-dasharray="265.8 48.4" 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="48.4 265.8" stroke-dashoffset="-265.8" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="56" text-anchor="middle" font-size="15" font-weight="700" fill="#2C4146">84.6%</text>
        <text x="60" y="72" text-anchor="middle" font-size="8" fill="#6B8A91">SILVERVIEW</text>
      </svg>
      <div class="gauge-label">Funded debt composition</div>
      <div class="gauge-value" style="font-size:16px;">84.6% term loan / 15.4% equipment</div>
    </div>
    <div class="gauge-card" style="text-align:left; display:flex; flex-direction:column; justify-content:center;">
      <h4 style="margin-top:0;">Beyond funded debt</h4>
      <p style="font-size:15px; margin-bottom:0;">The declaration also identifies disputed litigation judgments of about $20 million, trade claims of about $9 million, kiosk profit-share claims of about $11 million, and floorspace agreement claims of about $4.2 million. These unsecured exposures dwarf the funded debt.</p>
    </div>
  </div>
  <div class="bar-chart">
    <div class="bar-chart-title">Selected prepetition liabilities and claims (approximate)</div>
    <div class="bar-group">
      <div class="bar-label">Disputed judgments</div>
      <div class="bar-track"><div class="bar-fill orange" style="width: 100%;">$20.0M</div></div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Funded debt</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 78.9%;">$15.77M</div></div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Kiosk profit-share</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 54.9%;">$10.97M</div></div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Trade claims</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 45%;">$9.0M</div></div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Floorspace agreements</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 21.2%;">$4.23M</div></div>
      <div class="bar-value-outside"></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>Workforce and the WARN Act</h2>
  </div>
  <p>The workforce was small for a network of this scale. As of the petition date, the company employed approximately 116 people, with roughly 107 at its U.S. operating subsidiary, 7 at its Canadian subsidiary, and 2 at the recently acquired betting platform, supplemented by 13 independent contractors. Approximately 103 employees received a salary and approximately 13 were paid hourly. The company issued termination notices to all U.S.-based employees with a 60-day notice period under the Worker Adjustment and Retraining Notification Act, and the declaration takes the position that any resulting WARN claims would be entitled to administrative priority if termination occurs before the notice period expires.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Prepetition compensation and benefits obligation</th>
        <th>Approximate Amount</th>
      </tr>
    </thead>
    <tbody>
      <tr>
<td class="metric-label">Unpaid wages</td>
<td>$600,000</td>
</tr>
      <tr>
<td class="metric-label">Corporate credit card program</td>
<td>$100,000</td>
</tr>
      <tr>
<td class="metric-label">Health insurance program</td>
<td>$62,000</td>
</tr>
      <tr>
<td class="metric-label">Withholding obligations</td>
<td>$50,000</td>
</tr>
      <tr>
<td class="metric-label">401(k) obligations</td>
<td>$37,000</td>
</tr>
      <tr>
<td class="metric-label">Total</td>
<td>$849,000</td>
</tr>
    </tbody>
  </table>
  <p>The declaration notes that no prepetition amount owed to any individual on account of wages exceeds the $17,150 priority cap under section 507(a)(4) of the Bankruptcy Code.</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>Cash Management and Liquidity</h2>
  </div>
  <p>The debtors operate a centralized cash management system of 21 bank accounts at 9 banks, carrying average monthly bank fees of approximately $179,000. They seek to keep the existing accounts open rather than close them and open new debtor-in-possession accounts, and to continue intercompany transfers with administrative expense priority. Because the business is winding down rather than continuing, the debtors also intend to close their seven cryptocurrency wallets and convert the holdings to cash, and they seek a deposit account dedicated to cash collateral and another dedicated to taxes.</p>
  <p>Cash is concentrated in a handful of accounts, including a main operating account holding approximately $11.7 million and a treasury account holding approximately $6.9 million. Together with the smaller balances, these accounts make up the roughly $22.4 million of cash collateral the debtors propose to use to fund the cases.</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>First-Day Relief Requested</h2>
  </div>
  <p>Through the first-day motions, the debtors seek the customary slate of relief to support an orderly transition into chapter 11. On the administrative side, they request joint administration of all 18 cases under the lead case, authority to file a consolidated creditor matrix and a consolidated list of the top 30 unsecured creditors, employment of a claims and noticing agent, a 30-day extension to file their schedules and statements through June 30, 2026, and authority for the parent to serve as foreign representative in Canada.</p>
  <p>On the operational side, the debtors seek authority to pay prepetition wages and benefits of approximately $849,000 and to continue compensation programs in the ordinary course; to maintain the cash management system, pay prepetition bank fees of approximately $179,000, and close the cryptocurrency wallets; and to pay approximately $2.36 million in accrued prepetition taxes and fees. The accrued taxes include approximately $1.4 million in franchise and income taxes, approximately $596,000 in sales and use taxes, and approximately $364,000 in property taxes, and the declaration notes an ongoing Texas Comptroller franchise tax audit covering tax years 2022 through 2025.</p>
  <p>The debtors further seek to provide adequate assurance to utility providers through a $1,550 deposit and to pay critical vendors, lien claimants, and foreign vendors up to $448,000 on an interim basis and up to $888,000 on a final basis, subject to customary trade terms and claw-back provisions. The declaration explains that the debtors depend on a limited group of vendors to maintain and store the kiosk fleet, including approximately 438 kiosks currently held with third-party warehousers, to preserve value through the sale process. Finally, the debtors seek authority to retain and pay ordinary course professionals subject to tiered monthly fee caps of $50,000, $25,000, and $8,500.</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 summarizes and analyzes the Declaration of the chief restructuring officer in support of the chapter 11 cases and first-day motions filed in In re Bitcoin Depot Inc., et al., Case No. 26-90528 (CML), in the United States Bankruptcy Court for the Southern District of Texas, Houston Division, a 92-page declaration filed on May 18, 2026. Figures are approximate and drawn from the declaration. The wind-down, sale, and relief described remain subject to court approval and to objection deadlines that have not passed.</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/west-marines-dual-track-chapter-11-a-549-million-restructuring-on-a-95-day-clock</id>
    <published>2026-05-22T15:54:41-05:00</published>
    <updated>2026-05-22T15:55:07-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/west-marines-dual-track-chapter-11-a-549-million-restructuring-on-a-95-day-clock" rel="alternate" type="text/html"/>
    <title>West Marine's Dual-Track Chapter 11: A $549 Million Restructuring on a 95-Day Clock</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>The marine retailer enters bankruptcy with a plan that can resolve two ways, a balance sheet it intends to deleverage by more than $300 million, and almost no margin for delay</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/west-marines-dual-track-chapter-11-a-549-million-restructuring-on-a-95-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>West Marine's 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: 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;
}
/* --- 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; }
.tag-impaired { color: var(--danger); font-weight: 500; }
.tag-unimpaired { 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: 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: 16px; font-weight: 500; line-height: 1.45; }
/* --- 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>West Marine's <span class="highlight">Dual-Track</span> Chapter 11: A $549 Million Restructuring on a 95-Day Clock</h1>
    <p class="header-subtitle">The marine retailer enters bankruptcy with a plan that can resolve two ways, a balance sheet it intends to deleverage by more than $300 million, and almost no margin for delay.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>May 2026</span>
      <span>In re West Marine, Inc., Case No. 26-10794 (KBO), D. Del.</span>
    </div>
  </div>
</header>
<!-- ==================== SECTION I ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>A Filing With Two Possible Endings</h2>
  </div>
  <p>West Marine, Inc. and seven affiliated debtors filed for Chapter 11 protection on May 17, 2026 in the United States Bankruptcy Court for the District of Delaware, carrying approximately $549.2 million in secured and unsecured obligations and a plan that can resolve in one of two ways. The company will either equitize its term loan debt and emerge as a recapitalized going concern, or sell substantially all of its assets to a third party, depending on which path a concurrent marketing process shows will deliver more value. The debtors have given themselves 95 days to find out.</p>
  <p>The plan and the machinery to test it arrive across two filings made the following day. The Disclosure Statement, filed as Docket No. 47, sets out the company's finances, the causes of its distress, and the treatment each class of creditors would receive. The Bidding Procedures Motion, filed as Docket No. 49, establishes the rules for the sale process that runs in parallel with the recapitalization. Both are pending. Objection deadlines have not passed, the plan may be amended, and confirmation is not assured.</p>
  <div class="stat-row">
    <div class="stat-card negative">
      <div class="stat-label">Total Debt Obligations</div>
      <div class="stat-value">$549.2M</div>
      <div class="stat-detail">Secured and unsecured, at the petition date</div>
    </div>
    <div class="stat-card positive">
      <div class="stat-label">Targeted Deleveraging</div>
      <div class="stat-value">$300M+</div>
      <div class="stat-detail">Funded-debt reduction under the recapitalization</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Plan Timeline</div>
      <div class="stat-value">95 Days</div>
      <div class="stat-detail">Petition date to targeted effectiveness</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Cash on Hand</div>
      <div class="stat-value">$21.5M</div>
      <div class="stat-detail">No debtor-in-possession financing in place</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 Business</h2>
  </div>
  <p>West Marine was founded in 1968 in Sunnyvale, California, and the disclosure statement describes it as the nation's leading omni-channel provider of aftermarket products to the boating, fishing, sailing, and watersports markets. It was taken private on September 12, 2017. As of the petition date, it operated approximately 200 retail stores across more than 34 states and Puerto Rico, two distribution centers in California and South Carolina, two eCommerce websites, and a workforce of roughly 2,600.</p>
  <p>Revenue runs through three channels, and the disclosure statement reports each as a share of 2025 sales rather than as a clean split: retail stores accounted for just over 60 percent, West Marine Pro, the company's wholesale channel, for just over 40 percent, and eCommerce for approximately 8 percent. The figures overlap because the channels are not mutually exclusive, but the shape is clear enough. This is a store-led business with a substantial wholesale arm and a comparatively small direct-to-consumer footprint online.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Retail Stores</div>
      <div class="stat-value">~200</div>
      <div class="stat-detail">34+ states and Puerto Rico</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Crew Members</div>
      <div class="stat-value">~2,600</div>
      <div class="stat-detail">As of the petition date</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">In Operation</div>
      <div class="stat-value">Since 1968</div>
      <div class="stat-detail">Taken private September 2017</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 Road to Chapter 11</h2>
  </div>
  <p>The disclosure statement traces the company's distress to a combination of weather, demand, and cost pressure that arrived faster than the balance sheet could absorb. Extreme weather during the peak boating seasons of 2024 and 2025 weighed on both in-store and online sales. Consumer discretionary spending fell broadly after the pandemic, and in 2025 industry-wide retail sales of new powerboat units were down roughly 8 to 10 percent on average. Into 2026, the marine and outdoor recreation sector continued to face elevated diesel prices, inflation, supply chain disruption, and a volatile tariff environment.</p>
  <p>Two self-inflicted problems compounded the external ones. The company was carrying elevated inventory from pandemic-era over-buying in discretionary categories, the residue of stocking decisions made when in-stock levels in 2022 sat in the high 80 percent range, a level the filing characterizes as suboptimal for retail. It was also operating an overexpanded store footprint, with many locations tied to onerous leases that offered limited flexibility for early termination.</p>
  <p>None of this was for lack of prior effort. The company completed two out-of-court recapitalizations in 2023. The March transaction brought in approximately $150 million of new money. The September transaction equitized approximately $660 million of then-existing funded debt and added approximately $125 million of new capital. Together the two deals provided roughly $275 million in new capital and removed about $660 million of debt from the balance sheet. The disclosure statement states that the benefits of the September 2023 transaction were not enough to offset the operational and macroeconomic pressure that followed.</p>
  <div class="callout">
    <h4>Why Out-of-Court Was Not Enough</h4>
    <p>West Marine had already restructured twice without filing. The 2023 transactions equitized roughly $660 million in debt and injected $275 million in fresh capital. That the company is now in court, less than three years later, frames the central question the disclosure statement sets out to answer: whether a third recapitalization can hold, or whether the assets are worth more to someone else.</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 roughly $549.2 million in obligations breaks down across three secured facilities and a layer of unsecured trade and lease debt. The term loan, at $251.2 million, is the largest single piece and the fulcrum of the restructuring. It sits across three tranches at fixed and floating rates, with Tranches A and B maturing on June 13, 2028 and Tranche C on September 12, 2028.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Facility</th>
        <th>Amount Outstanding</th>
        <th>Maturity</th>
        <th>Rate</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Prepetition ABL Facility</td>
        <td>$118.9M</td>
        <td>May 1, 2028</td>
        <td>Adjusted Term SOFR + 4.75%</td>
      </tr>
      <tr>
        <td class="metric-label">Prepetition FILO Facility</td>
        <td>$59.2M</td>
        <td>May 1, 2028</td>
        <td>Three tranches; cash plus PIK components</td>
      </tr>
      <tr>
        <td class="metric-label">Term Loan Facility</td>
        <td>$251.2M</td>
        <td>June 13 / Sept. 12, 2028</td>
        <td>Tranche A 15%, B 12%, C Term SOFR + 7%</td>
      </tr>
      <tr>
        <td class="metric-label">Unsecured Trade &amp; Lease</td>
        <td>$119.9M</td>
        <td>—</td>
        <td>—</td>
      </tr>
    </tbody>
  </table>
  <div class="bar-chart">
    <div class="bar-chart-title">Obligations by Category ($ millions)</div>
    <div class="bar-group">
      <div class="bar-label">Term Loan</div>
      <div class="bar-track"><div class="bar-fill orange" style="width: 100%;">$251.2M</div></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Unsecured Trade &amp; Lease</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 47.7%;">$119.9M</div></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">ABL Facility</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 47.3%;">$118.9M</div></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">FILO Facility</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 23.6%;">$59.2M</div></div>
    </div>
  </div>
  <p>The lease obligations sit alongside the funded debt rather than inside it. The company reports approximately $166.7 million in future lease payments owed under roughly 200 unexpired leases, with annual lease expense running above $50 million. That fixed cost, attached to a footprint the company already considers too large, is part of what a court-supervised process is meant to address through the assumption and rejection of leases.</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 and a Thin Liquidity Runway</h2>
  </div>
  <p>The plan does not arrive unsupported. On the petition date, the debtors and their Consenting Stakeholders executed a Restructuring Support Agreement after arm's-length negotiations. The signatories hold a commanding share of the capital structure: lenders holding 100 percent of FILO claims, lenders holding 96.2 percent of term loan claims, and equity holders representing 93.9 percent of outstanding interests.</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="314.16 0" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="58" text-anchor="middle" font-size="15" font-weight="700" fill="#2C4146">100%</text>
        <text x="60" y="74" text-anchor="middle" font-size="8" fill="#6B8A91">FILO</text>
      </svg>
      <div class="gauge-label">FILO Lenders</div>
      <div class="gauge-value" style="font-size:18px;">100%</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="302.2 11.96" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="58" text-anchor="middle" font-size="15" font-weight="700" fill="#2C4146">96.2%</text>
        <text x="60" y="74" text-anchor="middle" font-size="8" fill="#6B8A91">Term Loan</text>
      </svg>
      <div class="gauge-label">Term Loan Lenders</div>
      <div class="gauge-value" style="font-size:18px;">96.2%</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="295.0 19.16" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="58" text-anchor="middle" font-size="15" font-weight="700" fill="#2C4146">93.9%</text>
        <text x="60" y="74" text-anchor="middle" font-size="8" fill="#6B8A91">Equity</text>
      </svg>
      <div class="gauge-label">Equity Holders</div>
      <div class="gauge-value" style="font-size:18px;">93.9%</div>
    </div>
  </div>
  <p>What the agreement does not come with is fresh borrowing. The cases are funded entirely through the consensual use of cash collateral, with no debtor-in-possession financing. At the petition date the company held approximately $21.5 million in cash. That combination, a limited runway and no new facility to extend it, is the reason the timeline is short. The disclosure statement and the bidding procedures motion both state that a protracted process would likely destroy value, and the cash collateral orders carry milestones that enforce the pace.</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 Toggle: One Plan, Two Outcomes</h2>
  </div>
  <p>The plan is built around what the disclosure statement calls a toggle structure. The recapitalization is the primary path. The sale is the alternative the company can switch to, but only if the numbers justify it. A vote to accept the plan is a vote to approve either outcome, which is what allows the whole process to compress into a single confirmation timeline rather than two sequential ones.</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">Track 1</div>
      <div class="panel-label">Recapitalization Transaction</div>
      <div class="split-item">
        <div class="item-label">Term Loan Claims</div>
        <div class="item-value">Equitized into 100% of reorganized equity, subject to management incentive plan dilution</div>
      </div>
      <div class="split-item">
        <div class="item-label">ABL and FILO Claims</div>
        <div class="item-value">Paid in full or converted to Exit ABL and Exit Term Loan facilities</div>
      </div>
      <div class="split-item">
        <div class="item-label">Effect</div>
        <div class="item-value" style="color: var(--accent-orange);">Funded debt reduced by more than $300M</div>
      </div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">Track 2</div>
      <div class="panel-label">Sale Transaction</div>
      <div class="split-item">
        <div class="item-label">Mechanism</div>
        <div class="item-value">Sale of substantially all assets under section 363 to a successful bidder</div>
      </div>
      <div class="split-item">
        <div class="item-label">Trigger</div>
        <div class="item-value">Pursued if the marketing process yields greater value than the recapitalization</div>
      </div>
      <div class="split-item">
        <div class="item-label">Consent</div>
        <div class="item-value" style="color: var(--accent-orange);">Term loan lender consent cannot be unreasonably withheld once proceeds clear the waterfall</div>
      </div>
    </div>
  </div>
  <p>The consent standard is the hinge. Under the recapitalization, approximately $251.2 million of term loan claims would convert into all of the new equity in Reorganized West Marine, subject to dilution from a management incentive plan, and the ABL and FILO claims would be paid in full or rolled into exit facilities. The term loan lenders control whether the company instead toggles to a sale, but their consent may not be unreasonably withheld if the net proceeds of a winning bid exceed the combined total of the ABL claims, the FILO claims, the term loan claims, projected distributions, and the wind-down amount. In other words, a sale wins only if it pays the secured stack in full and leaves something over.</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 Proposed Bidding Procedures</h2>
  </div>
  <p>The sale track was already in motion before the filing. Through its proposed investment banker, Triple P Securities, LLC, operating as Portage Point, the company identified and contacted five potential purchasers prepetition. The bidding procedures motion asks the court for authority to carry that marketing process forward under a defined set of rules designed, the motion states, to draw out the highest or best bid while keeping the auction orderly. The key terms:</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Provision</th>
        <th>Proposed Terms</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Stalking Horse Authority</td>
        <td>The debtors are authorized, but not directed, to enter into one or more stalking horse purchase agreements with an acceptable bidder, subject to higher and better bids and final approval at the sale hearing.</td>
      </tr>
      <tr>
        <td class="metric-label">Bid Protections</td>
        <td>Any stalking horse may receive a breakup fee and expense reimbursement capped in the aggregate at 3% of the cash portion of the purchase price.</td>
      </tr>
      <tr>
        <td class="metric-label">Bid Deposit</td>
        <td>Each qualified bidder must post a cash deposit equal to 10% of the applicable purchase price.</td>
      </tr>
      <tr>
        <td class="metric-label">Credit Bidding</td>
        <td>Secured creditors may credit bid the full face value of their claims under section 363(k).</td>
      </tr>
      <tr>
        <td class="metric-label">Free and Clear Sale</td>
        <td>Any sale is conducted free and clear of liens, claims, interests, and encumbrances under section 363(f), with those interests attaching to the net proceeds.</td>
      </tr>
      <tr>
        <td class="metric-label">Stay Waiver</td>
        <td>The debtors ask that any sale order take effect immediately, waiving the 14-day stays under Bankruptcy Rules 6004(h) and 6006(d), to meet the cash collateral milestones.</td>
      </tr>
    </tbody>
  </table>
  <p>The 3 percent cap on bid protections is the figure most likely to draw scrutiny, and the motion situates it within recent Delaware practice rather than asserting it in isolation. The comparable cases the motion cites cluster tightly around that level.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Comparable Case</th>
        <th>Aggregate Bid Protections</th>
      </tr>
    </thead>
    <tbody>
      <tr>
<td class="metric-label">In re Liberated Brands LLC</td>
<td>3%</td>
</tr>
      <tr>
<td class="metric-label">In re American Tire Distributors</td>
<td>4%</td>
</tr>
      <tr>
<td class="metric-label">In re SunPower Corp.</td>
<td>3% plus $550,000</td>
</tr>
      <tr>
<td class="metric-label">In re Vyaire Medical</td>
<td>3% plus $250,000</td>
</tr>
      <tr>
<td class="metric-label">In re Sientra</td>
<td>3% plus $500,000</td>
</tr>
    </tbody>
  </table>
  <p>The motion grounds the whole package in the business judgment standard, the deferential test courts apply when a debtor articulates a sound business reason for its sale procedures, and argues that procedures built to encourage competitive bidding serve the paramount goal of maximizing value for 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>Treatment of Claims and Interests</h2>
  </div>
  <p>The plan sorts claims and interests into ten classes. The secured classes are slated for full recovery, the unsecured class is contingent on its own vote, and the existing equity is wiped out. The recovery on the term loan, the class doing the heavy lifting in the recapitalization, is deliberately left blank in the disclosure statement so as not to prejudice the sale process while bids are still coming in.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Class</th>
        <th>Claims / Interests</th>
        <th>Status</th>
        <th>Proposed Treatment</th>
      </tr>
    </thead>
    <tbody>
      <tr>
<td class="metric-label">1</td>
<td>Other Secured Claims</td>
<td class="tag-unimpaired">Unimpaired</td>
<td>100% recovery</td>
</tr>
      <tr>
<td class="metric-label">2</td>
<td>Other Priority Claims</td>
<td class="tag-unimpaired">Unimpaired</td>
<td>100% recovery</td>
</tr>
      <tr>
<td class="metric-label">3</td>
<td>Prepetition ABL Claims ($118.9M)</td>
<td class="tag-impaired">Impaired</td>
<td>100% recovery</td>
</tr>
      <tr>
<td class="metric-label">4</td>
<td>Prepetition FILO Claims ($59.2M)</td>
<td class="tag-impaired">Impaired</td>
<td>100% recovery</td>
</tr>
      <tr>
<td class="metric-label">5</td>
<td>Term Loan Claims ($251.2M)</td>
<td class="tag-impaired">Impaired</td>
<td>Recovery not disclosed, to avoid prejudicing the sale process</td>
</tr>
      <tr>
<td class="metric-label">6</td>
<td>General Unsecured Claims</td>
<td class="tag-impaired">Impaired</td>
<td>If recapitalization and the class accepts: pro rata share of $250,000 in GUC Cash. If sale and the class accepts: the greater of GUC Cash or distributable value after Classes 1 through 5 are paid in full. No recovery if the class rejects.</td>
</tr>
      <tr>
<td class="metric-label">7</td>
<td>Section 510(b) Claims</td>
<td class="tag-impaired">Impaired</td>
<td>0% recovery (deemed to reject)</td>
</tr>
      <tr>
<td class="metric-label">8</td>
<td>Intercompany Claims</td>
<td>Unimpaired / Impaired</td>
<td>Reinstated or canceled at the debtors' option</td>
</tr>
      <tr>
<td class="metric-label">9</td>
<td>Intercompany Interests</td>
<td>Unimpaired / Impaired</td>
<td>Reinstated or canceled at the debtors' option</td>
</tr>
      <tr>
<td class="metric-label">10</td>
<td>Interests in West Marine</td>
<td class="tag-impaired">Impaired</td>
<td>0% recovery (deemed to reject)</td>
</tr>
    </tbody>
  </table>
  <p>The general unsecured class faces the only genuinely conditional recovery, and the condition is its own vote. Accept, and the class shares in a defined pool of cash, or in sale proceeds left after the secured claims are satisfied. Reject, and the recovery falls to zero. The debtors have reserved the right to seek nonconsensual confirmation under section 1129(b) if an impaired class rejects.</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 and the Independent Investigation</h2>
  </div>
  <p>Roughly a month before the filing, the boards built a guardrail into the process. On April 13, 2026, they established Special Committees of two existing disinterested directors and gave them binding authority to investigate potential claims against insiders and affiliates, the matters the filing refers to as Conflict Matters. That investigation was ongoing at the petition date, with a targeted completion of June 21, 2026, the same day the final cash collateral order is due.</p>
  <p>The investigation is not a formality bolted onto the timeline. The disclosure statement states that the debtor releases contemplated by the plan remain subject to its outcome, which means the scope of who gets released, and from what, is not yet fixed. On the petition date the boards also appointed an interim vice president through the company's restructuring advisor, adding independent operational oversight for the duration of the cases.</p>
  <div class="callout">
    <h4>Releases Held Open</h4>
    <p>The plan's debtor releases are expressly contingent on the result of an independent investigation that is still running. Until that work concludes, the releases are a proposed term rather than a settled one, a detail worth tracking as the plan moves toward its combined hearing.</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 95-Day Clock</h2>
  </div>
  <p>Every milestone in these cases ties back to cash collateral. Because the company is funding itself on existing cash rather than new financing, the orders that permit that use carry deadlines, and missing them risks the access that keeps the lights on. The schedule below combines the plan milestones from the disclosure statement with the sale dates from the bidding procedures motion. The two run on the same calendar by design, so that whichever track prevails, the company reaches an effective date around August 20, 2026.</p>
  <div class="timeline">
    <div class="timeline-item">
      <div class="timeline-date">May 17, 2026 · Day 0</div>
      <div class="timeline-content">Petition date. Restructuring Support Agreement executed and Chapter 11 cases commenced.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">May 22, 2026 · Day 5</div>
      <div class="timeline-content">Entry of the interim cash collateral order.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">June 1, 2026</div>
      <div class="timeline-content">Objection deadline for the bidding procedures motion (4:00 p.m. ET).</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">June 11, 2026</div>
      <div class="timeline-content">Hearing on the bidding procedures motion (2:00 p.m. ET).</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">June 16, 2026 · Day 30</div>
      <div class="timeline-content">Binding commitments for the Exit ABL Facility due.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">June 21, 2026 · Day 35</div>
      <div class="timeline-content">Final cash collateral order; completion of the independent investigation.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">June 26, 2026 · Day 40</div>
      <div class="timeline-content">Bid deadline (5:00 p.m. ET); entry of the disclosure statement order.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">June 29, 2026 · Day 43</div>
      <div class="timeline-content">Auction, if necessary (10:00 a.m. ET).</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">June 30, 2026</div>
      <div class="timeline-content">Sale transaction objection deadline (5:00 p.m. ET).</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 1, 2026 · Day 45</div>
      <div class="timeline-content">Selection of the successful bid, or determination to proceed with the recapitalization.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">July 8, 2026</div>
      <div class="timeline-content">Cure notice objection deadline (5:00 p.m. ET).</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 20, 2026</div>
      <div class="timeline-content">Voting deadline and plan objection deadline (4:00 p.m. ET).</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 30, 2026</div>
      <div class="timeline-content">Combined hearing on the disclosure statement and plan confirmation, and any sale hearing, subject to court availability.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">August 5, 2026 · Day 80</div>
      <div class="timeline-content">Entry of the confirmation order and any sale order.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">August 20, 2026 · Day 95</div>
      <div class="timeline-content">Effective date; any sale transaction closed.</div>
    </div>
  </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 synthesizes two filings in In re West Marine, Inc., Case No. 26-10794 (KBO): the Disclosure Statement for the Joint Plan of Reorganization (Docket No. 47, 193 pages) and the Debtors' Motion for Entry of an Order Approving Bidding Procedures (Docket No. 49, 129 pages), both filed May 18, 2026. All figures, dates, classifications, and proposed terms are drawn directly from those documents. The plan and the bidding procedures are proposed and remain subject to objection, amendment, and court approval. Recoveries, milestones, and the choice between recapitalization and sale are not final.</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/barrow-shaver-resources-a-split-ruling-on-geologist-royalty-interests</id>
    <published>2026-05-22T15:42:57-05:00</published>
    <updated>2026-05-22T15:43:10-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/barrow-shaver-resources-a-split-ruling-on-geologist-royalty-interests" rel="alternate" type="text/html"/>
    <title>Barrow Shaver Resources: A Split Ruling on Geologist Royalty Interests</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>A Houston bankruptcy court held that consulting agreements conveying overriding royalty interests to two former geologist-consultants failed the Texas statute of frauds for want of a property description, yet satisfied the statute of conveyances, retained equitable interests outside the estate, and resisted avoidance of roughly $1.6 million in production revenues</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/barrow-shaver-resources-a-split-ruling-on-geologist-royalty-interests">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>Barrow Shaver Resources: Split Summary Judgment Ruling | 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: 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;
  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; }
.lead { font-size: 19px; color: var(--primary-slate); }
.tag-debtor, .tag-plaintiffs, .tag-reserved {
  font-weight: 500; font-size: 13px; letter-spacing: 0.5px;
}
.tag-debtor { color: var(--primary-slate); }
.tag-plaintiffs { color: var(--accent-orange); }
.tag-reserved { color: var(--light-slate); font-style: italic; }
.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); }
.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: 220px; 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: 38px; 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; }
.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; }
@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 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>Barrow Shaver Resources: A Split Ruling on <span class="highlight">Geologist Royalty Interests</span>
</h1>
    <p class="header-subtitle">A Houston bankruptcy court held that consulting agreements conveying overriding royalty interests to two former geologist-consultants failed the Texas statute of frauds for want of a property description, yet satisfied the statute of conveyances, retained equitable interests outside the estate, and resisted avoidance of roughly $1.6 million in production revenues.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>May 2026</span>
      <span>Analysis of a 48-page memorandum opinion, Adv. No. 25-3440</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">A federal bankruptcy court in Houston resolved cross-motions for summary judgment in an adversary proceeding inside the Barrow Shaver Resources Company, LLC Chapter 11 case. The May 18, 2026 memorandum opinion grants partial summary judgment to each side and reserves two questions for supplemental briefing.</p>
  <p>The dispute is narrow in its facts and broad in its stakes. It asks whether overriding royalty interests (ORRIs) in the debtor’s Hidden Rock Field were validly conveyed to two former geologist-consultants under identical June 13, 2019 consulting agreements, and if so, whether those interests belong to the estate or can be clawed back. Roughly $1.6 million in production revenues paid to the consultants within two years of the petition date turns on the answer.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Production Revenue at Issue</div>
      <div class="stat-value">$1.6M</div>
      <div class="stat-detail">Within the two-year lookback period</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Issues Won by the Debtor</div>
      <div class="stat-value">2</div>
      <div class="stat-detail">Statute of frauds, farmout exclusion</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Issues Won by the Plaintiffs</div>
      <div class="stat-value">4</div>
      <div class="stat-detail">Conveyances, § 541(d), § 544, § 548</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Questions Reserved</div>
      <div class="stat-value">2</div>
      <div class="stat-detail">For supplemental briefing</div>
    </div>
  </div>
  <p>The opinion reads as a methodical chain. Each ruling assumes the answer to the one before it and carries the analysis to the next. The court first asks whether the consultants own the ORRIs, then whether any ORRIs are property of the estate, and finally whether the trustee can avoid them. The scorecard below tracks where each link landed.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Issue</th>
        <th>Governing Authority</th>
        <th>Prevailing Party</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Sufficient property description</td>
        <td>Texas statute of frauds</td>
        <td class="tag-debtor">Debtor</td>
      </tr>
      <tr>
        <td class="metric-label">Present intent to convey</td>
        <td>Texas statute of conveyances</td>
        <td class="tag-plaintiffs">Plaintiffs</td>
      </tr>
      <tr>
        <td class="metric-label">Farmout exclusion from estate</td>
        <td>§ 541(b)(4)(A); § 101(21A)</td>
        <td class="tag-debtor">Debtor</td>
      </tr>
      <tr>
        <td class="metric-label">Equitable interest exclusion</td>
        <td>§ 541(d)</td>
        <td class="tag-plaintiffs">Plaintiffs</td>
      </tr>
      <tr>
        <td class="metric-label">Avoidance / inquiry notice</td>
        <td>§§ 544(a)(1), (a)(3)</td>
        <td class="tag-plaintiffs">Plaintiffs</td>
      </tr>
      <tr>
        <td class="metric-label">Reasonably equivalent value</td>
        <td>§ 548(a)(1)(B); TUFTA § 24.005(a)(2)</td>
        <td class="tag-plaintiffs">Plaintiffs</td>
      </tr>
      <tr>
        <td class="metric-label">Statute-of-frauds exceptions</td>
        <td>Part performance, judicial admission, estoppel</td>
        <td class="tag-reserved">Reserved</td>
      </tr>
      <tr>
        <td class="metric-label">Death-provision ambiguity</td>
        <td>Contract interpretation</td>
        <td class="tag-reserved">Reserved</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 and the Hidden Rock Field</h2>
  </div>
  <p>Barrow Shaver Resources Company, LLC is an independent oil and natural gas company engaged in the exploration, development, production, and acquisition of crude oil and natural gas across Southeast, East, and West Texas. It was formed in mid-1989 and is headquartered in Tyler, Texas. In the Hidden Rock Field, which spans Morris, Cass, Upshur, and Camp Counties, the debtor served as lessee and operator. Its model was consistent: identify a hydrocarbon prospect, initiate a leasing program to acquire the acreage, and form a joint venture with investors before development.</p>
  <p>That model produced the instrument at the center of this dispute. In December 2017, the debtor entered into an Exploration Agreement governing the Hidden Rock Field. The agreement required the debtor to deliver an average 77% net revenue interest (NRI) to investors while reserving the potential for its own overriding royalty interest, referred to throughout the proceedings as the BSR ORRI. That reserved interest was contingent by design. It existed only when the overall average NRI on the prospect left room above the 77% floor after accounting for lessor royalties, working interests, and other burdens.</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">2017</div>
      <div class="panel-label">At Execution of the Exploration Agreement</div>
      <div class="split-item">
        <div class="item-label">Net Mineral Acres</div>
        <div class="item-value">~ 15,165</div>
      </div>
      <div class="split-item">
        <div class="item-label">Target Acreage</div>
        <div class="item-value">40,000</div>
      </div>
      <div class="split-item">
        <div class="item-label">Required Investor NRI</div>
        <div class="item-value" style="color: var(--accent-orange);">77%</div>
      </div>
      <div class="split-item">
        <div class="item-label">BSR ORRI</div>
        <div class="item-value">Reserved, contingent on NRI room</div>
      </div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">2024</div>
      <div class="panel-label">At the Involuntary Petition Date (July 23)</div>
      <div class="split-item">
        <div class="item-label">Petition</div>
        <div class="item-value">Involuntary Ch. 7, later converted to Ch. 11</div>
      </div>
      <div class="split-item">
        <div class="item-label">Leasing</div>
        <div class="item-value">Acquired and extended since 2017</div>
      </div>
      <div class="split-item">
        <div class="item-label">Financing Term Sheets</div>
        <div class="item-value" style="color: var(--accent-orange);">Solicited, none executed</div>
      </div>
      <div class="split-item">
        <div class="item-label">Revenue to Consultants</div>
        <div class="item-value">Suspended (~ July 2024)</div>
      </div>
    </div>
  </div>
  <p>The debtor continued to acquire and extend leases from 2017 until July 23, 2024, when an involuntary petition for Chapter 7 was filed against it. The debtor later consented to conversion to a voluntary Chapter 11 proceeding. While seeking financing for the field, it solicited term sheets that offered ORRIs to counterparties, but it executed none of them before the petition date. That fact recurs at several decisive points later in the 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>The Consulting Agreements and the Participation Program</h2>
  </div>
  <p>In June 2019, the debtor entered into identical consulting agreements with two geologists who had worked on drilling, reworking, testing, and similar operations for the company. Each agreed to identify, generate, and evaluate prospects for the exploration and development of oil and gas reserves. Compensation ran through a Consultant Participation Program with two tiers. The first was a maximum ORRI not to exceed 1% of 8/8ths out of the BSR ORRI the debtor earned or retained on a given prospect, provided the lease burdens and deal terms allowed. The second, where a full 1% was not available, was 50% of whatever ORRI the debtor earned or retained. A discretionary cash bonus at the time of a sale rounded out the package.</p>
  <p>Two further terms shape the entire dispute. The agreements provide that record title to the underlying oil and gas properties remains in the debtor’s name so long as the debtor operates the property. And the debtor’s internal records suggest the consultants were orally conveyed a number of ORRIs and working interests over their tenure, with pay decks showing production revenues flowing to them before the petition date. In July 2024, the debtor stopped paying.</p>
  <p>One of the two consultants died on March 31, 2024. His estate, represented by his surviving spouse, continued the claims.</p>
  <div class="callout">
    <h4>The Trade at the Heart of the Case</h4>
    <p>Both geologists carried a market rate above $250,000 a year. Under the consulting agreements, at least one accepted a salary of $120,000 in exchange for the upside of acquiring ORRIs in the prospects he helped develop. That split between reduced cash and contingent royalty, the court later found, is what makes the production revenues reasonably equivalent value rather than a fraudulent transfer.</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>How the Dispute Reached Summary Judgment</h2>
  </div>
  <p>One year into the bankruptcy, the plaintiffs filed the adversary proceeding, seeking a declaratory judgment as to ownership of their alleged ORRIs and working interests and asking that the suspended production revenues be escrowed. The debtor answered with counterclaims for declaratory judgment as to ownership, unjust enrichment, constructive fraudulent transfer, avoidance of the alleged ORRI transfers as a bona fide purchaser, objection to the plaintiffs’ proofs of claim, recovery of any avoided ORRIs, and attorney’s fees. The debtor moved for summary judgment in October 2025; the plaintiffs cross-moved in January 2026. After full briefing and a March 2026 hearing, the court took both motions under advisement.</p>
  <div class="timeline">
    <div class="timeline-item muted">
      <div class="timeline-date">Mid-1989</div>
      <div class="timeline-content">Debtor formed as an independent oil and gas company, headquartered in Tyler, Texas.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">December 22, 2017</div>
      <div class="timeline-content">Exploration Agreement executed, governing development of the Hidden Rock Field.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">June 13, 2019</div>
      <div class="timeline-content">Identical consulting agreements executed with the two geologist-consultants.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">March 31, 2024</div>
      <div class="timeline-content">One of the two consultants dies; his estate later continues the claims.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 23, 2024</div>
      <div class="timeline-content">Involuntary Chapter 7 petition filed against the debtor, later converted to Chapter 11.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">~ July 2024</div>
      <div class="timeline-content">Debtor suspends production-revenue payments on the consultants’ alleged interests.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">Aug. 22 &amp; Sept. 30, 2024</div>
      <div class="timeline-content">Court enters the Mineral Interests Interim and Final Orders; the debtor still declines to resume payments.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 11, 2025</div>
      <div class="timeline-content">Plaintiffs file the adversary proceeding and seek a temporary restraining order and escrow of revenues.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">November 18, 2025</div>
      <div class="timeline-content">Court issues an oral ruling granting a temporary injunction.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">December 4, 2025</div>
      <div class="timeline-content">Court orders the suspended production revenues escrowed into a segregated account.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">Jan. 26 &amp; Mar. 18, 2026</div>
      <div class="timeline-content">Plaintiffs cross-move for summary judgment; the court hears both motions and takes them under advisement.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">May 18, 2026</div>
      <div class="timeline-content">Court issues the memorandum opinion granting in part and denying in part both motions.</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>Statute of Frauds: A Conveyance With No Description</h2>
  </div>
  <p class="tag-debtor">Ruling for the debtor.</p>
  <p>A valid conveyance of a Texas oil and gas interest must satisfy both the statute of conveyances and the statute of frauds. On the statute of frauds, the court ruled for the debtor. The standard is settled. The instrument must furnish within itself, or by reference to some other existing writing, the means or data by which the property to be conveyed can be identified with reasonable certainty.</p>
  <p>The consulting agreements fail that test. They reference oil and gas properties and prospects, but they contain no location, no legal description, and no identification of any lease from which an ORRI derives. The plaintiffs did not brief the statute of frauds at all, resting instead on the proposition that a conveyance can be effective without the formalities of a deed. The court found that proposition does not dispense with the statute of frauds, which governs regardless of the parties’ intent.</p>
  <p>That left the extrinsic documents. Certain ORRIs carried locations or legal descriptions in division orders, signed only by the purported owner, or in the debtor’s internal division of interest listings. Under Texas law, extrinsic evidence may identify property from data already in the writing, but it cannot supply the location or description that the writing itself omits. Because the agreements supplied none, neither the division orders nor the listings could rescue them, and summary judgment on those ORRIs went to the debtor.</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>Statute of Conveyances: Present Intent and an Illusory-Contract Theory</h2>
  </div>
  <p class="tag-plaintiffs">Ruling for the plaintiffs.</p>
  <p>On present intent to convey, required by the statute of conveyances, the court ruled for the plaintiffs. An instrument conveys real property only if it shows a present intent to do so. The agreements provide that the debtor “set aside” an ORRI for each consultant, effective when earned. To the extent an ORRI had already been conveyed by oral agreement at or before execution, that “set aside” language reads as a present intent to convey.</p>
  <p>The harder question was the contract’s forward-looking language, which contemplates future work and additional ORRIs earned after execution. The court found the same language reasonably susceptible to both a present and a future reading, which makes it ambiguous, and extrinsic evidence of the division orders and listings supports a present intent for both the pre- and post-execution interests.</p>
  <p>The court also rejected the debtor’s illusory-contract theory. The debtor argued that because it retained the authority to adjust the overall NRI and extinguish room for the BSR ORRI, its promise to convey was terminable at will and therefore unenforceable. The court declined to read the contract that way. The debtor never entered into a financing arrangement that would have eliminated the BSR ORRI. It instead set aside ORRIs where room existed and paid production revenues on producing wells for months, if not years. Texas courts construe contracts to promote mutuality and to avoid illusory constructions, and the court would not unwind conveyances that the payment history shows actually occurred.</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>Property of the Estate: Not a Farmout</h2>
  </div>
  <p class="tag-debtor">Ruling for the debtor.</p>
  <p>With a possible conveyance established, the analysis turned to whether any ORRIs are even part of the estate. The plaintiffs first argued that the consulting agreements are farmout agreements, which would exclude the interests under Section 541(b)(4)(A) of the Bankruptcy Code. The court disagreed.</p>
  <p>A farmout, as defined in Section 101(21A), turns on drilling. The owner of a right to drill, produce, or operate transfers that right to another party, and that party, as consideration, agrees to perform the drilling or related operations. Neither consultant received the right to drill, operate, or produce anything in the Hidden Rock Field, and neither bore the operational risk that defines a farmee. Their work was identification, generation, and evaluation of prospects. One described his role as an “idea” job. The debtor paid the costs and carried the risk of leasing, drilling, and development. The court added that the legislative history of the provision aims at farmees who drill and assume drilling responsibilities, not at those who are compensated by the party bearing those burdens.</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>Property of the Estate: Equitable Interest Under § 541(d)</h2>
  </div>
  <p class="tag-plaintiffs">Ruling for the plaintiffs.</p>
  <p>The closer estate question was Section 541(d), which excludes from the estate property in which the debtor holds only legal title and not an equitable interest. Here the court ruled for the plaintiffs.</p>
  <p>The agreements’ use of “record title,” retained by the debtor, has to mean something. The court read it to separate legal title, which stayed with the debtor while it operated, from the equitable interest that passed to a consultant once an ORRI was earned. The plaintiffs’ resulting-trust theory failed, because a resulting trust requires legal title to shift at the moment of conveyance, and legal title here never moved from the debtor. But Section 541(d) is broader than that. It speaks of “equitable interest,” not “equitable title,” and the relevant question is not whether the plaintiffs could compel legal title but whether they held any equitable interest at all.</p>
  <p>To the extent an ORRI was conveyed, the plaintiffs held a bundle of equitable rights: the right to receive royalty payments, the right to take legal title on a sale of the underlying property, and the right to assign the interest to a third party. The debtor’s retained interest was minimal, amounting to bare legal title. The debtor’s payment of property taxes on the BSR ORRI in many of the relevant wells did not change that, because the plaintiffs’ ORRIs were carved out of the BSR ORRI, and the debtor never adjusted the NRI or executed a financing deal that would have eliminated them before the petition date. The equitable interests therefore sit outside the estate.</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>Avoidance: Inquiry Notice Defeats the § 544 Claims</h2>
  </div>
  <p class="tag-plaintiffs">Ruling for the plaintiffs.</p>
  <p>Even property outside the estate can be reached if the trustee can avoid the transfer. Under Sections 544(a)(1) and (a)(3), the trustee takes the position of a hypothetical lien creditor or bona fide purchaser without notice. The parties agreed that the plaintiffs’ ORRIs were never recorded in the county real property records and that no chain of title exists. The case turned on inquiry notice, and the court ruled for the plaintiffs.</p>
  <p>Texas charges a purchaser with the knowledge a reasonably diligent inquiry would uncover. The court found that a hypothetical purchaser of commercial oil and gas properties spanning several counties, with open and observable wells, would have examined the local county tax records and found the plaintiffs’ production-revenue income and ad valorem tax payments. Texas title examination standards point the same way, advising examiners to determine the status of ad valorem taxes. The conclusion did not rest on theory alone. Third-party purchasers had in fact discovered the plaintiffs’ interests through the same county appraisal records and used them to send unsolicited purchase offers.</p>
  <p>The court then extended the inquiry one step further. A purchaser who found the tax records would follow the trail to the debtor’s internal pay decks, division orders, and division of interest listings, which would confirm the ORRIs. The debtor’s argument that its principal would have refused to disclose ownership information did not help it. The debtor itself had filed the plaintiffs’ information in publicly accessible tax records.</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>Avoidance: Reasonably Equivalent Value Under § 548</h2>
  </div>
  <p class="tag-plaintiffs">Ruling for the plaintiffs.</p>
  <p>The last claim was constructive fraudulent transfer under Section 548(a)(1)(B) and the Texas Uniform Fraudulent Transfer Act, aimed at roughly $1.6 million in production revenues paid within the two-year lookback period. The court ruled for the plaintiffs on their affirmative defense.</p>
  <p>The framing matters more than the arithmetic. The court declined to test each royalty payment against the services rendered the moment before it was paid. The right question is whether the present value of an ORRI’s future earning potential, measured when the services were performed, was reasonably equivalent to the value of those services. The consulting agreements answer it. Both consultants carried market rates above $250,000 a year and accepted reduced salaries in exchange for contingent royalty upside, much like compensation in company stock. No party contended the consultants failed to render valuable services, and conferring ORRIs on employees is ordinary practice in the industry. The value of the work was therefore commensurate with the value of the ORRIs, including their future production revenues.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Pre-Engagement Market Rate</div>
      <div class="stat-value">$250K+</div>
      <div class="stat-detail">Per year, each consultant</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Salary Under the Agreement</div>
      <div class="stat-value">$120K</div>
      <div class="stat-detail">Per year, at least one consultant</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Revenues at Issue</div>
      <div class="stat-value">$1.6M</div>
      <div class="stat-detail">Within the two-year lookback</div>
    </div>
  </div>
  <div class="bar-chart">
    <div class="bar-chart-title">Production Revenues Within the Two-Year Lookback Period</div>
    <div class="bar-group">
      <div class="bar-label">Surviving consultant</div>
      <div class="bar-track">
        <div class="bar-fill slate" style="width: 60%;">$963,705</div>
      </div>
      <div class="bar-value-outside">59.7%</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Deceased consultant’s estate</div>
      <div class="bar-track">
        <div class="bar-fill light" style="width: 40%;">$651,168</div>
      </div>
      <div class="bar-value-outside">40.3%</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Combined</div>
      <div class="bar-track">
        <div class="bar-fill orange" style="width: 100%;">≈ $1.6M</div>
      </div>
      <div class="bar-value-outside">100%</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 Remains: Reserved Issues and the Asset Sale</h2>
  </div>
  <p>The opinion does not end the dispute. The court reserved two sets of questions and ordered supplemental briefing within 21 days, with responses due seven days after.</p>
  <p>The first set concerns the statute of frauds. Some ORRIs are supported by county tax records showing the debtor paid the plaintiffs on account of those interests, which may bring them within the part-performance doctrine or another exception such as judicial admission or estoppel. Neither party briefed those exceptions, so the court reserved whether any apply and, if so, whether any genuine issues of material fact remain.</p>
  <p>The second set concerns the deceased consultant. The agreements contain both a death provision, which limits post-death ORRIs to those already assigned of record, and a broader disassociation provision, which assigns earned producing ORRIs on retirement or other disassociation. The court found the two provisions arguably ambiguous as applied to a consultant’s death and reserved the effect of the parties’ course of conduct, including the continued payment of production revenues to the estate after the death.</p>
  <p>The stakes reach past the briefing schedule. The debtor has sold the substantial majority of its assets, and any ORRIs the court ultimately finds valid and enforceable are carved out of that sale as Excluded Assets. The court took no position on whether the consultants are entitled to a cash bonus arising from the sale.</p>
  <div class="callout">
    <h4>The Net Effect, For Now</h4>
    <p>On the questions it reached, the court cleared the two largest obstacles in front of the consultants’ interests. The agreements may have failed to describe the property with the certainty the statute of frauds demands, but the interests that survive are outside the estate under Section 541(d) and beyond the trustee’s avoidance powers under Sections 544 and 548. What remains is which ORRIs qualify for a statute-of-frauds exception and how the agreements treat the deceased consultant’s claims.</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 May 18, 2026 memorandum opinion granting in part and denying in part cross-motions for summary judgment in the Barrow Shaver Resources Company adversary proceeding (Adv. No. 25-3440). It is drawn entirely from the 48-page opinion entered at Doc. 1237. Two issues remain reserved for supplemental briefing, and the conditional framing throughout reflects the court’s own posture that several conclusions apply only to the extent any ORRIs were in fact conveyed.</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/north-star-health-alliance-seeks-60-million-in-state-backed-dip-financing</id>
    <published>2026-05-22T15:30:06-05:00</published>
    <updated>2026-05-22T15:32:25-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/north-star-health-alliance-seeks-60-million-in-state-backed-dip-financing" rel="alternate" type="text/html"/>
    <title>North Star Health Alliance Seeks $60 Million in State-Backed DIP Financing</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>A rural northern New York not-for-profit health system asks the bankruptcy court to approve below-market priming financing from the State Dormitory Authority, repaying a state bridge loan and funding operations while it negotiates a restructuring partner</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/north-star-health-alliance-seeks-60-million-in-state-backed-dip-financing">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>North Star Health Alliance DIP Financing | 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: 14px; }
.bar-label { width: 110px; font-size: 13px; font-weight: 400; color: var(--text-body); flex-shrink: 0; text-align: right; padding-right: 16px; }
.bar-track { flex: 1; height: 30px; 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; min-width: 54px; }
.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: 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; }
.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; }
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
.lead { font-size: 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; }
  .bar-label { width: 80px; }
  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>North Star Health Alliance Seeks <span class="highlight">$60 Million in State-Backed DIP Financing</span>
</h1>
    <p class="header-subtitle">A rural northern New York not-for-profit health system asks the bankruptcy court to approve below-market priming financing from the State Dormitory Authority, repaying a state bridge loan and funding operations while it negotiates a restructuring partner.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>May 2026</span>
      <span>Analysis of a 122-page motion and supporting exhibits</span>
    </div>
  </div>
</header>
<!-- ===== Section I ===== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>The Financing at a Glance</h2>
  </div>
  <p class="lead">North Star Health Alliance, Inc. and three affiliated debtors asked the United States Bankruptcy Court for the Northern District of New York to approve up to $60 million in debtor-in-possession financing from the Dormitory Authority of the State of New York. The motion, filed May 18, 2026 as Docket No. 308, was set for an interim hearing on May 20, 2026.</p>
  <p>The Debtors operate a rural not-for-profit health system in the North Country: two critical access hospital campuses, a standalone inpatient psychiatric hospital, and a 60-bed assisted living facility, together employing roughly 1,200 people. The proposed facility does two things at once. It refinances a $15 million state bridge loan that has kept the system solvent since the petition date, and it funds operations through the end of 2026 while the Debtors pursue a partnership under New York's Safety Net Transformation Program. The motion is direct about the alternative: absent the financing, the Debtors represent that they would exhaust their cash and close, leaving two large counties without local essential care.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Final Facility</div>
      <div class="stat-value">$60M</div>
      <div class="stat-detail">Up to, on a final basis</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Interim Availability</div>
      <div class="stat-value">$15M</div>
      <div class="stat-detail">Pending the final hearing</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Interest Rate</div>
      <div class="stat-value">2%</div>
      <div class="stat-detail">0% on the bridge-loan tranche</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Term</div>
      <div class="stat-value">24 mo.</div>
      <div class="stat-detail">Interest accrued and capitalized</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>Company Background and Healthcare Operations</h2>
  </div>
  <p>North Star Health Alliance was established in September 1993 as a New York not-for-profit corporation. It functions as a passive umbrella organization rather than an operating company, coordinating governance, strategy, and shared services across its members. Those functions include finance, human resources, information technology, compliance, revenue cycle coordination, and cash planning. The motion describes North Star as a platform for alignment that does not itself exercise financial control over each member.</p>
  <p>The system's three operating members each carry a distinct license and patient population.</p>
  <table class="comparison">
    <thead><tr>
<th>Entity</th>
<th>Established</th>
<th>Role in the Cases</th>
<th>Capacity and License</th>
</tr></thead>
    <tbody>
      <tr>
<td class="metric-label">North Star Health Alliance, Inc.</td>
<td>Sept. 1993</td>
<td>Passive parent; shared services</td>
<td>Umbrella entity coordinating an approximately 1,200-employee system</td>
</tr>
      <tr>
<td class="metric-label">Carthage Area Hospital, Inc.</td>
<td>Nov. 1921</td>
<td>Borrower</td>
<td>25-bed Critical Access Hospital at each of two campuses, in Carthage and in Ogdensburg (the Claxton Campus)</td>
</tr>
      <tr>
<td class="metric-label">Claxton-Hepburn Medical Center, Inc.</td>
<td>Dec. 1916</td>
<td>Guarantor</td>
<td>Standalone Article 31 inpatient psychiatric hospital; 28 adult beds and 12 child and adolescent beds</td>
</tr>
      <tr>
<td class="metric-label">Meadowbrook Terrace, Inc.</td>
<td>Dec. 2011</td>
<td>Guarantor</td>
<td>60-bed assisted living facility (58 ALP beds and 2 adult home beds)</td>
</tr>
    </tbody>
  </table>
  <p>Carthage holds a single Department of Health operating certificate covering both 25-bed campuses. The Ogdensburg location, referred to in the filing as the Claxton Campus, is the area's designated "9.39" hospital. The motion notes that while the Department of Health issued the operating certificate reflecting this configuration, the Centers for Medicare and Medicaid Services processes to recognize and operationalize the Claxton Campus as a critical access hospital remained underway as of the filing date.</p>
  <p>Claxton-Hepburn Medical Center now operates exclusively as a standalone Article 31 inpatient psychiatric hospital licensed by the New York State Office of Mental Health. The filing identifies its child and adolescent unit as the region's only acute inpatient behavioral health unit dedicated to that population. Meadowbrook Terrace rounds out the care continuum, supporting safe discharge planning and community-based care for seniors and medically fragile patients.</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 Transformation Plan and the Path to Chapter 11</h2>
  </div>
  <p>Beginning in or about August 2022, North Star pursued a coordinated transition the filing calls the Transformation Plan. The stated goal was to preserve access to acute care and behavioral health services in the North Country while addressing what the motion describes as Claxton's unsustainable legacy cost and reimbursement structure as a Sole Community Hospital. The plan ran through the Department of Health and the Office of Mental Health and proceeded in regulatory steps, culminating in the October 2024 reorganization of Claxton into two distinct operations.</p>
  <div class="timeline">
    <div class="timeline-item muted">
<div class="timeline-date">August 2022</div>
<div class="timeline-content">North Star begins the Transformation Plan to restructure cost and reimbursement at Claxton.</div>
</div>
    <div class="timeline-item muted">
<div class="timeline-date">October 23, 2024</div>
<div class="timeline-content">DOH and OMH issue operating certificates splitting Claxton into a standalone psychiatric hospital and a separate acute-care campus operated by Carthage.</div>
</div>
    <div class="timeline-item">
<div class="timeline-date">February 10, 2026</div>
<div class="timeline-content">The Debtors file voluntary Chapter 11 petitions. The system has no active prepetition borrowing facilities and a fully exhausted line of credit with Northern Credit Union.</div>
</div>
    <div class="timeline-item muted">
<div class="timeline-date">March 4, 2026</div>
<div class="timeline-content">The U.S. Trustee appoints an Official Committee of Unsecured Creditors.</div>
</div>
    <div class="timeline-item muted">
<div class="timeline-date">March 12, 2026</div>
<div class="timeline-content">The U.S. Trustee appoints a Patient Care Ombudsman.</div>
</div>
    <div class="timeline-item">
<div class="timeline-date">March 25 to 27, 2026</div>
<div class="timeline-content">The Department of Health provides $15 million in interim bridge financing over a thirteen-week period under the Vital Access Provider Assurance Program.</div>
</div>
    <div class="timeline-item">
<div class="timeline-date">May 18, 2026</div>
<div class="timeline-content">The Debtors file the DIP motion (Doc 308).</div>
</div>
    <div class="timeline-item">
<div class="timeline-date">May 20, 2026</div>
<div class="timeline-content">Interim hearing on the motion set for 2:00 p.m. in Syracuse.</div>
</div>
  </div>
  <p>As of the petition date, the motion represents, the system was operating on revenue from governmental payers and Department of Health funding tied to the Transformation Plan. After the filing, the Department pre-funded certain Medicaid and Medicare receivables under a Vital Access Provider Assurance Program agreement dated March 27, 2026, providing the $15 million bridge across thirteen weeks. The filing states that without those advances the Debtors would have run out of cash. Because the Department retains recoupment rights against all future Medicare and Medicaid reimbursements payable to the Debtors, the motion characterizes the Department as effectively fully secured on that advance.</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 Proposed DIP Financing</h2>
  </div>
  <p>The Debtors seek authority to enter into a Senior Secured Priming and Superpriority Debtor-In-Possession Credit Agreement with DASNY, acting as administrator of funds available through the Health Facility Restructuring Pool established under Section 2815 of the New York Public Health Law. Carthage Area Hospital would serve as borrower, with North Star, Claxton, and Meadowbrook as guarantors.</p>
  <table class="comparison">
    <thead><tr>
<th>Provision</th>
<th>Proposed Term</th>
</tr></thead>
    <tbody>
      <tr>
<td class="metric-label">Lender</td>
<td>DASNY, as administrator of the Health Facility Restructuring Pool</td>
</tr>
      <tr>
<td class="metric-label">Borrower / Guarantors</td>
<td>Carthage Area Hospital, Inc.; guaranteed by North Star, Claxton, and Meadowbrook</td>
</tr>
      <tr>
<td class="metric-label">Facility size</td>
<td>Up to $60 million final, inclusive of up to $15 million on an interim basis</td>
</tr>
      <tr>
<td class="metric-label">Structure</td>
<td>Non-revolving; principal repaid may not be reborrowed</td>
</tr>
      <tr>
<td class="metric-label">Interest rate</td>
<td>2% per annum, with 0% on the tranche repaying the state bridge loan</td>
</tr>
      <tr>
<td class="metric-label">Interest payment</td>
<td>Accrued and capitalized; no payments due before maturity</td>
</tr>
      <tr>
<td class="metric-label">Prepayment</td>
<td>Permitted on any business day without premium or penalty</td>
</tr>
      <tr>
<td class="metric-label">Maturity</td>
<td>Earliest of 24 months, repayment or refinancing, plan effective date, or default</td>
</tr>
      <tr>
<td class="metric-label">Default rate</td>
<td>5% per annum</td>
</tr>
      <tr>
<td class="metric-label">Security</td>
<td>Priming liens (§364(d)); liens on unencumbered property (§364(c)(2)); superpriority claim (§364(c)(1))</td>
</tr>
    </tbody>
  </table>
  <p>The first dollars advanced would repay the $15 million state bridge loan in full through the interest-free tranche. Repaying that advance is a condition of the DIP Loan, and the motion explains the logic: absent repayment, the Department of Health could recoup against incoming Medicare and Medicaid reimbursements, draining the new facility as quickly as it funded operations. Converting the advance into an interest-free DIP tranche, the filing argues, removes that pressure on cash flow. Remaining proceeds would fund working capital, operating expenses, capital expenditures, retained professional fees, and the Authority's own fees and advisor costs, all in accordance with the budget. The agreement provides that proceeds may not be transferred to or used by any entity other than the borrowing hospital.</p>
  <div class="callout">
    <h4>Below-Market Terms</h4>
    <p>The motion represents that the DIP Loan's economics fall far below market and would save the Debtors hundreds of thousands of dollars in interest and fees relative to the proposals received from or discussed with other potential lenders, with no origination or success fees charged.</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>DASNY as the Sole Viable Lender</h2>
  </div>
  <div class="callout">
    <h4>The Search for Financing</h4>
    <p><span class="callout-stat">15</span>potential lenders contacted before and after the petition date produced a single due diligence term sheet and no competitive offer. Every party approached would have required priming liens under Section 364(d). DASNY was the only lender to reach agreement within the time available.</p>
  </div>
  <p>Both before and after the petition date, the Debtors contacted fifteen potential lenders and shared diligence materials, including proposed budgets and projections. The motion represents that every lender would have required priming liens under Section 364(d) as a condition of any financing, and that DASNY was the only party with which the Debtors could reach agreement within the time the circumstances allowed.</p>
  <p>The filing anticipates the obvious objection. Section 364(d) does not require a debtor to seek financing from every possible lender before concluding that better terms are unavailable; it requires a reasonable effort. Citing decisions from the Southern District of New York and elsewhere, the Debtors contend that approaching fifteen parties clears that bar, particularly where few lenders can realistically extend credit to a distressed rural hospital system on a priming basis.</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>Security, Priority, and the Carve-Out</h2>
  </div>
  <p>Under the proposed interim order, DASNY would receive first-priority priming liens under Section 364(d) on substantially all of the Debtors' encumbered real and personal property, and liens under Section 364(c)(2) on any unencumbered property. The DIP obligations would also carry superpriority administrative expense status under Section 364(c)(1), ranking ahead of other administrative claims in the cases, subject only to the carve-out. The proposed order excludes avoidance actions from the DIP collateral.</p>
  <p>The order builds in several lender protections that are common in priming facilities but worth noting in combination. The liens would be deemed valid, binding, enforceable, and perfected on entry of the interim order, without UCC-1 filings or other perfection steps. The Debtors and their affiliates would irrevocably waive any right to seek or grant liens of equal or greater priority on the collateral while the DIP obligations remain outstanding. No costs of administration could be charged against the lender or its collateral under Sections 105, 506(c), or 552(b) without consent. DASNY would retain unimpaired credit-bid rights and qualified-bidder status in any sale under Section 363, 1129, or 725. And the DIP obligations would survive plan confirmation rather than being discharged, with the Debtors waiving discharge under Section 1141(d)(4).</p>
  <h3>The Carve-Out</h3>
  <p>The carve-out preserves a defined pool ahead of the DIP claims. It covers all fees owed to the Clerk of the Court, up to $50,000 for fees and disbursements of a Chapter 7 trustee, and unpaid accrued professional fees up to the lesser of $500,000 or the amount budgeted for that purpose. A trigger mechanism tied to a declared event of default governs how much of the professional-fee allowance survives once the lender begins to exercise remedies, capping post-trigger professional expenses at the lesser of $500,000 or the sum of pre-trigger unpaid amounts plus $50,000 of post-trigger amounts.</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 Projected Liquidity Gap</h2>
  </div>
  <p>The Debtors' budget, filed as Exhibit 3 and built on actual cash flow through May 8, 2026, quantifies the need. On a baseline basis, with no DIP financing, the system's ending cash position falls from a deficit of roughly $1.8 million in May 2026 to a deficit of approximately $53.6 million by December 2026. The decline is steady through the summer and steepens into the fall.</p>
  <div class="bar-chart">
    <div class="bar-chart-title">Baseline ending cash deficit by month, with no DIP financing</div>
  <div class="bar-group">
    <div class="bar-label">May 2026</div>
    <div class="bar-track"><div class="bar-fill slate" style="width: 9%;">($1.8M)</div></div>
    <div class="bar-value-outside"></div>
  </div>
  <div class="bar-group">
    <div class="bar-label">June 2026</div>
    <div class="bar-track"><div class="bar-fill slate" style="width: 14.6%;">($7.8M)</div></div>
    <div class="bar-value-outside"></div>
  </div>
  <div class="bar-group">
    <div class="bar-label">July 2026</div>
    <div class="bar-track"><div class="bar-fill slate" style="width: 27.2%;">($14.6M)</div></div>
    <div class="bar-value-outside"></div>
  </div>
  <div class="bar-group">
    <div class="bar-label">Aug 2026</div>
    <div class="bar-track"><div class="bar-fill slate" style="width: 40.9%;">($21.9M)</div></div>
    <div class="bar-value-outside"></div>
  </div>
  <div class="bar-group">
    <div class="bar-label">Sept 2026</div>
    <div class="bar-track"><div class="bar-fill slate" style="width: 52.4%;">($28.1M)</div></div>
    <div class="bar-value-outside"></div>
  </div>
  <div class="bar-group">
    <div class="bar-label">Oct 2026</div>
    <div class="bar-track"><div class="bar-fill slate" style="width: 75.9%;">($40.7M)</div></div>
    <div class="bar-value-outside"></div>
  </div>
  <div class="bar-group">
    <div class="bar-label">Nov 2026</div>
    <div class="bar-track"><div class="bar-fill slate" style="width: 87.5%;">($46.9M)</div></div>
    <div class="bar-value-outside"></div>
  </div>
  <div class="bar-group">
    <div class="bar-label">Dec 2026</div>
    <div class="bar-track"><div class="bar-fill orange" style="width: 100.0%;">($53.6M)</div></div>
    <div class="bar-value-outside"></div>
  </div>
  </div>
  <p>The projection then layers in the moving pieces that drive the actual financing requirement. Projected revenue cycle enhancements add $10.7 million and restructuring initiatives add $15.6 million. Those gains are more than offset by the $15 million bridge-loan repayment scheduled for June, $10.7 million in bankruptcy costs, $5.5 million in post-petition accounts payable, and $0.6 million in capital spending. Netted against the baseline, the adjustments deepen the position by $5.5 million, producing a revised DIP cash need of approximately $59.1 million through December 2026.</p>
  <table class="comparison">
    <thead><tr>
<th>Component (through December 2026)</th>
<th>Amount</th>
</tr></thead>
    <tbody>
      <tr>
<td class="metric-label">Baseline ending cash deficit (December 2026)</td>
<td class="change-negative">($53.6M)</td>
</tr>
      <tr>
<td class="metric-label">Revenue cycle enhancements</td>
<td class="change-positive">+$10.7M</td>
</tr>
      <tr>
<td class="metric-label">Restructuring initiative savings</td>
<td class="change-positive">+$15.6M</td>
</tr>
      <tr>
<td class="metric-label">Post-petition accounts payable</td>
<td class="change-negative">($5.5M)</td>
</tr>
      <tr>
<td class="metric-label">Bankruptcy costs</td>
<td class="change-negative">($10.7M)</td>
</tr>
      <tr>
<td class="metric-label">Capital expenditures</td>
<td class="change-negative">($0.6M)</td>
</tr>
      <tr>
<td class="metric-label">State bridge loan repayment (June 2026)</td>
<td class="change-negative">($15.0M)</td>
</tr>
      <tr>
<td class="metric-label">Net adjustment to baseline</td>
<td class="change-negative">($5.5M)</td>
</tr>
      <tr>
<td class="metric-label"><strong>Revised DIP cash need</strong></td>
<td class="change-negative"><strong>($59.1M)</strong></td>
</tr>
    </tbody>
  </table>
  <div class="callout">
    <h4>What Sizes the Facility</h4>
    <p><span class="callout-stat">$59.1M</span>the revised cash need the budget projects through December 2026, after netting projected revenue and restructuring gains against the bridge-loan repayment, bankruptcy costs, payables, and capital spending. That figure sits just under the $60 million facility the Debtors seek.</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>Treatment of Existing Secured Creditors</h2>
  </div>
  <p>The Debtors' prepetition secured creditors are Northern Credit Union and M&amp;T Bank. The motion represents that ample equity supports priming both. It estimates real estate value at approximately $50 million and accounts receivable in excess of $100 million, and argues that the resulting equity cushion, more robust still when enterprise value is considered, provides adequate protection for the existing lienholders even as DASNY primes them.</p>
  <div class="stat-row">
    <div class="stat-card positive">
      <div class="stat-label">Estimated Real Estate Value</div>
      <div class="stat-value">~$50M</div>
      <div class="stat-detail">Per the motion</div>
    </div>
    <div class="stat-card positive">
      <div class="stat-label">Accounts Receivable</div>
      <div class="stat-value">&gt;$100M</div>
      <div class="stat-detail">Per the motion</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Active Prepetition Facilities</div>
      <div class="stat-value">0</div>
      <div class="stat-detail">NCU line of credit fully exhausted</div>
    </div>
  </div>
  <p>Subject to DASNY's approval of how loan proceeds are used, the Debtors state they are prepared to consider additional adequate protection for Northern Credit Union and M&amp;T Bank, including increases to existing payments and junior liens on other property.</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>Case Milestones and the Safety Net Transformation Program</h2>
  </div>
  <p>The financing is tied to forward progress on a restructuring partnership. The DIP agreement conditions continued access on a set of case milestones keyed to New York's Safety Net Transformation Program, which the Department of Health operates. Missing any of these milestones is an event of default.</p>
  <div class="timeline">
    <div class="timeline-item">
<div class="timeline-date">By June 20, 2026</div>
<div class="timeline-content">Present at least three partnership options to the Department of Health and DASNY in a Letter of Intent seeking program funding and approval.</div>
</div>
    <div class="timeline-item muted">
<div class="timeline-date">Within 35 days of the interim order</div>
<div class="timeline-content">A final order is to be entered, unless the Authority agrees otherwise.</div>
</div>
    <div class="timeline-item muted">
<div class="timeline-date">Within 30 days of letter approval</div>
<div class="timeline-content">Submit a formal Safety Net Transformation Program application after the Department's written approval of the Letter of Intent.</div>
</div>
    <div class="timeline-item muted">
<div class="timeline-date">After a final program decision</div>
<div class="timeline-content">File a plan of reorganization, a motion to dismiss, or a notice of conversion within a period left blank in the draft agreement.</div>
</div>
  </div>
  <p>The motion states that the Debtors are already implementing an arrangement with a healthcare partner under the program as part of the Chapter 11 process. The structure ties the lender's continued funding to the same regulatory pathway the state is using to keep care in the North Country, aligning the financing with the program that the Debtors expect will carry the system out of bankruptcy.</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>Covenants, Reporting, and Lender Protections</h2>
  </div>
  <p>Beyond the milestones, the agreement imposes a reporting regime designed to give the Department of Health and DASNY close visibility into the system's finances. The Debtors would deliver weekly cash flow forecasts and weekly updates from their financial advisor, quarterly reports within 45 days of each quarter's end, monthly utilization statistics and interim financial statements within 30 days of month end, and audited annual financial statements within 180 days of fiscal year end. Each report must tie expenditures to the approved budget and describe progress toward the restructuring goals.</p>
  <p>Advances after the initial funding require irrevocable written notice at least ten business days ahead, and no advance is available while an event of default exists or a representation is materially untrue. Events of default include failure to make payments when due, failure to maintain enforceable collateral and guaranties, material breach of covenants or representations, dismissal or conversion of the cases, appointment of a Chapter 11 trustee, and failure to comply with the final order. On a default and the expiration of any cure period, the automatic stay terminates and DASNY may exercise its rights and remedies without further order of the court. The proposed order also asks the court to find that the lender extended the financing in good faith and is entitled to the protections of Section 364(e).</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 Debtors' motion for postpetition financing in <em>In re North Star Health Alliance, Inc., et al.</em>, Case No. 26-60099-5-wak (Bankr. N.D.N.Y.), filed as Docket No. 308 on May 18, 2026, together with the proposed interim order, the form of credit agreement, and the cash flow budget filed as supporting exhibits. All figures and terms are drawn from the 122-page filing and reflect proposed terms in a pending proceeding that remained subject to objection, amendment, and court approval as of the filing 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/nied-ownership-chapter-11-sole-secured-creditor-moves-to-dismiss-on-the-eve-of-foreclosure-auction</id>
    <published>2026-05-22T15:29:16-05:00</published>
    <updated>2026-05-22T15:29:16-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/nied-ownership-chapter-11-sole-secured-creditor-moves-to-dismiss-on-the-eve-of-foreclosure-auction" rel="alternate" type="text/html"/>
    <title>Nied Ownership Chapter 11: Sole Secured Creditor Moves to Dismiss on the Eve of Foreclosure Auction</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>ACRE CFPortfolio LLC argues that a Central Florida real estate holding company filed Chapter 11 to derail a UCC Article 9 sale that drew no qualifying third-party bidder across an 8,000-prospect marketing process</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/nied-ownership-chapter-11-sole-secured-creditor-moves-to-dismiss-on-the-eve-of-foreclosure-auction">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>Nied Ownership Chapter 11: Motion to Dismiss on Eve of Foreclosure | 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: 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: 800px;
  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-fill.danger { background: var(--danger); }
.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: 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; }
.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>Nied Ownership Chapter 11: Sole Secured Creditor Moves to Dismiss on the <span class="highlight">Eve of Foreclosure Auction</span>
</h1>
    <p class="header-subtitle">ACRE CFPortfolio LLC argues that a Central Florida real estate holding company filed Chapter 11 to derail a UCC Article 9 sale that drew no qualifying third-party bidder across an 8,000-prospect marketing process.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>May 2026</span>
      <span>Analysis of Motion to Dismiss (Docket No. 23) and supporting exhibits, 170 pages</span>
    </div>
  </div>
</header>
<!-- ==================== SECTION I: OVERVIEW ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>Motion Overview and Relief Sought</h2>
  </div>
  <p>Nied Ownership LLC, a Central Florida real estate holding company with no employees and no operations of its own, faces a motion to dismiss its Chapter 11 case filed by ACRE CFPortfolio LLC, the debtor's sole secured creditor. The motion contends that the May 1, 2026 bankruptcy petition was filed in bad faith to obstruct a scheduled UCC Article 9 foreclosure sale of the debtor's principal asset. ACRE filed the motion on May 12, 2026 in the United States Bankruptcy Court for the Middle District of Florida, Orlando Division, Case No. 6:26-bk-03232-TPG (Docket No. 23).</p>
  <p>The motion seeks three forms of relief. ACRE first asks the court to dismiss the case for cause under Section 1112(b)(1) on grounds of bad faith. In the alternative, it asks for dismissal under Section 1112(b)(4)(A) based on substantial or continuing loss to the estate and the absence of any reasonable likelihood of rehabilitation. As a further alternative, ACRE seeks relief from the automatic stay under Sections 362(d)(1) and 362(d)(2) to resume the foreclosure sale of the debtor's pledged equity interests in non-debtor affiliate Nied Member, LLC.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Secured Claim</div>
      <div class="stat-value">$89M+</div>
      <div class="stat-detail">Owed to ACRE as of petition date</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Portfolio Mortgage Debt</div>
      <div class="stat-value">$457M+</div>
      <div class="stat-detail">Across 10 active loans</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Days Between Filing and Auction</div>
      <div class="stat-value">7</div>
      <div class="stat-detail">Petition filed one week before May 8 sale</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Qualifying Third-Party Bidders</div>
      <div class="stat-value">0</div>
      <div class="stat-detail">Out of 8,000+ contacted by JLL</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION II: THE DEBTOR AND ACRE ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section II</div>
    <h2>The Debtor, the Capital Structure, and ACRE's Secured Position</h2>
  </div>
  <p>Nied Ownership LLC is a Delaware limited liability company with its principal address in Apopka, Florida. The debtor has no employees and conducts no independent business operations. Its principal asset is a 100% ownership interest in the common equity of Nied Member, LLC, which in turn indirectly owns a portfolio of twelve residential properties located throughout Central Florida. The portfolio comprises vacant land, a senior and independent living facility, student housing, and Class A multifamily apartment properties. The debtor also holds majority and minority ownership interests in several affiliated entities, including 60.12% of NDALD, LLC, 100% of NJALD, LLC, and 100% of MRAD Phase III, LLC, each holding additional real estate assets in the Central Florida region.</p>
  <p>ACRE CFPortfolio LLC holds 100% of the preferred equity interests in Nied Member. Pursuant to a Pledge and Security Agreement dated March 1, 2023, the debtor pledged its common membership interests in Nied Member to ACRE as collateral securing its obligations as common member under the related operating agreement. The pledge agreement was originally entered into with ACRE's predecessor-in-interest, PCRED II Holding XVIII LLC. As of the May 1, 2026 petition date, the secured obligations owed to ACRE total no less than $89 million, comprising the $50 million original preferred equity investment, unpaid mandatory distributions, and $30 million in protective advances recently made by ACRE directly to a mortgage lender on behalf of the portfolio.</p>
  <h3>Composition of the ACRE Secured Claim</h3>
  <div class="bar-chart">
    <div class="bar-chart-title">$89 Million Secured Obligation Owed to ACRE (as of Petition Date)</div>
    <div class="bar-group">
      <div class="bar-label">Original Preferred Equity</div>
      <div class="bar-track">
        <div class="bar-fill slate" style="width: 56.2%;">$50.0M</div>
      </div>
      <div class="bar-value-outside">56.2%</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Protective Advances</div>
      <div class="bar-track">
        <div class="bar-fill orange" style="width: 33.7%;">$30.0M</div>
      </div>
      <div class="bar-value-outside">33.7%</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Unpaid Distributions, Other</div>
      <div class="bar-track">
        <div class="bar-fill light" style="width: 10.1%;">$9.0M</div>
      </div>
      <div class="bar-value-outside">~10.1%</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION III: THE DISTRESSED PORTFOLIO ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>The Distressed Portfolio</h2>
  </div>
  <p>The twelve Central Florida properties indirectly held through Nied Member carry more than $457 million in mortgage debt across ten active loans held by multiple lenders. As of the petition date, seven of those ten loans were in default, including three on which mortgage lenders had already commenced formal foreclosure proceedings. The remaining three loans, currently listed as "Current," carry May 31, 2026 maturity dates and were expected to fall into default by month-end. The portfolio's exhibit-level disclosures report a weighted-average occupancy rate of approximately 74%, well below the market level of approximately 90% cited in the motion.</p>
  <div class="stat-row">
    <div class="stat-card negative">
      <div class="stat-label">Loans in Default</div>
      <div class="stat-value">7 of 10</div>
      <div class="stat-detail">Including 3 in active foreclosure</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Weighted Occupancy</div>
      <div class="stat-value">73.9%</div>
      <div class="stat-detail">vs. ~90% market average</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Active Lenders</div>
      <div class="stat-value">6</div>
      <div class="stat-detail">Holding the 10 active loans</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Additional Capital Needed</div>
      <div class="stat-value">$43M</div>
      <div class="stat-detail">Beyond $457M mortgage payoff</div>
    </div>
  </div>
  <p>The motion further asserts that material accounts payable, taxes, liens, and other vendor obligations remain unpaid across the portfolio. The debtor and Nied Member failed to redeem ACRE's preferred equity interests when that obligation first became due on July 29, 2025, and have remained in default since. ACRE estimates the portfolio requires approximately $43 million in additional capital to meet capital expenditure needs and support ongoing operations, on top of the $457 million required to address existing and imminent mortgage loan defaults. Combined, ACRE estimates approximately $500 million in total fresh capital is needed to address all defaults and operational needs.</p>
  <h3>Property and Loan Schedule (Exhibit 2 to the Motion)</h3>
  <table class="comparison">
    <thead>
      <tr>
        <th>Property</th>
        <th>Lender</th>
        <th>Principal Balance</th>
        <th>Status</th>
        <th>Occupancy</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Venice Isles</td>
        <td>PCRED Lending II LLC</td>
        <td>$65.0M</td>
        <td>Current (Matures 5/31/26)</td>
        <td>72.5%</td>
      </tr>
      <tr>
        <td class="metric-label">Aston Park</td>
        <td>FS Rialto 2025-FL10</td>
        <td>$65.0M</td>
        <td class="change-negative">Default</td>
        <td>63.1%</td>
      </tr>
      <tr>
        <td class="metric-label">The Tiffany at Maitland West</td>
        <td>FS Rialto 2021-FL3</td>
        <td>$57.5M</td>
        <td class="change-negative">Default</td>
        <td>79.9%</td>
      </tr>
      <tr>
        <td class="metric-label">Serenity at Lake Wales</td>
        <td>PCRED Lending II LLC</td>
        <td>$56.5M</td>
        <td>Current (Matures 5/31/26)</td>
        <td>65.0%</td>
      </tr>
      <tr>
        <td class="metric-label">Marden Ridge</td>
        <td>PCRED Lending II LLC</td>
        <td>$49.9M</td>
        <td>Current (Matures 5/31/26)</td>
        <td>82.7%</td>
      </tr>
      <tr>
        <td class="metric-label">Summer House at Lake Apopka</td>
        <td>Huntington National Bank</td>
        <td>$44.3M</td>
        <td class="change-negative">In Foreclosure</td>
        <td>82.3%</td>
      </tr>
      <tr>
        <td class="metric-label">Vale East</td>
        <td>American Momentum Bank</td>
        <td>$40.9M</td>
        <td class="change-negative">In Foreclosure</td>
        <td>76.4%</td>
      </tr>
      <tr>
        <td class="metric-label">Arya at Windermere</td>
        <td>Newpoint JV LLC</td>
        <td>$35.2M</td>
        <td class="change-negative">Maturity Default</td>
        <td>69.6%</td>
      </tr>
      <tr>
        <td class="metric-label">The Nolen (949 Cleveland)</td>
        <td>FS Rialto 2021-FL3</td>
        <td>$32.5M</td>
        <td class="change-negative">Default</td>
        <td>77.1%</td>
      </tr>
      <tr>
        <td class="metric-label">Aspen at Maitland (Land)</td>
        <td>Huntington National Bank</td>
        <td>$3.7M</td>
        <td class="change-negative">In Foreclosure</td>
        <td>N/A</td>
      </tr>
      <tr>
        <td class="metric-label">Reflections at Venice Isles (Land)</td>
        <td>N/A</td>
        <td>No debt</td>
        <td>No debt</td>
        <td>N/A</td>
      </tr>
      <tr>
        <td class="metric-label">Alexander at Lady Lake (Land)</td>
        <td>N/A</td>
        <td>No debt</td>
        <td>No debt</td>
        <td>N/A</td>
      </tr>
      <tr>
        <td class="metric-label" style="background: var(--dark-slate); color: var(--white);">Total</td>
        <td style="background: var(--dark-slate); color: var(--white);">6 lenders</td>
        <td style="background: var(--dark-slate); color: var(--white);">$450.5M principal</td>
        <td style="background: var(--dark-slate); color: var(--white);">$457.3M total due</td>
        <td style="background: var(--dark-slate); color: var(--white);">73.9% avg</td>
      </tr>
    </tbody>
  </table>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IV: PRE-FILING STABILIZATION ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>Pre-Filing Stabilization Efforts and the $30 Million in Protective Advances</h2>
  </div>
  <p>In the months preceding the bankruptcy filing, ACRE undertook efforts to stabilize the portfolio and engage the debtor in restructuring discussions. In March 2026, ACRE circulated a pre-negotiation letter, which the debtor's principals declined to sign or comment upon. In April 2026, ACRE provided a restructuring term sheet outlining a potential path forward, which the motion states produced no engagement from the debtor or its principals.</p>
  <p>On April 24, 2026, ACRE made approximately $30 million in protective advances to prevent immediate enforcement actions by structurally senior mortgage lenders. The advances were made through forbearance arrangements covering loans on three portfolio properties: Aston Park, The Nolen at 949 Cleveland Street, and The Tiffany at Maitland West. The advances extended the maturity dates on those loans through July 31, 2026 and secured a waiver of default interest and late charges. According to the motion, the underlying loans remained in default notwithstanding the forbearance.</p>
  <div class="callout">
    <h4>The Capital Asymmetry</h4>
    <p>By the time of the bankruptcy filing, ACRE had advanced $30 million in fresh capital on top of its $50+ million original preferred equity exposure, while the debtor and its principals had contributed no new money to address the portfolio's distress. The motion frames this dynamic as evidence that the debtor lacks the financial wherewithal even to address a fraction of the more than $500 million in total capital needs.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION V: FORECLOSURE PROCESS ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>The UCC Article 9 Foreclosure Process</h2>
  </div>
  <p>Concurrent with its stabilization efforts, ACRE moved to exercise its contractual and state-law remedies. On March 5, 2026, ACRE noticed a UCC Article 9 foreclosure sale of its collateral, the debtor's pledged equity interests in Nied Member, and engaged a subsidiary of Jones Lang LaSalle Americas, Inc. to conduct a commercially reasonable marketing process. The public auction was scheduled for May 8, 2026, providing more than two months for market exposure, due diligence access, and an opportunity for the debtor to raise objections or propose a consensual alternative. JLL conducted outreach to more than 8,000 potential bidders, made diligence materials available through an online data room, and placed advertisements in The Wall Street Journal, Commercial Mortgage Alert, and the Orlando Sentinel.</p>
  <h3>The Marketing Funnel</h3>
  <div class="bar-chart">
    <div class="bar-chart-title">JLL Marketing Process Engagement Funnel</div>
    <div class="bar-group">
      <div class="bar-label">Prospects Contacted</div>
      <div class="bar-track">
        <div class="bar-fill slate" style="width: 100%;">8,000+</div>
      </div>
      <div class="bar-value-outside">100%</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Reviewed CA</div>
      <div class="bar-track">
        <div class="bar-fill slate" style="width: 3.9%;">312</div>
      </div>
      <div class="bar-value-outside">3.9%</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Executed CA</div>
      <div class="bar-track">
        <div class="bar-fill orange" style="width: 1.5%;">119</div>
      </div>
      <div class="bar-value-outside">1.5%</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Calls Held by JLL</div>
      <div class="bar-track">
        <div class="bar-fill orange" style="width: 0.4%;">~30</div>
      </div>
      <div class="bar-value-outside">0.4%</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Qualifying Bidders</div>
      <div class="bar-track">
        <div class="bar-fill danger" style="width: 0.5%;">0</div>
      </div>
      <div class="bar-value-outside">0.0%</div>
    </div>
  </div>
  <p>The motion states that as of the petition date, no third party had submitted a deposit, executed a purchase agreement or accredited investor certificate, registered to attend the auction, or inquired about the form of purchase agreement. ACRE was the sole qualified bidder, in its capacity as the secured party entitled to credit bid. Supporting these facts is the Declaration of Brett Rosenberg, filed alongside the motion, which provides detailed disclosure of the marketing process and bidder engagement.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VI: THE BANKRUPTCY FILING ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>The Bankruptcy Filing on the Eve of Auction</h2>
  </div>
  <p>On May 1, 2026, two business days before the deadline for third parties to qualify as bidders and one week before the scheduled May 8 public auction, the debtor filed its Chapter 11 petition. On that same day, without notifying ACRE of the bankruptcy filing itself, the debtor sent ACRE a letter objecting to the foreclosure sale and demanding its cancellation, requiring a response within three calendar days over a weekend. ACRE responded by the stated deadline but received no further reply from the debtor. The debtor's own case management summary, filed as Docket No. 14, states that the Chapter 11 case was commenced to "maintain the possibility of a consensual resolution."</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">May 8</div>
      <div class="panel-label">Scheduled Auction Date</div>
      <div class="split-item">
        <div class="item-label">Marketing Period</div>
        <div class="item-value">~2 months (since March 5)</div>
      </div>
      <div class="split-item">
        <div class="item-label">Prospects Contacted</div>
        <div class="item-value" style="color: var(--accent-orange);">8,000+</div>
      </div>
      <div class="split-item">
        <div class="item-label">Qualifying Third-Party Bidders</div>
        <div class="item-value" style="color: var(--accent-orange);">0</div>
      </div>
      <div class="split-item">
        <div class="item-label">Sole Qualified Bidder</div>
        <div class="item-value">ACRE (credit bid)</div>
      </div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">May 1</div>
      <div class="panel-label">Chapter 11 Petition Date</div>
      <div class="split-item">
        <div class="item-label">Days Before Auction</div>
        <div class="item-value" style="color: var(--accent-orange);">7 calendar days</div>
      </div>
      <div class="split-item">
        <div class="item-label">Business Days Before Bidder Qualification Deadline</div>
        <div class="item-value" style="color: var(--accent-orange);">2</div>
      </div>
      <div class="split-item">
        <div class="item-label">Same-Day Letter to ACRE</div>
        <div class="item-value">Demanded sale cancellation</div>
      </div>
      <div class="split-item">
        <div class="item-label">Stated Purpose (Docket No. 14)</div>
        <div class="item-value" style="font-size: 14px;">"Maintain the possibility of a consensual resolution"</div>
      </div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VII: PHOENIX PICCADILLY FACTORS ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>The Six Phoenix Piccadilly Factors</h2>
  </div>
  <p>ACRE's bad-faith argument is grounded in the six-factor framework established by the Eleventh Circuit in Phoenix Piccadilly, Ltd. v. Life Ins. Co. of Va. (In re Phoenix Piccadilly, Ltd.), 849 F.2d 1393 (11th Cir. 1988) and reaffirmed in In re State St. Houses, Inc., 356 F.3d 1345 (11th Cir. 2004). The Eleventh Circuit has separately confirmed in Piazza v. Nueterra Healthcare Physical Therapy, LLC (In re Piazza), 719 F.3d 1253 (11th Cir. 2014) that bad faith constitutes "cause" for dismissal under Section 1112(b)(1). Not all factors must be present for a finding of bad faith, but ACRE argues all six are present here.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th style="width: 5%;">#</th>
        <th style="width: 30%;">Phoenix Piccadilly Factor</th>
        <th>ACRE's Application to the Nied Ownership Case</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><strong>1</strong></td>
        <td class="metric-label">Single asset</td>
        <td>The debtor's principal asset is its 100% common equity interest in Nied Member. ACRE cites Eleventh Circuit and bankruptcy court authority holding that a portfolio of related real estate equity interests can be treated as a single asset.</td>
      </tr>
      <tr>
        <td><strong>2</strong></td>
        <td class="metric-label">Few unsecured creditors with small claims relative to secured debt</td>
        <td>The debtor scheduled only two non-insider unsecured claims. ACRE further asserts that one is held by an insider upon information and belief, and that the other (a $41 million contingent guaranty claim) will not materialize because the underlying property value exceeds the indebtedness and the mortgage lender has already commenced foreclosure.</td>
      </tr>
      <tr>
        <td><strong>3</strong></td>
        <td class="metric-label">Few or no employees</td>
        <td>The debtor has no employees and conducts no operations of its own, as confirmed in Docket No. 14.</td>
      </tr>
      <tr>
        <td><strong>4</strong></td>
        <td class="metric-label">Asset subject to active foreclosure</td>
        <td>The debtor's principal asset (pledged equity in Nied Member) was the subject of a nearly completed UCC Article 9 foreclosure sale that had been pending for two months.</td>
      </tr>
      <tr>
        <td><strong>5</strong></td>
        <td class="metric-label">Two-party dispute</td>
        <td>The case reduces to a dispute between the debtor and its sole secured creditor. Any procedural challenges to the foreclosure process can be litigated in another forum.</td>
      </tr>
      <tr>
        <td><strong>6</strong></td>
        <td class="metric-label">Timing evidences intent to delay or frustrate enforcement</td>
        <td>The petition was filed seven days before the scheduled auction and two business days before the bidder qualification deadline, with no concurrent attempt to engage with ACRE. The debtor's own statements characterize the filing as an effort to "maintain the possibility of a consensual resolution."</td>
      </tr>
    </tbody>
  </table>
  <p>ACRE relies on additional case law supporting application of the factors here, including In re Serfass, 325 B.R. 901 (Bankr. M.D. Fla. 2005), In re Brandywine Assocs., 85 B.R. 626 (Bankr. M.D. Fla. 1988), and In re PM Cross, LLC, 494 B.R. 607 (Bankr. D.N.H. 2013).</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION VIII: STAY RELIEF ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>Stay Relief Arguments Under Section 362(d)</h2>
  </div>
  <p>If the court declines to dismiss the case, ACRE seeks relief from the automatic stay on three independent grounds. Each goes to a separate aspect of the secured creditor's position.</p>
  <h3>Section 362(d)(1): Cause Based on Bad Faith</h3>
  <p>The Eleventh Circuit recognizes that the same conduct that supports dismissal for bad faith under Section 1112(b)(1) also supports stay relief for cause under Section 362(d)(1). See In re Phoenix Piccadilly, Ltd., 849 F.2d at 1394; Barclays-American/Bus. Credit, Inc. v. Radio WBHP, Inc. (In re Dixie Broadcasting), 871 F.2d 1023 (11th Cir. 1989).</p>
  <h3>Section 362(d)(1): Lack of Adequate Protection</h3>
  <p>ACRE argues its collateral is not adequately protected because the portfolio's value continues to decline through ongoing property-level foreclosures, deteriorating occupancy, and operational mismanagement. The non-debtor Property Owners did not seek bankruptcy protection, and their mortgage lenders remain free to exercise remedies unaffected by the debtor's automatic stay. ACRE cites United Sav. Ass'n of Texas v. Timbers of Inwood Forest Assocs., 484 U.S. 365 (1988), and analogizes to In re JER/Jameson Mezz Borrower II, LLC, 461 B.R. 293 (Bankr. D. Del. 2011), where a mezzanine lender was found not adequately protected when senior lenders at the operating-company level were exercising remedies.</p>
  <h3>Section 362(d)(2): No Equity and Not Necessary to Reorganization</h3>
  <p>ACRE argues the debtor holds no equity in its pledged interests given the $89 million lien, and that the collateral is not necessary to any effective reorganization. The JLL marketing process, ACRE contends, supplies market evidence that the collateral value does not exceed the secured claim, citing the Supreme Court's recognition that exposure to a market is the best evidence of value in Bank of Am. Nat'l Tr. &amp; Sav. Ass'n v. 203 N. LaSalle St. P'ship, 526 U.S. 434 (1999), along with In re Virgin Orbit, LLC, 659 B.R. 36 (Bankr. D. Del. 2024) and In re Airwalk Int'l, LLC, 305 B.R. 34 (Bankr. D. Colo. 2003).</p>
  <p>ACRE further argues the debtor cannot satisfy the cramdown requirements of Section 1129(a)(10) because no legitimate non-insider impaired accepting class of unsecured creditors exists. At most, the Chapter 11 case would result in a sale, which the motion characterizes as the same outcome the foreclosure process was already pursuing without the delay and expense of bankruptcy.</p>
  <div class="callout">
    <h4>The Market Test Argument</h4>
    <p><span class="callout-stat">8,000+</span>Prospective bidders contacted by JLL over a two-month marketing process. Zero submitted a deposit, executed a purchase agreement, or registered to attend the auction. ACRE argues that result is itself probative of value, supporting the proposition that the collateral is not worth more than the $89 million secured claim.</p>
  </div>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION IX: ADDITIONAL ALLEGATIONS ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>Additional Allegations: Fraudulent Transfer and Ohio Litigation</h2>
  </div>
  <p>The motion identifies a prepetition transfer of real property that ACRE characterizes as fraudulent. In December 2025, a parcel within the portfolio was transferred by Special Warranty Deed to affiliated entity MRAD Phase III, LLC for consideration of $10.00. The deed was executed December 28, 2025 and recorded in Orange County, Florida on March 5, 2026. The transferred parcel was part of a property supporting a $44 million mortgage loan (the Vale East property, held by RRAD Phase I, LLC). ACRE asserts the transfer was made in willful violation of the operating agreement, which prohibits property sales or transfers to affiliates without the prior written approval of the preferred investor.</p>
  <p>Separately, certain principals affiliated with the debtor are named as defendants in litigation pending in the Court of Common Pleas, Cuyahoga County, Ohio (Lance Polen v. David Niederst, et al., Case No. CV-24-100462). That lawsuit, filed in 2024 and amended in December 2025, alleges fraud, breach of fiduciary duty, civil conspiracy, and related claims arising from unrelated Ohio business ventures, with damages sought in excess of $25 million. The amended complaint also names several of the same Central Florida apartment development entities as defendants and asserts lis pendens claims against certain Florida properties in the portfolio. The Ohio pleadings are attached to ACRE's motion as Exhibit 12.</p>
</section>
<div class="section-divider"></div>
<!-- ==================== SECTION X: KEY DATES ==================== -->
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section X</div>
    <h2>Key Dates and Procedural Information</h2>
  </div>
  <div class="timeline">
    <div class="timeline-item muted">
      <div class="timeline-date">March 1, 2023</div>
      <div class="timeline-content">Operating Agreement and Pledge and Security Agreement executed (originally with PCRED II Holding XVIII LLC, ACRE's predecessor-in-interest).</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 29, 2025</div>
      <div class="timeline-content">Debtor's obligation to redeem ACRE's preferred equity first became due. Default began.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">December 28, 2025</div>
      <div class="timeline-content">Special Warranty Deed executed, transferring portfolio parcel to MRAD Phase III, LLC affiliate for $10.00.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">March 2026</div>
      <div class="timeline-content">ACRE circulated a pre-negotiation letter to the debtor's principals, who declined to sign or comment.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">March 5, 2026</div>
      <div class="timeline-content">ACRE noticed the UCC Article 9 foreclosure sale of the debtor's pledged equity interests; Special Warranty Deed recorded in Orange County, Florida.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">April 2026</div>
      <div class="timeline-content">ACRE provided a restructuring term sheet to the debtor, which produced no engagement.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">April 24, 2026</div>
      <div class="timeline-content">ACRE made approximately $30 million in protective advances through forbearance agreements covering loans on three portfolio properties, extending maturity dates to July 31, 2026.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">May 1, 2026</div>
      <div class="timeline-content">Debtor filed Chapter 11 petition; same-day letter sent to ACRE objecting to foreclosure sale and demanding cancellation within three calendar days.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">May 8, 2026</div>
      <div class="timeline-content">Originally scheduled date for the public auction. Stayed by the bankruptcy filing.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">May 12, 2026</div>
      <div class="timeline-content">ACRE filed Motion to Dismiss Chapter 11 Case or, in the Alternative, for Relief from the Automatic Stay (Docket No. 23).</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">May 31, 2026</div>
      <div class="timeline-content">Maturity date for the three remaining portfolio mortgage loans currently listed as "Current."</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">July 31, 2026</div>
      <div class="timeline-content">Extended maturity date for Rialto-affiliated loans under the April 24 forbearance agreements.</div>
    </div>
  </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 summarizes the Motion to Dismiss Chapter 11 Case or, in the Alternative, for Relief from the Automatic Stay filed by ACRE CFPortfolio LLC on May 12, 2026 in In re Nied Ownership LLC, Case No. 6:26-bk-03232-TPG (Bankr. M.D. Fla.), and the twelve exhibits and Rosenberg Declaration filed in support. All factual statements reflect the allegations and disclosures made in the motion and supporting materials. The debtor has not yet responded, and no findings have been made by 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/trm-nre-holding-seeks-3-million-junior-dip-from-its-existing-sponsor</id>
    <published>2026-05-22T15:29:16-05:00</published>
    <updated>2026-05-22T15:29:16-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/trm-nre-holding-seeks-3-million-junior-dip-from-its-existing-sponsor" rel="alternate" type="text/html"/>
    <title>TRM NRE Holding Seeks $3 Million Junior DIP From Its Existing Sponsor</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>A 100 percent new-money facility from the equity sponsor and existing second lien holder, structured around a 1.5 priority lien, 10 percent PIK economics, and a 185-day path to plan confirmation</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/trm-nre-holding-seeks-3-million-junior-dip-from-its-existing-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>TRM NRE Holding Junior DIP Financing | 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: 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: 800px;
  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; }
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: 220px;
  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 */
.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;
}
/* TIMELINE */
.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 */
.split-compare {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  margin: 40px 0;
  border-radius: 8px;
  overflow: hidden;
}
.split-panel { padding: 30px 30px; }
.split-panel.layer-1 {
  background: var(--dark-slate);
  color: var(--white);
}
.split-panel.layer-2 {
  background: var(--primary-slate);
  color: var(--white);
}
.split-panel.layer-3 {
  background: var(--fine-gray);
  color: var(--text-body);
}
.split-panel .panel-year { font-size: 36px; font-weight: 700; margin-bottom: 5px; }
.split-panel.layer-1 .panel-year { color: var(--accent-orange); }
.split-panel.layer-2 .panel-year { color: var(--accent-orange); }
.split-panel.layer-3 .panel-year { color: var(--primary-slate); }
.split-panel .panel-label {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.split-panel.layer-1 .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.layer-2 .panel-label { color: rgba(255,255,255,0.5); }
.split-panel.layer-3 .panel-label { color: var(--light-slate); }
.split-item {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 14px;
}
.split-panel.layer-3 .split-item { border-bottom-color: var(--medium-gray); }
.split-item:last-child { border-bottom: none; }
.split-item .item-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.split-panel.layer-1 .item-label { color: rgba(255,255,255,0.4); }
.split-panel.layer-2 .item-label { color: rgba(255,255,255,0.4); }
.split-panel.layer-3 .item-label { color: var(--light-slate); }
.split-item .item-value { font-size: 16px; font-weight: 500; }
/* WATERFALL */
.waterfall-row {
  display: grid;
  grid-template-columns: 80px 1fr 1fr 1fr;
  gap: 10px;
  margin: 8px 0;
  align-items: stretch;
}
.waterfall-rank {
  background: var(--dark-slate);
  color: var(--accent-orange);
  font-weight: 700;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.waterfall-cell {
  background: var(--fine-gray);
  padding: 14px 18px;
  border-radius: 6px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.waterfall-cell.priority-1 { background: rgba(253, 114, 80, 0.12); border-left: 3px solid var(--accent-orange); font-weight: 500; color: var(--dark-slate); }
.waterfall-cell.empty { background: var(--light-gray); color: var(--light-slate); font-style: italic; }
.waterfall-header {
  display: grid;
  grid-template-columns: 80px 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}
.waterfall-header .head-cell {
  background: var(--dark-slate);
  color: var(--white);
  padding: 12px 18px;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 6px;
  text-align: center;
}
.waterfall-header .head-cell.first { background: var(--medium-slate); }
/* 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; }
  .waterfall-row, .waterfall-header { grid-template-columns: 50px 1fr; }
  .waterfall-row > *:nth-child(3), .waterfall-row > *:nth-child(4) { display: none; }
  .waterfall-header > *:nth-child(3), .waterfall-header > *:nth-child(4) { display: none; }
  .bar-label { width: 130px; }
}
</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>TRM NRE Holding Seeks <span class="highlight">$3 Million Junior DIP</span> From Its Existing Sponsor</h1>
    <p class="header-subtitle">A 100 percent new-money facility from the equity sponsor and existing second lien holder, structured around a 1.5 priority lien, 10 percent PIK economics, and a 185-day path to plan confirmation.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>May 2026</span>
      <span>Source: Doc 79, Case No. 26-10568 (KBO), D. Del. (104 pages)</span>
    </div>
  </div>
</header>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>The Filing at a Glance</h2>
  </div>
  <p>TRM NRE Holding LLC and its affiliated debtor, TRM NRE Acquisition LLC, filed a motion on May 12, 2026 in the United States Bankruptcy Court for the District of Delaware seeking authority to obtain a $3 million junior debtor-in-possession revolving loan facility from TRM Equity Fund II LP. The Debtors assert they will run out of cash within two weeks without postpetition financing. The motion, docketed as Document 79 in Case No. 26-10568 (KBO), also requests authority to continue using the Prepetition Secured Parties' Cash Collateral on an interim basis.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Junior DIP Commitment</div>
      <div class="stat-value">$3.0M</div>
      <div class="stat-detail">$2M available on interim basis</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Prepetition Secured Debt</div>
      <div class="stat-value">$20.2M</div>
      <div class="stat-detail">$20,279,751.04 plus accrued interest, fees</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Lien Priority</div>
      <div class="stat-value">1.5</div>
      <div class="stat-detail">Junior to prepetition, senior to second lien</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">PIK Interest Rate</div>
      <div class="stat-value">10.0%</div>
      <div class="stat-detail">Compounded semi-annually, plus 2% default rate</div>
    </div>
  </div>
  <p>The DIP Lender, TRM Equity Fund II LP, is not a third party. It is the equity sponsor and the holder of an existing $13.1 million subordinated note against the same borrower. This filing reflects a financing structure in which the party already deepest in the capital stack agrees to put $3 million of new money behind $20.2 million of senior debt, without rolling up its own subordinated position.</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 Their Business</h2>
  </div>
  <p>The Debtors are headquartered at 908 Shawnee Street, Mount Vernon, Illinois. TRM NRE Acquisition LLC operates the business identified in the Approved Budget caption as National Railway Equipment Company. The business includes locomotive and railway equipment assets together with a marine business and inventory, machinery, and equipment held at the Debtors' Paducah, Kentucky facility. The Approved Budget contemplates that the marine business and a portion of the inventory and equipment would be marketed as non-core assets if the Junior DIP Facility is repaid through asset sales rather than plan exit financing.</p>
  <p>The Debtors filed voluntary petitions for relief under Chapter 11 of the Bankruptcy Code on April 21, 2026 and are operating as debtors in possession under Sections 1107(a) and 1108. No trustee, examiner, or official committee of unsecured creditors had been appointed as of the May 12, 2026 motion filing.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>The Three-Layer Prepetition Capital Structure</h2>
  </div>
  <p>The prepetition capital structure has three distinct layers. The senior layer is a three-tranche secured credit facility from Great Rock Capital Partners. The middle layer is a subordinated note in favor of the equity sponsor. The bottom layer is a small unsecured note in favor of the original sellers plus general trade obligations.</p>
  <div class="split-compare">
    <div class="split-panel layer-1">
      <div class="panel-year">$20.2M</div>
      <div class="panel-label">Senior Secured</div>
      <div class="split-item">
        <div class="item-label">Lender</div>
        <div class="item-value">Great Rock Capital Partners</div>
      </div>
      <div class="split-item">
        <div class="item-label">Revolver Drawn</div>
        <div class="item-value">$11.5M</div>
      </div>
      <div class="split-item">
        <div class="item-label">Term Loans Drawn</div>
        <div class="item-value">$8.7M</div>
      </div>
      <div class="split-item">
        <div class="item-label">Delayed Draw Available</div>
        <div class="item-value">$3.0M (undrawn)</div>
      </div>
      <div class="split-item">
        <div class="item-label">Maturity</div>
        <div class="item-value">March 3, 2028</div>
      </div>
    </div>
    <div class="split-panel layer-2">
      <div class="panel-year">$13.1M</div>
      <div class="panel-label">Sponsor Subordinated Note</div>
      <div class="split-item">
        <div class="item-label">Holder</div>
        <div class="item-value">TRM Equity Fund II LP</div>
      </div>
      <div class="split-item">
        <div class="item-label">Interest Rate</div>
        <div class="item-value">10.0% per annum</div>
      </div>
      <div class="split-item">
        <div class="item-label">Collateral</div>
        <div class="item-value">All of Acquisition LLC's assets</div>
      </div>
      <div class="split-item">
        <div class="item-label">Subordination</div>
        <div class="item-value">Fully subordinated to senior</div>
      </div>
      <div class="split-item">
        <div class="item-label">Enforcement</div>
        <div class="item-value">Barred until senior paid in full</div>
      </div>
    </div>
    <div class="split-panel layer-3">
      <div class="panel-year">~$3M</div>
      <div class="panel-label">Unsecured</div>
      <div class="split-item">
        <div class="item-label">Trade Obligations</div>
        <div class="item-value">~$3 million</div>
      </div>
      <div class="split-item">
        <div class="item-label">Seller Note Original</div>
        <div class="item-value">$360,000</div>
      </div>
      <div class="split-item">
        <div class="item-label">Seller Note Outstanding</div>
        <div class="item-value">$120,000</div>
      </div>
      <div class="split-item">
        <div class="item-label">Seller Note Rate</div>
        <div class="item-value">5.0% compounded annually</div>
      </div>
      <div class="split-item">
        <div class="item-label">Seller Note Balloon</div>
        <div class="item-value">May 2, 2026</div>
      </div>
    </div>
  </div>
  <p>The senior layer was entered into on March 3, 2025 with TRM NRE Acquisition LLC as borrower, TRM NRE Holding LLC as guarantor, Great Rock Capital Partners Management, LLC as administrative agent, and GRC SPV Investments, LLC as sole lender. The facility consists of a $15 million revolving credit facility with availability tied to eligible accounts receivable and inventory, a term loan with an original principal of approximately $11.7 million backed by eligible machinery, equipment, and locomotives, and an uncommitted delayed draw term loan of up to $3 million that has never been drawn. As additional credit support, the Sponsor funded $1.5 million into an escrow account pursuant to an Escrow Agreement dated April 7, 2025 among the Sponsor, the prepetition agent, and Wilmington Trust. The Debtors contributed an additional $500,000. Approximately $2.0 million was held in escrow as of the petition date.</p>
  <p>The middle layer is an Amended and Restated Subordinated Note dated March 3, 2025 in favor of TRM Equity Fund II LP, the equity sponsor. The note is fully subordinated to the Prepetition Secured Obligations under a Subordination Agreement of the same date, and the Sponsor is barred from taking any enforcement action until the senior obligations are paid in full.</p>
  <p>The unsecured layer is small. It consists of approximately $3 million in general trade obligations and an Unsecured Promissory Note dated May 2, 2023 originally issued to the sellers of the business in the original principal amount of $360,000, bearing interest at 5.0 percent compounded annually. As of the petition date, the outstanding balance was $120,000 with a balloon payment due May 2, 2026, which coincided almost exactly with the timing of the DIP financing motion.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>The Liquidity Squeeze</h2>
  </div>
  <p>The Debtors entered Chapter 11 with $86,570 of cash on hand. The Approved Budget projects gross weekly receipts averaging $1.2 million, but operating disbursements alone consume most of that, before professional fees and other bankruptcy-related costs. The first Interim Cash Collateral Order, entered April 29, 2026, authorized consensual use of Cash Collateral through May 8. The Prepetition Agent consented to two short-term extensions, first to May 13 and then to May 14, while negotiations on a longer-term framework continued.</p>
  <p>The Debtors assert that without immediate access to postpetition financing, they will run out of cash within two weeks. Cash Collateral alone is insufficient to fund both administration of the Chapter 11 cases and ongoing operational needs, including payroll, insurance, taxes, and timely completion of key customer projects and the associated receivables. The Junior DIP Facility, together with continued Cash Collateral use, is presented as the only path that preserves the going-concern value of the business while administering the case.</p>
  <div class="callout">
    <h4>The Cash Cliff</h4>
    <p><span class="callout-stat">14 days</span>Time the Debtors assert they have before running out of cash without the Junior DIP Facility. The Approved Budget projects negative net cash activity in the first three weeks even with full DIP draws, with the cash balance turning positive only after Week 2 once the second $1 million DIP advance lands.</p>
  </div>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>Junior DIP Facility: Material Terms</h2>
  </div>
  <p>The Junior DIP Facility is structured as a $3 million junior delayed draw revolving loan with $2 million available on entry of the interim order and the remaining $1 million unlocked on entry of the final order. The facility is 100 percent new money. There is no roll-up, refinance, or other satisfaction of the existing Sponsor Subordinated Note. The DIP liens sit at 1.5 priority, junior to the prepetition liens and the adequate protection liens but senior to the Sponsor's existing subordinated lien on Acquisition LLC's assets, which the Sponsor (in its DIP Lender capacity) has agreed to subordinate.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Term</th>
        <th>Provision</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Lender</td>
        <td>TRM Equity Fund II LP (or affiliate), the equity sponsor and existing Second Lien Lender</td>
      </tr>
      <tr>
        <td class="metric-label">Facility Type</td>
        <td>1.5 priority secured revolving loan, delayed draw</td>
      </tr>
      <tr>
        <td class="metric-label">Total Commitment</td>
        <td>$3 million ($2 million interim; $1 million on final order entry)</td>
      </tr>
      <tr>
        <td class="metric-label">Roll-Up</td>
        <td>None. 100 percent new money</td>
      </tr>
      <tr>
        <td class="metric-label">Interest Rate</td>
        <td>10.0% per annum, paid in kind, compounded semi-annually</td>
      </tr>
      <tr>
        <td class="metric-label">Default Rate</td>
        <td>Additional 2% per annum, paid in kind, compounded quarterly</td>
      </tr>
      <tr>
        <td class="metric-label">Commitment Fee</td>
        <td>0.5%, paid in kind upon initial funding</td>
      </tr>
      <tr>
        <td class="metric-label">Exit Fee</td>
        <td>0.5%, paid in kind upon plan confirmation or refinancing; waived if a DIP Lender-acceptable plan is confirmed</td>
      </tr>
      <tr>
        <td class="metric-label">Prepayment Penalty</td>
        <td>None. No prepayment or make-whole fees</td>
      </tr>
      <tr>
        <td class="metric-label">Scheduled Maturity</td>
        <td>185 calendar days after the petition date (approximately October 23, 2026)</td>
      </tr>
      <tr>
        <td class="metric-label">Maturity Triggers</td>
        <td>Earliest of scheduled maturity, acceleration, plan effective date, conversion to Chapter 7, dismissal, or DIP Lender election upon a continuing Event of Default</td>
      </tr>
      <tr>
        <td class="metric-label">Carve-Out Cap</td>
        <td>$250,000 in professional fees after an Event of Default, plus all statutory fees and pre-default fees within the Approved Budget</td>
      </tr>
      <tr>
        <td class="metric-label">Use of Proceeds</td>
        <td>Working capital, general corporate needs, administrative costs, and other amounts permitted by the Approved Budget (subject to permitted variances)</td>
      </tr>
    </tbody>
  </table>
  <p>The repayment structure is the part of the term sheet that does the most strategic work. After the prepetition credit facility is repaid in full, the DIP facility is repaid through weekly cash sweeps of all cash on hand in excess of $1.00 million, together with proceeds from sales of non-core assets, including the marine business, inventory, machinery and equipment, and assets located at the Paducah, Kentucky facility. Repaid amounts may be reborrowed during the Chapter 11 cases. The structure preserves operating flexibility while ensuring that any liquidity generated above a thin working capital cushion flows to the DIP first.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>The Lien and Claim Priority Waterfall</h2>
  </div>
  <p>The proposed priority structure varies by the type of collateral or claim involved. On DIP Collateral, the carve-out leads, followed by permitted prior liens, prepetition liens, adequate protection liens, and then DIP liens. On unencumbered property, the carve-out leads, followed by adequate protection liens and then DIP liens. On administrative claims, the carve-out leads, followed by adequate protection claims and then DIP superpriority claims under Section 364(c)(1).</p>
  <div class="waterfall-header">
    <div class="head-cell first">Priority</div>
    <div class="head-cell">DIP Collateral</div>
    <div class="head-cell">Unencumbered Property</div>
    <div class="head-cell">Administrative Claims</div>
  </div>
  <div class="waterfall-row">
    <div class="waterfall-rank">1</div>
    <div class="waterfall-cell priority-1">Carve-Out</div>
    <div class="waterfall-cell priority-1">Carve-Out</div>
    <div class="waterfall-cell priority-1">Carve-Out</div>
  </div>
  <div class="waterfall-row">
    <div class="waterfall-rank">2</div>
    <div class="waterfall-cell">Permitted Prior Liens</div>
    <div class="waterfall-cell">Adequate Protection Liens</div>
    <div class="waterfall-cell">Adequate Protection Claims</div>
  </div>
  <div class="waterfall-row">
    <div class="waterfall-rank">3</div>
    <div class="waterfall-cell">Prepetition Liens</div>
    <div class="waterfall-cell">DIP Liens</div>
    <div class="waterfall-cell">DIP Superpriority Claims</div>
  </div>
  <div class="waterfall-row">
    <div class="waterfall-rank">4</div>
    <div class="waterfall-cell">Adequate Protection Liens</div>
    <div class="waterfall-cell empty">Not applicable</div>
    <div class="waterfall-cell empty">Not applicable</div>
  </div>
  <div class="waterfall-row">
    <div class="waterfall-rank">5</div>
    <div class="waterfall-cell">DIP Liens</div>
    <div class="waterfall-cell empty">Not applicable</div>
    <div class="waterfall-cell empty">Not applicable</div>
  </div>
  <p>Subject to entry of a final order, the DIP Lender and Prepetition Secured Parties would receive waivers of the estate's rights to surcharge collateral under Section 506(c), to invoke the equities-of-the-case exception under Section 552(b), and to seek marshaling of assets. Subject to entry of a final order, the DIP Liens would also reach the proceeds of avoidance actions under Sections 502(d), 544, 545, 547, 548, 549, and 550.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>Competitive Process and Business Judgment</h2>
  </div>
  <p>Following the April 29, 2026 First Day Hearing, the Debtors' independent director and chief restructuring officer solicited postpetition financing proposals from both the Sponsor and the Prepetition Secured Parties, and separately from third-party lenders outside the capital structure. The motion states that no third-party lender was willing to fund the Debtors on a junior basis on the timeline required. The Sponsor's proposal was selected as the best available alternative based on the combination of runway, economics, covenants, operational viability, and strategic alignment, with all interest and fees paid in kind and certain fees waivable depending on the ultimate restructuring outcome.</p>
  <p>The Debtors invoke the business judgment standard under Section 364, citing the line of Delaware decisions including In re L.A. Dodgers LLC, In re Trans World Airlines, In re Exide Technologies, and In re ION Media Networks, which collectively give debtors substantial deference in selecting a postpetition lender and weighing non-economic factors such as timing, certainty, and likelihood of successful reorganization. The Debtors then argue that the facility satisfies the three-part test for secured credit under Section 364(c): the inability to obtain unsecured credit, the necessity of the credit to preserve estate assets, and the fairness and reasonableness of the terms.</p>
  <div class="callout">
    <h4>The Sponsor Alignment Story</h4>
    <p>The DIP Lender is the same entity that holds the $13.1 million Sponsor Subordinated Note. By providing $3 million of new money on a 1.5 priority basis, the Sponsor is effectively underwriting the going-concern thesis of its own investment while accepting a position that sits behind $20.2 million of senior debt. The structure aligns the Sponsor's economic interests with a successful confirmation outcome that pays the Prepetition Secured Parties in full, since that is the gate that unlocks any recovery on the existing subordinated note.</p>
  </div>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>The 13-Week Approved Budget</h2>
  </div>
  <p>The Approved Budget covers the 13-week period from May 15, 2026 through August 7, 2026. Receipts are forecast to substantially exceed disbursements over the period, with the ending cash balance growing from $86,570 to roughly $4.1 million. The DIP draws are concentrated at the front of the budget: $2 million in week one and $1 million in week two, with no further draws contemplated thereafter.</p>
  <div class="bar-chart">
    <div class="bar-chart-title">13-Week Approved Budget: Receipts vs. Disbursements ($ thousands)</div>
    <div class="bar-group">
      <div class="bar-label">Total Receipts</div>
      <div class="bar-track">
        <div class="bar-fill orange" style="width: 95%;">$15,620</div>
      </div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Operating Disbursements</div>
      <div class="bar-track">
        <div class="bar-fill slate" style="width: 71%;">$11,662</div>
      </div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Bankruptcy Disbursements</div>
      <div class="bar-track">
        <div class="bar-fill light" style="width: 18%;">$2,930</div>
      </div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Total DIP Draws</div>
      <div class="bar-track">
        <div class="bar-fill orange" style="width: 18%;">$3,000</div>
      </div>
      <div class="bar-value-outside"></div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Ending Cash Balance</div>
      <div class="bar-track">
        <div class="bar-fill slate" style="width: 25%;">$4,114</div>
      </div>
      <div class="bar-value-outside"></div>
    </div>
  </div>
  <p>Permitted variances under the Term Sheet allow up to 20 percent unfavorable deviation on both total operating receipts and total operating disbursements on a rolling four-week testing basis. The variance test is one of the principal covenants that determines whether the Debtors remain in compliance during the case.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>Case Milestones and Path Forward</h2>
  </div>
  <p>The Junior DIP Facility imposes a series of binding case milestones. The path is calibrated to either a confirmable plan that repays the Prepetition Secured Obligations in full or, if that path fails to materialize, a Section 363/1123(b)(4) sale process. The first divergence point is September 3, 2026: if the disclosure statement order is not entered by that date, the Debtors must promptly commence the sale process.</p>
  <div class="timeline">
    <div class="timeline-item muted">
      <div class="timeline-date">April 21, 2026</div>
      <div class="timeline-content">Petition Date. Voluntary Chapter 11 petitions filed in District of Delaware.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">April 29, 2026</div>
      <div class="timeline-content">First Day Hearing. Interim Cash Collateral Order entered authorizing use through May 8, 2026.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">May 12, 2026</div>
      <div class="timeline-content">DIP Financing Motion filed (Doc 79). Prepetition Agent consents to extend Cash Collateral use to May 14, 2026.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">May 14, 2026</div>
      <div class="timeline-content">Interim Hearing. Deadline for entry of Interim DIP Order (the Approval Date).</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">May 29, 2026</div>
      <div class="timeline-content">Objection deadline for the Final Hearing (4:00 p.m. prevailing Eastern Time).</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">June 5, 2026</div>
      <div class="timeline-content">Final Hearing on DIP Motion (9:00 a.m. prevailing Eastern Time).</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">35 days after approval</div>
      <div class="timeline-content">Deadline for entry of Final DIP Order.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">July 30, 2026</div>
      <div class="timeline-content">Milestone: Debtors must file motion seeking disclosure statement approval for the Agreed Plan, which must provide for repayment in full of the Prepetition Secured Obligations and disclose sources, terms, timing, and conditions of any exit financing.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">September 3, 2026</div>
      <div class="timeline-content">If disclosure statement order is not entered by this date, Debtors must promptly commence a sale process under Sections 363 and 1123(b)(4).</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">October 8, 2026</div>
      <div class="timeline-content">Milestone: Bankruptcy Court must enter Confirmation Order.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">~October 23, 2026</div>
      <div class="timeline-content">Scheduled Maturity Date of the Junior DIP Facility (185 calendar days after Petition Date).</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">+15 days from confirmation</div>
      <div class="timeline-content">Agreed Plan effective date.</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section X</div>
    <h2>Cash Collateral, Adequate Protection, and the Challenge Period</h2>
  </div>
  <p>At the time of the motion's filing, the Prepetition Secured Parties had not yet confirmed their consent to continued Cash Collateral use. The parties were described in the filing as engaged in active, good faith negotiations. The Prepetition Agent had consented to successive short-term extensions of the interim Cash Collateral period, most recently through May 14, 2026. The Debtors indicated they would present evidence for nonconsensual Cash Collateral use under Section 363(c)(2)(B) if consent was not obtained before the hearing.</p>
  <p>As adequate protection for any diminution in value of the prepetition collateral, the proposed order would grant the Prepetition Secured Parties replacement liens on the DIP Collateral, super-priority administrative expense claims under Section 507(b), and payment of reasonable documented fees of their advisors. The carve-out structure has two tiers: pre-default, all statutory fees plus all professional fees included in the Approved Budget are protected; post-default, professional fees are capped at $250,000.</p>
  <p>Any challenge to the validity, perfection, priority, or enforceability of the prepetition liens or obligations must be brought by the earlier of (a) plan confirmation, (b) entry of a Section 363 sale order, or (c) 75 calendar days from the entry of the Interim Order. Up to $25,000 in total funding, split evenly between the DIP facility and the Prepetition Secured Parties' Cash Collateral, is available for a creditors' committee, if appointed, to investigate the prepetition obligations and liens prior to the expiration of the Challenge Period.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section XI</div>
    <h2>Final Hearing and Notice</h2>
  </div>
  <p>The court is scheduled to hold a final hearing on the DIP motion on June 5, 2026, at 9:00 a.m. prevailing Eastern Time. Objections must be filed and received by counsel no later than May 29, 2026, at 4:00 p.m. prevailing Eastern Time. Notice of the motion was provided to the Office of the United States Trustee for Region 3, the United States Attorney for the District of Delaware, the holders of the thirty largest unsecured claims against the Debtors, counsel to the Prepetition Secured Parties, counsel to the DIP Lender, the Internal Revenue Service, the Attorney General for the State of Delaware, any official committee of unsecured creditors appointed in the cases, and any party that requested notice under Bankruptcy Rule 2002.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section XII</div>
    <h2>Case Information</h2>
  </div>
  <p>The matter is pending before the United States Bankruptcy Court for the District of Delaware as In re: TRM NRE Holding LLC, et al., Case No. 26-10568 (KBO), jointly administered. The Junior DIP Financing Motion was filed as Docket No. 79 on May 12, 2026, with the Proposed Interim Order, DIP Term Sheet, and 13-week Approved Budget attached as Exhibits A, 1, and 2 respectively, spanning 104 pages in total.</p>
</section>
<div class="section-divider"></div>
<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 Motion of the Debtors for Entry of Interim and Final Orders (I) Authorizing the Debtors to Obtain Postpetition Financing; (II) Authorizing the Debtors' Continued Use of Cash Collateral on an Interim Basis; (III) Granting Adequate Protection; (IV) Modifying the Automatic Stay; (V) Scheduling a Final Hearing; and (VI) Granting Related Relief, filed at Docket No. 79 in Case No. 26-10568 (KBO) before the United States Bankruptcy Court for the District of Delaware on May 12, 2026. The underlying motion, including its proposed Interim Order (Exhibit A), DIP Facility Summary of Terms and Conditions (Exhibit 1), and 13-week Approved Budget (Exhibit 2), spans 104 pages. The proceedings are pending; objection deadlines have not passed and the Final Hearing has not yet been held. Plan terms, milestones, and treatment described herein reflect the relief requested rather than relief granted.</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/yescare-affiliates-file-chapter-11-after-a-307-million-verdict-triggers-a-revenue-cascade</id>
    <published>2026-05-22T15:29:16-05:00</published>
    <updated>2026-05-22T15:29:16-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/yescare-affiliates-file-chapter-11-after-a-307-million-verdict-triggers-a-revenue-cascade" rel="alternate" type="text/html"/>
    <title>YesCare Affiliates File Chapter 11 After a $307 Million Verdict Triggers a Revenue Cascade</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>A Michigan jury verdict against the correctional healthcare operator precipitated the cancellation of contracts representing nearly 80% of annual revenue, sending four affiliated debtors into Chapter 11 in the Middle District of Florida</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/yescare-affiliates-file-chapter-11-after-a-307-million-verdict-triggers-a-revenue-cascade">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>YesCare Affiliates 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: 900px;
}
.header-content h1 .highlight { color: var(--accent-orange); }
.header-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.78);
  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;
  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: 40px; 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; }
.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 .container { padding: 0; }
.report-footer .footer-brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.report-footer .footer-brand img { height: 28px; width: auto; }
.report-footer p { color: rgba(255,255,255,0.55); margin-bottom: 14px; }
.section-divider { height: 1px; background: var(--medium-gray); margin: 60px auto; max-width: 1100px; }
.entity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin: 30px 0;
}
.entity-card {
  background: var(--fine-gray);
  border-top: 3px solid var(--primary-slate);
  padding: 20px 22px;
  border-radius: 0 0 6px 6px;
}
.entity-card.lead { border-top-color: var(--accent-orange); }
.entity-card .entity-name {
  font-size: 17px;
  font-weight: 700;
  color: var(--dark-slate);
  margin-bottom: 4px;
}
.entity-card .entity-tax {
  font-size: 12px;
  color: var(--light-slate);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.entity-card .entity-role {
  font-size: 13px;
  color: var(--medium-slate);
  margin-top: 6px;
}
@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; 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>YesCare Affiliates File Chapter 11 After a <span class="highlight">$307 Million Verdict</span> Triggers a Revenue Cascade</h1>
    <p class="header-subtitle">A Michigan jury verdict against the correctional healthcare operator precipitated the cancellation of contracts representing nearly 80% of annual revenue, sending four affiliated debtors into Chapter 11 in the Middle District of Florida.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>May 2026</span>
      <span>Analysis of the First Day Declaration (Doc. 25, 16 pages)</span>
    </div>
  </div>
</header>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>The Filing in Brief</h2>
  </div>
  <p>CHS FL, LLC, together with CHS TX, Inc., CHS AL, LLC, and corporate parent YesCare Corp., filed voluntary Chapter 11 petitions on May 8, 2026, in the United States Bankruptcy Court for the Middle District of Florida, Fort Myers Division. The cases are being jointly administered under Case No. 26-bk-01087 (LMR).</p>
  <p>The First Day Declaration of the Chief Restructuring Officer, filed May 10, 2026, identifies a single April 2, 2026 Michigan jury verdict as the primary precipitating event. The verdict, in excess of $307 million, triggered a sequence of contract terminations and non-renewals that, by the petition date, had eliminated revenue streams representing nearly 80% of the company's annual top line. The Debtors entered Chapter 11 without sufficient liquidity to fund the payroll that came due on the petition date itself.</p>
  <div class="stat-row">
    <div class="stat-card negative">
      <div class="stat-label">Jackson Verdict</div>
      <div class="stat-value">$307M+</div>
      <div class="stat-detail">Michigan jury verdict, April 2, 2026</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Revenue Lost</div>
      <div class="stat-value">$350M+</div>
      <div class="stat-detail">Annual revenue from contracts since canceled</div>
    </div>
    <div class="stat-card negative">
      <div class="stat-label">Revenue Base Eliminated</div>
      <div class="stat-value">~80%</div>
      <div class="stat-detail">Share of annual revenue lost post-verdict</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Unsecured Exposure</div>
      <div class="stat-value">Up to $400M</div>
      <div class="stat-detail">Trade and litigation, mostly contingent</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>Business Operations and Geographic Footprint</h2>
  </div>
  <p>The company provides physical and mental health services to inmate patient populations under contracts with governmental counterparties. On-site care is delivered by nurses, physicians, mid-level clinicians, behavioral health staff, and support personnel, engaged either as direct employees, independent contractors, or subcontractors. A central services group provides clinical and operational guidance, recruiting and retention, clinical IT systems, and other shared services to field teams. Medications are supplied through contracted pharmacies and shipped to facilities for on-site administration, and a network of off-site providers covers care that cannot be delivered in the facility.</p>
  <p>At the petition date, the company operated approximately 19 facilities across 9 states and served nearly 20,000 patients daily. Florida is by a wide margin the largest state of operations, accounting for 9 of the 19 facilities.</p>
  <div class="bar-chart">
    <div class="bar-chart-title">Facilities by State (19 facilities, 9 states)</div>
    <div class="bar-group">
      <div class="bar-label">Florida</div>
      <div class="bar-track"><div class="bar-fill orange" style="width: 100%;">9 facilities</div></div>
      <div class="bar-value-outside">47.4%</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Kentucky</div>
      <div class="bar-track"><div class="bar-fill slate" style="width: 22%;">2</div></div>
      <div class="bar-value-outside">10.5%</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">New York</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 11%;">1</div></div>
      <div class="bar-value-outside">5.3%</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Maryland</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 11%;">1</div></div>
      <div class="bar-value-outside">5.3%</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">New Jersey</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 11%;">1</div></div>
      <div class="bar-value-outside">5.3%</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">New Mexico</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 11%;">1</div></div>
      <div class="bar-value-outside">5.3%</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Texas</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 11%;">1</div></div>
      <div class="bar-value-outside">5.3%</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Michigan</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 11%;">1</div></div>
      <div class="bar-value-outside">5.3%</div>
    </div>
    <div class="bar-group">
      <div class="bar-label">Virginia</div>
      <div class="bar-track"><div class="bar-fill light" style="width: 11%;">1</div></div>
      <div class="bar-value-outside">5.3%</div>
    </div>
  </div>
  <p>The Debtor entities and their respective taxpayer identification number endings are set out below. CHS FL, LLC is the lead Debtor.</p>
  <div class="entity-grid">
    <div class="entity-card lead">
      <div class="entity-name">CHS FL, LLC</div>
      <div class="entity-tax">EIN ending 5547</div>
      <div class="entity-role">Lead Debtor · Naples, FL</div>
    </div>
    <div class="entity-card">
      <div class="entity-name">CHS TX, Inc.</div>
      <div class="entity-tax">EIN ending 5886</div>
      <div class="entity-role">Operating subsidiary</div>
    </div>
    <div class="entity-card">
      <div class="entity-name">CHS AL, LLC</div>
      <div class="entity-tax">EIN ending 0801</div>
      <div class="entity-role">Operating subsidiary</div>
    </div>
    <div class="entity-card">
      <div class="entity-name">YesCare Corp.</div>
      <div class="entity-tax">EIN ending 5691</div>
      <div class="entity-role">Corporate parent</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>Corporate History and the Tehum Plan</h2>
  </div>
  <p>The current organizational structure traces to a 2022 divisional merger that predecessor entities executed under the Texas Business Organizations Code. The merger reallocated assets and liabilities into two successor entities, Tehum Care Services and CHS TX, Inc., and that reallocation was binding on creditors as a matter of state corporate law. CHS TX was subsequently acquired by YesCare Corp.</p>
  <p>Tehum filed for Chapter 11 in the United States Bankruptcy Court for the Southern District of Texas, Case No. 23-90086 (CML). It was not an operating company at the time of filing, and the case turned on a multi-year negotiation that proceeded through several mediation rounds before two mediators. The Joint Chapter 11 Plan of the Tort Claimants' Committee, Official Committee of Unsecured Creditors, and Debtor was confirmed on March 3, 2025.</p>
  <p>The economic terms of the Tehum Plan included a settlement under which certain parties agreed to pay $50,000,000 in monthly installments over 30 months. The plan also included a participation mechanic that required at least 95% of holders of certain alleged claims to opt in, while permitting up to 5% to opt out and pursue claims against various settlement parties including YesCare and CHS TX. That opt-out architecture is directly relevant to the current cases. As discussed in the next section, the plaintiff who obtained the April 2, 2026 verdict in Michigan is among the claimants who proceeded outside the Tehum settlement.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>The Verdict and the Revenue Cascade</h2>
  </div>
  <p>The First Day Declaration identifies the principal driver of the Chapter 11 filing as the extraordinary financial and operational burden of pending litigation, with one verdict standing apart from the rest. At the petition date, the Debtors were parties to over 100 pending litigation matters spanning commercial disputes, professional negligence claims, civil rights allegations, and personal injury actions. A substantial majority of those proceedings were initiated by inmates at correctional facilities located in more than 15 states.</p>
  <p>On April 2, 2026, in a matter pending in Michigan, the plaintiff obtained a jury verdict in excess of $307 million on civil rights and medical malpractice claims. The Declaration describes the verdict as believed to be among the largest ever rendered against a correctional healthcare provider. The Debtors dispute both liability and damages and intend to pursue post-trial motions and appellate remedies.</p>
  <div class="callout">
    <h4>The Jackson Verdict</h4>
    <p><span class="callout-stat">$307M+</span>A single Michigan jury verdict, entered April 2, 2026, that the Declaration identifies as having had an immediate and materially adverse effect on the Debtors' liquidity, counterparty relationships, and overall financial condition. The Debtors believe it to be among the largest verdicts ever rendered against a correctional healthcare provider.</p>
  </div>
  <p>The operational consequences moved faster than any appellate calendar. Following entry of the verdict, governmental agencies and other contract counterparties began terminating, suspending, declining to renew, or otherwise canceling contracts. The Declaration reports that contracts representing more than $350 million in annual revenue had been lost by the petition date, a figure that the Debtors characterize as nearly 80% of the company's annual revenue base. The Debtors also report additional lost opportunities for new contracts and renewals, along with adverse effects on vendor relationships, insurance arrangements, and employee retention.</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">Pre-Verdict</div>
      <div class="panel-label">Revenue Posture Before April 2, 2026</div>
      <div class="split-item">
        <div class="item-label">Annual Revenue Base</div>
        <div class="item-value">Full contract portfolio intact</div>
      </div>
      <div class="split-item">
        <div class="item-label">Governmental Contracts</div>
        <div class="item-value">Active across 9 states</div>
      </div>
      <div class="split-item">
        <div class="item-label">Patient Census</div>
        <div class="item-value">~20,000 patients daily</div>
      </div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">Post-Verdict</div>
      <div class="panel-label">Revenue Posture at Petition Date</div>
      <div class="split-item">
        <div class="item-label">Contracts Lost</div>
        <div class="item-value" style="color: var(--accent-orange);">$350M+ in annual revenue</div>
      </div>
      <div class="split-item">
        <div class="item-label">Revenue Base Remaining</div>
        <div class="item-value" style="color: var(--accent-orange);">Approximately 20%</div>
      </div>
      <div class="split-item">
        <div class="item-label">May 8, 2026 Payroll</div>
        <div class="item-value" style="color: var(--accent-orange);">Could not be funded</div>
      </div>
    </div>
  </div>
  <p>The Declaration states that absent the protections of Chapter 11, the continued effects of the verdict would likely produce further contract attrition, diminished enterprise value, disruption to continuity of patient care, and piecemeal enforcement actions by creditors and claimants. The filing is therefore framed as a defensive measure to preserve going-concern value while the company evaluates restructuring alternatives.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>Additional Litigation Pressure: The Liquidating Trust Action</h2>
  </div>
  <p>On April 27, 2026, twenty-five days after the Michigan verdict and eleven days before the petition date, the liquidating trusts established under the Tehum Plan commenced an action against CHS TX, Inc. and other parties captioned Matt Dundon, GUC Trustee, et al. v. CHS TX, Inc., et al., Case No. 26-03138. The complaint asserts alleged breaches of the settlement agreement entered in the Tehum Plan and causes of action arising from historical organizational restructuring transactions, which on the face of the pleadings reaches back to the 2022 divisional merger described in Section III.</p>
  <p>The Debtors believe the allegations are without merit and intend to defend. For purposes of the Chapter 11 filing, however, the immediate effect of the trust action was to add a second large-scale, factually complex proceeding to a litigation docket already shaped by the Jackson verdict, further increasing uncertainty around the Debtors' financial condition and reinforcing the case for a comprehensive restructuring process.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>Capital Structure and Liabilities</h2>
  </div>
  <p>YesCare Corp. is the corporate parent and 100% owner of each Debtor and certain non-operating affiliates. The prepetition secured lender is M2 LoanCo, LLC, an affiliate of the Debtors, under a Third Amended and Restated Credit Agreement. As of the petition date, the Debtors owe approximately $21 million to M2. The Declaration notes that the Debtors are continuing to investigate the nature of the M2 indebtedness and reserve all rights with respect to it, language that signals possible challenges to the validity, priority, or extent of the affiliate lender's claim.</p>
  <p>Unsecured exposure is materially larger and far less defined. Trade debt together with litigation liabilities is estimated at up to $400 million, the majority of which is contingent, unliquidated, and disputed. The Declaration does not break out the share attributable to the Jackson verdict, which itself remains subject to post-trial motions and appellate review.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Category</th>
        <th>Amount</th>
        <th>Counterparty / Notes</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Prepetition Secured Debt</td>
        <td>~$21,000,000</td>
        <td>M2 LoanCo, LLC (Debtor affiliate); rights reserved as to nature of indebtedness</td>
      </tr>
      <tr>
        <td class="metric-label">Trade and Litigation Exposure</td>
        <td>Up to $400,000,000</td>
        <td>Mostly contingent, unliquidated, and disputed</td>
      </tr>
      <tr>
        <td class="metric-label">Accrued Prepetition Wages</td>
        <td>~$9,700,000</td>
        <td>Owed via leasing entity CHS Employee Group, LLC (non-Debtor)</td>
      </tr>
      <tr>
        <td class="metric-label">Wages Exceeding Statutory Cap</td>
        <td>~$120,000</td>
        <td>Amount over the $17,150 per-employee priority cap</td>
      </tr>
    </tbody>
  </table>
  <p>One additional cash management feature worth flagging at the outset is that client invoice payments are routed through a centralized operating account maintained by a non-Debtor management entity that historically administers payment processing and cash management for the Debtors and affiliated entities. The Declaration calls this the Management Account. Cash management motions in subsequent filings will likely address how that arrangement continues during the cases.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>Workforce and Payroll Shortfall</h2>
  </div>
  <p>The Debtors do not directly employ any workers. The workforce of approximately 1,551 individuals is leased from a non-Debtor affiliate, CHS Employee Group, LLC. The composition skews toward part-time and hourly classifications.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Full-Time Employees</div>
      <div class="stat-value">~742</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Part-Time Employees</div>
      <div class="stat-value">~809</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Salaried</div>
      <div class="stat-value">~310</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Hourly</div>
      <div class="stat-value">~1,246</div>
    </div>
  </div>
  <p>Payroll runs on a bi-weekly cycle through UKG, funded each Thursday and paid each Friday, one week in arrears. Average weekly gross payroll obligation is approximately $2,634,858. As of the petition date, the Debtors owe approximately $9.7 million in accrued and unpaid prepetition salaries and wages, and roughly $120,000 of that total sits above the $17,150 statutory priority cap per employee.</p>
  <p>The liquidity picture at filing is captured by a single fact: the payroll that came due on May 8, 2026, the petition date itself, could not be funded out of existing resources. A second payroll group covering work performed between April 26 and the petition date was scheduled to be funded on May 14, 2026, with payment to employees on May 15, 2026. The Wages Motion (Docket No. 10) is the operational response to this gap and seeks both interim and final authority to pay the prepetition obligations.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>First Day Relief</h2>
  </div>
  <p>The Debtors have filed six First Day Pleadings and identified a seventh that will follow once financing terms are finalized. The Declaration frames each request through the Bankruptcy Rule 6003 standard of immediate and irreparable harm, since the rule generally bars consideration of motions to pay prepetition claims during the first 21 days of a case absent that showing.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>First Day Pleading</th>
        <th>Docket No.</th>
        <th>Relief Sought</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="metric-label">Patient Confidentiality Motion</td>
        <td>Pending</td>
        <td>Procedures to protect HIPAA-covered patient health information, including authority to redact or suppress identifiable information that would otherwise be disclosed in the case</td>
      </tr>
      <tr>
        <td class="metric-label">Consolidated Creditor Motion</td>
        <td>23</td>
        <td>Authority to file a single creditor matrix and a consolidated top-30 unsecured creditor list across the Debtors, and to suppress certain personally identifiable information</td>
      </tr>
      <tr>
        <td class="metric-label">Schedules Extension Motion</td>
        <td>21</td>
        <td>Extension of the deadlines for filing Schedules, Statements of Financial Affairs, and Rule 2015.3 Reports, citing more than 3,000 creditors and operational complexity</td>
      </tr>
      <tr>
        <td class="metric-label">Case Management Summary Motion</td>
        <td>20</td>
        <td>Authority to file a single consolidated Chapter 11 Case Management Summary by May 20, 2026</td>
      </tr>
      <tr>
        <td class="metric-label">Wages Motion</td>
        <td>10</td>
        <td>Interim and final authority to pay approximately $9.7 million in prepetition wages, salaries, benefits, and reimbursable expenses</td>
      </tr>
      <tr>
        <td class="metric-label">Omni Application</td>
        <td>22</td>
        <td>Retention of Omni Agent Solutions, Inc. as claims, noticing, and solicitation agent. Omni received a $25,000 prepetition retainer</td>
      </tr>
      <tr>
        <td class="metric-label">DIP and Cash Collateral Motion</td>
        <td>Forthcoming</td>
        <td>Authority to use cash collateral and obtain post-petition financing. To be filed once a lender is selected and terms are reduced to a term sheet</td>
      </tr>
    </tbody>
  </table>
  <p>The HIPAA component of the Patient Confidentiality Motion is unusually load-bearing for a first day request. The Debtors hold identifiable health information for a large population of current and former patients, many of whom are no longer incarcerated and whose current addresses the Debtors do not maintain. Unauthorized disclosure exposes the company to monetary penalties under the Health Insurance Portability and Accountability Act of 1996 and the Health Information Technology for Economic and Clinical Health Act. The relief sought balances bankruptcy transparency requirements against the non-disclosure obligations of the underlying statutory regime.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>Path Forward and Strategic Options</h2>
  </div>
  <p>The Debtors describe themselves as having only recently engaged restructuring professionals, with the Chief Restructuring Officer formally retained on May 6, 2026 from FIA Capital Partners, LLC, though the same advisor had been working with the company in an advisory capacity since the summer of 2025. The articulated objectives of the cases are to preserve going-concern value, maintain continuity of patient care, protect relationships with governmental counterparties, and maximize recoveries for stakeholders.</p>
  <p>The Declaration is explicit that all options remain on the table. The Debtors are actively assessing a potential sale transaction, a balance-sheet restructuring, operational rationalization, recapitalization, or any other restructuring transaction involving all or substantially all of the Debtors' assets or operations. The DIP financing process, still in negotiation at filing, will materially shape which of those paths becomes available.</p>
  <p>The cases also sit at the intersection of three open litigation fronts that will likely shape the restructuring's economics: the Jackson verdict and any post-trial or appellate developments, the Dundon trust action arising from the Tehum Plan, and the larger population of more than 100 pending matters that predate the Chapter 11 filing. The interplay among those proceedings, the automatic stay, and any plan or sale process will be a central feature of the case as it develops.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section X</div>
    <h2>Timeline of Key Events</h2>
  </div>
  <div class="timeline">
    <div class="timeline-item muted">
      <div class="timeline-date">2022</div>
      <div class="timeline-content">Predecessor entities execute a divisional merger under the Texas Business Organizations Code, creating Tehum Care Services and CHS TX, Inc.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">2023</div>
      <div class="timeline-content">Tehum files Chapter 11 in the Southern District of Texas (Case No. 23-90086).</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">March 3, 2025</div>
      <div class="timeline-content">The Tehum Plan is confirmed, incorporating a $50,000,000 settlement payable over 30 months and a 95%/5% opt-in/opt-out structure.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">Summer 2025</div>
      <div class="timeline-content">FIA Capital Partners begins working with the company in a financial advisory capacity.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">April 2, 2026</div>
      <div class="timeline-content">The Michigan jury returns a verdict in excess of $307 million against certain of the Debtors on civil rights and medical malpractice claims.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">April 27, 2026</div>
      <div class="timeline-content">Tehum Plan liquidating trusts file Matt Dundon, GUC Trustee, et al. v. CHS TX, Inc., et al., Case No. 26-03138.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">May 6, 2026</div>
      <div class="timeline-content">The Chief Restructuring Officer is formally retained.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">May 8, 2026</div>
      <div class="timeline-content">Petition date. Voluntary Chapter 11 petitions filed. The payroll otherwise due on this date cannot be funded.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">May 10, 2026</div>
      <div class="timeline-content">First Day Declaration in support of the Chapter 11 petitions and First Day Relief filed (Doc. 25).</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">May 14 to 15, 2026</div>
      <div class="timeline-content">Second-group payroll due to be funded and paid (covering April 26 through the petition date).</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">May 20, 2026</div>
      <div class="timeline-content">Proposed deadline for the consolidated Chapter 11 Case Management Summary.</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>Court and Case Information</h2>
  </div>
  <table class="comparison">
    <tbody>
      <tr>
        <td class="metric-label" style="width: 30%;">Court</td>
        <td>United States Bankruptcy Court, Middle District of Florida, Fort Myers Division</td>
      </tr>
      <tr>
        <td class="metric-label">Case Name</td>
        <td>In re: CHS FL, LLC, et al.</td>
      </tr>
      <tr>
        <td class="metric-label">Case Number</td>
        <td>26-bk-01087 (LMR), jointly administered</td>
      </tr>
      <tr>
        <td class="metric-label">Chapter</td>
        <td>Chapter 11</td>
      </tr>
      <tr>
        <td class="metric-label">Petition Date</td>
        <td>May 8, 2026</td>
      </tr>
      <tr>
        <td class="metric-label">First Day Declaration</td>
        <td>Doc. 25, filed May 10, 2026</td>
      </tr>
      <tr>
        <td class="metric-label">Chief Restructuring Officer</td>
        <td>Managing Member, FIA Capital Partners, LLC</td>
      </tr>
      <tr>
        <td class="metric-label">Prepetition Lender</td>
        <td>M2 LoanCo, LLC (Debtor affiliate)</td>
      </tr>
      <tr>
        <td class="metric-label">Employee Leasing Entity (non-Debtor)</td>
        <td>CHS Employee Group, LLC</td>
      </tr>
    </tbody>
  </table>
</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.75);">About This Report:</strong> This Special Report was prepared from the First Day Declaration filed on May 10, 2026 in In re: CHS FL, LLC, et al., Case No. 26-bk-01087 (LMR) in the United States Bankruptcy Court for the Middle District of Florida, Fort Myers Division (Doc. 25, 16 pages). All financial figures, dates, and operational metrics are drawn from that filing.</p>
    <p><strong style="color: rgba(255,255,255,0.75);">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.75);">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/spanish-broadcasting-system-files-prepackaged-chapter-11</id>
    <published>2026-05-22T15:29:03-05:00</published>
    <updated>2026-05-22T15:29:05-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/spanish-broadcasting-system-files-prepackaged-chapter-11" rel="alternate" type="text/html"/>
    <title>Spanish Broadcasting System Files Prepackaged Chapter 11</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>A Delaware filing seeking to exchange approximately $310 million in 9.750% senior secured notes for $70 million in new notes due 2030 and 100% of the new common stock, with confirmation contemplated within 55 days of the petition date and an effective date keyed to FCC approval</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/spanish-broadcasting-system-files-prepackaged-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>Spanish Broadcasting System: Prepackaged Chapter 11 Restructuring | 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: 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: 800px;
  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 --- */
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 (unused but kept in case) --- */
.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: 36px; 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; }
/* --- SVG GAUGE GRAPHICS --- */
.gauge-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 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; }
.gauge-legend { font-size: 12px; color: var(--light-slate); margin-top: 8px; line-height: 1.5; }
.gauge-legend .swatch { display: inline-block; width: 10px; height: 10px; border-radius: 2px; margin-right: 6px; vertical-align: middle; }
/* --- 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>Spanish Broadcasting System Files <span class="highlight">Prepackaged Chapter 11</span>
</h1>
    <p class="header-subtitle">A Delaware filing seeking to exchange approximately $310 million in 9.750% senior secured notes for $70 million in new notes due 2030 and 100% of the new common stock, with confirmation contemplated within 55 days of the petition date and an effective date keyed to FCC approval.</p>
    <div class="header-meta">
      <span>Prepared by Research Suite by Stretto</span>
      <span>May 2026</span>
      <span>Analysis of the Plan, First Day Declaration, and related filings (87 pages)</span>
    </div>
  </div>
</header>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section I</div>
    <h2>The Filing at a Glance</h2>
  </div>
  <p>Spanish Broadcasting System, Inc., a Spanish-language media company operating radio stations, television programming, and digital properties across the largest U.S. Hispanic markets, filed a Joint Pre-Packaged Chapter 11 Plan of Reorganization on May 11, 2026, in the United States Bankruptcy Court for the District of Delaware (Case No. 26-10708 (BLS)). The plan would exchange approximately $310 million in existing 9.750% senior secured notes for $70 million in new senior secured notes due 2030 and 100% of the new common stock of the reorganized entity. The first-day declaration filed in support of the petitions states that holders of more than 90% of the company’s funded indebtedness have signed the Restructuring Support Agreement underpinning the plan.</p>
  <div class="stat-row">
    <div class="stat-card">
      <div class="stat-label">Prepetition Funded Debt</div>
      <div class="stat-value">$310M</div>
      <div class="stat-detail">9.750% Senior Secured Notes due 2026</div>
    </div>
    <div class="stat-card positive">
      <div class="stat-label">Post-Emergence Funded Debt</div>
      <div class="stat-value">$70M</div>
      <div class="stat-detail">9.750% Senior Secured Notes due 2030</div>
    </div>
    <div class="stat-card positive">
      <div class="stat-label">Plan Support</div>
      <div class="stat-value">90%+</div>
      <div class="stat-detail">Of holders of existing notes per first-day declaration</div>
    </div>
    <div class="stat-card">
      <div class="stat-label">Effective Date Runway</div>
      <div class="stat-value">180 days</div>
      <div class="stat-detail">From confirmation, to accommodate FCC approval</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>Company Background and Business Operations</h2>
  </div>
  <p>Founded in 1983 and headquartered in Miami, Spanish Broadcasting System serves as the parent of more than 50 affiliated debtor entities and describes itself as a cross-platform media company connecting U.S. Hispanic audiences across radio, television, and digital channels. The company reincorporated in Delaware in 1994 and completed an initial public offering in 1999. SBS terminated the registration of its securities and suspended its SEC reporting obligations in 2020.</p>
  <p>The debtors operate 17 radio stations in the largest U.S. Hispanic markets, including New York City, Los Angeles, Miami, Houston, Chicago, San Francisco, Orlando, Tampa, and Puerto Rico. The first-day declaration identifies WSKQ in New York City as the number-one ranked station in that market by average quarter-hour listenership. SBS also operates AIRE Radio Networks, a national platform with more than 250 Spanish-language affiliate stations serving 79 U.S. Hispanic markets.</p>
  <p>The television business operates under the MegaTV brand, with owned and operated stations in South Florida and additional distribution through programming and carriage agreements, including national distribution on a subscriber basis. MegaTV launched in 2006 and expanded to Puerto Rico in 2008. Digital operations include the LaMusica mobile application, which provides Spanish-language audio and video streaming, and HitzMaker, a platform for aspiring artists. The company also operates DigIdea, a digital marketing department. SBS Entertainment produces more than 40 live concerts and events each year in the United States and Puerto Rico, including recurring marquee productions such as CaliBash, Cubatonazo, MegaBash, MiamiBash, and Mega Mezcla.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section III</div>
    <h2>Prepetition Capital Structure</h2>
  </div>
  <p>As of the petition date, the debtors’ funded debt consisted of $310 million in aggregate principal amount of 9.750% Senior Secured Notes due 2026, issued on February 17, 2021, under an indenture with Wilmington Trust, National Association as trustee and collateral agent. Interest on the existing notes accrued at 9.75% per annum and was payable semi-annually. SBS also entered into a $15 million senior secured asset-based revolving credit facility on the same date as the original notes issuance. The debtors prepaid and terminated the revolver on October 20, 2025, in advance of its October 27, 2025 scheduled maturity. The first-day declaration estimates approximately $15 million in unpaid trade payables outstanding as of the petition date.</p>
  <p>The equity capital structure consists of Series C convertible preferred stock, Class A common stock, and Class B common stock, with the Class B common stock carrying ten votes per share. All existing preferred and common equity interests would be cancelled under the plan, and existing equity holders would receive no distribution.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IV</div>
    <h2>Events Leading to the Chapter 11 Filing</h2>
  </div>
  <p>The first-day declaration attributes the company’s liquidity position to a combination of macroeconomic and market-specific pressures that compressed advertising revenue ahead of the existing notes’ maturity. The shift in audio consumption toward on-demand streaming and podcasting has drawn listenership and advertiser dollars away from linear radio. Operational costs across radio, television, and digital media have risen with expanding technology requirements and rising costs for music licensing and entertainment talent. Constrained access to capital limited the company’s ability to invest in growth channels while servicing its existing debt load.</p>
  <p>Political advertising revenue, historically a meaningful contributor during election cycles, has declined because SBS’s largest markets (New York, Florida, California, and Illinois) have not been competitive in recent federal elections. The Los Angeles market was further affected in 2025 by reduced overall broadcast advertising demand and impairment charges tied to the January 2025 wildfires in the region.</p>
  <div class="timeline">
    <div class="timeline-item muted">
      <div class="timeline-date">February 17, 2021</div>
      <div class="timeline-content">SBS issues $310 million of 9.750% Senior Secured Notes due 2026 under an indenture with Wilmington Trust as trustee and collateral agent.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">October 20, 2025</div>
      <div class="timeline-content">SBS prepays and terminates its $15 million senior secured asset-based revolving credit facility ahead of its October 27, 2025 scheduled maturity.</div>
    </div>
    <div class="timeline-item muted">
      <div class="timeline-date">October 2025</div>
      <div class="timeline-content">The debtors retain Fried, Frank, Harris, Shriver &amp; Jacobson LLP as legal counsel and GLC Investment Advisors, LLC as investment banker and financial advisor, and begin negotiations with an ad hoc committee of noteholders represented by Milbank LLP and M3 Advisory Partners, LP.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">March 1, 2026</div>
      <div class="timeline-content">The 9.750% senior secured notes mature. The debtors are unable to satisfy the $310 million principal balance plus accrued interest at maturity.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">March 6, 2026</div>
      <div class="timeline-content">The debtors execute a 30-day forbearance agreement with the ad hoc committee. As of this date, accrued and unpaid interest (including interest on overdue interest and principal) totals $15,552,756.51. The debtors also appoint an independent, disinterested director to the boards of each debtor entity.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">April 3, 2026</div>
      <div class="timeline-content">The debtors and the initial consenting noteholders execute the Restructuring Support Agreement, which establishes the framework for the prepackaged plan and a $30 million DIP facility backstopped by the noteholders.</div>
    </div>
    <div class="timeline-item">
      <div class="timeline-date">May 11, 2026</div>
      <div class="timeline-content">The debtors commence solicitation of the plan and file voluntary petitions in the U.S. Bankruptcy Court for the District of Delaware. The Plan, Disclosure Statement, and First Day Motions are filed the same day.</div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section V</div>
    <h2>The Pre-Packaged Plan of Reorganization</h2>
  </div>
  <p>The plan was solicited prepetition in accordance with Sections 1125 and 1126 of the Bankruptcy Code and would constitute a separate plan for each of the more than 50 debtor entities, though it is proposed jointly for administrative purposes. Solicitation began on the morning of May 11, 2026, prior to the filing of the voluntary petitions, and the first-day declaration states that more than 90% of holders of the existing notes have agreed to support the plan.</p>
  <div class="split-compare">
    <div class="split-panel left">
      <div class="panel-year">Prepetition</div>
      <div class="panel-label">Capital Structure at Filing</div>
      <div class="split-item">
        <div class="item-label">Senior Secured Notes</div>
        <div class="item-value" style="color: var(--accent-orange);">$310M @ 9.750% due 2026</div>
      </div>
      <div class="split-item">
        <div class="item-label">Accrued Interest at March 6, 2026</div>
        <div class="item-value">$15.6M</div>
      </div>
      <div class="split-item">
        <div class="item-label">Revolving Credit Facility</div>
        <div class="item-value">Terminated October 2025</div>
      </div>
      <div class="split-item">
        <div class="item-label">Estimated Trade Payables</div>
        <div class="item-value">~$15M</div>
      </div>
      <div class="split-item">
        <div class="item-label">Existing Preferred and Common Equity</div>
        <div class="item-value">Outstanding</div>
      </div>
    </div>
    <div class="split-panel right">
      <div class="panel-year">Post-Emergence</div>
      <div class="panel-label">If Plan Confirmed as Proposed</div>
      <div class="split-item">
        <div class="item-label">New Senior Secured Notes</div>
        <div class="item-value" style="color: var(--accent-orange);">$70M @ 9.750% due 2030</div>
      </div>
      <div class="split-item">
        <div class="item-label">Optional Superpriority Notes</div>
        <div class="item-value">Up to $30M (DIP Conversion)</div>
      </div>
      <div class="split-item">
        <div class="item-label">New Common Stock to Noteholders</div>
        <div class="item-value">100%, subject to MIP dilution</div>
      </div>
      <div class="split-item">
        <div class="item-label">General Unsecured Claims</div>
        <div class="item-value">Paid in full</div>
      </div>
      <div class="split-item">
        <div class="item-label">Existing Preferred and Common Equity</div>
        <div class="item-value">Cancelled, no recovery</div>
      </div>
    </div>
  </div>
  <div class="callout">
    <h4>Deleveraging Magnitude</h4>
    <p><span class="callout-stat">77%</span>Reduction in funded indebtedness if the plan is confirmed as proposed, from $310 million in existing notes to $70 million in new notes. The interest rate on the funded debt would remain at 9.750%, but the maturity would extend from 2026 to 2030, and the Required Consenting Creditors would have the option to pay interest in kind in whole or in part.</p>
  </div>
  <h3>Plan Mechanics</h3>
  <p><strong>New Secured Notes.</strong> Holders of existing notes would receive their pro rata share of $70 million in new 9.750% Senior Secured Notes due 2030 issued by Reorganized SBS. Interest on the new notes may, at the option of the Required Consenting Creditors, be paid in kind in whole or in part.</p>
  <p><strong>New Equity.</strong> Existing noteholders would also receive 100% of the new common stock of the reorganized entity, subject to dilution solely by a management incentive plan reserving up to 10% of fully diluted new common stock for management employees and non-employee directors.</p>
  <p><strong>DIP Financing.</strong> The debtors arranged a $30 million debtor-in-possession term loan facility with Brigade Agency Services LLC serving as DIP agent. The facility is backstopped by certain holders of the existing notes, with all noteholders given an opportunity to participate on a pro rata basis subject to compliance with the Restructuring Support Agreement. At the election of the Required DIP Lenders, the DIP claims may be either repaid in full in cash (with a 2.00% exit premium payable on funded loans and unfunded commitments) or converted into new 9.750% Superpriority Senior Secured Notes due 2030. If the DIP Conversion Election is made, the $70 million new secured notes amount would be reduced on a dollar-for-dollar basis by the amount of superpriority notes issued.</p>
  <p><strong>Corporate Governance.</strong> The initial members of the new board of directors of the reorganized company would be selected in accordance with a Governance Term Sheet attached to the Restructuring Support Agreement. Executive employment agreements for key leadership are to be executed on or prior to the effective date.</p>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VI</div>
    <h2>Treatment of Claims and Interests</h2>
  </div>
  <p>The plan classifies claims and interests into nine classes. The debtors seek non-consensual confirmation (cramdown) pursuant to Section 1129(b) of the Bankruptcy Code with respect to Classes 7, 8, and 9, each of which is deemed to have rejected the plan. General unsecured claims would be paid in full in cash, consistent with the “full pay” structure described in the first-day declaration. The plan expressly excludes any deficiency claims arising from the existing notes from the general unsecured class.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Class</th>
        <th>Designation</th>
        <th>Treatment</th>
        <th>Voting Status</th>
      </tr>
    </thead>
    <tbody>
      <tr>
<td class="metric-label">1</td>
<td>Other Priority Claims</td>
<td>Unimpaired, paid in full in cash</td>
<td>Presumed to accept</td>
</tr>
      <tr>
<td class="metric-label">2</td>
<td>Existing Notes Claims</td>
<td>Impaired; receive New Secured Notes and 100% of New Common Stock</td>
<td>Entitled to vote</td>
</tr>
      <tr>
<td class="metric-label">3</td>
<td>Other Secured Claims</td>
<td>Unimpaired, paid in full or reinstated</td>
<td>Presumed to accept</td>
</tr>
      <tr>
<td class="metric-label">4</td>
<td>General Unsecured Claims</td>
<td>Unimpaired, paid in full in cash</td>
<td>Presumed to accept</td>
</tr>
      <tr>
<td class="metric-label">5</td>
<td>Intercompany Claims</td>
<td>Reinstated, compromised, or cancelled</td>
<td>Not entitled to vote</td>
</tr>
      <tr>
<td class="metric-label">6</td>
<td>Intercompany Interests</td>
<td>Reinstated or cancelled</td>
<td>Not entitled to vote</td>
</tr>
      <tr>
<td class="metric-label">7</td>
<td>Issuer Preferred Equity Interests</td>
<td>Impaired, cancelled with no distribution</td>
<td class="change-negative">Deemed to reject</td>
</tr>
      <tr>
<td class="metric-label">8</td>
<td>Issuer Common Equity Interests</td>
<td>Impaired, cancelled with no distribution</td>
<td class="change-negative">Deemed to reject</td>
</tr>
      <tr>
<td class="metric-label">9</td>
<td>Section 510(b) Claims against Issuer</td>
<td>Impaired, cancelled with no distribution</td>
<td class="change-negative">Deemed to reject</td>
</tr>
    </tbody>
  </table>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VII</div>
    <h2>Post-Emergence Equity Allocation and Plan Support</h2>
  </div>
  <p>The plan would direct 100% of the new common stock of Reorganized SBS to holders of the existing notes, subject to dilution by the Management Incentive Plan pool reserved for management employees and non-employee directors. The Management Incentive Plan reserves up to 10% of fully diluted new common stock, with the actual amount to be determined by the new board. Separately, the first-day declaration reports that more than 90% of holders of the existing notes have signed the Restructuring Support Agreement and support the plan.</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="282.74 31.42" 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="31.42 282.74" stroke-dashoffset="-282.74" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="58" text-anchor="middle" font-size="14" font-weight="700" fill="#2C4146">90% / 10%</text>
        <text x="60" y="74" text-anchor="middle" font-size="9" fill="#6B8A91">Allocation</text>
      </svg>
      <div class="gauge-label">New Common Stock Allocation</div>
      <div class="gauge-value" style="font-size:16px;">Noteholders / MIP Pool (max)</div>
      <div class="gauge-legend">
        <div>
<span class="swatch" style="background:#2C4146;"></span>Existing Noteholders</div>
        <div>
<span class="swatch" style="background:#FD7250;"></span>Management Incentive Plan (up to)</div>
      </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="282.74 31.42" stroke-dashoffset="0" transform="rotate(-90 60 60)"></circle>
        <text x="60" y="58" text-anchor="middle" font-size="14" font-weight="700" fill="#2C4146">90%+</text>
        <text x="60" y="74" text-anchor="middle" font-size="9" fill="#6B8A91">RSA Support</text>
      </svg>
      <div class="gauge-label">Restructuring Support Agreement</div>
      <div class="gauge-value" style="font-size:16px;">Holders Signed</div>
      <div class="gauge-legend">
        <div>
<span class="swatch" style="background:#FD7250;"></span>Consenting Noteholders</div>
        <div>
<span class="swatch" style="background:#E4E6EC;"></span>Non-Consenting / Not Yet Signed</div>
      </div>
    </div>
  </div>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section VIII</div>
    <h2>FCC Regulatory Considerations</h2>
  </div>
  <p>A condition precedent to the plan’s effective date is the receipt of approval from the Federal Communications Commission. Because the reorganized company’s subsidiaries hold FCC broadcast licenses, the issuance of new common stock to the existing noteholders constitutes a transfer of control of those licenses and triggers FCC consent requirements under applicable law.</p>
  <p>The debtors would file an FCC Long Form Application and a Petition for Declaratory Ruling with the FCC as promptly as practicable prior to the effective date. The Petition for Declaratory Ruling is necessary because the reorganized entity may need to exceed the indirect foreign ownership limitations applicable to broadcast licensees under 47 U.S.C. § 310(b)(4), depending on the composition of the noteholder group receiving equity.</p>
  <div class="callout">
    <h4>The Only Unwaivable Condition</h4>
    <p>FCC approval is the only effective date condition that the debtors and the Required Consenting Creditors cannot waive. The Restructuring Support Agreement accordingly permits the effective date to occur as much as 180 days after entry of the confirmation order, an interval longer than in many prepackaged cases. The first-day declaration states that the additional runway is intentional and reflects the time needed to obtain the required FCC consents.</p>
  </div>
</section>
<div class="section-divider"></div>
<section class="content-section">
  <div class="section-header">
    <div class="section-number">Section IX</div>
    <h2>Case Milestones</h2>
  </div>
  <p>The Restructuring Support Agreement establishes an accelerated schedule on the confirmation track, with FCC approval pushing the outside effective date considerably further out than in a typical prepackaged case. The table below summarizes the milestones disclosed in the first-day declaration.</p>
  <table class="comparison">
    <thead>
      <tr>
        <th>Milestone</th>
        <th>Deadline</th>
        <th>Status</th>
      </tr>
    </thead>
    <tbody>
      <tr>
<td class="metric-label">Petition Date</td>
<td>No later than May 23, 2026</td>
<td class="change-positive">Filed May 11, 2026</td>
</tr>
      <tr>
<td class="metric-label">Plan, Disclosure Statement, and First Day Pleadings</td>
<td>Within 1 business day of Petition Date</td>
<td class="change-positive">Filed May 11, 2026</td>
</tr>
      <tr>
<td class="metric-label">Interim DIP Order</td>
<td>Within 3 business days of Petition Date</td>
<td class="change-positive">Entered May 13, 2026</td>
</tr>
      <tr>
<td class="metric-label">Final DIP Order</td>
<td>No later than 55 days after Petition Date</td>
<td>Pending</td>
</tr>
      <tr>
<td class="metric-label">Combined Disclosure Statement and Confirmation Order</td>
<td>No later than 55 days after Petition Date</td>
<td>Pending</td>
</tr>
      <tr>
<td class="metric-label">Combined Hearing (Requested by Debtors)</td>
<td>Week of June 22, 2026</td>
<td>Pending</td>
</tr>
      <tr>
<td class="metric-label">Plan Effective Date</td>
<td>No later than 180 days after Confirmation Order</td>
<td>Pending</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>Releases, Exculpation, and Other Plan Provisions</h2>
  </div>
  <p>The plan includes comprehensive third-party releases, debtor releases, and exculpation provisions. Released parties would include the debtors, the reorganized debtors, the consenting creditors, the ad hoc committee, the DIP secured parties, the existing trustee, and the new trustees, along with their respective current and former directors, officers, employees, and advisors. A holder of a claim or interest that objects to the plan is deemed to have opted out of the releases and would not be a released party. Exculpated parties, including the debtors’ estates, retained professionals, and fiduciaries who serve between the petition date and the effective date, would be shielded from liability except for acts constituting actual fraud, willful misconduct, or gross negligence.</p>
  <p>All transfers of property under the plan would be exempt from stamp taxes, recording taxes, sales and use taxes, and similar governmental assessments pursuant to Section 1146 of the Bankruptcy Code. Prepetition solicitation of the new securities relied on exemptions under Section 4(a)(2) of the Securities Act of 1933, Regulation D, Rule 144A, and Regulation S. Post-confirmation distributions would rely on Section 1145 of the Bankruptcy Code, with securities issued under Section 4(a)(2) and Regulation D bearing customary legends and transfer restrictions.</p>
  <p>All executory contracts and unexpired leases would be assumed by the reorganized debtors as of the effective date, unless specifically listed on a schedule of rejected contracts to be included in the plan supplement. Change-of-control provisions in assumed contracts would be deemed modified to permit assumption without triggering default rights.</p>
</section>
<div class="section-divider"></div>
<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 summarizes the Joint Pre-Packaged Chapter 11 Plan of Reorganization of Spanish Broadcasting System, Inc. and its Debtor Affiliates filed on May 11, 2026 in the United States Bankruptcy Court for the District of Delaware (Case No. 26-10708 (BLS)), together with the Declaration in Support of Chapter 11 Petitions and First Day Relief filed the same day. All figures, dates, and case information are drawn from those filings. References to plan treatment are stated in conditional terms because the plan has not yet been confirmed.</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/axip-energy-services-files-chapter-11-liquidation-plan-following-240-million-in-funded-debt-and-sale-of-compression-assets</id>
    <published>2026-05-11T00:29:15-05:00</published>
    <updated>2026-05-11T00:29:19-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/axip-energy-services-files-chapter-11-liquidation-plan-following-240-million-in-funded-debt-and-sale-of-compression-assets" rel="alternate" type="text/html"/>
    <title>Axip Energy Services Files Chapter 11 Liquidation Plan Following $240 Million in Funded Debt and Sale of Compression Assets</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>Axip Energy Services filed a Chapter 11 plan of liquidation on May 6, 2026 following the completed court-approved sale of its natural gas compression assets to Service Compression, LLC, with the plan providing an estimated 49 percent aggregate recovery for holders of Prepetition ABL Claims, 4.87 percent for holders of Prepetition 2L Claims, and 40 percent for holders of allowed General Unsecured Claims against an estimated pool of approximately $1.2 million</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/axip-energy-services-files-chapter-11-liquidation-plan-following-240-million-in-funded-debt-and-sale-of-compression-assets">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Axip Energy Services, LP and six affiliated debtors filed a Combined Disclosure Statement and Chapter 11 Plan of Liquidation on May 6, 2026, in the United States Bankruptcy Court for the Southern District of Texas, Houston Division (Case No. 26-90338 (CML)), outlining a framework for winding down the estates following the completed sale of substantially all of the company's compression assets to Service Compression, LLC. The 363 Asset Sale did not generate sufficient proceeds to pay the Prepetition ABL Claims in full. The plan, filed as Docket No. 338, incorporates a Global Settlement among the debtors, the Official Committee of Unsecured Creditors, the DIP Agent, the Prepetition Superpriority Agent, and the Prepetition ABL Agent, and provides for an estimated aggregate recovery of approximately 49 percent for holders of Prepetition ABL Claims, an estimated recovery of 4.87 percent for holders of Prepetition 2L Claims (via $950,000 in 2L Payments during the cases), and an estimated 40 percent recovery for holders of allowed General Unsecured Claims.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Company Background and Business Operations</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Prior to the sale of its assets, the company was a leading provider of natural gas compression services to upstream and midstream customers in major U.S. natural gas producing basins, with a primary focus on the Permian Basin. The company operated a network of seven facilities across Texas, New Mexico, and North Dakota, providing gas lift and gathering compression services across seven states and offshore regions in the Gulf of Mexico. Through this network, the company deployed approximately 940 compression units generating a total of approximately 326,070 horsepower. Its corporate headquarters were located at 1221 McKinney, Suite 3175, Houston, Texas 77010.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The organizational structure as of the petition date consisted of twelve entities. Seven are debtors in the chapter 11 cases. The five remaining entities are non-debtor affiliates, each of which is a non-operating entity with no assets or liabilities. E3 Compression Holdings LLC served as the immediate parent company and ultimate controlling entity. Axip Energy Services, LP was the principal operating entity and borrower under all prepetition credit agreements. Axip Leasing Company, LLC owned substantially all of the company's compression units. Energy Spectrum acquired the company in 2022.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Events Leading to Bankruptcy</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Following the company's acquisition by its private equity sponsor in 2022, the business began executing on its strategy by renewing focus on contracting idle compression units, filling gaps in the market for large, high-horsepower compression units and electric compression units, and optimizing operations. When several challenging circumstances with large customer accounts coalesced in 2024, the impact was felt across the business, ultimately contributing to events of default under, and the debtors' inability to secure refinancing for, the Prepetition ABL Facility, a credit facility upon which the debtors depended for liquidity.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">As the company's primary credit facility approached its maturity date of September 23, 2025, an investment banker was engaged in March 2025 to assist with refinancing efforts. In connection with the refinancing process, approximately 85 parties were contacted, approximately 51 of which entered into confidentiality agreements and received initial diligence materials. More than a dozen provided indications of interest, with nine proceeding to a second round of due diligence. The process, initially intended to close in July 2025, extended into early September 2025 without an actionable transaction, and the debtors were unable to identify any party willing to transact at sufficient levels.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">With the refinancing process unsuccessful, the company engaged restructuring counsel and a financial advisor. In August 2025, the private equity sponsor provided additional equity to fund interim obligations. On September 23, 2025, the company and the Prepetition ABL Lenders entered into the Forbearance Agreement, while also entering into the Prepetition Superpriority Credit Agreement, which provided for a first-lien secured term loan credit facility of up to $15,653,000 to provide liquidity for the sales process. A second forbearance agreement was entered on November 25, 2025, and a third on December 17, 2025.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The chapter 11 cases were commenced in February 2026. On February 24, 2026, the Bankruptcy Court granted first-day relief.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Capital Structure as of the Petition Date</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">As of the petition date, the debtors carried approximately $240.68 million in total funded debt, consisting of:</p>
<div class="overflow-x-auto w-full px-2 mb-6">
<table class="min-w-full border-collapse text-sm leading-[1.7] whitespace-normal">
<thead class="text-left">
<tr>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold">Debt Facility</th>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold">Approximate Amount Outstanding</th>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold">Maturity</th>
</tr>
</thead>
<tbody>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Prepetition Superpriority Facility</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$13.16 million</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">November 9, 2025</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Prepetition ABL Facility</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$208.02 million</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">September 23, 2025</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Prepetition 2L Facility</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">$19.50 million</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">March 22, 2026</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top"><strong>Total Funded Debt</strong></td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top"><strong>$240.68 million</strong></td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top"></td>
</tr>
</tbody>
</table>
</div>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Postpetition Sales Process and Asset Sale</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On March 5, 2026, the Bankruptcy Court entered the Bidding Procedures Order, approving the continuation of the sales process and designating Service Compression, LLC as the stalking horse bidder. The prepetition sales process had involved providing diligence materials to approximately 21 parties and fielding more than 125 questions from prospective bidders through a virtual data room and on calls. No other qualified bid was received by the bid deadline.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On April 1, 2026, with no competing qualified bids, the stalking horse bidder was designated as the winning bidder. The Bankruptcy Court entered the Sale Order on April 7, 2026 (Docket No. 270), and the asset sale closed on April 15, 2026. Upon closing, all DIP claims were repaid in full from the net sale proceeds, along with certain prepetition ABL claims. The post-sale estates retained approximately $8.6 million in cash proceeds for distributions under the plan and to fund the wind-down process.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Bankruptcy Court approved the debtor-in-possession financing facility on a final basis on March 18, 2026 (Docket No. 178). The DIP facility consisted of $25,514,587 in new money commitments, combined with a roll-up of the full principal amount of the Prepetition Superpriority Loans (including accrued and unpaid interest) and $66,852,865.34 of Prepetition ABL Loans outstanding under the Prepetition ABL Facility.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Independent Investigation</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">In January 2026, the independent member of the executive committee of E3 Compression Holdings LLC retained outside counsel to conduct an independent investigation covering the four-year period prior to the petition date. The investigation involved review of over 1,000 documents and five interviews with key personnel and stakeholders. The scope encompassed a review of transfer activity, related party transactions, and the conduct of executive committee members and officers. The investigation examined potential claims including actual fraudulent transfer, constructive fraudulent transfer, preferential transfers, breach of fiduciary duty, and recharacterization.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Based on the totality of the circumstances, the independent member concluded that the debtors do not have any colorable claims or causes of action worth pursuing. This conclusion supported the proposed debtor releases incorporated into the liquidation plan.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Proposed Liquidation Plan</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Combined Disclosure Statement and Plan provides for the wind-down of the debtors' estates following the completed asset sale. On and after the effective date, a plan administrator will manage the post-sale estates, resolve disputed claims, make distributions to allowed claims, file appropriate tax returns, and oversee the dissolution of each debtor entity. A wind-down budget agreed to with the Prepetition ABL Agent will govern the plan administrator's expenditures.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">All executory contracts and unexpired leases not previously assumed and assigned to the purchaser or retained pursuant to a schedule in the plan supplement will be deemed rejected as of the effective date. Remaining estate assets other than non-vesting assets will vest in the post-sale estates for wind-down purposes. Avoidance actions against non-insiders will be automatically and irrevocably waived and abandoned as of the effective date.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The plan administrator will be appointed to act in a fiduciary capacity for the post-sale estates. The Official Committee of Unsecured Creditors will dissolve upon the occurrence of the effective date. The Bankruptcy Court will retain jurisdiction for claim resolution, plan implementation, tax determinations, and related purposes.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Global Settlement</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On May 6, 2026 — the same day as the plan filing — the debtors, the Official Committee of Unsecured Creditors, the DIP Agent, the Prepetition Superpriority Agent, and the Prepetition ABL Agent entered into a Global Settlement Term Sheet. The terms of the settlement are incorporated into the plan and include, among other things, the treatment of general unsecured claims and the committee's agreement to support the plan.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Pursuant to the Global Settlement, holders of allowed general unsecured claims will receive their pro rata share of the GUC Recovery — cash in an amount equal to the lesser of $500,000 and 50 percent of the aggregate quantum of all allowed general unsecured claims (excluding claims assumed by the purchaser and deficiency claims). The private equity sponsor's general unsecured claim, if allowed, is subject to a 75 percent reduction for purposes of calculating its pro rata share of the GUC Recovery.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Treatment of Claims and Estimated Recoveries</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The plan classifies claims and interests into nine classes. Holders of Prepetition ABL Claims received approximately $102.08 million in cash upon the closing of the 363 Asset Sale on account of Prepetition ABL Claims converted into DIP Claims and remaining Prepetition ABL Claims. After accounting for these sale proceeds and the distributions contemplated by the plan, the estimated aggregate recovery for holders of Prepetition ABL Claims is 49 percent. Holders of Prepetition 2L Claims received the 2L Payments during the chapter 11 cases pursuant to the settlement under the DIP Orders, totaling $950,000 in three installments, for an estimated recovery of 4.87 percent. The estimated recovery under the plan for holders of allowed General Unsecured Claims on account of the GUC Recovery is 40 percent against an estimated pool of approximately $1.2 million.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtors maintain that the plan satisfies the best interests test under section 1129(a)(7) of the Bankruptcy Code, as the anticipated recoveries under the plan are equal to or greater than what creditors would receive in a hypothetical chapter 7 liquidation. A liquidation analysis is expected to be appended as Exhibit A, though as of the filing date that exhibit was noted as forthcoming.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Releases and Exculpation</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The plan contains debtor releases pursuant to section 1123(b) of the Bankruptcy Code, supported by the independent investigation's conclusion that no colorable claims or causes of action are worth pursuing against any potential released party. Third-party releases are also incorporated, with an opt-out mechanism available to non-voting classes. Both the debtor releases and third-party releases carve out claims related to acts or omissions determined in a final order to constitute actual fraud, willful misconduct, or gross negligence.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The plan also provides exculpation for the debtors, the independent member, the Official Committee of Unsecured Creditors, and the members of the committee (and any other statutory committee appointed in the cases) for acts or omissions occurring between the petition date and the effective date in connection with the chapter 11 cases and related matters. A gatekeeper provision requires Bankruptcy Court approval before any claim may be pursued against an exculpated party.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">U.S. Federal Tax Considerations</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The plan includes a discussion of certain U.S. federal income tax consequences for U.S. holders of allowed Prepetition ABL Claims. Holders are expected to recognize gain or loss on a taxable exchange equal to the difference between the distributable cash received and their adjusted basis in their claim, with specific rules applicable to accrued interest and market discount. Backup withholding and information reporting may apply to plan distributions. All holders are encouraged to consult their own independent tax advisors.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Key Dates and Timeline</h2>
<div class="overflow-x-auto w-full px-2 mb-6">
<table class="min-w-full border-collapse text-sm leading-[1.7] whitespace-normal">
<thead class="text-left">
<tr>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold">Date</th>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold">Event</th>
</tr>
</thead>
<tbody>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">September 22, 2022</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Prepetition 2L Credit Agreement entered</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">September 23, 2022</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Prepetition ABL Credit Agreement entered</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">March 2025</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Investment banker engaged for refinancing process</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">August 2025</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Sponsor provides additional equity for interim obligations</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">September 23, 2025</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Forbearance Agreement and Prepetition Superpriority Credit Agreement entered; ABL Facility maturity date</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">November 9, 2025</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Prepetition Superpriority Facility maturity date</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">November 25, 2025</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Second Forbearance Agreement</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">December 17, 2025</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Third Forbearance Agreement</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">January 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Independent investigation commenced</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">February 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Chapter 11 cases commenced</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">February 24, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">First-day relief granted</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">March 5, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Bidding Procedures Order entered (Docket No. 135); Committee appointed</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">March 18, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">DIP Facility approved on final basis (Docket No. 178)</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">April 1, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Stalking horse bidder designated as winning bidder</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">April 7, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Sale Order entered (Docket No. 270)</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">April 15, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">363 Asset Sale closed</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">May 4, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">General Bar Date (5:00 p.m. CT)</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">May 6, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Combined Disclosure Statement and Plan filed (Docket No. 338); Global Settlement Term Sheet executed</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">August 21, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Governmental Bar Date (5:00 p.m. CT)</td>
</tr>
</tbody>
</table>
</div>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"> </p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Court and Case Information</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Combined Disclosure Statement and Chapter 11 Plan of Liquidation was filed on May 6, 2026, as Docket No. 338 in the jointly administered chapter 11 cases captioned <em>In re: Axip Energy Services, LP, et al.</em>, Case No. 26-90338 (CML), pending in the United States Bankruptcy Court for the Southern District of Texas, Houston Division.</p>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><em>This article was prepared using Research Suite by Stretto, the gold standard for bankruptcy research. Research Suite by Stretto was able to create this summary of a 92-page court filing in less than a minute. 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.</em></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/creditor-seeks-trustee-and-examiner-in-blockfills-crypto-bankruptcy</id>
    <published>2026-05-11T00:26:41-05:00</published>
    <updated>2026-05-11T00:26:45-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/creditor-seeks-trustee-and-examiner-in-blockfills-crypto-bankruptcy" rel="alternate" type="text/html"/>
    <title>Creditor Seeks Trustee and Examiner in BlockFills Crypto Bankruptcy</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>A creditor of cryptocurrency platform BlockFills has asked the Delaware Bankruptcy Court to appoint an independent examiner and Chapter 11 trustee, alleging the debtors solicited 3,500 ETH without posting required collateral and commingled customer digital assets while insolvent</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/creditor-seeks-trustee-and-examiner-in-blockfills-crypto-bankruptcy">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Artha Investment Partners LLC has filed a motion in the U.S. Bankruptcy Court for the District of Delaware seeking the appointment of an independent examiner and a Chapter 11 trustee in the bankruptcy case of Reliz Technology Group Holdings Inc., the parent company of cryptocurrency platform BlockFills. The motion, filed May 5, 2026 as Docket No. 282, also asks the court to confirm that the automatic stay does not apply—or grant relief from it—so that Artha may pursue arbitration against non-debtor officers, directors, and affiliated parties.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Artha states that it transferred 3,500 ETH to Reliz in late 2025 under a Master Loan Agreement that required 120% collateralization. According to the motion, the debtors failed to post any collateral and solicited those assets while insolvent and without disclosing their financial distress or ongoing restructuring efforts. Artha incorporates by reference a supporting declaration and its prior objection to the Fourth Interim Cash Collateral Order (Dkt. No. 242), which set forth the underlying facts.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Parallel Litigation</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The motion references two lawsuits filed by other counterparties as evidence of a broader pattern of alleged misconduct. Dominion Capital LLC filed suit in the Southern District of New York on February 27, 2026 (No. 1:26-cv-1672), alleging that BlockFills accepted cryptocurrency subject to contractual segregation obligations but commingled those assets and used them to fund operational expenses, trading losses, and third-party obligations. Dominion further alleges that BlockFills' board discovered this misconduct no later than August 2025 but concealed it, continued to solicit customer activity, and ultimately suspended withdrawals. Dominion's complaint asserts claims for fraudulent concealment, conversion, breach of contract, breach of the implied covenant of good faith and fair dealing, unjust enrichment, and violations of the Illinois Consumer Fraud Act.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">A second action, filed in the Northern District of Illinois on March 5, 2026 by 1548199 Alberta Ltd. and an individual co-plaintiff (No. 26-cv-02451), asserts materially similar claims including fraudulent inducement and concealment, breach of contract, unjust enrichment, fraud, aiding and abetting fraud, negligent misrepresentation, conversion, constructive trust, and consumer protection violations.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">CRO and CFO Testimony</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">At an April 16, 2026 hearing, BRG's Chief Restructuring Officer—retained in late August 2025—testified that within approximately one month of his engagement he determined the company "needed to do something to enhance its liquidity." When asked directly whether BlockFills was insolvent as of August 2025, the CRO stated that the company "had a liquidity issue" and that a determination of insolvency would require "a more extensive analysis." He declined to opine on whether liabilities exceeded assets, citing the absence of audited financial statements. The CRO also testified that he had "not done an analysis to conclude on the timing" of insolvency, and that he did not perform certain analyses typically expected of a restructuring advisor, such as determining when equity capital was depleted or tracing the use of funds. He further acknowledged that the company's financial statements were unaudited and that audits had been delayed.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">At the Section 341 meeting of creditors on April 22, 2026, BRG's Chief Financial Officer was asked to identify when the debtors became insolvent. Despite approximately seven months of responsibility for the debtors' financial operations, the CFO did not provide an answer, characterizing the question as a "legal question."</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The debtors have represented in their disclosure statement that the company faced an approximately $77 million balance sheet deficit.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Committee Discovery Dispute</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The motion cites the Official Committee of Unsecured Creditors' Rule 2004 motion (D.I. 243) as further support, noting that informal discovery efforts have failed because the debtors have not produced a substantial body of documents. According to the committee's motion, access to records has been limited by the debtors' assertion of privileges, requiring the committee to seek broad third-party discovery from directors, officers, employees, lenders, and affiliates to reconstruct basic facts about asset disposition and financial condition.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Legal Basis for Relief</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">For the examiner appointment, Artha relies on 11 U.S.C. § 1104(c), which requires a court to appoint an examiner upon request where fixed, liquidated, unsecured debts exceed $5 million. Artha argues the debtors' unsecured debt—which it characterizes as tens of millions of dollars—satisfies that threshold, making appointment mandatory under the Third Circuit's decision in <em>In re FTX Trading Ltd.</em>, 91 F.4th 148 (3d Cir. 2024), which held that the statute's use of "shall" leaves no room for judicial discretion once the threshold is met.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">For the trustee appointment, Artha invokes 11 U.S.C. § 1104(a) and the Third Circuit's decision in <em>In re Sharon Steel Corp.</em>, 871 F.2d 1217 (3d Cir. 1989), arguing that alleged fraud, commingling, misrepresentation of financial condition, and structural conflicts of interest constitute "cause." The motion identifies a structural conflict involving an individual it alleges solicited Artha's ETH and is connected to entities aligned with the debtors' largest unsecured creditor group, which Artha contends creates the same type of conflict the <em>Sharon Steel</em> court identified as warranting trustee appointment.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Artha also argues that the cost of appointing a trustee and examiner does not outweigh the ongoing harm to the estate, contending that the existing debtor-in-possession structure has not produced transparency or accountability, and that professional fees continue to accrue while core questions about insolvency and asset handling remain unresolved.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Schedule</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Objections to the motion are due May 19, 2026 at 4:00 p.m. Eastern Time. A hearing is scheduled for May 28, 2026 at 2:00 p.m. Eastern Time before Judge Thomas M. Horan.</p>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><em>This article was prepared using Research Suite by Stretto, the gold standard for bankruptcy research. Research Suite by Stretto was able to create this summary of a 14 page court filing in less than a minute. 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.</em></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://chapter11cases.com/blogs/news/federal-district-court-vacates-genesis-healthcare-bankruptcy-court-order-extending-automatic-stay-to-non-debtor-defendants</id>
    <published>2026-05-11T00:21:24-05:00</published>
    <updated>2026-05-11T00:21:26-05:00</updated>
    <link href="https://chapter11cases.com/blogs/news/federal-district-court-vacates-genesis-healthcare-bankruptcy-court-order-extending-automatic-stay-to-non-debtor-defendants" rel="alternate" type="text/html"/>
    <title>Federal District Court Vacates Genesis Healthcare Bankruptcy Court Order Extending Automatic Stay to Non-Debtor Defendants</title>
    <author>
      <name>Randall Reese</name>
    </author>
    <summary type="html">
      <![CDATA[<p>A federal district court vacated a bankruptcy court order extending the automatic stay to non-debtor defendants in the Genesis Healthcare Chapter 11 case, finding the Bankruptcy Court failed to conduct a required adversary proceeding and misapplied the preliminary injunction standard under controlling Fifth Circuit precedent</p><p><a class="read-more" href="https://chapter11cases.com/blogs/news/federal-district-court-vacates-genesis-healthcare-bankruptcy-court-order-extending-automatic-stay-to-non-debtor-defendants">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The United States District Court for the Northern District of Texas vacated a U.S. Bankruptcy Court order that had extended the automatic stay to non-debtor defendants in the Genesis Healthcare, Inc. Chapter 11 bankruptcy case, finding that the Bankruptcy Court failed to follow procedural requirements established by controlling Fifth Circuit precedent.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Company Background and Business Operations</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Genesis Healthcare, Inc. and several affiliated entities operate healthcare facilities throughout the United States. In July 2025, Genesis filed a petition for relief under Chapter 11 of the Bankruptcy Code in the U.S. Bankruptcy Court for the Northern District of Texas, permitting the company to continue operating while pursuing a plan of reorganization.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Appellants' Claims and the Extend Stay Motion</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Multiple groups of plaintiffs, identified in the consolidated appeals as the Brown Appellants, the Almeda Appellants, and the Hoffman Appellants, hold healthcare negligence, personal injury, and wrongful death claims against both Genesis and certain Genesis affiliates that are not debtors in the bankruptcy case. Those non-debtor affiliates include investors and equity holders of Genesis, healthcare professionals who personally committed the alleged wrongful acts, and a staffing service that placed personnel at Genesis facilities.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">In September 2025, Genesis filed a motion seeking to extend the automatic stay under 11 U.S.C. § 362 to cover claims against a set of non-debtor parties, including its employees, officers, and directors; certain independent physicians affiliated with Genesis; and parties to whom Genesis would owe contractual indemnification, such as landlords of facilities Genesis rents.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Brown and Almeda Appellants objected to the motion in late September 2025, specifically raising the absence of an adversary proceeding as required by Federal Rule of Bankruptcy Procedure 7001. The Hoffman Appellants also objected but did not raise the adversary proceeding issue. The Bankruptcy Court held an all-day evidentiary hearing and, six days later, on October 14, 2025, issued the Order (I) Extending the Automatic Stay to the Non-Debtor Defendants and (II) Granting Related Relief (the "Extend Stay Order").</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Extend Stay Order prohibited the continuation of pending lawsuits, execution or enforcement of settlements, and commencement of new lawsuits against non-debtor defendants for the pendency of the Chapter 11 cases and until the effective date of any confirmed Chapter 11 plan. It also barred the severing of claims against non-debtor defendants in non-bankruptcy courts.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">The Appeal to the District Court</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Three groups of appellants challenged the Extend Stay Order before Senior U.S. District Judge Jane J. Boyle. The Brown Appellants also moved to certify a direct appeal to the U.S. Court of Appeals for the Fifth Circuit under 28 U.S.C. § 158(d)(2)(A), arguing the matter involved a question of public importance and that immediate appeal would materially advance the case.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">District Court Analysis</h2>
<h3 class="text-text-100 mt-2 -mb-1 text-base font-bold">Denial of Direct Appeal Certification</h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The District Court denied the motion to certify a direct appeal to the Fifth Circuit, finding that none of the four statutory circumstances for direct appeal were present. The court determined that the controlling legal question was governed by clear Fifth Circuit precedent and that the Extend Stay Order affected only the parties to the litigation, not the public at large. The court also found that the Brown Appellants provided no extraordinary or urgent reason for bypassing district court review beyond the time that would be saved by doing so.</p>
<h3 class="text-text-100 mt-2 -mb-1 text-base font-bold">Controlling Precedent: Feld v. Zale Corp.</h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The District Court held that the outcome of the appeals is controlled by Feld v. Zale Corp. (In re Zale Corp.), 62 F.3d 746 (5th Cir. 1995). Under Zale, while a bankruptcy court may issue temporary injunctions against non-debtor defendants under 11 U.S.C. § 105(a) in unusual circumstances, such relief requires: (1) commencement of an adversary proceeding with the full procedural protections of Part VII of the Federal Rules of Bankruptcy Procedure, and (2) proper analysis and findings on the four-part preliminary injunction standard.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The two recognized unusual circumstances that can support such relief are: (1) when the non-debtor and debtor share such an identity of interests that a suit against the non-debtor is essentially a suit against the debtor, and (2) when the third-party action would adversely impact the debtor's ability to accomplish reorganization.</p>
<h3 class="text-text-100 mt-2 -mb-1 text-base font-bold">Failure to Conduct an Adversary Proceeding</h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The District Court found that the Bankruptcy Court's failure to conduct an adversary proceeding constituted independently sufficient reversible error. Because the Brown and Almeda Appellants explicitly requested an adversary proceeding in their objections to the Extend Stay Motion, no waiver occurred. The District Court noted that regardless of how robust the hearing process was, the failure to provide an actual adversary proceeding after appellants invoked their rights was reversible error on its own.</p>
<h3 class="text-text-100 mt-2 -mb-1 text-base font-bold">Violations of FRCP 65(d)</h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The District Court identified additional deficiencies in the form of the Extend Stay Order. The order described the acts restrained by reference to defined terms from the underlying motion rather than in reasonable detail as required by FRCP 65(d)(1)(C). Additionally, by prohibiting the commencement of new lawsuits against non-debtors by any party, not only those with actual notice, the order contravened FRCP 65(d)(2), which limits the binding effect of injunctions to those who received actual notice.</p>
<h3 class="text-text-100 mt-2 -mb-1 text-base font-bold">Improper Application of Preliminary Injunction Factors</h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The District Court found that the Bankruptcy Court improperly assessed two of the four required preliminary injunction factors.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On the first factor, substantial likelihood of success on the merits, the District Court held that success on the merits in this context cannot mean obtaining a permanent injunction (which is prohibited under both Zale and Harrington v. Purdue Pharma L.P., 603 U.S. 204 (2024)), nor can it mean the likelihood of obtaining the temporary injunction itself, as suggested by FiberTower Network Services Corp. v. FCC (In re FiberTower Network Services Corp.), 482 B.R. 169 (Bankr. N.D. Tex. 2012). The District Court identified two errors in FiberTower's formulation: it conflated the first factor with the question of the court's authority, and defined success on the merits as the likelihood of receiving the injunction sought, rendering the first factor circular. The court directed the Bankruptcy Court on remand not to follow FiberTower's version of the first factor. Instead, success on the merits must refer to some underlying objective, such as the successful sale of assets or confirmation of a reorganization plan.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">On the third factor, the balancing of harms, the District Court found that the Bankruptcy Court focused on Genesis's ability to continue caring for patients and paying employees without adequately considering the ongoing harm to claimants prevented from pursuing relief to which they are entitled. The court noted that the duration and indefiniteness of a restraint increases its burden on claimants, and that proper balancing may result in a narrower injunction than what the movant requested.</p>
<h3 class="text-text-100 mt-2 -mb-1 text-base font-bold">Temporary Injunctions Against Non-Debtors Remain Permissible Post-Purdue Pharma</h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The District Court rejected the Brown Appellants' argument that Purdue Pharma categorically prohibits all stay extensions to non-debtors. The court held that Purdue Pharma addressed only permanent non-debtor releases without claimant consent, and that Zale, which explicitly permits temporary injunctions in appropriate circumstances, remains good law in the Fifth Circuit, a conclusion confirmed by the Fifth Circuit's decision in Highland Capital Management Fund Advisors, L.P. v. Highland Capital Management, L.P., 132 F.4th 353 (5th Cir. 2025).</p>
<h3 class="text-text-100 mt-2 -mb-1 text-base font-bold">Genesis's Harmless Error Argument Rejected</h3>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Genesis argued that any procedural error was harmless, citing United Student Aid Funds, Inc. v. Espinosa, 559 U.S. 260 (2010). The District Court distinguished Espinosa as involving the high standard for voiding a final judgment under FRCP 60(b), holding that ordinary principles of appellate review apply where, as here, appellants timely appealed from an adverse ruling on timely objections.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Remand Instructions and Transitional Stay</h2>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The District Court remanded the matter to the Bankruptcy Court for further proceedings consistent with the opinion. The court directed that if the Bankruptcy Court considers temporarily enjoining claims against non-debtors on remand, it must comply with Zale and the adversary proceeding procedures under Part VII of the Federal Rules of Bankruptcy Procedure. The opinion notes that it does not purport to identify every procedural error or prescribe every step the Bankruptcy Court must follow on remand.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Pursuant to Federal Rule of Bankruptcy Procedure 8025(a), the District Court's judgment is automatically stayed for fourteen days after entry. For clarity, the District Court specified that, absent further order from the District Court or the Fifth Circuit, the Extend Stay Order will remain in effect through the end of the day on May 15, 2026. The Final Judgment may be appealed to the Fifth Circuit upon issuance.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">The Hoffman Appellants' substantive arguments regarding the Extend Stay Order were not addressed on appeal given that vacatur was required on procedural grounds. The Bankruptcy Court may consider those arguments in a proper proceeding on remand if any party seeks a new extension of the stay.</p>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Key Dates and Timeline</h2>
<div class="overflow-x-auto w-full px-2 mb-6">
<table class="min-w-full border-collapse text-sm leading-[1.7] whitespace-normal">
<thead class="text-left">
<tr>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold">Date</th>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold">Event</th>
</tr>
</thead>
<tbody>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">July 2025</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Genesis Healthcare, Inc. files Chapter 11 petition</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">September 2025</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Genesis files Extend Stay Motion</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">September 26, 2025</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Brown Appellants file objection to the Extend Stay Motion</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">September 29, 2025</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Almeda Appellants and Hoffman Appellants file objections</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Early October 2025</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">All-day evidentiary hearing held by the Bankruptcy Court</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">October 14, 2025</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Bankruptcy Court issues Extend Stay Order</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">May 1, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">District Court issues Memorandum Opinion and Final Judgment vacating the Extend Stay Order</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">May 4, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Final Judgment entered on bankruptcy court docket</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">May 15, 2026</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Extend Stay Order expires at end of day, absent further court order</td>
</tr>
</tbody>
</table>
</div>
<h2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold">Case Information</h2>
<div class="overflow-x-auto w-full px-2 mb-6">
<table class="min-w-full border-collapse text-sm leading-[1.7] whitespace-normal">
<thead class="text-left">
<tr>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold"></th>
<th scope="col" class="text-text-100 border-b-0.5 border-border-300/60 py-2 pr-4 align-top font-bold"></th>
</tr>
</thead>
<tbody>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Case Name</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">In re Genesis Healthcare, Inc., et al. (Consolidated Appeals)</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Bankruptcy Court Case No.</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">25-80185-sgj11</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">District Court Case No.</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Civil Action No. 3:25-CV-2963-B</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Court</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">United States District Court, Northern District of Texas, Dallas Division</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Presiding Judge</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Senior United States District Judge Jane J. Boyle</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Chapter</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">11</td>
</tr>
<tr>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Docket References</td>
<td class="border-b-0.5 border-border-300/30 py-2 pr-4 align-top">Doc. 51 (Memorandum Opinion, District Court); Doc. 52 (Final Judgment, District Court); Doc. 2659 / Doc. 2659-1 (Bankruptcy Court)</td>
</tr>
</tbody>
</table>
</div>
<hr class="border-border-200 border-t-0.5 my-3 mx-1.5">
<p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"><em>This article was prepared using Research Suite by Stretto, the gold standard for bankruptcy research. Research Suite by Stretto was able to create this summary of a 30-page court filing in less than a minute. 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.</em></p>]]>
    </content>
  </entry>
</feed>