.about-page {
  --about-ink: #202625;
  --about-deep: #173f3d;
  --about-teal: #50736b;
  --about-fog: #dce5e0;
  --about-sand: #e7e1dd;
  --about-paper: #f7f4ef;
  --about-coral: #bd7663;
  background: var(--about-paper);
}

.about-page em {
  color: var(--about-teal);
}

.about-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 clamp(1.5rem, 2.5vw, 2.4rem);
  color: rgba(32, 38, 37, 0.58);
  font-family: var(--font-mono);
  font-size: var(--text-label);
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.about-breadcrumbs a {
  transition: color 180ms ease;
}

.about-breadcrumbs a:hover {
  color: var(--about-deep);
}

/* The office opens the page like a magazine cover rather than a service-page illustration. */
.about-report-hero {
  position: relative;
  padding-top: calc(var(--header-height) + var(--hero-space-top));
  overflow: hidden;
  background: var(--about-sand);
}

.about-report-scene {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #d7d0c7;
}

.about-report-scene::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(20, 28, 27, 0.28) 100%);
  content: "";
  pointer-events: none;
}

.about-report-scene img {
  display: block;
  width: 100%;
  height: clamp(28rem, 54vw, 50rem);
  object-fit: cover;
  object-position: center 48%;
}

.about-report-scene figcaption {
  position: absolute;
  z-index: 1;
  right: var(--page-padding);
  bottom: 1.25rem;
  display: flex;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: var(--text-support);
}

.about-report-scene figcaption span:first-child {
  font-weight: 600;
}

.about-report-masthead {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: end;
  margin-top: clamp(-6.5rem, -7vw, -4rem);
  grid-template-columns: minmax(0, 1.35fr) minmax(21rem, 0.65fr);
  gap: clamp(2.5rem, 6vw, 7rem);
}

.about-report-title {
  position: relative;
  z-index: 0;
  padding: clamp(2.2rem, 4.5vw, 4.4rem) clamp(2rem, 4vw, 4rem) clamp(2rem, 3.8vw, 3.8rem) 0;
  border-top: 0.45rem solid var(--about-coral);
}

.about-report-title::before {
  position: absolute;
  z-index: -1;
  inset: 0 0 0 calc(50% - 50vw);
  background: var(--about-paper);
  content: "";
}

.about-report-title h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3.2rem, 6vw, 6.8rem);
  line-height: 0.98;
}

.about-report-intro {
  padding: clamp(7rem, 9vw, 10rem) 0 clamp(2rem, 3.8vw, 3.8rem);
  border-left: 1px solid rgba(23, 63, 61, 0.2);
  padding-left: clamp(1.4rem, 2.5vw, 2.5rem);
}

.about-report-intro > p {
  max-width: 650px;
  margin: 0;
  color: #4f5956;
  font-size: var(--text-lead);
  line-height: 1.72;
}

.about-report-actions,
.about-report-company-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem 1.5rem;
  margin-top: 2rem;
}

.about-report-actions > button,
.about-report-company-actions > button {
  display: inline-flex;
  min-height: 2.8rem;
  align-items: center;
  gap: 0.65rem;
  padding: 0;
  background: transparent;
  color: var(--about-deep);
  cursor: pointer;
  font-size: var(--text-action);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.28rem;
}

/* Long-form story with proof points used as margin notes. */
.about-report-story,
.about-report-chapter {
  padding: var(--section-space) 0;
  background: var(--about-paper);
}

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

.about-report-story-grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.42fr);
  gap: clamp(4rem, 8vw, 8rem);
}

.about-report-copy {
  max-width: 900px;
}

.about-report-copy h2 {
  max-width: 17ch;
  margin: 0 0 clamp(2rem, 4vw, 3.5rem);
}

.about-report-copy > p {
  max-width: 760px;
  margin: 0 0 1.35rem;
  color: #59625f;
  font-size: var(--text-support);
  line-height: 1.84;
}

.about-report-copy .about-report-lead {
  color: var(--about-ink);
  font-size: clamp(1.2rem, 1.65vw, 1.48rem);
  line-height: 1.68;
}

