@font-face {
  font-family: Geist;
  src: url("../ai-work-agency-reading/assets/geist-latin-wght-normal-BgDaEnEv.woff2")
    format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: SourceSerif;
  src: url("../eacs-2026-agentic-ai-dci/vendor/fonts/source-serif-4-latin.woff2") format("woff2");
  font-weight: 200 900;
  font-display: swap;
}
:root {
  --paper: #f3f0e5;
  --ink: #20231f;
  --lime: #d9fc49;
  --muted: #66695f;
  --scale: 1;
  --red: #bd422c;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #171a16;
  color: var(--ink);
  font-family: Geist, Arial, sans-serif;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
  cursor: pointer;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
button:focus-visible,
a:focus-visible {
  outline: 3px solid #558ceb;
  outline-offset: 5px;
}
p,
h1,
h2,
h3,
figure,
blockquote {
  margin: 0;
}
em {
  font-family: SourceSerif, Georgia, serif;
  font-weight: 500;
}
button {
  color: inherit;
}
.slide {
  position: relative;
  width: 1920px;
  height: 1080px;
  overflow: hidden;
  background: var(--paper);
  padding: 62px 88px 92px;
  isolation: isolate;
}
.slide::after {
  content: "";
  position: absolute;
  inset: 23px;
  border: 1px solid currentColor;
  opacity: 0.27;
  pointer-events: none;
  z-index: 10;
}
.folio {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid currentColor;
  padding-bottom: 19px;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 600;
}
.eyebrow,
.mono {
  font:
    500 22px/1.35 Geist,
    Arial,
    sans-serif;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.slide-footer {
  position: absolute;
  bottom: 47px;
  left: 88px;
  right: 88px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  border-top: 1px solid currentColor;
  padding-top: 14px;
  font-size: 17px;
  letter-spacing: 0.3px;
}
.slide-footer a {
  text-decoration: none;
}
.slide-footer a:hover {
  text-decoration: underline;
}
.slide-footer span:last-child {
  white-space: nowrap;
}
.enhanced:not(.reading) .deck {
  width: 1920px;
  height: 1080px;
  position: fixed;
  left: 50%;
  top: calc((100vh - 62px) / 2);
  transform: translate(-50%, -50%) scale(var(--scale));
  transform-origin: center;
}
.enhanced:not(.reading) .slide {
  position: absolute;
  inset: 0;
  visibility: hidden;
  pointer-events: none;
}
.enhanced:not(.reading) .slide.active {
  visibility: visible;
  pointer-events: auto;
}
.slide.active h2,
.slide.active .cover-main {
  animation: enter 0.32s ease-out both;
}
@keyframes enter {
  from {
    opacity: 0.2;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.cover {
  background: var(--lime);
}
.cover-main {
  margin-top: 63px;
  position: relative;
  z-index: 2;
}
.cover h1 {
  font-size: 222px;
  line-height: 0.86;
  font-weight: 850;
  letter-spacing: -14px;
  margin: 37px 0 34px;
  max-width: 1230px;
}
.cover h1 span {
  font-size: 232px;
}
.cover-subtitle {
  font-size: 47px;
  line-height: 1.12;
  letter-spacing: -1.5px;
}
.cover-file {
  position: absolute;
  right: 126px;
  top: 215px;
  width: 448px;
  height: 607px;
  padding: 32px 34px;
  background: var(--paper);
  border: 2px solid var(--ink);
  box-shadow: 14px 15px 0 #20231f;
  transform: rotate(5deg);
  z-index: 3;
}
.file-head {
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--ink);
  letter-spacing: 1px;
}
.file-title {
  font-size: 32px;
  line-height: 1.3;
  margin-top: 25px;
}
.file-title strong {
  font-size: 47px;
  letter-spacing: -1.5px;
}
.file-copy {
  font-size: 27px;
  line-height: 1.35;
  margin-top: 22px;
}
.file-rule {
  border-top: 1px solid var(--ink);
  margin: 22px 0 16px;
}
.file-caption {
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.file-question {
  font-family: SourceSerif, Georgia, serif;
  font-size: 33px;
  line-height: 1.07;
  margin-top: 10px;
}
.file-stamp {
  position: absolute;
  right: -38px;
  bottom: 35px;
  font-size: 22px;
  font-weight: 750;
  padding: 13px;
  background: var(--ink);
  color: var(--lime);
  transform: rotate(-11deg);
  letter-spacing: 1px;
}
.cover-bottom {
  display: flex;
  gap: 23px;
  align-items: center;
  position: absolute;
  bottom: 144px;
  left: 88px;
}
.small-arrow {
  font-size: 95px;
  line-height: 1;
}
.cover-bottom p {
  font-size: 27px;
  line-height: 1.3;
}
.estimate {
  margin-top: 54px;
}
.estimate h2 {
  font-size: 125px;
  line-height: 0.99;
  letter-spacing: -7px;
  margin-top: 25px;
  font-weight: 800;
}
.estimate h2 span {
  background: var(--lime);
  box-shadow:
    14px 0 var(--lime),
    -5px 0 var(--lime);
}
.estimate-note {
  margin-top: 28px;
  font-family: SourceSerif, Georgia, serif;
  font-size: 36px;
  font-style: italic;
}
.return-note {
  position: absolute;
  right: 104px;
  top: 173px;
  width: 538px;
  padding: 36px 35px 30px;
  border: 3px solid var(--red);
  color: var(--red);
  transform: rotate(4deg);
  background: var(--paper);
}
.return-note blockquote {
  font-family: SourceSerif, Georgia, serif;
  font-size: 61px;
  line-height: 1.03;
  margin: 26px 0;
}
.return-note > p:last-child {
  font-size: 25px;
  line-height: 1.3;
}
.bureaucracy-flow {
  display: grid;
  grid-template-columns: 300px 85px 1fr 85px 300px;
  gap: 24px;
  align-items: center;
  position: absolute;
  top: 618px;
  left: 88px;
  right: 88px;
  height: 240px;
}
.bureaucracy-flow > div {
  height: 100%;
  padding: 26px 30px;
  border: 2px solid var(--ink);
}
.bureaucracy-flow strong {
  display: block;
  font-size: 43px;
  line-height: 1.06;
  margin-top: 16px;
  letter-spacing: -1px;
}
.bureaucracy-flow .authorization {
  background: var(--ink);
  color: var(--paper);
  border: none;
}
.authorization .mono {
  color: var(--lime);
}
.authorization p {
  font-size: 26px;
  margin-top: 16px;
}
.flow-arrow {
  font-size: 64px;
  text-align: center;
}
.bottom-line {
  position: absolute;
  bottom: 137px;
  font-family: SourceSerif, Georgia, serif;
  font-size: 35px;
  font-style: italic;
}
.permission {
  background: var(--ink);
  color: var(--paper);
}
.permission h2 {
  font-size: 91px;
  line-height: 1.03;
  letter-spacing: -4px;
  margin-top: 39px;
}
.permission h2 em {
  color: var(--lime);
}
.president-photo {
  position: absolute;
  left: 88px;
  top: 377px;
  width: 760px;
  transform: rotate(-2deg);
  background: var(--paper);
  padding: 13px;
  color: var(--ink);
}
.president-photo img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}
.president-photo figcaption {
  font-size: 19px;
  padding: 12px 4px 3px;
}
.president-quote {
  position: absolute;
  left: 970px;
  top: 202px;
}
.quote-mark {
  position: absolute;
  font:
    200px/1 SourceSerif,
    Georgia,
    serif;
  color: var(--lime);
  left: -37px;
  top: -43px;
}
.president-quote blockquote {
  position: relative;
  font-family: SourceSerif, Georgia, serif;
  font-size: 57px;
  line-height: 1.14;
  padding-top: 19px;
}
.president-quote p {
  font-size: 24px;
  margin-top: 23px;
  line-height: 1.4;
}
.president-quote p span {
  color: #bdc0b6;
  font-size: 21px;
}
.collaboration-route {
  position: absolute;
  left: 956px;
  right: 88px;
  top: 635px;
  display: grid;
  grid-template-columns: 220px 56px 1fr;
  align-items: center;
  gap: 19px;
}
.route-start,
.shared-team {
  padding: 26px 22px;
  border: 1px solid #a5a999;
  min-height: 179px;
}
.route-start strong,
.shared-team strong {
  display: block;
  font-size: 30px;
  line-height: 1.25;
  margin-top: 18px;
}
.collaboration-route .mono {
  font-size: 18px;
}
.route-arrow {
  font-size: 44px;
}
.shared-team {
  border: 3px solid var(--lime);
}
.shared-team .mono {
  color: var(--lime);
}
.backing {
  position: absolute;
  top: -108px;
  right: 38px;
  font-size: 25px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 8px;
  color: var(--lime);
}
.backing span {
  font-size: 55px;
  line-height: 1;
}
.route-note {
  grid-column: 1/-1;
  font-family: SourceSerif, Georgia, serif;
  font-size: 31px;
  line-height: 1.3;
  font-style: italic;
  margin-top: 14px;
}
.cases h2 {
  font-size: 74px;
  line-height: 1.1;
  letter-spacing: -3px;
  margin-top: 34px;
}
.ems-case {
  position: relative;
  display: grid;
  grid-template-columns: 438px 1fr 235px;
  gap: 37px;
  margin-top: 34px;
  padding: 30px 0 28px;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  align-items: center;
}
.ems-intro .eyebrow {
  font-size: 19px;
}
.ems-intro h3 {
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: -1.3px;
  margin-top: 16px;
}
.original-name {
  font-size: 23px;
  margin-top: 13px;
}
.ems-route {
  display: grid;
  grid-template-columns: 1fr 46px 1fr 46px 1fr;
  gap: 16px;
  align-items: center;
}
.ems-route > div {
  border-top: 9px solid var(--lime);
  padding-top: 14px;
}
.ems-route > div > span {
  font-size: 18px;
  color: var(--muted);
}
.ems-route strong {
  display: block;
  font-size: 32px;
  line-height: 1.15;
  margin-top: 10px;
}
.ems-route > b {
  font-size: 39px;
  font-weight: 400;
}
.ems-route > p {
  grid-column: 1/-1;
  font-size: 23px;
  margin-top: 15px;
}
.ems-number {
  border-left: 1px solid var(--ink);
  padding-left: 26px;
}
.ems-number > strong {
  font-size: 124px;
  line-height: 0.85;
  letter-spacing: -8px;
  font-weight: 750;
}
.ems-number > p {
  font-size: 25px;
  margin-top: 15px;
  line-height: 1.2;
}
.ems-number small {
  font-size: 18px;
  display: block;
  margin-top: 12px;
  line-height: 1.35;
  color: var(--muted);
}
.case-bottom {
  display: grid;
  grid-template-columns: 740px 1fr;
  gap: 38px;
  margin-top: 30px;
}
.feng-cha {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 17px;
  align-items: center;
}
.feng-cha figure {
  background: white;
  border: 1px solid #d6d8d0;
  transform: rotate(-2deg);
  padding: 7px;
}
.feng-cha img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  display: block;
}
.feng-cha figcaption {
  font-size: 16px;
  padding: 6px;
}
.feng-cha h3 {
  font-size: 43px;
  letter-spacing: -1.5px;
  margin: 8px 0 10px;
}
.case-bottom .eyebrow {
  font-size: 18px;
}
.case-hook {
  font-family: SourceSerif, Georgia, serif;
  font-size: 32px;
  line-height: 1.12;
}
.case-detail {
  font-size: 24px;
  line-height: 1.35;
  margin-top: 17px;
}
.growth {
  font-size: 37px;
  letter-spacing: -1.5px;
  font-weight: 650;
  margin-top: 17px;
  white-space: nowrap;
}
.growth span {
  font-weight: 400;
  padding: 0 7px;
}
.metric-note {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 7px;
  color: var(--muted);
}
.lass {
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: 18px;
  border-left: 1px solid var(--ink);
  padding-left: 34px;
  align-items: center;
}
.lass h3 {
  font-size: 40px;
  line-height: 1.08;
  letter-spacing: -1.3px;
  margin-top: 15px;
}
.lass .case-detail {
  font-size: 24px;
  line-height: 1.3;
}
.lass figure {
  transform: rotate(2deg);
  background: white;
  padding: 8px;
  border: 1px solid #d6d8d0;
}
.lass img {
  width: 100%;
  height: 285px;
  object-fit: cover;
  display: block;
}
.lass figcaption {
  font-size: 16px;
  line-height: 1.3;
  padding-top: 8px;
}
.cases .slide-footer {
  font-size: 16px;
}
.outside {
  background: var(--ink);
  color: var(--paper);
}
.outside-main {
  margin-top: 55px;
}
.outside h2 {
  font-size: 110px;
  line-height: 1.02;
  letter-spacing: -5px;
  margin-top: 25px;
  font-weight: 650;
}
.outside h2 em {
  color: var(--lime);
  font-size: 117px;
}
.outside-caption {
  font-size: 31px;
  line-height: 1.35;
  margin-top: 32px;
  color: #d6d8ce;
}
.wallet-figure {
  position: absolute;
  right: 93px;
  top: 176px;
  width: 390px;
  transform: rotate(5deg);
  background: var(--paper);
  padding: 14px 14px 12px;
  color: var(--ink);
  box-shadow: 14px 16px 0 #080b07;
}
.wallet-label {
  padding: 5px 9px 14px;
}
.wallet-label span {
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
}
.wallet-label strong {
  font-size: 27px;
  font-weight: 650;
}
.wallet-figure img {
  display: block;
  width: 100%;
  height: 589px;
  object-fit: cover;
  object-position: center 35%;
}
.wallet-figure figcaption {
  padding: 12px 8px 3px;
  font-size: 18px;
  line-height: 1.35;
}
.closing-note {
  position: absolute;
  top: 722px;
  left: 88px;
  display: grid;
  grid-template-columns: 214px 466px 1fr;
  gap: 33px;
  align-items: center;
  width: 1255px;
  border-top: 1px solid #73786a;
  padding-top: 28px;
}
.closing-note .mono {
  font-size: 18px;
  color: #d0d6c4;
}
.closing-note h3 {
  font-size: 43px;
  line-height: 1.05;
  letter-spacing: -1.5px;
}
.closing-note > p:last-child {
  font:
    italic 29px/1.25 SourceSerif,
    Georgia,
    serif;
}
.contact {
  position: absolute;
  bottom: 138px;
  left: 88px;
  font-size: 29px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 45px;
}
.contact span {
  color: var(--lime);
  font-weight: 600;
}
.controls {
  position: fixed;
  z-index: 50;
  bottom: 0;
  left: 0;
  right: 0;
  height: 62px;
  background: #171a16;
  color: var(--paper);
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 0 24px;
  border-top: 1px solid #5e6456;
  font-size: 14px;
}
.controls button,
.controls a {
  background: none;
  border: 0;
  color: inherit;
  text-decoration: none;
  border-radius: 2px;
  min-height: 40px;
  padding: 10px 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.controls a:hover,
.controls button:hover {
  background: #343b2b;
}
.controls button:disabled {
  opacity: 0.3;
  cursor: default;
}
.controls .home-link {
  font-size: 23px;
  font-weight: 750;
  color: var(--lime);
  padding: 0;
}
.pager {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pager button {
  font-size: 22px;
}
.pager span {
  font-variant-numeric: tabular-nums;
  min-width: 38px;
  text-align: center;
}
.tools {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 4px;
}
.tools button span {
  font-size: 11px;
  opacity: 0.7;
  margin-left: 7px;
}
.tools .pdf-download {
  background: var(--lime);
  color: var(--ink);
  font-weight: 700;
}
.tools .pdf-download:hover {
  background: #e5ff83;
}
.controls [aria-pressed="true"] {
  box-shadow: inset 0 -2px var(--lime);
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 15px;
  z-index: 100;
  background: var(--lime);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
}
.skip-link:focus {
  clip-path: none;
  width: auto;
  height: auto;
  padding: 10px;
}
dialog {
  background: var(--paper);
  color: var(--ink);
  width: min(780px, calc(100vw - 28px));
  max-height: 85vh;
  border: 1px solid var(--ink);
  padding: 0;
  box-shadow: 20px 20px 0 #0004;
}
dialog::backdrop {
  background: #0009;
}
dialog header {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--lime);
  padding: 20px 26px;
  z-index: 2;
}
dialog header h2 {
  font-size: 22px;
  line-height: 1.3;
}
dialog header button {
  border: 0;
  background: none;
  font-size: 32px;
}
.notes-tabs {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 18px 26px;
  border-bottom: 1px solid #b2b6a9;
  font-size: 14px;
}
.notes-tabs button {
  padding: 8px 14px;
  border: 1px solid #7c8172;
  background: transparent;
}
.notes-tabs button[aria-pressed="true"] {
  color: var(--paper);
  background: var(--ink);
}
.notes-tabs a {
  margin-left: auto;
}
#notes-body {
  padding: 20px 30px 26px;
  font-size: 20px;
  line-height: 1.65;
}
#notes-body p + p {
  margin-top: 18px;
}
#notes-body .stage {
  font-size: 16px;
  color: var(--muted);
  font-style: italic;
}
dialog footer {
  position: sticky;
  bottom: 0;
  background: var(--paper);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 26px;
  border-top: 1px solid #b2b6a9;
  font-size: 14px;
}
dialog footer button {
  background: none;
  border: 1px solid #7c8172;
  padding: 8px 15px;
}
.noscript {
  color: var(--paper);
  padding: 20px;
}
/* Reading mode is an alternate responsive layout, not a shrunken screenshot. */
body:not(.enhanced),
body.reading {
  background: var(--paper);
  padding-bottom: 76px;
}
.reading .deck,
body:not(.enhanced) .deck {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}
.reading .slide,
body:not(.enhanced) .slide {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 0;
  overflow: visible;
  padding: 48px 44px 36px;
  border-bottom: 14px solid var(--ink);
  visibility: visible;
  scroll-margin-top: 12px;
}
.reading .slide::after,
body:not(.enhanced) .slide::after {
  display: none;
}
.reading .folio,
body:not(.enhanced) .folio {
  font-size: 13px;
  gap: 18px;
  letter-spacing: 1px;
}
.reading .slide-footer,
body:not(.enhanced) .slide-footer {
  position: static;
  flex-wrap: wrap;
  margin-top: 40px;
  padding-top: 18px;
  font-size: 12px;
  line-height: 1.5;
}
.reading .eyebrow,
body:not(.enhanced) .eyebrow {
  font-size: 15px;
}
.reading h1,
body:not(.enhanced) h1 {
  font-size: 120px;
  letter-spacing: -7px;
}
.reading .cover h1 span,
body:not(.enhanced) .cover h1 span {
  font-size: 125px;
}
.reading .cover-subtitle,
body:not(.enhanced) .cover-subtitle {
  font-size: 34px;
}
.reading .cover-file,
body:not(.enhanced) .cover-file {
  position: relative;
  inset: auto;
  width: 420px;
  height: auto;
  margin: 48px 15px 50px auto;
  padding-bottom: 36px;
}
.reading .cover-bottom,
body:not(.enhanced) .cover-bottom {
  position: static;
}
.reading .cover-main,
body:not(.enhanced) .cover-main {
  margin-top: 40px;
}
.reading .file-stamp,
body:not(.enhanced) .file-stamp {
  bottom: 28px;
}
.reading .estimate h2,
body:not(.enhanced) .estimate h2 {
  font-size: 80px;
  letter-spacing: -4px;
}
.reading .return-note,
body:not(.enhanced) .return-note {
  position: relative;
  inset: auto;
  width: 500px;
  margin: 50px 0 50px auto;
  transform: rotate(2deg);
}
.reading .bureaucracy-flow,
body:not(.enhanced) .bureaucracy-flow {
  position: static;
  grid-template-columns: 170px 32px 1fr 32px 170px;
  gap: 12px;
  height: auto;
}
.reading .bureaucracy-flow > div,
body:not(.enhanced) .bureaucracy-flow > div {
  padding: 20px 18px;
}
.reading .bureaucracy-flow strong,
body:not(.enhanced) .bureaucracy-flow strong {
  font-size: 29px;
}
.reading .bureaucracy-flow .mono,
body:not(.enhanced) .bureaucracy-flow .mono {
  font-size: 13px;
}
.reading .authorization p,
body:not(.enhanced) .authorization p {
  font-size: 20px;
}
.reading .flow-arrow,
body:not(.enhanced) .flow-arrow {
  font-size: 34px;
}
.reading .bottom-line,
body:not(.enhanced) .bottom-line {
  position: static;
  margin-top: 35px;
  font-size: 30px;
}
.reading .permission h2,
body:not(.enhanced) .permission h2 {
  font-size: 67px;
  letter-spacing: -3px;
}
.reading .president-photo,
body:not(.enhanced) .president-photo {
  position: relative;
  inset: auto;
  width: 75%;
  margin: 45px 0;
}
.reading .president-photo img,
body:not(.enhanced) .president-photo img {
  height: auto;
}
.reading .president-quote,
body:not(.enhanced) .president-quote {
  position: relative;
  inset: auto;
  margin: 40px 35px;
}
.reading .collaboration-route,
body:not(.enhanced) .collaboration-route {
  position: relative;
  inset: auto;
  margin-top: 130px;
}
.reading .cases h2,
body:not(.enhanced) .cases h2 {
  font-size: 56px;
}
.reading .ems-case,
body:not(.enhanced) .ems-case {
  grid-template-columns: 1fr 230px;
}
.reading .ems-intro,
body:not(.enhanced) .ems-intro {
  grid-column: 1/-1;
}
.reading .case-bottom,
body:not(.enhanced) .case-bottom {
  grid-template-columns: 1fr;
  gap: 40px;
}
.reading .feng-cha,
body:not(.enhanced) .feng-cha {
  grid-template-columns: 300px 1fr;
}
.reading .lass,
body:not(.enhanced) .lass {
  border-left: 0;
  border-top: 1px solid;
  padding: 30px 0 0;
  grid-template-columns: 1fr 400px;
}
.reading .lass img,
body:not(.enhanced) .lass img {
  height: auto;
}
.reading .outside h2,
body:not(.enhanced) .outside h2 {
  font-size: 80px;
  letter-spacing: -3px;
}
.reading .outside h2 em,
body:not(.enhanced) .outside h2 em {
  font-size: 85px;
}
.reading .wallet-figure,
body:not(.enhanced) .wallet-figure {
  position: relative;
  inset: auto;
  margin: 50px auto;
  width: 340px;
}
.reading .closing-note,
body:not(.enhanced) .closing-note {
  position: static;
  width: 100%;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 40px;
}
.reading .contact,
body:not(.enhanced) .contact {
  position: static;
  flex-wrap: wrap;
  font-size: 25px;
  margin-top: 45px;
  gap: 15px;
}
.reading br,
body:not(.enhanced) br {
  display: initial;
}
@media (max-width: 700px) {
  .controls {
    height: auto;
    min-height: 62px;
    flex-wrap: wrap;
    padding: 6px 10px;
    gap: 0;
    justify-content: space-between;
  }
  .tools {
    gap: 0;
  }
  .controls button,
  .controls a {
    padding: 8px;
    min-height: 36px;
    font-size: 12px;
  }
  .tools button span,
  .controls .home-link,
  #fullscreen-button {
    display: none;
  }
  .pager {
    gap: 1px;
  }
  .pager span {
    font-size: 12px;
  }
  .tools .pdf-download {
    font-size: 11px;
  }
  .reading .slide,
  body:not(.enhanced) .slide {
    padding: 27px 22px 25px;
  }
  .reading .folio,
  body:not(.enhanced) .folio {
    font-size: 10px;
    letter-spacing: 0.5px;
    gap: 12px;
  }
  .reading .folio span:last-child,
  body:not(.enhanced) .folio span:last-child {
    text-align: right;
  }
  .reading h1,
  body:not(.enhanced) h1 {
    font-size: clamp(62px, 19.5vw, 76px);
    letter-spacing: -5px;
  }
  .reading .cover h1 span,
  body:not(.enhanced) .cover h1 span {
    font-size: clamp(62px, 20vw, 78px);
  }
  .reading .cover-subtitle,
  body:not(.enhanced) .cover-subtitle {
    font-size: 27px;
  }
  .reading .cover-file,
  body:not(.enhanced) .cover-file {
    width: calc(100% - 23px);
    padding: 23px;
    transform: rotate(2deg);
    margin: 40px 10px 44px 0;
    box-shadow: 9px 10px 0 var(--ink);
  }
  .reading .file-title,
  body:not(.enhanced) .file-title {
    font-size: 25px;
  }
  .reading .file-title strong,
  body:not(.enhanced) .file-title strong {
    font-size: 36px;
  }
  .reading .file-copy,
  body:not(.enhanced) .file-copy {
    font-size: 23px;
  }
  .reading .file-question,
  body:not(.enhanced) .file-question {
    font-size: 29px;
  }
  .reading .file-stamp,
  body:not(.enhanced) .file-stamp {
    right: -14px;
    font-size: 15px;
  }
  .reading .cover-bottom p,
  body:not(.enhanced) .cover-bottom p {
    font-size: 21px;
  }
  .reading .small-arrow,
  body:not(.enhanced) .small-arrow {
    font-size: 68px;
  }
  .reading .estimate h2,
  body:not(.enhanced) .estimate h2 {
    font-size: clamp(38px, 12.3vw, 48px);
    letter-spacing: -2.8px;
  }
  .reading .estimate-note,
  body:not(.enhanced) .estimate-note {
    font-size: 25px;
  }
  .reading .return-note,
  body:not(.enhanced) .return-note {
    width: calc(100% - 8px);
    padding: 24px;
    transform: rotate(2deg);
    margin: 35px 0;
  }
  .reading .return-note blockquote,
  body:not(.enhanced) .return-note blockquote {
    font-size: 40px;
  }
  .reading .return-note > p:last-child,
  body:not(.enhanced) .return-note > p:last-child {
    font-size: 21px;
  }
  .reading .bureaucracy-flow,
  body:not(.enhanced) .bureaucracy-flow {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }
  .reading .bureaucracy-flow strong br,
  body:not(.enhanced) .bureaucracy-flow strong br {
    display: initial;
  }
  .reading .flow-arrow,
  body:not(.enhanced) .flow-arrow {
    transform: rotate(90deg);
    font-size: 32px;
  }
  .reading .bottom-line,
  body:not(.enhanced) .bottom-line {
    font-size: 26px;
  }
  .reading .permission h2,
  body:not(.enhanced) .permission h2 {
    font-size: 42px;
    letter-spacing: -1.8px;
  }
  .reading .president-photo,
  body:not(.enhanced) .president-photo {
    width: 100%;
    padding: 7px;
    margin: 35px 0;
  }
  .reading .president-photo figcaption,
  body:not(.enhanced) .president-photo figcaption {
    font-size: 12px;
  }
  .reading .president-quote,
  body:not(.enhanced) .president-quote {
    margin: 30px 20px;
  }
  .reading .president-quote blockquote,
  body:not(.enhanced) .president-quote blockquote {
    font-size: 38px;
  }
  .reading .president-quote p,
  body:not(.enhanced) .president-quote p {
    font-size: 21px;
  }
  .reading .quote-mark,
  body:not(.enhanced) .quote-mark {
    font-size: 150px;
    left: -24px;
    top: -28px;
  }
  .reading .collaboration-route,
  body:not(.enhanced) .collaboration-route {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 35px;
  }
  .reading .route-arrow,
  body:not(.enhanced) .route-arrow {
    transform: rotate(90deg);
    text-align: center;
  }
  .reading .backing,
  body:not(.enhanced) .backing {
    position: static;
    grid-row: 3;
    flex-direction: row-reverse;
    justify-content: center;
    font-size: 21px;
    margin-bottom: 10px;
  }
  .reading .backing span,
  body:not(.enhanced) .backing span {
    font-size: 37px;
  }
  .reading .route-note,
  body:not(.enhanced) .route-note {
    font-size: 26px;
  }
  .reading .cases h2,
  body:not(.enhanced) .cases h2 {
    font-size: 40px;
    letter-spacing: -1.5px;
  }
  .reading .ems-case,
  body:not(.enhanced) .ems-case {
    grid-template-columns: minmax(0, 1fr);
    gap: 25px;
  }
  .reading .ems-route,
  body:not(.enhanced) .ems-route {
    grid-template-columns: minmax(0, 1fr) 25px minmax(0, 1fr) 25px minmax(0, 1fr);
    gap: 6px;
  }
  .reading .ems-route strong,
  body:not(.enhanced) .ems-route strong {
    font-size: clamp(14px, 4.35vw, 17px);
    letter-spacing: -0.4px;
  }
  .reading .ems-route b,
  body:not(.enhanced) .ems-route b {
    font-size: 23px;
  }
  .reading .ems-route p,
  body:not(.enhanced) .ems-route p {
    font-size: 16px;
  }
  .reading .ems-number,
  body:not(.enhanced) .ems-number {
    display: flex;
    gap: 26px;
    align-items: center;
    padding: 18px 0 0;
    border-left: 0;
    border-top: 1px solid;
  }
  .reading .ems-number strong,
  body:not(.enhanced) .ems-number strong {
    font-size: 94px;
    letter-spacing: -5px;
  }
  .reading .ems-number p,
  body:not(.enhanced) .ems-number p {
    font-size: clamp(19px, 5.65vw, 22px);
    margin: 0;
  }
  .reading .ems-number small,
  body:not(.enhanced) .ems-number small {
    font-size: 15px;
  }
  .reading .feng-cha,
  body:not(.enhanced) .feng-cha {
    grid-template-columns: minmax(0, 1fr);
  }
  .reading .feng-cha figure,
  body:not(.enhanced) .feng-cha figure {
    grid-row: 2;
    width: 95%;
    margin: 20px auto 0;
  }
  .reading .feng-cha img,
  body:not(.enhanced) .feng-cha img {
    height: auto;
  }
  .reading .lass,
  body:not(.enhanced) .lass {
    grid-template-columns: minmax(0, 1fr);
    gap: 23px;
  }
  .reading .lass h3,
  body:not(.enhanced) .lass h3 {
    font-size: 37px;
  }
  .reading .lass img,
  body:not(.enhanced) .lass img {
    height: auto;
  }
  .reading .outside h2,
  body:not(.enhanced) .outside h2 {
    font-size: 48px;
    letter-spacing: -2px;
  }
  .reading .outside h2 em,
  body:not(.enhanced) .outside h2 em {
    font-size: 50px;
  }
  .reading .outside-caption,
  body:not(.enhanced) .outside-caption {
    font-size: 24px;
  }
  .reading .wallet-figure,
  body:not(.enhanced) .wallet-figure {
    width: calc(100% - 35px);
    transform: rotate(3deg);
  }
  .reading .wallet-figure img,
  body:not(.enhanced) .wallet-figure img {
    height: auto;
  }
  .reading .closing-note h3,
  body:not(.enhanced) .closing-note h3 {
    font-size: clamp(30px, 9.5vw, 37px);
  }
  .reading .case-bottom,
  body:not(.enhanced) .case-bottom {
    grid-template-columns: minmax(0, 1fr);
  }
  .reading .growth,
  body:not(.enhanced) .growth {
    font-size: clamp(30px, 9.5vw, 37px);
  }
  .notes-tabs {
    padding: 14px;
    gap: 8px;
    flex-wrap: wrap;
  }
  .notes-tabs a {
    font-size: 12px;
  }
  #notes-body {
    padding: 20px;
    font-size: 18px;
  }
  dialog header {
    padding: 15px;
  }
  dialog header h2 {
    font-size: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
@page {
  size: 1920px 1080px;
  margin: 0;
}
@media print {
  html,
  body {
    width: 1920px;
    margin: 0 !important;
    padding: 0 !important;
    background: var(--paper);
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
    scroll-behavior: auto;
  }
  .controls,
  .skip-link,
  dialog,
  .noscript {
    display: none !important;
  }
  .enhanced:not(.reading) .deck,
  .deck {
    position: static !important;
    width: 1920px !important;
    height: auto !important;
    transform: none !important;
    margin: 0 !important;
  }
  .enhanced:not(.reading) .slide,
  .slide {
    position: relative !important;
    inset: auto !important;
    visibility: visible !important;
    pointer-events: auto !important;
    display: block !important;
    width: 1920px !important;
    height: 1080px !important;
    break-after: page;
    break-inside: avoid;
    margin: 0 !important;
  }
  .slide:last-child {
    break-after: auto;
  }
  * {
    animation: none !important;
    transition: none !important;
  }
}
