/* Each operating world uses the same interaction contract, not the same visual scene. */
.theme-cobalt {
  --story-accent: #244ec0;
  --story-ink: #152342;
  --story-paper: #f1f5fc;
  --story-tint: #dce7ff;
  --story-dark: #111f3a;
  --story-pop: #a9c6ff;
}
.theme-saffron {
  --story-accent: #97451f;
  --story-ink: #34281e;
  --story-paper: #faf5ec;
  --story-tint: #f1ddbf;
  --story-dark: #2b2119;
  --story-pop: #efb475;
}
.theme-forest {
  --story-accent: #305c43;
  --story-ink: #23372b;
  --story-paper: #f3f5ee;
  --story-tint: #dfe9d8;
  --story-dark: #162b21;
  --story-pop: #a8c79d;
}
.theme-teal {
  --story-accent: #14675f;
  --story-ink: #153c39;
  --story-paper: #eef8f5;
  --story-tint: #d0ece4;
  --story-dark: #12322f;
  --story-pop: #9edbd0;
}
.theme-lime {
  --story-accent: #486119;
  --story-ink: #233019;
  --story-paper: #f5f8e9;
  --story-tint: #e0edb6;
  --story-dark: #1d291a;
  --story-pop: #d5ef89;
}
.theme-rose {
  --story-accent: #934458;
  --story-ink: #39272e;
  --story-paper: #fcf2f2;
  --story-tint: #f1dbe1;
  --story-dark: #35212b;
  --story-pop: #f1b3c5;
}
.theme-ochre {
  --story-accent: #8a5619;
  --story-ink: #3d311e;
  --story-paper: #faf6ec;
  --story-tint: #eddfbe;
  --story-dark: #312919;
  --story-pop: #e8c980;
}
.theme-sand {
  --story-accent: #77513a;
  --story-ink: #352c26;
  --story-paper: #f8f3ed;
  --story-tint: #e9dcd0;
  --story-dark: #2d2622;
  --story-pop: #dbc3a9;
}
.theme-steel {
  --story-accent: #36577b;
  --story-ink: #20334b;
  --story-paper: #f0f4f8;
  --story-tint: #d7e2ef;
  --story-dark: #142236;
  --story-pop: #a6c6e8;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  transform: scaleX(var(--read-progress, 0));
  transform-origin: left;
  background: var(--blue);
  z-index: 100;
  pointer-events: none;
}
.experience {
  background: var(--story-paper);
  color: var(--story-ink);
  overflow: clip;
}
.experience p {
  color: #586167;
}
.experience .eyebrow,
.experience .text-link {
  color: var(--story-accent);
}
.experience .button-primary {
  background: var(--story-ink);
}
.experience .button-primary:hover {
  background: var(--story-accent);
}
.experience .button-secondary {
  border-color: var(--story-tint);
}
.experience :focus-visible {
  outline-color: var(--story-accent);
}
.experience .breadcrumb {
  padding-top: 24px;
}
.experience-hero {
  padding: 55px 0 80px;
  position: relative;
}
.experience-hero:before {
  content: "";
  position: absolute;
  inset: -60px 0 0;
  pointer-events: none;
  background: radial-gradient(
    ellipse at 85% 20%,
    var(--story-tint),
    transparent 48%
  );
  opacity: 0.55;
}
.experience-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  gap: 65px;
  align-items: center;
}
.experience-intro {
  min-width: 0;
}
.experience-intro h1 {
  font-size: clamp(43px, 4.65vw, 68px);
  line-height: 1.045;
  letter-spacing: -0.058em;
  text-wrap: balance;
  max-width: 670px;
}
.theme-saffron .experience-intro h1,
.theme-forest .experience-intro h1,
.theme-sand .experience-intro h1 {
  font-family: Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.054em;
  line-height: 1.07;
}
.experience-lede {
  font-size: 17px;
  line-height: 1.8;
  max-width: 490px;
  margin-top: 25px;
}
.experience-detail-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  margin-top: 25px;
  color: var(--story-accent);
}
.experience-detail-link > span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--story-accent);
}
.experience-detail-link svg {
  width: 15px;
}
.chapter-nav {
  background: color-mix(in srgb, var(--story-paper) 94%, transparent);
  backdrop-filter: blur(15px);
  position: sticky;
  top: 80px;
  z-index: 25;
  border-block: 1px solid
    color-mix(in srgb, var(--story-accent) 16%, transparent);
}
.chapter-nav > .shell {
  display: flex;
  align-items: center;
  gap: 34px;
  overflow: auto;
  scrollbar-width: none;
  min-height: 61px;
}
.chapter-nav a {
  font-size: 12px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 19px 0;
  border-bottom: 2px solid transparent;
}
.chapter-nav a:hover,
.chapter-nav a[aria-current] {
  color: var(--story-accent);
  border-color: var(--story-accent);
}
.chapter-nav a:last-child {
  margin-left: auto;
  font-weight: 600;
}
.chapter-nav svg {
  width: 15px;
}
.experience section[id] {
  scroll-margin-top: 165px;
}
.story-scene {
  position: relative;
  min-width: 0;
  border: 1px solid color-mix(in srgb, var(--story-accent) 20%, white);
  background: white;
  border-radius: 20px;
  box-shadow: 0 28px 70px -35px
    color-mix(in srgb, var(--story-ink) 40%, transparent);
  overflow: hidden;
  animation: scene-arrive 0.8s var(--ease) both;
}
.story-scene-top {
  padding: 17px 20px;
  border-bottom: 1px solid var(--story-tint);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--story-accent);
  font-size: 11px;
}
.story-scene-top > span:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
}
.story-scene-top svg {
  width: 15px;
  height: 15px;
}
.scene-demo-label {
  font-size: 9px;
  padding: 4px 7px;
  border-radius: 4px;
  background: var(--story-paper);
  color: #54616a;
  white-space: nowrap;
}
.world-art {
  min-height: 336px;
  background: var(--story-paper);
  position: relative;
  overflow: hidden;
}
.scene-overline {
  display: block;
  font-size: 9px;
  letter-spacing: 0.12em;
  font-weight: 600;
  color: var(--story-accent);
  line-height: 1.6;
}
.scene-hotspot {
  color: inherit;
  font: inherit;
  border: 1px solid transparent;
  cursor: pointer;
  text-align: left;
  background: transparent;
  transition:
    background 0.25s,
    box-shadow 0.25s,
    transform 0.25s,
    border-color 0.25s;
}
.scene-hotspot:hover {
  transform: translateY(-2px);
}
.scene-hotspot.is-current {
  border-color: var(--story-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--story-accent) 10%, transparent);
}
.story-artifact {
  padding: 19px 20px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  border-top: 1px solid var(--story-tint);
  min-height: 90px;
}
.story-artifact > div {
  min-width: 0;
  animation: story-arrive 0.4s var(--ease);
}
.story-artifact strong {
  display: block;
  font-size: 12px;
  font-weight: 550;
  line-height: 1.6;
  margin-top: 5px;
}
.story-play {
  background: var(--story-paper);
  border: 1px solid var(--story-tint);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px;
  color: var(--story-accent);
  font-size: 10px;
  min-height: 38px;
  flex-shrink: 0;
}
.story-play svg {
  width: 14px;
  height: 14px;
}
.story-navigation {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--story-tint);
}
.story-dot {
  font-size: 10px;
  line-height: 1.5;
  border: 0;
  border-right: 1px solid var(--story-tint);
  padding: 15px 12px;
  background: white;
  color: #57616b;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  text-align: left;
}
.story-dot:last-child {
  border-right: 0;
}
.story-dot > span {
  font-size: 9px;
  letter-spacing: 0.03em;
  margin-top: 1px;
}
.story-dot.selected {
  background: var(--story-tint);
  color: var(--story-ink);
  box-shadow: inset 0 2px var(--story-accent);
}
.story-dot:hover {
  background: var(--story-paper);
}
/* Restaurant: a service floor, not a generic dashboard. */
.floor-plan {
  padding: 24px 24px 18px;
  background-image:
    linear-gradient(#a8793a09 1px, transparent 1px),
    linear-gradient(90deg, #a8793a09 1px, transparent 1px);
  background-size: 22px 22px;
}
.floor-entry {
  font-size: 10px;
  letter-spacing: 0.13em;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 17px;
  border-bottom: 1px solid #d6b88f;
  color: #755c3f;
}
.floor-entry > span {
  font-size: 9px;
  letter-spacing: 0;
}
.table-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px 20px;
  padding: 20px 0;
}
.table-grid .scene-hotspot {
  display: grid;
  justify-items: center;
  gap: 9px;
  border-radius: 10px;
  padding: 10px 5px 8px;
  font-size: 9px;
}
.dining-table {
  position: relative;
  width: 58px;
  height: 45px;
  display: grid;
  place-items: center;
  background: #ead7bb;
  border: 1px solid #b29a74;
  border-radius: 11px;
  color: #73563b;
}
.dining-table b {
  font-size: 16px;
  font-weight: 450;
  font-family: Georgia, serif;
}
.dining-table i {
  position: absolute;
  width: 14px;
  height: 6px;
  background: #cbb18c;
  border: 1px solid #b59872;
  border-radius: 3px;
  top: -9px;
  left: 8px;
}
.dining-table i:nth-child(2) {
  left: auto;
  right: 8px;
}
.dining-table i:nth-child(3) {
  top: auto;
  bottom: -9px;
}
.dining-table i:nth-child(4) {
  top: auto;
  bottom: -9px;
  left: auto;
  right: 8px;
}
.table-featured .dining-table {
  background: #97451f;
  color: #fff;
  border-color: #97451f;
}
.table-featured > span:last-child {
  font-weight: 600;
  color: #97451f;
}
.kitchen-pass {
  border-top: 1px solid #d6b88f;
  padding: 15px 0 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #73563b;
}
.kitchen-pass > svg {
  width: 21px;
}
.kitchen-pass > span {
  font-size: 8px;
  letter-spacing: 0.12em;
}
.kitchen-pass strong {
  display: block;
  font-size: 10px;
  letter-spacing: 0;
  font-weight: 450;
  margin-top: 3px;
}
.kitchen-pass .scene-hotspot {
  margin-left: auto;
  border-radius: 7px;
  padding: 7px;
  display: grid;
  place-items: center;
}
/* Hotels and service-led scheduling */
.hotel-scene,
.schedule-scene {
  padding: 29px 26px;
}
.room-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 22px 0;
}
.room-grid button {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  padding: 12px 8px;
  background: #ffffff85;
  gap: 6px;
}
.room-grid b {
  font-size: 15px;
  font-weight: 500;
}
.room-grid button > span:last-child {
  font-size: 9px;
}
.room-door {
  height: 44px;
  width: 28px;
  background: var(--story-tint);
  border: 1px solid #b6a998;
  border-radius: 9px 9px 0 0;
  position: relative;
}
.room-door i {
  position: absolute;
  right: 4px;
  top: 23px;
  width: 3px;
  height: 3px;
  background: var(--story-accent);
  border-radius: 50%;
}
.room-featured .room-door {
  background: var(--story-accent);
}
.scene-route-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 9px;
  justify-content: center;
}
.scene-route-label > span {
  width: 30px;
  height: 1px;
  background: var(--story-accent);
  opacity: 0.4;
}
.schedule-title {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 5px 0 24px;
}
.calendar-date {
  display: grid;
  place-items: center;
  border: 1px solid var(--story-accent);
  border-radius: 10px;
  font-size: 9px;
  width: 60px;
  height: 70px;
  background: white;
  color: var(--story-accent);
}
.calendar-date b {
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  margin-top: -7px;
}
.schedule-title h3 {
  font-size: 24px;
  margin-top: 7px;
  max-width: 260px;
}
.appointment-list {
  display: grid;
  gap: 11px;
}
.appointment-list button {
  display: flex;
  align-items: center;
  gap: 15px;
  background: white;
  border-radius: 10px;
  padding: 15px;
  border-color: var(--story-tint);
}
.appointment-list time {
  font-size: 11px;
  color: var(--story-accent);
}
.appointment-list strong {
  display: block;
  font-size: 12px;
  font-weight: 550;
}
.appointment-list small {
  display: block;
  font-size: 10px;
  color: #56656a;
  margin-top: 4px;
}
.appointment-list button > i {
  margin-left: auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--story-accent);
}
/* Creative work: a campaign concept and its channel handoffs. */
.campaign-scene {
  padding: 25px;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 17px;
  align-items: center;
  min-height: 360px;
}
.campaign-poster {
  position: relative;
  min-height: 286px;
  border-radius: 4px;
  overflow: hidden;
  background: var(--story-ink);
  padding: 20px;
  color: var(--story-pop);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.campaign-poster > span {
  font-size: 7px;
  letter-spacing: 0.13em;
  position: relative;
  z-index: 1;
}
.campaign-poster > strong {
  font-size: 38px;
  letter-spacing: -0.065em;
  line-height: 0.96;
  position: relative;
  z-index: 1;
  font-weight: 500;
  margin: 35px 0;
}
.campaign-poster em {
  font-family: Georgia, serif;
  font-weight: 400;
}
.poster-shape {
  position: absolute;
  right: -70px;
  top: 35px;
  width: 210px;
  height: 210px;
  border: 32px solid var(--story-pop);
  border-radius: 50%;
  opacity: 0.17;
  transform: rotate(-30deg);
}
.channel-stack {
  display: grid;
  gap: 12px;
}
.channel-stack button {
  background: white;
  border: 1px solid var(--story-tint);
  border-radius: 9px;
  padding: 15px;
}
.channel-stack button > span {
  font-size: 7px;
  color: var(--story-accent);
  letter-spacing: 0.08em;
  display: block;
}
.channel-stack strong {
  display: block;
  font-size: 12px;
  font-weight: 550;
  line-height: 1.5;
  margin: 7px 0 16px;
}
.channel-stack svg {
  width: 18px;
  height: 18px;
  color: var(--story-accent);
}
/* Legal and compliance: structured files, source context, and deliberate sign-off. */
.casefile-scene {
  padding: 27px 34px 0;
  background: linear-gradient(145deg, var(--story-tint), var(--story-paper));
}
.file-tab {
  width: 148px;
  padding: 9px 17px;
  background: #d5dfcf;
  border-radius: 8px 8px 0 0;
  font-size: 9px;
  letter-spacing: 0.13em;
  color: #385644;
}
.case-paper {
  position: relative;
  padding: 24px 28px 18px;
  background: #fffef8;
  border: 1px solid #ccd5c6;
  box-shadow:
    9px 0 0 -3px #e3e8dd,
    18px 0 0 -7px #c8d2c0;
  border-radius: 0 4px 0 0;
}
.case-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 8px;
  letter-spacing: 0.07em;
  color: #52624e;
}
.draft-stamp {
  border: 1px solid #7b9a76;
  padding: 3px 7px;
  transform: rotate(-6deg);
  letter-spacing: 0.13em;
}
.case-paper h3 {
  font-family: Georgia, serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.12;
  margin: 23px 0 18px;
  letter-spacing: -0.025em;
}
.case-rule {
  height: 2px;
  background: #476d50;
  margin-bottom: 10px;
}
.case-paper button {
  width: 100%;
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 11px 7px;
  border-bottom: 1px solid #e2e7dc;
  border-radius: 4px;
}
.case-paper button > span {
  font-family: Georgia, serif;
  font-size: 12px;
  color: #5c7356;
}
.case-paper button > strong {
  font-size: 11px;
  font-weight: 500;
}
.case-paper button > svg {
  margin-left: auto;
  width: 15px;
  height: 15px;
  color: #476d50;
}
.case-paper > p {
  font-size: 8px;
  margin-top: 12px;
  color: #52634e;
}
/* Pipelines and operating systems */
.pipeline-scene {
  padding: 30px 22px;
}
.pipeline-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}
.pipeline-column > span {
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 15px;
}
.pipeline-column > span > i {
  width: 5px;
  height: 5px;
  background: var(--story-accent);
  border-radius: 50%;
}
.pipeline-column button {
  width: 100%;
  background: white;
  border-radius: 10px;
  border: 1px solid var(--story-tint);
  padding: 16px 12px;
}
.pipeline-column button > svg {
  width: 20px;
  color: var(--story-accent);
  margin-bottom: 22px;
}
.pipeline-column strong {
  font-size: 13px;
  line-height: 1.35;
  display: block;
  font-weight: 550;
}
.pipeline-column small {
  font-size: 9px;
  display: block;
  line-height: 1.6;
  margin-top: 10px;
  color: #5c6776;
}
.mini-card-lines {
  margin-top: 16px;
}
.mini-card-lines i {
  display: block;
  width: 100%;
  height: 3px;
  background: var(--story-tint);
  margin-top: 6px;
}
.mini-card-lines i:last-child {
  width: 60%;
}
.pipeline-placeholder {
  height: 33px;
  border: 1px dashed var(--story-tint);
  margin-top: 12px;
  border-radius: 6px;
}
.pipeline-track {
  height: 2px;
  background: var(--story-tint);
  margin: 27px 0 15px;
}
.pipeline-track > span {
  display: block;
  width: 30%;
  height: 100%;
  background: var(--story-accent);
  transition: transform 0.65s var(--ease);
}
[data-step="1"] .pipeline-track > span {
  transform: translateX(116%);
}
[data-step="2"] .pipeline-track > span {
  transform: translateX(233%);
}
.scene-bottom-note {
  font-size: 10px;
}
.operations-scene {
  padding: 25px;
  background: var(--story-dark);
  color: #e9f1ff;
  min-height: 352px;
}
.operations-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 8px;
  color: #b6cbe3;
}
.operations-top > span:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.07em;
}
.operations-top svg {
  width: 14px;
}
.process-line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
  margin: 35px 0;
}
.process-line:before {
  content: "";
  height: 1px;
  left: 30px;
  right: 30px;
  top: 45%;
  position: absolute;
  background: #4a637e;
}
.process-line button {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  border-radius: 10px;
  background: #20354d;
  border: 1px solid #526b85;
  padding: 16px 8px;
  position: relative;
}
.process-line button > svg {
  width: 21px;
  height: 21px;
  color: #b9d4ed;
}
.process-line button > span {
  font-size: 8px;
  color: #b3c9df;
}
.process-line strong {
  font-size: 12px;
  font-weight: 550;
}
.operations-scene .scene-hotspot.is-current {
  border-color: var(--story-pop);
  box-shadow: 0 0 0 3px #bed3eb15;
}
.dispatch-rows {
  display: grid;
  gap: 7px;
}
.dispatch-rows button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  background: #ffffff07;
  border-color: #3b516b;
}
.dispatch-rows strong {
  font-size: 10px;
  font-weight: 500;
}
.dispatch-rows button > span:not(.dispatch-led) {
  font-size: 9px;
  margin-left: auto;
  color: #b9cce1;
}
.dispatch-led {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--story-pop);
}
.dispatch-rows svg {
  width: 13px;
  height: 13px;
  color: #b6cee4;
}
/* Connected routes */
.network-scene {
  position: relative;
  min-height: 342px;
  background-image: radial-gradient(var(--story-tint) 1px, transparent 1px);
  background-size: 16px 16px;
}
.route-lines {
  position: absolute;
  width: 100%;
  height: 280px;
  top: 25px;
  left: 0;
  max-width: none;
}
.route-guide {
  stroke: var(--story-tint);
  stroke-width: 3;
}
.route-trace {
  stroke: var(--story-accent);
  stroke-width: 2;
  stroke-dasharray: 14 7;
  opacity: 0.65;
  animation: route-travel 1.4s ease-out both;
}
.route-lines circle {
  fill: var(--story-paper);
  stroke: var(--story-tint);
}
.network-coordinate {
  position: absolute;
  left: 25px;
  top: 26px;
  font-size: 8px;
  letter-spacing: 0.12em;
  color: var(--story-accent);
}
.network-node {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  background: white;
  border: 1px solid var(--story-tint);
  border-radius: 12px;
  padding: 15px 12px;
  min-width: 100px;
  box-shadow: 0 7px 20px #11182709;
}
.network-node > svg {
  width: 23px;
  height: 23px;
  color: var(--story-accent);
}
.network-node strong {
  font-size: 10px;
  font-weight: 500;
}
.node-0 {
  left: 5%;
  top: 53%;
}
.node-1 {
  left: 39%;
  top: 24%;
}
.node-2 {
  right: 4%;
  top: 47%;
}
.network-legend {
  position: absolute;
  left: 26px;
  right: 20px;
  bottom: 21px;
  font-size: 9px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.network-legend > span {
  width: 18px;
  height: 1px;
  background: var(--story-accent);
}
/* Commerce and inventory */
.commerce-scene {
  padding: 29px 26px;
}
.commerce-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.commerce-heading h3 {
  font-size: 27px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
.commerce-heading > svg {
  color: var(--story-accent);
  width: 20px;
}
.product-shelf {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 23px 0;
}
.product-shelf button {
  padding: 0 0 13px;
  overflow: hidden;
  background: white;
  border: 1px solid var(--story-tint);
  border-radius: 9px;
}
.catalog-object {
  height: 112px;
  position: relative;
  background: linear-gradient(140deg, #fff, var(--story-tint));
  display: grid;
  place-items: center;
}
.catalog-object > i {
  width: 48px;
  height: 65px;
  border-radius: 9px;
  background: var(--story-accent);
  box-shadow: 7px 6px 0 -2px color-mix(in srgb, var(--story-accent) 40%, white);
  transform: rotate(-8deg);
}
.object-1 > i {
  width: 53px;
  height: 53px;
  border-radius: 50% 50% 8px 8px;
  background: var(--story-ink);
  transform: rotate(8deg);
}
.object-2 > i {
  width: 37px;
  height: 72px;
  border-radius: 19px 19px 9px 9px;
  transform: rotate(-12deg);
}
.product-shelf button > span {
  font-size: 7px;
  letter-spacing: 0.03em;
  display: block;
  margin: 14px 10px 5px;
  color: var(--story-accent);
}
.product-shelf strong {
  font-size: 11px;
  line-height: 1.45;
  display: block;
  margin: 0 10px;
  font-weight: 550;
}
.commerce-note {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 10px;
  color: #536475;
}
.commerce-note svg {
  width: 16px;
  height: 16px;
}
/* Evidence, place, research, and personal worlds */
.ledger-scene {
  padding: 27px 29px;
  background: #fffffa;
}
.ledger-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 9px;
  letter-spacing: 0.12em;
  color: var(--story-accent);
}
.ledger-header svg {
  width: 20px;
}
.ledger-scene h3 {
  font-family: Georgia, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
  margin: 20px 0;
}
.ledger-table > div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 8px;
  padding: 8px;
  border-bottom: 1px solid var(--story-accent);
  color: #52634e;
}
.ledger-table > button {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  border-bottom: 1px solid var(--story-tint);
  border-radius: 4px;
  padding: 13px 8px;
  font-size: 11px;
}
.ledger-table b {
  font-size: 9px;
  font-weight: 400;
  margin-right: 10px;
  color: var(--story-accent);
}
.ledger-table button > span:last-child {
  color: var(--story-accent);
  font-size: 9px;
}
.ledger-signoff {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.ledger-signoff > span {
  font-size: 9px;
  color: #56654f;
}
.ledger-signoff strong {
  font-size: 10px;
  font-weight: 550;
}
.ledger-signoff i {
  height: 1px;
  background: var(--story-accent);
  flex: 1;
}
.property-scene {
  min-height: 346px;
  padding: 33px 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 28px;
}
.property-drawing {
  position: relative;
  padding-top: 28px;
}
.building-roof {
  height: 20px;
  background: var(--story-accent);
  transform: skewY(-10deg);
  position: relative;
  z-index: 1;
}
.building-floors {
  background: var(--story-tint);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 13px;
  padding: 20px 15px;
  box-shadow: 12px 3px 0 #d4c6b94d;
  transform: skewY(-10deg);
}
.building-floors > i {
  height: 43px;
  background: #fcfaf5;
  border: 1px solid #b7a898;
}
.building-floors > .lit {
  background: var(--story-accent);
  border-color: var(--story-accent);
}
.building-ground {
  height: 1px;
  background: var(--story-accent);
  margin-top: 14px;
  width: 110%;
}
.property-notes .scene-overline {
  font-size: 8px;
  margin-bottom: 18px;
}
.property-notes button,
.field-notes button,
.people-notes button {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 7px;
  gap: 10px;
  border-bottom: 1px solid var(--story-tint);
  border-radius: 5px;
}
.world-number {
  font-size: 9px;
  color: var(--story-accent);
}
.property-notes strong,
.field-notes strong,
.people-notes strong {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
}
.property-notes button > svg,
.field-notes button > svg,
.people-notes button > svg {
  width: 13px;
  height: 13px;
  margin-left: auto;
  color: var(--story-accent);
}
.field-scene {
  padding: 26px;
}
.field-map {
  height: 140px;
  display: flex;
  gap: 12px;
  transform: perspective(650px) rotateX(24deg) rotateZ(-5deg);
  margin: 18px 28px;
  position: relative;
}
.field-map > span {
  flex: 1;
  border: 1px solid #88a074;
  background: repeating-linear-gradient(
    0deg,
    #dce9c8,
    #dce9c8 10px,
    #94ad7e 10px,
    #94ad7e 12px
  );
  border-radius: 15px;
}
.field-map > span:nth-child(2) {
  background: repeating-linear-gradient(
    90deg,
    #8da672,
    #8da672 10px,
    #6f8b58 10px,
    #6f8b58 12px
  );
}
.field-map > i {
  position: absolute;
  left: 48%;
  top: 45%;
  width: 15px;
  height: 15px;
  background: var(--story-accent);
  border: 3px solid white;
  box-shadow: 0 0 0 5px #ffffff70;
  border-radius: 50%;
}
.field-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.field-notes button {
  flex-direction: column;
  align-items: flex-start;
  padding: 11px;
  background: white;
  border: 1px solid var(--story-tint);
}
.workshop-scene {
  padding: 28px 25px;
}
.workshop-scene > svg {
  width: 100%;
  height: 182px;
  stroke: var(--story-accent);
  stroke-width: 1.5;
  stroke-linecap: round;
}
.workshop-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}
.workshop-notes button {
  padding: 13px;
  background: #fff;
  border: 1px solid var(--story-tint);
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.workshop-notes strong {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
}
.workshop-notes svg {
  width: 13px;
  height: 13px;
  color: var(--story-accent);
}
.blueprint-scene {
  position: relative;
  min-height: 340px;
  padding: 29px 24px;
}
.blueprint-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--story-tint) 1px, transparent 1px),
    linear-gradient(90deg, var(--story-tint) 1px, transparent 1px);
  background-size: 23px 23px;
  opacity: 0.5;
}
.blueprint-scene > *:not(.blueprint-grid) {
  position: relative;
}
.blueprint-core {
  width: max-content;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
  border: 1px solid var(--story-accent);
  border-radius: 10px;
  padding: 20px 30px;
  margin: 26px auto 37px;
  box-shadow: 5px 5px 0 var(--story-tint);
}
.blueprint-core:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 37px;
  background: var(--story-accent);
  bottom: -38px;
  left: 50%;
}
.blueprint-core > svg {
  color: var(--story-accent);
  margin-bottom: 8px;
}
.blueprint-core strong {
  font-size: 19px;
  font-weight: 500;
}
.blueprint-core > span {
  font-size: 7px;
  margin-top: 6px;
  letter-spacing: 0.1em;
  color: var(--story-accent);
}
.blueprint-branches {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.blueprint-branches button {
  border: 1px solid var(--story-tint);
  border-radius: 7px;
  background: white;
  padding: 15px 10px;
}
.blueprint-branches button > span {
  font-size: 9px;
  color: var(--story-accent);
}
.blueprint-branches strong {
  font-size: 11px;
  line-height: 1.45;
  display: block;
  font-weight: 500;
  margin-top: 8px;
}
.learning-scene {
  padding: 27px 30px;
}
.notebook {
  background: #fffef8;
  border: 1px solid var(--story-tint);
  border-radius: 4px 12px 12px 4px;
  padding: 26px 24px 17px 40px;
  margin-top: 19px;
  position: relative;
  box-shadow: 7px 7px 0 -3px var(--story-tint);
}
.notebook-spine {
  position: absolute;
  inset: 0 auto 0 13px;
  width: 10px;
  border-right: 1px solid #d7cdb9;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 21px,
    #ad9f7c 21px,
    #ad9f7c 23px,
    transparent 23px,
    transparent 27px
  );
}
.notebook h3 {
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.05;
  margin-bottom: 21px;
}
.notebook button {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  border-bottom: 1px solid var(--story-tint);
  padding: 12px 6px;
  border-radius: 4px;
}
.notebook button > span {
  font-size: 9px;
  color: var(--story-accent);
}
.notebook strong {
  font-size: 11px;
  font-weight: 500;
}
.notebook svg {
  width: 15px;
  height: 15px;
  margin-left: auto;
  color: var(--story-accent);
}
.runshow-scene {
  padding: 28px;
  position: relative;
  overflow: hidden;
}
.runshow-scene > h3 {
  font-size: 29px;
  margin: 15px 0 25px;
  line-height: 1.1;
  max-width: 245px;
}
.runshow-line {
  display: grid;
  gap: 6px;
  max-width: 75%;
  position: relative;
  z-index: 1;
}
.runshow-line button {
  display: flex;
  gap: 12px;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--story-tint);
  border-radius: 6px;
}
.runshow-line strong {
  font-size: 11px;
  line-height: 1.4;
  font-weight: 500;
}
.runshow-line svg {
  width: 13px;
  height: 13px;
  margin-left: auto;
}
.event-ticket {
  position: absolute;
  right: -15px;
  bottom: 24px;
  background: var(--story-accent);
  color: white;
  transform: rotate(12deg);
  padding: 20px;
  min-height: 160px;
  width: 170px;
  border: 1px dashed #ffffff88;
  border-radius: 9px;
  box-shadow: 0 15px 30px #35212b20;
}
.event-ticket span {
  font-size: 8px;
  letter-spacing: 0.1em;
}
.event-ticket strong {
  display: block;
  font-size: 25px;
  line-height: 1;
  margin: 14px 0 25px;
}
.event-ticket > div {
  font-family: monospace;
  font-size: 12px;
  letter-spacing: 0.11em;
}
.people-scene {
  position: relative;
  padding: 26px;
  min-height: 340px;
}
.people-orbit {
  position: relative;
  height: 145px;
  border: 1px solid var(--story-tint);
  border-radius: 50%;
  width: 210px;
  margin: 0 auto;
}
.people-orbit > i {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 7px solid white;
  background: var(--story-accent);
  box-shadow: 0 0 0 1px var(--story-tint);
  border-radius: 50%;
  left: -4px;
  top: 35px;
}
.people-orbit > i:nth-child(2) {
  left: auto;
  right: -4px;
  top: 70px;
}
.people-orbit > i:nth-child(3) {
  left: 90px;
  top: -10px;
  background: var(--story-ink);
}
.people-center {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
.people-center svg {
  width: 32px;
  height: 32px;
  color: var(--story-accent);
}
.people-center strong {
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  white-space: nowrap;
}
.people-notes {
  margin-top: 18px;
}
.signals-scene {
  padding: 28px;
}
.signals-scene h3 {
  font-size: 30px;
  line-height: 1.1;
  margin: 16px 0;
}
.signal-chart {
  display: flex;
  align-items: end;
  height: 88px;
  gap: 13px;
  padding: 0 10px;
  border-bottom: 1px solid var(--story-accent);
}
.signal-chart > i {
  flex: 1;
  height: var(--bar);
  background: var(--story-tint);
  border-top: 2px solid var(--story-accent);
  transform-origin: bottom;
  animation: bar-arrive 0.7s var(--ease) var(--delay) both;
}
.signal-chart > i:nth-child(3n) {
  background: var(--story-accent);
  opacity: 0.7;
}
.chart-disclaimer {
  display: block;
  font-size: 8px;
  margin-top: 8px;
  color: #526476;
}
.signal-actions {
  display: flex;
  gap: 7px;
  margin-top: 22px;
}
.signal-actions button {
  background: #fff;
  display: flex;
  flex: 1;
  gap: 7px;
  align-items: start;
  padding: 10px 7px;
  border-radius: 6px;
  border: 1px solid var(--story-tint);
}
.signal-actions strong {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
}
.signal-actions svg {
  display: none;
}
.planet-world {
  min-height: 360px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 55% 53%, #263e65, #101f39 72%);
  color: #dbe9ff;
}
.planet-orbits {
  position: absolute;
  inset: 25px;
}
.planet-orbits > i {
  position: absolute;
  width: 80%;
  height: 52%;
  left: 10%;
  top: 25%;
  border: 1px solid #6d90c65c;
  border-radius: 50%;
  transform: rotate(-25deg);
}
.planet-orbits > i:nth-child(2) {
  transform: rotate(30deg);
  height: 70%;
  top: 16%;
}
.planet-orbits > i:nth-child(3) {
  transform: rotate(65deg);
  width: 53%;
  left: 26%;
  height: 80%;
  top: 10%;
}
.planet-sphere {
  position: absolute;
  width: 120px;
  height: 120px;
  top: 32%;
  left: calc(50% - 60px);
  border-radius: 50%;
  background: radial-gradient(
    circle at 30% 25%,
    #86a7d0,
    #34598b 30%,
    #162c51 67%,
    #111f39
  );
  box-shadow:
    0 0 40px #80a2d420,
    inset -7px -7px 17px #0b172b85;
}
.planet-wordmark {
  position: absolute;
  left: 24px;
  top: 26px;
  font-size: 9px;
  letter-spacing: 0.12em;
  line-height: 1.6;
}
.planet-wordmark em {
  font-style: normal;
  color: #9abbe7;
}
.planet-point {
  position: absolute;
  background: #203655;
  border: 1px solid #6583ad;
  border-radius: 7px;
  padding: 8px 12px;
  font-size: 10px;
  display: flex;
  gap: 7px;
  align-items: center;
}
.planet-point svg {
  width: 13px;
  height: 13px;
}
.point-0 {
  left: 10%;
  top: 61%;
}
.point-1 {
  right: 9%;
  top: 28%;
}
.point-2 {
  right: 21%;
  bottom: 12%;
}
.planet-world .is-current {
  border-color: #c1d9ff;
  box-shadow: 0 0 0 3px #a7c5f420;
}
.code-scene {
  background: #172538;
  color: #c4d7eb;
  min-height: 346px;
  padding: 0 25px;
}
.code-top {
  display: flex;
  align-items: center;
  gap: 5px;
  border-bottom: 1px solid #344a63;
  padding: 22px 0;
}
.code-top > i {
  width: 5px;
  height: 5px;
  background: #839bb8;
  border-radius: 50%;
}
.code-top > span {
  margin-left: 10px;
  font-size: 9px;
}
.code-body {
  padding: 25px 0;
  display: grid;
  gap: 13px;
  font-family: monospace;
  font-size: 11px;
}
.code-comment {
  color: #a3b6cb;
  font-size: 10px;
  line-height: 1.7;
}
.code-body button {
  display: flex;
  align-items: start;
  gap: 13px;
  padding: 10px 8px;
  border-radius: 5px;
  font-size: 11px;
  line-height: 1.7;
}
.line-number {
  color: #90a8c5;
}
.code-body button b {
  font-weight: 500;
  color: #98d4ce;
}
.code-scene .scene-hotspot.is-current {
  border-color: #a7c6e6;
  background: #223a51;
}
.code-footer {
  display: flex;
  gap: 9px;
  align-items: center;
  border-top: 1px solid #344a63;
  padding: 17px 0;
  font-size: 10px;
}
.code-footer svg {
  width: 15px;
  height: 15px;
  color: #9fc6cf;
}
.conversation-scene {
  padding: 25px;
}
.conversation-top {
  font-size: 8px;
  letter-spacing: 0.1em;
  color: var(--story-accent);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 21px;
}
.conversation-top svg {
  width: 16px;
  height: 16px;
}
.message {
  max-width: 91%;
  padding: 14px 17px;
  border: 1px solid var(--story-tint);
  border-radius: 12px;
}
.message > span {
  font-size: 8px;
  color: var(--story-accent);
  display: block;
  margin-bottom: 7px;
}
.message > p {
  font-size: 12px;
  line-height: 1.65;
}
.message-user {
  background: var(--story-tint);
  margin-left: auto;
  border-bottom-right-radius: 3px;
}
.message-assistant {
  background: #fff;
  margin-top: 14px;
  border-bottom-left-radius: 3px;
}
.message-sources {
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 8px;
  color: #53616e;
  margin-top: 13px;
  flex-wrap: wrap;
}
.message-sources svg {
  width: 12px;
  height: 12px;
}
.conversation-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-top: 22px;
}
.conversation-actions button {
  background: white;
  border: 1px solid var(--story-tint);
  border-radius: 6px;
  padding: 10px;
  display: grid;
  gap: 5px;
}
.conversation-actions strong {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
}
.conversation-actions svg {
  display: none;
}
/* Narrative chapters */
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.why-grid > div:first-child > h2 {
  font-size: clamp(32px, 3.6vw, 49px);
  text-wrap: balance;
  line-height: 1.12;
}
.why-grid > div:first-child > p {
  font-size: 17px;
  margin-top: 25px;
  line-height: 1.8;
  max-width: 480px;
}
.context-switch {
  background: white;
  border: 1px solid var(--story-tint);
  border-radius: 16px;
  overflow: hidden;
}
.context-switch-controls {
  display: flex;
  gap: 4px;
  padding: 7px;
  background: #ffffff80;
  border-bottom: 1px solid var(--story-tint);
}
.context-switch-controls button {
  flex: 1;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #56636a;
  font-size: 12px;
  padding: 11px;
}
.context-switch-controls [aria-pressed="true"] {
  background: var(--story-ink);
  color: white;
}
.context-visual {
  padding: 27px 30px 20px;
  animation: story-arrive 0.45s var(--ease);
}
.context-marker {
  font-size: 9px;
  letter-spacing: 0.12em;
  color: var(--story-accent);
}
.context-visual h3 {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.025em;
}
.scattered-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: 20px 8px;
}
.scattered-notes > span {
  font-size: 11px;
  background: var(--story-paper);
  border: 1px solid var(--story-tint);
  padding: 10px 14px;
  border-radius: 5px;
  transform: rotate(-5deg);
}
.scattered-notes > span:nth-child(2n) {
  transform: rotate(6deg);
}
.scattered-notes > span:last-child {
  border-style: dashed;
}
.connected-notes {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  gap: 9px;
}
.connected-notes > span {
  font-size: 11px;
}
.connected-notes > i {
  height: 1px;
  flex: 1;
  background: var(--story-accent);
  max-width: 40px;
}
.connected-notes > strong {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: white;
  background: var(--story-accent);
  font-size: 12px;
  font-weight: 600;
  animation: scene-arrive 0.6s var(--ease);
}
.context-caption {
  padding: 0 30px 26px;
  font-size: 12px;
  line-height: 1.75;
}
.workflow-chapter {
  background: var(--story-dark);
  color: #f8f9f5;
}
.workflow-chapter .eyebrow {
  color: var(--story-pop);
}
.workflow-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 45px;
}
.workflow-heading h2 {
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.12;
}
.workflow-heading > p {
  color: #bcc8c9;
  max-width: 295px;
  font-size: 13px;
  line-height: 1.8;
}
.request-quote {
  margin: 40px 0;
  border: 1px solid color-mix(in srgb, var(--story-pop) 30%, transparent);
  background: #ffffff06;
  border-radius: 12px;
  padding: 24px 30px;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
  align-items: center;
}
.request-quote > span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 9px;
  letter-spacing: 0.1em;
  color: var(--story-pop);
}
.request-quote svg {
  width: 20px;
  height: 20px;
}
.request-quote blockquote {
  margin: 0;
  font-size: 23px;
  letter-spacing: -0.025em;
  line-height: 1.4;
}
.story-workflow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 35px;
}
.story-workflow article {
  border-top: 1px solid #ffffff35;
  padding-top: 23px;
}
.workflow-index {
  font-size: 11px;
  color: var(--story-pop);
  letter-spacing: 0.1em;
}
.story-workflow h3 {
  font-size: 28px;
  line-height: 1.15;
  margin: 23px 0 16px;
}
.story-workflow p {
  font-size: 14px;
  line-height: 1.8;
  color: #c1cbce;
}
.workflow-output {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 26px;
  font-size: 10px;
  color: var(--story-pop);
  line-height: 1.6;
}
.workflow-output svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.human-boundary {
  display: flex;
  align-items: center;
  gap: 20px;
  border-top: 1px solid #ffffff25;
  margin-top: 48px;
  padding-top: 27px;
}
.human-boundary > svg {
  width: 24px;
  color: var(--story-pop);
}
.human-boundary p {
  font-size: 11px;
  line-height: 1.8;
  color: #bac7c9;
  max-width: 680px;
}
.human-boundary strong {
  color: #edf2ef;
  font-weight: 500;
}
.human-boundary > a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  margin-left: auto;
  white-space: nowrap;
  color: var(--story-pop);
}
.human-boundary > a > svg {
  width: 15px;
  height: 15px;
}
.experience-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}
.experience-section-heading h2 {
  font-size: clamp(34px, 3.8vw, 51px);
  line-height: 1.1;
}
.experience-section-heading > p {
  max-width: 315px;
  font-size: 14px;
  line-height: 1.8;
}
.impact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}
.impact-grid:has(> details:nth-child(2):last-child) {
  grid-template-columns: 1fr 1fr;
}
.impact-card {
  background: #fff;
  border: 1px solid var(--story-tint);
  border-radius: 12px;
  overflow: hidden;
}
.impact-card summary {
  padding: 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  cursor: pointer;
  min-height: 142px;
}
.impact-card summary::-webkit-details-marker {
  display: none;
}
.impact-number {
  font-size: 10px;
  color: var(--story-accent);
  width: 100%;
  letter-spacing: 0.1em;
}
.impact-card h3 {
  font-size: 23px;
  line-height: 1.15;
  max-width: calc(100% - 44px);
}
.impact-toggle {
  margin-left: auto;
  width: 24px;
  height: 24px;
  border: 1px solid var(--story-tint);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--story-accent);
  transition: transform 0.2s;
}
.impact-card[open] .impact-toggle {
  transform: rotate(45deg);
}
.impact-body {
  padding: 0 25px 25px;
  animation: story-arrive 0.4s var(--ease);
}
.impact-label {
  font-size: 8px;
  letter-spacing: 0.1em;
  display: block;
  color: var(--story-accent);
  margin: 16px 0 8px;
}
.impact-body p {
  font-size: 13px;
  line-height: 1.8;
}
.measure-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: var(--story-paper);
  border: 1px solid var(--story-tint);
  border-radius: 8px;
  padding: 13px;
  margin-top: 22px;
  color: #4d6060;
  font-size: 10px;
  line-height: 1.65;
}
.measure-note svg {
  width: 17px;
  height: 17px;
  color: var(--story-accent);
}
.measure-note b {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
  color: var(--story-ink);
}
.capability-disclosures {
  margin-top: 55px;
  display: grid;
  grid-template-columns: 0.8fr 1fr 1fr;
  column-gap: 35px;
  align-items: start;
}
.capability-disclosures > h3 {
  font-size: 26px;
  line-height: 1.2;
  grid-row: span 5;
  max-width: 240px;
}
.capability-disclosures > details {
  border-top: 1px solid color-mix(in srgb, var(--story-accent) 25%, transparent);
}
.capability-disclosures summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 17px 0;
  font-size: 13px;
  cursor: pointer;
}
.capability-disclosures summary > span {
  color: var(--story-accent);
}
.capability-disclosures details > div {
  padding: 0 0 20px;
  animation: story-arrive 0.4s var(--ease);
}
.capability-disclosures p {
  font-size: 12px;
  line-height: 1.8;
}
.capability-disclosures a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: var(--story-accent);
  margin-top: 13px;
}
.capability-disclosures a > svg {
  width: 14px;
  height: 14px;
}
.connected-section {
  background: #ffffff70;
  border-top: 1px solid var(--story-tint);
}
.team-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.team-link-grid > a {
  display: flex;
  flex-direction: column;
  background: white;
  border: 1px solid var(--story-tint);
  border-radius: 13px;
  padding: 28px;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.team-link-grid > a:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px #10243c0d;
}
.team-link-grid > a > span:first-child {
  color: var(--story-accent);
  margin-bottom: 25px;
}
.team-link-grid h3 {
  font-size: 25px;
}
.team-link-grid p {
  font-size: 13px;
  line-height: 1.75;
  margin: 16px 0 25px;
}
.team-link-grid .text-link {
  margin-top: auto;
  font-size: 12px;
}
.product-path {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
  border: 1px solid var(--story-tint);
  border-radius: 12px;
  overflow: hidden;
}
.product-path > a {
  padding: 25px;
  border-right: 1px solid var(--story-tint);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  transition: background 0.2s;
}
.product-path > a:last-child {
  border: 0;
}
.product-path > a:hover {
  background: #fff;
}
.product-path > a > span {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--story-accent);
  grid-column: 1/-1;
}
.product-path strong {
  font-size: 19px;
  font-weight: 550;
  letter-spacing: -0.035em;
}
.product-path p {
  font-size: 12px;
  line-height: 1.7;
  grid-column: 1/-1;
}
.product-path > a > svg {
  width: 17px;
  height: 17px;
  grid-row: 2;
  grid-column: 2;
  color: var(--story-accent);
}
.experience-next {
  text-align: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(150deg, #fff, var(--story-paper));
}
.experience-next .shell {
  position: relative;
}
.experience-next h2 {
  font-size: clamp(42px, 5vw, 68px);
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.05;
  text-wrap: balance;
}
.experience-next p {
  font-size: 16px;
  max-width: 535px;
  margin: 25px auto 0;
  line-height: 1.8;
}
.experience-next .actions {
  justify-content: center;
}
.experience-next small {
  font-size: 10px;
  display: block;
  margin-top: 25px;
  color: #5b676b;
}
.next-orbit {
  position: absolute;
  width: 650px;
  height: 650px;
  border: 1px solid var(--story-tint);
  border-radius: 50%;
  left: calc(50% - 325px);
  top: -110px;
  pointer-events: none;
  opacity: 0.4;
}
/* Clickable directories advertise the different experiences inside. */
.department-worlds {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}
.department-world {
  border: 1px solid var(--story-tint);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.department-world:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px #1a294615;
}
.department-world-art {
  height: 170px;
  background: var(--story-paper);
  position: relative;
  overflow: hidden;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.department-world-art > span {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border: 1px solid var(--story-accent);
  border-radius: 10px;
  background: #fff;
  color: var(--story-accent);
  position: relative;
  z-index: 1;
}
.department-world-art > strong {
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.035em;
  color: var(--story-ink);
  max-width: 200px;
  line-height: 1.3;
}
.department-world-art > i {
  width: 180px;
  height: 180px;
  position: absolute;
  right: -70px;
  top: -60px;
  border: 1px solid var(--story-accent);
  border-radius: 50%;
  opacity: 0.18;
}
.department-world-art > i:nth-of-type(2) {
  right: -40px;
  top: -30px;
}
.department-world-art > i:nth-of-type(3) {
  right: -10px;
  top: 0;
}
.department-world > div:last-child {
  padding: 26px;
}
.world-directory-label {
  font-size: 8px;
  letter-spacing: 0.11em;
  color: var(--story-accent);
}
.department-world h2 {
  font-size: 28px;
  margin: 12px 0 17px;
  color: var(--story-ink);
}
.department-world p {
  font-size: 13px;
  line-height: 1.8;
  color: #59646b;
}
.department-world .text-link {
  margin-top: 23px;
  color: var(--story-accent);
  font-size: 12px;
}
.industry-spotlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.industry-spotlight {
  border-radius: 14px;
  border: 1px solid var(--story-tint);
  background: var(--story-paper);
  padding: 32px;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s;
}
.industry-spotlight:hover {
  transform: translateY(-4px);
}
.industry-spotlight > span:first-child {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--story-accent);
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 34px;
}
.industry-spotlight > span:first-child svg {
  width: 21px;
  height: 21px;
}
.industry-spotlight h2 {
  font-size: 32px;
  line-height: 1.15;
  color: var(--story-ink);
}
.industry-spotlight p {
  font-size: 13px;
  margin: 20px 0 27px;
  line-height: 1.8;
}
.industry-spotlight .text-link {
  margin-top: auto;
  color: var(--story-accent);
  font-size: 12px;
}
.section-entrance {
  animation: story-arrive 0.65s var(--ease) both;
}
@keyframes scene-arrive {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes story-arrive {
  from {
    opacity: 0.3;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes route-travel {
  from {
    stroke-dashoffset: 130;
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
    opacity: 0.65;
  }
}
@keyframes bar-arrive {
  from {
    transform: scaleY(0.15);
  }
  to {
    transform: scaleY(1);
  }
}
@media (max-width: 1180px) {
  .experience-hero-grid {
    gap: 35px;
  }
  .experience-intro h1 {
    font-size: 55px;
  }
  .experience-lede {
    font-size: 15px;
  }
  .experience-intro .button {
    font-size: 11px;
    padding: 12px 16px;
  }
  .story-scene-top {
    padding: 15px;
  }
  .scene-demo-label {
    font-size: 8px;
  }
  .why-grid {
    gap: 50px;
  }
  .campaign-poster > strong {
    font-size: 32px;
  }
  .campaign-scene {
    padding: 20px;
    gap: 12px;
  }
  .channel-stack button {
    padding: 12px;
  }
  .channel-stack strong {
    font-size: 11px;
  }
  .story-dot {
    font-size: 9px;
    padding: 14px 9px;
  }
  .story-dot > span {
    font-size: 8px;
  }
  .department-worlds {
    gap: 18px;
  }
  .department-world > div:last-child {
    padding: 23px;
  }
  .industry-spotlight {
    padding: 26px;
  }
  .industry-spotlight h2 {
    font-size: 28px;
  }
  .human-boundary {
    align-items: flex-start;
  }
  .human-boundary > a {
    white-space: normal;
  }
  .story-workflow {
    gap: 25px;
  }
  .story-workflow h3 {
    font-size: 25px;
  }
  .scene-hotspot strong {
    overflow-wrap: break-word;
  }
}
@media (max-width: 960px) {
  .experience-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 45px;
  }
  .experience-intro {
    max-width: 700px;
  }
  .experience-intro h1 {
    font-size: 62px;
  }
  .experience-lede {
    max-width: 620px;
    font-size: 17px;
  }
  .experience-hero {
    padding-top: 40px;
  }
  .story-scene {
    width: min(610px, 100%);
    margin-inline: auto;
  }
  .chapter-nav {
    top: 72px;
  }
  .chapter-nav > .shell {
    gap: 25px;
  }
  .chapter-nav a {
    font-size: 11px;
  }
  .why-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .why-grid > div:first-child > p {
    max-width: 620px;
  }
  .context-switch {
    max-width: 620px;
    width: 100%;
    margin-inline: auto;
  }
  .request-quote {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .story-workflow h3 {
    font-size: 23px;
  }
  .story-workflow p {
    font-size: 13px;
  }
  .impact-grid {
    gap: 14px;
  }
  .impact-card summary {
    padding: 20px;
  }
  .impact-card h3 {
    font-size: 21px;
  }
  .impact-body {
    padding-inline: 20px;
  }
  .capability-disclosures {
    grid-template-columns: 1fr 1fr;
  }
  .capability-disclosures > h3 {
    grid-column: 1/-1;
    grid-row: auto;
    max-width: none;
    margin-bottom: 26px;
  }
  .team-link-grid {
    gap: 15px;
  }
  .team-link-grid > a {
    padding: 23px;
  }
  .team-link-grid h3 {
    font-size: 22px;
  }
  .department-worlds {
    grid-template-columns: 1fr 1fr;
  }
  .industry-spotlights {
    gap: 14px;
  }
  .industry-spotlight {
    padding: 23px;
  }
  .industry-spotlight h2 {
    font-size: 26px;
  }
  .industry-spotlight > span:first-child {
    font-size: 9px;
    gap: 8px;
  }
  .product-path > a {
    padding: 20px;
  }
  .product-path strong {
    font-size: 17px;
  }
  .product-path p {
    font-size: 11px;
  }
}
@media (max-width: 680px) {
  .experience .breadcrumb {
    font-size: 10px;
  }
  .experience-hero {
    padding: 35px 0 45px;
  }
  .experience-intro h1 {
    font-size: 43px;
    line-height: 1.09;
    letter-spacing: -0.053em;
  }
  .theme-saffron .experience-intro h1,
  .theme-forest .experience-intro h1,
  .theme-sand .experience-intro h1 {
    font-size: 46px;
  }
  .experience-lede {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 22px;
  }
  .experience-intro .actions {
    gap: 9px;
  }
  .experience-intro .button {
    font-size: 11px;
    padding: 12px 14px;
  }
  .experience-detail-link {
    font-size: 10px;
    line-height: 1.6;
    gap: 8px;
  }
  .experience-detail-link svg {
    width: 13px;
  }
  .experience-hero-grid {
    gap: 32px;
  }
  .chapter-nav > .shell {
    gap: 22px;
    min-height: 52px;
    width: 100%;
    padding: 0 20px;
  }
  .chapter-nav a {
    padding: 16px 0;
    font-size: 10px;
  }
  .chapter-nav a:last-child {
    margin-left: 0;
  }
  .experience section[id] {
    scroll-margin-top: 142px;
  }
  .story-scene {
    border-radius: 14px;
  }
  .story-scene-top {
    padding: 14px 12px;
    gap: 7px;
    font-size: 10px;
  }
  .story-scene-top > span:first-child {
    gap: 5px;
    line-height: 1.5;
  }
  .story-scene-top svg {
    width: 12px;
    height: 12px;
  }
  .scene-demo-label {
    font-size: 7px;
    padding: 3px 5px;
  }
  .world-art {
    min-height: 305px;
  }
  .story-artifact {
    padding: 16px 14px;
    gap: 8px;
    min-height: 94px;
  }
  .story-artifact strong {
    font-size: 10px;
  }
  .story-artifact .scene-overline {
    font-size: 8px;
  }
  .story-play {
    padding: 8px 6px;
    gap: 4px;
    font-size: 9px;
  }
  .story-play > svg {
    display: none;
  }
  .story-navigation .story-dot {
    display: block;
    padding: 12px 9px;
    font-size: 9px;
  }
  .story-dot > span {
    display: block;
    font-size: 8px;
    margin: 0 0 5px;
  }
  .floor-plan {
    padding: 20px 17px 17px;
  }
  .floor-entry {
    font-size: 8px;
    letter-spacing: 0.08em;
  }
  .floor-entry > span {
    font-size: 8px;
  }
  .table-grid {
    gap: 10px 8px;
    padding: 18px 0;
  }
  .table-grid .scene-hotspot {
    font-size: 8px;
    padding: 10px 5px 8px;
  }
  .dining-table {
    width: 51px;
    height: 40px;
  }
  .kitchen-pass strong {
    font-size: 9px;
  }
  .hotel-scene,
  .schedule-scene {
    padding: 23px 18px;
  }
  .room-grid {
    gap: 10px;
  }
  .room-grid button {
    padding: 9px 5px;
  }
  .room-grid button > span:last-child {
    font-size: 8px;
  }
  .scene-route-label {
    font-size: 8px;
    gap: 7px;
  }
  .scene-route-label > span {
    width: 20px;
  }
  .schedule-title {
    gap: 14px;
  }
  .schedule-title h3 {
    font-size: 23px;
  }
  .calendar-date {
    width: 51px;
    height: 62px;
    flex-shrink: 0;
  }
  .appointment-list button {
    padding: 13px 10px;
    gap: 12px;
  }
  .appointment-list strong {
    font-size: 11px;
  }
  .appointment-list small {
    font-size: 9px;
  }
  .campaign-scene {
    padding: 17px 15px;
    gap: 12px;
    min-height: 320px;
  }
  .campaign-poster {
    padding: 15px;
    min-height: 269px;
  }
  .campaign-poster > span {
    font-size: 6px;
    letter-spacing: 0.07em;
  }
  .campaign-poster > strong {
    font-size: 30px;
  }
  .poster-shape {
    width: 170px;
    height: 170px;
    right: -100px;
  }
  .channel-stack {
    gap: 9px;
  }
  .channel-stack button {
    padding: 12px 9px;
  }
  .channel-stack button > span {
    font-size: 6px;
  }
  .channel-stack strong {
    font-size: 10px;
    margin-bottom: 12px;
  }
  .channel-stack svg {
    width: 16px;
    height: 16px;
  }
  .casefile-scene {
    padding: 22px 21px 0;
  }
  .case-paper {
    padding: 20px 18px 16px;
  }
  .case-heading {
    font-size: 7px;
    gap: 6px;
  }
  .case-paper h3 {
    font-size: 28px;
  }
  .case-paper button > strong {
    font-size: 10px;
  }
  .case-paper > p {
    font-size: 7px;
  }
  .pipeline-scene {
    padding: 25px 14px;
  }
  .pipeline-columns {
    gap: 7px;
  }
  .pipeline-column > span {
    font-size: 9px;
    gap: 5px;
  }
  .pipeline-column button {
    padding: 14px 8px;
  }
  .pipeline-column strong {
    font-size: 11px;
  }
  .pipeline-column small {
    font-size: 8px;
  }
  .pipeline-column button > svg {
    margin-bottom: 16px;
  }
  .scene-bottom-note {
    font-size: 9px;
  }
  .operations-scene {
    padding: 22px 16px;
    min-height: 325px;
  }
  .operations-top {
    font-size: 7px;
    gap: 5px;
  }
  .operations-top > span:first-child {
    gap: 5px;
  }
  .process-line {
    gap: 13px;
    margin-block: 28px;
  }
  .process-line button {
    padding: 13px 6px;
  }
  .process-line strong {
    font-size: 11px;
  }
  .dispatch-rows button {
    gap: 7px;
    padding: 10px 7px;
  }
  .dispatch-rows strong {
    font-size: 9px;
  }
  .dispatch-rows button > span:not(.dispatch-led) {
    font-size: 8px;
  }
  .network-scene {
    min-height: 310px;
  }
  .route-lines {
    height: 244px;
    top: 28px;
  }
  .network-node {
    min-width: 80px;
    padding: 13px 9px;
  }
  .network-node > svg {
    width: 19px;
    height: 19px;
  }
  .network-node strong {
    font-size: 8px;
  }
  .network-coordinate {
    font-size: 7px;
    left: 18px;
  }
  .network-legend {
    font-size: 8px;
    left: 18px;
    gap: 7px;
    bottom: 22px;
  }
  .node-0 {
    left: 4%;
    top: 52%;
  }
  .node-1 {
    left: 37%;
    top: 24%;
  }
  .node-2 {
    right: 4%;
    top: 47%;
  }
  .commerce-scene {
    padding: 25px 17px;
  }
  .commerce-heading h3 {
    font-size: 25px;
  }
  .product-shelf {
    gap: 8px;
  }
  .catalog-object {
    height: 96px;
  }
  .catalog-object > i {
    width: 37px;
    height: 55px;
  }
  .object-1 > i {
    width: 43px;
    height: 43px;
  }
  .object-2 > i {
    width: 31px;
    height: 61px;
  }
  .product-shelf button > span {
    font-size: 6px;
    letter-spacing: 0;
    margin-inline: 8px;
  }
  .product-shelf strong {
    font-size: 10px;
    margin-inline: 8px;
  }
  .commerce-note {
    font-size: 9px;
    line-height: 1.6;
  }
  .ledger-scene {
    padding: 24px 19px;
  }
  .ledger-scene h3 {
    font-size: 29px;
  }
  .ledger-table > button {
    font-size: 10px;
    padding-inline: 5px;
  }
  .ledger-table b {
    font-size: 8px;
    margin-right: 7px;
  }
  .ledger-table button > span:last-child {
    font-size: 8px;
  }
  .ledger-signoff {
    gap: 10px;
  }
  .ledger-signoff strong {
    font-size: 9px;
  }
  .property-scene {
    padding: 25px 17px;
    gap: 19px;
    min-height: 322px;
  }
  .building-floors {
    gap: 13px 10px;
    padding: 17px 12px;
  }
  .building-floors > i {
    height: 35px;
  }
  .property-notes button {
    gap: 7px;
    padding: 11px 5px;
  }
  .property-notes strong {
    font-size: 10px;
  }
  .property-notes .scene-overline {
    font-size: 7px;
  }
  .property-notes svg {
    display: none;
  }
  .field-scene {
    padding: 23px 18px;
  }
  .field-map {
    height: 126px;
    margin-inline: 15px;
  }
  .field-notes {
    gap: 7px;
  }
  .field-notes strong {
    font-size: 10px;
  }
  .field-notes button {
    padding: 10px 8px;
  }
  .workshop-scene {
    padding: 25px 16px;
  }
  .workshop-scene > svg {
    height: 160px;
  }
  .workshop-notes {
    gap: 7px;
  }
  .workshop-notes button {
    padding: 10px 8px;
  }
  .workshop-notes strong {
    font-size: 10px;
  }
  .blueprint-scene {
    padding: 25px 17px;
    min-height: 320px;
  }
  .blueprint-core {
    padding: 18px 22px;
    margin: 23px auto 30px;
  }
  .blueprint-core:after {
    height: 30px;
    bottom: -31px;
  }
  .blueprint-core strong {
    font-size: 18px;
  }
  .blueprint-branches {
    gap: 7px;
  }
  .blueprint-branches button {
    padding: 12px 9px;
  }
  .blueprint-branches strong {
    font-size: 10px;
  }
  .learning-scene {
    padding: 24px 18px;
  }
  .notebook {
    padding: 24px 16px 15px 35px;
  }
  .notebook h3 {
    font-size: 28px;
  }
  .notebook strong {
    font-size: 10px;
  }
  .runshow-scene {
    padding: 25px 20px;
  }
  .runshow-scene > h3 {
    font-size: 26px;
    max-width: 220px;
  }
  .runshow-line {
    max-width: 82%;
  }
  .runshow-line button {
    gap: 10px;
    padding: 10px;
  }
  .runshow-line strong {
    font-size: 10px;
  }
  .event-ticket {
    width: 140px;
    min-height: 140px;
    padding: 17px;
  }
  .event-ticket strong {
    font-size: 22px;
  }
  .people-scene {
    padding: 23px 18px;
  }
  .people-notes strong {
    font-size: 10px;
  }
  .signals-scene {
    padding: 25px 18px;
  }
  .signals-scene h3 {
    font-size: 27px;
  }
  .signal-chart {
    gap: 9px;
  }
  .signal-actions {
    gap: 6px;
  }
  .signal-actions button {
    padding: 10px 6px;
    gap: 5px;
  }
  .signal-actions strong {
    font-size: 9px;
  }
  .chart-disclaimer {
    font-size: 7px;
  }
  .planet-world {
    min-height: 330px;
  }
  .planet-sphere {
    width: 99px;
    height: 99px;
    left: calc(50% - 50px);
  }
  .planet-point {
    padding: 7px 9px;
    gap: 6px;
    font-size: 9px;
  }
  .planet-point svg {
    width: 11px;
    height: 11px;
  }
  .point-0 {
    left: 7%;
    top: 63%;
  }
  .point-1 {
    right: 6%;
    top: 26%;
  }
  .point-2 {
    right: 15%;
    bottom: 9%;
  }
  .planet-wordmark {
    font-size: 8px;
    left: 20px;
  }
  .code-scene {
    padding: 0 16px;
    min-height: 323px;
  }
  .code-top > span {
    font-size: 8px;
  }
  .code-body button {
    font-size: 10px;
    gap: 8px;
    padding-inline: 5px;
  }
  .code-comment {
    font-size: 9px;
  }
  .conversation-scene {
    padding: 23px 17px;
  }
  .conversation-top {
    font-size: 7px;
  }
  .message {
    padding: 12px 14px;
    max-width: 95%;
  }
  .message > p {
    font-size: 11px;
  }
  .message-sources {
    font-size: 7px;
    gap: 5px;
  }
  .conversation-actions button {
    padding: 9px 7px;
  }
  .conversation-actions strong {
    font-size: 9px;
  }
  .why-grid {
    gap: 28px;
  }
  .why-grid > div:first-child > h2 {
    font-size: 36px;
  }
  .why-grid > div:first-child > p {
    font-size: 15px;
    margin-top: 22px;
  }
  .context-visual {
    padding: 23px 22px 18px;
  }
  .context-visual h3 {
    font-size: 21px;
  }
  .context-caption {
    padding: 0 22px 23px;
    font-size: 12px;
  }
  .scattered-notes {
    gap: 12px;
    min-height: 140px;
    padding-inline: 0;
  }
  .scattered-notes > span {
    font-size: 10px;
    padding: 9px 12px;
  }
  .connected-notes {
    min-height: 140px;
    gap: 8px;
  }
  .connected-notes > span {
    font-size: 10px;
  }
  .connected-notes > strong {
    width: 61px;
    height: 61px;
    font-size: 11px;
  }
  .workflow-heading {
    display: block;
  }
  .workflow-heading h2 {
    font-size: 38px;
  }
  .workflow-heading > p {
    font-size: 12px;
    max-width: 100%;
    margin-top: 23px;
  }
  .request-quote {
    margin: 28px 0;
    padding: 20px;
    gap: 17px;
  }
  .request-quote blockquote {
    font-size: 22px;
  }
  .request-quote > span {
    font-size: 8px;
  }
  .story-workflow {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .story-workflow article {
    padding-top: 20px;
  }
  .story-workflow h3 {
    font-size: 26px;
    margin: 16px 0 14px;
  }
  .story-workflow p {
    font-size: 14px;
  }
  .workflow-output {
    margin-top: 18px;
    font-size: 10px;
  }
  .human-boundary {
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 35px;
    padding-top: 22px;
  }
  .human-boundary p {
    flex: 1;
    min-width: 220px;
    font-size: 11px;
  }
  .human-boundary > a {
    margin: 0 0 0 36px;
    font-size: 11px;
  }
  .experience-section-heading {
    display: block;
    margin-bottom: 28px;
  }
  .experience-section-heading h2 {
    font-size: 36px;
  }
  .experience-section-heading > p {
    max-width: 100%;
    margin-top: 23px;
    font-size: 14px;
  }
  .impact-grid,
  .impact-grid:has(> details:nth-child(2):last-child) {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .impact-card summary {
    min-height: 110px;
    gap: 15px;
    padding: 23px;
  }
  .impact-card h3 {
    font-size: 24px;
  }
  .impact-body {
    padding: 0 23px 23px;
  }
  .impact-body p {
    font-size: 14px;
  }
  .impact-label {
    font-size: 9px;
  }
  .measure-note {
    font-size: 11px;
    padding: 14px;
  }
  .capability-disclosures {
    grid-template-columns: 1fr;
    margin-top: 37px;
    gap: 0;
  }
  .capability-disclosures > h3 {
    font-size: 25px;
  }
  .capability-disclosures summary {
    font-size: 14px;
    padding: 18px 0;
  }
  .capability-disclosures p {
    font-size: 13px;
  }
  .capability-disclosures a {
    font-size: 12px;
  }
  .team-link-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .team-link-grid > a {
    padding: 26px;
  }
  .team-link-grid h3 {
    font-size: 27px;
  }
  .team-link-grid p {
    font-size: 14px;
  }
  .team-link-grid > a > span:first-child {
    margin-bottom: 20px;
  }
  .product-path {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
  .product-path > a {
    border-right: 0;
    border-bottom: 1px solid var(--story-tint);
    padding: 23px;
  }
  .product-path strong {
    font-size: 22px;
  }
  .product-path p {
    font-size: 13px;
  }
  .experience-next h2 {
    font-size: 45px;
  }
  .experience-next p {
    font-size: 15px;
  }
  .experience-next .button {
    font-size: 11px;
    padding: 12px 14px;
  }
  .experience-next small {
    font-size: 10px;
    line-height: 1.8;
  }
  .department-worlds,
  .industry-spotlights {
    grid-template-columns: 1fr;
    gap: 19px;
  }
  .department-world-art {
    height: 160px;
  }
  .department-world > div:last-child {
    padding: 25px;
  }
  .department-world h2 {
    font-size: 30px;
  }
  .department-world p {
    font-size: 14px;
  }
  .industry-spotlight {
    padding: 30px;
  }
  .industry-spotlight h2 {
    font-size: 33px;
  }
  .industry-spotlight p {
    font-size: 14px;
  }
  .industry-spotlight > span:first-child {
    font-size: 11px;
    margin-bottom: 28px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .story-scene,
  .section-entrance,
  .context-visual,
  .story-artifact > div,
  .impact-body,
  .signal-chart > i,
  .route-trace {
    animation: none !important;
  }
  .reading-progress {
    display: none;
  }
}
