:root {
  --engelliweb-burgundy: #8b2f35;
  --engelliweb-burgundy-dark: #642127;
  --engelliweb-coral: #d84d50;
  --engelliweb-turquoise: #12afc3;
  --engelliweb-green: #42bd88;
  --engelliweb-paper: #f7f4ef;
  --engelliweb-figure: #f2e8e4;
  --engelliweb-ink: #262323;
  --engelliweb-muted: #696262;
  --md-primary-fg-color: var(--engelliweb-burgundy);
  --md-primary-fg-color--light: #a94a50;
  --md-primary-fg-color--dark: var(--engelliweb-burgundy-dark);
  --md-accent-fg-color: var(--engelliweb-turquoise);
  --md-default-bg-color: #fff;
  --md-default-fg-color: var(--engelliweb-ink);
  --md-typeset-a-color: var(--engelliweb-burgundy);
}

html {
  scroll-behavior: smooth;
}

body,
input {
  font-family:
    Montserrat, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
}

.md-header {
  background: var(--engelliweb-burgundy);
  border-bottom: 3px solid var(--engelliweb-turquoise);
  box-shadow: none;
}

.md-header__button.md-logo {
  background: #fff;
  border-radius: 999px;
  margin: 0.35rem 0.5rem 0.35rem 0;
  overflow: hidden;
  padding: 0.24rem;
}

.md-header__button.md-logo img {
  border-radius: 50%;
  display: block;
  height: 1.7rem;
  width: 1.7rem;
}

.md-header__title {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.md-search__form {
  border: 1px solid rgb(255 255 255 / 25%);
  border-radius: 0;
}

.md-grid {
  max-width: 92rem;
}

.md-content__inner {
  margin-inline: auto;
  max-width: 61rem;
  padding-bottom: 4rem;
}

.md-content__inner:has(.report-hero) {
  max-width: 82rem;
  padding-top: 0;
}

.md-typeset {
  color: var(--engelliweb-ink);
  font-family:
    "Source Serif 4", Charter, "Iowan Old Style", "Palatino Linotype",
    Palatino, Georgia, serif;
  font-size: 0.91rem;
  line-height: 1.72;
}

.md-typeset p {
  margin: 0 0 1.15em;
}

.md-typeset h1,
.md-typeset h2,
.md-typeset h3,
.md-typeset h4 {
  color: var(--engelliweb-burgundy);
  font-family:
    Montserrat, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 750;
  letter-spacing: -0.018em;
}

.md-typeset h1 {
  border-bottom: 1px solid #ded7d2;
  color: var(--engelliweb-ink);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  margin-bottom: 1.1em;
  padding-bottom: 0.35em;
}

.md-typeset h2 {
  font-size: clamp(1.35rem, 2.3vw, 1.8rem);
  line-height: 1.22;
  margin-top: 2.4em;
}

.md-typeset h3 {
  font-size: 1.15rem;
  line-height: 1.3;
}

.md-typeset .headerlink {
  color: var(--engelliweb-burgundy);
  font-size: 0.68em;
  margin-left: 0.35em;
  opacity: 0;
  transition: opacity 150ms ease;
}

.md-typeset :is(h1, h2, h3, h4):hover .headerlink,
.md-typeset .headerlink:focus {
  opacity: 0.65;
}

.md-typeset a:not(.md-button) {
  text-decoration-color: rgb(139 47 53 / 35%);
  text-decoration-thickness: 0.07em;
  text-underline-offset: 0.14em;
}

.md-typeset a:not(.md-button):hover {
  color: var(--engelliweb-burgundy-dark);
  text-decoration-color: currentcolor;
}

.md-typeset .md-button {
  border-radius: 0;
  font-family:
    Montserrat, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.75em 1.2em;
}

.md-typeset .md-button--primary {
  background: var(--engelliweb-burgundy);
  border-color: var(--engelliweb-burgundy);
}

.report-hero {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 6vw, 5rem);
  grid-template-columns: minmax(250px, 0.7fr) minmax(320px, 1.3fr);
  margin: 0 auto;
  max-width: 80rem;
  min-height: calc(100vh - 8rem);
  padding: clamp(2rem, 5vw, 5rem) 1rem;
}

.report-hero__cover {
  margin: 0;
}

