/* Restored from discovery/phase1/raw_html/%2F.html — page styles (do not strip) */
@media (max-width: 768px) {
    [style*="grid-template-columns:1fr 1fr"]  { grid-template-columns: 1fr !important; }
    [style*="grid-template-columns:repeat(3"] { grid-template-columns: 1fr !important; }
    [style*="grid-template-columns:repeat(2"] { grid-template-columns: 1fr !important; }
  }
/* === ACQ-20260731 home wrappers === */
.specialists-content,
.maximize-left,
.maximize-right,
.cta-band-left,
.cta-band-right { min-width: 0; }

/* === Homepage Deal Intelligence editorial module === */
.home-di {
  --home-di-navy: #0d1b2e;
  --home-di-navy-soft: #162536;
  --home-di-gold: #c9a227;
  --home-di-ink: #1a2332;
  --home-di-muted: #5a6577;
  --home-di-line: rgba(13, 27, 46, 0.1);
  --home-di-paper: #f6f4ef;
  padding: 72px 0 64px;
  background:
    linear-gradient(180deg, #f8f6f1 0%, #f3f0e9 48%, #eef2f6 100%);
  border-top: 1px solid var(--home-di-line);
  border-bottom: 1px solid var(--home-di-line);
}

.home-di-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.home-di-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: Rubik, sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--home-di-gold);
  margin-bottom: 12px;
}

.home-di-eyebrow::before {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background: var(--home-di-gold);
}

.home-di-header h2 {
  margin: 0;
  color: var(--home-di-navy);
  font-family: Poppins, sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.home-di-dek {
  margin: 10px 0 0;
  color: var(--home-di-muted);
  max-width: 34rem;
  font-size: 1rem;
  line-height: 1.55;
}

.home-di-viewall {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: Rubik, sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--home-di-navy);
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}

.home-di-viewall:hover {
  color: var(--home-di-gold);
  border-bottom-color: var(--home-di-gold);
}

.home-di-viewall .arrow {
  transition: transform 0.2s ease;
}

.home-di-viewall:hover .arrow {
  transform: translateX(3px);
}

.home-di-empty {
  color: var(--home-di-muted);
  margin: 0;
  padding: 32px 0;
}

.home-di-layout {
  display: grid;
  gap: 20px;
}

.home-di-layout--solo {
  grid-template-columns: 1fr;
}

.home-di-layout--duo,
.home-di-layout--trio {
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
  align-items: stretch;
}

.home-di-featured {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  min-height: 340px;
  background: var(--home-di-navy);
  color: #fff;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 18px 48px rgba(13, 27, 46, 0.14);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.home-di-layout--solo .home-di-featured {
  min-height: 380px;
}

.home-di-featured:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 56px rgba(13, 27, 46, 0.2);
}

.home-di-featured__media {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 80% at 82% 18%, rgba(8, 106, 216, 0.2), transparent 55%),
    linear-gradient(165deg, #07111d 0%, #0d1b2e 48%, #162536 100%);
}

.home-di-featured__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-width: none;
  transition: transform 0.7s ease;
}

.home-di-featured:hover .home-di-featured__media img {
  transform: scale(1.04);
}

.home-di-featured__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(7, 17, 29, 0.15) 0%,
    rgba(7, 17, 29, 0.05) 55%,
    rgba(7, 17, 29, 0) 100%
  );
  pointer-events: none;
}

.home-di-featured__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 44px);
  background:
    linear-gradient(160deg, var(--home-di-navy) 0%, var(--home-di-navy-soft) 100%);
  position: relative;
}

.home-di-featured__body::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 0;
  width: 3px;
  height: 48px;
  background: var(--home-di-gold);
}

.home-di-kicker {
  font-family: Rubik, sans-serif;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--home-di-gold);
  margin-bottom: 14px;
}

.home-di-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  font-family: Rubik, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.home-di-sector {
  color: rgba(255, 255, 255, 0.82);
}

.home-di-dot {
  opacity: 0.55;
}

.home-di-featured__title {
  margin: 0 0 14px;
  font-family: Poppins, sans-serif;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.015em;
  color: #fff;
}

.home-di-featured__dek {
  margin: 0 0 22px;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.68);
  max-width: 36em;
}

.home-di-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  font-family: Rubik, sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--home-di-gold);
}

.home-di-cta .arrow {
  transition: transform 0.2s ease;
}

.home-di-featured:hover .home-di-cta .arrow {
  transform: translateX(4px);
}

.home-di-rail {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 100%;
}

.home-di-secondary {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 0;
  flex: 1;
  background: #fff;
  border: 1px solid rgba(13, 27, 46, 0.08);
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(13, 27, 46, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.home-di-secondary:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 162, 39, 0.45);
  box-shadow: 0 14px 32px rgba(13, 27, 46, 0.08);
}

.home-di-secondary__media {
  position: relative;
  overflow: hidden;
  background: var(--home-di-navy);
  min-height: 110px;
}

.home-di-secondary__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
  transition: transform 0.55s ease;
}

.home-di-secondary:hover .home-di-secondary__media img {
  transform: scale(1.05);
}

.home-di-secondary__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 20px;
  min-width: 0;
}

.home-di-secondary .home-di-meta {
  color: var(--home-di-muted);
  margin-bottom: 8px;
}

.home-di-secondary .home-di-sector {
  color: var(--home-di-navy);
}

.home-di-secondary__title {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1.35;
  color: var(--home-di-navy);
  letter-spacing: -0.01em;
}

.home-di-layout--duo .home-di-secondary {
  grid-template-columns: 1fr;
}

.home-di-layout--duo .home-di-secondary__media {
  min-height: 0;
  aspect-ratio: 16 / 9;
}

