:root {
  --paper: #f8f7f2;
  --ink: #293e34;
  --muted: #66695e;
  --rust: #a65335;
  --sage: #dce3ce;
  --line: #c6cbb9;
  --motion: 0;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Segoe UI', 'Microsoft YaHei', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 10;
  opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23676250' opacity='.23' filter='url(%23n)' d='M0 0h180v180H0z'/%3E%3C/svg%3E");
}
a {
  color: inherit;
  text-decoration: none;
}
button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--rust);
  outline-offset: 7px;
}
a:hover {
  color: var(--rust);
}
img {
  display: block;
  max-width: 100%;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.25;
  letter-spacing: -0.045em;
}
h2 {
  font-size: clamp(32px, 3.8vw, 52px);
  font-weight: 750;
}
p {
  color: var(--muted);
}
.wrap {
  width: min(1160px, calc(100% - 96px));
  margin-inline: auto;
}
.scene {
  position: relative;
}
.content-layer {
  position: relative;
  z-index: 4;
}
.eyebrow {
  font:
    600 11px/1.5 'Segoe UI',
    sans-serif;
  letter-spacing: 0.13em;
  margin-bottom: 23px;
  color: var(--muted);
}
.handwritten {
  font-family: 'Segoe Print', 'KaiTi', 'STKaiti', cursive;
  font-size: 18px;
  font-weight: 400;
}
.small,
.caveat {
  font-size: 12px;
  line-height: 1.7;
}
.rust,
.signature-dot {
  color: var(--rust);
}
.skip {
  position: fixed;
  left: 20px;
  top: -100px;
  padding: 10px 20px;
  background: var(--ink);
  color: white;
  z-index: 100;
}
.skip:focus {
  top: 10px;
}
.signature {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -1.5px;
}
.masthead {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 12;
}
.masthead nav {
  display: flex;
  gap: 32px;
  font-size: 13px;
}
.header-social {
  display: flex;
  gap: 18px;
  font-size: 12px;
  color: var(--muted);
}
.button {
  display: inline-flex;
  gap: 44px;
  align-items: center;
  background: var(--ink);
  color: var(--paper);
  padding: 14px 22px;
  border-radius: 9px 7px 12px 7px;
  font-size: 14px;
  box-shadow: 3px 4px 0 #bcc2ac;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.button:hover {
  color: white;
  transform: translateY(-3px);
  box-shadow: 4px 7px 0 #bcc2ac;
}
.button span {
  font-size: 22px;
}
.text-link {
  font-weight: 600;
  font-size: 14px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
}
.site-entry {
  display: inline-flex;
  padding: 9px 15px;
  border: 1px solid #aab5a2;
  border-radius: 24px 22px 25px 21px;
  background: #f8f7f280;
  transition: background-color 0.2s, border-color 0.2s;
}
.site-entry:hover,
.site-entry:focus-visible {
  background: #e4e9dc;
  border-color: var(--ink);
}
.hello {
  overflow: clip;
}
.hello-inner {
  height: 700px;
  position: relative;
}
.hello-copy {
  position: relative;
  z-index: 4;
  padding-top: 65px;
  max-width: 630px;
}
.ink-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--rust);
  border-radius: 50%;
  margin-right: 9px;
}
.hello h1 {
  font-size: clamp(50px, 5.6vw, 78px);
  font-weight: 750;
  white-space: nowrap;
}
.hello h1 > span {
  position: relative;
  display: inline-block;
  color: var(--rust);
}
.zack-title-overlays {
  display: none;
}
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .zack-title-overlays {
    position: absolute;
    inset: 0;
    display: block;
    visibility: hidden;
    pointer-events: none;
  }
  .zack-title.is-enhanced .zack-title-fallback {
    color: transparent;
  }
  .zack-title.is-enhanced .zack-title-overlays {
    visibility: visible;
  }
  .zack-title-letter {
    --p: 0;
    position: absolute;
    top: 0;
    left: var(--letter-left);
    width: var(--letter-width);
    height: 100%;
  }
  .zack-title-glyph {
    position: absolute;
    inset: 0;
    opacity: calc(1 - var(--p));
    transition: opacity 200ms ease;
  }
  .zack-title-glyph::before {
    content: attr(data-glyph);
  }
  .zack-title-letter img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: var(--art-size, 1.18em);
    height: var(--art-size, 1.18em);
    max-width: none;
    object-fit: contain;
    opacity: var(--p);
    transform: translate(-50%, calc(-50% + var(--art-y, 0px) - 2px * var(--p))) scale(calc(.9 + .1 * var(--p))) rotate(calc(var(--turn) * var(--p)));
    transition: opacity 200ms ease, transform 220ms ease;
  }
  .zack-title-letter:nth-child(1) { --art-size: 1.08em; --turn: -2deg; }
  .zack-title-letter:nth-child(2) { --art-size: .85em; --art-y: 9px; --turn: 1deg; }
  .zack-title-letter:nth-child(3) { --art-size: .87em; --art-y: 10px; --turn: -1deg; }
  .zack-title-letter:nth-child(4) { --turn: 2deg; }
}
.hello h1 svg {
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 100%;
  height: 24px;
  fill: none;
  stroke: var(--rust);
  stroke-width: 3;
  stroke-linecap: round;
}
.hello-description {
  font-size: 21px;
  line-height: 1.85;
  margin-top: 30px;
  color: var(--ink);
}
.hello-aside {
  font-size: 14px;
  margin: 19px 0 27px;
}
.hello-wash {
  position: absolute;
  width: 510px;
  height: 440px;
  top: 80px;
  right: -20px;
  background: radial-gradient(
    ellipse at 40% 45%,
    #dee4c9 0%,
    #e6e8d5 49%,
    transparent 71%
  );
  transform: rotate(-14deg);
  border-radius: 48% 52% 65% 35%;
}
.pose-anchor {
  position: absolute;
  pointer-events: none;
  z-index: 3;
}
.pose-anchor img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero-pose {
  width: 400px;
  height: 535px;
  right: 25px;
  top: 15px;
}
.down-pose {
  width: 290px;
  height: 370px;
  right: 85px;
  top: 440px;
}
.hello-note {
  position: absolute;
  right: -9px;
  top: 130px;
  transform: rotate(8deg);
  z-index: 4;
  color: #7d653d;
}
.hello-spark {
  position: absolute;
  top: 18px;
  right: 410px;
  width: 65px;
  height: 65px;
  fill: none;
  stroke: #ae7952;
  stroke-width: 2;
  stroke-linecap: round;
}
.hello-peeks {
  display: flex;
  gap: 20px;
  width: 620px;
  margin-top: 34px;
}
.peek {
  position: relative;
  display: block;
  padding: 15px 25px 15px 17px;
  width: 50%;
  border: 1px solid #c8cbb7;
  border-radius: 5px 13px 8px 12px;
  background: #eeeeda;
  transform: rotate(-2deg);
  box-shadow: 0 5px 0 #dfdfcc;
  transition: transform 0.2s;
}
.peek-1 {
  background: #f2e6d4;
  transform: rotate(2deg);
  margin-top: 12px;
}
.peek span {
  font-size: 12px;
  display: block;
}
.peek strong {
  font-size: 23px;
  letter-spacing: -0.04em;
  line-height: 1.8;
  font-weight: 600;
}
.peek b {
  position: absolute;
  right: 12px;
  bottom: 10px;
}
.peek:hover {
  transform: rotate(0) translateY(-4px);
}
.hello-question {
  position: absolute;
  bottom: 57px;
  right: 25px;
  font-size: 13px;
  transform: rotate(-4deg);
  z-index: 4;
}
.hello-question .handwritten {
  display: block;
  color: var(--rust);
  margin-bottom: 2px;
}
.scene-seam {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  color: #7b7e6c;
  padding: 18px 0 25px;
  border-top: 1px dashed #c4c8b2;
}
.scene-seam span:nth-child(2) {
  font-size: 20px;
  color: var(--rust);
}
.practice {
  padding: 90px 0 100px;
}
.practice-heading {
  padding-bottom: 42px;
  max-width: 740px;
}
.practice-heading > p:last-child {
  margin-top: 23px;
  font-size: 15px;
}
.work-pose {
  width: 235px;
  height: 240px;
  top: 36px;
  right: 38px;
  transform: rotate(2deg);
}
.project-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.project {
  position: relative;
  background: #fffcf4;
  border: 1px solid #cbd0be;
  border-radius: 8px 15px 10px 6px;
  padding: 30px;
  box-shadow: 5px 7px 0 #e3e5d5;
}
.project-caption .eyebrow {
  margin-bottom: 16px;
}
.project h3 {
  font-size: 26px;
  letter-spacing: -0.035em;
  line-height: 1.4;
}
.project h3 span {
  font-size: 23px;
  color: var(--rust);
  white-space: nowrap;
}
.project-caption > p:last-child {
  font-size: 14px;
  margin-top: 17px;
  line-height: 1.85;
}
.project-comparison {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 0.82fr 1.5fr;
  gap: 30px;
  align-items: center;
  background: #e9eddc;
  padding: 34px;
}
.project-comparison .project-caption {
  align-self: start;
}
.project-comparison h3 {
  font-size: 31px;
}
.project-read {
  display: inline-block;
  font-size: 12px;
  font-weight: 650;
  margin-top: 23px;
}
.project-comparison .project-read {
  margin-top: -10px;
}
.project-comparison .project-visual {
  grid-row: span 2;
}
.code-link {
  font-size: 12px;
  margin-left: 20px;
}
.scan-visual {
  display: flex;
  align-items: center;
  gap: 12px;
}
.scan-map {
  width: 130px;
  flex-shrink: 0;
  text-align: center;
  font-size: 10px;
  color: var(--muted);
}
.scan-map svg {
  width: 100%;
  fill: none;
  stroke: var(--ink);
  stroke-width: 3;
  stroke-linejoin: round;
}
.scan-map .route {
  stroke: #af6a43;
  stroke-width: 2;
  stroke-dasharray: 5 5;
}
.scan-map circle {
  fill: var(--rust);
  stroke: none;
}
.scan-visual table {
  border-collapse: collapse;
  flex: 1;
  width: 100%;
  white-space: nowrap;
}
.scan-visual thead {
  font-size: 10px;
  color: var(--muted);
}
.scan-visual th {
  font-weight: 500;
  text-align: left;
  padding: 10px 5px;
}
.scan-visual tbody th {
  font-size: 12px;
}
.scan-visual td {
  padding: 13px 5px;
  border-top: 1px solid #bdc5ad;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.scan-visual tr:nth-child(2) td {
  color: var(--rust);
}
.visual-note {
  font-size: 17px;
  color: #786848;
  margin-top: 14px;
}
.caveat {
  font-size: 10px;
  color: #6d7064;
  margin-top: 12px;
}
.project-pipeline {
  transform: rotate(-0.7deg);
}
.project-branches {
  transform: rotate(0.7deg);
  background: #f4ebdf;
}
.pipeline-visual {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
}
.pipeline-visual > span {
  flex: 1;
  text-align: center;
  position: relative;
  border: 1px solid #bfc6b4;
  border-radius: 3px 10px 3px 3px;
  padding: 20px 0 15px;
  background: linear-gradient(#f7f7ed, #edf0e4);
  font-size: 16px;
}
.pipeline-visual i {
  font-style: normal;
  display: block;
  font-size: 10px;
  color: #8a907b;
  line-height: 1;
  margin-bottom: 12px;
}
.pipeline-visual b {
  font-weight: 400;
  color: var(--rust);
}
.branch-visual {
  margin-top: 24px;
  text-align: center;
  font-size: 12px;
}
.branch-start {
  display: inline-block;
  background: #e7dbc6;
  padding: 5px 18px;
  border-radius: 30px;
}
.branch-options {
  display: flex;
  justify-content: center;
  gap: 54px;
  padding-top: 17px;
  position: relative;
}
.branch-options::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 25%;
  width: 50%;
  height: 18px;
  border: 1px solid #b09c7f;
  border-bottom: 0;
}
.branch-options > span {
  position: relative;
  padding: 7px 20px;
  background: #fcf8ef;
  border: 1px solid #d6c9b4;
  border-radius: 5px;
}
.branch-options strong {
  display: block;
  font-size: 25px;
  color: #96552f;
  line-height: 1.5;
}
.branch-end {
  display: block;
  margin-top: 14px;
  font-size: 12px;
}
.practice-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 44px;
}
.practice-bottom .handwritten {
  color: #8b7250;
}
.questions {
  background: #eef0e7;
  border-radius: 55px 8px 60px 0;
}
.question-inner {
  min-height: 800px;
  padding: 70px 0;
  position: relative;
}
.question-heading {
  max-width: 400px;
}
.question-heading p:last-child {
  font-size: 14px;
  margin-top: 22px;
}
.think-pose {
  left: 15px;
  top: 340px;
  width: 310px;
  height: 320px;
}
.question-lines {
  position: absolute;
  width: 100%;
  height: 610px;
  left: 0;
  top: 95px;
  fill: none;
  stroke: #9aab8a;
  stroke-width: 1.5;
  stroke-dasharray: 5 7;
}
.question-lines circle {
  fill: #c48e55;
  stroke: none;
}
.question-cloud {
  position: absolute;
  left: 43%;
  right: 0;
  top: 72px;
  bottom: 130px;
}
.question {
  display: block;
  position: absolute;
  border: 1px solid #bdc6aa;
  border-radius: 18px 8px 28px 10px;
  padding: 25px 30px;
  background: #f9f6eb;
  box-shadow: 4px 5px 0 #d5dbc6;
  transition: translate 0.2s;
}
.question:hover {
  translate: 0 -6px;
}
.question > span {
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--muted);
}
.question h3 {
  font-size: 27px;
  line-height: 1.5;
  margin-top: 13px;
}
.question b {
  position: absolute;
  right: 18px;
  bottom: 15px;
  font-weight: 400;
  color: var(--rust);
  font-size: 24px;
}
.q-one {
  top: 0;
  left: 0;
  width: 280px;
  transform: rotate(-5deg);
}
.q-two {
  top: 190px;
  right: 0;
  width: 295px;
  background: #eee5d4;
  transform: rotate(4deg);
}
.q-three {
  top: 378px;
  left: 0;
  width: 310px;
  transform: rotate(-2deg);
}
.question-note {
  position: absolute;
  bottom: -23px;
  right: 0;
  font-size: 16px;
  transform: rotate(5deg);
  color: #8d785a;
}
.question-exit {
  position: absolute;
  bottom: 56px;
  left: 0;
}
.question-exit p {
  margin-top: 12px;
}
.motion-ready #life {
  scroll-margin-top: 200px;
}
.life {
  min-height: 790px;
  padding-top: 115px;
}
.life-wash {
  position: absolute;
  left: -35px;
  top: 165px;
  width: 650px;
  height: 430px;
  border-radius: 50%;
  background: radial-gradient(
    ellipse,
    #eee7db 5%,
    #f4f0e8 45%,
    transparent 72%
  );
}
.life-copy {
  margin-left: 58%;
  max-width: 420px;
}
.life-copy .life-lead {
  font-size: 26px;
  color: var(--ink);
  margin-top: 28px;
}
.life-copy p {
  margin: 17px 0;
  font-size: 15px;
}
.life-copy .eyebrow {
  font-size: 11px;
  margin-top: 0;
}
.life-copy .text-link {
  display: inline-block;
  margin-top: 12px;
}
.life-pose {
  left: -15px;
  top: 175px;
  width: 610px;
  height: 450px;
}
.life-note {
  position: absolute;
  top: 640px;
  left: 95px;
  color: #8c7052;
  transform: rotate(-4deg);
}
.sleep-note {
  width: 370px;
  margin: 37px 0 30px auto;
  font-size: 12px;
  color: var(--muted);
  border-top: 1px dashed #c5bfad;
  border-bottom: 1px dashed #c5bfad;
  padding: 12px 0;
}
.sleep-note summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.sleep-note summary::-webkit-details-marker {
  display: none;
}
.sleep-note summary span {
  color: var(--rust);
  font-size: 18px;
}
.sleep-note[open] summary span {
  transform: rotate(45deg);
}
.sleep-note > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sleep-note img {
  width: 200px;
  height: 140px;
  object-fit: contain;
}
.sleep-note p {
  font-size: 16px;
}
.departure {
  height: 350px;
  padding-top: 40px;
  position: relative;
}
.departure > div:first-child {
  margin-left: 40%;
}
.departure p:last-child {
  margin-top: 18px;
}
.walking-route {
  position: absolute;
  inset: auto 0 0;
  width: 100%;
  height: 165px;
  fill: none;
  stroke: #9da78a;
  stroke-width: 2;
  stroke-dasharray: 5 7;
}
.walk-pose {
  left: 60px;
  top: 2px;
  width: 220px;
  height: 300px;
}
.arrive-pose {
  right: 50px;
  top: 390px;
  width: 140px;
  height: 200px;
}
.yard-world {
  background: #243f31;
  color: #f2eddc;
  position: relative;
  border-radius: 65% 8% 0 0 / 50px 20px 0 0;
}
.yard-inner {
  position: relative;
  min-height: 580px;
  display: grid;
  grid-template-columns: 0.9fr 1.3fr;
  gap: 48px;
  align-items: center;
  padding-top: 65px;
  padding-bottom: 65px;
}
.yard-copy h3 {
  font-size: 46px;
  margin-top: 25px;
  letter-spacing: -0.05em;
}
.yard-copy p {
  font-size: 14px;
  color: #cbd5bd;
  line-height: 2;
  margin: 24px 0;
}
.status {
  font-size: 10px;
  letter-spacing: 0.14em;
  border: 1px solid #8da284;
  border-radius: 20px;
  padding: 7px 12px;
  color: #dce4cb;
}
.light {
  background: #e3e8cd;
  color: #263e30;
  box-shadow: 3px 4px 0 #142a1b;
}
.light:hover {
  color: #263e30;
  box-shadow: 4px 7px 0 #142a1b;
}
.yard-direct {
  display: block;
  font-size: 12px;
  color: #cbd5bd;
  margin-top: 23px;
}
.yard-view {
  position: relative;
  z-index: 4;
  transform: rotate(-3deg);
  border: 8px solid #4b6044;
  border-radius: 44% 47% 8px 8px;
  overflow: hidden;
  box-shadow: 14px 17px 0 #1c3328;
  transition: transform 0.25s;
}
.yard-view:hover {
  transform: rotate(0deg);
}
.yard-view img {
  width: 100%;
  height: 365px;
  object-fit: cover;
}
.yard-view span {
  display: block;
  background: #dee4cb;
  color: var(--ink);
  padding: 12px 20px;
  text-align: center;
  font-size: 12px;
}
.yard-footnote {
  position: absolute;
  bottom: 20px;
  left: 0;
  color: #a9ba9e;
  font-size: 11px;
}
.footer {
  padding: 55px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.footer p {
  font-size: 12px;
  margin-top: 8px;
}
.footer nav {
  display: flex;
  gap: 28px;
  font-size: 13px;
}
.footer-links {
  display: grid;
  gap: 14px;
}
.footer-links nav {
  flex-wrap: wrap;
}
.footer > a {
  font-size: 12px;
}
.companion {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
  transform-origin: 0 0;
  will-change: transform;
  width: 1px;
  height: 1px;
}
.companion img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
}
.motion-ready .companion {
  display: block;
}
.character-rig { position:absolute; inset:0; width:100%; height:100%; visibility:hidden; overflow:visible; pointer-events:none; }
.pose-anchor.has-local-motion img { opacity:0; }
.thinking-question { opacity:0; animation:thinking-question 6s ease-in-out infinite paused; }
.is-idle .thinking-question { animation-play-state:running; }
@keyframes thinking-question { 0%,8%,82%,100% {opacity:0;transform:translateY(12px)} 22%,54% {opacity:1;transform:translateY(-12px)} 72% {opacity:0;transform:translateY(-26px)} }
.motion-ready .pose-anchor img {
  visibility: hidden;
}
@media (min-width: 1500px) {
  .hello-inner {
    height: 730px;
  }
  .hello-copy {
    padding-top: 80px;
  }
  .hero-pose {
    height: 570px;
    width: 424px;
  }
  .hello-peeks {
    margin-top: 40px;
  }
}
@media (max-width: 1100px) and (min-width: 901px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hello h1 {
    font-size: 61px;
  }
  .hero-pose {
    right: -35px;
    width: 345px;
    height: 490px;
    top: 30px;
  }
  .hello-note {
    right: -10px;
    top: 37px;
  }
  .hello-copy {
    max-width: 580px;
  }
  .hello-peeks {
    width: 560px;
  }
  .hello-question {
    right: 0;
  }
  .project-comparison {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .project-comparison .project-visual {
    grid-row: auto;
  }
  .project-comparison .project-read {
    margin-top: 10px;
  }
  .scan-map {
    width: 200px;
  }
  .work-pose {
    right: 0;
    width: 210px;
  }
  .question-cloud {
    left: 45%;
  }
  .q-one {
    width: 240px;
  }
  .q-two {
    width: 245px;
  }
  .q-three {
    width: 260px;
  }
  .question h3 {
    font-size: 24px;
  }
  .life-pose {
    width: 54%;
    left: 0;
  }
  .life-note {
    left: 10px;
  }
  .life-copy {
    margin-left: 57%;
  }
}
@media (max-width: 900px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .masthead {
    height: auto;
    min-height: 95px;
    flex-wrap: wrap;
    padding: 18px 0;
    gap: 10px;
  }
  .masthead .signature {
    font-size: 27px;
  }
  .masthead nav {
    order: 3;
    width: 100%;
    gap: 25px;
    justify-content: space-between;
    font-size: 12px;
  }
  .header-social {
    font-size: 11px;
  }
  .hello-inner {
    height: auto;
    min-height: 680px;
    padding-bottom: 80px;
  }
  .hello-copy {
    padding-top: 36px;
    max-width: 65%;
  }
  .hello h1 {
    font-size: clamp(39px, 6.8vw, 61px);
    white-space: normal;
  }
  .hello-description {
    font-size: 17px;
    margin-top: 25px;
  }
  .hello-aside {
    font-size: 13px;
  }
  .hero-pose {
    right: -20px;
    top: 100px;
    width: 35%;
    height: 350px;
  }
  .hello-note {
    font-size: 15px;
    top: 30px;
    right: 0;
  }
  .hello-wash {
    width: 55%;
    height: 300px;
    top: 100px;
    right: -15px;
  }
  .hello-spark {
    display: none;
  }
  .hello-peeks {
    margin-top: 40px;
    width: 100%;
    gap: 17px;
  }
  .peek strong {
    font-size: 22px;
  }
  .hello-question {
    bottom: 20px;
    right: 0;
  }
  .hello-question .handwritten {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
  }
  .scene-seam span:last-child {
    display: none;
  }
  .scene-seam {
    padding: 15px 0;
  }
  .down-pose,
  .arrive-pose {
    display: none;
  }
  .practice {
    padding: 65px 0;
  }
  .practice-heading {
    max-width: 75%;
    padding-bottom: 35px;
  }
  .practice-heading h2 {
    font-size: 34px;
  }
  .practice-heading > p:last-child {
    font-size: 14px;
  }
  .work-pose {
    top: 40px;
    right: -10px;
    width: 24%;
    height: 190px;
  }
  .project-board {
    gap: 20px;
  }
  .project-comparison {
    display: block;
    padding: 25px;
  }
  .project-comparison .project-visual {
    margin-top: 20px;
  }
  .project-comparison .project-read {
    margin-top: 15px;
  }
  .project {
    padding: 24px;
  }
  .project h3 {
    font-size: 23px;
  }
  .project-comparison h3 {
    font-size: 28px;
  }
  .pipeline-visual {
    gap: 3px;
  }
  .pipeline-visual > span {
    font-size: 13px;
  }
  .branch-options {
    gap: 15px;
  }
  .branch-options > span {
    padding: 6px 12px;
  }
  .practice-bottom {
    gap: 20px;
  }
  .practice-bottom .handwritten {
    font-size: 15px;
  }
  .question-inner {
    min-height: 780px;
  }
  .question-heading h2 {
    font-size: 35px;
  }
  .question-heading {
    max-width: 45%;
  }
  .question-heading p:last-child {
    font-size: 13px;
  }
  .question-cloud {
    left: 48%;
    top: 60px;
  }
  .question {
    padding: 23px 20px;
    width: 100%;
    max-width: 280px;
  }
  .question h3 {
    font-size: 22px;
  }
  .q-two {
    top: 205px;
  }
  .q-three {
    top: 408px;
  }
  .question-note {
    display: none;
  }
  .think-pose {
    left: -12px;
    width: 40%;
    height: 300px;
    top: 300px;
  }
  .question-exit {
    bottom: 43px;
    max-width: 45%;
  }
  .question-exit .text-link {
    font-size: 12px;
  }
  .life {
    min-height: 720px;
    padding-top: 80px;
  }
  .life-pose {
    width: 54%;
    height: 380px;
    top: 195px;
    left: -15px;
  }
  .life-wash {
    width: 60%;
    left: 0;
    height: 350px;
    top: 180px;
  }
  .life-copy {
    margin-left: 54%;
    max-width: none;
  }
  .life-copy p {
    font-size: 13px;
  }
  .life-copy h2 {
    font-size: 34px;
  }
  .life-copy .life-lead {
    font-size: 23px;
  }
  .life-note {
    font-size: 15px;
    left: 0;
    top: 560px;
  }
  .sleep-note {
    width: 43%;
  }
  .sleep-note > div {
    flex-wrap: wrap;
  }
  .sleep-note img {
    width: 150px;
  }
  .departure {
    height: 280px;
  }
  .departure > div:first-child {
    margin-left: 40%;
  }
  .walk-pose {
    left: 15px;
    width: 180px;
    height: 235px;
    top: 10px;
  }
  .yard-inner {
    gap: 30px;
  }
  .yard-copy h3 {
    font-size: 34px;
  }
  .yard-view img {
    height: 310px;
  }
  .yard-copy .button {
    gap: 15px;
  }
  .footer .signature {
    font-size: 25px;
  }
}
@media (max-width: 600px) {
  body {
    font-size: 15px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .masthead nav {
    gap: 12px;
    font-size: 11px;
  }
  .hello-inner {
    min-height: 0;
    padding-bottom: 75px;
  }
  .hello-copy {
    max-width: 100%;
    padding-top: 26px;
  }
  .hello .eyebrow {
    font-size: 9px;
    margin-bottom: 19px;
  }
  .hello h1 {
    font-size: 42px;
    white-space: nowrap;
    letter-spacing: -0.055em;
  }
  .hello-description {
    font-size: 15px;
    max-width: 66%;
    margin-top: 28px;
    line-height: 1.9;
  }
  .hello-aside {
    font-size: 12px;
    max-width: 62%;
    margin: 18px 0 23px;
  }
  .hello .button {
    font-size: 12px;
    padding: 11px 15px;
    gap: 18px;
  }
  .hero-pose {
    width: 40%;
    height: 245px;
    right: -15px;
    top: 135px;
  }
  .hello-wash {
    width: 60%;
    height: 255px;
    right: -20px;
    top: 145px;
  }
  .hello-note {
    font-size: 12px;
    top: 116px;
    right: 0;
    transform: rotate(6deg);
  }
  .hello-peeks {
    margin-top: 34px;
    gap: 12px;
  }
  .peek {
    padding: 12px 10px 16px;
    border-radius: 4px 10px 5px 8px;
  }
  .peek span {
    font-size: 10px;
    min-height: 30px;
    line-height: 1.5;
  }
  .peek strong {
    font-size: 17px;
    line-height: 1.8;
    white-space: nowrap;
  }
  .peek-1 strong {
    font-size: 13px;
  }
  .peek b {
    font-size: 13px;
    bottom: 2px;
    right: 8px;
  }
  .hello-question {
    font-size: 11px;
    bottom: 20px;
    transform: rotate(-2deg);
  }
  .hello-question .handwritten {
    font-size: 12px;
    margin-right: 5px;
  }
  .scene-seam {
    font-size: 10px;
  }
  .practice {
    padding: 52px 0 65px;
  }
  .practice-heading {
    max-width: 100%;
    padding-bottom: 30px;
  }
  .practice-heading h2 {
    font-size: 30px;
  }
  .practice-heading > p:last-child {
    font-size: 13px;
    max-width: 78%;
    margin-top: 20px;
  }
  .work-pose {
    top: 70px;
    right: -14px;
    width: 150px;
    height: 187.5px;
  }
  .project-board {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .project {
    padding: 22px;
  }
  .project .eyebrow {
    font-size: 9px;
  }
  .project h3,
  .project-comparison h3 {
    font-size: 25px;
  }
  .project-caption > p:last-child {
    font-size: 13px;
  }
  .scan-visual {
    display: block;
  }
  .scan-map {
    width: 145px;
    margin: 0 auto 5px;
  }
  .scan-map svg {
    height: 95px;
  }
  .scan-visual td {
    font-size: 19px;
    padding: 14px 3px;
  }
  .scan-visual th {
    padding: 8px 3px;
    font-size: 9px;
  }
  .scan-visual tbody th {
    font-size: 11px;
  }
  .visual-note {
    font-size: 15px;
  }
  .project-read {
    font-size: 11px;
  }
  .pipeline-visual {
    gap: 7px;
  }
  .pipeline-visual > span {
    font-size: 15px;
  }
  .branch-options {
    gap: 55px;
  }
  .branch-options > span {
    padding: 7px 19px;
  }
  .practice-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-top: 31px;
  }
  .questions {
    border-radius: 30px 0 35px 0;
  }
  .question-inner {
    padding: 55px 0 42px;
    min-height: 0;
  }
  .question-heading {
    max-width: 100%;
    padding-bottom: 40px;
  }
  .question-heading h2 {
    font-size: 33px;
  }
  .question-heading p:last-child {
    max-width: 68%;
    font-size: 12px;
  }
  .think-pose {
    top: 88px;
    right: -17px;
    left: auto;
    width: 175px;
    height: 238px;
  }
  .question-cloud {
    position: relative;
    inset: auto;
    display: flex;
    flex-direction: column;
    gap: 23px;
    padding: 0 4px;
  }
  .question {
    position: relative;
    inset: auto;
    width: 87%;
    max-width: none;
    padding: 22px 27px;
  }
  .question h3 {
    font-size: 24px;
    line-height: 1.5;
  }
  .q-two {
    align-self: flex-end;
  }
  .question-lines {
    height: 760px;
    top: 120px;
    opacity: 0.5;
  }
  .question-exit {
    position: relative;
    inset: auto;
    max-width: 100%;
    margin-top: 40px;
  }
  .question-exit .text-link {
    font-size: 14px;
  }
  .question-exit p {
    font-size: 10px;
  }
  .life {
    padding-top: 55px;
    min-height: 0;
    display: flex;
    flex-direction: column;
  }
  .life-copy {
    margin: 0;
    max-width: 100%;
  }
  .life-copy h2 {
    font-size: 33px;
  }
  .life-copy p {
    font-size: 14px;
  }
  .life-copy .life-lead {
    margin-top: 22px;
  }
  .life-pose {
    position: relative;
    top: auto;
    left: -12px;
    width: calc(100% + 24px);
    height: 285px;
    order: 2;
    margin-top: 20px;
  }
  .life-wash {
    top: 390px;
    width: 100%;
    height: 280px;
  }
  .life-note {
    position: relative;
    inset: auto;
    order: 3;
    text-align: center;
    margin: 15px 0 20px;
    font-size: 16px;
  }
  .sleep-note {
    order: 4;
    width: 100%;
    margin: 10px 0 55px;
  }
  .sleep-note > div {
    flex-wrap: nowrap;
    justify-content: center;
  }
  .sleep-note img {
    width: 185px;
  }
  .departure {
    height: 285px;
    padding-top: 20px;
  }
  .departure > div:first-child {
    margin-left: 0;
  }
  .departure h2 {
    font-size: 33px;
  }
  .departure p:last-child {
    font-size: 14px;
  }
  .walk-pose {
    left: auto;
    right: 3px;
    top: 72px;
    width: 125px;
    height: 200px;
  }
  .walking-route {
    height: 110px;
    bottom: 0;
  }
  .yard-world {
    border-radius: 60% 5% 0 0 / 30px 10px 0 0;
  }
  .yard-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-top: 48px;
    padding-bottom: 70px;
    gap: 30px;
  }
  .yard-copy h3 {
    font-size: 42px;
    margin-top: 18px;
  }
  .yard-copy p {
    font-size: 13px;
    margin: 20px 0;
  }
  .yard-direct {
    font-size: 11px;
    margin-top: 20px;
  }
  .yard-view {
    margin: 0 8px;
    border-width: 6px;
  }
  .yard-view img {
    height: 280px;
  }
  .yard-footnote {
    font-size: 9px;
    bottom: 17px;
    max-width: 100%;
  }
  .footer {
    padding: 36px 0;
    flex-wrap: wrap;
    gap: 24px;
  }
  .footer > div {
    width: 100%;
  }
  .footer nav {
    gap: 30px;
    font-size: 12px;
  }
  .footer > a {
    margin-left: auto;
    font-size: 11px;
  }
  .footer p {
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
  .companion {
    display: none !important;
  }
  .motion-ready .pose-anchor img {
    visibility: visible;
  }
  .question-cloud {
    translate: none !important;
  }
}

/* V2 polish: an intentional left-hand character lane, not a stacking fix. */
.companion .paper-strip { position:absolute; inset:0; opacity:0; transform-origin:50% 50%; will-change:transform,opacity; }
.companion .paper-strip img { opacity:1; }
.hero-pose,.think-pose,.life-pose { z-index:5; }
.walk-pose { z-index:2; }
@media (min-width:901px) {
  .question-exit { bottom:16px; }
  .practice { --lane:32%; }
  .practice-heading { margin-left:var(--lane); max-width:none; }
  .practice-heading h2 { font-size:clamp(32px,3.35vw,48px); }
  .project-board { margin-left:var(--lane); gap:30px 22px; }
  .work-pose { left:-12px; right:auto; top:260px; width:31%; height:400px; transform:none; }
  .project-comparison { grid-template-columns:1fr; padding:28px; gap:18px; }
  .project-comparison .project-visual { grid-row:auto; }
  .project-comparison .project-read { margin-top:0; }
  .project-comparison .project-caption>p:last-child { max-width:620px; }
  .scan-map { width:130px; }
  .project-pipeline { margin-top:15px; }
  .project-branches { margin-top:55px; }
  .project:not(.project-comparison) { padding:23px; }
  .project:not(.project-comparison) h3 { font-size:24px; }
  .project-caption>p:last-child { font-size:13px; }
  .pipeline-visual { gap:4px; }
  .pipeline-visual>span { font-size:14px; }
  .branch-options { gap:24px; }
  .branch-options>span { padding:7px 15px; }
  .practice-bottom { margin-left:var(--lane); gap:20px; }
  .practice-bottom .handwritten { font-size:15px; }
}
@media (min-width:901px) and (max-width:1100px) {
  .practice { --lane:33%; }
  .project-board { grid-template-columns:1fr; }
  .project-pipeline { margin:0 28px 0 0; }
  .project-branches { margin:0 0 0 28px; }
  .work-pose { width:32%; height:365px; }
  .practice-bottom { flex-wrap:wrap; }
}
