.ar25 {
  --ink: #111411;
  --paper: #f7f8f3;
  --white: #ffffff;
  --green: #168c36;
  --green-deep: #0b5124;
  --green-bright: #66cc00;
  --yellow: #ffd447;
  --red: #ed1c24;
  --muted: #536056;
  --rule-color: #bcc4b9;
  --rule: 1px solid var(--rule-color);
  --display: "Arial Narrow", "Noto Sans HK", "PingFang HK", "Microsoft JhengHei", sans-serif;
  --body: "Noto Sans HK", "PingFang HK", "Microsoft JhengHei", "Segoe UI", sans-serif;
  position: relative;
  width: 100%;
  max-width: none;
  overflow: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  overflow-wrap: normal;
  word-break: normal;
}

.ar25,
.ar25 * {
  box-sizing: border-box;
}

/* Skip layout and paint work for the long, below-the-fold report sections
   until they approach the viewport. The intrinsic sizes preserve scroll space. */
@supports (content-visibility: auto) {
  .ar25 > :is(.ar25__feature, .ar25__dialogue, .ar25__testimonials) {
    content-visibility: auto;
    contain-intrinsic-size: auto 48rem;
  }

  .ar25 > .ar25__hk {
    content-visibility: auto;
    contain-intrinsic-size: auto 120rem;
  }

  .ar25 > .ar25__global {
    content-visibility: auto;
    contain-intrinsic-size: auto 80rem;
  }
}

.ar25 :is(h1, h2, h3, p, figure, blockquote) {
  margin: 0;
}

.ar25 :is(h1, h2, h3) {
  color: inherit !important;
  font-family: var(--display) !important;
  font-style: normal;
  font-weight: 900 !important;
  letter-spacing: -.03em;
  line-height: 1.04;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
}

.ar25 h2 {
  font-size: clamp(2.5rem, 4.6vw, 4.5rem);
}

.ar25 h3 {
  font-size: clamp(2rem, 3.2vw, 3.25rem);
}

.ar25 :is(p, li, span, small, b, strong, figcaption, summary) {
  font-family: var(--body);
}

.ar25 a {
  color: inherit;
}

.ar25 img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  filter: none;
}

.ar25 .ar25__richtext,
.ar25 .ar25__richtext * {
  color: inherit !important;
  font-family: var(--body);
}

.ar25 .ar25__richtext {
  max-width: 68ch;
  font-size: 1rem;
  line-height: 1.75;
}

.ar25 .ar25__richtext > * + * {
  margin-top: .9rem;
}

.ar25 .ar25__richtext :is(p, ul, ol) {
  margin-bottom: 0;
}

.ar25__kicker,
.ar25__card-label,
.ar25__market,
.ar25__project-meta,
.ar25 figcaption {
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .035em;
  line-height: 1.4;
}

.ar25__image-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 100%;
  padding: 2rem;
  background: #dfe7dc;
  color: var(--green-deep);
  font-size: .875rem;
  font-weight: 800;
  text-align: center;
}

.ar25 :is(a, button, summary):focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

/* Report hero */
.ar25__hero {
  display: grid;
  grid-template-columns: minmax(30rem, 40%) minmax(0, 60%);
  min-height: min(790px, calc(100svh - 40px));
  border-bottom: var(--rule);
}

.ar25__hero-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  padding: clamp(2rem, 4vw, 4rem);
  background: var(--paper);
}

.ar25__ledger-line {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--ink);
  color: var(--ink);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .025em;
}

.ar25__hero-title-row {
  display: grid;
  margin-top: auto;
}

.ar25__display {
  max-width: none;
  color: var(--ink) !important;
  font-size: clamp(4rem, 6.4vw, 6rem);
  line-height: .98 !important;
}

.ar25__display span {
  display: block;
}

.ar25__display .ar25__ink {
  color: var(--green) !important;
}

.ar25__stamp {
  justify-self: end;
  display: grid;
  place-items: center;
  width: 7.5rem;
  min-height: 4.5rem;
  margin: -.5rem 0 .25rem;
  padding: .55rem .75rem;
  border: 1px solid var(--green-deep);
  border-radius: 50%;
  color: var(--green-deep);
  font-size: .625rem;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  transform: rotate(-8deg);
  overflow-wrap: normal;
  word-break: normal;
}

.ar25__hero-deck {
  max-width: 38rem;
  margin-top: 1rem !important;
  color: var(--ink) !important;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  font-weight: 700;
  line-height: 1.65;
}

.ar25__read-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: max-content;
  min-height: 3.625rem;
  margin-top: 1.75rem;
  padding: 0 1.25rem;
  border: 1px solid var(--ink);
  background: var(--yellow);
  color: var(--ink) !important;
  font-size: .875rem;
  font-weight: 900;
  text-decoration: none;
}

.ar25__read-link:hover {
  background: var(--green-bright);
}

.ar25__hero-media,
.ar25__project-media,
.ar25__dialogue-media,
.ar25__global-project figure {
  position: relative;
  overflow: hidden;
}

