/* The catalog is a compact overview. Each native disclosure owns its proof. */
#proofs {
  background: #101724;
  padding-bottom: 64px;
}
#proofs .proof-person {
  padding-block: 28px;
}
#proofs .proof-heading {
  grid-template-columns: 1fr 1fr;
  gap: 12px 40px;
  padding-block: 48px 0;
}
#proofs .proof-eyebrow {
  font-size: .6875rem;
  color: #9aacc7;
  letter-spacing: .1em;
}
#proofs .proof-heading h2 {
  font-size: clamp(2.5rem, 4vw, 3.625rem);
  line-height: 1.1;
  letter-spacing: -.055em;
  white-space: normal;
}
#proofs .proof-intro {
  font-size: .9375rem;
  line-height: 1.6;
  max-width: 400px;
  padding: 0;
}
.catalog-guide {
  color: #aebed5;
  font-size: .8125rem;
  line-height: 1.6;
  margin-block: 26px 18px;
}
#proofs .work-catalog {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}
#proofs .work-group {
  display: block;
  min-width: 0;
  padding: 28px 28px 12px;
  border: 1px solid #9fb7e324;
  border-radius: 20px;
  background: linear-gradient(125deg, #dce7f70a, #dce7f702);
}
#proofs .work-group-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px 18px;
  align-items: start;
  padding-bottom: 24px;
}
#proofs .work-group-number {
  grid-column: 2;
  grid-row: 1;
  color: #8faaff;
  font-size: .75rem;
  line-height: 1.7;
  letter-spacing: .04em;
  margin: 0;
}
#proofs .work-group-heading h3 {
  grid-column: 1;
  grid-row: 1;
  max-width: none;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.3;
  color: #edf2ff;
}
#proofs .work-group-heading p {
  grid-column: 1 / -1;
  margin: 0;
  max-width: none;
  color: #aebed5;
  font-size: .8125rem;
  line-height: 1.55;
}
#proofs .work-entries {
  display: block;
}
#proofs .work-entry {
  display: block;
  min-width: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid #b9cceb23;
  scroll-margin-top: 24px;
}
#proofs .work-entry > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 62px;
  padding-block: 15px;
  border-radius: 4px;
  -webkit-tap-highlight-color: transparent;
}
#proofs .work-entry h3 {
  min-width: 0;
  color: #dce7f7;
  font-size: 1.125rem;
  font-weight: 450;
  line-height: 1.4;
  letter-spacing: -.02em;
  overflow-wrap: anywhere;
}
.catalog-expand {
  position: relative;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  color: #90a9d7;
  border-radius: 50%;
  transition: background-color 160ms ease, color 160ms ease;
}
.catalog-expand::before,
.catalog-expand::after {
  content: '';
  position: absolute;
  background: currentColor;
  left: 6px;
  top: 10px;
  width: 10px;
  height: 1px;
}
.catalog-expand::after { transform: rotate(90deg); }
#proofs .work-entry[open] > summary .catalog-expand::after { transform: rotate(0); }
#proofs .work-entry[open] > summary h3 { color: #a9bfff; }
#proofs .work-entry[open] > summary .catalog-expand { background: #8faaff16; color: #a9bfff; }
#proofs .work-detail { padding: 0 0 20px; }
#proofs .work-detail > p {
  margin: 0;
  color: #b6c6dd;
  font-size: .9375rem;
  line-height: 1.7;
  max-width: 52ch;
}
#proofs .work-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2px 22px;
  padding-top: 13px;
  margin: 0;
}
#proofs .work-case,
#proofs .work-cta {
  font-size: .8125rem;
  min-height: 44px;
  line-height: 1.45;
}
#proofs .work-cta {
  color: #a9bfff;
  background: none;
  border: 0;
  border-radius: 4px;
  padding: 8px 0;
  text-decoration: none;
}
#proofs .work-private { flex-basis: 100%; min-height: 0; padding-block: 4px; }
#proofs .work-cta:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
#proofs .catalog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 28px;
  padding-top: 28px;
}
#proofs .catalog-primary {
  background: #315dff;
  color: #fff;
  min-height: 52px;
  font-size: .9375rem;
  padding: 14px 22px;
  border: 1px solid #88a6ff50;
  border-radius: 14px;
  box-shadow: inset 0 1px 0 #ffffff18;
}
#proofs .catalog-primary:hover { background: #244ef0; }
#proofs .catalog-more {
  padding: 0;
  margin: 0;
  border: 0;
  min-height: 44px;
  font-size: .8125rem;
  color: #b8c9e2;
}
#proofs .catalog-more .icon { width: 18px; height: 18px; }
#proofs :focus-visible { outline: 2px solid #a9bfff; outline-offset: 5px; }
@media (hover: hover) {
  #proofs .work-entry > summary:hover h3 { color: #fff; }
  #proofs .work-entry > summary:hover .catalog-expand { background: #8faaff20; color: #fff; }
}
@media (max-width: 760px) {
  #proofs { padding-bottom: 40px; }
  #proofs .proof-person { gap: 20px; padding-block: 26px; }
  #proofs .proof-heading { grid-template-columns: 1fr; padding-top: 32px; gap: 13px; }
  #proofs .proof-heading h2 { font-size: clamp(2.125rem, 8.8vw, 3rem); }
  #proofs .proof-intro { max-width: 420px; font-size: .875rem; justify-self: start; }
  #proofs .proof-intro br { display: none; }
  .catalog-guide { margin-block: 21px 15px; font-size: .75rem; }
  #proofs .work-catalog { grid-template-columns: 1fr; gap: 14px; }
  #proofs .work-group { padding: 22px 20px 7px; border-radius: 17px; }
  #proofs .work-group-heading { padding-bottom: 19px; gap: 6px 12px; }
  #proofs .work-group-heading h3 { font-size: 1.25rem; }
  #proofs .work-group-heading p { font-size: .75rem; }
  #proofs .work-entry > summary { min-height: 58px; gap: 14px; padding-block: 14px; }
  #proofs .work-entry h3 { font-size: 1.0625rem; }
  #proofs .work-detail > p { font-size: .875rem; line-height: 1.65; }
  #proofs .catalog-footer { align-items: flex-start; flex-direction: column; padding-top: 22px; gap: 10px; }
  #proofs .catalog-primary { width: 100%; justify-content: space-between; }
}
@media (prefers-reduced-motion: reduce) {
  #proofs .catalog-expand { transition: none; }
}
@media (prefers-contrast: more) {
  #proofs .work-group, #proofs .work-entry { border-color: #a9bedc; }
  #proofs .work-group-heading p, #proofs .work-detail > p, .catalog-guide { color: #e2edff; }
}
