body.guide-site {
  min-width: 320px;
  color-scheme: light;
  background: var(--canvas);
}

.guide-site ::selection {
  color: var(--paper);
  background: var(--green);
}

.guide-site {
  scrollbar-color: #78958a #ece9df;
}

.guide-site input,
.guide-site button {
  caret-color: var(--green);
}

.guides-main {
  width: 100%;
  overflow: visible;
}

.guide-article,
.guides-directory-hero,
.guides-directory-trust,
.guide-library,
.guide-directory-close {
  width: min(1180px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.guide-breadcrumb {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 11px;
  border-bottom: 1px solid rgba(22, 32, 29, .12);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.guide-breadcrumb a {
  color: var(--green);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.guide-breadcrumb span[aria-hidden] {
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.guide-opening {
  padding: clamp(58px, 7vw, 92px) 0 42px;
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(230px, .55fr);
  align-items: end;
  gap: clamp(52px, 8vw, 108px);
}

.guide-title-block h1 {
  max-width: 14ch;
  margin: 0;
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 6.25vw, 78px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: .98;
  text-wrap: balance;
}

.guide-title-block > p {
  max-width: 68ch;
  margin: 26px 0 0;
  color: #4d5854;
  font-size: 18px;
  line-height: 1.65;
}

.guide-run-link {
  min-height: 44px;
  margin-top: 20px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #9eaaa4;
  border-radius: 10px;
  color: var(--green);
  background: color-mix(in srgb, var(--mint) 32%, var(--paper));
  font-size: 13px;
  font-weight: 850;
  text-underline-offset: 4px;
}

.guide-run-link:hover {
  border-color: var(--green);
  background: var(--mint);
}

.guide-title-block dl {
  margin: 34px 0 0;
  padding-top: 17px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 34px;
  border-top: 1px solid #b9c2bd;
}

.guide-title-block dl div {
  min-width: 120px;
}

.guide-title-block dt,
.guide-dossier-heading,
.guide-contents > strong,
.guide-action-field label,
.guide-reviewed {
  color: #4e5a55;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
  line-height: 1.25;
  text-transform: uppercase;
}

.guide-title-block dd {
  margin: 5px 0 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
}

.guide-contents {
  align-self: end;
  padding: 18px;
  border: 1px solid #c9d0ca;
  border-radius: 12px;
  background: color-mix(in srgb, var(--mint) 38%, var(--paper));
}

.guide-contents > strong {
  display: block;
  margin: 0 0 10px;
  color: var(--green);
}

.guide-contents ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.guide-contents li + li {
  border-top: 1px solid rgba(20, 63, 53, .14);
}

.guide-contents a {
  min-height: 42px;
  padding: 8px 5px;
  display: grid;
  grid-template-columns: 23px 1fr;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.guide-contents a:hover {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.guide-contents a span {
  color: var(--green);
  font-variant-numeric: tabular-nums;
}

.guide-dossier {
  position: relative;
  scroll-margin-top: 24px;
  border: 1px solid #c9c9bf;
  border-radius: var(--radius-dossier);
  background: var(--paper);
  overflow: hidden;
}

.guide-dossier-heading {
  min-height: 42px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #d3d2c8;
  color: var(--green);
}

.guide-dossier-heading span:last-child {
  color: var(--muted);
}

.guide-dossier-action {
  padding: 26px 24px;
  display: grid;
  grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 68px);
  border-bottom: 1px solid #d3d2c8;
}

.guide-stage-number,
.guide-directory-method > li > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--paper);
  background: var(--green);
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.guide-sequence-label {
  color: var(--green);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: .44em;
  font-weight: 850;
  letter-spacing: .035em;
  line-height: 1;
  text-transform: uppercase;
}

.guide-dossier h2,
.guide-stage h2,
.guide-method-aside h2,
.guide-related h2,
.guide-final-action h2,
.guide-library h2,
.guide-directory-close h2 {
  margin: 0;
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-weight: 520;
  letter-spacing: -.025em;
  line-height: 1.08;
}

.guide-dossier-action h2 {
  font-size: clamp(23px, 2.3vw, 31px);
}

.guide-dossier-action > div p,
.guide-receipt-intro p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.guide-action-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 12px;
}

.guide-action-form.two-field {
  grid-template-columns: minmax(0, 1.25fr) minmax(180px, .75fr) auto;
}

.guide-action-form.cleaner {
  grid-template-columns: minmax(0, 1fr) auto auto auto;
}

.guide-action-field {
  min-width: 0;
}

.guide-action-field label {
  margin: 0 0 7px;
  display: block;
}

.guide-action-field label span {
  color: #727d78;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.guide-action-field input {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid #b7beb9;
  border-radius: 10px;
  color: var(--ink);
  background: #fff;
  font-size: 15px;
}

.guide-action-field input::placeholder {
  color: #707a76;
  opacity: 1;
}

.guide-action-field input:hover {
  border-color: #829d93;
}

.guide-action-form > button,
.guide-secondary-action {
  min-height: 50px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--green);
  border-radius: 10px;
  color: var(--paper);
  background: var(--green);
  font-size: 13px;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .18s ease-out, border-color .18s ease-out;
}

.guide-action-form > button:hover {
  border-color: var(--green-dark);
  background: var(--green-dark);
}

.guide-secondary-action {
  border-color: #aab4af;
  color: var(--green);
  background: var(--paper);
}

.guide-secondary-action:hover {
  border-color: var(--green);
  background: var(--mint);
}

.guide-action-form > p {
  grid-column: 1 / -1;
  margin: 0;
  color: #69736f;
  font-size: 13px;
  line-height: 1.5;
}

.guide-authority {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #4f5a55;
  font-size: 13px;
  line-height: 1.45;
}

.guide-authority input,
.guide-inline-check input {
  width: 17px;
  height: 17px;
  margin: 1px 0 0;
  flex: 0 0 auto;
  accent-color: var(--green);
}

.guide-inline-check {
  min-height: 50px;
  padding: 0 3px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #43504b;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.3;
}

.guide-dossier-receipt {
  padding: 24px;
  display: grid;
  grid-template-columns: minmax(220px, .62fr) minmax(0, 1.18fr) minmax(180px, .5fr);
  align-items: stretch;
  gap: 0;
}

.guide-receipt-intro {
  padding-right: 24px;
}

.guide-receipt-intro h2 {
  font-size: 24px;
}

.guide-example-finding {
  margin-top: 17px;
  padding-top: 15px;
  border-top: 1px solid #d4d7cf;
}

.guide-example-finding strong,
.guide-example-finding time {
  display: block;
  color: #53615b;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.guide-example-finding strong {
  color: #8c4e1d;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.guide-example-finding p {
  margin: 7px 0;
  color: #34423d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.guide-receipt-intro ul {
  margin: 19px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
  color: #4f5a55;
  font-size: 13px;
  font-weight: 720;
  list-style: none;
}

.guide-receipt-intro li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.guide-state-mark {
  width: 12px;
  height: 12px;
  display: inline-block;
  flex: 0 0 auto;
  border: 2px solid #75827c;
  border-radius: 50%;
  background: transparent;
}

.guide-state-mark.healthy {
  border-color: #2b826a;
  background: #2b826a;
}

.guide-state-mark.attention {
  border-color: #c66237;
  background: #fff0e7;
}

.guide-state-mark.inconclusive {
  border-color: #7b8580;
  background: #eef1ef;
}

.guide-state-mark.neutral {
  border-color: var(--green);
  background: var(--mint);
}

.guide-receipt-rows {
  margin: 0;
  border-right: 1px solid #d3d2c8;
  border-left: 1px solid #d3d2c8;
}

.guide-receipt-rows > div {
  min-height: 63px;
  padding: 10px 18px;
  display: grid;
  grid-template-columns: minmax(120px, .72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: 18px;
}

.guide-receipt-rows > div + div {
  border-top: 1px solid #dddcd3;
}

.guide-receipt-rows dt {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #47534e;
  font-size: 13px;
  font-weight: 820;
  line-height: 1.3;
}

.guide-receipt-rows dd {
  min-width: 0;
  margin: 0;
}

.guide-receipt-rows dd strong,
.guide-receipt-rows dd small {
  display: block;
}

.guide-receipt-rows dd strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
}

.guide-receipt-rows dd small {
  margin-top: 3px;
  color: #64706b;
  font-size: 13px;
  line-height: 1.35;
}

.guide-annotation {
  position: relative;
  align-self: center;
  padding-left: 42px;
}

.guide-annotation > span {
  position: absolute;
  top: 8px;
  left: 0;
  width: 30px;
  height: 1px;
  background: var(--orange);
}

.guide-annotation > span::before {
  position: absolute;
  top: -3px;
  left: -1px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  content: "";
}

.guide-annotation strong {
  display: block;
  color: var(--ink);
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.15;
}

.guide-annotation p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.guide-dossier-boundary {
  margin: 0;
  padding: 15px 24px;
  border-top: 1px solid #d3d2c8;
  color: #54605b;
  background: color-mix(in srgb, var(--mint) 36%, var(--paper));
  font-size: 13px;
  line-height: 1.55;
}

.guide-dossier-boundary strong {
  color: var(--green);
}

.guide-reading-layout {
  padding: clamp(68px, 8vw, 108px) 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 292px;
  align-items: start;
  gap: clamp(48px, 7vw, 90px);
}

.guide-stages {
  border-top: 1px solid #bfc3bc;
}

.guide-stage {
  padding: 52px 0 58px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 24px;
  scroll-margin-top: 28px;
}

.guide-stage + .guide-stage {
  border-top: 1px solid #c9cbc4;
}

.guide-stage-number {
  width: 38px;
  height: 38px;
  font-size: 23px;
}

.guide-stage-body {
  max-width: 72ch;
}

.guide-stage header {
  margin-bottom: 29px;
}

.guide-stage h2 {
  font-size: clamp(34px, 4vw, 48px);
  text-wrap: balance;
}

.guide-stage header > p {
  margin: 12px 0 0;
  color: #59645f;
  font-size: 16px;
  line-height: 1.55;
}

.guide-stage-body > p {
  margin: 0;
  color: #34413c;
  font-size: 16px;
  line-height: 1.75;
}

.guide-stage-body > p + p {
  margin-top: 17px;
}

.guide-stage-links {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.guide-stage-links a {
  min-height: 42px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #aab6b0;
  border-radius: 10px;
  color: var(--green);
  background: var(--paper);
  font-size: 13px;
  font-weight: 800;
  text-underline-offset: 4px;
}

.guide-stage-links a:hover {
  border-color: var(--green);
  background: var(--mint);
}

.guide-stage-body > ul {
  margin: 28px 0 0;
  padding: 0;
  border-top: 1px solid #ced0c9;
  list-style: none;
}

.guide-stage-body > ul li {
  min-height: 48px;
  padding: 12px 0;
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  border-bottom: 1px solid #d7d7d0;
  color: #3f4b46;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
}

.guide-stage-body > ul li > span {
  width: 13px;
  height: 13px;
  margin-top: 3px;
  border: 1.5px solid var(--green);
  border-radius: 3px;
  background: var(--paper);
}

.guide-stage-note {
  margin-top: 27px;
  padding: 19px 21px;
  border: 1px solid #b8c9c0;
  border-radius: 12px;
  background: color-mix(in srgb, var(--mint) 50%, var(--paper));
}

.guide-stage-note strong {
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
}

.guide-stage-note p {
  margin: 7px 0 0;
  color: #4d5a55;
  font-size: 13px;
  line-height: 1.55;
}

.guide-method-aside {
  position: sticky;
  top: 24px;
  border-top: 1px solid #bfc3bc;
}

.guide-method-aside > section {
  padding: 28px 0;
  border-bottom: 1px solid #c9cbc4;
}

.guide-method-aside h2 {
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.guide-method-list {
  margin: 17px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}

.guide-method-list li {
  display: grid;
  grid-template-columns: 13px minmax(0, 1fr);
  align-items: start;
  gap: 9px;
  color: #4c5853;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.guide-method-list li span {
  width: 11px;
  height: 11px;
  margin-top: 3px;
  border: 1.5px solid #7b8580;
  border-radius: 50%;
}

.guide-method-list.can li span {
  border-color: #2b826a;
  background: #2b826a;
  box-shadow: inset 0 0 0 2px var(--canvas);
}

.guide-sources ol {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.guide-sources li {
  padding: 13px 0;
  border-top: 1px solid #d2d3cd;
}

.guide-sources a {
  color: var(--green);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.guide-sources a strong,
.guide-sources a span {
  display: block;
}

.guide-sources a strong {
  font-size: 13px;
  line-height: 1.35;
}

.guide-sources a span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.guide-sources li > p {
  margin: 7px 0 0;
  color: #68726e;
  font-size: 13px;
  line-height: 1.45;
}

.guide-reviewed {
  margin: 14px 0 0;
  color: #6d7772;
}

.guide-independence {
  max-width: 78ch;
  margin: 0 auto 72px;
  color: #68726e;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

.guide-related {
  padding: 0 0 82px;
}

.guide-related > header {
  padding: 0 0 22px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #bfc3bc;
}

.guide-related h2 {
  font-size: clamp(31px, 3.5vw, 44px);
}

.guide-related > header a {
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  text-underline-offset: 4px;
}

.guide-related ol,
.guide-directory-group ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.guide-related li,
.guide-directory-group li {
  border-bottom: 1px solid #c9cbc4;
}

.guide-related li a,
.guide-directory-group li a {
  min-height: 112px;
  padding: 22px 4px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  color: var(--ink);
  text-decoration: none;
}

.guide-related li a:hover .guide-row-title strong,
.guide-directory-group li a:hover .guide-row-title strong {
  color: var(--green);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.guide-row-title strong,
.guide-row-title small {
  display: block;
}

.guide-row-title strong {
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 570;
  letter-spacing: -.018em;
  line-height: 1.15;
}

.guide-row-title small {
  max-width: 74ch;
  margin-top: 7px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.guide-row-action {
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

.guide-row-action::after {
  width: 7px;
  height: 7px;
  margin-left: 10px;
  display: inline-block;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

.guide-final-action,
.guide-directory-close {
  margin-bottom: 72px;
  padding: clamp(34px, 5vw, 58px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 42px;
  border-radius: var(--radius-dossier);
  color: var(--paper);
  background: var(--green);
}

.guide-final-action h2,
.guide-directory-close h2 {
  max-width: 20ch;
  font-size: clamp(34px, 4.5vw, 54px);
}

.guide-final-action p,
.guide-directory-close p {
  max-width: 66ch;
  margin: 14px 0 0;
  color: #dce9e2;
  font-size: 15px;
  line-height: 1.6;
}

.guide-final-action .button,
.guide-directory-close .button {
  white-space: nowrap;
}

/* Directory */

.guides-directory-hero {
  min-height: 590px;
  padding: 92px 0 74px;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(340px, .84fr);
  align-items: center;
  gap: clamp(58px, 9vw, 118px);
}

.guides-directory-hero h1 {
  max-width: 12ch;
  margin: 0;
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 7vw, 82px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: .96;
  text-wrap: balance;
}

.guides-directory-hero > div > p {
  max-width: 65ch;
  margin: 27px 0 0;
  color: #4e5b56;
  font-size: 18px;
  line-height: 1.65;
}

.guide-directory-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.guide-directory-method {
  margin: 0;
  padding: 0;
  border-top: 1px solid #aeb9b3;
  list-style: none;
}

.guide-directory-method > li {
  min-height: 82px;
  padding: 17px 3px;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  gap: 17px;
  border-bottom: 1px solid #c8cbc4;
}

.guide-directory-method > li > span {
  width: 32px;
  height: 32px;
  font-size: 19px;
}

.guide-directory-method strong,
.guide-directory-method small {
  display: block;
}

.guide-directory-method strong {
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 620;
}

.guide-directory-method small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.guides-directory-trust {
  min-height: 68px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #bfc3bc;
  border-bottom: 1px solid #bfc3bc;
  color: #4b5752;
  background: color-mix(in srgb, var(--mint) 38%, var(--canvas));
  font-size: 12px;
  font-weight: 780;
}

.guides-directory-trust span {
  padding: 0 28px;
  text-align: center;
}

.guides-directory-trust span + span {
  border-left: 1px solid #aeb9b3;
}

.guide-library {
  padding: 92px 0 112px;
}

.guide-library > header {
  max-width: 760px;
  margin-bottom: 72px;
}

.guide-library > header h2 {
  font-size: clamp(42px, 5.5vw, 64px);
}

.guide-library > header p {
  max-width: 65ch;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.guide-directory-group + .guide-directory-group {
  margin-top: 68px;
}

.guide-group-heading {
  padding-bottom: 17px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #98a59f;
}

.guide-group-heading h2 {
  font-size: clamp(31px, 3.5vw, 44px);
}

.guide-group-heading span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (prefers-reduced-motion: no-preference) {
  .guide-annotation > span {
    animation: guide-annotation-draw .65s cubic-bezier(.16, 1, .3, 1) .18s both;
  }

  @keyframes guide-annotation-draw {
    from { clip-path: inset(0 100% 0 0); }
    to { clip-path: inset(0 0 0 0); }
  }
}

@media (max-width: 1100px) {
  .guide-dossier-action {
    grid-template-columns: 1fr;
  }

  .guide-action-form.cleaner {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  .guide-action-form.cleaner > button {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .guide-dossier-receipt {
    grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr);
  }

  .guide-annotation {
    grid-column: 1 / -1;
    margin-top: 20px;
    padding: 18px 0 0 42px;
    border-top: 1px solid #dddcd3;
  }

  .guide-annotation > span {
    top: 27px;
  }
}

@media (max-width: 900px) {
  .guide-opening,
  .guides-directory-hero {
    grid-template-columns: 1fr;
  }

  .guide-opening {
    gap: 42px;
  }

  .guide-contents {
    max-width: 520px;
  }

  .guide-title-block h1 {
    max-width: 16ch;
  }

  .guide-reading-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .guide-method-aside {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 34px;
  }

  .guide-method-aside .guide-sources {
    grid-column: 1 / -1;
  }

  .guides-directory-hero {
    min-height: auto;
    gap: 58px;
  }

  .guide-directory-method {
    max-width: 640px;
  }
}

@media (max-width: 760px) {
  .guide-dossier-heading {
    min-height: 50px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
  }

  .guide-action-form,
  .guide-action-form.two-field,
  .guide-action-form.cleaner {
    grid-template-columns: 1fr;
  }

  .guide-action-form.cleaner > button {
    grid-column: auto;
    justify-self: stretch;
  }

  .guide-action-form > button,
  .guide-secondary-action {
    width: 100%;
  }

  .guide-inline-check {
    min-height: 38px;
  }

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

  .guide-receipt-intro {
    padding: 0 0 23px;
  }

  .guide-receipt-rows {
    border-top: 1px solid #d3d2c8;
    border-right: 0;
    border-bottom: 1px solid #d3d2c8;
    border-left: 0;
  }

  .guide-annotation {
    grid-column: auto;
  }

  .guide-method-aside {
    grid-template-columns: 1fr;
  }

  .guide-method-aside .guide-sources {
    grid-column: auto;
  }

  .guide-final-action,
  .guide-directory-close {
    grid-template-columns: 1fr;
  }

  .guide-final-action .button,
  .guide-directory-close .button {
    justify-self: start;
  }

  .guides-directory-trust {
    padding: 20px;
    display: grid;
    gap: 9px;
  }

  .guides-directory-trust span {
    padding: 0;
  }

  .guides-directory-trust span + span {
    border-left: 0;
  }
}

@media (max-width: 600px) {
  .guide-article,
  .guides-directory-hero,
  .guides-directory-trust,
  .guide-library,
  .guide-directory-close {
    width: min(100% - 28px, 1180px);
  }

  .guide-opening {
    padding-top: 48px;
  }

  .guide-title-block h1,
  .guides-directory-hero h1 {
    font-size: clamp(43px, 13vw, 62px);
  }

  .guide-title-block > p,
  .guides-directory-hero > div > p {
    font-size: 16px;
  }

  .guide-title-block dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 22px;
  }

  .guide-dossier-action,
  .guide-dossier-receipt,
  .guide-dossier-boundary {
    padding-right: 18px;
    padding-left: 18px;
  }

  .guide-receipt-rows > div {
    padding: 13px 2px;
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .guide-stage {
    padding: 43px 0 48px;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 15px;
  }

  .guide-stage-number {
    width: 34px;
    height: 34px;
    font-size: 20px;
  }

  .guide-stage h2 {
    font-size: clamp(31px, 9vw, 42px);
  }

  .guide-related > header,
  .guide-group-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .guide-related li a,
  .guide-directory-group li a {
    padding: 20px 0;
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .guide-row-action {
    justify-self: start;
  }

  .guide-row-title strong {
    font-size: 22px;
  }

  .guide-final-action,
  .guide-directory-close {
    margin-bottom: 50px;
    padding: 34px 24px;
  }

  .guides-directory-hero {
    padding: 62px 0;
  }

  .guide-library {
    padding: 72px 0 84px;
  }
}

@media (max-width: 390px) {
  .guide-title-block dl {
    grid-template-columns: 1fr;
  }

  .guide-contents {
    padding: 14px;
  }

  .guide-dossier-heading,
  .guide-dossier-action,
  .guide-dossier-receipt,
  .guide-dossier-boundary {
    padding-right: 15px;
    padding-left: 15px;
  }

  .guide-stage {
    grid-template-columns: 1fr;
  }

  .guide-stage-number {
    margin-bottom: -2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .guide-annotation > span {
    animation: none;
    clip-path: none;
  }
}