.about-report-copy > blockquote:not(.about-report-belief) {
  position: relative;
  max-width: 24ch;
  margin: clamp(2.8rem, 6vw, 5.4rem) 0;
  padding: clamp(1.8rem, 3vw, 2.8rem) 0 clamp(1.8rem, 3vw, 2.8rem) clamp(2rem, 4vw, 4rem);
  border-top: 1px solid rgba(23, 63, 61, 0.17);
  border-bottom: 1px solid rgba(23, 63, 61, 0.17);
  color: var(--about-deep);
  font-size: var(--type-card-title-large);
  font-weight: 430;
  letter-spacing: -0.035em;
  line-height: 1.3;
}

.about-report-copy > blockquote:not(.about-report-belief)::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.82rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--about-coral);
  box-shadow: 0 0 0 0.5rem rgba(189, 118, 99, 0.1);
  content: "";
  transform: translateY(-50%);
}

.about-report-facts {
  position: relative;
  width: 100%;
  padding: clamp(2rem, 3.5vw, 3.2rem);
  overflow: hidden;
  border: 1px solid rgba(23, 63, 61, 0.09);
  border-radius: 2.2rem 0.7rem 2.2rem 2.2rem;
  background: linear-gradient(145deg, #e2ebe6 0%, #d3e1db 100%);
  box-shadow: 0 1.5rem 4rem rgba(32, 38, 37, 0.08);
}

.about-report-facts::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 42%;
  height: 0.38rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--about-coral), var(--about-teal));
  content: "";
}

.about-report-facts::after {
  position: absolute;
  top: -7rem;
  right: -7rem;
  width: 16rem;
  aspect-ratio: 1;
  border: 1px solid rgba(23, 63, 61, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 2.5rem rgba(255, 255, 255, 0.11);
  content: "";
  pointer-events: none;
}

.about-report-facts dl {
  position: relative;
  z-index: 1;
  margin: 0;
  border-top: 1px solid rgba(32, 38, 37, 0.18);
}

.about-report-facts dl > div {
  padding: 1.35rem 0 1.55rem;
  border-bottom: 1px solid rgba(32, 38, 37, 0.18);
}

.about-report-facts dt,
.about-report-company-facts dt {
  color: #717876;
  font-family: var(--font-mono);
  font-size: var(--text-label);
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.about-report-facts dd {
  margin: 0.35rem 0 0;
  color: var(--about-deep);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 430;
  letter-spacing: -0.035em;
  line-height: 1.25;
}

.about-report-facts a {
  text-decoration: underline;
  text-decoration-color: rgba(23, 63, 61, 0.25);
  text-underline-offset: 0.22rem;
}

/* A full-width typographic field: no cards, numbering or process diagram. */
.about-report-manifest {
  position: relative;
  padding: var(--section-space) 0;
  overflow: hidden;
  background: #173f3d;
  color: #fff;
  isolation: isolate;
}

.about-report-manifest::before {
  position: absolute;
  z-index: -1;
  top: -28rem;
  right: -20rem;
  width: 62rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(189, 118, 99, 0.24) 0, rgba(189, 118, 99, 0.06) 36%, transparent 69%);
  content: "";
}

.about-report-manifest::after {
  position: absolute;
  z-index: -1;
  bottom: -24rem;
  left: -18rem;
  width: 54rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(220, 229, 224, 0.2) 0, rgba(220, 229, 224, 0.04) 40%, transparent 70%);
  content: "";
}

.about-report-manifest-intro {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.55fr);
  gap: clamp(3rem, 8vw, 8rem);
}

.about-report-manifest-intro h2 {
  max-width: 13ch;
  margin: 0;
  color: #fff;
}

.about-report-manifest-intro h2 em {
  color: #efb4a4;
}

.about-report-manifest-intro > p {
  max-width: 650px;
  margin: 0 0 0.3rem;
  color: rgba(255, 255, 255, 0.67);
  font-size: var(--text-support);
  line-height: 1.76;
}

