@font-face {
  font-family: "Newsreader";
  src: url("/fonts/newsreader-latin-wght-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

html {
  scrollbar-color: #78958a #ece9df;
}

body.youtube-audit-site {
  background:
    radial-gradient(circle at 13% 9%, rgba(217, 235, 223, .72), transparent 28rem),
    #f5f3ec;
}

body.youtube-audit-site ::selection {
  color: #fffdf7;
  background: #1e6655;
}

body.youtube-audit-site input,
body.youtube-audit-site button {
  caret-color: #9a5620;
}

.youtube-audit-main {
  overflow: clip;
}

.youtube-audit-hero {
  width: min(1180px, calc(100% - 40px));
  min-height: 680px;
  margin: 0 auto;
  padding: 74px 0 88px;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(560px, 1.18fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: center;
}

.audit-promise h1 {
  max-width: 11ch;
  margin: 0;
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-size: clamp(50px, 5.8vw, 82px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: .97;
  text-wrap: balance;
}

.audit-promise > p {
  max-width: 55ch;
  margin: 29px 0 0;
  color: #56635e;
  font-size: 17px;
  line-height: 1.7;
}

.promise-list {
  margin: 34px 0 0;
  padding: 0;
  display: grid;
  gap: 13px;
  list-style: none;
  color: #26332f;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

.promise-list li {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 11px;
  align-items: start;
}

.promise-list li span {
  width: 12px;
  height: 8px;
  margin-top: 3px;
  border-bottom: 2px solid #26725f;
  border-left: 2px solid #26725f;
  transform: rotate(-45deg);
}

.blank-dossier {
  position: relative;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid #c9cec4;
  border-radius: 16px;
  background: #fffdf7;
}

.blank-dossier::after {
  position: absolute;
  width: 108px;
  height: 108px;
  right: -36px;
  bottom: -44px;
  border: 24px solid rgba(240, 154, 62, .84);
  border-radius: 50%;
  content: "";
  z-index: -1;
}

.dossier-heading,
.report-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 17px;
  border-bottom: 1px solid #cfd3ca;
  color: #607069;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.dossier-title-row {
  margin-top: 38px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: start;
}

.dossier-title-row small,
.report-identity small {
  display: block;
  margin-bottom: 8px;
  color: #56635e;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.dossier-title-row h2 {
  margin: 0;
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 500;
  letter-spacing: -.03em;
}

.dossier-state,
.report-status {
  display: inline-flex;
  min-height: 28px;
  padding: 0 11px;
  align-items: center;
  border-radius: 999px;
  color: #1f584a;
  background: #d9ebdf;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.channel-form {
  margin-top: 31px;
}

.channel-form > label:first-child,
.access-dialog form > label,
.share-fallback label {
  display: block;
  margin-bottom: 9px;
  font-size: 12px;
  font-weight: 850;
}

.channel-input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px;
}

.channel-input-row input,
.access-dialog input,
.share-fallback input {
  min-width: 0;
  min-height: 52px;
  padding: 0 15px;
  border: 1px solid #aeb8b1;
  border-radius: 12px;
  color: #16201d;
  background: #fff;
  font-size: 14px;
}

.channel-input-row input::placeholder,
.access-dialog input::placeholder {
  color: #6d7672;
  opacity: 1;
}

.channel-input-row button,
.access-dialog button,
.report-actions button {
  min-height: 52px;
  padding: 0 18px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: #143f35;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
}

.channel-input-row button:hover,
.access-dialog button:hover,
.report-actions button:hover {
  background: #0d3129;
}

.channel-input-row button:disabled,
.report-actions button:disabled {
  color: #69736e;
  background: #d8dbd4;
  cursor: not-allowed;
}

.authority-check {
  margin-top: 15px;
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: #56635e;
  font-size: 12px;
  line-height: 1.5;
}

.authority-check input {
  width: 17px;
  height: 17px;
  margin: 1px 0 0;
  accent-color: #1c6655;
}

.form-error {
  margin: 14px 0 0;
  color: #8b2f27;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.5;
}

.dossier-scope,
.report-scope {
  margin: 38px 0 0;
  padding: 18px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  border-top: 1px solid #d7dad2;
}

.dossier-scope div + div,
.report-scope div + div {
  padding-left: 18px;
  border-left: 1px solid #d7dad2;
}

.dossier-scope dt,
.report-scope dt {
  color: #56635e;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.dossier-scope dd,
.report-scope dd {
  margin: 7px 0 0;
  color: #18342d;
  font-size: 13px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.pilot-line {
  margin: 22px 0 0;
  color: #66736d;
  font-size: 11px;
  line-height: 1.5;
}

.pilot-line strong {
  color: #34443e;
}

.audit-explainer,
.report-path,
.audit-boundary,
.audit-faq {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.audit-explainer {
  padding: 112px 0;
  border-top: 1px solid #d5d6ce;
}

.explainer-heading {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(300px, .45fr);
  gap: 80px;
  align-items: end;
}

.explainer-heading h2,
.path-copy h2,
.audit-boundary h2,
.audit-faq h2,
.report-terminal h2,
.report-processing h2,
.reading-heading h2,
.report-aside h2,
.access-dialog h2 {
  margin: 0;
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.5vw, 58px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.05;
  text-wrap: balance;
}

.explainer-heading p {
  margin: 0;
  color: #5f6965;
  line-height: 1.7;
}

.state-ledger {
  margin-top: 54px;
  border-top: 1px solid #abb4ae;
}

.state-ledger article {
  min-height: 118px;
  padding: 27px 0;
  display: grid;
  grid-template-columns: 18px minmax(170px, .45fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  border-bottom: 1px solid #cdd1c9;
}

.state-ledger h3 {
  margin: 0;
  font-size: 18px;
}

.state-ledger p {
  max-width: 68ch;
  margin: 0;
  color: #59645f;
  font-size: 14px;
  line-height: 1.65;
}

.state-mark,
.summary-mark {
  display: block;
  width: 11px;
  height: 11px;
  margin-top: 4px;
  border-radius: 50%;
}

.state-mark.healthy,
.summary-mark.healthy,
.finding-row.healthy .finding-state i {
  background: #2b826a;
}

.state-mark.attention,
.summary-mark.attention,
.finding-row.attention .finding-state i {
  background: #c66237;
}

.state-mark.inconclusive,
.summary-mark.inconclusive,
.finding-row.inconclusive .finding-state i {
  background: #7b8580;
}

.report-path {
  padding: 112px 0;
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: clamp(42px, 7vw, 90px);
  background: #143f35;
  box-shadow: 50vw 0 0 #143f35, -50vw 0 0 #143f35;
  color: #fffdf7;
}

.path-rule {
  background: rgba(255, 255, 255, .2);
}

.path-copy h2 {
  max-width: 12ch;
  font-size: clamp(34px, 4vw, 48px);
}

.path-copy p {
  max-width: 56ch;
  margin: 24px 0 0;
  color: #c5d6d0;
  line-height: 1.75;
}

.audit-boundary {
  padding: 112px 0;
  display: grid;
  grid-template-columns: minmax(300px, .8fr) minmax(0, 1fr);
  gap: clamp(50px, 9vw, 120px);
  border-bottom: 1px solid #d2d4cc;
}

.audit-boundary h2 {
  font-size: clamp(38px, 4.8vw, 62px);
}

.audit-boundary p {
  margin: 0;
  color: #56615c;
  font-size: 15px;
  line-height: 1.8;
}

.audit-boundary p + p {
  margin-top: 28px;
}

.audit-boundary strong {
  color: #183b32;
}

.audit-faq {
  padding: 108px 0 130px;
  display: grid;
  grid-template-columns: minmax(250px, .65fr) minmax(0, 1fr);
  gap: clamp(50px, 8vw, 110px);
}

.audit-faq > div {
  border-top: 1px solid #aeb6b0;
}

.audit-faq details {
  border-bottom: 1px solid #cdd1c9;
}

.audit-faq summary {
  min-height: 72px;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.audit-faq summary::-webkit-details-marker,
.finding-row summary::-webkit-details-marker {
  display: none;
}

.audit-faq summary span,
.finding-row summary b {
  position: relative;
  width: 18px;
  height: 18px;
  color: #276756;
  transition: transform .2s ease-out;
}

.audit-faq summary span::before,
.audit-faq summary span::after,
.finding-row summary b::before,
.finding-row summary b::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 2px;
  width: 14px;
  height: 2px;
  background: currentColor;
}

.audit-faq summary span::after,
.finding-row summary b::after {
  transform: rotate(90deg);
}

.audit-faq details[open] summary span,
.finding-row[open] summary b {
  transform: rotate(45deg);
}

.audit-faq details p {
  max-width: 68ch;
  margin: -5px 0 24px;
  color: #5d6863;
  line-height: 1.7;
}

.access-dialog {
  position: fixed;
  z-index: 40;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: min(540px, calc(100% - 30px));
  max-height: calc(100vh - 30px);
  padding: 0;
  border: 0;
  border-radius: 16px;
  color: #16201d;
  background: #fffdf7;
  box-shadow: 0 30px 90px rgba(10, 30, 24, .28);
}

body:has(.access-dialog[open]) {
  overflow: hidden;
}

.access-dialog::backdrop {
  background: rgba(12, 31, 26, .72);
}

.access-dialog-inner {
  position: relative;
  padding: clamp(28px, 6vw, 48px);
}

.dialog-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #183c32;
  background: #e4ece7;
  text-decoration: none;
}

.dialog-close button span::before,
.dialog-close button span::after {
  content: '';
  position: absolute;
  top: 18px;
  left: 11px;
  width: 16px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
}

.dialog-close button span::after {
  transform: rotate(-45deg);
}

.access-dialog h2 {
  max-width: 10ch;
  font-size: clamp(38px, 8vw, 54px);
}

.access-dialog-inner > p {
  margin: 22px 0 0;
  color: #5c6863;
  line-height: 1.7;
}

.access-dialog form {
  margin-top: 29px;
}

.access-dialog form.dialog-close {
  margin: 0;
}

.access-dialog input {
  width: 100%;
}

.access-dialog button {
  width: 100%;
  margin-top: 10px;
}

.access-dialog .dialog-close button {
  width: 38px;
  min-height: 38px;
  margin: 0;
  padding: 0;
  color: #183c32;
  background: transparent;
}

.access-dialog .dialog-close button:hover {
  background: transparent;
}

.access-dialog form small {
  display: block;
  margin-top: 13px;
  color: #56635e;
  font-size: 11px;
  line-height: 1.55;
}

.access-confirmed {
  margin-top: 29px;
  padding-top: 25px;
  border-top: 1px solid #d4d7d0;
}

.access-confirmed p {
  color: #5c6863;
  line-height: 1.65;
}

.access-confirmed .button {
  margin-top: 12px;
}

/* Shared report */

.report-page {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 62px 0 112px;
}

.report-dossier {
  border: 1px solid #c8cdc4;
  border-radius: 16px;
  background: #fffdf7;
}

.report-heading {
  margin: 0 clamp(24px, 5vw, 54px);
  padding-top: 25px;
  align-items: center;
}

.report-heading > div:first-child {
  display: grid;
  gap: 5px;
}

.report-heading strong {
  color: #56635e;
  font-size: 9px;
}

.report-actions {
  display: flex;
  gap: 9px;
  align-items: center;
}

.report-actions button,
.report-actions a {
  min-height: 38px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
}

.report-actions button {
  min-height: 38px;
}

.report-actions a {
  border: 1px solid #bdc5be;
  color: #1e4d40;
  background: #fff;
}

.report-identity {
  padding: 49px clamp(24px, 5vw, 54px) 37px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: start;
}

.report-identity h1 {
  max-width: 16ch;
  margin: 0;
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1;
  text-wrap: balance;
}

.report-identity p {
  margin: 12px 0 0;
  color: #64706b;
}

.report-status.queued,
.report-status.scanning {
  color: #7a4c22;
  background: #f3dfc5;
}

.report-status.failed {
  color: #7b2c27;
  background: #f1d7d2;
}

.report-scope {
  margin: 0;
  padding: 22px clamp(24px, 5vw, 54px);
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #d7dad2;
  border-bottom: 1px solid #d7dad2;
  background: #f1f0e8;
}

.report-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid #d2d6cd;
}

.report-summary > div {
  min-height: 162px;
  padding: 32px clamp(22px, 4vw, 46px);
  display: grid;
  grid-template-columns: 13px 1fr;
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-content: center;
}

.report-summary > div + div {
  border-left: 1px solid #d2d6cd;
}

.report-summary .summary-mark {
  grid-row: 1 / 3;
}

.report-summary strong {
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-size: 48px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.03em;
  line-height: .9;
}

.report-summary small {
  margin-top: 10px;
  color: #67736e;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.report-reading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
}

.reading-main {
  padding: 55px clamp(24px, 5vw, 54px) 62px;
}

.reading-heading {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
}

.reading-heading h2,
.report-aside h2 {
  font-size: clamp(31px, 3.5vw, 44px);
}

.reading-heading p {
  max-width: 28ch;
  margin: 0;
  color: #69746f;
  font-size: 13px;
  line-height: 1.5;
}

.finding-ledger {
  margin-top: 36px;
  border-top: 1px solid #aeb7b0;
}

.finding-row {
  border-bottom: 1px solid #d0d4cc;
}

.finding-row summary {
  min-height: 77px;
  padding: 17px 0;
  display: grid;
  grid-template-columns: minmax(145px, .45fr) minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  color: #34423d;
  font-size: 13px;
  cursor: pointer;
  list-style: none;
}

.finding-state {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #20332d;
  font-weight: 850;
}

.finding-state i {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
}

.finding-body {
  padding: 0 0 28px 0;
}

.finding-body > p {
  max-width: 65ch;
  margin: 0 0 22px;
  color: #4f5d57;
  line-height: 1.65;
}

.finding-body dl {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px 28px;
}

.finding-body dt {
  color: #56635e;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.finding-body dd {
  margin: 6px 0 0;
  overflow-wrap: anywhere;
  color: #243a33;
  font-size: 12px;
  font-weight: 700;
}

.report-aside {
  padding: 55px clamp(28px, 4vw, 44px);
  border-left: 1px solid #d2d6cd;
  color: #fffdf7;
  background: #143f35;
}

.report-aside p {
  margin: 23px 0 29px;
  color: #c7d7d1;
  line-height: 1.7;
}

.report-aside .button {
  width: 100%;
  color: #143f35;
  background: #fffdf7;
}

.report-aside .button:hover {
  background: #eaf0ec;
}

.report-method {
  padding: 27px clamp(24px, 5vw, 54px) 31px;
  display: grid;
  grid-template-columns: minmax(150px, .25fr) minmax(0, 1fr);
  gap: 28px;
  border-top: 1px solid #d2d6cd;
  color: #607069;
  font-size: 11px;
  line-height: 1.65;
}

.report-method strong {
  color: #33443e;
  text-transform: uppercase;
}

.report-method p {
  margin: 0;
}

.report-processing,
.report-terminal {
  min-height: 390px;
  padding: clamp(55px, 8vw, 92px) clamp(24px, 7vw, 78px);
  display: grid;
  align-content: center;
}

.report-processing h2,
.report-terminal h2 {
  max-width: 16ch;
}

.report-processing p,
.report-terminal p {
  max-width: 62ch;
  margin: 22px 0 0;
  color: #5c6863;
  line-height: 1.7;
}

.report-processing small {
  margin-top: 16px;
  color: #56635e;
}

.scan-line {
  width: min(360px, 70%);
  height: 3px;
  margin-bottom: 38px;
  overflow: hidden;
  background: #d6ded9;
}

.scan-line span {
  width: 38%;
  height: 100%;
  display: block;
  background: #25725f;
  animation: scan-travel 1.7s cubic-bezier(.22, 1, .36, 1) infinite;
}

@keyframes scan-travel {
  from { transform: translateX(-110%); }
  to { transform: translateX(290%); }
}

.terminal-mark {
  width: 44px;
  height: 44px;
  margin-bottom: 27px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #a63f35;
  font-weight: 900;
}

.report-terminal .button {
  width: max-content;
  margin-top: 27px;
}

.empty-report {
  margin: 34px 0 0;
  padding: 27px 0;
  border-top: 1px solid #cbd0c7;
  border-bottom: 1px solid #cbd0c7;
  color: #5e6964;
}

.share-fallback {
  max-width: 760px;
  margin: 28px auto 0;
  padding: 22px;
  display: grid;
  grid-template-columns: minmax(180px, .65fr) minmax(0, 1.35fr);
  gap: 12px 24px;
  align-items: end;
  border: 1px solid #aeb8b1;
  border-radius: 14px;
  background: #fffdf7;
}

.share-fallback[hidden] {
  display: none !important;
}

.share-fallback strong {
  display: block;
  color: #193b32;
  font-size: 15px;
}

.share-fallback p {
  margin: 6px 0 0;
  color: #56635e;
  font-size: 12px;
  line-height: 1.5;
}

.share-fallback label {
  grid-column: 2;
  margin: 0;
  color: #34443e;
}

.share-fallback input {
  width: 100%;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
}

.share-fallback-row {
  grid-column: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px;
}

.share-fallback-row button {
  min-height: 52px;
  padding: 0 16px;
  border: 0;
  border-radius: 12px;
  color: #fffdf7;
  background: #143f35;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}

.share-fallback-row button:hover {
  background: #0d3129;
}

.expired-report h1 {
  max-width: 15ch;
  margin: 0;
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 6vw, 66px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1;
  text-wrap: balance;
}

.expired-report small {
  display: block;
  margin-bottom: 15px;
  color: #56635e;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.terminal-mark.expired {
  position: relative;
  border: 2px solid #286b5a;
  color: #286b5a;
  background: #e4eee8;
}

.terminal-mark.expired::before,
.terminal-mark.expired::after {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 2px;
  height: 11px;
  border-radius: 2px;
  background: currentColor;
  content: '';
  transform-origin: 50% 100%;
}

.terminal-mark.expired::after {
  height: 9px;
  transform: rotate(118deg);
}

@media (max-width: 980px) {
  .youtube-audit-hero {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .audit-promise h1 {
    max-width: 14ch;
  }

  .blank-dossier {
    width: min(100%, 720px);
  }

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

  .report-aside {
    border-top: 1px solid #d2d6cd;
    border-left: 0;
  }
}

@media (max-width: 760px) {
  .youtube-audit-hero,
  .audit-explainer,
  .report-path,
  .audit-boundary,
  .audit-faq,
  .report-page {
    width: min(100% - 28px, 1180px);
  }

  .youtube-audit-hero {
    min-height: auto;
    padding: 52px 0 68px;
  }

  .audit-promise h1 {
    font-size: clamp(44px, 13vw, 64px);
  }

  .channel-input-row {
    grid-template-columns: 1fr;
  }

  .channel-input-row button {
    width: 100%;
  }

  .dossier-scope {
    grid-template-columns: 1fr;
  }

  .dossier-scope div + div {
    padding: 14px 0 0;
    border-top: 1px solid #d7dad2;
    border-left: 0;
  }

  .explainer-heading,
  .audit-boundary,
  .audit-faq {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .state-ledger article {
    grid-template-columns: 16px 1fr;
    gap: 16px;
  }

  .state-ledger article p {
    grid-column: 2;
  }

  .report-path {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .path-rule {
    width: 100%;
    height: 1px;
  }

  .report-heading,
  .report-identity,
  .reading-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .report-heading {
    display: grid;
  }

  .report-actions {
    width: 100%;
  }

  .report-actions button,
  .report-actions a {
    flex: 1;
  }

  .report-scope,
  .report-summary {
    grid-template-columns: 1fr 1fr;
  }

  .report-scope div + div,
  .report-summary > div + div {
    padding-left: 0;
    border-left: 0;
  }

  .report-scope div:nth-child(even),
  .report-summary > div:nth-child(even) {
    padding-left: 18px;
    border-left: 1px solid #d7dad2;
  }

  .report-scope div:nth-child(n+3),
  .report-summary > div:nth-child(n+3) {
    padding-top: 17px;
    border-top: 1px solid #d7dad2;
  }

  .report-summary > div:last-child {
    grid-column: 1 / -1;
  }

  .finding-row summary {
    grid-template-columns: 1fr auto;
  }

  .finding-row summary > span:nth-child(2) {
    grid-column: 1;
  }

  .finding-row summary b {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .finding-body dl,
  .report-method {
    grid-template-columns: 1fr;
  }

  .share-fallback {
    grid-template-columns: 1fr;
  }

  .share-fallback label,
  .share-fallback-row {
    grid-column: 1;
  }
}

@media (max-width: 520px) {
  .blank-dossier {
    padding: 23px 18px;
  }

  .blank-dossier::after {
    display: none;
  }

  .dossier-heading,
  .dossier-title-row,
  .report-identity {
    align-items: flex-start;
    flex-direction: column;
  }

  .dossier-heading {
    display: grid;
  }

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

  .report-scope div:nth-child(even),
  .report-scope div:nth-child(n+3) {
    padding: 13px 0 0;
    border-top: 1px solid #d7dad2;
    border-left: 0;
  }

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

  .report-summary > div,
  .report-summary > div:nth-child(even),
  .report-summary > div:nth-child(n+3),
  .report-summary > div:last-child {
    min-height: 110px;
    padding: 24px;
    grid-column: auto;
    border-top: 1px solid #d7dad2;
    border-left: 0;
  }

  .report-summary > div:first-child {
    border-top: 0;
  }

  .reading-main,
  .report-aside {
    padding: 40px 22px;
  }

  .share-fallback-row {
    grid-template-columns: 1fr;
  }
}

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

  .scan-line span {
    width: 70%;
    animation: none;
  }

  .audit-faq summary span,
  .finding-row summary b {
    transition: none;
  }
}
