/* Major Projects logo hardening and responsive placement.
   This file intentionally overrides the shared shell only for this app. */

.sr-logo-plate,
.sr-footer-logo-plate {
  box-sizing: border-box;
  overflow: hidden;
  line-height: 0;
  background: #ffffff;
  border-color: rgba(33, 122, 141, 0.2);
  box-shadow: 0 6px 18px rgba(13, 61, 72, 0.08);
}

.sr-logo-plate {
  width: 132px;
  height: 50px;
  padding: 5px 8px;
  border-radius: 14px;
}

.sr-logo-plate img,
.sr-footer-logo-plate img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: none !important;
  object-fit: contain;
  object-position: center;
  color: transparent;
  font-size: 0;
}

.sr-footer-logo-plate {
  width: 204px;
  height: 68px;
  padding: 7px 10px;
  border-radius: 16px;
}

.sr-footer-brand {
  min-width: 0;
}

.sr-footer-brand > a:first-child {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
}

.sr-footer-brand p {
  margin-top: 14px;
}

@media (max-width: 980px) {
  .sr-logo-plate {
    width: 126px;
    height: 48px;
    border-radius: 13px;
  }
}

@media (max-width: 650px) {
  .sr-header-inner {
    min-height: 64px;
    gap: 8px;
  }

  .sr-logo-plate {
    width: 116px;
    height: 44px;
    padding: 4px 6px;
    border-radius: 12px;
  }

  .sr-footer-logo-plate {
    width: 176px;
    height: 60px;
    padding: 6px 8px;
    border-radius: 14px;
  }

  .sr-footer-brand p {
    margin-top: 10px;
  }
}

@media (max-width: 380px) {
  .sr-logo-plate {
    width: 106px;
    height: 42px;
  }

  .sr-header-tools {
    gap: 6px;
  }

  .sr-icon-button,
  .sr-menu-button,
  .sr-language-switch {
    width: 37px;
    height: 37px;
  }
}
