/* Final content and mobile presentation refinements. */

.card h3 {
  text-transform: none !important;
}

footer.sources {
  position: relative;
  padding-bottom: 44px;
}

footer.sources::before {
  content: "© 2026 Queens Economic Development Corporation. All rights reserved.";
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 11.5px;
  line-height: 1.4;
  color: var(--muted);
}

@media (max-width: 520px) {
  header.masthead .seal {
    display: block !important;
    right: 0;
    top: 18px;
    width: clamp(78px, 25vw, 98px);
    max-width: none;
    opacity: 0.16;
    transform: rotate(-4deg);
  }
}
