:root {
  --ja-charcoal: #171816;
  --ja-raised-charcoal: #1e201d;
  --ja-warm-cream: #efede5;
  --ja-muted-cream: #bdbbb3;
  --ja-light-section: #e7e3d8;
  --ja-dark-text: #20211e;
  --ja-muted-dark: #64645e;
  --ja-gold: #c2a46f;
  --font-serif: Georgia, "Times New Roman", serif;
  --font-sans: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

html {
  scroll-padding-top: 0;
}

.dossier-body {
  margin: 0;
  background: var(--ja-warm-cream);
  color: var(--ja-dark-text);
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.58;
}

.dossier-body main a {
  color: inherit;
}

.publication-tools {
  width: min(100%, 78rem);
  min-height: 4rem;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 4rem);
  display: none;
  align-items: center;
  justify-content: flex-end;
  background: var(--ja-raised-charcoal);
}

.js .publication-tools {
  display: flex;
}

.print-control {
  display: none;
  min-height: 2.75rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(194, 164, 111, 0.7);
  background: transparent;
  color: var(--ja-warm-cream);
  font: 700 0.7rem/1 var(--font-sans);
  letter-spacing: 0.13em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease;
}

.js .print-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.print-control:hover {
  background: var(--ja-gold);
  color: var(--ja-charcoal);
}

.print-control:focus-visible {
  outline: 2px solid var(--ja-gold);
  outline-offset: 4px;
}

.dossier {
  overflow: hidden;
}

.dossier-page {
  position: relative;
  border-bottom: 1px solid rgba(32, 33, 30, 0.08);
  background: var(--ja-warm-cream);
  color: var(--ja-dark-text);
}

.page-judgement,
.page-perspectives {
  background: var(--ja-light-section);
}

.page-inner {
  position: relative;
  width: min(100%, 78rem);
  min-height: max(48rem, 92svh);
  margin-inline: auto;
  padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 6vw, 6rem) clamp(4.5rem, 7vw, 7rem);
  display: flex;
  flex-direction: column;
}

.page-cover {
  background: var(--ja-charcoal);
  color: var(--ja-warm-cream);
}

.page-cover .page-inner {
  min-height: calc(100svh - 6rem);
}

.dossier-contents,
.dossier-mid-cta {
  display: none;
}

.cover-layout {
  padding-top: clamp(4rem, 8vw, 8rem);
}

.cover-header,
.page-header,
.statement-header {
  position: relative;
}