@media (max-width: 960px) {
  .home-di-layout--duo,
  .home-di-layout--trio {
    grid-template-columns: 1fr;
  }

  .home-di-featured {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-di-featured__media {
    aspect-ratio: 16 / 9;
    min-height: 0;
    height: auto;
  }

  .home-di-featured__media img {
    position: absolute;
  }

  .home-di-featured__media::after {
    background: linear-gradient(
      180deg,
      rgba(7, 17, 29, 0.05) 0%,
      rgba(7, 17, 29, 0.2) 100%
    );
  }

  .home-di-featured__body::before {
    top: 0;
    left: 28px;
    width: 48px;
    height: 3px;
  }

  .home-di-layout--duo .home-di-secondary {
    grid-template-columns: 148px 1fr;
  }

  .home-di-layout--duo .home-di-secondary__media {
    aspect-ratio: auto;
    min-height: 120px;
  }
}

@media (max-width: 640px) {
  .home-di {
    padding: 56px 0 48px;
  }

  .home-di-header {
    align-items: flex-start;
    margin-bottom: 28px;
  }

  .home-di-featured__body {
    padding: 24px 22px 28px;
  }

  .home-di-secondary {
    grid-template-columns: 108px 1fr;
  }

  .home-di-secondary__body {
    padding: 14px 14px;
  }

  .home-di-secondary__title {
    font-size: 0.9rem;
  }

  .home-di-layout--duo .home-di-secondary {
    grid-template-columns: 108px 1fr;
  }
}

/* === Stack: one header-hero lead, two compact reports underneath === */
.home-di-layout--stack {
  grid-template-columns: 1fr;
  gap: 24px;
}

.home-di-layout--stack .home-di-featured,
.home-di-layout--stack .home-di-featured--hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  grid-template-columns: none;
  min-height: 268px;
  isolation: isolate;
}

.home-di-layout--stack .home-di-featured__media {
  position: absolute;
  inset: 0;
  aspect-ratio: auto;
  width: auto;
  height: auto;
  min-height: 0;
  z-index: 0;
}

.home-di-layout--stack .home-di-featured__media img {
  object-fit: cover;
  object-position: center 42%;
  transform: none;
  filter: saturate(0.85) brightness(0.92);
}

.home-di-layout--stack .home-di-featured:hover .home-di-featured__media img {
  transform: scale(1.1);
}

.home-di-layout--stack .home-di-featured__media::after {
  background:
    linear-gradient(
      180deg,
      rgba(7, 17, 29, 0.28) 0%,
      rgba(7, 17, 29, 0.55) 42%,
      rgba(7, 17, 29, 0.92) 100%
    );
  z-index: 1;
}

.home-di-layout--stack .home-di-featured__body {
  position: relative;
  z-index: 2;
  background: transparent;
  padding: 72px 40px 32px;
  justify-content: flex-end;
}

.home-di-layout--stack .home-di-featured__body::before {
  left: 40px;
  top: 48px;
  width: 48px;
  height: 3px;
}

.home-di-layout--stack .home-di-featured__title {
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  max-width: 22em;
}

.home-di-layout--stack .home-di-featured__dek {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 40em;
}

.home-di-layout--stack .home-di-rail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  min-height: 0;
}

.home-di-layout--stack .home-di-secondary {
  display: flex;
  flex-direction: column;
  grid-template-columns: none;
}

.home-di-layout--stack .home-di-secondary__media {
  aspect-ratio: 3.4 / 1;
  width: 100%;
  min-height: 72px;
  background:
    radial-gradient(ellipse 70% 80% at 82% 18%, rgba(8, 106, 216, 0.2), transparent 55%),
    linear-gradient(165deg, #07111d 0%, #0d1b2e 48%, #162536 100%);
}

.home-di-layout--stack .home-di-secondary__media img {
  object-position: center 40%;
  filter: saturate(0.9) brightness(0.95);
}

.home-di-layout--stack .home-di-secondary__body {
  padding: 18px 20px 20px;
  flex: 1;
  justify-content: flex-start;
}

.home-di-layout--stack .home-di-secondary__title {
  font-size: 1.05rem;
  margin-bottom: 10px;
}

.home-di-layout--stack .home-di-secondary__dek {
  margin: 0 0 14px;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--home-di-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-di-layout--stack .home-di-secondary .home-di-cta {
  color: var(--home-di-navy);
  margin-top: auto;
}

.home-di-layout--stack .home-di-secondary:hover .home-di-cta {
  color: var(--home-di-gold);
}

.home-di-more {
  display: flex;
  justify-content: center;
  margin: 36px 0 0;
}

.home-di-more__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 280px;
  padding: 16px 32px;
  background: var(--home-di-navy);
  color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 2px solid var(--home-di-navy);
  border-radius: 3px;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.home-di-more__btn:hover {
  background: #162536;
  border-color: #162536;
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(13, 27, 46, 0.22);
  color: #fff;
}

.home-di-more__btn .arrow {
  transition: transform 0.2s ease;
}

.home-di-more__btn:hover .arrow {
  transform: translateX(4px);
}

@media (max-width: 960px) {
  .home-di-layout--stack .home-di-featured,
  .home-di-layout--stack .home-di-featured--hero {
    min-height: 260px;
  }

  .home-di-layout--stack .home-di-featured__media {
    position: absolute;
    inset: 0;
    aspect-ratio: auto;
    height: auto;
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .home-di-layout--stack .home-di-rail {
    grid-template-columns: 1fr;
  }

  .home-di-layout--stack .home-di-featured__body {
    padding: 64px 20px 24px;
  }

  .home-di-layout--stack .home-di-featured__body::before {
    left: 20px;
    top: 36px;
  }

  .home-di-more__btn {
    min-width: 0;
    width: 100%;
  }
}

