/* Acquiry Deal Intelligence — Bending Spoons research layout measure + hero
 *
 * Width contract (match /research/bending-spoons-acquisition-compounding-model/):
 * - Full-bleed dark hero
 * - Hero inner + body shell use site `.container` (max-width: 1200px; padding: 0 32px)
 * - Do NOT re-constrain the article column to 920px
 */
:root {
  --di-navy: #0d1b2e;
  --di-navy-deep: #07111d;
  --di-ink: #1a2332;
  --di-muted: #5a6577;
  --di-line: #e2e9f1;
  --di-soft: #f3f5f8;
  --di-paper: #ffffff;
  --di-white: #ffffff;
  --di-blue: #086ad8;
  --di-blue-soft: #4a9eff;
  --di-gold: #c9a227;
}

body.di-page {
  background: var(--di-paper);
  color: var(--di-ink);
  font-family: Rubik, sans-serif;
}

.di-page-main {
  color: var(--di-ink);
  background: #fff;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* --- BS-matched full-bleed hero --- */
.di-hero {
  position: relative;
  min-height: min(100vh, 920px);
  display: flex;
  align-items: flex-end;
  padding: 150px 0 0;
  overflow: hidden;
  background: var(--di-navy-deep);
  color: #fff;
}

.di-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.di-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  transform: scale(1.02);
  animation: di-ken 20s ease-out forwards;
}

@keyframes di-ken {
  from { transform: scale(1.08); }
  to { transform: scale(1.02); }
}

.di-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(7, 17, 29, 0.94) 0%, rgba(7, 17, 29, 0.82) 38%, rgba(7, 17, 29, 0.42) 68%, rgba(7, 17, 29, 0.72) 100%),
    linear-gradient(to top, rgba(7, 17, 29, 0.98) 0%, rgba(7, 17, 29, 0.55) 38%, transparent 68%);
}

/* Relies on site `.container` (1200px) — same as BS .bs-hero-inner */
.di-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 48px;
}

.di-hero-copy {
  max-width: 920px;
  margin-bottom: 48px;
}

.di-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: Rubik, sans-serif;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--di-blue-soft);
  margin-bottom: 22px;
}

.di-eyebrow::before {
  content: "";
  width: 36px;
  height: 1px;
  background: var(--di-blue-soft);
}

.di-hero .di-h1,
.di-hero h1 {
  font-family: Poppins, sans-serif;
  font-size: clamp(2.55rem, 5.4vw, 4.35rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.035em;
  color: #fff;
  margin: 0 0 22px;
  max-width: 16ch;
  animation: di-rise 0.9s ease-out both;
}

.di-hero-lead {
  font-family: Rubik, sans-serif;
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.84);
  max-width: 46ch;
  margin: 0 0 28px;
  animation: di-rise 0.9s ease-out 0.12s both;
}

.di-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  font-family: Rubik, sans-serif;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.58);
  animation: di-rise 0.9s ease-out 0.2s both;
  margin-bottom: 18px;
}

.di-byline span + span::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  margin-right: 22px;
  vertical-align: middle;
  transform: translateY(-1px);
}

@keyframes di-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

.di-hero .di-quality-labels {
  margin: 0;
}

.di-hero .di-label {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.7rem;
}

.di-hero .di-label--confirmed { color: rgba(255, 255, 255, 0.78); }
.di-hero .di-label--status { color: var(--di-blue-soft); }
.di-hero .di-label--undisclosed { color: #e0c56a; }
.di-hero .di-label--analysis { color: rgba(255, 255, 255, 0.5); }

.di-hero .di-quality-labels li + li::before {
  background: rgba(255, 255, 255, 0.35);
}

.di-hero-stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  overflow: hidden;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  animation: di-rise 1s ease-out 0.28s both;
}

.di-hero-stat {
  background: rgba(7, 17, 29, 0.72);
  padding: clamp(22px, 3vw, 36px) clamp(14px, 1.8vw, 24px);
  min-height: 128px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  transition: background 0.3s ease;
}

.di-hero-stat:hover {
  background: rgba(8, 106, 216, 0.22);
}

.di-hero-stat strong {
  display: block;
  font-family: Poppins, sans-serif;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #fff;
}

.di-hero-stat span {
  font-family: Rubik, sans-serif;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.35;
}

.di-hero-stat--jump {
  justify-content: center;
}

.di-hero-jump {
  font-family: Poppins, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.di-hero-jump:hover {
  color: var(--di-blue-soft);
}

.di-hero-note {
  margin-top: 16px;
  font-family: Rubik, sans-serif;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.42);
}

/* --- Body shell: same container measure as BS .bs-shell --- */
.di-shell {
  background: #fff;
  padding: 56px 0 96px;
}

.di-article {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--di-ink);
}

.di-article > * + * {
  margin-top: 1.35rem;
}

.di-quality-labels {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 0;
  margin: 0 0 18px;
  align-items: center;
}

.di-quality-labels li {
  margin: 0;
  display: inline-flex;
  align-items: center;
}

.di-quality-labels li + li::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--di-muted);
  margin: 0 10px;
  opacity: 0.55;
}

.di-label {
  display: inline;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--di-muted);
}

/* --- Author strip / card --- */
.di-author-strip {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 20px 0 28px;
  border-bottom: 1px solid var(--di-line);
  margin-bottom: 8px;
}

.di-author-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: var(--di-soft);
}

.di-author-avatar--lg {
  width: 120px;
  height: 120px;
}

.di-author-byline {
  font-size: 1.02rem;
  color: var(--di-navy);
  font-weight: 500;
  margin: 0 0 4px;
}

.di-author-byline a {
  color: var(--di-blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.di-research-credit {
  font-size: 0.9rem;
  color: var(--di-muted);
  margin: 0 0 8px;
}

.di-author-expertise {
  font-size: 0.92rem;
  color: #364152;
  line-height: 1.55;
  margin: 0 0 8px;
  max-width: 62ch;
}

.di-author-actions {
  font-size: 0.88rem;
  color: var(--di-muted);
  margin: 0;
}

.di-author-actions a {
  color: var(--di-blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.di-author-card {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--di-line);
}

.di-author-card-inner {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.di-author-card-name {
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 4px;
  color: var(--di-navy);
}

.di-author-card-name a { color: inherit; text-decoration: none; }
.di-author-card-name a:hover { color: var(--di-blue); }

.di-author-card-role {
  font-size: 0.95rem;
  color: var(--di-muted);
  margin: 0 0 12px;
}

.di-author-card-bio {
  font-size: 1.02rem;
  line-height: 1.7;
  color: #364152;
  margin: 0 0 12px;
}

/* --- Editorial modules --- */
.di-module-title {
  font-family: Poppins, sans-serif;
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  font-weight: 750;
  color: var(--di-navy);
  letter-spacing: -0.02em;
  margin: 2.8rem 0 0.85rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid var(--di-line);
  scroll-margin-top: 96px;
}

.di-module-kicker {
  font-family: Rubik, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--di-blue);
  margin: 0 0 8px;
}

.di-module-note {
  font-size: 0.92rem;
  color: var(--di-muted);
  line-height: 1.55;
  margin: 0 0 1rem;
}

.di-disclaimer {
  font-size: 0.88rem;
  color: var(--di-muted);
  font-style: normal;
  margin: 0 0 1.2rem;
  padding: 0;
  background: transparent;
  border-left: 0;
}

.di-layer-divider {
  margin: 3.2rem 0 1.6rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid var(--di-line);
  scroll-margin-top: 96px;
}

.di-layer-kicker {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--di-blue);
  margin: 0 0 8px;
}

.di-layer-title {
  font-family: Poppins, sans-serif;
  font-size: clamp(1.55rem, 2.8vw, 2.05rem);
  font-weight: 750;
  color: var(--di-navy);
  margin: 0 0 10px;
  letter-spacing: -0.025em;
}

.di-layer-dek {
  font-size: 1.05rem;
  color: var(--di-muted);
  margin: 0;
  max-width: 52ch;
  line-height: 1.55;
}

.di-breakdown-nav {
  position: sticky;
  top: 72px;
  z-index: 5;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  border: 1px solid var(--di-line);
  border-radius: 12px;
  padding: 14px 18px;
  margin: 0 0 28px;
}

.di-breakdown-nav-label {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--di-muted);
  margin-bottom: 8px;
}

.di-breakdown-nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 0;
  padding: 0;
}

