html[data-project="secure-office"] .case-hero {
  min-height: 560px;
  grid-template-columns: minmax(0, 1fr);
  align-content: center;
  align-items: center;
  gap: 0;
  padding-top: clamp(88px, 12vh, 126px);
  padding-bottom: clamp(72px, 10vh, 106px);
  background: transparent;
}

html[data-project="secure-office"] .case-wash {
  opacity: 1;
  background: linear-gradient(180deg, rgba(72, 88, 216, .035), transparent 64%);
}

html[data-project="secure-office"] .case-wash::after,
html[data-project="secure-office"] .case-hero__visual {
  display: none;
}

html[data-project="secure-office"] .case-hero__copy {
  max-width: 980px;
}

html[data-project="secure-office"] .case-kicker {
  margin-bottom: 24px;
}

html[data-project="secure-office"] .case-hero h1 {
  max-width: none;
  color: #253a72;
  font-size: clamp(52px, 6.5vw, 84px);
  line-height: 1.1;
}

html[data-project="secure-office"] .case-summary {
  max-width: 760px;
  margin-top: 28px;
  color: #5d7194;
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.85;
}

html[data-project="secure-office"] .case-tags {
  margin-top: 24px;
}

html[data-project="secure-office"] .case-tags span {
  background: transparent;
}

html[data-project="secure-office"] .case-facts {
  display: grid;
  grid-template-columns: 150px minmax(280px, 1fr);
  max-width: 760px;
  margin-top: 58px;
  border-top: 1px solid rgba(72, 88, 216, .18);
}

html[data-project="secure-office"] .case-facts div {
  padding: 18px 28px 0 0;
  border-bottom: 0;
}

html[data-project="secure-office"] .case-facts div + div {
  padding-left: 28px;
  border-left: 1px solid rgba(72, 88, 216, .14);
}

@media (max-width: 720px) {
  html[data-project="secure-office"] .case-hero {
    min-height: auto;
    padding-top: 78px;
    padding-bottom: 64px;
  }

  html[data-project="secure-office"] .case-hero h1 {
    font-size: clamp(42px, 12vw, 58px);
  }

  html[data-project="secure-office"] .case-facts {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 42px;
  }

  html[data-project="secure-office"] .case-facts div,
  html[data-project="secure-office"] .case-facts div + div {
    padding: 18px 0 0;
    border-left: 0;
  }

  html[data-project="secure-office"] .case-facts div + div {
    border-top: 1px solid rgba(72, 88, 216, .12);
  }
}
