@font-face {
  font-family: BoxySans;
  src: url("assets/space-grotesk.woff") format("woff");
  font-display: swap;
  font-weight: 300 700;
}
:root {
  --paper: #f5f3ed;
  --ink: #292d2c;
  --muted: #6c706d;
  --blue: #3469a4;
  --line: #d8d9d1;
  --card: #eeeee5;
  --white: #faf9f4;
  --bar: #293e4a;
  --bar-ink: #faf8ee;
  color-scheme: light;
}
html[data-theme="night"] {
  --paper: #1e292e;
  --ink: #f0eee3;
  --muted: #b3c0c2;
  --blue: #96c2ed;
  --line: #455357;
  --card: #2a373c;
  --white: #28353b;
  --bar: #172328;
  --bar-ink: #eeede2;
  color-scheme: dark;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: BoxySans, "Trebuchet MS", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button,
input {
  font: inherit;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
button {
  color: inherit;
}
img {
  max-width: 100%;
  display: block;
}
button {
  border: 0;
}
::selection {
  background: #a9cbed;
  color: #202b33;
}
.wrap {
  width: min(1320px, calc(100% - 100px));
  margin-inline: auto;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 96px;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  font-size: 39px;
  font-weight: 700;
  letter-spacing: -3px;
  line-height: 1;
}
.site-header nav {
  display: flex;
  gap: 34px;
  font-size: 13px;
  font-weight: 500;
}
.site-header nav a:hover {
  color: var(--blue);
}
.shift-switch {
  display: flex;
  align-items: center;
  gap: 9px;
  background: transparent;
  font-size: 12px;
  padding: 9px 0;
}
.shift-switch > span:first-child {
  font-size: 22px;
}
.hero {
  padding-top: 42px;
}
.hero-heading {
  text-align: center;
  margin-bottom: 32px;
}
.hero-kicker,
.section-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
}
.hero-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.short-line {
  width: 22px;
  height: 2px;
  background: var(--blue);
}
h1 {
  font-size: clamp(36px, 4.6vw, 66px);
  letter-spacing: -3px;
  line-height: 1.08;
  font-weight: 600;
  margin: 17px 0 16px;
}
h1 span {
  color: var(--blue);
}
.hero-heading p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
}
.warehouse-shell {
  border: 1px solid var(--line);
  border-radius: 9px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 12px 30px -25px #1f2c32;
}
.scene-top {
  display: flex;
  justify-content: space-between;
  padding: 12px 20px;
  font-size: 9px;
  letter-spacing: 1.5px;
  font-weight: 600;
  background: var(--white);
}
.scene-top > span:last-child {
  display: flex;
  gap: 18px;
}
.warehouse {
  position: relative;
  isolation: isolate;
  aspect-ratio: 2.37;
  overflow: hidden;
  background: #c8c5b3;
  cursor: crosshair;
}
.warehouse-picture {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.warehouse-art {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  user-select: none;
  pointer-events: none;
}
.night-wash {
  position: absolute;
  inset: 0;
  background: #153153;
  mix-blend-mode: multiply;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s;
}
html[data-theme="night"] .night-wash {
  opacity: 0.35;
}
.scene-note {
  position: absolute;
  top: 12%;
  left: 5%;
  background: #f0e6c9;
  color: #343832;
  box-shadow: 2px 5px 8px #25312e20;
  padding: 18px 14px 12px;
  transform: rotate(-6deg);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.5px;
}
.scene-note small {
  display: block;
  text-align: right;
  font-size: 8px;
  margin-top: 8px;
  font-weight: 400;
}
.note-pin {
  position: absolute;
  top: -5px;
  left: 38%;
  width: 35px;
  height: 12px;
  background: #8fb9d6cc;
  transform: rotate(5deg);
}
.cat-position {
  position: absolute;
  left: 0;
  top: 55%;
  width: clamp(90px, 12.5%, 175px);
  transform: translateX(220px);
  z-index: 2;
  will-change: transform;
}
.cat {
  position: relative;
  display: block;
  width: 100%;
  background: none;
  padding: 0;
  z-index: 1;
  transform-origin: 50% 85%;
  border-radius: 40%;
  cursor: pointer;
}
.cat img {
  width: 100%;
  height: auto;
  pointer-events: none;
  user-select: none;
  filter: drop-shadow(1px 2px 0 #241d2215);
}
.cat-shadow {
  position: absolute;
  left: 21%;
  right: 14%;
  height: 10%;
  bottom: 3%;
  background: #2c353a55;
  border-radius: 50%;
  filter: blur(4px);
}
.cat-bubble {
  position: absolute;
  bottom: 96%;
  left: 50%;
  transform: translateX(-50%) rotate(-3deg);
  white-space: nowrap;
  border: 1px solid #2d3837;
  background: #faf9ef;
  color: #2d3837;
  border-radius: 8px;
  padding: 9px 12px;
  font-size: 11px;
  box-shadow: 2px 3px 0 #2d38371a;
  opacity: 0;
  transition: opacity 0.2s;
}
.cat-bubble.visible {
  opacity: 1;
}
.cat-bubble:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 48%;
  width: 8px;
  height: 8px;
  background: #faf9ef;
  border-right: 1px solid #2d3837;
  border-bottom: 1px solid #2d3837;
  transform: rotate(45deg);
}
.cat.walking {
  animation: waddle 0.24s ease-in-out infinite alternate;
}
.cat.riding {
  animation: wobble 0.8s ease-in-out infinite alternate;
}
.cat.hello {
  animation: hello 0.5s ease-in-out 2;
}
.scanner-readout {
  position: absolute;
  right: 13%;
  top: 20%;
  padding: 9px 11px;
  color: #bad5d7;
  background: #203e4c;
  border: 3px solid #668695;
  border-radius: 3px;
  font-family: monospace;
  font-size: 10px;
  letter-spacing: 1px;
  transform: rotate(2deg);
  box-shadow: 2px 3px 0 #172a3730;
}
.scanner-readout.scanning {
  background: #bce0d1;
  color: #193e33;
}
.scene-hint {
  position: absolute;
  bottom: 15px;
  left: 20px;
  border-radius: 3px;
  background: #f9f6e7e8;
  padding: 7px 10px;
  font-size: 10px;
  color: #414641;
  pointer-events: none;
}
.floor-target {
  position: absolute;
  opacity: 0;
  color: #faf4d8;
  font-size: 28px;
  pointer-events: none;
}
.scene-controls {
  min-height: 58px;
  background: var(--bar);
  color: var(--bar-ink);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  gap: 12px;
}
.assignment {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
}
.status-light {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b4caa3;
  flex-shrink: 0;
}
.scene-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.scene-actions button {
  font-size: 11px;
  white-space: nowrap;
  border: 1px solid #91a4a44d;
  background: transparent;
  border-radius: 4px;
  padding: 9px 12px;
  color: var(--bar-ink);
}
.scene-actions button:hover {
  background: #ffffff12;
}
.scene-actions button span {
  margin-left: 12px;
}
.scene-actions .pause-button {
  width: 33px;
  padding: 8px 0;
  font-size: 13px;
}
.under-scene {
  display: flex;
  justify-content: space-between;
  padding-top: 17px;
  gap: 12px;
}
.under-scene > span {
  font-size: 8px;
  letter-spacing: 1.3px;
  color: var(--muted);
  font-weight: 600;
}
.under-scene > a {
  font-size: 11px;
}
.under-scene > a span {
  margin-left: 16px;
}
.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14%;
  padding: 140px 7% 130px;
  align-items: center;
}
.employee-card {
  position: relative;
  background: #e5e6d9;
  color: #2b3534;
  padding: 25px;
  transform: rotate(-5deg);
  box-shadow: 0 15px 30px -23px #242d36;
}
.employee-top {
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1px;
  gap: 18px;
  border-bottom: 1px solid #bfc5b7;
  padding-bottom: 14px;
}
.employee-top span:last-child {
  font-size: 7px;
  color: #536056;
}
.employee-portrait {
  position: relative;
  aspect-ratio: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.employee-portrait img {
  position: relative;
  z-index: 1;
  width: 85%;
  transform: rotate(8deg);
}
.portrait-orbit {
  position: absolute;
  background: #aec4ce;
  width: 73%;
  aspect-ratio: 1;
  border-radius: 50%;
}
.employee-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #bfc5b7;
  padding-top: 16px;
}
.signature {
  font-size: 35px;
  font-weight: 600;
  letter-spacing: -2px;
  transform: rotate(-5deg);
}
.employee-bottom > span:last-child {
  font-size: 10px;
  line-height: 1.5;
}
.card-tape {
  position: absolute;
  top: -12px;
  left: 39%;
  width: 82px;
  height: 27px;
  background: #7ca8c7b5;
  transform: rotate(3deg);
}
.section-label {
  color: var(--blue);
  font-size: 9px;
}
h2 {
  font-weight: 500;
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: 1.12;
  letter-spacing: -2px;
  margin: 20px 0 22px;
}
.about-copy p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
  max-width: 390px;
}
.personality {
  display: grid;
  grid-template-columns: 85px 1fr;
  gap: 12px;
  margin: 26px 0 28px;
  font-size: 10px;
}
.personality span {
  color: var(--muted);
}
.personality strong {
  font-weight: 500;
}
.text-link {
  font-size: 12px;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 7px;
  display: inline-flex;
  gap: 24px;
}
.dispatch {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 10%;
  border-top: 1px solid var(--line);
  padding: 70px 7% 100px;
}
.dispatch-intro h2 {
  margin-bottom: 12px;
}
.dispatch-intro p {
  font-size: 13px;
  color: var(--muted);
}
.platform-link {
  display: inline-flex;
  align-items: center;
  gap: 35px;
  background: var(--blue);
  color: var(--paper);
  padding: 14px 18px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  margin-top: 22px;
}
.dispatch-intro > small {
  display: block;
  font-size: 9px;
  margin-top: 10px;
  color: var(--muted);
}
.shipping-label {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 25px;
  transform: rotate(1deg);
  align-self: start;
}
.label-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid var(--ink);
  padding-bottom: 15px;
  gap: 16px;
}
.label-heading strong {
  font-size: 23px;
  letter-spacing: -1px;
}
.label-heading > span {
  font-size: 8px;
  letter-spacing: 1px;
  max-width: 55px;
  line-height: 1.5;
}
.shipping-label dl {
  margin: 21px 0;
}
.shipping-label dl > div {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 10px;
  margin-bottom: 17px;
  font-size: 11px;
}
.shipping-label dt {
  color: var(--muted);
}
.shipping-label dd {
  margin: 0;
  line-height: 1.4;
}
.shipping-label dd small {
  display: block;
  color: var(--muted);
  font-size: 9px;
  margin-top: 5px;
}
.label-bottom {
  border-top: 1px solid var(--line);
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.barcode {
  width: 100px;
  height: 23px;
  background: repeating-linear-gradient(
    90deg,
    var(--ink) 0 1px,
    transparent 1px 3px,
    var(--ink) 3px 6px,
    transparent 6px 8px,
    var(--ink) 8px 10px,
    transparent 10px 13px,
    var(--ink) 13px 14px,
    transparent 14px 18px
  );
}
.site-footer {
  border-top: 1px solid var(--line);
  padding-top: 28px;
  padding-bottom: 25px;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.footer-top .brand {
  font-size: 32px;
}
.footer-top > span {
  font-size: 8px;
  letter-spacing: 1px;
  color: var(--muted);
}
.footer-top > a:last-child {
  font-size: 10px;
}
.site-footer > p {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.8;
  max-width: 910px;
  margin: 27px 0;
}
.footer-bottom {
  font-size: 9px;
  display: flex;
  justify-content: space-between;
  color: var(--muted);
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  transform: translateY(-150%);
  background: var(--paper);
  padding: 15px;
  z-index: 20;
}
.skip-link:focus {
  transform: translateY(0);
}
.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;
}
.noscript {
  text-align: center;
  padding: 20px;
}
.paused .cat {
  animation-play-state: paused !important;
}
@keyframes waddle {
  from {
    transform: rotate(-3deg) translateY(0);
  }
  to {
    transform: rotate(3deg) translateY(-5px);
  }
}
@keyframes wobble {
  from {
    transform: rotate(-2deg);
  }
  to {
    transform: rotate(2deg);
  }
}
@keyframes hello {
  50% {
    transform: translateY(-12px) rotate(-7deg);
  }
}
@media (min-width: 1600px) {
  .hero {
    padding-top: 50px;
  }
  .warehouse {
    aspect-ratio: 2.3;
  }
}
@media (max-width: 1000px) {
  .wrap {
    width: calc(100% - 56px);
  }
  .hero {
    padding-top: 32px;
  }
  h1 {
    font-size: 52px;
  }
  .warehouse {
    aspect-ratio: 2;
  }
  .about {
    gap: 10%;
    padding: 110px 4%;
  }
  .dispatch {
    padding-inline: 4%;
    gap: 7%;
  }
  .scene-note {
    font-size: 9px;
  }
  .assignment {
    font-size: 10px;
  }
  .employee-card {
    padding: 19px;
  }
}
@media (max-width: 640px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .site-header {
    height: 78px;
  }
  .brand {
    font-size: 33px;
  }
  .site-header nav {
    gap: 17px;
    font-size: 11px;
  }
  .site-header nav a:first-child {
    display: none;
  }
  .shift-switch {
    padding: 8px;
  }
  .shift-switch #theme-label {
    display: none;
  }
  .hero {
    padding-top: 35px;
  }
  .hero-kicker {
    font-size: 8px;
    letter-spacing: 1.4px;
    gap: 7px;
  }
  .short-line {
    width: 16px;
  }
  h1 {
    font-size: clamp(29px, 7.75vw, 44px);
    letter-spacing: -1.55px;
    margin: 18px -5px 15px;
    line-height: 1.15;
  }
  .hero-heading {
    margin-bottom: 26px;
  }
  .hero-heading p {
    font-size: 11px;
    max-width: 270px;
    margin: auto;
    line-height: 1.6;
  }
  .scene-top {
    padding: 11px 12px;
    font-size: 7px;
    letter-spacing: 0.9px;
  }
  .scene-top > span:last-child {
    gap: 6px;
  }
  .warehouse {
    aspect-ratio: 1.03;
  }
  .warehouse-art {
    object-position: 51% 57%;
    width: 155%;
    max-width: none;
    position: absolute;
    left: -27.5%;
  }
  .scene-note {
    left: 5%;
    top: 8%;
    font-size: 9px;
    padding: 13px 10px 9px;
  }
  .scene-note small {
    font-size: 7px;
  }
  .cat-position {
    width: 30%;
    top: 58%;
  }
  .scanner-readout {
    top: 27%;
    right: 6%;
    font-size: 8px;
    padding: 7px;
  }
  .scene-hint {
    font-size: 8px;
    left: 10px;
    bottom: 10px;
    padding: 6px 8px;
  }
  .scene-controls {
    flex-wrap: wrap;
    padding: 12px;
    gap: 12px;
  }
  .assignment {
    width: 100%;
    font-size: 10px;
  }
  .scene-actions {
    width: 100%;
    gap: 7px;
  }
  .scene-actions button {
    flex: 1;
    font-size: 10px;
    padding: 10px 7px;
  }
  .scene-actions button span {
    margin-left: 7px;
  }
  .scene-actions .pause-button {
    flex: 0 0 33px;
  }
  .under-scene {
    padding-top: 13px;
    justify-content: center;
  }
  .under-scene > span {
    display: none;
  }
  .under-scene > a {
    font-size: 10px;
  }
  .about {
    grid-template-columns: 1fr;
    padding: 90px 10px 70px;
    gap: 55px;
  }
  .employee-card {
    width: 85%;
    max-width: 340px;
    justify-self: center;
    padding: 22px;
  }
  .employee-top {
    font-size: 7px;
  }
  .employee-portrait {
    aspect-ratio: 1.3;
  }
  .about-copy {
    padding: 0 5px;
  }
  .section-label {
    font-size: 8px;
  }
  h2 {
    font-size: 39px;
    letter-spacing: -1.8px;
    margin-top: 17px;
  }
  .about-copy p {
    font-size: 13px;
  }
  .personality {
    font-size: 10px;
    grid-template-columns: 77px 1fr;
  }
  .dispatch {
    grid-template-columns: 1fr;
    padding: 48px 5px 65px;
    gap: 35px;
  }
  .dispatch-intro h2 {
    font-size: 36px;
  }
  .dispatch-intro p {
    font-size: 12px;
  }
  .platform-link {
    margin-top: 14px;
  }
  .shipping-label {
    padding: 21px 17px;
    transform: rotate(1deg);
  }
  .shipping-label dl > div {
    grid-template-columns: 94px 1fr;
    font-size: 10px;
  }
  .footer-top {
    flex-wrap: wrap;
  }
  .footer-top > span {
    display: none;
  }
  .site-footer > p {
    font-size: 9px;
  }
  .footer-bottom {
    font-size: 8px;
  }
  .cat-bubble {
    font-size: 9px;
    padding: 8px 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}

.brand-mascot {
  width: 39px;
  height: 41px;
  object-fit: contain;
  margin-right: 7px;
  transform: rotate(-9deg);
}
.cat-position {
  top: auto;
  bottom: 14%;
}
@media (max-width: 640px) {
  .cat-position {
    top: auto;
    bottom: 20%;
  }
  .brand-mascot {
    width: 30px;
    height: 32px;
    margin-right: 6px;
  }
}
/* Keep the complete first interaction visible on a small laptop. */
@media (min-width: 641px) {
  .site-header {
    height: 80px;
  }
  .hero {
    padding-top: 28px;
  }
  .hero-heading {
    margin-bottom: 26px;
  }
  h1 {
    font-size: clamp(38px, 4vw, 56px);
  }
  .warehouse {
    aspect-ratio: auto;
    height: clamp(320px, 45vh, 470px);
  }
}
@media (min-width: 641px) and (max-height: 850px) {
  .site-header {
    height: 68px;
  }
  .hero {
    padding-top: 20px;
  }
  h1 {
    font-size: 46px;
    margin: 12px 0;
  }
  .hero-heading {
    margin-bottom: 23px;
  }
  .warehouse {
    height: 42vh;
    min-height: 290px;
  }
  .scene-top {
    padding-block: 10px;
  }
  .scene-controls {
    min-height: 52px;
  }
}
.scanner-readout {
  right: auto;
  transform: translateX(-50%) rotate(2deg);
}
.scanner-readout:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  height: 24px;
  border-left: 1px dashed #698c96;
}
.scanner-readout {
  white-space: nowrap;
  font-size: 9px;
}
@media (max-width: 640px) {
  .scanner-readout {
    font-size: 8px;
  }
}
.cat .tucked-sprite {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
}
.cat.tucked .tucked-sprite {
  opacity: 1;
}
.cat.tucked .standing-sprite {
  opacity: 0;
}
.employee-portrait img {
  height: 90%;
  object-fit: contain;
}

@media (min-width: 641px) {
  .warehouse-art {
    object-position: center 85%;
  }
}