.di-breakdown-nav a {
  color: var(--di-blue);
  font-size: 0.9rem;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.di-breakdown-body > h2,
.di-news-report > h2,
.di-article h2:not(.di-module-title):not(.di-layer-title):not(.di-breakdown-label) {
  font-family: Poppins, sans-serif;
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  font-weight: 750;
  color: var(--di-navy);
  letter-spacing: -0.02em;
  margin: 2.8rem 0 0.85rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid var(--di-line);
  scroll-margin-top: 96px;
}

.di-news-report {
  max-width: none;
  width: 100%;
}

.di-news-report > h2:first-child {
  margin-top: 1.6rem;
}

.di-breakdown-label {
  font-family: Rubik, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--di-blue);
  margin: 2.4rem 0 0.35rem;
  padding: 0;
  border: 0;
  scroll-margin-top: 96px;
}

.di-breakdown-body > h2:first-of-type {
  margin-top: 0.55rem;
}

.di-news-report h3 {
  font-family: Poppins, sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--di-navy);
  margin: 2rem 0 0.65rem;
  letter-spacing: -0.01em;
  scroll-margin-top: 96px;
}

.di-news-report p {
  margin: 0 0 1.05rem;
}

.di-pull {
  margin: 1.75rem 0 1.9rem;
  padding: 18px 22px 18px 20px;
  border-left: 3px solid var(--di-blue);
  background: linear-gradient(90deg, rgba(8, 106, 216, 0.06), transparent 85%);
  border-radius: 0 10px 10px 0;
  font-family: Poppins, sans-serif;
  font-size: clamp(1.02rem, 1.6vw, 1.15rem);
  font-weight: 600;
  line-height: 1.45;
  color: var(--di-navy);
  letter-spacing: -0.015em;
}

.di-news-report h3 + .di-pull,
.di-news-report p + .di-pull {
  margin-top: 1.35rem;
}

.di-breakdown-body {
  max-width: none;
  width: 100%;
}

.di-breakdown-body > h2 {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  margin-top: 2.2rem;
}

.di-jump-row {
  font-size: 0.9rem;
  color: var(--di-muted);
  margin: 0 0 1.5rem;
  max-width: none;
  line-height: 1.55;
}

.di-jump-row a {
  color: var(--di-blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.di-article p,
.di-article li {
  font-family: Rubik, sans-serif;
  font-size: 1.02rem;
  line-height: 1.8;
  color: #364152;
}

.di-article a {
  color: var(--di-blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* --- Deal logic --- */
.di-logic-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 24px;
}

.di-logic-card {
  background: var(--di-soft);
  border: 1px solid var(--di-line);
  border-radius: 12px;
  padding: 18px 16px;
}

.di-logic-card h3 {
  font-family: Poppins, sans-serif;
  font-size: 0.95rem;
  margin: 0 0 10px;
  color: var(--di-navy);
}

.di-logic-card p {
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0;
  color: #364152;
}

.di-logic-figure {
  margin: 0 0 12px;
}

.di-logic-figure img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid var(--di-line);
}

.di-downloads {
  font-size: 0.9rem;
  color: var(--di-muted);
}

/* --- Deal Data tabs --- */
.di-deal-data {
  margin-top: 3rem;
  scroll-margin-top: 96px;
}

.di-tablist {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 18px;
  border-bottom: 1px solid var(--di-line);
  padding-bottom: 10px;
}

.di-tab {
  font-family: Rubik, sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  padding: 10px 14px;
  border: 1px solid transparent;
  border-radius: 8px 8px 0 0;
  background: transparent;
  color: var(--di-muted);
  cursor: pointer;
}

.di-tab[aria-selected="true"] {
  color: var(--di-navy);
  background: var(--di-soft);
  border-color: var(--di-line);
  border-bottom-color: var(--di-soft);
}

.di-tab-panel {
  border: 1px solid var(--di-line);
  border-radius: 12px;
  padding: 22px 20px;
  background: #fff;
  margin-bottom: 12px;
}

.di-tab-panel[hidden] {
  display: none !important;
}

.di-accordion-trigger {
  display: none;
  font-family: Poppins, sans-serif;
  font-size: 1.05rem;
  margin: 0 0 12px;
  color: var(--di-navy);
  cursor: pointer;
}

.di-tab-subhead {
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  margin: 0 0 14px;
  color: var(--di-navy);
}

.di-overview-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
}

.di-overview-row {
  display: grid;
  grid-template-columns: minmax(140px, 28%) 1fr;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--di-line);
}

.di-overview-row dt {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--di-muted);
}

.di-overview-row dd {
  margin: 0;
  font-size: 0.98rem;
  color: var(--di-ink);
}

.di-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--di-line);
  border-radius: 12px;
}

.di-timeline-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.di-timeline-table th,
.di-timeline-table td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid var(--di-line);
  vertical-align: top;
}

.di-timeline-table th {
  background: var(--di-soft);
  font-weight: 600;
  color: var(--di-navy);
  white-space: nowrap;
}

.di-facts-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.di-facts-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid var(--di-line);
  list-style: none;
}

.di-facts-list li::before { display: none; }

.di-copy-btn {
  flex-shrink: 0;
  font-size: 0.78rem;
  padding: 6px 10px;
  border: 1px solid var(--di-line);
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  color: var(--di-navy);
}

.di-quote-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.di-quote-card {
  margin: 0;
  padding: 20px;
  background: var(--di-soft);
  border-radius: 12px;
  border: 1px solid var(--di-line);
}

.di-quote-card blockquote {
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  background: transparent;
}

.di-quote-card p {
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--di-ink);
  margin: 0;
}

.di-quote-card figcaption {
  font-size: 0.85rem;
  color: var(--di-muted);
}

.di-cite-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.di-cite-list li {
  margin: 0 0 14px;
  list-style: none;
  max-width: none;
}

.di-cite-list li::before { display: none; }

.di-cite-list code,
.di-bibtex {
  display: block;
  font-size: 0.82rem;
  line-height: 1.5;
  padding: 12px 14px;
  background: var(--di-soft);
  border-radius: 8px;
  overflow-x: auto;
  white-space: pre-wrap;
  margin-top: 6px;
}

.di-media-card {
  padding: 18px 20px;
  background: var(--di-soft);
  border-radius: 12px;
  border: 1px solid var(--di-line);
  margin: 0 0 18px;
  max-width: none;
}

.di-media-label {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--di-muted);
  margin: 0 0 8px;
}

.di-source-list {
  margin: 0 0 1.2rem;
  padding-left: 1.2rem;
}

.di-source-list li {
  margin: 0.45rem 0;
  list-style: disc;
}

.di-src-meta {
  font-size: 0.85rem;
  color: var(--di-muted);
}

.di-entity-list {
  padding-left: 1.2rem;
  margin: 0 0 1rem;
}

.di-entity-list li {
  list-style: disc;
  margin: 0.4rem 0;
}

/* Restrained CTA: keep default site CTA but soften if present after DI */
body.di-page .cta-section {
  margin-top: 0;
}

@media (max-width: 1100px) {
  .di-logic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .di-quote-grid { grid-template-columns: 1fr; }
  .di-hero-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  .di-hero { min-height: auto; padding: 128px 0 0; }
  .di-hero .di-h1,
  .di-hero h1 { max-width: none; }
  .di-hero-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .di-hero-stat { min-height: 110px; }
}

@media (max-width: 720px) {
  /* Mobile: accordion — hide desktop tablist chrome */
  .di-tablist { display: none; }
  .di-tab-panel {
    display: block !important;
  }
  .di-tab-panel[hidden] {
    display: block !important;
  }
  .di-tab-panel .di-tab-panel-body {
    display: none;
  }
  .di-tab-panel.is-open .di-tab-panel-body {
    display: block;
  }
  .di-accordion-trigger {
    display: block;
    width: 100%;
    text-align: left;
    padding: 4px 0;
    background: none;
    border: 0;
  }
  .di-accordion-trigger::after {
    content: "+";
    float: right;
    color: var(--di-blue);
  }
  .di-tab-panel.is-open .di-accordion-trigger::after {
    content: "–";
  }
}

@media (max-width: 640px) {
  .di-hero-inner { padding-bottom: 32px; }
  .di-hero-copy { margin-bottom: 28px; }
  .di-hero-stats { grid-template-columns: 1fr; border-radius: 12px; }
  .di-hero-stat { min-height: 0; padding: 22px 20px; }
  .di-logic-grid { grid-template-columns: 1fr; }
  .di-author-strip,
  .di-author-card-inner { flex-direction: column; }
  .di-overview-row { grid-template-columns: 1fr; gap: 4px; }
  .di-shell { padding: 36px 0 72px; }
}