.about-report-lines {
  position: relative;
  margin-top: var(--content-space);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.about-report-lines article {
  position: relative;
  display: grid;
  min-height: clamp(12.5rem, 16vw, 17rem);
  align-items: center;
  padding: clamp(2.5rem, 4.5vw, 4.5rem) 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  grid-template-columns: minmax(0, 1.2fr) minmax(22rem, 0.8fr);
  gap: clamp(2rem, 7vw, 8rem);
}

.about-report-lines article::after {
  position: absolute;
  top: -1px;
  left: 0;
  width: clamp(7rem, 18vw, 18rem);
  height: 0.32rem;
  border-radius: 999px;
  background: #dc907b;
  content: "";
}

.about-report-lines article:nth-child(2)::after {
  left: auto;
  right: 0;
  background: #a8c9bf;
}

.about-report-lines article:nth-child(3)::after {
  background: #e1b46d;
}

.about-report-lines article:nth-child(4)::after {
  left: auto;
  right: 0;
  background: #dce5e0;
}

.about-report-lines article > span {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: -0.04em;
  color: rgba(220, 144, 123, 0.13);
  font-size: clamp(5.2rem, 10.5vw, 10.5rem);
  font-weight: 430;
  letter-spacing: -0.075em;
  line-height: 0.8;
  pointer-events: none;
  transform: translateY(-50%);
  white-space: nowrap;
}

.about-report-lines article:nth-child(2) > span,
.about-report-lines article:nth-child(4) > span {
  right: -0.03em;
  left: auto;
  color: rgba(168, 201, 191, 0.13);
}

.about-report-lines article:nth-child(3) > span {
  color: rgba(225, 180, 109, 0.12);
}

.about-report-lines h3 {
  position: relative;
  z-index: 1;
  max-width: 24ch;
  margin: 0;
  color: #fff;
  font-size: clamp(2.8rem, 5.2vw, 5.7rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.about-report-lines p {
  position: relative;
  z-index: 1;
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: var(--text-support);
  line-height: 1.75;
}

.about-report-lines article:nth-child(even) h3 {
  grid-column: 2;
  text-align: right;
}

.about-report-lines article:nth-child(even) p {
  grid-row: 1;
  grid-column: 1;
}

/* The breadth is described in prose, with Ines as a small editorial aside. */
.about-report-chapter {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f0e4de 0%, #eee6df 54%, #dce5e0 130%);
}

.about-report-chapter::after {
  position: absolute;
  right: -20rem;
  bottom: -27rem;
  width: 54rem;
  aspect-ratio: 1;
  border: 1px solid rgba(23, 63, 61, 0.075);
  border-radius: 50%;
  box-shadow: 0 0 0 6rem rgba(80, 115, 107, 0.025), 0 0 0 12rem rgba(80, 115, 107, 0.016);
  content: "";
  pointer-events: none;
}

.about-report-chapter-content {
  position: relative;
  z-index: 1;
}

.about-report-chapter-heading {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.55fr);
  gap: clamp(3rem, 8vw, 8rem);
}

.about-report-chapter-heading h2 {
  max-width: 17ch;
  margin: 0;
}

.about-report-chapter-heading .about-report-lead {
  max-width: 650px;
  margin: 0 0 0.25rem;
  color: #394542;
  font-size: clamp(1.2rem, 1.65vw, 1.48rem);
  line-height: 1.68;
}

.about-report-service-index {
  display: grid;
  margin-top: var(--content-space);
  border-top: 1px solid rgba(23, 63, 61, 0.18);
  border-left: 1px solid rgba(23, 63, 61, 0.18);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-report-service-index a {
  position: relative;
  display: grid;
  min-height: clamp(11.5rem, 15vw, 14rem);
  align-content: end;
  padding: clamp(1.7rem, 3.2vw, 3rem);
  border-right: 1px solid rgba(23, 63, 61, 0.18);
  border-bottom: 1px solid rgba(23, 63, 61, 0.18);
  background: rgba(255, 255, 255, 0.2);
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.9rem 1.5rem;
  transition: background 220ms ease, color 220ms ease;
}

.about-report-service-index a:nth-child(3n + 1) {
  background: rgba(189, 118, 99, 0.075);
}

.about-report-service-index a:nth-child(3n + 2) {
  background: rgba(220, 229, 224, 0.42);
}

.about-report-service-index a:nth-child(3n) {
  background: rgba(239, 224, 204, 0.34);
}

.about-report-service-index h3 {
  max-width: 22ch;
  margin: 0;
  color: var(--about-ink);
  font-size: var(--type-card-title-large);
  line-height: 1.18;
}

.about-report-service-index p {
  max-width: 590px;
  margin: 0;
  color: #59625f;
  font-size: var(--text-support);
  line-height: 1.68;
}

.about-report-service-index i {
  grid-row: 1 / span 2;
  grid-column: 2;
  align-self: start;
  color: var(--about-teal);
  font-size: 1.35rem;
  font-style: normal;
  transition: transform 180ms ease;
}

.about-report-service-index a:hover,
.about-report-service-index a:focus-visible {
  background: var(--about-deep);
  color: #fff;
}

.about-report-service-index a:hover h3,
.about-report-service-index a:hover p,
.about-report-service-index a:hover i,
.about-report-service-index a:focus-visible h3,
.about-report-service-index a:focus-visible p,
.about-report-service-index a:focus-visible i {
  color: #fff;
}

.about-report-service-index a:hover i,
.about-report-service-index a:focus-visible i {
  transform: translate(0.2rem, -0.2rem);
}

.about-report-chapter-outro {
  display: grid;
  align-items: start;
  margin-top: var(--content-space);
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.42fr);
  gap: clamp(4rem, 8vw, 8rem);
}

.about-report-belief {
  max-width: 30ch;
  margin: 0 0 2rem;
  padding: clamp(2rem, 4vw, 3.5rem) 0;
  border-top: 1px solid rgba(23, 63, 61, 0.18);
  border-bottom: 1px solid rgba(23, 63, 61, 0.18);
  color: var(--about-deep);
  font-size: var(--type-card-title-large);
  font-weight: 430;
  letter-spacing: -0.035em;
  line-height: 1.3;
}

.about-report-text-link {
  display: inline-flex;
  min-height: 2.8rem;
  align-items: center;
  gap: 0.65rem;
  color: var(--about-deep);
  font-size: var(--text-action);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.28rem;
}

.about-report-margin {
  padding-top: 0.65rem;
}

.about-report-ines {
  width: min(100%, 27rem);
  margin: 0;
}

.about-report-ines > div {
  height: clamp(11.5rem, 16vw, 14rem);
  overflow: hidden;
  border-radius: 1.6rem;
  background: #ddd7ce;
  box-shadow: 0 1.3rem 3rem rgba(32, 38, 37, 0.1);
}

.about-report-ines img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 14%;
}

.about-report-ines figcaption {
  display: grid;
  padding: 0.9rem 0.15rem 0;
}

.about-report-ines figcaption strong {
  color: var(--about-deep);
  font-size: var(--text-action);
  font-weight: 600;
}

.about-report-ines figcaption span,
.about-report-margin-note {
  margin-top: 0.3rem;
  color: #68706d;
  font-size: var(--text-support);
  line-height: 1.65;
}

.about-report-margin-note {
  margin: clamp(2rem, 5vw, 4.5rem) 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(32, 38, 37, 0.18);
}

/* One uninterrupted editorial quote instead of testimonial cards. */
.about-report-voice {
  position: relative;
  padding: var(--section-space-feature) 0;
  overflow: hidden;
  background: #252d2b;
  color: #fff;
}

.about-report-voice::before {
  position: absolute;
  top: -25rem;
  right: -18rem;
  width: 55rem;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 50%;
  box-shadow: 0 0 0 6rem rgba(255, 255, 255, 0.018), 0 0 0 12rem rgba(255, 255, 255, 0.012);
  content: "";
}

.about-report-voice .section-shell {
  position: relative;
  z-index: 1;
}

.about-report-voice figure {
  margin: 0;
}

.about-report-voice blockquote {
  max-width: 24ch;
  margin: 0;
  color: #fff;
  font-size: var(--type-feature-title);
  font-weight: 430;
  letter-spacing: -0.045em;
  line-height: 1.16;
}

.about-report-voice figcaption {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1rem;
  margin-top: clamp(2rem, 4vw, 3.5rem);
  color: rgba(255, 255, 255, 0.66);
  font-size: var(--text-support);
}

.about-report-voice figcaption strong {
  color: #fff;
  font-weight: 600;
}

.about-report-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem 1.4rem;
  margin: clamp(3rem, 6vw, 5rem) 0 0;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.75);
  font-size: var(--text-support);
}

