.hero-project-links {
  padding-top: 6px;
  padding-bottom: 15px;
}

.home-portrait {
  width: 84px;
  height: 84px;
}

.credentials-section {
  border-top: 0;
}

.contact-portrait {
  border: 1px solid var(--line-strong);
  background: linear-gradient(145deg, #e3a27c45, #91b6a72e);
  border-radius: 16px;
  box-shadow: var(--shadow-card);
  margin: 0 0 28px;
  overflow: hidden;
  width: clamp(144px, 17vw, 190px);
}

.contact-portrait img {
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  object-position: 50% 35%;
  width: 100%;
}

.case-violet {
  background:
    linear-gradient(115deg, #55ddcd33 0%, #202c3b2b 46%, #348cfb4a 100%),
    var(--bg-soft);
}

.case-lime {
  background:
    linear-gradient(115deg, #ed197d4a 0%, #271b2b2d 48%, #20cf743d 100%),
    var(--bg);
}

.case-smartstatus {
  --accent: #84a7ff;
  background:
    linear-gradient(115deg, #a178f149 0%, #76a8ff3d 52%, #3ed57035 100%),
    var(--bg-soft);
}

.case-smartstatus .case-logo {
  filter: drop-shadow(0 10px 18px #1d1a3d5c);
}

.gallery-smartstatus .gallery-image {
  align-items: center;
  background:
    radial-gradient(65% 115% at 20% 0%, #89a9ff18, transparent 62%),
    linear-gradient(145deg, #101626, #11100e);
  display: grid;
  justify-items: center;
}

.gallery-smartstatus .gallery-image img {
  height: auto;
  max-height: min(72vh, 760px);
  object-fit: contain;
  width: auto;
}

.gallery-smartstatus .zoom-trigger {
  align-items: center;
  display: flex;
  justify-content: center;
}

@media (max-width: 760px) {
  .home-portrait {
    width: 72px;
    height: 72px;
  }

  .contact-portrait {
    width: 144px;
  }

  .gallery-smartstatus .gallery-image img {
    max-height: 500px;
    width: 100%;
  }
}