/* --- Research credit thin line --- */
.di-research-credit-line {
  margin: 10px 0 16px;
  font-family: Rubik, sans-serif;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.45);
}

.di-byline a { color: rgba(255,255,255,0.85); text-decoration: underline; text-underline-offset: 2px; }


/* === Deal identity statement piece === */
.di-deal-identity,
.di-deal-identity--statement {
  margin-top: 12px;
  padding: 2rem 1.75rem 1.85rem;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.14);
  background: linear-gradient(145deg, rgba(7,17,29,0.88), rgba(8,106,216,0.16));
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 28px 70px rgba(0,0,0,0.38);
  animation: di-rise 1s ease-out 0.28s both;
}
.di-deal-identity-stage {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto minmax(0,1fr);
  gap: 1.25rem 1.5rem;
  align-items: center;
}
.di-deal-party {
  text-align: center;
  min-width: 0;
}
.di-wordmark {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  width: 100%;
  min-height: 9.5rem;
  padding: 1.35rem 1.25rem 1.25rem;
  border-radius: 16px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.14);
  box-sizing: border-box;
}
.di-wordmark-mark {
  width: 72px; height: 72px; border-radius: 16px;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: Poppins, sans-serif; font-weight: 800; font-size: 1.4rem;
  background: #086ad8; color: #fff;
  flex-shrink: 0;
}
.di-wordmark-mark--logo {
  background: #fff;
  border: 1px solid rgba(255,255,255,0.22);
  padding: 12px;
  box-sizing: border-box;
}
.di-wordmark-mark--logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.di-wordmark-mark--buyer.di-wordmark-mark--logo {
  width: 72px;
  height: 72px;
  padding: 12px;
}
.di-wordmark-mark--target.di-wordmark-mark--logo {
  background: #f8fafc;
  width: auto;
  min-width: 140px;
  max-width: 220px;
  height: 64px;
  padding: 12px 18px;
  border-radius: 14px;
}
.di-wordmark-mark--target.di-wordmark-mark--logo img {
  width: auto;
  max-width: 180px;
  height: 100%;
}
.di-wordmark-text {
  font-family: Poppins, sans-serif;
  font-weight: 750;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  color: #fff;
  letter-spacing: -0.025em;
  line-height: 1.15;
  text-align: center;
}
.di-party-role {
  display: block;
  margin-top: 0.85rem;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.52);
  font-weight: 500;
}
.di-deal-identity-mid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0 0.25rem;
}
.di-acquires-rail { display: none; }
.di-acquires-chip {
  font-family: Rubik, sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7eb6ff;
  padding: 0.55rem 0.95rem;
  border: 1px solid rgba(74,158,255,0.4);
  border-radius: 999px;
  background: rgba(8,106,216,0.12);
  white-space: nowrap;
}
.di-deal-identity-meta,
.di-deal-data-link { display: none !important; }

@media (max-width: 900px) {
  .di-deal-identity-stage { grid-template-columns: 1fr; gap: 1rem; }
  .di-deal-identity-mid { padding: 0.15rem 0; }
  .di-wordmark { min-height: 0; }
}

/* --- Newsroom end-of-article author (FT / Bloomberg-style panel) --- */
.di-author-end {
  display: flex;
  gap: 1.35rem;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  margin: 2rem 0 0;
  padding: 1.5rem 1.6rem;
  border: 1px solid #c9d4e2;
  background:
    linear-gradient(180deg, #fbfcfe 0%, #f4f7fb 100%);
  box-shadow: inset 3px 0 0 #0d1b2e;
}
.di-author-end-photo {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: #e8eef5;
  border: 1px solid #d5dee9;
}
.di-author-end-copy { min-width: 0; flex: 1; }
.di-author-end-by {
  margin: 0 0 0.45rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.75rem;
}
.di-author-end-name {
  font-family: Poppins, sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--di-navy);
  text-decoration: none;
  letter-spacing: -0.015em;
}
.di-author-end-name:hover { color: var(--di-blue); }
.di-author-end-role {
  font-size: 0.9rem;
  color: var(--di-muted);
}
.di-author-end-bio {
  margin: 0 0 0.7rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--di-ink);
  max-width: 46rem;
}
.di-author-end-links {
  margin: 0;
  font-size: 0.88rem;
  color: var(--di-muted);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.55rem;
}
.di-author-end-links a {
  color: var(--di-blue);
  text-decoration: none;
}
.di-author-end-links a:hover { text-decoration: underline; text-underline-offset: 2px; }
.di-author-end-sep { color: #94a3b8; }
.di-author-li-emoji {
  font-style: normal;
  margin-right: 0.15rem;
}
@media (max-width: 560px) {
  .di-author-end {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.25rem 1.15rem;
    gap: 1rem;
  }
  .di-author-end-photo { width: 72px; height: 72px; }
}

/* Editorial disclaimer — below body, above sources + author */
.di-editorial-disclaimer {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  margin: 2.25rem 0 1.5rem;
  padding: 1.15rem 1.35rem;
  border: 1px solid #d7e0eb;
  background: #f7f9fc;
  color: #334155;
}
.di-editorial-disclaimer-label {
  margin: 0 0 0.4rem;
  font-family: Rubik, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #64748b;
}
.di-editorial-disclaimer-body {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #334155;
  max-width: 48rem;
}
.di-editorial-disclaimer-body a {
  color: var(--di-blue);
  text-decoration: none;
}
.di-editorial-disclaimer-body a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Legacy dark band kept inert if any residual markup */
.di-author-band { display: none !important; }


/* --- Mid-article related (editorial) + services --- */
.di-related--editorial {
  margin: 2.5rem 0;
  padding: 0;
  width: 100%;
  max-width: none;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, #07111d 0%, #0d1b2e 100%);
  color: #fff;
  box-shadow: none;
}
.di-related-inner {
  padding: 1.75rem 0.15rem 1.85rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.di-related--editorial .di-related-kicker {
  margin: 0 0 1.1rem;
  font-family: Rubik, sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(148,163,184,0.95);
}
.di-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem 2rem;
}
.di-related--editorial .di-related-item {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none !important;
  color: inherit;
  min-width: 0;
  transition: opacity 0.15s ease;
}
.di-related--editorial .di-related-item:hover { opacity: 0.88; }
.di-related--editorial .di-related-label {
  font-family: Poppins, sans-serif;
  font-weight: 650;
  font-size: 1.02rem;
  line-height: 1.35;
  letter-spacing: -0.015em;
  color: #fff;
  text-decoration: none !important;
  border-bottom: none;
}
.di-related--editorial .di-related-dek {
  font-size: 0.88rem;
  line-height: 1.45;
  color: rgba(226,232,240,0.62);
  text-decoration: none !important;
}
.di-article .di-related--editorial a,
.di-article .di-related--editorial a:hover,
.di-article .di-related--editorial a:visited {
  color: inherit;
  text-decoration: none !important;
}

.di-services-callout--band {
  margin: 2.25rem 0;
  padding: 0;
  max-width: none;
  width: 100%;
  border: 0;
  border-radius: 16px;
  background:
    radial-gradient(900px 240px at 90% 0%, rgba(8,106,216,0.22), transparent 55%),
    linear-gradient(145deg, #07111d 0%, #0d1b2e 60%, #10233a 100%);
  color: #fff;
  box-shadow: 0 18px 50px rgba(7,17,29,0.22);
  overflow: hidden;
}
.di-band-inner { padding: 1.65rem 1.75rem 1.55rem; }
.di-services-layout {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem 2rem;
  align-items: end;
}
.di-services-callout--band .di-services-kicker {
  margin: 0 0 0.65rem;
  font-family: Rubik, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #4a9eff;
}
.di-services-callout--band .di-services-title {
  margin: 0 0 0.55rem;
  font-family: Poppins, sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 750;
  letter-spacing: -0.02em;
  color: #fff;
  max-width: 36rem;
}
.di-services-callout--band .di-services-body {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(226,232,240,0.78);
  max-width: 38rem;
}
.di-services-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
  justify-content: flex-end;
}
/* Beat .di-article a underline/blue — CTA labels must stay visible */
.di-article .di-services-callout a.di-btn,
.di-services-callout a.di-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  padding: 0.6rem 1.25rem;
  border-radius: 999px;
  font-family: Poppins, sans-serif;
  font-weight: 650;
  font-size: 0.92rem;
  line-height: 1;
  text-decoration: none !important;
  box-shadow: none;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.di-article .di-services-callout a.di-btn:hover,
.di-services-callout a.di-btn:hover {
  transform: translateY(-1px);
  text-decoration: none !important;
}
.di-article .di-services-callout a.di-btn--primary,
.di-services-callout a.di-btn--primary {
  background: #086ad8;
  color: #ffffff !important;
  border: 1px solid #086ad8;
}
.di-article .di-services-callout a.di-btn--primary:hover,
.di-services-callout a.di-btn--primary:hover {
  background: #0b78f0;
  color: #ffffff !important;
  border-color: #0b78f0;
}
.di-article .di-services-callout a.di-btn--ghost,
.di-services-callout a.di-btn--ghost {
  background: transparent;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.32);
}
.di-article .di-services-callout a.di-btn--ghost:hover,
.di-services-callout a.di-btn--ghost:hover {
  border-color: rgba(74,158,255,0.85);
  color: #dbeafe !important;
}
@media (max-width: 820px) {
  .di-related-grid { grid-template-columns: 1fr; gap: 1.15rem; }
  .di-services-layout { grid-template-columns: 1fr; align-items: start; }
  .di-services-actions { justify-content: flex-start; }
}

