.somintra-hero-image {
  max-width: 360px;
  width: 100%;
  height: auto;
  border-radius: 18px;
  display: block;
  margin: 1.5rem auto 0.5rem auto;
  cursor: zoom-in;
}

.somintra-image-note {
  text-align: center;
  font-size: 0.9em;
  opacity: 0.75;
  margin-top: 0.25rem;
}

.somintra-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
  margin: 1.5rem 0 2rem 0;
}

.somintra-card {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.somintra-card h3 {
  margin-top: 0.75rem;
}

.somintra-card img {
  width: 100%;
  height: 145px;
  object-fit: contain;
  border-radius: 14px;
  margin-bottom: 0.75rem;
  cursor: zoom-in;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.somintra-lightbox {
  display: none;
  position: fixed;
  z-index: 999999;
  inset: 0;
  background: rgba(8, 8, 8, 0.86);
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.somintra-lightbox.is-open {
  display: flex;
}

.somintra-lightbox img {
  max-width: 94vw;
  max-height: 88vh;
  object-fit: contain;
  border-radius: 16px;
  background: #fff;
  padding: 0.5rem;
}

.somintra-lightbox-close {
  position: fixed;
  top: 1rem;
  right: 1.25rem;
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
  background: transparent;
  border: 0;
  cursor: pointer;
  z-index: 1000000;
}

@media (max-width: 900px) {
  .somintra-grid {
    grid-template-columns: 1fr;
  }

  .somintra-card img {
    height: auto;
    max-height: 220px;
  }
}