.report-hero__cover img {
  aspect-ratio: 1410 / 2250;
  box-shadow: 0 1.5rem 3.5rem rgb(60 31 31 / 20%);
  display: block;
  height: auto;
  max-height: 72vh;
  object-fit: cover;
  width: 100%;
}

.report-hero__kicker {
  color: var(--engelliweb-burgundy);
  font-family:
    Montserrat, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
}

.report-hero h1 {
  border: 0;
  font-family:
    "Arial Narrow", "Avenir Next Condensed", Impact, sans-serif;
  font-size: clamp(3.5rem, 8vw, 7.4rem);
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.82;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.report-hero__subtitle {
  color: var(--engelliweb-ink);
  font-family:
    Montserrat, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  line-height: 1.28;
  margin: 1.5rem 0 1.2rem;
  max-width: 27ch;
}

.report-hero__byline {
  color: var(--engelliweb-muted);
  font-family:
    Montserrat, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.92rem;
}

.report-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 2rem 0;
}

.report-hero__publisher {
  align-items: center;
  border-top: 1px solid #ded7d2;
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
}

.report-hero__publisher img {
  height: auto;
  width: 8.5rem;
}

.report-hero__publisher span {
  color: var(--engelliweb-muted);
  font-family:
    Montserrat, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.72rem;
  line-height: 1.5;
}

.report-meta {
  background: var(--engelliweb-paper);
  border-left: 0.3rem solid var(--engelliweb-burgundy);
  display: grid;
  gap: 1rem 2rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 1rem auto 4rem;
  max-width: 80rem;
  padding: 1.5rem;
}

.md-typeset .report-meta dt {
  color: var(--engelliweb-burgundy);
  font-family:
    Montserrat, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-inline: 0;
  padding-inline: 0;
  text-transform: uppercase;
}

.md-typeset .report-meta dd {
  font-size: 0.82rem;
  margin-block: 0.25rem 0;
  margin-inline: 0;
  padding-inline: 0;
}

.report-overview {
  box-sizing: border-box;
  margin: 0 auto 4rem;
  max-width: 61rem;
  padding-inline: 1.8rem;
}

.md-typeset .report-overview h2 {
  margin-top: 0;
}

.report-citation {
  border-top: 1px solid #ded7d2;
  margin: 0 auto 4rem;
  max-width: 80rem;
  padding: 1.5rem 1.8rem;
}

.md-typeset .report-citation h2 {
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  margin: 0 0 0.6rem;
  text-transform: uppercase;
}

.report-citation p {
  color: var(--engelliweb-muted);
  font-family:
    Montserrat, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.78rem;
  line-height: 1.55;
  max-width: none;
}

.report-citation-jump {
  align-items: center;
  display: flex;
  font-family:
    Montserrat, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 750;
  gap: 0.55rem;
  justify-content: flex-end;
  letter-spacing: 0.025em;
  margin: 0 0 1rem;
}

.md-typeset .report-citation-jump a {
  color: var(--engelliweb-burgundy);
  text-decoration: none;
}

.report-citation-jump span {
  color: #b9afaa;
}

