/* Nakshatra InnoTech logo — identity mark (header, footer, cards, about). */
.nakshatra-mark {
  object-fit: contain;
  flex-shrink: 0;
}

.nakshatra-mark--strip {
  height: 1.05rem;
  width: auto;
  opacity: 0.95;
}

.nakshatra-mark--nav {
  height: 0.95rem;
  width: auto;
  opacity: 0.95;
}

.nakshatra-mark--footer {
  max-height: 2.75rem;
  width: auto;
  display: block;
  filter: drop-shadow(0 6px 18px rgba(2, 8, 24, 0.35));
}

.nakshatra-glimpse-logo {
  max-height: 3rem;
  width: auto;
  display: block;
  margin-bottom: 0.5rem;
  filter: drop-shadow(0 8px 22px rgba(2, 8, 24, 0.4));
}

.about-nakshatra-logo {
  max-height: 3.25rem;
  width: auto;
  display: block;
  margin-bottom: 0.75rem;
  filter: drop-shadow(0 8px 22px rgba(2, 8, 24, 0.4));
}

.nakshatra-hero-logo {
  max-height: 4.5rem;
  width: auto;
  max-width: min(100%, 280px);
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 10px 28px rgba(2, 8, 24, 0.45));
}