.about-report-rating > span {
  color: #e8b56d;
  letter-spacing: 0.16em;
}

.about-report-rating strong {
  color: #fff;
  font-weight: 560;
}

.about-report-rating a {
  margin-left: auto;
  color: #c6ddd6;
  font-size: var(--text-action);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

/* Company information is a compact colophon near the end of the story. */
.about-report-company {
  padding: var(--section-space-cta) 0;
  background: var(--about-fog);
}

.about-report-company-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.about-report-company-heading h2 {
  max-width: 18ch;
  margin: 0;
  font-size: var(--type-section-title-compact);
  line-height: 1.08;
}

.about-report-company-heading p {
  margin: 0 0 0.35rem;
  color: #59625f;
  font-size: var(--text-support);
}

.about-report-company-facts {
  display: grid;
  margin: clamp(2rem, 4vw, 3.5rem) 0 0;
  border-top: 1px solid rgba(32, 38, 37, 0.18);
  border-bottom: 1px solid rgba(32, 38, 37, 0.18);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-report-company-facts > div {
  min-height: 8.2rem;
  padding: 1.4rem clamp(1rem, 2.5vw, 2.4rem) 1.4rem 0;
  border-right: 1px solid rgba(32, 38, 37, 0.18);
}

.about-report-company-facts > div:not(:first-child) {
  padding-left: clamp(1rem, 2.5vw, 2.4rem);
}

.about-report-company-facts > div:last-child {
  border-right: 0;
}

.about-report-company-facts dd {
  margin: 0.45rem 0 0;
  color: var(--about-deep);
  font-size: var(--text-support);
  font-weight: 560;
  line-height: 1.6;
}

.about-report-company-facts address {
  font-style: normal;
}

.about-report-company-facts dd small {
  display: block;
  margin-top: 0.28rem;
  color: #68716e;
  font-size: var(--text-label);
  font-weight: 400;
  line-height: 1.5;
}

.about-report-company-facts a {
  text-decoration: underline;
  text-decoration-color: rgba(23, 63, 61, 0.25);
  text-underline-offset: 0.2rem;
}

/* FAQ remains indexable but reads like quiet endnotes. */
.about-report-faq {
  padding: var(--section-space) 0;
  background: var(--about-paper);
}

.about-report-faq-heading {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.52fr);
  gap: clamp(3rem, 8vw, 8rem);
}

.about-report-faq-heading h2 {
  max-width: 14ch;
  margin: 0;
}

.about-report-faq-heading p {
  max-width: 590px;
  margin: 0 0 0.3rem;
  color: #5b6360;
  font-size: var(--text-support);
  line-height: 1.72;
}

.about-report-faq-list {
  max-width: 1120px;
  margin-top: var(--content-space);
  border-top: 1px solid rgba(32, 38, 37, 0.18);
}

.about-report-faq-list details {
  border-bottom: 1px solid rgba(32, 38, 37, 0.18);
}

.about-report-faq-list summary {
  display: flex;
  min-height: 5.6rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  padding: 1.2rem 0;
  cursor: pointer;
  font-size: clamp(1.05rem, 1.25vw, 1.2rem);
  font-weight: 560;
  line-height: 1.45;
  list-style: none;
}

.about-report-faq-list summary::-webkit-details-marker {
  display: none;
}

.about-report-faq-list summary i {
  position: relative;
  flex: 0 0 auto;
  width: 2.7rem;
  aspect-ratio: 1;
  border: 1px solid rgba(23, 63, 61, 0.22);
  border-radius: 50%;
}

.about-report-faq-list summary i::before,
.about-report-faq-list summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.85rem;
  height: 1px;
  background: var(--about-deep);
  content: "";
  transform: translate(-50%, -50%);
}

