/* Centraal presentatiecontract voor het gekozen Stefan-beeldmerk: schakel 10. */
:root body .site-header .brand-mark {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  flex-basis: 27px;
  width: 27px;
}

:root body .site-header .brand-mark__image {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: block;
  width: auto !important;
}

.footer-brand-lockup {
  align-items: center;
  display: inline-grid;
  gap: 15px;
  grid-template-columns: 45px minmax(0, 1fr);
  justify-self: start;
}

.footer-brand-mark {
  align-items: center;
  display: flex;
  height: 62px;
  justify-content: center;
}

.footer-brand-mark img {
  display: block;
  filter: drop-shadow(0 0 16px rgba(25, 246, 210, .18));
  height: 62px;
  width: 45px;
}

.footer-brand-copy {
  display: grid;
  gap: 5px;
}

.personal-position__mark {
  background: linear-gradient(135deg, rgba(var(--accent-blue-rgb), .13), rgba(var(--accent-green-rgb), .07));
  border-color: rgba(var(--accent-green-rgb), .35);
  font-size: 0;
  overflow: hidden;
  padding: clamp(28px, 4vw, 52px);
  text-shadow: none;
}

.personal-position__mark img {
  display: block;
  filter: drop-shadow(0 0 34px rgba(var(--accent-green-rgb), .18));
  height: 240px;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

@media (max-width: 960px) {
  .personal-position__mark { padding: 28px; }
  .personal-position__mark img { height: 190px; }
}
