@charset "UTF-8";
:root {
  --paper: #f1eee7;
  --ink: #242622;
  --muted: #696c65;
  --line: #d5d6ce;
  --blue: #3154d8;
  --blue-soft: #e4eaff;
  --clay: #c67655;
  --green: #227050;
  --green-soft: #e2f0e7;
  --amber: #97631a;
  --amber-soft: #fbedd4;
  --red: #a43e35;
  --radius: 18px;
  --accent: var(--blue);
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  color: inherit;
  cursor: pointer;
}
button {
  border: 0;
}
button:disabled {
  cursor: default;
}
a {
  color: inherit;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
button:focus:not(:focus-visible) {
  outline: none;
}
button:disabled {
  opacity: 0.65;
}
button svg {
  pointer-events: none;
}
svg {
  display: block;
}
button:has(svg) {
  align-items: center;
}
img {
  display: block;
  max-width: 100%;
}
p,
h1,
h2,
h3 {
  margin: 0;
}
button {
  background: none;
}
button,
a {
  text-underline-offset: 4px;
}
button:active:not(.folder) {
  transform: translateY(1px);
}
.mono,
.eyebrow,
.home-meta,
.step-count,
.browser-label,
.badge,
.plate-index,
.folio,
.tiny-label {
  font-family: Consolas, 'Courier New', monospace;
}
.icon {
  width: 22px;
  height: 22px;
  flex: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.home {
  max-width: 1512px;
  margin: auto;
  padding: 30px 5vw 24px;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}
.home-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}
.wordmark {
  display: flex;
  gap: 11px;
  align-items: center;
  font-weight: 700;
  letter-spacing: -0.3px;
}
.mark {
  display: grid;
  grid-template-columns: repeat(2, 6px);
  gap: 3px;
  transform: rotate(-8deg);
}
.mark i {
  width: 6px;
  height: 6px;
  background: var(--ink);
}
.mark i:last-child {
  background: var(--blue);
}
.home-meta {
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.home-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin: 7vh 0 9vh;
}
.home h1 {
  font-size: clamp(44px, 6.6vw, 98px);
  font-weight: 500;
  letter-spacing: -0.067em;
  line-height: 0.97;
  max-width: 850px;
}
.home-heading p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
  flex: none;
  margin-bottom: 5px;
}
.folder-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5vw;
  margin: auto 0 25px;
  perspective: 1600px;
}
.folder {
  position: relative;
  height: clamp(285px, 30vw, 408px);
  width: 100%;
  padding: 0;
  text-align: left;
  isolation: isolate;
  transform-style: preserve-3d;
  outline-offset: 15px !important;
}
.folder-back {
  position: absolute;
  inset: 14% 0 0;
  border-radius: 0 16px 20px 20px;
  background: #2343bd;
  box-shadow: 0 21px 35px -28px #17224499;
}
.folder-back:before {
  content: '';
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  width: 43%;
  height: 35px;
  border-radius: 15px 23px 0 0;
  background: inherit;
}
.folder.employer .folder-back {
  background: #a7583b;
}
.folder-sheet {
  position: absolute;
  background: #fffdf7;
  inset: 2% 5% 12%;
  border-radius: 7px 7px 0 0;
  padding: 15px 17px;
  box-shadow: 0 -2px 16px #282a2517;
  transform: rotate(-4deg);
  transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.15, 1);
}
.folder-sheet.sheet-two {
  inset: 8% 3% 6%;
  transform: rotate(3deg);
  background: #e9eddf;
}
.folder-sheet.sheet-one {
  z-index: 1;
}
.folder-sheet-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}
.folder-sheet img {
  height: 135px;
  width: 100%;
  object-fit: cover;
  object-position: top;
  border: 1px solid #e5e5df;
}
.folder-face {
  position: absolute;
  inset: 35% 0 0;
  background: var(--blue);
  color: #fff;
  border-radius: 10px 10px 18px 18px;
  padding: 30px 34px;
  box-shadow:
    inset 0 1px 0 #ffffff45,
    0 17px 25px -24px #222a50aa;
  z-index: 3;
  transform-origin: bottom;
  transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.15, 1);
}
.folder.employer .folder-face {
  background: var(--clay);
  color: #231d17;
}
.plate-index {
  font-size: 11px;
  letter-spacing: 1px;
  opacity: 0.72;
  display: block;
  margin-bottom: 15px;
}
.folder h2 {
  font-size: clamp(26px, 2.8vw, 42px);
  font-weight: 500;
  letter-spacing: -1.3px;
  line-height: 1.06;
  max-width: 85%;
}
.folder-desc {
  display: block;
  font-size: 14px;
  opacity: 0.8;
  margin-top: 15px;
}
.folder-arrow {
  position: absolute;
  bottom: 30px;
  right: 28px;
  border: 1px solid currentColor;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  opacity: 0.8;
  transition: transform 0.3s;
}
.folder:hover .folder-face,
.folder:focus-visible .folder-face {
  transform: rotateX(-13deg);
}
.folder:hover .sheet-one,
.folder:focus-visible .sheet-one {
  transform: translateY(-25px) rotate(-6deg);
}
.folder:hover .sheet-two,
.folder:focus-visible .sheet-two {
  transform: translateY(-14px) rotate(5deg);
}
.folder:hover .folder-arrow {
  transform: rotate(-40deg);
}
.paper-task {
  padding: 15px 12px;
  border: 1px solid #d4d5ca;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.paper-task b {
  font-size: 18px;
}
.paper-task span {
  font-size: 10px;
}
.paper-task small {
  display: block;
  margin-top: 9px;
  font-weight: 400;
}
.sheet-flow {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #536046;
  padding: 17px 5px;
}
.home-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  margin-top: 40px;
  padding-top: 17px;
  font-size: 12px;
  color: var(--muted);
}
.home-bottom span:last-child {
  max-width: 360px;
  text-align: right;
}
.presentation {
  --accent: var(--blue);
  min-height: 100svh;
  display: grid;
  grid-template-rows: 76px 1fr 90px;
  animation: open-folder 0.5s cubic-bezier(0.2, 0.7, 0.15, 1);
}
.presentation[data-route='proposal'] {
  --accent: #a9583c;
}
.story-top {
  margin: 0 3vw;
  padding: 0 0 0 3px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: space-between;
}
.back-home {
  display: flex;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 0;
  white-space: nowrap;
}
.back-home .icon {
  width: 18px;
}
.story-chapter {
  font-size: 13px;
  color: var(--muted);
  margin-right: auto;
  border-left: 1px solid var(--line);
  padding-left: 25px;
}
.text-button {
  font-size: 12px;
  display: inline-flex;
  gap: 7px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #8d9086;
}
.text-button .icon {
  width: 15px;
  height: 15px;
}
.stage {
  display: grid;
  grid-template-columns: minmax(280px, 30%) minmax(0, 1fr);
  gap: 3vw;
  padding: 34px 3vw 30px;
  align-items: center;
  max-width: 1700px;
  width: 100%;
  margin: auto;
}
.narrative {
  padding: 12px 0 20px 1vw;
  align-self: center;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 23px;
}
.narrative h1 {
  font-size: clamp(33px, 3.45vw, 57px);
  font-weight: 500;
  line-height: 1.045;
  letter-spacing: -0.052em;
  max-width: 490px;
}
.narrative .explanation {
  font-size: 16px;
  line-height: 1.55;
  color: var(--muted);
  margin-top: 24px;
  max-width: 320px;
}
.narrative .meaning {
  border-left: 2px solid var(--accent);
  padding: 3px 0 3px 15px;
  margin-top: 28px;
  font-size: 14px;
  line-height: 1.5;
  max-width: 335px;
}
.narrative .secondary-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
}
.narrative .secondary-actions .text-button {
  font-size: 12px;
}
.scene {
  position: relative;
  min-width: 0;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 26px;
  background: #e7e7df;
  border-radius: 22px;
  overflow: hidden;
  isolation: isolate;
}
.scene.dark {
  background: #262b29;
  color: #f3f2eb;
}
.scene .scene-index {
  position: absolute;
  top: 16px;
  left: 20px;
  color: #717769;
  font:
    10px Consolas,
    monospace;
  letter-spacing: 1px;
}
.scene.dark .scene-index {
  color: #99a191;
}
.scene-content {
  width: 100%;
  animation: scene-in 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.browser {
  background: #fff;
  border: 1px solid #c7ccc2;
  border-radius: 9px;
  box-shadow: 0 20px 30px -23px #18222870;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
}
.browser-bar {
  height: 31px;
  border-bottom: 1px solid #e2e5df;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 12px;
  background: #f8f9f5;
  color: #626861;
}
.browser-bar i {
  width: 5px;
  height: 5px;
  background: #c8cbc4;
  border-radius: 50%;
}
.browser-label {
  font-size: 9px;
  letter-spacing: 0.7px;
  margin: auto;
  text-align: center;
}
.browser-bar .zoom-button {
  font-size: 10px;
  padding: 5px 0;
  display: flex;
  gap: 4px;
  color: #686c65;
  align-items: center;
}
.zoom-button .icon {
  width: 12px;
  height: 12px;
}
.image-wrap {
  position: relative;
  overflow: hidden;
}
.image-wrap img {
  width: 100%;
  height: auto;
}
.spotlight {
  position: absolute;
  border: 2px solid #3154d8;
  box-shadow: 0 0 0 1000px #19233b25;
  pointer-events: none;
  border-radius: 4px;
  animation: spot-in 0.55s ease;
}
.spotlight span {
  position: absolute;
  top: -2px;
  left: -2px;
  transform: translateY(-100%);
  background: var(--blue);
  color: white;
  padding: 6px 9px;
  border-radius: 4px 4px 0 0;
  font-size: 11px;
  white-space: nowrap;
  font-weight: 600;
}
.spotlight.inside span {
  top: 0;
  transform: none;
  border-radius: 0 0 4px 0;
}
.compare-controls {
  display: flex;
  gap: 3px;
  background: #d6dbd1;
  border-radius: 8px;
  padding: 4px;
  width: max-content;
  margin: 19px auto 0;
}
.compare-controls button {
  padding: 9px 23px;
  font-size: 12px;
  border-radius: 5px;
  color: #4d554b;
  transition:
    background 0.2s,
    color 0.2s;
}
.compare-controls button[aria-pressed='true'] {
  background: #fff;
  color: var(--ink);
  box-shadow: 0 2px 6px #33452f16;
}
.compare-controls button[aria-pressed='true'].after {
  background: var(--blue);
  color: #fff;
}
.scene-caption {
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
  margin: 15px auto 0;
  color: #666e61;
  max-width: 540px;
}
.dark .scene-caption {
  color: #c1cabe;
}
.mobile-compare {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  padding: 0 8px;
}
.phone {
  width: 205px;
  flex: none;
  background: #1f2525;
  border: 6px solid #262b2b;
  border-radius: 29px;
  box-shadow: 0 23px 25px -22px #152219ab;
  overflow: hidden;
}
.phone img {
  width: 100%;
  border-radius: 22px;
}
.phone-side {
  width: 160px;
}
.phone-side .mini-index {
  font:
    10px Consolas,
    monospace;
  color: #747b6b;
  letter-spacing: 1px;
}
.phone-side h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.8px;
  margin: 12px 0;
}
.phone-side p {
  color: #666e61;
  font-size: 13px;
  line-height: 1.6;
}
.phone .spotlight {
  border-radius: 4px;
}
.phone .spotlight span {
  font-size: 8px;
  padding: 4px;
}
.story-bottom {
  margin: 0 3vw;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 14px 0;
  position: relative;
}
.previous {
  width: 42px;
  height: 42px;
  border: 1px solid #c4c8bd;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: none;
}
.previous .icon {
  width: 18px;
}
.step-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.step-count {
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 0.5px;
}
.step-rail {
  display: flex;
  gap: 4px;
}
.step-rail button {
  padding: 5px 0;
  background: none;
}
.step-rail button:before {
  content: '';
  display: block;
  height: 3px;
  width: 21px;
  background: #c8ccbf;
  border-radius: 2px;
}
.step-rail button[aria-current='step']:before {
  background: var(--accent);
}
.step-rail button.visited:before {
  background: #949d8a;
}
.primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  background: var(--ink);
  color: #fff;
  padding: 16px 23px;
  border-radius: 9px;
  min-height: 51px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 600;
  transition:
    background 0.2s,
    box-shadow 0.2s;
  box-shadow: 0 3px 0 #11141115;
}
.primary:hover {
  background: var(--accent);
  box-shadow: 0 4px 13px #1c212422;
}
.primary .icon {
  width: 18px;
  height: 18px;
}
.story-bottom .primary {
  margin-left: auto;
  min-width: 250px;
}
.key-hint {
  font:
    10px Consolas,
    monospace;
  color: #8a8e82;
  margin-left: auto;
}
.stage-pill {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  font:
    10px Consolas,
    monospace;
  border: 1px solid #c5ccbf;
  border-radius: 4px;
  padding: 6px 8px;
  margin-bottom: 18px;
  color: #69725e;
}
.dark .stage-pill {
  color: #c9d1c3;
  border-color: #535e50;
}
.flow-machine {
  padding: 42px 18px 22px;
}
.machine-title {
  font-size: 12px;
  color: #bbc7b3;
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
.pipeline {
  display: grid;
  grid-template-columns: 1fr 35px 1.1fr 35px 1.2fr;
  align-items: center;
  gap: 4px;
}
.pipe-card {
  background: #333d35;
  border: 1px solid #626e5c;
  border-radius: 12px;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 8px;
  gap: 15px;
}
.pipe-card b {
  font-size: 14px;
  font-weight: 500;
}
.pipe-card span {
  font-size: 11px;
  color: #c1c9bb;
  text-align: center;
}
.pipe-card .icon {
  width: 29px;
  height: 29px;
  color: #c8d9b9;
}
.pipe-arrow {
  color: #91a585;
  display: grid;
  place-items: center;
}
.pipe-card.result {
  background: #dfebd5;
  color: #273324;
  border-color: #dfebd5;
}
.pipe-card.result span {
  color: #5e6f53;
}
.import-count {
  font-size: 36px !important;
  font-weight: 500;
  letter-spacing: -2px;
  font-variant-numeric: tabular-nums;
}
.import-log {
  margin-top: 24px;
  border-top: 1px solid #52614d;
  min-height: 90px;
  padding-top: 20px;
  color: #c9d8bf;
  font-size: 13px;
  line-height: 1.75;
}
.import-log code {
  font-size: 10px;
  letter-spacing: 0.3px;
  color: #8fa580;
  margin-right: 10px;
}
.import-log strong {
  font-weight: 400;
  color: #fff;
}
.statum-frame {
  max-height: 520px;
  max-width: 100%;
  width: max-content;
}
.statum-frame .image-wrap img {
  max-height: 480px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.screen-tabs {
  display: flex;
  gap: 7px;
  justify-content: center;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.screen-tabs button {
  font-size: 11px;
  border-bottom: 1px solid #aeb8a4;
  color: #67765a;
  padding: 7px 5px;
}
.screen-tabs button[aria-pressed='true'] {
  border-color: var(--ink);
  color: var(--ink);
  font-weight: 700;
}
.screen-tabs button span {
  font-size: 10px;
  opacity: 0.6;
  margin-right: 5px;
}
.request-builder {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 20px;
  align-items: center;
  padding: 15px 5px;
}
.form-shot {
  width: 185px;
  max-width: 100%;
  margin: auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 16px 28px -18px #152518b3;
}
.request-sheet {
  background: #fbfcf7;
  padding: 25px;
  border: 1px solid #cdd4c3;
  border-radius: 10px;
  box-shadow: 0 15px 20px -22px #1e301999;
}
.request-sheet h3 {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.6px;
  margin: 18px 0 24px;
}
.request-sheet label {
  font-size: 11px;
  display: block;
  color: #606c55;
  margin-top: 20px;
  margin-bottom: 8px;
}
.request-sheet select {
  width: 100%;
  padding: 11px 9px;
  background: #fff;
  border: 1px solid #c4ccba;
  border-radius: 5px;
  font-size: 13px;
}
.request-sheet input[type='range'] {
  width: 100%;
  accent-color: var(--blue);
  margin-top: 12px;
}
.request-sheet output {
  font-size: 22px;
  display: block;
}
.request-stamp {
  font:
    10px Consolas,
    monospace;
  color: #6b7960;
}
.request-summary {
  padding: 35px 22px;
  max-width: 470px;
  margin: 0 auto;
}
.request-summary .letter {
  background: #fffef8;
  padding: 35px;
  border: 1px solid #c9d2c0;
  border-radius: 5px;
  box-shadow: 9px 9px 0 #cbd3c2;
  transform: rotate(-1deg);
}
.letter .tiny-label {
  font-size: 10px;
  color: #617253;
}
.letter h3 {
  font-size: 29px;
  letter-spacing: -1px;
  font-weight: 500;
  margin: 20px 0;
}
.letter dl {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px;
  font-size: 13px;
}
.letter dt {
  color: #76856a;
}
.letter dd {
  margin: 0;
  text-align: right;
}
.letter .letter-tail {
  border-top: 1px dashed #c1cdb5;
  margin-top: 28px;
  padding-top: 20px;
  font-size: 12px;
  color: #5e6f53;
  line-height: 1.6;
}
.proof-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 40px 6px;
}
.proof {
  background: #fdfdf8;
  border: 1px solid #c4ccbc;
  border-radius: 12px;
  overflow: hidden;
  transform: rotate(-2deg);
}
.proof:nth-child(2) {
  transform: rotate(2deg);
}
.proof img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  object-position: top;
  border-bottom: 1px solid #dfe5d8;
}
.proof-body {
  padding: 24px 20px;
}
.proof h3 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -1px;
}
.proof p {
  font-size: 13px;
  line-height: 1.6;
  margin-top: 16px;
  color: #68785a;
}
.proof button {
  margin-top: 25px;
  font-size: 11px;
}
.job-scene {
  padding: 40px 16px 25px;
  min-height: 385px;
}
.paper-notes {
  position: relative;
  min-height: 320px;
  max-width: 500px;
  margin: auto;
}
.paper-note {
  background: #fffef6;
  border: 1px solid #d0cfbd;
  border-radius: 4px;
  padding: 25px 26px;
  width: 280px;
  position: absolute;
  box-shadow: 0 16px 22px -23px #242f2bab;
}
.paper-note .tiny-label {
  font-size: 9px;
  color: #7e7c68;
}
.paper-note b {
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-top: 12px;
  letter-spacing: -0.5px;
}
.paper-note:nth-child(1) {
  top: 0;
  left: 0;
  transform: rotate(-7deg);
}
.paper-note:nth-child(2) {
  top: 89px;
  right: 0;
  transform: rotate(5deg);
  background: #f5e0c5;
}
.paper-note:nth-child(3) {
  top: 183px;
  left: 27px;
  transform: rotate(-2deg);
  background: #e3eacd;
}
.role-track {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.role-track span {
  font-size: 11px;
  color: #7b826f;
  padding: 7px 10px;
  border: 1px solid transparent;
  border-radius: 5px;
}
.role-track span.on {
  color: #282e22;
  border-color: #a9b498;
  background: #f7f9ef;
}
.role-track .icon {
  width: 17px;
  color: #9ca98c;
}
.job-card {
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
  background: #fffefa;
  border: 1px solid #c6cbbb;
  border-radius: 12px;
  padding: 27px;
  box-shadow: 0 23px 32px -27px #16211270;
  view-transition-name: job-card;
}
.job-card-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.job-number {
  font:
    11px Consolas,
    monospace;
  color: #6d7562;
}
.badge {
  font-size: 9px;
  padding: 6px 8px;
  border-radius: 5px;
  background: var(--blue-soft);
  color: #2948b9;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.badge.amber {
  color: var(--amber);
  background: var(--amber-soft);
}
.badge.green {
  color: var(--green);
  background: var(--green-soft);
}
.badge.red {
  color: var(--red);
  background: #f6e4df;
}
.job-card h3 {
  font-size: 28px;
  letter-spacing: -1px;
  font-weight: 500;
  margin: 25px 0 8px;
}
.job-card .job-sub {
  font-size: 12px;
  color: #7a826d;
}
.job-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 0;
  border-top: 1px solid #e0e3d7;
  margin-top: 20px;
  font-size: 12px;
}
.job-row b {
  font-weight: 500;
}
.job-row span {
  color: #7b846e;
}
.materials {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 26px 0 10px;
}
.part {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e3eadb;
  color: #4a6637;
}
.part .icon {
  width: 18px;
  height: 18px;
}
.part.missing {
  background: #f8efdc;
  border: 1px dashed #ba8e41;
  color: #a97923;
}
.materials b {
  margin-left: auto;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -1px;
}
.job-message {
  padding: 16px;
  background: #f5ead3;
  border-left: 3px solid #bf8a26;
  border-radius: 3px;
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.6;
}
.job-message.green {
  background: var(--green-soft);
  border-color: var(--green);
}
.job-message.blue {
  background: var(--blue-soft);
  border-color: var(--blue);
}
.job-message b {
  display: block;
  font-size: 11px;
  margin-bottom: 6px;
}
.job-history {
  font-size: 10px;
  color: #79866b;
  line-height: 1.8;
  margin-top: 20px;
  display: flex;
  gap: 7px;
  align-items: center;
}
.job-history .icon {
  width: 14px;
  height: 14px;
}
.report-lines {
  margin: 24px 0 0;
  display: grid;
  gap: 11px;
  font-size: 12px;
  color: #4c653c;
}
.report-lines span {
  display: flex;
  gap: 8px;
  align-items: center;
}
.report-lines .icon {
  width: 16px;
  height: 16px;
  color: var(--green);
}
.report-thumb {
  display: flex;
  gap: 10px;
  margin-top: 17px;
}
.report-thumb i {
  background: #d4dfc8;
  width: 70px;
  height: 45px;
  border-radius: 4px;
  display: grid;
  place-items: center;
  color: #617651;
}
.brigade-board {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 30px 0 7px;
}
.brigade-row {
  display: grid;
  grid-template-columns: 41px 1fr auto;
  gap: 18px;
  align-items: center;
  text-align: left;
  padding: 18px 20px;
  border: 1px solid #c2cab6;
  border-radius: 11px;
  background: #f7f9ef;
  width: 100%;
  transition:
    transform 0.2s,
    border-color 0.2s;
}
.brigade-row:hover {
  transform: translateX(3px);
  border-color: #787f70;
}
.brigade-row[aria-pressed='true'] {
  border: 2px solid var(--blue);
  padding: 17px 19px;
  background: #fff;
}
.crew-letter {
  height: 36px;
  width: 36px;
  background: #e6e9df;
  display: grid;
  place-items: center;
  border-radius: 7px;
  font-size: 15px;
}
.brigade-row strong {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.8px;
}
.brigade-row p {
  font-size: 12px;
  color: #78826b;
  margin-top: 5px;
}
.brigade-row .icon {
  width: 18px;
  color: #78866a;
}
.brigade-measure {
  background: #e0e8d6;
  border-radius: 9px;
  margin-top: 18px;
  padding: 22px;
  font-size: 13px;
  color: #3d5130;
  line-height: 1.65;
  min-height: 107px;
}
.brigade-measure b {
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 15px;
}
.llm-stage {
  padding: 27px 2px 0;
}
.llm-disclosure {
  font:
    9px Consolas,
    monospace;
  color: #677658;
  margin: 0 0 22px;
  line-height: 1.5;
}
.notes-six {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px;
}
.review-note {
  background: #fffcf1;
  padding: 18px;
  border-radius: 4px;
  border: 1px solid #d4ccaf;
  box-shadow: 0 5px 0 -3px #d2d8c6;
  min-height: 97px;
  animation: scene-in 0.4s both;
}
.review-note:nth-child(2n) {
  transform: rotate(1deg);
}
.review-note:nth-child(3n) {
  transform: rotate(-1deg);
}
.review-note code {
  font-size: 9px;
  color: #8c8b76;
  display: block;
  margin-bottom: 10px;
}
.review-note p {
  font-size: 12px;
  line-height: 1.5;
}
.theme-groups {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}
.theme-group {
  background: #f8f7e9;
  border: 1px solid #c5cfb6;
  border-radius: 9px;
  padding: 25px 20px;
  min-height: 250px;
}
.theme-group strong {
  font-size: 64px;
  letter-spacing: -4px;
  font-weight: 400;
  line-height: 1;
  color: #4b6240;
}
.theme-group h3 {
  font-size: 21px;
  letter-spacing: -0.7px;
  font-weight: 500;
  margin: 20px 0 12px;
}
.theme-group p {
  font-size: 12px;
  line-height: 1.65;
  color: #6a7c5d;
}
.theme-group code {
  font-size: 9px;
  color: #859575;
  display: block;
  margin-top: 20px;
}
.draft-box {
  background: #fffdf6;
  border: 1px solid #c6ceba;
  padding: 26px;
  border-radius: 9px;
  max-width: 560px;
  margin: auto;
}
.draft-box label {
  font-size: 12px;
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
}
.draft-box textarea {
  display: block;
  width: 100%;
  min-height: 180px;
  resize: vertical;
  padding: 15px;
  line-height: 1.7;
  font-size: 13px;
  border: 1px solid #c4cdb8;
  border-radius: 6px;
  background: #fff;
}
.draft-box .source-button {
  font-size: 11px;
  border-bottom: 1px solid #828d77;
  margin-top: 17px;
  padding: 0 0 5px;
  text-align: left;
}
.draft-error {
  color: var(--red);
  font-size: 12px;
  margin-top: 12px;
  min-height: 14px;
}
.advice-card {
  padding: 27px;
  max-width: 540px;
  margin: auto;
  background: #fffdf7;
  border: 1px solid #c7d2bb;
  border-radius: 10px;
}
.advice-card h3 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.8px;
  margin: 17px 0;
}
.approved-copy {
  font-size: 13px;
  line-height: 1.75;
  white-space: pre-line;
  color: #485b3a;
  padding: 20px;
  background: #e8efdf;
  border-left: 3px solid var(--green);
  border-radius: 3px;
}
.llm-roles {
  display: flex;
  justify-content: center;
  gap: 18px;
  font-size: 10px;
  color: #748665;
  border-top: 1px solid #c4ceb8;
  padding-top: 18px;
  margin-top: 22px;
}
.llm-roles b {
  font-weight: 600;
  color: #40552f;
}
.pilot-timeline {
  padding: 28px 5px 10px;
  position: relative;
}
.pilot-line {
  position: absolute;
  left: 26px;
  top: 62px;
  bottom: 48px;
  border-left: 1px solid #67785d;
}
.pilot-week {
  position: relative;
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 20px;
  align-items: center;
  padding: 17px 0;
}
.week-n {
  border: 1px solid #8c9d80;
  border-radius: 50%;
  height: 42px;
  width: 42px;
  display: grid;
  place-items: center;
  font:
    12px Consolas,
    monospace;
  background: #262b29;
  color: #c7d6bc;
}
.pilot-week h3 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.7px;
}
.pilot-week p {
  color: #a7b99b;
  font-size: 12px;
  margin-top: 8px;
  line-height: 1.5;
}
.pilot-need {
  padding: 25px;
  border: 1px solid #68785e;
  border-radius: 9px;
  margin-top: 22px;
  background: #35402e;
  font-size: 13px;
  line-height: 1.8;
  color: #d0ddc6;
}
.pilot-need b {
  color: #f6f8ee;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}
.finish-options {
  display: flex;
  gap: 14px;
  margin-top: 25px;
}
.finish-options button {
  background: #4b5d3e;
  color: #eef2e9;
  border: 1px solid #6d7d60;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 11px;
}
.modal {
  border: 0;
  border-radius: 17px;
  padding: 0;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 35px 90px #11191a66;
  max-height: 90svh;
  width: min(880px, 92vw);
  max-width: 92vw;
}
.modal::backdrop {
  background: #20252299;
  backdrop-filter: blur(5px);
}
.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 27px;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  background: var(--paper);
  z-index: 2;
  font-size: 12px;
  gap: 15px;
}
.modal-close {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid #bac0b0;
  border-radius: 50%;
  flex: none;
}
.modal-close .icon {
  width: 17px;
}
.modal-body {
  padding: 35px;
}
.modal-body h2 {
  font-weight: 500;
  letter-spacing: -1.3px;
  font-size: 34px;
  margin-bottom: 26px;
}
.modal-body h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 26px 0 12px;
}
.modal-body p,
.modal-body li {
  font-size: 14px;
  line-height: 1.65;
  color: #616b58;
}
.modal-body ul {
  padding-left: 19px;
}
.passport-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 30px;
}
.passport-grid h3 {
  margin-top: 0;
}
.passport-grid .wide {
  grid-column: 1/-1;
}
.tech-fact {
  padding: 20px;
  background: #e1e6d8;
  border-radius: 9px;
  margin: 22px 0;
}
.tech-fact strong {
  font-size: 31px;
  letter-spacing: -1px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.gantt {
  display: grid;
  grid-template-columns: 140px repeat(8, 1fr);
  gap: 7px;
  font-size: 10px;
  align-items: center;
  margin: 15px 0;
}
.gantt b {
  font-weight: 400;
  color: #657259;
  font-family: Consolas, monospace;
}
.gantt span {
  font-size: 12px;
}
.gantt i {
  height: 15px;
  background: #c8cfbd;
  border-radius: 3px;
}
.gantt i.fill {
  background: var(--blue);
}
.modal.viewer {
  width: 96vw;
  max-width: 96vw;
  max-height: 96svh;
}
.viewer .modal-body {
  padding: 20px;
  background: #dedfd6;
}
.viewer img {
  width: auto;
  margin: auto;
  max-height: none;
  max-width: 100%;
}
.modal.demo-modal {
  width: calc(100vw - 36px);
  max-width: 1600px;
  height: calc(100svh - 36px);
  max-height: calc(100svh - 36px);
  overflow: hidden;
  border-radius: 15px;
}
.demo-modal .modal-header {
  height: 62px;
  padding: 12px 21px;
}
.demo-modal .modal-body {
  padding: 0;
  height: calc(100% - 62px);
  overflow: hidden;
}
.demo-modal iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #f1f4f8;
}
.demo-modal .return-button {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 600;
  font-size: 13px;
}
.demo-modal .return-button .icon {
  width: 16px;
}
.demo-modal .demo-help {
  font-size: 11px;
  color: #727c65;
}
.print-deck {
  display: none;
}
.footnote {
  color: #6f7c63;
  font-size: 10px;
  line-height: 1.65;
  margin-top: 19px;
}
.scene a.text-button {
  color: inherit;
}
.screen-instruction {
  font-size: 11px;
  color: #69775c;
  margin-top: 15px;
  text-align: center;
}
.empty-space {
  min-height: 30px;
}
@keyframes open-folder {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.975);
    transform-origin: var(--open-origin, 50% 75%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes scene-in {
  from {
    opacity: 0;
    transform: translateY(13px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes spot-in {
  from {
    opacity: 0;
    scale: 1.03;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
::view-transition-old(job-card),
::view-transition-new(job-card) {
  animation-duration: 0.45s;
  animation-timing-function: cubic-bezier(0.2, 0.7, 0.2, 1);
}
::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: 0.18s;
}
@media (min-width: 1600px) {
  .scene {
    min-height: 580px;
  }
  .statum-frame .image-wrap img {
    max-height: 540px;
  }
  .statum-frame {
    max-height: 580px;
  }
  .stage {
    gap: 50px;
  }
}
@media (max-height: 820px) and (min-width: 901px) {
  .presentation {
    grid-template-rows: 65px 1fr 79px;
  }
  .stage {
    padding-top: 25px;
    padding-bottom: 25px;
    gap: 2.5vw;
  }
  .scene {
    min-height: 400px;
    padding: 22px;
  }
  .narrative h1 {
    font-size: clamp(33px, 3.4vw, 49px);
  }
  .narrative .explanation {
    margin-top: 18px;
    font-size: 14px;
  }
  .narrative .meaning {
    margin-top: 19px;
    font-size: 12px;
  }
  .narrative .secondary-actions {
    margin-top: 20px;
  }
  .statum-frame .image-wrap img {
    max-height: 380px;
  }
  .statum-frame {
    max-height: 420px;
  }
  .phone {
    width: 174px;
  }
  .mobile-compare {
    gap: 30px;
  }
  .job-scene {
    padding-top: 25px;
  }
  .flow-machine {
    padding-top: 20px;
  }
  .home-heading {
    margin-top: 5vh;
    margin-bottom: 6vh;
  }
  .folder {
    height: clamp(280px, 27vw, 340px);
  }
  .folder-face {
    padding: 25px 28px;
  }
  .folder-desc {
    font-size: 12px;
  }
  .home-bottom {
    margin-top: 26px;
  }
  .llm-stage {
    padding-top: 15px;
  }
  .review-note {
    min-height: 89px;
    padding: 14px;
  }
  .theme-group {
    min-height: 233px;
  }
  .draft-box textarea {
    min-height: 160px;
  }
  .pilot-week {
    padding: 13px 0;
  }
}
@media (max-width: 1100px) {
  .story-chapter {
    display: none;
  }
  .stage {
    grid-template-columns: minmax(260px, 31%) minmax(0, 1fr);
    gap: 20px;
  }
  .scene {
    padding: 21px;
  }
  .narrative h1 {
    font-size: 37px;
  }
  .narrative .explanation {
    font-size: 14px;
  }
  .pipeline {
    grid-template-columns: 1fr 20px 1fr 20px 1fr;
  }
  .pipe-card {
    min-height: 142px;
  }
  .pipe-card b {
    font-size: 12px;
  }
  .import-count {
    font-size: 29px !important;
  }
  .job-scene {
    padding-left: 0;
    padding-right: 0;
  }
  .request-builder {
    gap: 12px;
  }
  .request-sheet {
    padding: 20px;
  }
  .request-sheet h3 {
    font-size: 21px;
  }
  .llm-roles {
    gap: 10px;
    flex-wrap: wrap;
  }
  .phone-side {
    width: 125px;
  }
  .phone-side h3 {
    font-size: 21px;
  }
  .brigade-row {
    padding: 18px 13px;
    gap: 13px;
  }
  .brigade-row[aria-pressed='true'] {
    padding: 17px 12px;
  }
  .brigade-row strong {
    font-size: 21px;
  }
  .theme-group {
    padding: 22px 17px;
  }
  .theme-group h3 {
    font-size: 19px;
  }
  .draft-box {
    padding: 22px;
  }
  .proof-body {
    padding: 23px 15px;
  }
}
@media (max-width: 900px) {
  .home {
    padding: 24px 6vw;
  }
  .home-heading {
    align-items: start;
    margin: 65px 0 70px;
    display: block;
  }
  .home h1 {
    font-size: 70px;
    max-width: 620px;
  }
  .home-heading p {
    margin-top: 24px;
    font-size: 14px;
  }
  .home-heading p br {
    display: none;
  }
  .folder-grid {
    gap: 32px;
  }
  .folder {
    height: 285px;
  }
  .folder-face {
    padding: 23px;
  }
  .folder h2 {
    font-size: 28px;
    letter-spacing: -1px;
  }
  .folder-desc {
    font-size: 11px;
    max-width: 180px;
    line-height: 1.5;
  }
  .folder-arrow {
    width: 29px;
    height: 29px;
    bottom: 24px;
    right: 19px;
  }
  .folder-arrow .icon {
    width: 17px;
  }
  .folder-sheet {
    padding: 12px;
  }
  .folder-sheet-head {
    font-size: 9px;
  }
  .presentation {
    display: block;
    padding-bottom: 92px;
  }
  .story-top {
    height: 68px;
    margin: 0 5vw;
  }
  .stage {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 30px 5vw 25px;
  }
  .narrative {
    align-self: stretch;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 35px;
  }
  .narrative .eyebrow {
    grid-column: 1/-1;
    margin-bottom: 14px;
  }
  .narrative h1 {
    font-size: 37px;
    grid-row: 2/4;
  }
  .narrative .explanation {
    margin-top: 0;
    max-width: none;
  }
  .narrative .meaning {
    margin-top: 17px;
    max-width: none;
  }
  .narrative .secondary-actions {
    grid-column: 1/-1;
    margin-top: 20px;
  }
  .scene {
    width: 100%;
    min-height: 420px;
    padding: 30px;
  }
  .story-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 14px 5vw;
    background: var(--paper);
    z-index: 3;
    box-shadow: 0 -12px 30px -24px #2732263a;
    gap: 18px;
    min-height: 85px;
  }
  .story-bottom .primary {
    min-width: 235px;
  }
  .key-hint {
    display: none;
  }
  .phone {
    width: 190px;
  }
  .phone-side {
    width: 170px;
  }
  .phone-side h3 {
    font-size: 25px;
  }
  .statum-frame .image-wrap img {
    max-height: 450px;
  }
  .statum-frame {
    max-height: 490px;
  }
  .job-scene {
    max-width: 550px;
    margin: auto;
  }
  .flow-machine {
    max-width: 650px;
    margin: auto;
  }
  .proof-pair {
    max-width: 650px;
    margin: auto;
  }
  .llm-stage {
    max-width: 640px;
    margin: auto;
  }
  .brigade-board {
    max-width: 600px;
    margin: auto;
  }
  .pilot-timeline {
    max-width: 550px;
    margin: auto;
  }
  .pilot-week {
    padding: 18px 0;
  }
  .request-builder {
    max-width: 570px;
    margin: auto;
  }
  .paper-notes {
    min-height: 315px;
  }
  .home-bottom {
    margin-top: 38px;
  }
}
@media (max-width: 600px) {
  .home {
    padding: 20px 22px 24px;
  }
  .home-top {
    font-size: 12px;
  }
  .home-meta {
    font-size: 9px;
    letter-spacing: 0.5px;
  }
  .home-heading {
    margin: 45px 0 63px;
  }
  .home h1 {
    font-size: 53px;
    letter-spacing: -3px;
    max-width: 380px;
  }
  .home-heading p {
    font-size: 13px;
    margin-top: 20px;
  }
  .folder-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .folder {
    height: 298px;
    max-width: 460px;
    margin: auto;
  }
  .folder-face {
    padding: 28px;
  }
  .folder h2 {
    font-size: 32px;
    max-width: 85%;
    letter-spacing: -1.4px;
  }
  .plate-index {
    margin-bottom: 15px;
  }
  .folder-desc {
    font-size: 12px;
    max-width: 260px;
  }
  .folder-arrow {
    bottom: 25px;
    right: 24px;
    width: 34px;
    height: 34px;
  }
  .folder-sheet img {
    height: 150px;
  }
  .folder-sheet-head {
    font-size: 10px;
  }
  .home-bottom {
    font-size: 10px;
    line-height: 1.6;
    margin-top: 20px;
    padding-top: 18px;
  }
  .home-bottom span:last-child {
    max-width: 170px;
  }
  .story-top {
    height: 61px;
    margin: 0 20px;
    gap: 12px;
  }
  .back-home {
    font-size: 12px;
    gap: 8px;
  }
  .back-home .icon {
    width: 15px;
  }
  .story-top > .text-button {
    font-size: 10px;
    white-space: nowrap;
  }
  .story-top > .text-button .icon {
    display: none;
  }
  .stage {
    padding: 25px 20px 28px;
    gap: 24px;
  }
  .narrative {
    display: block;
  }
  .eyebrow {
    font-size: 9px !important;
    letter-spacing: 0.8px !important;
    margin-bottom: 14px !important;
  }
  .narrative h1 {
    font-size: 36px;
    line-height: 1.055;
    max-width: 400px;
    letter-spacing: -1.5px;
  }
  .narrative .explanation {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 15px;
    max-width: 370px;
  }
  .narrative .meaning {
    font-size: 12px;
    margin-top: 15px;
    padding-left: 12px;
    max-width: 370px;
  }
  .narrative .secondary-actions {
    margin-top: 17px;
    gap: 12px 18px;
  }
  .narrative .secondary-actions .text-button {
    font-size: 11px;
    padding: 4px 0 7px;
  }
  .scene {
    border-radius: 14px;
    min-height: 300px;
    padding: 23px 13px;
  }
  .scene .scene-index {
    font-size: 8px;
    top: 10px;
    left: 14px;
  }
  .browser-bar {
    height: 25px;
    padding: 0 7px;
  }
  .browser-bar i {
    width: 4px;
    height: 4px;
  }
  .browser-label {
    font-size: 7px;
    letter-spacing: 0.25px;
  }
  .browser-bar .zoom-button {
    font-size: 0;
  }
  .zoom-button .icon {
    width: 12px;
    height: 12px;
  }
  .spotlight {
    border-width: 1px;
  }
  .spotlight span {
    font-size: 7px;
    padding: 3px 5px;
  }
  .compare-controls {
    margin-top: 16px;
  }
  .compare-controls button {
    padding: 8px 22px;
    font-size: 11px;
  }
  .scene-caption {
    font-size: 10px;
    margin-top: 13px;
  }
  .mobile-compare {
    gap: 17px;
    padding: 0 3px;
  }
  .phone {
    width: 153px;
    border: 4px solid #262b2b;
    border-radius: 22px;
  }
  .phone img {
    border-radius: 17px;
  }
  .phone-side {
    width: auto;
    flex: 1;
  }
  .phone-side h3 {
    font-size: 19px;
    letter-spacing: -0.6px;
    line-height: 1.1;
  }
  .phone-side p {
    font-size: 11px;
    line-height: 1.55;
  }
  .phone-side .mini-index {
    font-size: 8px;
  }
  .story-bottom {
    padding: 12px 18px calc(12px + env(safe-area-inset-bottom));
    gap: 10px;
    flex-wrap: wrap;
    min-height: 87px;
  }
  .previous {
    width: 32px;
    height: 32px;
  }
  .previous .icon {
    width: 15px;
  }
  .step-info {
    gap: 7px;
  }
  .step-count {
    font-size: 8px;
  }
  .step-rail {
    gap: 3px;
  }
  .step-rail button:before {
    width: 10px;
    height: 2px;
  }
  .story-bottom .primary {
    font-size: 11px;
    padding: 12px 14px;
    gap: 9px;
    min-width: 0;
    min-height: 45px;
    max-width: calc(100% - 131px);
    flex: 1;
    margin-left: auto;
  }
  .primary .icon {
    width: 15px;
    height: 15px;
  }
  .flow-machine {
    padding: 24px 0 12px;
  }
  .machine-title {
    font-size: 9px;
    gap: 12px;
    margin-bottom: 24px;
  }
  .pipeline {
    grid-template-columns: 1fr 15px 1fr 15px 1fr;
    gap: 1px;
  }
  .pipe-card {
    border-radius: 7px;
    min-height: 125px;
    padding: 14px 4px;
    gap: 14px;
  }
  .pipe-card b {
    font-size: 10px;
  }
  .pipe-card span {
    font-size: 8px;
  }
  .pipe-card .icon {
    width: 23px;
    height: 23px;
  }
  .pipe-arrow .icon {
    width: 12px;
    height: 12px;
  }
  .import-count {
    font-size: 23px !important;
    letter-spacing: -1px;
  }
  .import-log {
    font-size: 11px;
    min-height: 100px;
    margin-top: 19px;
  }
  .import-log code {
    font-size: 8px;
    display: block;
  }
  .screen-tabs {
    gap: 8px;
    margin-bottom: 13px;
  }
  .screen-tabs button {
    font-size: 10px;
  }
  .statum-frame .image-wrap img {
    max-height: 400px;
  }
  .statum-frame {
    max-height: 430px;
  }
  .request-builder {
    gap: 10px;
    padding: 13px 0;
  }
  .form-shot {
    width: 110px;
    min-width: 0;
  }
  .request-sheet {
    padding: 17px 12px;
    min-width: 0;
  }
  .request-sheet h3 {
    font-size: 19px;
    letter-spacing: -0.7px;
    margin: 12px 0 18px;
  }
  .request-sheet label {
    font-size: 10px;
    margin-top: 15px;
  }
  .request-sheet select {
    font-size: 11px;
    padding: 9px 4px;
  }
  .request-sheet output {
    font-size: 19px;
  }
  .request-stamp {
    font-size: 8px;
  }
  .request-summary {
    padding: 25px 12px;
  }
  .request-summary .letter {
    padding: 25px 20px;
  }
  .letter h3 {
    font-size: 24px;
  }
  .letter dl {
    font-size: 11px;
    gap: 14px;
  }
  .letter .letter-tail {
    font-size: 11px;
  }
  .proof-pair {
    gap: 13px;
    padding: 30px 2px;
  }
  .proof {
    border-radius: 8px;
  }
  .proof img {
    height: 80px;
  }
  .proof-body {
    padding: 19px 13px;
  }
  .proof h3 {
    font-size: 21px;
  }
  .proof p {
    font-size: 11px;
    margin-top: 12px;
  }
  .proof button {
    font-size: 10px;
    margin-top: 18px;
    text-align: left;
  }
  .job-scene {
    min-height: 290px;
    padding: 28px 2px 8px;
  }
  .paper-notes {
    min-height: 300px;
  }
  .paper-note {
    width: 228px;
    padding: 21px;
  }
  .paper-note b {
    font-size: 19px;
  }
  .paper-note:nth-child(3) {
    left: 16px;
    top: 180px;
  }
  .role-track {
    gap: 4px;
    margin-bottom: 19px;
  }
  .role-track span {
    font-size: 9px;
    padding: 6px 8px;
  }
  .role-track .icon {
    width: 13px;
  }
  .job-card {
    padding: 22px 18px;
    border-radius: 9px;
  }
  .job-number {
    font-size: 10px;
  }
  .badge {
    font-size: 8px;
    padding: 5px 6px;
  }
  .job-card h3 {
    font-size: 24px;
    margin-top: 22px;
  }
  .job-card .job-sub {
    font-size: 10px;
  }
  .job-row {
    font-size: 11px;
    gap: 10px;
    margin-top: 18px;
  }
  .job-message {
    font-size: 11px;
    padding: 12px;
  }
  .job-message b {
    font-size: 10px;
  }
  .materials {
    gap: 8px;
    margin-top: 23px;
  }
  .part {
    width: 33px;
    height: 33px;
  }
  .materials b {
    font-size: 23px;
  }
  .job-history {
    font-size: 9px;
    gap: 5px;
  }
  .report-lines {
    font-size: 10px;
  }
  .brigade-board {
    gap: 10px;
    padding-top: 24px;
  }
  .brigade-row {
    grid-template-columns: 29px 1fr 15px;
    padding: 15px 12px;
    gap: 11px;
    border-radius: 8px;
  }
  .brigade-row[aria-pressed='true'] {
    padding: 14px 11px;
  }
  .crew-letter {
    width: 29px;
    height: 29px;
    font-size: 12px;
  }
  .brigade-row strong {
    font-size: 20px;
    letter-spacing: -0.6px;
  }
  .brigade-row p {
    font-size: 10px;
    line-height: 1.5;
  }
  .brigade-measure {
    padding: 19px;
    font-size: 11px;
    min-height: 125px;
  }
  .brigade-measure b {
    font-size: 13px;
  }
  .llm-stage {
    padding-top: 18px;
  }
  .llm-disclosure {
    font-size: 8px;
    margin-bottom: 17px;
  }
  .notes-six {
    gap: 9px;
  }
  .review-note {
    padding: 13px 11px;
    min-height: 112px;
  }
  .review-note code {
    font-size: 8px;
    margin-bottom: 9px;
  }
  .review-note p {
    font-size: 11px;
  }
  .theme-groups {
    gap: 10px;
  }
  .theme-group {
    padding: 22px 14px;
    min-height: 263px;
  }
  .theme-group strong {
    font-size: 54px;
  }
  .theme-group h3 {
    font-size: 18px;
    line-height: 1.1;
    margin-top: 18px;
  }
  .theme-group p {
    font-size: 11px;
  }
  .theme-group code {
    font-size: 8px;
    line-height: 1.6;
  }
  .draft-box {
    padding: 20px 15px;
  }
  .draft-box textarea {
    font-size: 12px;
    min-height: 240px;
    padding: 12px;
  }
  .draft-box label {
    font-size: 11px;
    line-height: 1.5;
  }
  .draft-box .source-button {
    font-size: 10px;
    line-height: 1.5;
  }
  .llm-roles {
    gap: 8px;
    font-size: 8px;
    line-height: 1.5;
  }
  .advice-card {
    padding: 23px 18px;
  }
  .advice-card h3 {
    font-size: 23px;
  }
  .approved-copy {
    padding: 16px;
    font-size: 12px;
  }
  .pilot-week {
    padding: 16px 0;
    grid-template-columns: 36px 1fr;
    gap: 17px;
  }
  .week-n {
    width: 36px;
    height: 36px;
    font-size: 10px;
  }
  .pilot-line {
    left: 23px;
  }
  .pilot-week h3 {
    font-size: 20px;
  }
  .pilot-week p {
    font-size: 11px;
    line-height: 1.6;
  }
  .pilot-need {
    padding: 20px;
    font-size: 12px;
  }
  .footnote {
    font-size: 9px;
  }
  .modal {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    max-height: 92svh;
    border-radius: 12px;
  }
  .modal-header {
    padding: 15px 20px;
    font-size: 11px;
  }
  .modal-body {
    padding: 26px 23px;
  }
  .modal-body h2 {
    font-size: 30px;
    letter-spacing: -1px;
    margin-bottom: 24px;
  }
  .modal-body p,
  .modal-body li {
    font-size: 12px;
  }
  .passport-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .passport-grid h3 {
    font-size: 14px;
  }
  .tech-fact strong {
    font-size: 26px;
  }
  .gantt {
    grid-template-columns: 90px repeat(8, 1fr);
    gap: 4px;
  }
  .gantt span {
    font-size: 10px;
  }
  .modal.demo-modal {
    width: 100vw;
    max-width: 100vw;
    height: 100svh;
    max-height: 100svh;
    border-radius: 0;
    margin: 0;
  }
  .demo-modal .modal-header {
    padding: 12px 15px;
    height: 59px;
  }
  .demo-modal .modal-body {
    height: calc(100% - 59px);
  }
  .demo-modal .return-button {
    font-size: 11px;
    gap: 6px;
  }
  .demo-modal .demo-help {
    display: none;
  }
  .demo-modal .modal-close {
    width: 28px;
    height: 28px;
  }
  .modal.viewer .modal-body {
    padding: 7px;
  }
  .modal.viewer {
    max-width: 100vw;
    width: 100vw;
  }
  .viewer img {
    max-width: none;
    width: 100%;
    height: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  ::view-transition-group(*) {
    animation-duration: 0s !important;
  }
  .folder:hover .folder-face,
  .folder:hover .sheet-one,
  .folder:hover .sheet-two {
    transform: none;
  }
}
@media print {
  @page {
    size: 297mm 210mm;
    margin: 0;
  }
  body {
    background: #f1eee7;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  #app,
  .modal {
    display: none !important;
  }
  .print-deck {
    display: block;
  }
  .print-page {
    width: 297mm;
    height: 210mm;
    break-after: page;
    page-break-after: always;
    padding: 14mm 16mm;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
  }
  .print-page:last-child {
    break-after: auto;
  }
  .print-head {
    font:
      10px Consolas,
      monospace;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #647058;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8mm;
  }
  .print-page h2 {
    font-size: 38px;
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -1.5px;
    max-width: 900px;
    margin-bottom: 5mm;
  }
  .print-page .print-sub {
    font-size: 14px;
    line-height: 1.5;
    color: #606d55;
    max-width: 850px;
    margin-bottom: 8mm;
  }
  .print-visual {
    flex: 1;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7mm;
    background: #e6e8dd;
    border-radius: 5mm;
    padding: 7mm;
  }
  .print-visual figure {
    margin: 0;
    min-width: 0;
    max-width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4mm;
  }
  .print-visual img {
    max-height: 108mm;
    width: auto;
    object-fit: contain;
    max-width: 100%;
    border-radius: 2mm;
  }
  .print-visual figcaption {
    font:
      11px Consolas,
      monospace;
    color: #626f54;
  }
  .print-page .print-note {
    font-size: 10px;
    line-height: 1.5;
    color: #727f66;
    padding-top: 5mm;
  }
  .print-flow {
    display: flex;
    gap: 6mm;
    width: 100%;
    align-items: stretch;
  }
  .print-flow article {
    flex: 1;
    padding: 7mm;
    background: #fffdf5;
    border: 1px solid #c7d0bb;
    border-radius: 3mm;
  }
  .print-flow b {
    font-size: 40px;
    display: block;
    font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: 5mm;
  }
  .print-flow h3 {
    font-size: 23px;
    font-weight: 500;
    letter-spacing: -0.7px;
    margin-bottom: 5mm;
  }
  .print-flow p {
    font-size: 14px;
    line-height: 1.6;
    color: #68785a;
  }
  .print-page .folio {
    position: absolute;
    bottom: 5mm;
    right: 16mm;
    font-size: 10px;
    color: #738066;
  }
  .print-page.cover {
    justify-content: center;
    background: #e9ecde;
  }
  .print-page.cover h2 {
    font-size: 72px;
    line-height: 1;
    letter-spacing: -4px;
    max-width: 800px;
    margin-bottom: 20mm;
  }
  .print-route {
    display: flex;
    gap: 12mm;
  }
  .print-route div {
    padding: 13mm;
    border-radius: 4mm;
    background: var(--blue);
    color: white;
    flex: 1;
  }
  .print-route div:last-child {
    background: var(--clay);
    color: var(--ink);
  }
  .print-route h3 {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 1.05;
  }
  .print-route p {
    font-size: 13px;
    margin-top: 6mm;
    opacity: 0.8;
  }
}

::view-transition-group(folder-surface) {
  animation-duration: 0.55s;
  animation-timing-function: cubic-bezier(0.2, 0.75, 0.18, 1);
}
::view-transition-old(folder-surface),
::view-transition-new(folder-surface) {
  height: 100%;
  animation-duration: 0.45s;
  mix-blend-mode: normal;
}

@media (min-width: 901px) {
  .browser.catalog-frame {
    width: min(100%, calc((100svh - 310px) * 1.6));
  }
}

.zoom-tools {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  margin: 0 0 15px;
  font-size: 11px;
  color: #626e56;
}
.zoom-tools > div {
  display: flex;
  gap: 4px;
  flex: none;
}
.zoom-tools button {
  padding: 9px 13px;
  border-radius: 5px;
  border: 1px solid #aebba0;
}
.zoom-tools button[aria-pressed='true'] {
  background: #293524;
  color: #fff;
}
.image-pan {
  max-height: calc(88svh - 100px);
  overflow: auto;
  overscroll-behavior: contain;
  border-radius: 5px;
}
.viewer .image-pan img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.viewer .image-pan.actual img {
  width: auto;
  max-width: none;
  height: auto;
  margin: 0;
}
.image-pan:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}
@media (max-width: 600px) {
  .zoom-tools {
    font-size: 9px;
    line-height: 1.5;
    gap: 10px;
    margin: 8px;
  }
  .zoom-tools button {
    padding: 8px 10px;
    font-size: 10px;
  }
  .image-pan {
    max-height: calc(87svh - 110px);
  }
}

@media (min-width: 901px) {
  .browser.catalog-frame {
    width: min(100%, calc((100svh - 380px) * 1.6));
  }
}
@media (max-height: 820px) and (min-width: 901px) {
  .statum-frame .image-wrap img {
    max-height: 350px;
  }
  .job-scene {
    padding-top: 17px;
  }
}
.pilot-kit {
  padding: 30px 20px;
  max-width: 540px;
  margin: auto;
}
.kit-row {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 19px;
  padding: 26px 0;
  border-bottom: 1px solid #4e5c45;
}
.kit-row:last-child {
  border-bottom: 0;
}
.kit-row > span {
  font:
    12px Consolas,
    monospace;
  color: #8b9e7c;
  padding-top: 5px;
}
.kit-row h3 {
  font-size: 25px;
  letter-spacing: -0.8px;
  font-weight: 500;
}
.kit-row p {
  font-size: 12px;
  line-height: 1.6;
  color: #abbca0;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .pilot-kit {
    padding: 20px 7px;
  }
  .kit-row {
    gap: 12px;
    padding: 24px 0;
    grid-template-columns: 25px 1fr;
  }
  .kit-row h3 {
    font-size: 23px;
  }
  .kit-row p {
    font-size: 11px;
  }
}

::view-transition {
  pointer-events: none;
}

.presentation {
  animation: none;
}

/* A client case becomes a reusable workflow, then an example for the new employer. */
.transfer-scene {
  padding: 14px 10px 3px;
  max-width: 560px;
  margin: auto;
}
.transfer-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.transfer-track li {
  font-size: 10px;
  line-height: 1.4;
  color: #7c8673;
  border-bottom: 2px solid #c6cfbc;
  padding: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.transfer-track b {
  font:
    9px Consolas,
    monospace;
  color: #8b9780;
}
.transfer-track li[aria-current='step'] {
  color: #293d21;
  border-color: #a9583c;
}
.transfer-track li[aria-current='step'] b {
  color: #a9583c;
}
.transfer-stack {
  position: relative;
  isolation: isolate;
  padding: 0 8px 7px;
}
.transfer-backing {
  position: absolute;
  inset: 8px 2px 0 13px;
  background: #dce4d1;
  border: 1px solid #bfcbb0;
  border-radius: 11px;
  transform: rotate(2deg);
  z-index: -1;
}
.transfer-card {
  background: #fffdf7;
  border: 1px solid #c1ccb5;
  border-radius: 10px;
  padding: 24px 27px;
  box-shadow: 0 18px 24px -25px #1f2c16;
}
.transfer-card-label {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font:
    9px Consolas,
    monospace;
  letter-spacing: 0.3px;
  color: #78876b;
  border-bottom: 1px solid #d9e0d0;
  padding-bottom: 15px;
  margin-bottom: 4px;
}
.transfer-card-label span:last-child {
  white-space: nowrap;
}
.transfer-row {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 13px 0;
  position: relative;
}
.transfer-row:not(:nth-last-child(2)):after {
  content: '';
  position: absolute;
  border-left: 1px solid #c7d3ba;
  height: 18px;
  left: 14px;
  bottom: -7px;
}
.transfer-pin {
  width: 29px;
  height: 29px;
  border: 1px solid #c3d0b5;
  background: #eef2e8;
  border-radius: 7px;
  display: grid;
  place-items: center;
  flex: none;
  font:
    10px Consolas,
    monospace;
  color: #697d59;
}
.transfer-row > div {
  min-width: 0;
}
.transfer-row > div > span {
  display: block;
  font-size: 10px;
  color: #7c8b6e;
  margin-bottom: 5px;
}
.transfer-row strong {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.6px;
  line-height: 1.15;
  display: block;
}
.transfer-card.template {
  border: 1px dashed #748767;
  background: #f3f6ec;
}
.template .transfer-row strong {
  color: #536d3f;
}
.template .transfer-pin {
  border-style: dashed;
  background: transparent;
}
.transfer-help {
  display: flex;
  gap: 10px;
  align-items: start;
  font-size: 11px;
  line-height: 1.5;
  color: #667b53;
  border-top: 1px solid #d9e0d0;
  margin-top: 6px;
  padding-top: 14px;
}
.transfer-help .icon {
  width: 15px;
  height: 15px;
  flex: none;
  margin-top: 1px;
}
.transfer-options {
  display: flex;
  gap: 5px;
  padding: 4px;
  background: #d6decd;
  border-radius: 7px;
  margin: 20px auto 0;
  width: max-content;
  max-width: 100%;
}
.transfer-options button {
  font-size: 11px;
  border-radius: 4px;
  padding: 9px 18px;
  color: #57694a;
}
.transfer-options button[aria-pressed='true'] {
  background: #a9583c;
  color: #fff;
  box-shadow: 0 2px 5px #57442f1a;
}
.adapt-intro {
  margin-bottom: 28px;
}
.demo-client-origin {
  font-size: 10px;
  font-weight: 400;
  color: #68765b;
  margin-left: 15px;
  border-left: 1px solid #c3cbb8;
  padding-left: 15px;
}
@media (max-height: 820px) and (min-width: 901px) {
  .transfer-scene {
    padding-top: 0;
  }
  .transfer-track {
    margin-bottom: 17px;
  }
  .transfer-card {
    padding: 18px 23px;
  }
  .transfer-row {
    padding: 10px 0;
  }
  .transfer-row strong {
    font-size: 20px;
  }
  .transfer-help {
    font-size: 10px;
    padding-top: 12px;
  }
  .transfer-options {
    margin-top: 15px;
  }
  .transfer-options button {
    padding: 8px 15px;
  }
}
@media (max-width: 600px) {
  .transfer-scene {
    padding: 12px 1px 0;
  }
  .transfer-track {
    gap: 8px;
    margin-bottom: 20px;
  }
  .transfer-track li {
    font-size: 9px;
    gap: 5px;
    align-items: start;
  }
  .transfer-track b {
    font-size: 8px;
    line-height: 1.6;
  }
  .transfer-card {
    padding: 21px 16px;
  }
  .transfer-card-label {
    font-size: 8px;
    line-height: 1.5;
    gap: 12px;
    padding-bottom: 13px;
  }
  .transfer-card-label span:last-child {
    white-space: normal;
    text-align: right;
    max-width: 65px;
  }
  .transfer-row {
    gap: 11px;
    padding: 12px 0;
  }
  .transfer-row strong {
    font-size: 20px;
    letter-spacing: -0.6px;
  }
  .transfer-row > div > span {
    font-size: 9px;
  }
  .transfer-pin {
    width: 25px;
    height: 25px;
    font-size: 9px;
  }
  .transfer-row:not(:nth-last-child(2)):after {
    left: 12px;
  }
  .transfer-help {
    font-size: 10px;
    padding-top: 13px;
    gap: 8px;
  }
  .transfer-options {
    margin-top: 19px;
    width: 100%;
  }
  .transfer-options button {
    flex: 1;
    font-size: 10px;
    padding: 9px 7px;
  }
  .demo-client-origin {
    display: none;
  }
}

.presentation[data-route="proposal"] #story-title:focus{outline:none}
