html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

.site-shell {
  width: 100%;
  min-width: 0;
}

@media (max-width: 720px) {
  .metrics-grid {
    grid-template-columns: 1fr !important;
  }

  .metric-card {
    min-width: 0;
    padding: 28px 24px 32px !important;
  }

  .metric-value {
    font-size: clamp(48px, 16vw, 68px) !important;
    white-space: nowrap;
  }

  .company-logo-grid {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 32px 28px !important;
  }

  .company-logo-grid img {
    justify-self: start;
    max-width: 100% !important;
  }

  .product-case-study {
    margin: 64px -24px 0 !important;
    padding: 32px 24px 36px !important;
    gap: 28px !important;
    align-items: stretch !important;
  }

  .product-case-study__copy {
    min-width: 0 !important;
    flex-basis: 100% !important;
    gap: 14px !important;
  }

  .product-case-study__headline {
    max-width: 18ch;
    font-size: clamp(22px, 6.4vw, 26px) !important;
    line-height: 1.12 !important;
    text-wrap: balance;
  }

  .product-case-study__links {
    width: 100%;
    align-self: stretch !important;
    display: grid !important;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
  }

  .product-case-study__link {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    justify-content: space-between;
    padding: 14px 12px 12px 0 !important;
    border-bottom: 0 !important;
    font-size: 11px !important;
  }

  .product-case-study__link + .product-case-study__link {
    padding-left: 12px !important;
    border-left: 1px solid rgba(255, 255, 255, 0.35);
  }
}

@media (max-width: 360px) {
  .product-case-study__links {
    grid-template-columns: 1fr;
  }

  .product-case-study__link + .product-case-study__link {
    padding-left: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    border-left: 0;
  }
}
