.case-article-page .article-hero {
  min-height: 650px;
}

.case-article-page .article-hero-copy {
  max-width: 1040px;
}

.case-article-page .article-hero h1 {
  max-width: 1040px;
  font-size: clamp(2.45rem, 4vw, 3.6rem);
}

.case-article-page .article-subtitle {
  max-width: 760px;
}

.case-project-figure {
  width: min(1040px, calc(100vw - (var(--page-gutter) * 2)));
  margin: 48px 0 0 50%;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 32, 0.13);
  border-radius: 16px;
  background: #17323a;
  box-shadow: 0 26px 68px rgba(19, 56, 64, 0.12);
  transform: translateX(-50%);
}

.case-project-figure img {
  width: 100%;
  height: auto;
  display: block;
}

.case-project-figure figcaption {
  padding: 13px 16px 14px;
  color: rgba(255, 255, 255, 0.68);
  background: #0b313a;
  font-size: 12px;
  font-weight: 620;
  line-height: 1.4;
}

.case-project-figure--interface {
  margin-top: 34px;
  background: #f5f4f0;
}

.case-author-quote {
  margin: 44px 0;
  padding: 4px 0 4px 25px;
  border-left: 3px solid #0c8c9b;
}

.case-author-quote blockquote {
  margin: 0;
}

.case-author-quote blockquote p {
  margin: 0;
  color: #14272d;
  font-size: clamp(1.22rem, 2vw, 1.52rem);
  font-weight: 590;
  line-height: 1.52;
}

.case-author-quote figcaption {
  margin-top: 18px;
  color: #5d6b70;
  font-size: 13px;
  line-height: 1.6;
}

.case-author-quote figcaption strong {
  color: #14272d;
}

.case-author-quote--closing {
  margin-top: 48px;
}

.case-project-link {
  margin-top: 24px !important;
}

.case-project-link a {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 14px;
  border: 1px solid rgba(8, 120, 138, 0.22);
  border-radius: 10px;
  color: #075f6d;
  background: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  font-weight: 720;
  text-decoration: none !important;
  transition:
    color 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease,
    transform 180ms var(--ease-out);
}

.case-project-link a:hover,
.case-project-link a:focus-visible {
  color: #034a55;
  border-color: rgba(8, 120, 138, 0.42);
  background: #ffffff;
  transform: translateY(-2px);
}

.case-project-link--closing {
  margin-top: 30px !important;
}

.case-article-page .article-highlight--accent {
  font-weight: 570;
}

@media (max-width: 760px) {
  .case-article-page .article-hero {
    min-height: 0;
  }

  .case-article-page .article-hero h1 {
    font-size: clamp(2rem, 8.3vw, 2.4rem);
  }

  .case-project-figure {
    margin-top: 38px;
    border-radius: 12px;
  }

  .case-project-figure figcaption {
    padding: 11px 13px 12px;
  }

  .case-project-figure--interface {
    margin-top: 30px;
  }

  .case-author-quote {
    margin: 36px 0;
    padding-left: 18px;
  }

  .case-author-quote blockquote p {
    font-size: 1.14rem;
    line-height: 1.55;
  }
}

@media (prefers-reduced-motion: reduce) {
  .case-project-link a {
    transition: none;
  }
}