.report-citation-tools {
  background: var(--engelliweb-paper);
  border-top: 0.25rem solid var(--engelliweb-burgundy);
  margin: 3.5rem 0 0;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.md-typeset .report-citation-tools h2 {
  font-size: 1rem;
  letter-spacing: 0.04em;
  margin: 0 0 0.7rem;
  text-transform: uppercase;
}

.report-citation-tools__text {
  color: var(--engelliweb-muted);
  font-family:
    Montserrat, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.78rem;
  line-height: 1.6;
  max-width: none;
}

.report-citation-tools__actions {
  align-items: stretch;
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(auto-fit, minmax(7.5rem, 1fr));
  margin-top: 1rem;
}

.md-typeset .report-citation-tools__actions > :is(a, button) {
  align-items: center;
  background: #fff;
  border: 1px solid #b9afaa;
  border-radius: 0;
  color: var(--engelliweb-ink);
  cursor: pointer;
  display: inline-flex;
  font-family:
    Montserrat, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 750;
  justify-content: center;
  line-height: 1.25;
  min-height: 2.35rem;
  padding: 0.55rem 0.75rem;
  text-align: center;
  text-decoration: none;
}

.md-typeset .report-citation-tools__actions > [data-copy-citation] {
  background: var(--engelliweb-burgundy);
  border-color: var(--engelliweb-burgundy);
  color: #fff;
}

.md-typeset .report-citation-tools__actions > :is(a, button):hover,
.md-typeset .report-citation-tools__actions > :is(a, button):focus-visible {
  border-color: var(--engelliweb-burgundy);
  box-shadow: 0 0 0 0.12rem rgb(139 47 53 / 18%);
  outline: 0;
}

.report-citation-tools__permalink {
  border-top: 1px solid #ded7d2;
  color: var(--engelliweb-muted);
  font-family:
    Montserrat, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.68rem;
  margin: 1.15rem 0 0;
  overflow-wrap: anywhere;
  padding-top: 0.9rem;
}

.report-citation-tools__permalink span {
  font-weight: 750;
}

.report-citation-tools__status {
  color: var(--engelliweb-burgundy-dark);
  font-family:
    Montserrat, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  margin: 0.55rem 0 0;
  min-height: 1.1em;
}

.report-figure {
  background: var(--engelliweb-figure);
  margin: 2.5rem 0;
  padding: clamp(0.75rem, 2vw, 1.5rem);
}

.report-figure__zoom {
  cursor: zoom-in;
  display: block;
}

.report-figure img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 46rem;
  object-fit: contain;
  width: 100%;
}

.report-figure__zoom:hover img {
  filter: saturate(1.04);
}

.report-lightbox {
  background: transparent;
  border: 0;
  height: 100dvh;
  inset: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  width: 100vw;
}

.report-lightbox::backdrop {
  background: rgb(8 12 14 / 92%);
  backdrop-filter: blur(2px);
}

.report-lightbox__surface {
  box-sizing: border-box;
  display: grid;
  min-height: 100%;
  padding: 3.75rem 1rem 1rem;
  place-items: center;
}

.report-lightbox__figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin: 0;
  max-height: calc(100dvh - 4.75rem);
  max-width: 100%;
}

.report-lightbox__image {
  background: #fff;
  box-shadow: 0 1.2rem 4rem rgb(0 0 0 / 45%);
  display: block;
  height: auto;
  max-height: calc(100dvh - 8rem);
  max-width: calc(100vw - 2rem);
  object-fit: contain;
  width: auto;
}

.report-lightbox__caption {
  color: #fff;
  font-family:
    Montserrat, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.76rem;
  line-height: 1.45;
  max-width: min(70rem, calc(100vw - 3rem));
  text-align: center;
}

.report-lightbox__close {
  align-items: center;
  background: rgb(20 20 20 / 82%);
  border: 1px solid rgb(255 255 255 / 65%);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  height: 2.8rem;
  justify-content: center;
  line-height: 1;
  padding: 0 0 0.12rem;
  position: fixed;
  right: max(1rem, env(safe-area-inset-right));
  top: max(1rem, env(safe-area-inset-top));
  width: 2.8rem;
  z-index: 1;
}

.report-lightbox__close:hover,
.report-lightbox__close:focus-visible {
  background: var(--engelliweb-burgundy);
  border-color: #fff;
  outline: 0.16rem solid var(--engelliweb-turquoise);
  outline-offset: 0.12rem;
}

html.report-lightbox-open,
html.report-lightbox-open body {
  overflow: hidden;
}

.report-screenshot img {
  max-height: 42rem;
}

.md-typeset .report-figure figcaption {
  color: var(--engelliweb-muted);
  font-family:
    Montserrat, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.72rem;
  font-style: normal;
  margin: 0.75rem 0 0;
  max-width: none;
  text-align: center;
  width: 100%;
}

.report-figure__label {
  color: var(--engelliweb-burgundy);
  font-weight: 800;
}

.report-table {
  margin: 2.5rem 0;
}

.report-table__scroll {
  border-bottom: 0.2rem solid var(--engelliweb-burgundy);
  overflow-x: auto;
}

.md-typeset .report-table table {
  border-collapse: collapse;
  display: table;
  font-family:
    Montserrat, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.72rem;
  margin: 0;
  min-width: 760px;
  width: 100%;
}

.md-typeset .report-table th {
  background: var(--engelliweb-burgundy);
  color: #fff;
  font-weight: 750;
}

.md-typeset .report-table th,
.md-typeset .report-table td {
  border: 1px solid #ded7d2;
  padding: 0.7rem 0.75rem;
  text-align: right;
}