.about-report-faq-list summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 180ms ease;
}

.about-report-faq-list details[open] summary i::after {
  transform: translate(-50%, -50%);
}

.about-report-faq-list details > p {
  max-width: 790px;
  margin: -0.2rem 4rem 0 0;
  padding: 0 0 1.8rem;
  color: #5b6260;
  font-size: var(--text-support);
  line-height: 1.76;
}

@media (max-width: 1100px) {
  .about-report-masthead {
    grid-template-columns: minmax(0, 1.18fr) minmax(20rem, 0.72fr);
    gap: 3rem;
  }

  .about-report-story-grid,
  .about-report-chapter-outro {
    gap: 5rem;
  }

  .about-report-lines article {
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.7fr);
    gap: 4rem;
  }
}

@media (max-width: 900px) {
  .about-report-scene img {
    height: clamp(25rem, 72vw, 38rem);
  }

  .about-report-masthead,
  .about-report-story-grid,
  .about-report-manifest-intro,
  .about-report-lines article,
  .about-report-chapter-heading,
  .about-report-chapter-outro,
  .about-report-faq-heading {
    grid-template-columns: 1fr;
  }

  .about-report-masthead {
    margin-top: -3.5rem;
    gap: 0;
  }

  .about-report-title {
    max-width: 52rem;
  }

  .about-report-intro {
    max-width: 48rem;
    padding: 2.2rem 0 3.5rem;
    border-left: 0;
  }

  .about-report-story-grid,
  .about-report-chapter-outro {
    gap: var(--content-space);
  }

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

  .about-report-facts {
    padding: 2rem;
  }

  .about-report-facts dl > div:nth-child(odd) {
    padding-right: 1.5rem;
    border-right: 1px solid rgba(32, 38, 37, 0.18);
  }

  .about-report-facts dl > div:nth-child(even) {
    padding-left: 1.5rem;
  }

  .about-report-lines article {
    min-height: 13.5rem;
    gap: 1rem;
  }

  .about-report-lines h3 {
    max-width: 22ch;
  }

  .about-report-lines article:nth-child(even) h3,
  .about-report-lines article:nth-child(even) p {
    grid-row: auto;
    grid-column: 1;
    text-align: left;
  }

  .about-report-lines article:nth-child(even) > span {
    right: auto;
    left: 0;
  }

  .about-report-lines article:nth-child(2) > span {
    right: -0.03em;
    left: auto;
    text-align: right;
  }

  .about-report-margin {
    display: grid;
    align-items: end;
    grid-template-columns: minmax(16rem, 0.7fr) minmax(0, 1fr);
    gap: 2.5rem;
  }

  .about-report-margin-note {
    margin: 0;
  }

  .about-report-company-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }

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

  .about-report-company-facts > div:nth-child(2) {
    border-right: 0;
  }

  .about-report-company-facts > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(32, 38, 37, 0.18);
  }

  .about-report-faq-heading {
    gap: 1.5rem;
  }
}

