/* Small static-runtime corrections measured against the archived Squarespace render. */
html,
body {
  margin: 0;
  background: #f7f6f3;
}

.mirror-page .sqs-block-image img,
.mirror-page .section-background img {
  visibility: visible;
}

@media (min-width: 768px) {
  .mirror-case article.sections > section:last-child h2 {
    font-size: 34.432px !important;
    line-height: 34.432px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mirror-page *,
  .mirror-page *::before,
  .mirror-page *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
