@font-face {
  font-display: swap;
  font-family: "Forma DJR Text";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/FormaDJRText-Regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Forma DJR Text";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/FormaDJRText-Bold.woff2") format("woff2");
}

:root {
  --report-paper: #fffaf6;
  --report-pink: #f5e1e1;
  --report-pink-strong: #f2c8c9;
  --report-ink: #18181a;
  --report-burgundy: #4c1a09;
  --report-orange: #ff520d;
  --report-blue: #2951fe;
  --report-blue-soft: #dfe4ff;
  --report-green: #1e800f;
  --report-line: rgb(76 26 9 / 24%);
  --report-line-strong: rgb(76 26 9 / 64%);
  --report-muted: #795646;
  --report-rail: 274px;
  --report-topbar: 72px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.methodology-report-page {
  background: var(--report-paper);
  color: var(--report-ink);
  font-family: "Forma DJR Text", Arial, sans-serif;
  margin: 0;
  min-width: 320px;
}

.methodology-report-page a {
  color: inherit;
}

.report-skip-link {
  background: var(--report-ink);
  color: white !important;
  left: 12px;
  padding: 10px 14px;
  position: fixed;
  top: -80px;
  z-index: 100;
}

.report-skip-link:focus {
  top: 10px;
}

.report-topbar {
  align-items: center;
  background: rgb(245 225 225 / 96%);
  border-bottom: 1px solid var(--report-line-strong);
  display: grid;
  grid-template-columns: 156px minmax(0, 1fr) auto;
  height: var(--report-topbar);
  inset: 0 0 auto;
  padding: 8px 24px;
  position: fixed;
  z-index: 50;
}

.report-brand {
  display: block;
  width: 118px;
}

.report-brand img {
  display: block;
  height: 46px;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}

.report-topbar > p {
  font-weight: 700;
  margin: 0;
}

.report-topbar nav {
  align-items: center;
  display: flex;
  gap: 8px;
}

.report-topbar nav a {
  border: 1px solid var(--report-burgundy);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 9px 14px;
  text-decoration: none;
}

.report-topbar nav a:last-child {
  background: var(--report-ink);
  border-color: var(--report-ink);
  color: var(--report-pink);
}

.report-topbar nav a:hover,
.report-topbar nav a:focus-visible {
  background: var(--report-orange);
  border-color: var(--report-orange);
  color: var(--report-ink);
}

.report-layout {
  display: grid;
  grid-template-columns: var(--report-rail) minmax(0, 1fr);
  padding-top: var(--report-topbar);
}

.report-rail {
  align-self: start;
  background: var(--report-paper);
  border-right: 1px solid var(--report-line);
  display: flex;
  flex-direction: column;
  height: calc(100vh - var(--report-topbar));
  inset: var(--report-topbar) auto 0 0;
  overflow-y: auto;
  padding: 28px 22px 22px;
  position: sticky;
}

.report-rail-heading {
  border-bottom: 1px solid var(--report-line);
  padding: 0 8px 22px;
}

.report-rail-heading p {
  color: var(--report-orange);
  font-size: 0.72rem;
  font-weight: 700;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.report-rail-heading strong {
  display: block;
  font-family: "Forma DJR Display", "Forma DJR Text", sans-serif;
  font-size: 1.45rem;
  line-height: 1.05;
}

#report-rail-nav {
  display: grid;
  padding-top: 14px;
}

#report-rail-nav a {
  border-left: 3px solid transparent;
  color: var(--report-muted);
  font-size: 0.91rem;
  font-weight: 700;
  padding: 9px 10px;
  text-decoration: none;
}

#report-rail-nav a:hover,
#report-rail-nav a:focus-visible {
  color: var(--report-ink);
}

#report-rail-nav a[aria-current="true"] {
  border-left-color: var(--report-orange);
  color: var(--report-ink);
}

.report-download-link {
  border-top: 1px solid var(--report-line);
  font-size: 0.88rem;
  font-weight: 700;
  margin-top: auto;
  padding: 18px 8px 0;
  text-decoration: none;
}

.report-content {
  min-width: 0;
}

.report-chapter {
  scroll-margin-top: calc(var(--report-topbar) + 12px);
}

.report-route-anchor {
  display: block;
  height: 0;
  scroll-margin-top: calc(var(--report-topbar) + 12px);
}

