/* Small interaction and accessibility refinements. Default visual styling stays original. */
.jc-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.jc-private-label {
  font-size: 0.82em;
  opacity: 0.72;
  white-space: nowrap;
}

/* Preserve the original appearance when an extra h1 is normalized to h2. */
h2[data-jc-heading-original="1"] {
  font-family: trasandina;
  font-weight: 300;
  line-height: 0.5em;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-style: normal;
  margin-bottom: 0.75em;
  margin-top: 2em;
  font-size: 2.2em;
  color: #fff;
}

.page-dao h2[data-jc-heading-original="1"] {
  font-family: minion pro;
  font-size: 17px;
  line-height: 1.2em;
  letter-spacing: 0;
  margin: 0 0 0em;
  padding-bottom: 4px;
  color: #242424 !important;
}

:where(a, button, summary, input, select, textarea, [tabindex]):focus-visible {
  outline: 2px solid currentColor !important;
  outline-offset: 3px !important;
}

.sqs-slide-wrapper[data-slide-type="cover-page"] [data-slice-type="body"] a:focus-visible {
  color: #fff !important;
  border-bottom: 1px solid #fff !important;
}

@media (pointer: coarse) {
  .sqs-slide-wrapper[data-slide-type="cover-page"] [data-slice-type="body"] a {
    display: inline-flex !important;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 6px 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  .sqs-slide-wrapper[data-slide-type="cover-page"] *,
  .sqs-slide-wrapper[data-slide-type="cover-page"] *::before,
  .sqs-slide-wrapper[data-slide-type="cover-page"] *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