.ar25__hero-media {
  min-height: 42rem;
  background: #dbe4da;
}

.ar25__hero-media img {
  object-position: center center;
}

.ar25 :is(.ar25__hero-media, .ar25__project-media, .ar25__dialogue-media, .ar25__global-project figure) figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: .5rem .75rem;
  background: var(--paper);
  color: var(--ink) !important;
}

/* Office highlights */
.ar25__office {
  display: grid;
  grid-template-columns: minmax(22rem, 30%) minmax(0, 70%);
  border-bottom: var(--rule);
}

.ar25__section-intro {
  min-width: 0;
  padding: clamp(2.25rem, 4vw, 4rem);
  border-right: var(--rule);
}

.ar25__section-intro h2 {
  max-width: 5.4em;
  margin: .7rem 0 1.25rem !important;
  font-size: clamp(2.8rem, 3.6vw, 3.5rem);
  line-height: 1.06;
  text-wrap: wrap;
}

.ar25__section-intro > p:last-child {
  max-width: 25ch;
  color: var(--muted) !important;
}

.ar25__office-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ar25__office-item {
  min-width: 0;
  min-height: 15rem;
  padding: clamp(1.4rem, 2.4vw, 2rem);
  border-right: var(--rule);
  border-bottom: var(--rule);
}

.ar25__office-item:nth-child(3n) {
  border-right: 0;
}

.ar25__office-item:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.ar25__metric {
  margin: 1rem 0 1.2rem !important;
  color: var(--ink) !important;
  font-family: var(--display) !important;
  font-size: clamp(3.5rem, 4.8vw, 5.4rem);
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: .82;
}

.ar25__metric span {
  display: block;
  margin-top: .8rem;
  color: var(--green) !important;
  font-size: 1.25rem;
  letter-spacing: -.015em;
  line-height: 1.1;
}

.ar25__office-item > p:last-child {
  max-width: 28ch;
  color: var(--ink) !important;
  font-size: .925rem;
  font-weight: 700;
  line-height: 1.55;
}

/* Annual feature */
.ar25__feature {
  display: grid;
  grid-template-columns: minmax(19rem, 31%) minmax(20rem, 30%) minmax(0, 39%);
  background: var(--yellow);
  border-bottom: 1px solid var(--ink);
}

.ar25__feature-lead {
  position: relative;
  container-type: inline-size;
  min-height: 45rem;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 2rem;
  padding: clamp(2.25rem, 4cqi, 4rem);
  background: var(--ink);
  color: var(--white);
  border-right: 1px solid var(--ink);
}

.ar25__feature-media {
  min-width: 0;
  min-height: 45rem;
  margin: 0;
  overflow: hidden;
  background: var(--paper);
  border-right: 1px solid var(--ink);
}

.ar25__feature-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
}

.ar25__feature-label,
.ar25__feature-tenure {
  margin: 0 !important;
  color: var(--white) !important;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .04em;
}

.ar25__feature-topic {
  position: absolute;
  top: clamp(2.2rem, 4cqi, 4rem);
  right: 0;
  padding: .55rem .875rem;
  background: var(--red);
  color: var(--white) !important;
  font-size: .8rem;
  font-weight: 900;
}

.ar25__feature-lead h2 {
  align-self: center;
  margin: 0 !important;
  color: var(--white) !important;
  font-size: clamp(3rem, 4vw, 4.5rem);
  font-size: clamp(2.65rem, 15cqi, 4.5rem);
  line-height: 1.02;
  letter-spacing: -.035em;
}

.ar25__feature-heading-line {
  display: block;
  white-space: nowrap;
}

.ar25__feature-tenure {
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, .38);
  line-height: 1.5;
}

.ar25__feature-story-copy {
  --feature-pad-block: clamp(3rem, 4vw, 4.5rem);
  --feature-pad-inline: clamp(2rem, 3vw, 3.25rem);
  min-width: 0;
  display: flex;
  flex-direction: column;
  color: var(--ink);
}

.ar25__feature-story-copy > .ar25__richtext {
  flex: 1;
  max-width: none;
  padding: var(--feature-pad-block) var(--feature-pad-inline) 2.25rem;
}

.ar25__feature-story-copy > .ar25__richtext p {
  max-width: 68ch;
  margin: 0 0 1.25rem !important;
  color: var(--ink) !important;
  font-size: 1rem;
  line-height: 1.85;
}

.ar25__feature-story-copy > .ar25__richtext p:last-child {
  margin-bottom: 0 !important;
}

.ar25__feature--has-image .ar25__feature-story-copy > .ar25__richtext > p:first-child > img:first-child {
  display: none !important;
}

.ar25__feature-quote {
  position: relative;
  max-width: none;
  margin: 0 !important;
  padding: 2.8rem var(--feature-pad-inline) 2.8rem calc(var(--feature-pad-inline) + 2rem) !important;
  border: 0 !important;
  border-top: 1px solid var(--ink) !important;
  background: transparent !important;
  color: var(--ink) !important;
  font-family: var(--display);
  font-size: clamp(1.5rem, 2vw, 2.1rem);
  font-weight: 900;
  letter-spacing: -.02em;
  line-height: 1.42;
}

