/* DigitalX Exhibition — Strategy house (real asset, 866×866) */

.strategy-house {
  width: 866px;
  height: 866px;
  max-width: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.strategy-house-image {
  width: 866px;
  height: 866px;
  max-width: none;
  max-height: none;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(15, 40, 70, 0.12));
  pointer-events: none;
}

/* Utility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