@media (max-width: 620px) {
  .about-report-hero {
    padding-top: calc(var(--header-height) + var(--hero-space-top));
  }

  .about-report-scene img {
    height: 23rem;
  }

  .about-report-scene figcaption {
    right: 1rem;
    bottom: 0.85rem;
    align-items: flex-end;
    flex-direction: column;
    gap: 0.05rem;
  }

  .about-report-masthead {
    margin-top: -2.25rem;
  }

  .about-report-title {
    padding: 2rem 1rem 1.7rem 0;
  }

  .about-report-title h1 {
    font-size: clamp(2.7rem, 12vw, 4rem);
    line-height: 1.01;
  }

  .about-report-intro {
    padding: 1.7rem 0 3rem;
  }

  .about-report-intro > p {
    font-size: 1rem;
  }

  .about-report-actions,
  .about-report-company-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .about-report-actions .button,
  .about-report-actions > button,
  .about-report-company-actions .button,
  .about-report-company-actions > button {
    width: 100%;
    justify-content: center;
  }

  .about-report-copy > blockquote:not(.about-report-belief) {
    padding-left: 2rem;
  }

  .about-report-facts dl,
  .about-report-margin,
  .about-report-company-facts {
    grid-template-columns: 1fr;
  }

  .about-report-service-index {
    grid-template-columns: 1fr;
  }

  .about-report-service-index a {
    min-height: 0;
    padding: 1.7rem;
  }

  .about-report-facts dl > div:nth-child(odd),
  .about-report-facts dl > div:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
  }

  .about-report-lines article {
    min-height: 12rem;
    padding: 2.1rem 0;
  }

  .about-report-lines article > span {
    font-size: clamp(5.2rem, 21vw, 7.2rem);
  }

  .about-report-lines h3 {
    font-size: clamp(2.3rem, 10vw, 3.4rem);
  }

  .about-report-margin {
    gap: 1.8rem;
  }

  .about-report-ines {
    width: 100%;
  }

  .about-report-ines > div {
    height: clamp(11.5rem, 46vw, 13.5rem);
    border-radius: 1.35rem;
  }

  .about-report-rating {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-report-rating a {
    margin-left: 0;
  }

  .about-report-company-facts > div,
  .about-report-company-facts > div:not(:first-child) {
    min-height: 0;
    padding: 1.2rem 0;
    border-right: 0;
    border-bottom: 1px solid rgba(32, 38, 37, 0.18);
  }

  .about-report-company-facts > div:last-child {
    border-bottom: 0;
  }

  .about-report-faq-list summary {
    min-height: 5.2rem;
    gap: 1rem;
  }

  .about-report-faq-list summary i {
    width: 2.5rem;
  }

  .about-report-faq-list details > p {
    margin-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-breadcrumbs a,
  .about-report-faq-list summary i::after {
    transition: none;
  }
}
