html { scroll-behavior: smooth; }
body[data-static-php="true"] .wpcf7-response-output { display: none; }
body[data-static-php="true"] img { max-width: 100%; }

body[data-static-php="true"] .portfolio-box .image-cover,
body[data-static-php="true"] .portfolio-box .box-image {
  overflow: hidden;
}

body[data-static-php="true"] .portfolio-box .image-cover {
  position: relative;
}

body[data-static-php="true"] .portfolio-box .image-cover > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.project-excerpt {
  white-space: pre-wrap;
}

.managed-empty {
  padding: 24px 0;
  color: #60727a;
}

.managed-footer .section {
  padding: 38px 20px;
  background: #25acc0;
}

.managed-footer,
.managed-footer h3,
.managed-footer p {
  color: #ffffff;
}

.managed-footer .absolute-footer {
  background: #108ea2;
  padding: 12px 20px;
}