.ar25__feature-quote::before {
  content: "“";
  position: absolute;
  top: 1.35rem;
  left: var(--feature-pad-inline);
  color: var(--red);
  font-family: Georgia, serif;
  font-size: 4.5rem;
  line-height: 1;
}

/* Chapter 02 and Hong Kong projects */
.ar25__hk {
  display: grid;
  grid-template-columns: minmax(20rem, 26%) minmax(0, 74%);
  border-bottom: var(--rule);
}

.ar25__chapter-rail {
  min-width: 0;
  padding: clamp(2rem, 3.5vw, 3.5rem);
  border-right: var(--rule);
}

.ar25__chapter-rail > p {
  color: var(--ink) !important;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .04em;
}

.ar25__chapter-rail h2 {
  max-width: none;
  margin: 3rem 0 .75rem !important;
  font-size: clamp(2.25rem, 2.4vw, 2.85rem);
  line-height: 1.1;
  white-space: nowrap;
}

.ar25__chapter-rail > span {
  display: block;
  color: var(--muted) !important;
  font-size: .875rem;
  white-space: nowrap;
}

.ar25__chapter-heading {
  padding: clamp(2.5rem, 5vw, 5rem);
  border-bottom: var(--rule);
}

.ar25__chapter-heading h2 {
  max-width: 16ch;
  margin-top: .75rem !important;
  font-size: clamp(3rem, 5vw, 5rem);
}

.ar25__chapter-title-break {
  display: none;
}

.ar25__project-list {
  display: grid;
  gap: .875rem;
  background: var(--paper);
}

.ar25__project {
  display: grid;
  grid-template-columns: minmax(0, 48%) minmax(0, 52%);
  min-height: 34rem;
  border-bottom: 0;
  background: var(--paper);
}

.ar25__project:last-child {
  border-bottom: 0;
}

.ar25__project-copy {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(2rem, 4vw, 4rem);
  border-right: var(--rule);
  color: var(--ink);
}

.ar25__project:nth-child(odd) .ar25__project-copy {
  order: 2;
  border-right: 0;
  border-left: var(--rule);
}

.ar25__project:nth-child(odd) .ar25__project-media {
  order: 1;
}

.ar25__project-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem 1rem;
  color: var(--muted) !important;
}

.ar25__project-meta strong {
  flex: 0 0 auto;
  color: var(--green) !important;
  font-family: var(--display);
  font-size: 2.5rem;
  letter-spacing: -.03em;
  line-height: 1;
}

.ar25__project h3 {
  max-width: 13ch;
  margin: 1.6rem 0 1.3rem !important;
  font-size: clamp(2.25rem, 3.3vw, 3.5rem);
  line-height: 1.08;
}

.ar25__project-copy > .ar25__richtext {
  max-width: 52ch;
}

.ar25__evidence {
  display: flex;
  flex-wrap: wrap;
  gap: .25rem .5rem;
  width: 100%;
  max-width: 38rem;
  margin-top: 1.5rem !important;
  padding: .9rem 1rem;
  background: var(--yellow);
  color: var(--ink) !important;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.55;
}

.ar25__evidence b {
  flex: 0 0 auto;
  font-weight: 900;
}

.ar25__project-media {
  min-height: 34rem;
  background: #dbe4da;
}

/* KT and Ludivine dialogue */
.ar25__dialogue {
  display: grid;
  grid-template-columns: minmax(27.5rem, 1.02fr) minmax(0, .98fr);
  border-bottom: 1px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
}

.ar25__dialogue-media {
  min-height: 48rem;
  border-right: 1px solid var(--ink);
  background: var(--green-bright);
}

.ar25__dialogue-media img {
  object-position: center 46%;
}

.ar25 .ar25__dialogue-media figcaption {
  padding: .5625rem .875rem;
  background: var(--ink);
  color: var(--white) !important;
}

.ar25__dialogue-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 0;
}

.ar25__dialogue-heading {
  padding: clamp(2.25rem, 3.5vw, 3.5rem) clamp(2.5rem, 5vw, 5rem) 2rem;
  border-bottom: 1px solid var(--ink);
  background: var(--green-bright);
}

.ar25__dialogue-heading > .ar25__kicker {
  color: var(--green-deep) !important;
}

.ar25 .ar25__dialogue-heading > h2 {
  max-width: 14ch;
  margin: .75rem 0 0 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: clamp(3rem, 4.6vw, 4.25rem);
  line-height: 1.1;
}

.ar25__voices {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  flex: 1;
  min-height: 0;
}

.ar25__voices blockquote {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 !important;
  padding: clamp(1.75rem, 3vw, 2.75rem) !important;
  border: 0 !important;
  background: var(--paper) !important;
  color: var(--ink) !important;
}

.ar25__voices blockquote + blockquote {
  border-top: 1px solid var(--ink) !important;
}