.report-hero {
  background: var(--report-blue);
  color: var(--report-pink);
  overflow: hidden;
  padding: 84px clamp(44px, 7%, 112px) 72px;
  position: relative;
}

.report-hero-copy {
  max-width: 930px;
  position: relative;
  z-index: 2;
}

.report-kicker {
  color: var(--report-orange);
  font-size: 0.78rem;
  font-weight: 700;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.report-hero .report-kicker {
  color: var(--report-pink);
}

.report-hero h1,
.report-section-heading h2,
.report-domain-header h2,
.report-method-band h2,
.report-quality-band h2,
.report-limits-band h2,
.report-access-band h2 {
  font-family: "Forma DJR Display", "Forma DJR Text", sans-serif;
  letter-spacing: 0;
}

.report-hero h1 {
  font-size: 4rem;
  line-height: 1.05;
  margin: 0;
  max-width: 1050px;
}

.report-hero-dek {
  font-size: 1.42rem;
  line-height: 1.35;
  margin: 36px 0 0;
  max-width: 760px;
}

.report-release-facts {
  border-top: 1px solid rgb(245 225 225 / 52%);
  display: flex;
  flex-wrap: wrap;
  gap: 22px 44px;
  margin-top: 52px;
  padding-top: 22px;
}

.report-release-facts span {
  display: grid;
  gap: 3px;
}

.report-release-facts strong {
  font-size: 1.42rem;
}

.report-release-facts small {
  font-size: 0.77rem;
  opacity: 0.78;
  text-transform: uppercase;
}

.report-intro-band,
.report-framework-map,
.report-conditions-band,
.report-method-band,
.report-quality-band,
.report-limits-band,
.report-access-band,
.report-appendix {
  padding: 78px clamp(40px, 6.5%, 104px);
}

.report-intro-band {
  background: var(--report-paper);
}

.report-section-heading {
  max-width: 900px;
}

.report-section-heading h2,
.report-method-band h2,
.report-quality-band h2,
.report-limits-band h2,
.report-access-band h2 {
  font-size: clamp(2.7rem, 5vw, 5.1rem);
  line-height: 0.94;
  margin: 0;
}

.report-section-heading > p:last-child,
.report-method-band > header p,
.report-quality-band > header p,
.report-limits-band > header p,
.report-access-band > header p {
  color: var(--report-muted);
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 24px 0 0;
  max-width: 780px;
}

.report-principles {
  border-top: 1px solid var(--report-line-strong);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 54px;
}

.report-principle {
  border-bottom: 1px solid var(--report-line);
  min-height: 174px;
  padding: 24px 34px 30px 0;
}

.report-principle:nth-child(odd) {
  border-right: 1px solid var(--report-line);
}

.report-principle:nth-child(even) {
  padding-left: 34px;
}

.report-principle strong {
  display: block;
  font-size: 1.24rem;
  margin-bottom: 10px;
}

.report-principle p {
  color: var(--report-muted);
  line-height: 1.5;
  margin: 0;
}

.report-framework-map {
  background: var(--report-pink);
}

.report-conditions-band {
  background: var(--report-paper);
  padding: 78px clamp(40px, 6.5%, 104px);
}

.report-condition-list {
  border-top: 1px solid var(--report-line-strong);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 48px;
}

.report-condition {
  border-bottom: 1px solid var(--report-line);
  border-right: 1px solid var(--report-line);
  min-height: 210px;
  padding: 24px 28px 30px 0;
}

.report-condition:nth-child(3n) {
  border-right: 0;
  padding-left: 28px;
}

.report-condition:nth-child(3n + 2) {
  padding-left: 28px;
}

.report-condition strong {
  display: block;
  font-size: 1.08rem;
  line-height: 1.25;
}

.report-condition p {
  color: var(--report-muted);
  line-height: 1.5;
  margin: 10px 0 18px;
}

.report-condition a {
  font-size: 0.82rem;
  font-weight: 700;
  text-underline-offset: 3px;
}

.report-framework-grid {
  border-bottom: 1px solid var(--report-line-strong);
  border-top: 1px solid var(--report-line-strong);
  display: grid;
  grid-template-columns: minmax(150px, 0.72fr) repeat(2, minmax(0, 1fr));
  margin-top: 50px;
}

.report-framework-cell {
  border-bottom: 1px solid var(--report-line);
  border-right: 1px solid var(--report-line);
  min-height: 154px;
  padding: 24px;
}

.report-framework-cell:nth-child(3n) {
  border-right: 0;
}

.report-framework-cell strong {
  display: block;
  font-size: 1.16rem;
  line-height: 1.15;
  margin-bottom: 8px;
}

.report-framework-cell p {
  color: var(--report-muted);
  line-height: 1.45;
  margin: 0;
}

.report-framework-cell--heading {
  min-height: 90px;
}

.report-framework-cell--heading strong {
  color: var(--report-orange);
}

.report-domain {
  border-top: 1px solid var(--report-line-strong);
}

.report-domain-header {
  background: var(--report-burgundy);
  color: var(--report-pink);
  min-height: 370px;
  overflow: hidden;
  padding: 68px clamp(40px, 6.5%, 104px);
  position: relative;
}

.report-domain-header::after {
  background-image: radial-gradient(circle, var(--report-pink) 0 12px, transparent 13px);
  background-size: 56px 56px;
  content: "";
  height: 280px;
  opacity: 0.66;
  position: absolute;
  right: 5%;
  top: 18px;
  transform: rotate(-14deg);
  width: 390px;
}

.report-domain-header > * {
  position: relative;
  z-index: 1;
}

.report-domain-header .report-kicker {
  color: var(--report-pink);
}

.report-domain-header h2 {
  font-size: clamp(3.2rem, 6vw, 6.3rem);
  line-height: 0.9;
  margin: 0;
  max-width: 850px;
}

.report-domain-header p:last-child {
  font-size: 1.18rem;
  line-height: 1.45;
  margin: 24px 0 0;
  max-width: 720px;
}

.report-domain-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.report-axis {
  min-width: 0;
  padding: 60px clamp(32px, 5%, 70px) 72px;
}

.report-axis + .report-axis {
  background: #fbf9ff;
  border-left: 1px solid var(--report-line);
}

.report-axis-label {
  color: var(--report-orange);
  font-size: 0.76rem;
  font-weight: 700;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.report-axis[data-axis="capacity"] .report-axis-label {
  color: var(--report-blue);
}

.report-axis h3 {
  font-family: "Forma DJR Display", "Forma DJR Text", sans-serif;
  font-size: clamp(2.15rem, 3.5vw, 3.8rem);
  line-height: 0.98;
  margin: 0;
}

.report-axis-intro {
  color: var(--report-muted);
  line-height: 1.48;
  margin: 18px 0 38px;
  max-width: 620px;
}

.report-indicator-list {
  border-top: 1px solid var(--report-line-strong);
}

.report-indicator {
  border-bottom: 1px solid var(--report-line);
}

.report-indicator summary {
  align-items: start;
  cursor: pointer;
  display: grid;
  gap: 12px;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  list-style: none;
  padding: 22px 0;
}

.report-indicator summary::-webkit-details-marker {
  display: none;
}

.report-indicator-number {
  color: var(--report-muted);
  font-size: 0.8rem;
  font-weight: 700;
  padding-top: 4px;
}

.report-indicator-title strong {
  display: block;
  font-size: 1.06rem;
  line-height: 1.24;
}

.report-indicator-title span {
  color: var(--report-muted);
  display: block;
  font-size: 0.88rem;
  line-height: 1.35;
  margin-top: 5px;
}

.report-indicator-role {
  border: 1px solid currentColor;
  color: var(--report-orange);
  font-size: 0.66rem;
  font-weight: 700;
  padding: 5px 7px;
  text-transform: uppercase;
  white-space: nowrap;
}

.report-axis[data-axis="capacity"] .report-indicator-role {
  color: var(--report-blue);
}

.report-indicator summary::after {
  content: "+";
  display: none;
}

.report-indicator[open] summary {
  border-bottom: 1px solid var(--report-line);
}

.report-indicator-body {
  padding: 24px 0 34px 48px;
}

.report-indicator-lead {
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 24px;
  max-width: 700px;
}

.report-indicator-explainer {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.report-indicator-explainer div {
  min-width: 0;
}

.report-indicator-explainer strong {
  display: block;
  font-size: 0.75rem;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.report-indicator-explainer p {
  color: var(--report-muted);
  line-height: 1.48;
  margin: 0;
}

.report-indicator-method {
  background: var(--report-pink);
  margin-top: 24px;
  padding: 18px;
}

.report-indicator-method strong {
  display: block;
  font-size: 0.75rem;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.report-indicator-method code {
  font-family: inherit;
  line-height: 1.45;
}

.report-indicator-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.report-indicator-meta span {
  border: 1px solid var(--report-line);
  font-size: 0.72rem;
  padding: 5px 7px;
}

.report-source-list {
  display: grid;
  gap: 7px;
  margin-top: 22px;
}

.report-source-list a {
  align-items: baseline;
  display: grid;
  font-size: 0.85rem;
  gap: 6px;
  grid-template-columns: 14px minmax(0, 1fr);
  line-height: 1.35;
  text-underline-offset: 3px;
}

.report-source-list a::before {
  color: var(--report-orange);
  content: "↗";
}

.report-method-band {
  background: var(--report-ink);
  color: white;
}

.report-method-band .report-kicker {
  color: var(--report-orange);
}

.report-method-band > header p {
  color: rgb(255 255 255 / 72%);
}

.report-scoring-grid {
  border-top: 1px solid rgb(255 255 255 / 32%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
}

.report-score-process {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 48px;
}

.report-score-process article {
  background: rgb(255 255 255 / 7%);
  min-height: 188px;
  padding: 26px;
}

.report-score-process strong {
  color: var(--report-orange);
  display: block;
  font-size: 0.78rem;
  margin-bottom: 34px;
  text-transform: uppercase;
}

.report-score-process p {
  color: rgb(255 255 255 / 82%);
  line-height: 1.5;
  margin: 0;
}

.report-tier-guide {
  border-bottom: 1px solid rgb(255 255 255 / 24%);
  border-top: 1px solid rgb(255 255 255 / 24%);
  display: grid;
  gap: 34px;
  margin-top: 30px;
  padding: 24px 0;
}

.report-tier-axis {
  align-items: start;
  display: grid;
  gap: 26px;
  grid-template-columns: 90px minmax(0, 1fr);
}

.report-tier-axis > strong {
  color: rgb(255 255 255 / 72%);
  font-size: 0.75rem;
  padding-top: 5px;
  text-transform: uppercase;
}

.report-tier-axis > div {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.report-tier-axis span {
  background: rgb(255 255 255 / 8%);
  color: rgb(255 255 255 / 76%);
  font-size: 0.76rem;
  min-height: 54px;
  padding: 10px 12px;
}

.report-tier-axis b {
  color: white;
  display: block;
  font-size: 0.95rem;
}

.report-score-cell {
  border-bottom: 1px solid rgb(255 255 255 / 24%);
  border-right: 1px solid rgb(255 255 255 / 24%);
  padding: 26px;
}

.report-score-cell:nth-child(3n) {
  border-right: 0;
}

.report-score-cell strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 9px;
}

.report-score-cell p {
  color: rgb(255 255 255 / 70%);
  line-height: 1.45;
  margin: 0;
}

.report-score-cell span {
  color: var(--report-orange);
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.report-score-thresholds {
  border-top: 1px solid rgb(255 255 255 / 18%);
  margin-top: 22px;
  padding-top: 15px;
}

.report-score-thresholds summary {
  color: white;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 700;
}

.report-score-thresholds ul {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.report-score-thresholds li {
  border-top: 1px solid rgb(255 255 255 / 14%);
  padding: 12px 0;
}

.report-score-thresholds li strong,
.report-score-thresholds li span {
  display: block;
  margin: 0;
  text-transform: none;
}

.report-score-thresholds li strong {
  font-size: 0.78rem;
}

.report-score-thresholds li span {
  color: rgb(255 255 255 / 62%);
  font-size: 0.72rem;
  line-height: 1.4;
  margin-top: 4px;
}

.report-quality-band {
  background: var(--report-blue-soft);
}

.report-quality-summary {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 48px;
}

.report-quality-stat {
  background: var(--report-paper);
  min-height: 150px;
  padding: 24px;
}

.report-quality-stat strong {
  display: block;
  font-family: "Forma DJR Display", "Forma DJR Text", sans-serif;
  font-size: 2.6rem;
  line-height: 1;
}

.report-quality-stat span {
  color: var(--report-muted);
  display: block;
  font-size: 0.84rem;
  line-height: 1.4;
  margin-top: 9px;
}

.report-quality-rules {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 48px;
}

.report-quality-rules strong {
  display: block;
  margin-bottom: 8px;
}

.report-quality-rules p {
  color: var(--report-muted);
  line-height: 1.5;
  margin: 0;
}

.report-headline-audit > article {
  grid-column: 1 / -1;
  max-width: 72ch;
}

.report-headline-audit p + p {
  margin-top: 12px;
}

.report-limits-band {
  background: var(--report-pink);
}

.report-omission-list {
  border-top: 1px solid var(--report-line-strong);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 48px;
}

.report-omission {
  border-bottom: 1px solid var(--report-line);
  min-height: 190px;
  padding: 26px 32px 30px 0;
}

.report-omission:nth-child(odd) {
  border-right: 1px solid var(--report-line);
}

.report-omission:nth-child(even) {
  padding-left: 32px;
}

.report-omission strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 9px;
}

.report-omission p {
  color: var(--report-muted);
  line-height: 1.5;
  margin: 0;
}

.report-access-band {
  background: var(--report-green);
  color: var(--report-pink);
}

.report-access-band .report-kicker {
  color: var(--report-pink);
}

.report-access-band > header p {
  color: var(--report-pink);
  opacity: 0.84;
}

.report-access-links {
  border-top: 1px solid rgb(245 225 225 / 55%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 48px;
}

.report-access-links a {
  border-bottom: 1px solid rgb(245 225 225 / 55%);
  border-right: 1px solid rgb(245 225 225 / 55%);
  display: flex;
  flex-direction: column;
  min-height: 170px;
  padding: 24px;
  text-decoration: none;
}

.report-access-links a:last-child {
  border-right: 0;
}

.report-access-links strong {
  font-size: 1.14rem;
}

.report-access-links span {
  line-height: 1.45;
  margin-top: 8px;
  opacity: 0.8;
}

.report-access-links b {
  margin-top: auto;
}

.report-appendix {
  background: var(--report-paper);
}

.report-search-controls {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 280px);
  margin-top: 44px;
}

.report-search-controls input,
.report-search-controls select {
  background: transparent;
  border: 1px solid var(--report-line-strong);
  border-radius: 0;
  color: var(--report-ink);
  font: inherit;
  min-height: 54px;
  padding: 12px 14px;
}

.report-result-count {
  color: var(--report-muted);
  font-size: 0.86rem;
  margin: 16px 0 0;
}

.report-dictionary-results {
  border-top: 1px solid var(--report-line-strong);
  margin-top: 24px;
}

.report-dictionary-row {
  border-bottom: 1px solid var(--report-line);
}

.report-dictionary-row summary {
  cursor: pointer;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) minmax(140px, 0.35fr) auto;
  list-style: none;
  padding: 20px 0;
}

.report-dictionary-row summary::-webkit-details-marker {
  display: none;
}

.report-dictionary-row summary strong {
  line-height: 1.25;
}

.report-dictionary-row summary span {
  color: var(--report-muted);
  font-size: 0.82rem;
}

.report-dictionary-row summary b {
  color: var(--report-orange);
  font-size: 1.2rem;
}

.report-dictionary-body {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 6px 0 28px;
}

.report-dictionary-body div {
  min-width: 0;
}

.report-dictionary-body dt {
  font-size: 0.7rem;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.report-dictionary-body dd {
  color: var(--report-muted);
  line-height: 1.42;
  margin: 0;
  overflow-wrap: anywhere;
}

.report-empty-state {
  color: var(--report-muted);
  padding: 34px 0;
}

@media (max-width: 1120px) {
  :root {
    --report-rail: 224px;
  }

  .report-topbar {
    grid-template-columns: 132px minmax(0, 1fr) auto;
  }

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

  .report-axis + .report-axis {
    border-left: 0;
    border-top: 1px solid var(--report-line-strong);
  }

  .report-quality-summary,
  .report-quality-rules {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  :root {
    --report-topbar: 64px;
  }

  .report-topbar {
    grid-template-columns: 112px minmax(0, 1fr);
    padding-inline: 16px;
  }

  .report-topbar > p {
    font-size: 0.84rem;
    text-align: right;
  }

  .report-topbar nav {
    display: none;
  }

  .report-layout {
    display: block;
  }

  .report-rail {
    border-bottom: 1px solid var(--report-line-strong);
    border-right: 0;
    display: block;
    height: auto;
    inset: var(--report-topbar) 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 14px;
    position: sticky;
    white-space: nowrap;
    z-index: 40;
  }

  .report-rail-heading,
  .report-download-link {
    display: none;
  }

  #report-rail-nav {
    display: flex;
    gap: 4px;
    padding: 0;
  }

  #report-rail-nav a {
    border-bottom: 3px solid transparent;
    border-left: 0;
    padding: 14px 10px 11px;
  }

  #report-rail-nav a[aria-current="true"] {
    border-bottom-color: var(--report-orange);
  }

  .report-chapter {
    scroll-margin-top: 116px;
  }

  .report-hero {
    padding: 70px 26px 52px;
  }

  .report-hero h1 {
    font-size: 4rem;
  }

  .report-intro-band,
  .report-framework-map,
  .report-conditions-band,
  .report-method-band,
  .report-quality-band,
  .report-limits-band,
  .report-access-band,
  .report-appendix {
    padding: 60px 26px;
  }

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

  .report-framework-cell:nth-child(3n) {
    border-right: 1px solid var(--report-line);
  }

  .report-framework-cell:nth-child(2n) {
    border-right: 0;
  }

  .report-framework-cell--category {
    grid-column: 1 / -1;
    min-height: 70px;
  }

  .report-domain-header {
    min-height: 330px;
    padding: 58px 26px;
  }

  .report-condition-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .report-condition,
  .report-condition:nth-child(3n),
  .report-condition:nth-child(3n + 2) {
    border-right: 1px solid var(--report-line);
    padding-left: 0;
    padding-right: 24px;
  }

  .report-condition:nth-child(2n) {
    border-right: 0;
    padding-left: 24px;
    padding-right: 0;
  }

  .report-domain-header::after {
    opacity: 0.36;
  }

  .report-axis {
    padding: 50px 26px 62px;
  }

  .report-scoring-grid,
  .report-score-process,
  .report-access-links {
    grid-template-columns: 1fr;
  }

  .report-score-process article {
    min-height: 0;
  }

  .report-score-process strong {
    margin-bottom: 15px;
  }

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

  .report-score-cell,
  .report-access-links a {
    border-right: 0;
  }

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

  .report-omission:nth-child(odd) {
    border-right: 0;
  }

  .report-omission:nth-child(even) {
    padding-left: 0;
  }
}

@media (max-width: 560px) {
  .report-topbar > p {
    font-size: 0.72rem;
  }

  .report-hero h1 {
    font-size: 2.75rem;
  }

  .report-hero-dek {
    font-size: 1.12rem;
  }

  .report-tier-axis > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .report-domain-header::after {
    display: none;
  }

  .report-domain-header h2 {
    font-size: 2.65rem;
  }

  .report-release-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .report-principles,
  .report-indicator-explainer,
  .report-quality-summary,
  .report-quality-rules,
  .report-search-controls,
  .report-dictionary-body {
    grid-template-columns: 1fr;
  }

  .report-principle:nth-child(odd) {
    border-right: 0;
  }

  .report-principle:nth-child(even) {
    padding-left: 0;
  }

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

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

  .report-condition,
  .report-condition:nth-child(2n),
  .report-condition:nth-child(3n),
  .report-condition:nth-child(3n + 2) {
    border-right: 0;
    min-height: 0;
    padding: 22px 0 26px;
  }

  .report-framework-cell,
  .report-framework-cell:nth-child(2n),
  .report-framework-cell:nth-child(3n) {
    border-right: 0;
  }

  .report-framework-cell--category {
    grid-column: auto;
  }

  .report-indicator summary {
    grid-template-columns: 28px minmax(0, 1fr);
  }

  .report-indicator-role {
    grid-column: 2;
    justify-self: start;
  }

  .report-indicator-body {
    padding-left: 40px;
  }

  .report-dictionary-row summary {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .report-dictionary-row summary span {
    display: none;
  }
}

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

/* Detailed construction stays available without lengthening the overview. */
.report-construction { border-block: 1px solid var(--report-line); margin-top: 32px; }
.report-construction > summary { cursor: pointer; padding: 24px 0; font-weight: 700; }
.report-construction > div { max-width: 80ch; padding-bottom: 24px; }
.report-construction section + section { margin-top: 32px; }
.report-construction p { line-height: 1.65; overflow-wrap: anywhere; }