.md-typeset .report-table th:first-child,
.md-typeset .report-table td:first-child {
  text-align: left;
}

.md-typeset .report-table tbody tr:nth-child(even) {
  background: var(--engelliweb-paper);
}

.md-typeset .report-table figcaption {
  color: var(--engelliweb-muted);
  font-family:
    Montserrat, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.72rem;
  font-style: normal;
  margin: 0.8rem 0 0;
  max-width: none;
  text-align: left;
  width: 100%;
}

.report-table__label {
  color: var(--engelliweb-burgundy);
  font-weight: 800;
}

.report-table__source {
  color: var(--engelliweb-muted);
  font-size: 0.76rem;
  margin-top: 0.5rem;
}

.md-typeset .footnote {
  border-top: 1px solid #bdb5af;
  color: #4d4747;
  font-size: 0.76rem;
  line-height: 1.5;
  margin-top: 4rem;
  padding-top: 1.2rem;
}

.md-typeset .footnote::before {
  color: var(--engelliweb-burgundy);
  content: "Footnotes";
  display: block;
  font-family:
    Montserrat, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.md-typeset .footnote ol {
  padding-left: 1.4rem;
}

.md-typeset .footnote li {
  margin-bottom: 0.75rem;
  overflow-wrap: anywhere;
}

.md-typeset .footnote-ref {
  color: var(--engelliweb-burgundy);
  font-family:
    Montserrat, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.72em;
  font-weight: 800;
}

.md-typeset .footnote-backref {
  color: var(--engelliweb-burgundy);
}

.md-footer {
  background: var(--engelliweb-ink);
}

.md-footer__link {
  font-family:
    Montserrat, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
}

.md-footer-meta {
  background: #181616;
}

@media screen and (max-width: 76.2344em) {
  .md-content__inner {
    box-sizing: border-box;
    max-width: 58rem;
    padding-inline: clamp(1.25rem, 3vw, 2.25rem);
    width: 100%;
  }
}

@media screen and (max-width: 52rem) {
  .md-content {
    min-width: 0;
  }

  .md-content__inner {
    box-sizing: border-box;
    min-width: 0;
    padding-inline: 1rem;
    width: auto;
  }

  .md-content__inner:has(.report-hero) {
    padding-inline: 0;
  }

  .report-hero {
    box-sizing: border-box;
    grid-template-columns: 1fr;
    max-width: 100vw;
    min-height: auto;
    overflow: hidden;
    padding: 2rem 1.25rem;
    width: 100%;
  }

  .report-hero__cover {
    margin: 0 auto;
    max-width: 320px;
    width: 100%;
  }

  .report-hero__cover img {
    max-height: none;
    width: 100%;
  }

  .report-hero__body {
    min-width: 0;
    text-align: left;
    width: 100%;
  }

  .report-meta {
    box-sizing: border-box;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-inline: 1.25rem;
    width: auto;
  }

  .report-citation {
    margin-inline: 1.25rem;
  }

  .report-overview {
    padding-inline: 1.25rem;
  }
}

@media screen and (max-width: 32rem) {
  .md-typeset h1 {
    font-size: clamp(1.8rem, 11vw, 2.2rem);
    overflow-wrap: anywhere;
  }

  .report-hero h1 {
    font-size: clamp(3rem, 17vw, 4rem);
    overflow-wrap: anywhere;
  }

  .report-hero__kicker {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  .report-meta {
    grid-template-columns: 1fr;
  }

  .md-typeset {
    font-size: 0.85rem;
  }

  .report-citation-tools__actions > :is(a, button) {
    box-sizing: border-box;
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media print {
  .md-header,
  .md-sidebar,
  .md-footer,
  .report-hero__actions,
  .report-citation-jump,
  .report-citation-tools__actions,
  .report-citation-tools__status {
    display: none !important;
  }

  .report-lightbox {
    display: none !important;
  }

  .md-main__inner,
  .md-content,
  .md-content__inner {
    margin: 0;
    max-width: none;
    padding: 0;
  }

  .md-typeset {
    color: #000;
    font-size: 11pt;
  }

  .md-typeset a {
    color: inherit;
  }

  .report-figure,
  .report-table {
    break-inside: avoid;
  }
}