.ar25__voice-lens {
  display: block;
  margin-bottom: .75rem;
  color: var(--green) !important;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .04em;
}

.ar25__voices blockquote > .ar25__richtext {
  max-width: 32em;
  color: var(--ink) !important;
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  font-weight: 650;
  line-height: 1.65;
}

.ar25__voices footer {
  display: flex;
  flex-direction: column;
  gap: .15rem;
  margin-top: 1.25rem;
  padding-top: .875rem;
  border-top: 1px solid var(--ink);
}

.ar25__voices footer b {
  color: var(--ink) !important;
  font-size: 1rem;
}

.ar25__voices footer small {
  color: var(--muted) !important;
  font-size: .75rem;
}

/* Chapter 03 network record */
.ar25__global {
  padding: 0;
  border-bottom: 1px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
}

.ar25__global-header {
  display: grid;
  grid-template-areas:
    "kicker kicker"
    "title intro";
  grid-template-columns: minmax(0, 1.48fr) minmax(18rem, .52fr);
  column-gap: clamp(3rem, 6vw, 7rem);
  row-gap: clamp(1.5rem, 2.5vw, 2.5rem);
  align-items: end;
  margin: 0;
  padding: clamp(3.5rem, 5.5vw, 5.5rem) clamp(2rem, 5vw, 5rem);
  border-bottom: 1px solid var(--ink);
}

.ar25__global-header > .ar25__kicker {
  grid-area: kicker;
}

.ar25__global-header h2 {
  grid-area: title;
  max-width: 18ch;
  font-size: clamp(3rem, 4.5vw, 4.5rem);
  line-height: 1.12;
}

.ar25__global-header h2 > span {
  display: block;
}

.ar25__global-header > .ar25__richtext {
  grid-area: intro;
  max-width: 36ch;
  padding-bottom: .35rem;
  color: var(--muted) !important;
}

.ar25__global-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: .875rem;
  padding: 0;
  background: var(--paper);
}

.ar25__global-grid--three {
  grid-template-rows: repeat(2, minmax(25rem, auto));
}

.ar25__global-grid--three > .ar25__global-project--featured {
  grid-row: 1 / span 2;
}

.ar25__global-project {
  display: grid;
  grid-template-columns: 42% minmax(0, 58%);
  min-width: 0;
  min-height: 25rem;
  border: 0;
  background: var(--paper);
  color: var(--ink);
}

.ar25__global-project--featured {
  grid-row: span 2;
  grid-template-columns: 1fr;
  min-height: 51rem;
}

.ar25__global-project figure {
  min-height: 18rem;
  background: #dbe4da;
}

.ar25__global-project--featured figure {
  min-height: 29rem;
}

.ar25__global-project > div {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(2rem, 3.2vw, 3rem);
  background: var(--paper);
  color: var(--ink);
}

.ar25__market {
  color: var(--green) !important;
}

.ar25__global-project h3 {
  max-width: 13ch;
  margin: .9rem 0 1.1rem !important;
  font-size: clamp(2rem, 2.4vw, 2.4rem);
  line-height: 1.12;
}

.ar25__global-project > div > .ar25__richtext {
  max-width: 42ch;
  color: var(--muted) !important;
  font-size: .925rem;
}

.ar25__global-project--featured > div {
  display: grid;
  grid-template-columns: minmax(11rem, .78fr) minmax(16rem, 1.22fr);
  grid-template-rows: auto 1fr;
  column-gap: clamp(2rem, 4vw, 4rem);
  align-content: center;
  align-items: start;
}

.ar25__global-project--featured .ar25__market {
  grid-column: 1;
  grid-row: 1;
}

.ar25__global-project--featured h3 {
  grid-column: 1;
  grid-row: 2;
  max-width: 10ch;
  margin-bottom: 0 !important;
}

.ar25__global-project--featured > div > .ar25__richtext {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  max-width: 48ch;
}

/* Supporter testimonials */
.ar25__testimonials {
  display: grid;
  grid-template-columns: minmax(23rem, 34%) minmax(0, 66%);
  border-bottom: 1px solid var(--ink);
  background: var(--ink);
  color: var(--white);
}

.ar25__testimonials > header {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(3rem, 6vw, 6rem);
  background: var(--ink);
  color: var(--white) !important;
}

.ar25__testimonials > header :is(.ar25__kicker, h2) {
  color: var(--white) !important;
}

.ar25__testimonials > header h2 {
  max-width: 9ch;
  margin: .75rem 0 1.5rem !important;
  font-size: clamp(3rem, 4.6vw, 4.5rem);
  line-height: 1.1;
}

.ar25__testimonials > header > .ar25__richtext {
  max-width: 30ch;
  color: #cbd2ca !important;
}

.ar25__testimonial-stage {
  position: relative;
  min-width: 0;
  min-height: 37rem;
  overflow: hidden;
  background: var(--yellow);
  color: var(--ink);
  touch-action: pan-y;
}

.ar25__testimonial-stage:focus-visible {
  outline: 3px solid var(--green-deep);
  outline-offset: -3px;
}