.cover-name {
  margin: 0;
  color: rgba(239, 237, 229, 0.48);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cover-statement {
  width: min(100%, 68rem);
  margin-block: clamp(16rem, 36vh, 28rem) auto;
}

.cover-statement h1 {
  max-width: 64rem;
  margin: 0;
  color: var(--ja-warm-cream);
  font-family: var(--font-serif);
  font-size: clamp(4rem, 8.5vw, 8.2rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.94;
}

.page-eyebrow,
.appointments > h3 {
  margin: 0 0 1rem;
  color: var(--ja-gold);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.page-header h2,
.statement-header h2 {
  max-width: 61rem;
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2.8rem, 5.8vw, 5.8rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
}

.page-header.narrow-title h2 {
  max-width: 48rem;
}

.intro-line,
.intro-lines {
  margin: 1.5rem 0 0;
  color: var(--ja-muted-dark);
  font-family: var(--font-serif);
  font-size: clamp(1.4rem, 2.4vw, 2.3rem);
  line-height: 1.25;
}

.intro-lines p {
  margin: 0;
}

.prose p,
.text-column p {
  break-inside: avoid;
  margin: 0 0 1.05em;
}

.prose p:last-child,
.text-column p:last-child {
  margin-bottom: 0;
}

.editorial-columns {
  display: block;
}

.foreword-copy {
  width: min(100%, 36rem);
  margin: clamp(8rem, 13vw, 12rem) auto 0;
  line-height: 1.68;
}

.foreword-copy .text-column {
  max-width: none;
}

.foreword-copy .text-column + .text-column {
  margin-top: 1.05em;
}

.page-furniture {
  margin-top: auto;
  padding-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  color: rgba(100, 100, 94, 0.45);
  font-size: 0.5rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-furniture span:last-child {
  color: rgba(100, 100, 94, 0.48);
  font-family: var(--font-serif);
  font-size: 0.68rem;
  font-weight: 400;
}

.statement-header {
  display: block;
}

.statement-header .intro-line {
  max-width: 30rem;
  margin: 3rem 0 0 auto;
}

.judgement-body {
  width: min(100%, 40rem);
  margin: clamp(9rem, 14vw, 13rem) 0 clamp(6rem, 10vw, 9rem) auto;
}

.principles {
  margin-top: auto;
  padding-top: 0;
}

.principles h3 {
  margin: 0 0 1.25rem;
  color: var(--ja-muted-dark);
  font-family: var(--font-serif);
  font-size: clamp(0.95rem, 1.35vw, 1.15rem);
  font-weight: 400;
}

.principles ol {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr 0.75fr;
  gap: 1.25rem clamp(2rem, 5vw, 5rem);
  list-style: none;
  counter-reset: principles;
}

.principles li {
  min-height: 0;
  padding: 0;
  color: var(--ja-muted-dark);
  counter-increment: principles;
  font-size: 0.72rem;
  line-height: 1.45;
}

.principles li:nth-child(4) {
  grid-column: 1 / span 1;
}

.principles li:nth-child(5) {
  grid-column: 2 / span 2;
  max-width: 19rem;
}

.principles li::before {
  display: block;
  margin-bottom: 0.55rem;
  color: rgba(100, 100, 94, 0.72);
  font-size: 0.66rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  content: "0" counter(principles);
}

.split-header {
  display: block;
}

.split-header .intro-lines {
  max-width: 24rem;
  margin: 3rem 0 0 auto;
}

.complexity-grid {
  margin-top: clamp(7rem, 12vw, 11rem);
  display: grid;
  grid-template-columns: minmax(14rem, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(5rem, 11vw, 11rem);
}

.complexity-grid > .prose:last-child {
  margin-top: clamp(3rem, 6vw, 6rem);
}

.rhythm-list {
  margin: 2.5rem 0 2.5rem clamp(1.5rem, 4vw, 4rem);
  padding: 0;
  color: var(--ja-muted-dark);
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.35;
}

.rhythm-list p {
  margin: 0;
}

.pull-quote {
  max-width: 56rem;
  margin: clamp(4rem, 8vw, 8rem) 0 0 auto;
  padding: 0;
  color: var(--ja-dark-text);
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4.3vw, 4.2rem);
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.pull-quote p {
  margin: 0;
}

.pull-quote p + p {
  margin-top: 0.4em;
}

.independent-grid {
  margin-top: clamp(5rem, 10vw, 9rem);
  display: grid;
  grid-template-columns: 0.62fr 1.38fr;
  gap: clamp(4rem, 10vw, 10rem);
}

.question-sequence {
  max-width: 44rem;
  margin-left: auto;
  padding-top: 1rem;
}

.question-sequence p {
  margin: 0;
  padding: 0.8rem 0;
  font-family: var(--font-serif);
  font-size: clamp(1.3rem, 2.4vw, 2.1rem);
  line-height: 1.25;
}

.closing-lines {
  max-width: 38rem;
  margin: clamp(4rem, 7vw, 7rem) 0 0 auto;
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  line-height: 1.35;
}

.closing-lines p {
  margin: 0;
}

.pressure-header {
  display: block;
}

.pressure-header .intro-lines {
  max-width: 32rem;
  margin: 3rem 0 0 auto;
}

.pressure-layout {
  margin-top: clamp(5rem, 9vw, 8rem);
  display: block;
}

.pressure-copy {
  max-width: 39rem;
  margin-left: clamp(0rem, 8vw, 8rem);
}

.margin-quote {
  width: min(100%, 20rem);
  margin: clamp(12rem, 18vw, 17rem) 0 0 auto;
  padding: 0;
  color: var(--ja-muted-dark);
  font-family: var(--font-serif);
  font-size: clamp(1.65rem, 3vw, 2.75rem);
  line-height: 1.14;
}

.margin-quote p {
  margin: 0;
}

.margin-quote p + p {
  margin-top: 0.35em;
  color: var(--ja-dark-text);
}

.patterns-intro {
  margin-top: clamp(4rem, 7vw, 6rem);
  width: min(100%, 38rem);
  margin-left: clamp(0rem, 9vw, 9rem);
  column-count: 1;
}

.pattern-columns {
  margin-top: clamp(7rem, 12vw, 11rem);
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(15rem, 0.72fr);
  align-items: start;
  gap: clamp(5rem, 12vw, 12rem);
}

.pattern-columns section {
  padding-top: 0;
}

.pattern-columns section:last-child {
  margin-top: clamp(5rem, 10vw, 9rem);
  color: var(--ja-muted-dark);
}

.pattern-columns h3 {
  max-width: 24rem;
  min-height: 3.4em;
  margin: 0 0 1.5rem;
  font-family: var(--font-serif);
  font-size: clamp(1.3rem, 2.2vw, 1.9rem);
  font-weight: 400;
  line-height: 1.25;
}

.pattern-columns ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 2rem;
  list-style: none;
}

.pattern-columns li {
  padding: 0;
  font-size: 0.8rem;
}

.pattern-columns section:last-child ul {
  grid-template-columns: 1fr;
}

.pattern-columns section:last-child h3 {
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
}

.page-challenge {
  background: var(--ja-raised-charcoal) !important;
  color: var(--ja-warm-cream);
}

.page-challenge .page-header h2,
.page-challenge .pull-quote {
  color: var(--ja-warm-cream);
}

.page-challenge .page-furniture {
  border-color: rgba(239, 237, 229, 0.08);
  color: rgba(189, 187, 179, 0.62);
}

.challenge-layout {
  margin-top: clamp(5rem, 9vw, 8rem);
  display: block;
}

.challenge-copy {
  max-width: 32rem;
  margin-left: clamp(0rem, 5vw, 5rem);
  color: rgba(239, 237, 229, 0.78);
}

.challenge-quote {
  max-width: 60rem;
  margin: clamp(8rem, 14vw, 14rem) 0 0 auto;
  color: var(--ja-warm-cream);
  font-size: clamp(2.8rem, 5.7vw, 5.8rem);
}

.technology-header {
  max-width: 68rem;
}

.technology-header h2 {
  font-size: clamp(3rem, 5.8vw, 5.6rem);
}

.technology-layout {
  margin-top: clamp(14rem, 22vw, 21rem);
  display: grid;
  grid-template-columns: minmax(10rem, 0.28fr) minmax(0, 1.72fr);
  align-items: start;
  gap: clamp(7rem, 15vw, 15rem);
  color: var(--ja-muted-dark);
  font-size: 0.9rem;
}

.technology-terms {
  margin: 2rem 0;
  color: var(--ja-muted-dark);
  font-family: var(--font-serif);
  font-size: clamp(0.95rem, 1.35vw, 1.2rem);
  line-height: 1.35;
}

.technology-terms p {
  margin: 0;
}

.emphasis-question {
  max-width: 49rem;
  margin-block: clamp(6rem, 10vw, 10rem) !important;
  padding: 0;
  color: var(--ja-dark-text);
  font-family: var(--font-serif);
  font-size: clamp(3.4rem, 5.8vw, 5.8rem);
  letter-spacing: -0.03em;
  line-height: 1.02;
}

.contribution-header {
  display: block;
}

.contribution-header .intro-line {
  max-width: 25rem;
  margin: 3rem 0 0 auto;
}

.contribution-grid {
  margin-top: clamp(10rem, 16vw, 15rem);
  display: block;
}

.contribution-premise {
  max-width: 38rem;
}

.contribution-premise p:nth-child(n + 2):nth-child(-n + 4) {
  margin-bottom: 0.7em;
  font-family: var(--font-serif);
  font-size: clamp(1.7rem, 3.1vw, 3rem);
  letter-spacing: -0.02em;
  line-height: 1.12;
}

.contribution-argument {
  max-width: 42rem;
  margin: clamp(10rem, 16vw, 15rem) 0 0 auto;
}

.contribution-quote {
  max-width: 32rem;
  margin-top: clamp(10rem, 16vw, 15rem);
  margin-left: 0;
  padding-left: 0;
  color: var(--ja-muted-dark);
  font-size: clamp(1.45rem, 2.3vw, 2.1rem);
  line-height: 1.2;
}

.founders-layout {
  margin-top: clamp(5rem, 10vw, 9rem);
  display: block;
}

.founders-copy {
  max-width: 37rem;
  margin-inline: auto;
}

.founders-quote {
  max-width: 28rem;
  margin: clamp(10rem, 16vw, 15rem) 0 0 auto;
  padding-left: 0;
  color: var(--ja-muted-dark);
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  line-height: 1.25;
}

.appointments {
  margin-top: clamp(4rem, 7vw, 6rem);
  padding-top: 0;
}

.appointment-list {
  max-width: 50rem;
  margin-left: auto;
  display: block;
}

.appointment-list article {
  max-width: 46rem;
  padding: clamp(2.25rem, 4vw, 3.75rem) 0;
}

.appointment-list h4 {
  margin: 0 0 0.65rem;
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 3.5vw, 3.35rem);
  font-weight: 400;
  line-height: 1.2;
}

.appointment-list p {
  max-width: 31rem;
  margin: 0.35rem 0 0;
  color: var(--ja-muted-dark);
  font-size: 0.84rem;
  line-height: 1.5;
}

.appointment-list h4 + p {
  color: var(--ja-dark-text);
  font-weight: 700;
}

.appointments-closing {
  max-width: 39rem;
  margin: clamp(9rem, 15vw, 14rem) 0 0;
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 2.2vw, 1.9rem);
  line-height: 1.38;
}

.page-perspectives .page-header h2 {
  color: rgba(100, 100, 94, 0.58);
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.observations {
  min-height: 92rem;
  margin-top: clamp(7rem, 11vw, 10rem);
  display: flex;
  flex-direction: column;
}

.observation {
  flex: 0 0 auto;
  padding: 0;
  font-family: var(--font-serif);
  letter-spacing: -0.02em;
  line-height: 1.16;
}

.observation p {
  margin: 0;
}

.observation p + p {
  margin-top: 0.25em;
}

.observation-one {
  width: 21rem;
  font-size: clamp(2rem, 3.1vw, 2.9rem);
}

.observation-two {
  width: min(100%, 56rem);
  margin-top: clamp(9rem, 14vw, 14rem);
  align-self: center;
  font-size: clamp(4.3rem, 6.4vw, 6.5rem);
  line-height: 1;
}

.observation-three {
  width: 14rem;
  margin-top: clamp(8rem, 12vw, 12rem);
  align-self: flex-end;
  color: var(--ja-muted-dark);
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
}

.observation-four {
  width: 21rem;
  margin-top: 2.5rem;
  align-self: flex-end;
  font-size: clamp(1.2rem, 1.7vw, 1.5rem);
}

.observation-five {
  width: min(100%, 49rem);
  margin-top: clamp(8rem, 12vw, 12rem);
  align-self: flex-start;
  font-size: clamp(3rem, 4.7vw, 4.5rem);
  line-height: 1.06;
}

.observation-six {
  width: 18rem;
  margin-top: clamp(8rem, 12vw, 12rem);
  align-self: flex-end;
  color: var(--ja-muted-dark);
  font-size: clamp(0.85rem, 1.1vw, 1rem);
}

.observation-seven {
  width: 21rem;
  margin-top: 4rem;
  align-self: flex-start;
  font-size: clamp(1.15rem, 1.6vw, 1.4rem);
}

.observation-eight {
  width: 24rem;
  margin-top: auto;
  padding-top: clamp(9rem, 13vw, 13rem);
  align-self: center;
  color: var(--ja-muted-dark);
  font-size: clamp(0.9rem, 1.15vw, 1.05rem);
}

.afterword-layout {
  display: block;
}

.afterword-layout .page-header {
  width: fit-content;
}

.afterword-copy {
  max-width: 36rem;
  margin: clamp(6rem, 10vw, 9rem) auto 0;
}

.contact-block {
  width: min(100%, 18rem);
  margin: clamp(12rem, 19vw, 18rem) 0 0 auto;
  padding-top: 0;
  color: var(--ja-muted-dark);
  font-style: normal;
  font-size: 0.76rem;
  line-height: 1.55;
}

.contact-block p {
  margin: 0;
}

.contact-block p:nth-child(2) {
  margin-bottom: 1rem;
  color: var(--ja-muted-dark);
}

.contact-block a {
  text-decoration-color: rgba(100, 100, 94, 0.55);
  text-underline-offset: 0.2rem;
}

.page-judgement .statement-header h2 {
  max-width: 66rem;
  font-size: clamp(4.25rem, 8.5vw, 8.4rem);
  line-height: 0.94;
}

.page-complexity .pull-quote {
  max-width: 62rem;
  padding: 0;
  font-size: clamp(2.8rem, 5.3vw, 5.25rem);
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 4.25rem;
  }

  .publication-tools {
    min-height: 3.5rem;
  }

  .print-control {
    min-height: 2.75rem;
    align-items: center;
  }

  .print-control {
    padding-inline: 0;
    border: 0;
    color: var(--ja-muted-cream);
    text-decoration: underline;
    text-decoration-color: rgba(194, 164, 111, 0.7);
    text-underline-offset: 0.3rem;
  }

  .page-inner,
  .page-cover .page-inner {
    min-height: auto;
    padding-block: 4.5rem;
  }

  .page-cover .page-inner {
    min-height: calc(100svh - 7.75rem);
  }

  .cover-statement {
    margin-block: 7rem auto;
  }

  .cover-statement h1 {
    font-size: clamp(2.75rem, 12vw, 3.75rem);
    line-height: 0.98;
  }

  .page-header h2,
  .statement-header h2 {
    font-size: clamp(2.4rem, 10.5vw, 3.4rem);
    line-height: 1.02;
  }

  .dossier-contents {
    display: block;
    border-bottom: 1px solid rgba(32, 33, 30, 0.12);
    background: var(--ja-warm-cream);
  }

  .contents-inner {
    width: min(100%, 78rem);
    margin-inline: auto;
    padding: 4.5rem clamp(1.25rem, 6vw, 6rem);
  }

  .contents-inner h2 {
    margin: 0.6rem 0 2rem;
    font-family: var(--font-serif);
    font-size: clamp(2.2rem, 10vw, 3rem);
    font-weight: 400;
    letter-spacing: -0.035em;
    line-height: 1;
  }

  .contents-inner ol {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid rgba(32, 33, 30, 0.18);
    list-style: none;
    counter-reset: contents;
  }

  .contents-inner li {
    border-bottom: 1px solid rgba(32, 33, 30, 0.18);
    counter-increment: contents;
  }

  .contents-inner li:nth-child(odd) {
    padding-right: 1rem;
  }

  .contents-inner li:nth-child(even) {
    padding-left: 1rem;
    border-left: 1px solid rgba(32, 33, 30, 0.18);
  }

  .contents-inner a {
    min-height: 3rem;
    padding-block: 0.75rem;
    display: flex;
    align-items: baseline;
    gap: 0.55rem;
    color: var(--ja-dark-text);
    font-size: 0.75rem;
    line-height: 1.35;
    text-decoration: none;
  }

  .contents-inner a::before {
    color: var(--ja-gold);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    content: counter(contents, decimal-leading-zero);
  }

  .foreword-copy {
    width: 100%;
    margin: 4.5rem 0 0;
  }

  .editorial-columns,
  .statement-header,
  .split-header,
  .complexity-grid,
  .independent-grid,
  .pressure-header,
  .pressure-layout,
  .pattern-columns,
  .challenge-layout,
  .technology-layout,
  .contribution-header,
  .contribution-grid,
  .founders-layout,
  .appointment-list,
  .afterword-layout {
    grid-template-columns: 1fr;
  }

  .statement-header,
  .split-header,
  .pressure-header,
  .contribution-header {
    align-items: start;
  }

  .statement-header .intro-line,
  .split-header .intro-lines,
  .pressure-header .intro-lines,
  .contribution-header .intro-line {
    margin-top: 2rem;
  }

  .principles ol,
  .pattern-columns ul {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .principles li {
    min-height: 0;
    padding: 1rem 0;
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    border-left: 0;
    border-top: 0;
  }

  .principles li:nth-child(4),
  .principles li:nth-child(5) {
    grid-column: 1;
    max-width: none;
  }

  .principles li::before {
    margin: 0;
  }

  .question-sequence p {
    margin-left: 0 !important;
    font-size: 1.4rem;
  }

  .patterns-intro {
    width: 100%;
    margin-left: 0;
    column-count: 1;
  }

  .complexity-grid > .prose:last-child,
  .pattern-columns section:last-child {
    margin-top: 0;
  }

  .pressure-copy,
  .challenge-copy,
  .founders-copy {
    margin-left: 0;
  }

  .margin-quote,
  .challenge-quote,
  .founders-quote {
    width: 100%;
    margin: 4.5rem 0 0;
  }

  .pattern-columns h3 {
    min-height: 0;
  }

  .pattern-columns section:last-child ul {
    grid-template-columns: 1fr;
  }

  .challenge-layout,
  .technology-layout,
  .contribution-grid,
  .founders-layout {
    gap: 4rem;
  }

  .pull-quote {
    padding-left: 0;
  }

  .technology-layout {
    margin-top: 4.5rem;
  }

  .contribution-grid {
    margin-top: 4.5rem;
  }

  .technology-header h2 {
    font-size: clamp(2.35rem, 10vw, 3.2rem);
  }

  .emphasis-question {
    margin-block: 4.5rem !important;
    font-size: clamp(2.1rem, 9vw, 2.75rem);
  }

  .contribution-argument {
    margin: 8rem 0 0;
  }

  .contribution-quote {
    margin-top: 4.5rem;
  }

  .pull-quote,
  .page-complexity .pull-quote,
  .challenge-quote,
  .contribution-quote,
  .founders-quote {
    font-size: clamp(2rem, 8.5vw, 2.65rem);
    line-height: 1.1;
  }

  .dossier-mid-cta {
    margin-top: 4.5rem;
    padding-top: 2rem;
    display: block;
    border-top: 1px solid rgba(32, 33, 30, 0.18);
  }

  .dossier-mid-cta a {
    max-width: 30rem;
    min-height: 2.75rem;
    display: inline-flex;
    align-items: center;
    color: var(--ja-muted-dark);
    font-family: var(--font-serif);
    font-size: 1.05rem;
    line-height: 1.45;
    text-decoration-color: var(--ja-gold);
    text-underline-offset: 0.3rem;
  }

  .appointment-list {
    max-width: none;
    margin-left: 0;
  }

  .appointment-list article {
    max-width: none;
    margin-left: 0 !important;
    padding-block: 1.75rem;
  }

  .observations {
    min-height: 0;
    margin-top: 5rem;
  }

  .observation,
  .observation-one,
  .observation-two,
  .observation-three,
  .observation-four,
  .observation-five,
  .observation-six,
  .observation-seven,
  .observation-eight {
    max-width: none;
    width: auto;
    margin: 0;
    padding: 0;
    align-self: stretch;
    color: var(--ja-dark-text);
    font-size: clamp(1.2rem, 5.5vw, 1.7rem);
  }

  .observation-one {
    margin-bottom: 4.5rem;
    font-size: clamp(2rem, 8vw, 2.5rem);
  }

  .observation-two {
    margin-bottom: 4.5rem;
    font-size: clamp(2.35rem, 10vw, 3rem);
    line-height: 1.06;
  }

  .observation-five {
    margin-bottom: 4.5rem;
    font-size: clamp(2rem, 8vw, 2.5rem);
    line-height: 1.08;
  }

  .observation-three,
  .observation-eight {
    color: var(--ja-muted-dark);
    font-size: 1.15rem;
  }

  .observation-three {
    margin-bottom: 2rem;
  }

  .observation-four {
    margin-bottom: 4.5rem;
  }

  .observation-six,
  .observation-seven {
    font-size: 1.1rem;
  }

  .observation-six {
    margin-bottom: 3rem;
    color: var(--ja-muted-dark);
  }

  .observation-seven {
    margin-bottom: 4.5rem;
  }

  .observation-eight {
    color: var(--ja-muted-dark);
  }

  .afterword-layout {
    grid-template-rows: auto;
    row-gap: 3rem;
  }

  .afterword-layout .page-header,
  .afterword-copy,
  .contact-block {
    grid-column: 1;
    grid-row: auto;
  }

  .afterword-copy {
    margin: 4rem 0 0;
  }

  .contact-block {
    margin: 7rem 0 0 auto;
  }

  .page-furniture {
    margin-top: 5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .print-control {
    transition: none;
  }
}

@page {
  size: A4;
  margin: 0;
}

@media print {
  html,
  body {
    width: 210mm;
    margin: 0;
    padding: 0;
    background: var(--ja-warm-cream) !important;
  }

  html {
    scroll-behavior: auto;
  }

  .dossier-body {
    color: var(--ja-dark-text);
    font-size: 10pt;
    line-height: 1.43;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .screen-only,
  .skip-link {
    display: none !important;
  }

  .dossier {
    overflow: visible;
  }

  .dossier-page {
    width: 210mm;
    height: 297mm;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    break-after: page;
    page-break-after: always;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .dossier-page:last-child {
    break-after: auto;
    page-break-after: auto;
  }

  .page-inner,
  .page-cover .page-inner {
    width: 210mm;
    height: 297mm;
    min-height: 0;
    margin: 0;
    padding: 17mm 17mm 13mm;
  }

  .page-header h2,
  .statement-header h2 {
    font-size: 31pt;
    letter-spacing: -0.035em;
    line-height: 1.02;
  }

  .page-eyebrow,
  .appointments > h3 {
    margin-bottom: 3mm;
    font-size: 7.5pt;
  }

  .intro-line,
  .intro-lines {
    margin-top: 5mm;
    font-size: 17pt;
  }

  .page-furniture {
    position: absolute;
    right: 17mm;
    bottom: 8mm;
    left: 17mm;
    margin: 0;
    padding-top: 0;
    font-size: 5.5pt;
    letter-spacing: 0.07em;
  }

  .page-furniture span:last-child {
    font-size: 6.5pt;
  }

  .cover-layout {
    padding: 21mm 20mm 18mm;
  }

  .cover-name {
    font-size: 6pt;
  }

  .cover-statement {
    width: 165mm;
    margin: 104mm 0 auto;
  }

  .cover-statement h1 {
    max-width: 160mm;
    font-size: 44pt;
    line-height: 0.96;
  }

  .page-foreword .page-header h2 {
    max-width: 150mm;
    font-size: 30pt;
  }

  .foreword-copy {
    display: block;
    width: 90mm;
    margin: 22mm 0 0 58mm;
    font-size: 9.5pt;
    line-height: 1.38;
  }

  .foreword-copy p {
    margin-bottom: 2.1mm;
  }

  .foreword-copy .text-column + .text-column {
    margin-top: 2.1mm;
  }

  .statement-header {
    display: block;
  }

  .statement-header .intro-line {
    width: 65mm;
    margin: 4mm 0 0 auto;
    font-size: 15pt;
  }

  .page-judgement .statement-header h2 {
    max-width: 165mm;
    font-size: 42pt;
    line-height: 0.95;
  }

  .judgement-body {
    width: 100mm;
    margin: 21mm 0 12mm 50mm;
    font-size: 9.6pt;
  }

  .judgement-body p {
    margin-bottom: 2.2mm;
  }

  .principles {
    padding-top: 0;
    margin-bottom: 9mm;
  }

  .principles h3 {
    margin-bottom: 3mm;
    font-size: 9pt;
  }

  .principles ol {
    grid-template-columns: 0.82fr 1.18fr 0.75fr;
    gap: 3mm 9mm;
  }

  .principles li {
    min-height: 0;
    padding: 0;
    border: 0;
    font-size: 6.7pt;
  }

  .principles li::before {
    margin-bottom: 1.5mm;
    font-size: 5.25pt;
  }

  .split-header {
    display: block;
  }

  .split-header .intro-lines {
    width: 52mm;
    margin: 4mm 0 0 auto;
    font-size: 15pt;
  }

  .complexity-grid {
    margin-top: 15mm;
    grid-template-columns: 52mm 1fr;
    gap: 25mm;
    font-size: 10pt;
  }

  .complexity-grid > .prose:last-child {
    margin-top: 13mm;
  }

  .complexity-grid p {
    margin-bottom: 2.8mm;
  }

  .rhythm-list {
    margin: 5mm 0 5mm 7mm;
    padding: 0;
    font-size: 12pt;
  }

  .rhythm-list p {
    margin: 0;
  }

  .pull-quote {
    margin-top: auto;
    padding: 0;
    font-size: 24pt;
  }

  .page-complexity .pull-quote {
    max-width: 150mm;
    margin-bottom: 11mm;
    font-size: 25pt;
  }

  .independent-grid {
    margin-top: 18mm;
    grid-template-columns: 46mm 1fr;
    gap: 23mm;
    font-size: 10pt;
  }

  .independent-grid .prose p {
    margin-bottom: 3.2mm;
  }

  .question-sequence p {
    margin-left: 0;
    padding: 3mm 0;
    font-size: 14.5pt;
  }

  .closing-lines {
    margin-top: auto;
    padding-bottom: 8mm;
    font-size: 13pt;
  }

  .pressure-header {
    display: block;
  }

  .pressure-header .intro-lines {
    width: 65mm;
    margin: 5mm 0 0 auto;
    font-size: 14.5pt;
  }

  .pressure-layout {
    margin-top: 17mm;
    display: block;
  }

  .pressure-copy {
    width: 105mm;
    margin-left: 0;
    font-size: 10pt;
  }

  .pressure-copy p {
    margin-bottom: 3mm;
  }

  .margin-quote {
    position: absolute;
    right: 17mm;
    bottom: 39mm;
    width: 48mm;
    margin: 0;
    padding: 0;
    font-size: 18.5pt;
  }

  .patterns-intro {
    margin-top: 12mm;
    width: 96mm;
    margin-left: 25mm;
    column-count: 1;
    font-size: 10pt;
  }

  .patterns-intro p {
    margin-bottom: 2.7mm;
  }

  .pattern-columns {
    margin-top: auto;
    padding-bottom: 8mm;
    grid-template-columns: 105mm 43mm;
    gap: 27mm;
  }

  .pattern-columns section {
    padding-top: 0;
  }

  .pattern-columns section:last-child {
    margin-top: 22mm;
  }

  .pattern-columns h3 {
    min-height: 10mm;
    margin-bottom: 4mm;
    font-size: 13pt;
  }

  .pattern-columns li {
    padding: 0;
    font-size: 8.5pt;
  }

  .pattern-columns section:last-child h3 {
    font-size: 11.5pt;
  }

  .pattern-columns section:last-child li {
    font-size: 7.4pt;
  }

  .challenge-layout {
    margin-top: 18mm;
    display: block;
  }

  .challenge-copy {
    width: 62mm;
    margin-left: 0;
    font-size: 10pt;
  }

  .challenge-copy p {
    margin-bottom: 3mm;
  }

  .challenge-quote {
    position: absolute;
    right: 17mm;
    bottom: 55mm;
    width: 105mm;
    margin: 0;
    padding: 0;
    font-size: 30pt;
    line-height: 1.04;
  }

  .technology-header {
    max-width: 150mm;
  }

  .technology-header h2 {
    max-width: 150mm;
    font-size: 26pt;
    line-height: 1;
  }

  .technology-header .intro-line {
    margin-top: 3mm;
    font-size: 11pt;
  }

  .technology-layout {
    margin-top: 52mm;
    grid-template-columns: 28mm 1fr;
    gap: 24mm;
    color: var(--ja-muted-dark);
    font-size: 8pt;
  }

  .technology-layout p {
    margin-bottom: 3mm;
  }

  .technology-terms {
    margin: 6mm 0;
    font-size: 9.5pt;
  }

  .technology-terms p {
    margin: 0;
  }

  .emphasis-question {
    margin-block: 18mm 21mm !important;
    padding: 0;
    color: var(--ja-dark-text);
    font-size: 34pt;
    line-height: 1.02;
  }

  .contribution-header {
    display: block;
  }

  .contribution-header .intro-line {
    width: 62mm;
    margin: 5mm 0 0 auto;
    font-size: 16pt;
  }

  .contribution-grid {
    margin-top: 18mm;
    display: block;
    font-size: 10pt;
  }

  .contribution-premise {
    width: 72mm;
  }

  .contribution-premise p:nth-child(n + 2):nth-child(-n + 4) {
    margin-bottom: 2mm;
    font-size: 13.5pt;
  }

  .contribution-argument {
    width: 96mm;
    margin: 22mm 0 0 auto;
  }

  .contribution-grid p {
    margin-bottom: 3mm;
  }

  .contribution-quote {
    position: absolute;
    bottom: 39mm;
    left: 17mm;
    width: 76mm;
    margin: 0;
    padding: 0;
    font-size: 15.5pt;
  }

  .founders-layout {
    margin-top: 21mm;
    display: block;
  }

  .founders-copy {
    width: 108mm;
    margin-inline: auto;
    font-size: 10pt;
  }

  .founders-copy p {
    margin-bottom: 3.2mm;
  }

  .founders-quote {
    width: 58mm;
    margin: 20mm 0 0 auto;
    padding: 0;
    font-size: 15pt;
    line-height: 1.25;
  }

  .appointments {
    margin-top: 11mm;
    padding-top: 0;
  }

  .appointment-list {
    width: 128mm;
    max-width: none;
    margin-left: 28mm;
    display: block;
  }

  .appointment-list article {
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding: 3.75mm 0;
  }

  .appointment-list h4 {
    margin-bottom: 1mm;
    font-size: 14.5pt;
  }

  .appointment-list p {
    margin-top: 0.6mm;
    font-size: 8.3pt;
  }

  .appointments-closing {
    width: 108mm;
    margin: 14mm 0 0 auto;
    padding-bottom: 9mm;
    font-size: 12pt;
  }

  .observations {
    height: 214mm;
    min-height: 0;
    margin-top: 11mm;
  }

  .observation {
    margin: 0;
    padding: 0;
    color: var(--ja-dark-text);
  }

  .observation-one {
    width: 52mm;
    font-size: 14pt;
  }

  .observation-two {
    width: 140mm;
    margin-top: 14mm;
    align-self: center;
    font-size: 35pt;
    line-height: 1;
  }

  .observation-three {
    width: 38mm;
    margin-top: 15mm;
    align-self: flex-end;
    color: var(--ja-muted-dark);
    font-size: 8.5pt;
  }

  .observation-four {
    width: 48mm;
    margin-top: 2.5mm;
    align-self: flex-end;
    font-size: 10.5pt;
  }

  .observation-five {
    width: 125mm;
    margin-top: 12mm;
    align-self: flex-start;
    font-size: 23pt;
    line-height: 1.05;
  }

  .observation-six {
    width: 50mm;
    margin-top: 14mm;
    align-self: flex-end;
    color: var(--ja-muted-dark);
    font-size: 8.3pt;
  }

  .observation-seven {
    width: 53mm;
    margin-top: 4mm;
    align-self: flex-start;
    font-size: 10.2pt;
  }

  .observation-eight {
    width: 82mm;
    margin-top: auto;
    padding-top: 0;
    align-self: center;
    color: var(--ja-muted-dark);
    font-size: 9.2pt;
  }

  .page-perspectives .page-header h2 {
    font-size: 6pt;
  }

  .afterword-layout {
    padding-top: 18mm;
    display: block;
  }

  .afterword-copy {
    position: absolute;
    top: 22mm;
    left: 58mm;
    width: 88mm;
    max-width: none;
    margin: 0;
    font-size: 10pt;
  }

  .afterword-copy p {
    margin-bottom: 3.25mm;
  }

  .contact-block {
    position: absolute;
    right: 17mm;
    bottom: 17mm;
    width: 46mm;
    margin: 0;
    padding-top: 0;
    font-size: 7.25pt;
  }

  .contact-block p:nth-child(2) {
    margin-bottom: 3mm;
  }

  h1,
  h2,
  h3,
  h4,
  p,
  blockquote,
  li,
  article,
  section {
    orphans: 3;
    widows: 3;
  }

  p,
  blockquote,
  .appointment-list article,
  .observation,
  .pattern-columns section {
    break-inside: avoid;
    page-break-inside: avoid;
  }

  h1,
  h2,
  h3,
  h4 {
    break-after: avoid;
    page-break-after: avoid;
  }
}