/* Legacy thin styles kept for non-band fallbacks */
.di-related-box:not(.di-related-box--band),
.di-services-callout:not(.di-services-callout--band) {
  margin: 1.75rem 0 2rem;
  padding: 1rem 0 1.05rem;
  border-top: 1px solid var(--di-line);
  border-bottom: 1px solid var(--di-line);
  max-width: 38rem;
  background: transparent;
}


/* --- Interactive path timeline (editorial) --- */
.di-viz--interactive { margin: 1.75rem 0 2rem; }
.di-path {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(13,27,46,0.1);
  background: #fff;
  box-shadow: 0 12px 36px rgba(7,17,29,0.06);
}
.di-path-head {
  padding: 1.25rem 1.4rem 1.05rem;
  background: linear-gradient(135deg, #07111d, #0d1b2e 75%);
  color: #fff;
}
.di-path-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #4a9eff;
  font-weight: 500;
}
.di-path-title {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.di-path-arc {
  margin: 0.4rem 0 0;
  font-size: 0.88rem;
  color: rgba(226,232,240,0.7);
}
.di-path-hint { display: none; }
.di-path-track {
  list-style: none;
  margin: 0;
  padding: 1.5rem 1rem 0.75rem;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.5rem;
  position: relative;
}
.di-path-track::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 2.05rem;
  height: 2px;
  background: linear-gradient(90deg, #cbd5e1 0%, #94a3b8 40%, #086ad8 100%);
  z-index: 0;
}
.di-path-node { position: relative; z-index: 1; margin: 0; min-width: 0; }
.di-path-hit {
  width: 100%;
  appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  padding: 0 0.25rem 0.85rem;
  color: inherit;
  font: inherit;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.28rem;
}
.di-path-marker {
  display: block;
  width: 12px; height: 12px;
  margin: 0 0 0.55rem;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #0d1b2e;
  box-shadow: 0 0 0 2px #fff;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.di-path-node.is-divested .di-path-marker {
  border-color: #94a3b8;
  background: #e2e8f0;
}
.di-path-node.is-retained .di-path-marker {
  border-color: #086ad8;
  background: #fff;
}
.di-path-node.is-current .di-path-marker,
.di-path-node.is-open .di-path-marker,
.di-path-hit:hover .di-path-marker,
.di-path-hit:focus-visible .di-path-marker {
  background: #086ad8;
  border-color: #086ad8;
  box-shadow: 0 0 0 4px rgba(8,106,216,0.18);
  transform: scale(1.12);
}
.di-path-when {
  font-size: 0.7rem;
  color: #64748b;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.di-path-name {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  color: #0d1b2e;
  letter-spacing: -0.015em;
  line-height: 1.25;
}
.di-path-node.is-divested .di-path-name { color: #64748b; font-weight: 600; }
.di-path-tag {
  font-size: 0.72rem;
  line-height: 1.3;
  color: #64748b;
  padding: 0.12rem 0.45rem;
  border-radius: 999px;
  background: #f1f5f9;
  display: inline-block;
}
.di-path-node.is-divested .di-path-tag { background: #f1f5f9; color: #64748b; }
.di-path-node.is-retained .di-path-tag { background: rgba(8,106,216,0.08); color: #086ad8; }
.di-path-node.is-current .di-path-tag {
  background: #086ad8;
  color: #fff;
  font-weight: 600;
}
.di-path-theme, .di-path-note, .di-path-dot { display: none; }
.di-path-slot {
  margin: 0 1.15rem 0.35rem;
  min-height: 0;
}
.di-path-panel {
  margin: 0;
  padding: 1.05rem 1.15rem 1.1rem;
  border-radius: 14px;
  background: linear-gradient(135deg, #07111d, #0d1b2e);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 10px 28px rgba(7,17,29,0.12);
}
.di-path-panel[hidden] { display: none !important; }
.di-path-slot:not(:has(.di-path-panel:not([hidden]))) { display: none; }
.di-path-status {
  margin: 0 0 0.4rem;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #4a9eff;
  font-weight: 600;
}
.di-path-panel[data-kind="divested"] .di-path-status { color: #94a3b8; }
.di-path-panel[data-kind="current"] .di-path-status { color: #4a9eff; }
.di-path-detail {
  margin: 0 0 0.65rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(226,232,240,0.92);
}
.di-path-source {
  font-size: 0.85rem;
  color: #4a9eff !important;
  text-decoration: none !important;
  font-weight: 500;
}
.di-path-source:hover { text-decoration: underline !important; text-underline-offset: 2px; }
.di-path-foot {
  padding: 1rem 1.35rem 1.2rem;
  border-top: 1px solid #eef2f7;
}
.di-path-takeaway {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #1a2332;
  font-weight: 550;
}
.di-path-disclaimer, .di-path-attr {
  margin: 0;
  font-size: 0.78rem;
  color: #64748b;
  line-height: 1.4;
}
.di-path-attr { display: none; }

@media (max-width: 900px) {
  .di-path-track {
    grid-template-columns: 1fr;
    padding: 0.85rem 1rem 0.5rem;
    gap: 0;
  }
  .di-path-track::before {
    left: 1.15rem;
    right: auto;
    top: 1.1rem;
    bottom: 1.1rem;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, #cbd5e1, #086ad8);
  }
  .di-path-hit {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 0.75rem;
    row-gap: 0.2rem;
    padding: 0.7rem 0.35rem 0.7rem 0;
  }
  .di-path-marker {
    margin: 0;
    flex: 0 0 auto;
  }
  .di-path-when { order: 1; }
  .di-path-name { order: 2; flex: 1 1 auto; }
  .di-path-tag { order: 3; margin-left: 1.85rem; }
  .di-path-slot { margin-left: 1rem; margin-right: 1rem; }
}


/* --- Dual before/after magazine panels --- */
.di-dual {
  border-radius: 18px;
  overflow: hidden;
  background: #07111d;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 16px 44px rgba(7,17,29,0.2);
  color: #fff;
}
.di-dual-head {
  padding: 1.25rem 1.4rem 0.85rem;
}
.di-dual-kicker {
  margin: 0 0 0.3rem;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #4a9eff;
}
.di-dual-title {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.di-dual-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.di-dual-panel {
  padding: 0.85rem 0.85rem 1rem;
  min-width: 0;
}
.di-dual-panel--before {
  border-right: 1px solid rgba(255,255,255,0.08);
  background: #0a1624;
}
.di-dual-label {
  margin: 0 0 0.55rem 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #94a3b8;
  font-weight: 600;
}
.di-dual-panel--after .di-dual-label { color: #4a9eff; }
.di-dual-svg {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
@media (max-width: 820px) {
  .di-dual-grid { grid-template-columns: 1fr; }
  .di-dual-panel--before { border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
}

/* --- Why-the-deal visual --- */
.di-why {
  border-radius: 18px;
  overflow: hidden;
  background: #07111d;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 16px 44px rgba(7,17,29,0.2);
  color: #fff;
}
.di-why-head {
  padding: 1.2rem 1.35rem 0.75rem;
}
.di-why-kicker {
  margin: 0 0 0.3rem;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #4a9eff;
}
.di-why-title {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.di-why-svg {
  width: 100%;
  height: auto;
  display: block;
}
.di-why-node {
  transition: stroke 0.25s ease, filter 0.25s ease;
}
.di-why:hover .di-why-node--jet {
  filter: drop-shadow(0 0 10px rgba(74,158,255,0.35));
}
.di-why-read {
  transition: stroke 0.25s ease;
}
.di-why:hover .di-why-read {
  stroke: rgba(201,162,39,0.55);
}


/* Class coverage stubs (visual styles may live elsewhere / SVG attrs) */
.di-market-copy { display: block; }
.di-rail-bullets--after { list-style: none; }
.di-rail-bullets--before { list-style: none; }
.di-rail-dek { margin: 0; }
.di-rail-dest-note { fill: #64748b; }
.di-rail-gap-label { fill: #94a3b8; }
.di-rail-gap-sub { fill: #64748b; }
.di-rail-gap-title { fill: #cbd5e1; }
.di-rail-head { display: block; }
.di-rail-jet { opacity: 0; }
.di-rail-line { stroke: #4a9eff; }
.di-rail-line--gap { stroke: #64748b; }
.di-rail-line--snap { stroke: #4a9eff; }
.di-rail-line--to-dest { stroke: #64748b; }
.di-rail-node { fill: #0d1b2e; }
.di-rail-node--dest { fill: #0d1b2e; }
.di-rail-node--gap { fill: #121a26; }
.di-rail-node--snap { fill: #0d1b2e; }
.di-rail-stage { display: block; }
.di-rail-svg { width: 100%; height: auto; }
.di-rail-tab { cursor: pointer; }
.di-rail-title { margin: 0; }
.di-rail-toggle { display: flex; gap: 0.5rem; }
.is-new { font-weight: 600; }
.is-weak { opacity: 0.75; }

/* Kill leftover dual-rail chrome if present */
.di-rail, .di-rail-bullets { display: none !important; }

/* Article prose rhythm */
.di-article strong { font-weight: 650; color: var(--di-navy); }
.di-article em { font-style: italic; }
.di-article ul { margin: 0.85rem 0 1.15rem; padding-left: 1.2rem; }
.di-article li { margin: 0.35rem 0; }
.di-article a { color: var(--di-blue); text-underline-offset: 2px; }
.di-article .di-btn,
.di-article .di-related--editorial a,
.di-article .di-path-source,
.di-article .di-why a {
  text-decoration: none;
}
.di-article h3 {
  margin: 1.35rem 0 0.55rem;
  font-family: Poppins, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--di-navy);
}


/* --- Compact cite box --- */
.di-cite-box { margin-top: 2.5rem; }
.di-cite-hint { color: var(--di-muted); font-size: 0.92rem; margin: 0 0 14px; }
.di-cite-card {
  border: 1px solid var(--di-line); border-radius: 14px; padding: 20px 22px; background: #f8fafc;
}
.di-cite-row { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin: 0 0 8px; }
.di-cite-row--link { margin-top: 16px; }
.di-cite-label { margin: 0; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--di-muted); }
.di-cite-text { margin: 0; font-size: 1rem; line-height: 1.55; color: var(--di-ink); }
.di-cite-permalink { margin: 0; font-size: 0.92rem; word-break: break-all; }
.di-cite-more { margin-top: 14px; }
.di-cite-more summary { cursor: pointer; color: var(--di-blue); font-size: 0.9rem; }
.di-copy-btn {
  border: 1px solid var(--di-line); background: #fff; color: var(--di-navy);
  border-radius: 8px; padding: 6px 12px; font-size: 0.82rem; cursor: pointer;
}
.di-copy-btn:hover { border-color: var(--di-blue); color: var(--di-blue); }

/* --- Primary sources --- */
.di-primary-source-list { list-style: none; padding: 0; margin: 0; }
.di-primary-source {
  padding: 14px 0; border-bottom: 1px solid var(--di-line);
  display: flex; flex-direction: column; gap: 4px;
}
.di-primary-source:last-child { border-bottom: 0; }
.di-primary-source a { font-weight: 600; color: var(--di-blue); }
.di-primary-source-meta { font-size: 0.88rem; color: var(--di-muted); }

/* --- Collapsed Deal Data --- */
.di-deal-data--collapsed { margin-top: 2.2rem; }
.di-deal-data-shell {
  border: 1px solid var(--di-line); border-radius: 14px; background: #fafbfc; padding: 0;
}
.di-deal-data-summary {
  list-style: none; cursor: pointer; padding: 18px 22px;
  display: flex; flex-direction: column; gap: 4px;
}
.di-deal-data-summary::-webkit-details-marker { display: none; }
.di-deal-data-summary-title {
  font-family: Poppins, sans-serif; font-weight: 700; font-size: 1.15rem; color: var(--di-navy);
}
.di-deal-data-summary-hint { font-size: 0.88rem; color: var(--di-muted); }
.di-deal-data-body { padding: 0 22px 22px; border-top: 1px solid var(--di-line); }
.di-data-acc { border-bottom: 1px solid var(--di-line); }
.di-data-acc:last-child { border-bottom: 0; }
.di-data-acc-summary {
  cursor: pointer; padding: 14px 0; font-weight: 600; color: var(--di-navy); list-style: none;
}
.di-data-acc-summary::-webkit-details-marker { display: none; }
.di-tablist { display: none !important; }

/* --- Visuals + thesis --- */
.di-standfirst {
  font-family: Rubik, sans-serif;
  font-size: clamp(1.12rem, 1.7vw, 1.28rem);
  line-height: 1.65;
  color: var(--di-navy);
  font-weight: 500;
  margin: 0 0 1.45rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--di-line);
  max-width: 62ch;
}
.di-news-report > .di-standfirst:first-child {
  margin-top: 0.15rem;
}
.di-viz { margin: 1.8rem 0 2.2rem; }
.di-viz--inline { margin: 1.5rem 0 1.85rem; }
.di-viz-title {
  font-family: Poppins, sans-serif; font-size: 1.05rem; font-weight: 700;
  color: var(--di-navy); margin: 0 0 10px; letter-spacing: -0.01em;
}
.di-viz--inline .di-viz-title {
  font-size: 0.98rem;
  font-weight: 650;
}
.di-viz-frame {
  border: 1px solid var(--di-line); border-radius: 14px; overflow: hidden; background: #fff;
}
.di-viz-frame img { display: block; width: 100%; height: auto; }
.di-viz figcaption { margin-top: 10px; }
.di-viz-takeaway { display: block; color: var(--di-ink); font-size: 1rem; margin-bottom: 4px; }
.di-viz-caption {
  display: block;
  color: var(--di-ink);
  font-size: 0.92rem;
  line-height: 1.45;
  margin-bottom: 4px;
}
.di-viz-meta { display: block; color: var(--di-muted); font-size: 0.78rem; }
.di-downloads {
  margin: 8px 0 0;
  font-size: 0.85rem;
  color: var(--di-muted);
}
.di-downloads--quiet {
  margin: 6px 0 0;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  opacity: 0.72;
}
.di-downloads--quiet a {
  color: var(--di-muted);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.di-downloads--quiet a:hover {
  color: var(--di-blue);
  border-bottom-color: var(--di-blue);
}
.di-thesis {
  margin: 0 0 1.4rem; padding: 18px 20px;
  border-left: 3px solid var(--di-blue);
  background: linear-gradient(90deg, rgba(8,106,216,0.07), transparent 90%);
  border-radius: 0 12px 12px 0;
}
.di-thesis p {
  margin: 0; font-family: Poppins, sans-serif; font-weight: 600;
  font-size: 1.08rem; line-height: 1.45; color: var(--di-navy);
}
.di-logic-figure { display: none; } /* flow uses di-viz */

@media (max-width: 900px) {
  .di-deal-identity-stage { grid-template-columns: 1fr; }
  .di-deal-identity-mid { flex-direction: row; }
  .di-deal-identity-meta { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .di-hero-stats { display: none; }
}

/* CSS-break audit anchors */
.di-acquiry-view { }
.di-author-band-copy { }
.di-breakdown-anchor { }
.di-data-acc-list { }
.di-deal-party--buyer { }
.di-deal-party--target { }
.di-deal-price { }
.di-deal-status { }
.di-overview-note { }
.di-overview-source { }
.di-ownership { }
.di-primary-sources { }
.di-quotes { }
.di-source-ledger { }
.di-valuation { }
.di-visual-intel { }
.di-watch { }
.di-wordmark--buyer { }
.di-wordmark--target { }


/* === Ship v3: market, related, endmatter, contrast === */

.di-market {
  margin: 1.25rem 0 0;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(13,27,46,0.1);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(7,17,29,0.05);
}
.di-market-inner {
  display: grid;
  grid-template-columns: minmax(0, 200px) minmax(0, 1fr);
  gap: 0.75rem 1.25rem;
  align-items: center;
}
.di-market-kicker {
  margin: 0 0 0.25rem;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #086ad8;
  font-weight: 500;
}
.di-market-symbol {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.05rem;
  color: #0d1b2e;
  letter-spacing: -0.02em;
}
.di-market-exch {
  font-size: 0.72rem;
  font-weight: 500;
  color: #64748b;
  letter-spacing: 0.06em;
  margin-right: 0.25rem;
}
.di-market-name {
  margin: 0.15rem 0 0;
  font-size: 0.85rem;
  color: #475569;
}
.di-market-note {
  margin: 0.35rem 0 0;
  font-size: 0.7rem;
  color: #94a3b8;
  line-height: 1.35;
}
.di-market-widget {
  min-height: 72px;
  width: 100%;
  overflow: hidden;
}
.di-market-widget .tradingview-widget-container__widget {
  min-height: 72px;
}
@media (max-width: 720px) {
  .di-market-inner { grid-template-columns: 1fr; }
}

/* Related — light editorial, full width, proper padding */
.di-related--editorial {
  margin: 2.75rem 0;
  padding: 0;
  width: 100%;
  max-width: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #0d1b2e;
  box-shadow: none;
}
.di-related-inner {
  padding: 1.75rem 0 1.85rem;
  border-top: 1px solid #e6edf5;
  border-bottom: 1px solid #e6edf5;
}
.di-related--editorial .di-related-kicker {
  margin: 0 0 1.25rem;
  font-family: Rubik, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #086ad8;
  line-height: 1.2;
}
.di-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem 1.25rem;
}
.di-related--editorial .di-related-card {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin: 0;
  padding: 1.15rem 1.2rem 1.2rem;
  border: 1px solid #e6edf5;
  border-radius: 10px;
  background: #f8fafc;
  text-decoration: none !important;
  color: inherit;
  min-width: 0;
  min-height: 100%;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.di-related--editorial .di-related-card:hover {
  border-color: rgba(8,106,216,0.35);
  background: #fff;
  box-shadow: 0 10px 28px rgba(7,17,29,0.06);
}
.di-related--editorial .di-related-label {
  font-family: Poppins, sans-serif;
  font-weight: 650;
  font-size: 1.02rem;
  line-height: 1.4;
  letter-spacing: -0.015em;
  color: #0d1b2e;
  text-decoration: none !important;
}
.di-related--editorial .di-related-dek {
  font-size: 0.9rem;
  line-height: 1.55;
  color: #475569;
  text-decoration: none !important;
}
.di-article .di-related--editorial a,
.di-article .di-related--editorial a:hover,
.di-article .di-related--editorial a:visited {
  color: inherit;
  text-decoration: none !important;
}
@media (max-width: 820px) {
  .di-related-grid { grid-template-columns: 1fr; }
}

/* Path timeline — force light text on dark panels / head */
.di-path-head { color: #fff; }
.di-path-title { color: #ffffff !important; }
.di-path-arc { color: rgba(226,232,240,0.85) !important; }
.di-path-kicker { color: #7eb6ff !important; }
.di-path-panel { color: #fff; }
.di-path-detail { color: #e2e8f0 !important; }
.di-path-status { color: #7eb6ff !important; }
.di-path-panel[data-kind="divested"] .di-path-status { color: #cbd5e1 !important; }

/* Why-deal breathing room */
.di-why-head { padding: 1.35rem 1.5rem 1rem; }
.di-why-kicker { margin: 0 0 0.45rem; color: #7eb6ff; }
.di-why-title { color: #ffffff !important; line-height: 1.35; }
.di-dual-title { color: #ffffff !important; }
.di-dual-kicker { color: #7eb6ff; }

/* Kill under-image chrome globally in DI */
.di-viz figcaption,
.di-viz .di-downloads,
.di-viz .di-viz-caption,
.di-viz .di-viz-meta { display: none !important; }

/* Footnote-scale end matter */
.di-endmatter {
  margin: 2.75rem 0 1.75rem;
  padding: 1.35rem 0 0;
  border-top: 1px solid #e6edf5;
  max-width: 42rem;
}
.di-endmatter-kicker {
  margin: 0 0 1rem;
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #94a3b8;
  font-weight: 500;
}
.di-endmatter .di-fn-label,
.di-endmatter .di-deal-data-summary-title {
  font-family: Rubik, sans-serif;
  font-size: 0.72rem !important;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #64748b !important;
  margin: 0;
  line-height: 1.3;
}
.di-endmatter .di-deal-data {
  margin: 0 0 1.15rem;
  padding: 0;
  border: 0;
  background: transparent;
}
.di-endmatter .di-deal-data-shell {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.di-endmatter .di-deal-data-summary {
  padding: 0.55rem 0;
  border-top: 1px solid #eef2f7;
  border-bottom: 1px solid #eef2f7;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.85rem;
  align-items: baseline;
  cursor: pointer;
  list-style: none;
}
.di-endmatter .di-deal-data-summary-hint {
  font-size: 0.78rem;
  color: #94a3b8;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.di-endmatter .di-deal-data-body {
  padding: 0.85rem 0 0.25rem;
  border: 0;
  font-size: 0.88rem;
}
.di-endmatter .di-module-note { font-size: 0.8rem; color: #64748b; }
.di-fn-sources { margin: 0.9rem 0 0; padding-top: 0.9rem; border-top: 1px solid #eef2f7; }
.di-fn-source-list {
  list-style: none;
  margin: 0.45rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.di-fn-source-list a {
  font-size: 0.82rem;
  line-height: 1.45;
  color: #475569 !important;
  text-decoration: none !important;
}
.di-fn-source-list a:hover { color: #086ad8 !important; text-decoration: underline !important; }
.di-fn-cite { margin: 0.9rem 0 0; padding-top: 0.9rem; border-top: 1px solid #eef2f7; }
.di-fn-cite-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.65rem;
  align-items: flex-start;
  margin-top: 0.4rem;
}
.di-fn-cite-text {
  flex: 1 1 16rem;
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #475569;
}
.di-fn-copy {
  font-size: 0.72rem !important;
  padding: 0.25rem 0.55rem !important;
  min-height: 0 !important;
}
.di-fn-bibtex { margin-top: 0.45rem; font-size: 0.78rem; color: #64748b; }
.di-fn-bibtex summary { cursor: pointer; color: #086ad8; }
.di-fn-bibtex pre {
  margin: 0.45rem 0 0;
  padding: 0.65rem 0.75rem;
  background: #f8fafc;
  border: 1px solid #eef2f7;
  border-radius: 6px;
  font-size: 0.72rem;
  overflow: auto;
}
.di-fn-disclaimer {
  margin: 1rem 0 0;
  padding-top: 0.85rem;
  border-top: 1px solid #eef2f7;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #94a3b8;
}

.di-author-end { margin-top: 1.75rem; }
.di-end-cta.article-cta-band {
  margin: 2rem -1.5rem 0;
  border-radius: 16px;
  padding: 3.25rem 1.5rem;
  overflow: hidden;
}
@media (min-width: 900px) {
  .di-end-cta.article-cta-band { margin-left: 0; margin-right: 0; }
}
.di-article .di-end-cta a.btn { text-decoration: none !important; }



/* === Ship p: contrast, quote strip, timeline, appendix, CTAs === */

/* Beat .di-article p/h3 inheritance on dark panels */
.di-article .di-why p,
.di-article .di-why h3,
.di-article .di-path-head p,
.di-article .di-path-head h3,
.di-article .di-path-panel p,
.di-article .di-path-panel a,
.di-article .di-dual-head p,
.di-article .di-dual-head h3,
.di-article .di-dual-label,
.di-article .di-deal-identity p,
.di-article .di-deal-identity span,
.di-article .di-services-callout p,
.di-article .article-cta-band p,
.di-article .article-cta-band h2 {
  color: inherit;
}
.di-article .di-why-kicker,
.di-article .di-path-kicker,
.di-article .di-dual-kicker,
.di-article .di-party-role,
.di-article .di-path-status,
.di-article .di-services-kicker,
.di-article .article-cta-eyebrow {
  color: #B8C9D9 !important;
}
.di-article .di-why-title,
.di-article .di-path-title,
.di-article .di-dual-title,
.di-article .di-wordmark-text,
.di-article .di-path-detail,
.di-article .di-services-title,
.di-article .article-cta-band h2 {
  color: #ffffff !important;
}
.di-article .di-path-arc,
.di-article .di-services-body,
.di-article .article-cta-band p {
  color: rgba(226,232,240,0.82) !important;
}
.di-article .di-path-source,
.di-article .di-path-panel a.di-path-source {
  color: #A8C8FF !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}
.di-article .di-path-panel strong,
.di-article .di-why strong,
.di-article .di-deal-identity strong {
  color: #fff !important;
}

/* Bloomberg-style quote strip (permanent DI hero component) */
.di-quote-strip-stack {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin: 1rem 0 0;
  width: 100%;
}
.di-quote-strip {
  margin: 1rem 0 0;
  width: 100%;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 10px;
  background: rgba(7,17,29,0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.di-quote-strip-stack .di-quote-strip {
  margin: 0;
}
.di-quote-strip-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.85rem;
  padding: 0.7rem 1rem;
  font-family: Rubik, sans-serif;
  color: #e2e8f0;
}
.di-q-exch {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #94a3b8;
}
.di-q-sym {
  font-family: Poppins, sans-serif;
  font-size: 0.95rem;
  font-weight: 750;
  color: #fff;
  letter-spacing: -0.02em;
}
.di-q-name {
  font-size: 0.82rem;
  color: #cbd5e1;
}
.di-q-role {
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #94a3b8;
}
.di-q-price {
  font-family: Poppins, sans-serif;
  font-weight: 750;
  font-size: 1.05rem;
  color: #fff;
  margin-left: auto;
}
.di-q-chg, .di-q-pts {
  font-size: 0.88rem;
  font-weight: 600;
}
.di-q-chg.is-up, .di-q-pts.is-up { color: #34d399; }
.di-q-chg.is-down, .di-q-pts.is-down { color: #f87171; }
.di-q-vol {
  font-size: 0.75rem;
  color: #94a3b8;
}
.di-q-delayed,
.di-q-status {
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #64748b;
  border: 1px solid rgba(148,163,184,0.35);
  border-radius: 999px;
  padding: 0.15rem 0.45rem;
}
.di-q-status.is-delisted {
  margin-left: auto;
  color: #fbbf24;
  border-color: rgba(251,191,36,0.45);
}
.di-q-note {
  font-size: 0.75rem;
  color: #94a3b8;
}
.di-quote-strip--status .di-q-price { display: none; }
@media (max-width: 720px) {
  .di-q-price,
  .di-q-status.is-delisted { margin-left: 0; }
}

/* Timeline: centered columns, click UX */
.di-path-hit {
  text-align: center !important;
  align-items: center !important;
  cursor: pointer;
}
.di-path-marker { margin-left: auto; margin-right: auto; }
.di-path-when, .di-path-name, .di-path-tag { text-align: center; width: 100%; }
.di-path-name { font-size: 0.9rem; }
.di-path-node.is-open .di-path-marker,
.di-path-node.is-current.is-open .di-path-marker {
  background: #086ad8;
  border-color: #086ad8;
  box-shadow: 0 0 0 4px rgba(8,106,216,0.2);
}
.di-path-node.is-open .di-path-name { color: #086ad8; }
.di-path-hint-inline {
  margin: 0 1.15rem 0.75rem;
  font-size: 0.78rem;
  color: #64748b;
}
.di-path-foot { display: none !important; }

/* Full-width mid/end CTAs (site article-cta-band) */
.di-article .article-cta-band.di-mid-cta,
.di-article .article-cta-band.di-end-cta,
.di-shell .article-cta-band.di-mid-cta,
.di-shell .article-cta-band.di-end-cta {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-radius: 0;
  padding: 4.5rem 0;
  box-sizing: border-box;
}
.di-article .article-cta-band .btn,
.di-shell .article-cta-band .btn {
  color: #fff !important;
  text-decoration: none !important;
}
.di-article .article-cta-band .btn-primary,
.di-shell .article-cta-band .btn-primary {
  background: #086ad8 !important;
  border: 1px solid #086ad8 !important;
  color: #fff !important;
}
.di-article .article-cta-band .btn-outline,
.di-shell .article-cta-band .btn-outline {
  background: transparent !important;
  border: 1px solid rgba(255,255,255,0.4) !important;
  color: #fff !important;
}

/* Compact wide footnote appendix */
.di-endmatter {
  max-width: none !important;
  width: 100%;
  margin: 2rem 0 1.25rem;
  padding-top: 1rem;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #64748b;
}
.di-endmatter-kicker {
  font-size: 0.62rem !important;
  margin-bottom: 0.65rem !important;
}
.di-endmatter .di-fn-label,
.di-endmatter .di-deal-data-summary-title {
  font-size: 0.65rem !important;
}
.di-endmatter .di-fn-cite-text,
.di-endmatter .di-fn-source-list a,
.di-endmatter .di-fn-disclaimer,
.di-endmatter .di-deal-data-summary-hint,
.di-endmatter .di-module-note {
  font-size: 0.74rem !important;
  line-height: 1.4 !important;
}
.di-endmatter .di-fn-sources,
.di-endmatter .di-fn-cite,
.di-endmatter .di-deal-data {
  margin-top: 0.55rem;
  padding-top: 0.55rem;
}
.di-endmatter .di-fn-cite-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 0.4rem 0.6rem;
  align-items: start;
}
@media (max-width: 720px) {
  .di-endmatter .di-fn-cite-row { grid-template-columns: 1fr; }
}

/* Related stays light cards */
.di-related--editorial { margin: 2.25rem 0; }


/* === Ship r: DELAYED off, CTA flush, appendix accordion, timeline clean === */

/* Kill header DELAYED pill (keep tiny note in appendix only) */
.di-q-delayed { display: none !important; }

/* CTA flush to site footer — white band was .di-shell bottom padding */
.di-shell {
  padding-bottom: 0 !important;
}
@media (max-width: 900px) {
  .di-shell { padding-bottom: 0 !important; }
}
.di-article .article-cta-band.di-end-cta,
.di-shell .article-cta-band.di-end-cta {
  margin-bottom: 0 !important;
  margin-top: 2rem;
}
.di-article .article-cta-band.di-mid-cta,
.di-shell .article-cta-band.di-mid-cta {
  margin-bottom: 2.5rem;
}

/* Timeline: one column per deal; no numbered badges */
.di-path-track {
  list-style: none !important;
  counter-reset: none;
}
.di-path-track > li {
  list-style: none !important;
}
.di-path-track > li::marker,
.di-path-track > li::before {
  content: none !important;
  display: none !important;
}
.di-path-num,
.di-path-step {
  display: none !important;
}
.di-path-hit {
  text-align: center !important;
  align-items: center !important;
}
.di-path-marker {
  margin-left: auto !important;
  margin-right: auto !important;
}
.di-path-when,
.di-path-name,
.di-path-tag {
  text-align: center;
  width: 100%;
}
.di-path-foot { display: none !important; }

/* Single closed appendix accordion */
.di-endmatter {
  max-width: none !important;
  width: 100%;
  margin: 1.5rem 0 1.25rem;
  padding-top: 0.75rem;
  border-top: 1px solid #e6edf5;
  font-size: 0.74rem;
  line-height: 1.4;
  color: #64748b;
}
.di-endmatter-kicker { display: none !important; }
.di-endmatter-shell {
  border: 0;
  background: transparent;
}
.di-endmatter-summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.85rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid #eef2f7;
  color: #0d1b2e;
}
.di-endmatter-summary::-webkit-details-marker { display: none; }
.di-endmatter-summary-title {
  font-family: Rubik, sans-serif;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0d1b2e;
}
.di-endmatter-summary-hint {
  font-size: 0.74rem;
  color: #94a3b8;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.di-endmatter-body {
  padding: 0.85rem 0 0.25rem;
  font-size: 0.74rem;
  line-height: 1.4;
  color: #64748b;
}
.di-endmatter-body .di-fn-label,
.di-endmatter-body .di-deal-data-summary-title {
  font-family: Rubik, sans-serif;
  font-size: 0.65rem !important;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #64748b !important;
  margin: 0;
}
.di-endmatter-body .di-fn-cite-text,
.di-endmatter-body .di-fn-source-list a,
.di-endmatter-body .di-fn-disclaimer,
.di-endmatter-body .di-deal-data-summary-hint,
.di-endmatter-body .di-module-note,
.di-endmatter-body .di-fn-quote-note {
  font-size: 0.72rem !important;
  line-height: 1.4 !important;
}
.di-endmatter-body .di-fn-sources,
.di-endmatter-body .di-fn-cite,
.di-endmatter-body .di-deal-data {
  margin-top: 0.55rem;
  padding-top: 0.55rem;
  border-top: 1px solid #eef2f7;
}
.di-endmatter-body .di-deal-data:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.di-fn-quote-note {
  margin: 0.85rem 0 0;
  padding-top: 0.65rem;
  border-top: 1px solid #eef2f7;
  color: #94a3b8;
  font-size: 0.68rem !important;
}


/* === Ship s: CTA center, Acquiry's read spacing, quiet appendix === */

/* Beat .article-content / .di-article inheritance that left-aligns mid/end CTAs */
.di-article .article-cta-band .article-cta-inner,
.di-shell .article-cta-band .article-cta-inner,
.article-content .article-cta-band .article-cta-inner {
  text-align: center !important;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.di-article .article-cta-band h2,
.article-content .article-cta-band h2,
.di-shell .article-cta-band h2 {
  text-align: center !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: none;
  color: #fff !important;
  white-space: nowrap;
  font-size: clamp(1.25rem, 2.4vw, 1.85rem);
  line-height: 1.25;
}
.di-article .article-cta-band p,
.article-content .article-cta-band p,
.di-shell .article-cta-band p {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: min(52rem, 94%);
  white-space: nowrap;
}
@media (max-width: 900px) {
  .di-article .article-cta-band h2,
  .article-content .article-cta-band h2,
  .di-shell .article-cta-band h2,
  .di-article .article-cta-band p,
  .article-content .article-cta-band p,
  .di-shell .article-cta-band p {
    white-space: normal;
  }
}


/* === Ship t: CTA one-line desktop, quote strip, mid CTA === */
.di-article .article-cta-band .article-cta-inner,
.di-shell .article-cta-band .article-cta-inner,
.article-content .article-cta-band .article-cta-inner {
  text-align: center !important;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.di-article .article-cta-band h2,
.article-content .article-cta-band h2,
.di-shell .article-cta-band h2 {
  text-align: center !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: none !important;
  color: #fff !important;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem) !important;
  letter-spacing: -0.015em;
  line-height: 1.25 !important;
}
.di-article .article-cta-band h2::after,
.article-content .article-cta-band h2::after,
.di-shell .article-cta-band h2::after {
  display: none !important;
  content: none !important;
}
.di-article .article-cta-band p,
.article-content .article-cta-band p,
.di-shell .article-cta-band p {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 560px !important;
  white-space: normal !important;
}
@media (min-width: 768px) {
  .di-article .article-cta-band h2,
  .article-content .article-cta-band h2,
  .di-shell .article-cta-band h2 {
    white-space: nowrap !important;
    font-size: clamp(1.2rem, 2.15vw, 1.75rem) !important;
  }
  .di-article .article-cta-band .cta-buttons,
  .article-content .article-cta-band .cta-buttons,
  .di-shell .article-cta-band .cta-buttons {
    flex-wrap: nowrap !important;
  }
}

.di-article .article-cta-band .cta-buttons,
.article-content .article-cta-band .cta-buttons,
.di-shell .article-cta-band .cta-buttons {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap;
  gap: 14px;
}
.di-article .article-cta-eyebrow,
.article-content .article-cta-eyebrow {
  text-align: center !important;
  display: block;
}
.di-article #acquiry-read {
  margin-top: 3rem;
  margin-bottom: 1.25rem;
}
.di-article #acquiry-read ~ h3,
.di-news-report #acquiry-read ~ h3 {
  margin-top: 2.75rem !important;
  margin-bottom: 0.9rem !important;
}
.di-article #acquiry-read ~ p,
.di-news-report #acquiry-read ~ p {
  margin-bottom: 1.35rem !important;
}

/* === Ship spacing: breathe across the whole article === */
:root {
  --di-space-p: 1.4rem;
  --di-space-h2-top: 3.5rem;
  --di-space-h2-bottom: 1.15rem;
  --di-space-h3-top: 2.5rem;
  --di-space-h3-bottom: 0.9rem;
  --di-space-block: 2.75rem;
  --di-space-closing: 2.75rem;
}

.di-shell {
  padding-top: 64px;
}

.di-article > * + * {
  margin-top: 1.65rem;
}

.di-breakdown-body > h2,
.di-news-report > h2,
.di-article h2:not(.di-module-title):not(.di-layer-title):not(.di-breakdown-label):not(.di-fn-label) {
  margin: var(--di-space-h2-top) 0 var(--di-space-h2-bottom);
  padding-bottom: 0.85rem;
}

.di-news-report > h2:first-child {
  margin-top: 2rem;
}

.di-news-report h3,
.di-article h3:not(.di-path-title):not(.di-why-title):not(.di-dual-title):not(.di-tab-subhead) {
  margin: var(--di-space-h3-top) 0 var(--di-space-h3-bottom);
}

.di-news-report p,
.di-article .di-news-report > p,
.di-article .di-news-report > ul {
  margin-bottom: var(--di-space-p);
}

.di-article ul {
  margin: 1.1rem 0 1.45rem;
}

.di-article li {
  margin: 0.5rem 0;
}

.di-viz,
.di-viz--inline,
.di-viz--interactive {
  margin: var(--di-space-block) 0;
}

.di-related--editorial {
  margin: 3.25rem 0;
}

.di-related-inner {
  padding: 2rem 0 2.1rem;
}

.di-article .article-cta-band.di-mid-cta,
.di-shell .article-cta-band.di-mid-cta {
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
}

.di-editorial-disclaimer {
  margin: var(--di-space-closing) 0 2rem;
  padding: 1.4rem 1.55rem;
}

.di-editorial-disclaimer-label {
  margin: 0 0 0.55rem;
}

.di-endmatter {
  margin: 2.5rem 0 2.25rem !important;
  padding-top: 1.65rem !important;
}

.di-author-end {
  margin-top: 2.5rem !important;
  padding: 1.75rem 1.85rem !important;
}

.di-author-end-by {
  margin-bottom: 0.6rem;
}

.di-author-end-bio {
  margin-bottom: 0.85rem;
}

.di-article #acquiry-read {
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
}

.di-article #acquiry-read ~ h3,
.di-news-report #acquiry-read ~ h3 {
  margin-top: 3rem !important;
  margin-bottom: 1rem !important;
}

.di-article #acquiry-read ~ p,
.di-news-report #acquiry-read ~ p {
  margin-bottom: 1.5rem !important;
}

.di-article .article-cta-band.di-end-cta,
.di-shell .article-cta-band.di-end-cta {
  margin-top: 2.75rem;
}

@media (max-width: 720px) {
  :root {
    --di-space-p: 1.25rem;
    --di-space-h2-top: 2.85rem;
    --di-space-h2-bottom: 1rem;
    --di-space-h3-top: 2.1rem;
    --di-space-h3-bottom: 0.75rem;
    --di-space-block: 2.25rem;
    --di-space-closing: 2.25rem;
  }
  .di-shell { padding-top: 44px; }
  .di-editorial-disclaimer { padding: 1.25rem 1.2rem; }
  .di-author-end { padding: 1.4rem 1.25rem !important; }
}

/* Corporate DI editorial figures */
/* Corporate editorial figures — light frames, visible captions */
.di-viz--editorial .di-viz-title {
  display: block;
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
  font-weight: 650;
  color: var(--di-ink);
}
.di-viz--editorial .di-viz-frame {
  background: var(--di-soft);
  border-color: var(--di-line);
}
.di-viz-frame--dark {
  background: var(--di-soft);
  border-color: var(--di-line);
}
.di-viz--editorial figcaption,
.di-viz--editorial .di-viz-takeaway,
.di-viz--editorial .di-viz-meta {
  display: block !important;
}
.di-viz--editorial .di-viz-takeaway {
  color: var(--di-ink);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.35rem;
}
.di-viz--editorial .di-viz-meta {
  color: var(--di-muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

/* end EA editorial */