.ar25__testimonial-stage.is-dragging {
  cursor: grabbing;
}

.ar25__testimonial {
  display: grid;
  grid-template-columns: minmax(14rem, 34%) minmax(0, 66%);
  min-height: 37rem;
  background: var(--yellow);
  color: var(--ink);
}

.ar25__testimonial figure {
  min-width: 0;
  overflow: hidden;
  border-right: 1px solid var(--ink);
  background: #dbe4da;
}

.ar25__testimonial figure img {
  object-position: center center;
  filter: none !important;
}

.ar25__testimonial blockquote {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 !important;
  padding: clamp(3rem, 6vw, 6rem) !important;
  border: 0 !important;
  background: var(--yellow) !important;
  color: var(--ink) !important;
}

.ar25__testimonial blockquote::before {
  content: "“";
  align-self: flex-start;
  margin-bottom: 1rem;
  color: var(--red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: .45;
}

.ar25__testimonial blockquote > .ar25__richtext {
  max-width: 34em;
  color: var(--ink) !important;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.6;
}

.ar25__testimonial footer {
  display: grid;
  gap: .15rem;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--ink);
}

.ar25__testimonial footer b {
  color: var(--ink) !important;
  font-size: 1rem;
}

.ar25__testimonial footer span {
  color: var(--muted) !important;
  font-size: .8rem;
}

.ar25__slider-controls {
  position: absolute;
  right: 1.5rem;
  bottom: 1.25rem;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--ink);
  font-size: .8rem;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.ar25__slider-controls button {
  display: grid;
  place-items: center;
  width: 3.25rem;
  height: 3.25rem;
  padding: 0;
  border: 1px solid var(--ink);
  border-radius: 0;
  background: var(--paper);
  color: var(--ink) !important;
  font: inherit;
  font-size: 1.2rem;
  cursor: pointer;
}

.ar25__slider-controls button:hover {
  background: var(--green-bright);
}

.ar25.is-enhanced .ar25__testimonial {
  display: none;
}

.ar25.is-enhanced .ar25__testimonial.is-active {
  display: grid;
}

@media (prefers-reduced-motion: no-preference) {
  .ar25.is-enhanced .ar25__testimonial.is-active {
    animation: ar25-testimonial-enter 220ms cubic-bezier(.2, .8, .2, 1) both;
  }

  .ar25__testimonial-stage[data-ar25-direction="previous"] .ar25__testimonial.is-active {
    --ar25-testimonial-offset: -1rem;
  }
}

