.abc-hp {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.abc-modal-root[hidden] {
  display: none;
}

.abc-modal-root {
  align-items: center;
  background: rgb(18 24 33 / 42%);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 1.5rem;
  position: fixed;
  z-index: 80;
}

.abc-modal {
  background: var(--paper);
  border: 1px solid var(--border);
  box-shadow: 0 24px 80px rgb(18 24 33 / 20%);
  max-height: min(760px, calc(100svh - 2rem));
  max-width: 42rem;
  overflow: auto;
  padding: 2rem;
  position: relative;
  width: min(100%, 42rem);
}

.abc-modal-close {
  color: var(--ridge);
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.abc-mobile-panel {
  background: color-mix(in oklab, var(--background) 96%, transparent);
  border-top: 1px solid var(--border);
  left: 0;
  padding: 1.25rem 1.5rem 1.5rem;
  position: fixed;
  right: 0;
  top: 5rem;
  z-index: 49;
}

.abc-mobile-panel a {
  border-bottom: 1px solid var(--border);
  color: var(--ridge);
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  padding: 0.85rem 0;
  text-transform: uppercase;
}

.abc-form-status:not([hidden]) {
  color: var(--ridge);
  font-size: 0.875rem;
  margin-top: 1rem;
}

.abc-accordion__summary {
  list-style: none;
}

.abc-accordion__summary::-webkit-details-marker {
  display: none;
}

.abc-accordion__item[open] .abc-accordion__chevron {
  transform: rotate(180deg);
}

.abc-accordion__content > * + * {
  margin-top: 1rem;
}

body.admin-bar header.fixed {
  top: 32px;
}

#who-is-behind-abc .abc-people-stack {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

#who-is-behind-abc .abc-person-bio {
  align-items: start;
  display: grid;
  gap: 4rem;
}

#who-is-behind-abc .abc-person-copy,
#who-is-behind-abc .abc-person-image {
  min-width: 0;
}

#who-is-behind-abc .abc-person-image--richard {
  overflow: hidden;
}

#who-is-behind-abc .abc-person-copy--richard h3::after {
  border-top: 1px solid var(--border);
  content: "";
  display: block;
  margin-top: 2rem;
  width: 4rem;
}

#who-is-behind-abc .abc-person-copy--richard h3 + p {
  margin-top: 2.5rem;
}

@media (min-width: 1024px) {
  #who-is-behind-abc .abc-person-bio {
    gap: 6rem;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  }
}

@media (max-width: 782px) {
  body.admin-bar header.fixed {
    top: 46px;
  }
}