@keyframes ar25-testimonial-enter {
  from {
    opacity: .72;
    transform: translateX(var(--ar25-testimonial-offset, 1rem));
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 1100px) {
  .ar25__hero {
    grid-template-columns: minmax(25rem, 46%) minmax(0, 54%);
  }

  .ar25__office {
    grid-template-columns: minmax(19rem, 30%) minmax(0, 70%);
  }

  .ar25__global-grid {
    grid-template-columns: 1fr;
  }

  .ar25__global-grid--three {
    grid-template-rows: auto;
  }

  .ar25__global-project--featured,
  .ar25__global-grid--three > .ar25__global-project--featured {
    grid-row: auto;
    grid-template-columns: 42% minmax(0, 58%);
    min-height: 25rem;
  }

  .ar25__global-project--featured figure {
    min-height: 18rem;
  }

  .ar25__global-project--featured > div {
    display: flex;
    gap: 0;
  }

  .ar25__global-project--featured h3 {
    max-width: 13ch;
    margin-bottom: 1.1rem !important;
  }
}

@media (max-width: 900px) {
  .ar25__hero,
  .ar25__office,
  .ar25__feature,
  .ar25__hk,
  .ar25__dialogue,
  .ar25__testimonials {
    grid-template-columns: 1fr;
  }

  .ar25__hero {
    min-height: 0;
  }

  .ar25__hero-copy {
    min-height: 34rem;
  }

  .ar25__hero-media {
    min-height: 34rem;
  }

  .ar25__section-intro,
  .ar25__chapter-rail {
    border-right: 0;
    border-bottom: var(--rule);
  }

  .ar25__section-intro h2,
  .ar25__section-intro > p:last-child {
    max-width: 100%;
  }

  .ar25__feature-lead {
    min-height: 24rem;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .ar25__feature-media {
    min-height: 0;
    aspect-ratio: 16 / 9;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .ar25__chapter-rail h2 {
    max-width: none;
    margin: 1.25rem 0 .5rem !important;
  }

  .ar25__dialogue-media {
    min-height: 32rem;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .ar25__global-header {
    grid-template-areas:
      "kicker"
      "title"
      "intro";
    grid-template-columns: 1fr;
    align-items: start;
  }

  .ar25__global-header > .ar25__richtext {
    padding-bottom: 0;
  }

  .ar25__testimonials > header {
    border-bottom: 1px solid var(--ink);
  }

  .ar25__testimonials > header h2 {
    max-width: 12ch;
  }

}

@media (max-width: 600px) {
  .ar25 {
    font-size: 15px;
  }

  .ar25 h2 {
    font-size: clamp(2.25rem, 10.5vw, 3rem);
  }

  .ar25__hero-copy {
    min-height: 30rem;
    padding: 1.5rem 1.25rem 1.75rem;
  }

  .ar25__ledger-line {
    gap: .75rem;
    font-size: .625rem;
  }

  .ar25__hero-title-row {
    grid-template-columns: minmax(0, 1fr) 5.5rem;
    align-items: end;
    column-gap: .5rem;
  }

  .ar25__display {
    max-width: 4.4em;
    font-size: clamp(3.25rem, 13.5vw, 3.75rem);
    line-height: 1 !important;
  }

  .ar25__stamp {
    justify-self: end;
    width: 5.25rem;
    min-height: 3.5rem;
    margin: 0 0 .35rem;
    padding: .35rem .45rem;
    font-size: .5rem;
  }

  .ar25__hero-deck {
    grid-column: 1 / -1;
    margin-top: 1rem !important;
    font-size: .95rem;
  }

  .ar25__read-link {
    min-height: 3.35rem;
    margin-top: 1.5rem;
  }

  .ar25__hero-media {
    min-height: 27rem;
  }

  .ar25__section-intro {
    padding: 3.5rem 1.25rem;
  }

  .ar25__section-intro h2 {
    max-width: 5.6em;
    font-size: 2.85rem;
    line-height: 1.08;
  }

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

  .ar25__office-item {
    min-height: 12.5rem;
    padding: 1.4rem 1.15rem;
    border-bottom: var(--rule);
  }

  .ar25__office-item:nth-child(3n) {
    border-right: var(--rule);
  }

  .ar25__office-item:nth-child(2n) {
    border-right: 0;
  }

  .ar25__office-item:nth-last-child(-n + 3) {
    border-bottom: var(--rule);
  }

  .ar25__office-item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .ar25__metric {
    font-size: 3rem;
  }

  .ar25__metric span {
    font-size: 1rem;
  }

  .ar25__office-item > p:last-child {
    font-size: .8rem;
  }

  .ar25__feature-lead {
    min-height: 0;
    grid-template-rows: auto auto;
    align-content: start;
    gap: clamp(2rem, 8vw, 2.75rem);
    padding: 1.5rem 1.25rem 1.75rem;
  }

  .ar25__feature-topic {
    top: 1.5rem;
    right: .75rem;
    padding: .5rem .625rem;
    font-size: .75rem;
  }

  .ar25__feature-lead h2 {
    align-self: auto;
    font-size: clamp(3rem, 14.5cqi, 3.4rem);
    line-height: 1.02;
    letter-spacing: -.035em;
  }

  .ar25__feature-tenure {
    padding-top: .875rem;
    font-size: .7rem;
  }

  .ar25__feature-story-copy {
    --feature-pad-block: 2rem;
    --feature-pad-inline: 1.25rem;
  }

  .ar25__feature-story-copy > .ar25__richtext {
    padding: var(--feature-pad-block) var(--feature-pad-inline) 2.5rem;
  }

  .ar25__feature-media {
    aspect-ratio: 3 / 2;
  }

  .ar25__feature-story-copy > .ar25__richtext p {
    font-size: 1rem;
    line-height: 1.8;
  }

  .ar25__feature-quote {
    padding: 2.4rem 1.25rem 2.25rem 2.5rem !important;
    font-size: 1.35rem;
    line-height: 1.5;
  }

  .ar25__feature-quote::before {
    top: 1.1rem;
    left: 1.1rem;
    font-size: 3.6rem;
  }

  .ar25__chapter-rail {
    padding: 1.25rem;
  }

  .ar25__chapter-heading {
    padding: 3rem 1.25rem;
    container-type: inline-size;
  }

  .ar25__chapter-heading h2 {
    width: 6.2em;
    max-width: 100%;
    font-size: clamp(32px, 13cqi, 40px);
    line-height: 1.08;
    text-wrap: wrap;
  }

  .ar25__chapter-title-break {
    display: block;
  }

  .ar25__project {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .ar25__project-copy,
  .ar25__project:nth-child(odd) .ar25__project-copy {
    order: 1;
    padding: 2.5rem 1.25rem;
    border: 0;
    border-bottom: var(--rule);
  }

  .ar25__project-media,
  .ar25__project:nth-child(odd) .ar25__project-media {
    order: 2;
    min-height: 24rem;
  }

  .ar25__project-meta {
    gap: .35rem .65rem;
    font-size: .625rem;
  }

  .ar25__project-meta strong {
    margin-right: .25rem;
    font-size: 2rem;
  }

  .ar25__project h3 {
    max-width: 13ch;
    margin: 1.25rem 0 1rem !important;
    font-size: 2.15rem;
    line-height: 1.13;
  }

  .ar25__evidence {
    display: block;
    font-size: .75rem;
  }

  .ar25__evidence b {
    display: block;
    margin-bottom: .2rem;
  }

  .ar25__dialogue-media {
    min-height: 20.5rem;
  }

  .ar25__dialogue-heading {
    padding: 3.5rem 1.25rem 2.5rem;
  }

  .ar25__dialogue-heading > h2 {
    font-size: 2.75rem;
    line-height: 1.12;
  }

  .ar25__voices {
    grid-template-rows: auto;
  }

  .ar25__voices blockquote {
    padding: 2.5rem 1.25rem !important;
  }

  .ar25__voices blockquote > .ar25__richtext {
    font-size: 1rem;
    line-height: 1.8;
  }

  .ar25__global-header {
    gap: 1rem;
    padding: 3.5rem 1.25rem;
  }

  .ar25__global-header h2 {
    max-width: 10ch;
    font-size: 2.65rem;
    line-height: 1.15;
  }

  .ar25__global-grid {
    grid-template-columns: 1fr;
    gap: .875rem;
    background: var(--paper);
  }

  .ar25__global-project,
  .ar25__global-project--featured {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 20rem auto;
    min-height: 0;
  }

  .ar25__global-project figure,
  .ar25__global-project--featured figure {
    height: 20rem;
    min-height: 0;
    max-height: 20rem;
  }

  .ar25__global-project > div {
    display: flex;
    min-height: 0;
    padding: 2.5rem 1.25rem;
  }

  .ar25__global-project h3 {
    max-width: 13ch;
    font-size: 2.2rem;
  }

  .ar25__testimonials > header {
    padding: 2.25rem 1.25rem 2rem;
  }

  .ar25__testimonials > header h2 {
    max-width: 10ch;
    margin: .5rem 0 .875rem !important;
    font-size: clamp(2.35rem, 11.5vw, 2.75rem);
    line-height: 1.06;
  }

  .ar25__testimonials > header > .ar25__richtext {
    max-width: 31ch;
    font-size: .95rem;
    line-height: 1.6;
  }

  .ar25__testimonial-stage,
  .ar25__testimonial {
    min-height: 0;
  }

  .ar25__testimonial {
    grid-template-columns: 6.5rem minmax(0, 1fr);
    align-items: start;
  }

  .ar25__testimonial figure {
    align-self: start;
    width: auto;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 5;
    margin: 1.5rem 0 0 1rem;
    border: 1px solid var(--ink);
    border-radius: 0;
    overflow: hidden;
  }

  .ar25__testimonial figure img,
  .ar25__testimonial figure .ar25__image-placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .ar25__testimonial blockquote {
    min-width: 0;
    min-height: 0;
    padding: 1.5rem 1.1rem 5rem !important;
  }

  .ar25__testimonial blockquote::before {
    margin-bottom: .5rem;
    font-size: 3.25rem;
  }

  .ar25__testimonial blockquote > .ar25__richtext {
    max-width: 100%;
    font-size: 1.05rem;
    line-height: 1.55;
  }

  .ar25__testimonial footer {
    margin-top: 1rem;
    padding-top: .75rem;
  }

  .ar25__testimonial footer b {
    font-size: .9375rem;
  }

  .ar25__testimonial footer span {
    font-size: .75rem;
    line-height: 1.45;
  }

  .ar25__slider-controls {
    right: 1rem;
    bottom: 1rem;
    left: auto;
    justify-content: flex-end;
    gap: .65rem;
  }

  .ar25__slider-controls button {
    width: 2.75rem;
    height: 2.75rem;
  }

}

/* Approved paired-dialogue layout: two leadership perspectives share one diagonal field. */
@media (min-width: 601px) {
  .ar25__dialogue-heading {
    padding: clamp(2rem, 4vw, 3.25rem) clamp(2.5rem, 5vw, 5rem) 1.75rem;
  }

  .ar25__dialogue-heading > h2 {
    max-width: 18ch;
    font-size: clamp(2.625rem, 4.2vw, 3.75rem);
    line-height: 1.08;
  }

  .ar25__voices {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 1fr;
    align-items: stretch;
    gap: clamp(4rem, 7vw, 7.5rem);
    min-height: 24rem;
    padding: clamp(1.75rem, 3.5vw, 3rem);
    overflow: hidden;
  }

  .ar25__voices::before {
    position: absolute;
    z-index: 0;
    inset: 8% 5%;
    background: linear-gradient(
      to bottom right,
      transparent 49.88%,
      var(--rule) 49.94%,
      var(--rule) 50.06%,
      transparent 50.12%
    );
    content: "";
    pointer-events: none;
  }

  .ar25__voices blockquote {
    position: relative;
    z-index: 1;
    align-self: start;
    justify-content: flex-start;
    padding: .75rem !important;
    background: var(--paper) !important;
  }

  .ar25__voices blockquote + blockquote {
    align-self: end;
    border-top: 0 !important;
  }

  .ar25__voice-lens {
    margin-bottom: .75rem;
  }

  .ar25__voices blockquote > .ar25__richtext {
    font-size: clamp(.9375rem, 1vw, 1.125rem);
    line-height: 1.65;
  }

  .ar25__voices footer {
    margin-top: 1.25rem;
    padding-top: .875rem;
  }
}

@media (min-width: 901px) {
  .ar25__dialogue {
    grid-template-columns: minmax(24rem, .78fr) minmax(0, 1.22fr);
  }

  .ar25__dialogue-media {
    min-height: 40rem;
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  .ar25__dialogue-media {
    min-height: 26rem;
  }
}

@media (max-width: 600px) {
  .ar25__dialogue-media {
    min-height: 20.5rem;
  }

  .ar25__voices {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 0;
    min-height: 0;
    padding: 0;
    overflow: visible;
  }

  .ar25__voices::before {
    display: none;
  }

  .ar25__voices blockquote {
    align-self: stretch;
    padding: 2.5rem 1.25rem !important;
  }

  .ar25__voices blockquote + blockquote {
    border-top: 1px solid var(--ink) !important;
  }
}

/* Touch-first composition for phones and larger phone viewports. */
@media (max-width: 767px) {
  .ar25__chapter-rail h2 {
    max-width: none;
    font-size: clamp(2.2rem, 10.5vw, 2.75rem);
    white-space: nowrap;
  }

  .ar25__chapter-rail > span {
    white-space: normal;
  }

  /* Reorder one shared dialogue into heading, photo, then voices without
     duplicating the image or changing its proven HubL fallback. */
  .ar25__dialogue {
    grid-template-columns: minmax(0, 1fr);
  }

  .ar25__dialogue-copy {
    display: contents;
  }

  .ar25__dialogue-heading {
    grid-row: 1;
    padding: 2.75rem 1.25rem 2.25rem;
    background: var(--green-deep);
    color: var(--white);
  }

  .ar25 .ar25__dialogue-heading > .ar25__kicker,
  .ar25 .ar25__dialogue-heading > h2 {
    color: var(--white) !important;
  }

  .ar25 .ar25__dialogue-heading > h2 {
    max-width: 12ch;
    font-size: clamp(2.35rem, 10.75vw, 2.8rem);
    line-height: 1.08;
  }

  .ar25__dialogue-media {
    grid-row: 2;
    min-height: clamp(19rem, 82vw, 27rem);
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .ar25__voices {
    grid-row: 3;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    gap: 0;
    min-height: 0;
    padding: 0;
    overflow: visible;
  }

  .ar25__voices::before {
    display: none;
  }

  .ar25__voices blockquote,
  .ar25__voices blockquote + blockquote {
    align-self: stretch;
    padding: 2.25rem 1.25rem !important;
  }

  .ar25__voices blockquote + blockquote {
    border-top: 1px solid var(--ink) !important;
  }

  /* Every regional result uses the same mobile grammar: image, then copy. */
  .ar25 .ar25__global-grid,
  .ar25 .ar25__global-grid--three {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: none;
  }

  .ar25 .ar25__global-project,
  .ar25 .ar25__global-project--featured,
  .ar25 .ar25__global-grid--three > .ar25__global-project--featured {
    grid-row: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
    min-height: 0;
  }

  .ar25 .ar25__global-project figure,
  .ar25 .ar25__global-project--featured figure {
    order: 1;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: 16 / 10;
  }

  .ar25 .ar25__global-project > div,
  .ar25 .ar25__global-project--featured > div {
    order: 2;
    display: flex;
    min-height: 0;
    padding: 2.25rem 1.25rem;
  }

  .ar25 .ar25__global-project--featured :is(.ar25__market, h3, .ar25__richtext) {
    grid-column: auto;
    grid-row: auto;
  }

  /* Compact touch carousel: portrait and quote share the first row, while
     swipe joins the visible 44px arrow controls as an input method. */
  .ar25__testimonials > header {
    padding: 2rem 1.25rem 1.75rem;
  }

  .ar25__testimonial-stage,
  .ar25__testimonial {
    min-height: 0;
  }

  .ar25__testimonial {
    grid-template-columns: 5.25rem minmax(0, 1fr);
    align-items: start;
  }

  .ar25__testimonial figure {
    align-self: start;
    width: 5.25rem;
    height: 5.25rem;
    min-height: 0;
    margin: 1.25rem 0 0 1.25rem;
    border: 1px solid var(--ink);
    border-radius: 50%;
    aspect-ratio: 1;
  }

  .ar25__testimonial blockquote {
    min-width: 0;
    min-height: 0;
    padding: 1.25rem 1.25rem 4.5rem .875rem !important;
  }

  .ar25__testimonial blockquote::before {
    margin-bottom: .3rem;
    font-size: 3rem;
    line-height: .55;
  }

  .ar25__testimonial blockquote > .ar25__richtext {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.5;
  }

  .ar25__testimonial footer {
    margin-top: .8rem;
    padding-top: .65rem;
  }

  .ar25__slider-controls {
    right: .75rem;
    bottom: .75rem;
    gap: .55rem;
  }

  .ar25__slider-controls button {
    width: 2.75rem;
    height: 2.75rem;
  }
}
