:root {
  --ink: #101110;
  --white: #fdfdfb;
  --mist: #f0f1ee;
  --gray: #747873;
  --line: rgba(16, 17, 16, 0.18);
  --lime: #c8ff36;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic",
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea {
  font: inherit;
}
img {
  display: block;
  max-width: 100%;
}
::selection {
  color: var(--ink);
  background: var(--lime);
}

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  background: rgba(253, 253, 251, 0.93);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  letter-spacing: -0.03em;
}
.brand > span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--white);
  background: var(--ink);
  font:
    800 15px/1 Arial,
    sans-serif;
}
.brand strong {
  font-weight: 800;
}
.site-header nav {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 34px;
  font:
    700 10px/1 Arial,
    sans-serif;
  letter-spacing: 0.16em;
}
.site-header nav a {
  transition: opacity 0.25s;
}
.site-header nav a:hover {
  opacity: 0.48;
}
.site-header .header-cta {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 40px;
  margin-right: -48px;
  padding: 0 32px;
  color: var(--white);
  background: var(--ink);
}
.header-cta span {
  color: var(--lime);
  font-size: 15px;
}

.hero {
  min-height: 100svh;
  position: relative;
  padding-top: 76px;
  overflow: hidden;
}
.hero-media {
  position: relative;
  height: calc(100svh - 178px);
  min-height: 580px;
  margin: 34px 48px 0;
  overflow: hidden;
  background: #d7dad8;
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1), transparent 50%);
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.025);
  animation: heroReveal 1.4s cubic-bezier(0.2, 0.75, 0.2, 1) both;
}
.hero-media-meta {
  position: absolute;
  z-index: 2;
  top: 22px;
  right: 22px;
  display: flex;
  gap: 40px;
  color: #fff;
  font:
    700 9px/1 Arial,
    sans-serif;
  letter-spacing: 0.16em;
}
.hero-title {
  position: absolute;
  z-index: 3;
  left: clamp(48px, 7vw, 120px);
  bottom: 28px;
}
.hero-title > p {
  margin: 0 0 13px 5px;
  font:
    700 9px/1 Arial,
    sans-serif;
  letter-spacing: 0.24em;
}
.hero-title h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.08em;
  margin: 0;
  font-size: clamp(62px, 6vw, 142px);
  line-height: 0.92;
  font-weight: 850;
  letter-spacing: -0.075em;
}
.hero-title h1 span,
.hero-title h1 em {
  display: block;
  line-height: 0.98;
  background: var(--white);
  padding: 0.01em 0.11em 0.06em 0;
}
.hero-title h1 em {
  font-style: normal;
}
.hero-side-copy {
  position: absolute;
  z-index: 4;
  right: 48px;
  bottom: 0;
  width: min(30vw, 430px);
  padding: 25px 28px 0;
  background: var(--white);
  border-left: 1px solid var(--line);
}
.hero-side-copy > span {
  font:
    700 9px/1 Arial,
    sans-serif;
  letter-spacing: 0.18em;
}
.hero-side-copy p {
  margin: 18px 0 23px;
  font-size: 13px;
  line-height: 1.9;
}
.hero-side-copy a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 0;
  border-top: 1px solid var(--ink);
  font:
    700 10px/1 Arial,
    sans-serif;
  letter-spacing: 0.14em;
}
.hero-side-copy .hero-service-copy {
  margin: 0 0 16px;
  color: var(--gray);
  font-size: 12px;
  line-height: 1.75;
}
.hero-scroll-cta {
  position: relative;
  gap: 20px;
}
.hero-scroll-cta::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 3px;
  margin-top: -1px;
  background: var(--lime);
  box-shadow: inset 0 0 0 1px rgba(16, 17, 16, 0.1);
}
.hero-scroll-cta__mark {
  position: relative;
  flex-shrink: 0;
  width: 8px;
  height: 48px;
  overflow: hidden;
}
.hero-scroll-cta__mark::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(16, 17, 16, 0.14);
  transform: translateX(-50%);
}
.hero-scroll-cta__mark::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  background: var(--lime);
  transform: translateX(-50%) scaleY(0);
  transform-origin: top center;
  animation: heroScrollFlow 2.8s cubic-bezier(0.45, 0, 0.2, 1) infinite;
}
.hero-side-copy a i {
  font-size: 18px;
  font-style: normal;
}

.statement {
  min-height: auto;
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 62px 7vw;
  overflow: hidden;
  color: var(--ink);
  background-color: var(--white);
  background-image: repeating-linear-gradient(
    90deg,
    transparent 0,
    transparent calc(8.333% - 1px),
    rgba(16, 17, 16, 0.055) calc(8.333% - 1px),
    rgba(16, 17, 16, 0.055) 8.333%
  );
}
.statement::after {
  content: "HUMAN FIRST.";
  position: absolute;
  z-index: 0;
  top: 22%;
  right: -2.5vw;
  pointer-events: none;
  color: transparent;
  -webkit-text-stroke: 1px rgba(16, 17, 16, 0.075);
  font:
    800 clamp(90px, 14vw, 260px) / 0.8 Arial,
    sans-serif;
  letter-spacing: -0.08em;
  white-space: nowrap;
}
.statement-top {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 12vw 1fr auto;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(16, 17, 16, 0.28);
}
.statement-index {
  font:
    700 12px/1 Arial,
    sans-serif;
}
.statement-top .section-label {
  color: #5b7607;
}
.statement-top > small {
  color: rgba(16, 17, 16, 0.48);
  font:
    700 8px/1 Arial,
    sans-serif;
  letter-spacing: 0.16em;
}
.section-label {
  margin: 0;
  font:
    700 9px/1.2 Arial,
    sans-serif;
  letter-spacing: 0.22em;
}
.statement-body {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  padding: clamp(70px, 9vh, 112px) 0;
}
.statement-message {
  display: grid;
  align-content: center;
  gap: clamp(34px, 4vh, 54px);
  justify-self: stretch;
  min-width: 0;
  box-sizing: border-box;
  width: 100%;
  padding-right: clamp(24px, 2.5vw, 40px);
  overflow: hidden;
}
.statement h2 {
  margin: 0;
  letter-spacing: -0.075em;
}
.statement h2 > span {
  display: block;
  margin: 0 0 0.55em 0.08em;
  color: rgba(16, 17, 16, 0.5);
  font-size: clamp(18px, 1.55vw, 28px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.statement h2 > strong {
  display: block;
  max-width: 100%;
  font-size: clamp(42px, 3vw, 54px);
  line-height: 1.05;
  font-weight: 790;
}
.statement h2 > strong .statement-line {
  display: block;
}
.statement h2 > strong em {
  position: relative;
  display: inline-block;
  z-index: 1;
  font-style: normal;
}
.statement h2 > strong em::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -0.01em;
  right: -0.02em;
  bottom: 0.05em;
  height: 0.13em;
  background: var(--lime);
  transform: scaleX(0);
  transform-origin: left;
  animation: statementLine 1s 0.35s cubic-bezier(0.16, 0.8, 0.2, 1) forwards;
}
.statement-copy {
  max-width: none;
  width: 100%;
  padding: 24px 0 0;
  border-top: 1px solid rgba(16, 17, 16, 0.32);
}
.statement-copy > span {
  display: block;
  margin-bottom: 18px;
  color: #5b7607;
  font-size: clamp(15px, 1.15vw, 19px);
  font-weight: 800;
  letter-spacing: -0.02em;
}
.statement-copy p {
  margin: 0;
  color: rgba(16, 17, 16, 0.68);
  font-size: clamp(13px, 0.95vw, 16px);
  line-height: 1.95;
  text-wrap: pretty;
  word-break: auto-phrase;
}
.statement-photo {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  height: min(54vh, 610px);
  background: #d8dbd7;
}
.statement-photo::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 7px;
  background: var(--lime);
  transform: scaleX(0.18);
  transform-origin: left;
}
.statement-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
}
.statement-bottom {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5vw;
  align-items: end;
  padding-top: 22px;
  border-top: 1px solid rgba(16, 17, 16, 0.28);
}
.statement-flow {
  width: 100%;
}
.statement-flow-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: clamp(14px, 2vw, 28px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.statement-flow-item {
  flex: 0 1 auto;
  min-width: min(100%, 9.5em);
}
.statement-flow-label {
  display: block;
  margin-bottom: 10px;
  color: rgba(16, 17, 16, 0.42);
  font:
    700 8px/1 Arial,
    sans-serif;
  letter-spacing: 0.14em;
}
.statement-flow-item strong {
  display: block;
  font-size: clamp(14px, 1.08vw, 17px);
  line-height: 1.35;
  font-weight: 780;
  letter-spacing: -0.03em;
  text-wrap: balance;
}
.statement-flow-arrow {
  flex: 0 0 auto;
  align-self: center;
  margin-bottom: 0.12em;
  color: rgba(91, 118, 7, 0.62);
  font:
    300 clamp(17px, 1.35vw, 21px) / 1 Arial,
    sans-serif;
}
.statement-copy .statement-flow {
  margin-top: 4px;
}
.statement-bottom > a {
  display: flex;
  gap: 50px;
  align-items: center;
  min-width: 250px;
  padding: 17px 0;
  border-top: 1px solid var(--ink);
  font-size: 11px;
  font-weight: 750;
}
.statement-bottom > a span {
  margin-left: auto;
  color: #638000;
  font-size: 18px;
}

.marquee {
  overflow: hidden;
  padding: 20px 0 18px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.marquee__inner {
  display: flex;
  width: max-content;
  animation: marqueeScroll var(--marquee-duration, 40s) linear infinite;
  will-change: transform;
}
.marquee__group {
  flex-shrink: 0;
  font:
    800 clamp(25px, 3vw, 50px) / 1 Arial,
    sans-serif;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.story {
  --ink: #101110;
  --white: #fdfdfb;
  --mist: #f0f1ee;
  --gray: #747873;
  --line: rgba(16, 17, 16, 0.18);
  --lime: #c8ff36;
  height: 800vh;
  position: relative;
  background: var(--mist);
}
.story-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 680px;
  padding-top: 76px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) minmax(280px, 25vw);
  overflow: hidden;
}
.story-progress {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
  padding: 26px 0 20px;
  border-right: 1px solid var(--line);
  background: rgba(253, 253, 251, 0.68);
}
.story-progress > span {
  writing-mode: vertical-rl;
  font:
    700 8px/1 Arial,
    sans-serif;
  letter-spacing: 0.22em;
}
.story-progress strong {
  font:
    800 15px/1 Arial,
    sans-serif;
  letter-spacing: -0.04em;
}
.story-progress small {
  color: var(--gray);
  font:
    700 10px/1 Arial,
    sans-serif;
}
.progress-line {
  width: 1px;
  flex: 1;
  background: rgba(16, 17, 16, 0.15);
  position: relative;
}
.progress-line i {
  position: relative;
  display: block;
  width: 3px;
  margin-left: -1px;
  background: var(--ink);
  transition: height 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.progress-line i::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 8px;
  height: 8px;
  border: 1px solid var(--ink);
  background: var(--lime);
  transform: translateX(-50%);
}
.story-main {
  min-width: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  border-right: 1px solid var(--line);
}
.slide-heading {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas: "kicker sequence" "title title";
  align-items: end;
  gap: 16px 24px;
  padding: clamp(24px, 3.1vh, 38px) clamp(30px, 3.5vw, 58px) 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(253, 253, 251, 0.8);
}
.slide-heading > span {
  grid-area: kicker;
  display: inline-flex;
  align-items: center;
  width: max-content;
  color: var(--ink);
  font:
    800 9px/1 Arial,
    sans-serif;
  letter-spacing: 0.13em;
}
.slide-heading > span::before {
  content: "";
  width: 28px;
  height: 3px;
  margin-right: 10px;
  background: var(--lime);
  box-shadow: inset 0 0 0 1px rgba(16, 17, 16, 0.12);
}
.slide-sequence {
  grid-area: sequence;
  align-self: center;
  color: var(--gray);
  font:
    700 9px/1 Arial,
    sans-serif;
  letter-spacing: 0.15em;
}
.slide-heading h2 {
  grid-area: title;
  max-width: 1050px;
  margin: 0;
  font-size: clamp(37px, 2vw, 64px);
  line-height: 1.06;
  font-weight: 790;
  letter-spacing: -0.06em;
  white-space: pre-line;
  text-wrap: balance;
  word-break: auto-phrase;
  line-break: strict;
  animation: titleIn 0.62s cubic-bezier(0.16, 0.8, 0.2, 1) both;
}
.story-visual-wrap {
  position: relative;
  min-height: 0;
  overflow: hidden;
  padding: clamp(14px, 2vh, 22px) clamp(20px, 2.4vw, 38px);
  background-color: #f1f2ee;
  background-image: linear-gradient(
      rgba(16, 17, 16, 0.045) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(16, 17, 16, 0.045) 1px, transparent 1px);
  background-size: 36px 36px;
}
.story-visual-wrap::after {
  content: "";
  position: absolute;
  inset: clamp(14px, 2vh, 22px) clamp(20px, 2.4vw, 38px);
  z-index: 2;
  pointer-events: none;
  box-shadow: 9px 9px 0 rgba(16, 17, 16, 0.07);
}
.story-comment {
  position: relative;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  min-height: 118px;
  padding: 23px clamp(30px, 3.5vw, 58px) 25px;
  color: #fff;
  background: var(--ink);
  animation: commentIn 0.58s cubic-bezier(0.16, 0.8, 0.2, 1) both;
}
.story-comment::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(30px, 3.5vw, 58px);
  width: 52px;
  height: 3px;
  background: var(--lime);
}
.story-comment span {
  color: var(--lime);
  font:
    750 clamp(10px, 0.82vw, 12px) / 1.25 Arial,
    sans-serif;
  letter-spacing: 0.13em;
}
.story-comment p {
  max-width: 880px;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(16px, 1.28vw, 20px);
  line-height: 1.65;
  font-weight: 600;
  text-wrap: pretty;
}
.guide {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: #1b1c1b;
}
.guide::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.45) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(255, 255, 255, 0.45) 1px, transparent 1px);
  background-size: 36px 36px;
}
.guide-title {
  position: absolute;
  z-index: 2;
  top: 28px;
  left: 26px;
  display: grid;
  gap: 8px;
  padding-left: 14px;
  border-left: 3px solid var(--lime);
}
.guide-title span {
  color: var(--lime);
  font:
    700 8px/1 Arial,
    sans-serif;
  letter-spacing: 0.2em;
}
.guide-title strong {
  font-size: 14px;
  letter-spacing: 0.02em;
}
.guide img {
  position: absolute;
  z-index: 1;
  width: 205%;
  max-width: none;
  left: -52%;
  bottom: 1%;
  filter: drop-shadow(0 22px 42px rgba(0, 0, 0, 0.28));
  transform: translateY(3%);
  animation: guideIn 0.8s ease both;
}
.guide > p {
  position: absolute;
  z-index: 3;
  left: 22px;
  right: 22px;
  bottom: 24px;
  margin: 0;
  padding: 18px 16px 19px;
  color: var(--ink);
  border: 1px solid var(--ink);
  background: var(--lime);
  box-shadow: 7px 7px 0 rgba(255, 255, 255, 0.11);
  font-size: clamp(14px, 1.1vw, 17px);
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -0.035em;
  white-space: nowrap;
}
.guide > small {
  position: absolute;
  top: 30px;
  right: 22px;
  font:
    700 8px/1.8 Arial,
    sans-serif;
  letter-spacing: 0.15em;
  text-align: center;
}
.mobile-controls {
  display: none;
}

.story-art {
  z-index: 1;
  height: 100%;
  min-height: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(16, 17, 16, 0.82);
  background: #fff;
  animation: artIn 0.68s cubic-bezier(0.16, 0.8, 0.2, 1) both;
}
.motion-status {
  position: absolute;
  z-index: 8;
  top: 12px;
  right: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 14px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: var(--ink);
  font:
    800 12px/1 Arial,
    sans-serif;
  letter-spacing: 0.1em;
}
.motion-status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 0 rgba(190, 255, 45, 0.5);
  animation: livePulse 1.35s ease-out 2;
}

.noise-art {
  display: grid;
  grid-template-columns: minmax(250px, 0.36fr) minmax(0, 0.64fr);
  grid-template-rows: minmax(0, 1fr);
}
.noise-art > .motion-status {
  padding: 13px 17px;
  font-size: 14px;
}
.noise-art > .motion-status i {
  width: 9px;
  height: 9px;
}
.noise-total {
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(24px, 2.8vw, 46px);
  color: var(--ink);
  background: var(--lime);
  border-right: 1px solid var(--ink);
}
.noise-total small {
  font: 800 clamp(11px, 0.82vw, 13px) / 1 Arial;
  letter-spacing: 0.16em;
}
.noise-metric {
  display: flex;
  align-items: flex-end;
  gap: clamp(9px, 1vw, 15px);
  margin-top: 20px;
  white-space: nowrap;
}
.noise-total strong {
  margin: 0;
  font: 850 clamp(96px, 9.3vw, 154px) / 0.74 Arial;
  letter-spacing: -0.09em;
}
.noise-total span {
  padding-bottom: 3px;
  font: 800 clamp(12px, 1vw, 16px) / 1.2 Arial;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.noise-streams {
  min-height: 0;
  display: grid;
  grid-template-rows: repeat(4, 1fr);
}
.noise-streams > div {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(100px, 120px) minmax(52px, 1fr) 46px;
  gap: 14px;
  align-items: center;
  padding: 0 clamp(18px, 2vw, 34px);
  border-bottom: 1px solid var(--line);
  animation: streamIn 0.55s both;
}
.noise-streams > div:nth-child(2) {
  animation-delay: 0.08s;
}
.noise-streams > div:nth-child(3) {
  animation-delay: 0.16s;
}
.noise-streams > div:nth-child(4) {
  animation-delay: 0.24s;
}
.noise-streams small {
  color: var(--gray);
  font: 700 8px/1 Arial;
}
.noise-streams b {
  font: 800 clamp(16px, 1.35vw, 23px) / 1 Arial;
  white-space: nowrap;
}
.noise-streams i {
  height: 7px;
  background: #d9dbd7;
  transform-origin: left;
  animation: noiseBar 0.65s both;
}
.noise-streams > div:nth-child(1) i {
  width: 100%;
}
.noise-streams > div:nth-child(2) i {
  width: 34%;
}
.noise-streams > div:nth-child(3) i {
  width: 52%;
}
.noise-streams > div:nth-child(4) i {
  width: 70%;
}
.noise-streams strong {
  justify-self: end;
  font: 800 clamp(20px, 2vw, 34px) / 1 Arial;
}
.stream-scan {
  position: absolute;
  inset: 0 auto 0 -18%;
  width: 18%;
  opacity: 0.32;
  background: linear-gradient(90deg, transparent, var(--lime), transparent);
  animation: streamScan 1.7s cubic-bezier(0.2, 0.7, 0.25, 1) 0.25s both;
}
.noise-streams > div:nth-child(2) .stream-scan {
  animation-delay: 0.35s;
}
.noise-streams > div:nth-child(3) .stream-scan {
  animation-delay: 0.7s;
}
.noise-streams > div:nth-child(4) .stream-scan {
  animation-delay: 1.05s;
}
.incoming-toast {
  position: absolute;
  z-index: 6;
  top: 13px;
  left: 85px;
  right: 180px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 11px 13px;
  border: 1px solid var(--ink);
  background: #fff;
  box-shadow: 5px 5px 0 rgba(16, 17, 16, 0.14);
  animation: toastPop 0.55s cubic-bezier(0.16, 0.8, 0.2, 1) both;
}
.incoming-toast small {
  padding: 5px 7px;
  color: var(--ink);
  background: var(--lime);
  font: 800 9px/1 Arial;
  letter-spacing: 0.08em;
}
.incoming-toast b {
  overflow: hidden;
  font-size: clamp(12px, 1vw, 15px);
  white-space: nowrap;
  text-overflow: ellipsis;
}
.incoming-toast span {
  color: var(--gray);
  font: 700 9px/1 Arial;
}

.loop-art {
  background: var(--ink);
  color: #fff;
}
.loop-art::before {
  content: "↻";
  position: absolute;
  right: -1vw;
  bottom: -5vw;
  color: rgba(255, 255, 255, 0.07);
  font: 300 clamp(180px, 21vw, 330px) / 1 Arial;
}
.process-line {
  position: absolute;
  inset: 7% 3%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.process-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(20px, 2.4vw, 36px);
  border-right: 1px solid rgba(255, 255, 255, 0.28);
}
.process-item:last-child {
  border-right: 0;
}
.process-item:nth-child(2),
.process-item:nth-child(4) {
  color: var(--ink);
  background: var(--lime);
}
.process-item strong {
  font-size: clamp(24px, 3vw, 48px);
  line-height: 1;
  letter-spacing: -0.05em;
}
.work-token {
  position: absolute;
  z-index: 4;
  left: 7%;
  top: 36%;
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: clamp(138px, 12vw, 185px);
  padding: 12px 16px;
  color: var(--ink);
  border: 1px solid var(--ink);
  background: #fff;
  box-shadow: 6px 6px 0 var(--lime);
  font:
    800 clamp(11px, 1vw, 14px) / 1 Arial,
    sans-serif;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  animation: manualWork 6.6s cubic-bezier(0.25, 0.72, 0.28, 1) infinite;
}
.work-token::before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  background: var(--ink);
}
.token-two {
  top: 50%;
  animation-delay: -2.2s;
}
.token-three {
  top: 64%;
  animation-delay: -4.4s;
}

.hours-art {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: clamp(18px, 2vw, 30px);
  padding: clamp(26px, 2.7vw, 42px);
  background: #e8eae5;
}
.hours-calc {
  position: relative;
  z-index: 2;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 2.6vw, 40px);
  color: #fff;
  background: var(--ink);
  box-shadow: 9px 9px 0 var(--lime);
}
.hours-calc::before {
  content: "毎日の小さな作業";
  display: block;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--lime);
  font: 800 clamp(12px, 0.95vw, 15px) / 1 Arial;
  letter-spacing: 0.12em;
}
.hours-seed {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "label label" "number unit";
  align-items: end;
  margin: clamp(22px, 3vh, 36px) 0;
}
.hours-seed small {
  grid-area: label;
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(14px, 1.15vw, 18px);
  font-weight: 750;
}
.hours-seed strong {
  grid-area: number;
  font: 850 clamp(78px, 8vw, 126px) / 0.76 Arial;
  letter-spacing: -0.08em;
}
.hours-seed b {
  grid-area: unit;
  padding-bottom: 7px;
  color: var(--lime);
  font-size: clamp(18px, 1.8vw, 28px);
}
.hours-chain {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}
.hours-chain span {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 10px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.hours-chain i {
  color: var(--lime);
  font-size: 18px;
  font-style: normal;
}
.hours-chain b {
  font-size: clamp(17px, 1.45vw, 22px);
}
.hours-ledger {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(26px, 3vw, 48px);
  border: 1px solid var(--ink);
  background: #fff;
}
.hours-ledger::after {
  content: "12か月";
  position: absolute;
  right: -1.5%;
  bottom: -2.2%;
  color: rgba(16, 17, 16, 0.045);
  font: 900 clamp(66px, 9vw, 140px) / 1 Arial;
  letter-spacing: -0.07em;
  white-space: nowrap;
}
.hours-caption {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #555a54;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 800;
  letter-spacing: 0.1em;
}
.hours-caption i {
  width: min(35%, 190px);
  height: 3px;
  background: var(--lime);
  transform-origin: left;
  animation: lineGrow 0.8s ease-out 0.3s both;
}
.hours-big {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  gap: clamp(18px, 2vw, 28px);
  margin: clamp(28px, 4.2vh, 54px) 0 24px;
}
.hours-big strong {
  color: var(--ink);
  font: 880 clamp(112px, 14.5vw, 224px) / 0.7 Arial;
  letter-spacing: -0.075em;
  animation: hoursRise 0.9s cubic-bezier(0.16, 0.8, 0.2, 1) 0.35s both;
}
.hours-big span {
  margin-bottom: -2px;
  padding: 8px 12px;
  color: var(--ink);
  background: var(--lime);
  font-size: clamp(16px, 1.5vw, 24px);
  font-weight: 850;
  white-space: nowrap;
}
.business-days {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--ink);
}
.business-days small {
  color: #555a54;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 750;
}
.business-days b {
  font-size: clamp(20px, 2vw, 32px);
  letter-spacing: -0.025em;
}
.hours-ticks {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  height: 9px;
}
.hours-ticks i {
  border-right: 1px solid #fff;
  background: var(--lime);
  transform-origin: bottom;
  animation: monthTick 2.2s cubic-bezier(0.16, 0.8, 0.2, 1) infinite;
}
.hours-ticks i:nth-child(2n) {
  animation-delay: 0.08s;
}
.hours-ticks i:nth-child(3n) {
  animation-delay: 0.16s;
}

.organize-art {
  display: grid;
  grid-template-columns: 1fr minmax(76px, 0.24fr) 1.06fr;
  gap: clamp(12px, 1.5vw, 22px);
  padding: clamp(26px, 2.7vw, 42px);
  background: #e8eae5;
}
.organize-before,
.organize-after {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 2.4vw, 36px);
  border: 1px solid var(--ink);
}
.organize-before {
  color: #fff;
  background: var(--ink);
}
.organize-after {
  background: #fff;
  box-shadow: 8px 8px 0 var(--lime);
}
.organize-panel-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 17px;
  border-bottom: 1px solid currentColor;
}
.organize-panel-title small {
  color: var(--lime);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.organize-after .organize-panel-title small {
  color: var(--gray);
}
.organize-panel-title strong {
  font-size: clamp(20px, 2vw, 30px);
  letter-spacing: -0.05em;
}
.channel-list {
  display: grid;
  gap: 10px;
  margin: auto 0;
}
.channel-list span {
  padding: 14px 16px;
  color: var(--ink);
  border: 1px solid var(--ink);
  background: #fff;
  box-shadow: 4px 4px 0 var(--lime);
  font-size: clamp(12px, 1vw, 15px);
  font-weight: 800;
  animation: cardDrift 3.8s ease-in-out infinite alternate;
}
.channel-list span:nth-child(2) {
  animation-delay: -0.8s;
}
.channel-list span:nth-child(3) {
  animation-delay: -1.6s;
}
.channel-list span:nth-child(4) {
  animation-delay: -2.4s;
}
.organize-before > p,
.organize-result {
  margin: 0;
  padding-top: 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 750;
}
.organize-before > p b {
  margin-right: 8px;
  color: var(--lime);
  font-size: 24px;
}
.organize-bridge {
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 10px;
  color: var(--ink);
}
.organize-bridge span {
  color: #6f8b13;
  font: 300 clamp(44px, 5vw, 74px) / 1 Arial;
  animation: bridgePulse 2.4s ease-in-out infinite;
}
.organize-bridge small {
  font-size: 10px;
  line-height: 1.5;
  font-weight: 800;
  text-align: center;
}
.single-lane {
  position: relative;
  display: grid;
  margin: auto 0;
}
.single-lane::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 12%;
  bottom: 12%;
  width: 3px;
  background: var(--lime);
  transform-origin: top;
  animation: laneGrow 3s ease-in-out infinite;
}
.single-lane p {
  position: relative;
  display: grid;
  grid-template-columns: 36px 1fr 12px;
  gap: 12px;
  align-items: center;
  margin: 0;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.single-lane em {
  z-index: 1;
  color: var(--gray);
  background: #fff;
  font: 700 10px/1 Arial;
  font-style: normal;
}
.single-lane strong {
  font-size: clamp(15px, 1.45vw, 22px);
}
.single-lane i {
  width: 9px;
  height: 9px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--lime);
}
.organize-result {
  border-color: var(--ink);
  color: var(--ink);
}

.automate-art {
  padding: clamp(26px, 2.7vw, 42px);
  color: var(--ink);
  background: var(--ink);
}
.automation-board {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: clamp(24px, 2.8vw, 44px);
  border: 1px solid var(--ink);
  background: #fff;
}
.automation-summary {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--ink);
}
.automation-summary small {
  color: var(--gray);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.automation-summary strong {
  font-size: clamp(18px, 2vw, 30px);
}
.automation-summary b {
  color: #6f8b13;
  font: 900 clamp(30px, 3.5vw, 54px) / 0.8 Arial;
}
.automation-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  padding: 20px 0;
}
.automation-track::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 48%;
  height: 2px;
  background: var(--ink);
}
.automation-track::after {
  content: "";
  position: absolute;
  left: 12%;
  top: calc(48% - 2px);
  width: 0;
  height: 6px;
  background: var(--lime);
  animation: automationRail 4.4s cubic-bezier(0.2, 0.7, 0.25, 1) infinite;
}
.automation-node {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 9px;
  text-align: center;
}
.automation-node small {
  color: var(--gray);
  font: 700 10px/1 Arial;
}
.automation-node i {
  width: clamp(50px, 5vw, 76px);
  aspect-ratio: 1;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 10px #fff;
}
.automation-node:nth-child(2n) i {
  background: var(--lime);
}
.automation-node strong {
  font-size: clamp(18px, 1.8vw, 28px);
}
.automation-node span {
  color: var(--gray);
  font-size: 11px;
  font-weight: 700;
}
.automation-packet {
  position: absolute;
  z-index: 4;
  left: 10%;
  top: calc(48% - 20px);
  padding: 10px 14px;
  color: var(--ink);
  border: 1px solid var(--ink);
  background: var(--lime);
  box-shadow: 4px 4px 0 var(--ink);
  font: 800 10px/1 Arial;
  font-style: normal;
  white-space: nowrap;
  animation: automationPacket 4.4s cubic-bezier(0.2, 0.7, 0.25, 1) infinite;
}
.automation-result {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 18px;
  align-items: center;
  padding-top: 18px;
  border-top: 1px solid var(--ink);
}
.automation-result span {
  color: var(--gray);
  font-size: 11px;
}
.automation-result strong {
  font-size: clamp(16px, 1.5vw, 22px);
}
.automation-result b {
  padding: 8px 12px;
  color: var(--ink);
  background: var(--lime);
  font-size: 11px;
}

.judge-art {
  padding: clamp(26px, 2.7vw, 42px);
  color: var(--ink);
  background: #e8eae5;
}
.judgement-journey {
  height: 100%;
  display: grid;
  grid-template-columns: 2.2fr 42px 1.7fr 42px 2.2fr;
  gap: clamp(9px, 1.2vw, 18px);
  align-items: stretch;
}
.judgement-mail,
.judgement-readable,
.judgement-context {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(22px, 2.4vw, 36px);
  border: 1px solid var(--ink);
}
.judgement-mail,
.judgement-readable {
  background: #fff;
}
.judgement-mail {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.judgement-mail::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 7%;
  opacity: 0.34;
  background: repeating-linear-gradient(
    to bottom,
    transparent 0 50px,
    #d9dbd7 50px 51px
  );
}
.judgement-mail small,
.judgement-readable small,
.judgement-context small {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.judgement-mail strong {
  margin: 22px 0 14px;
  font: 900 clamp(32px, 3.2vw, 50px) / 0.92 Arial;
  letter-spacing: -0.06em;
  white-space: nowrap;
}
.judgement-mail p {
  margin: 0;
  color: var(--gray);
  font-size: 13px;
  line-height: 1.7;
  font-weight: 700;
}
.mail-reading-line {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  top: 18%;
  height: 2px;
  background: var(--lime);
  box-shadow:
    0 0 18px rgba(190, 255, 45, 0.9),
    0 18px 40px rgba(190, 255, 45, 0.12);
  animation: readDocument 3.6s cubic-bezier(0.45, 0, 0.2, 1) infinite;
}
.mail-reading-line::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 64px;
  background: linear-gradient(to top, rgba(190, 255, 45, 0.08), transparent);
}
.mail-reading-line em {
  position: absolute;
  right: 12px;
  bottom: 8px;
  padding: 6px 8px;
  color: var(--ink);
  background: var(--lime);
  font: 800 9px/1 Arial;
  font-style: normal;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.journey-arrow {
  align-self: center;
  color: #6f8b13;
  font: 300 clamp(34px, 4vw, 58px) / 1 Arial;
  font-style: normal;
  text-align: center;
  animation: journeyPulse 3.6s ease-in-out infinite;
}
.journey-arrow:nth-of-type(2) {
  animation-delay: 0.8s;
}
.judgement-readable small {
  color: #6f8b13;
}
.judgement-readable p {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  margin: 0;
  padding: 16px 6px;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  animation: fieldExtract 3.6s ease-in-out infinite;
}
.judgement-readable p:nth-of-type(2) {
  animation-delay: 0.3s;
}
.judgement-readable span {
  color: var(--gray);
}
.judgement-readable b {
  font-size: 14px;
}
.judgement-context {
  position: relative;
  color: #fff;
  background: var(--ink);
  box-shadow: 8px 8px 0 var(--lime);
  animation: contextStop 3.6s ease-in-out infinite;
}
.judgement-context small {
  color: var(--lime);
}
.judgement-context > b {
  color: var(--lime);
  font: 300 clamp(64px, 7vw, 108px) / 0.8 Georgia;
}
.judgement-context strong {
  font-size: clamp(21px, 2.4vw, 36px);
  line-height: 1.25;
  letter-spacing: -0.05em;
}
.judgement-context span {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  font-weight: 700;
}

.ai-art {
  display: grid;
  grid-template-columns: 2.8fr 2fr 3.6fr;
  align-items: stretch;
  gap: clamp(14px, 1.7vw, 24px);
  padding: clamp(26px, 2.7vw, 42px);
  color: #fff;
  background: var(--ink);
}
.ai-input,
.ai-output {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(22px, 2.4vw, 36px);
  color: var(--ink);
  background: #fff;
}
.ai-input > div,
.ai-output > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--ink);
}
.ai-input > div small,
.ai-output > div small {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.ai-input > div span {
  color: var(--gray);
  font-size: 11px;
}
.ai-output > div span {
  padding: 6px 8px;
  background: var(--lime);
  font-size: 10px;
  font-weight: 800;
}
.ai-input > strong {
  margin: 28px 0;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.45;
  letter-spacing: -0.04em;
}
.ai-input > em {
  color: var(--gray);
  font-size: 11px;
  font-style: normal;
  font-weight: 750;
}
.ai-core {
  position: relative;
  z-index: 3;
  display: grid;
  place-content: center;
  gap: 26px;
  color: var(--ink);
  background: var(--lime);
  box-shadow: inset 0 0 0 1px var(--ink);
}
.ai-core::before,
.ai-core::after {
  content: "";
  position: absolute;
  inset: 13px;
  border: 1px solid var(--ink);
  animation: engineOrbit 4s linear infinite;
}
.ai-core::after {
  inset: 24px;
  animation-direction: reverse;
}
.ai-core > strong {
  z-index: 1;
  font: 900 clamp(56px, 6vw, 96px) / 0.8 Arial;
  text-align: center;
  letter-spacing: -0.1em;
}
.ai-core > div {
  z-index: 1;
  display: grid;
  gap: 7px;
}
.ai-core span {
  padding: 7px 10px;
  border: 1px solid var(--ink);
  background: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}
.ai-output {
  box-shadow: 8px 8px 0 var(--lime);
}
.ai-output dl {
  display: grid;
  grid-template-columns: 56px 1fr;
  margin: 20px 0;
  border-top: 1px solid var(--line);
}
.ai-output dt,
.ai-output dd {
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}
.ai-output dt {
  color: var(--gray);
}
.ai-output dd {
  font-weight: 800;
}
.ai-output > b {
  color: #608000;
  font-size: 12px;
  text-align: right;
}
.ai-packets {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.ai-packets i {
  position: absolute;
  left: 30%;
  top: 34%;
  width: 8px;
  height: 8px;
  background: var(--lime);
  animation: aiPacketNew 2.6s cubic-bezier(0.2, 0.7, 0.25, 1) infinite;
}
.ai-packets i:nth-child(2) {
  top: 50%;
  animation-delay: -0.8s;
}
.ai-packets i:nth-child(3) {
  top: 66%;
  animation-delay: -1.6s;
}

.trial-art {
  display: grid;
  grid-template-columns: 3.7fr 6.3fr;
  gap: clamp(18px, 2vw, 30px);
  align-items: stretch;
  padding: clamp(26px, 2.7vw, 42px);
  background: #e8eae5;
}
.trial-brief {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 3vw, 48px);
  color: #fff;
  background: var(--ink);
  box-shadow: 9px 9px 0 var(--lime);
}
.trial-brief small {
  color: var(--lime);
  font: 800 clamp(11px, 0.9vw, 13px) / 1 Arial;
  letter-spacing: 0.12em;
}
.trial-brief blockquote {
  margin: clamp(28px, 4vh, 48px) 0;
  font-size: clamp(22px, 2.25vw, 34px);
  line-height: 1.4;
  font-weight: 850;
  letter-spacing: -0.05em;
}
.trial-brief p {
  margin: 0;
  padding-top: 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.26);
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 700;
}
.trial-prototype {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(24px, 2.8vw, 44px);
  border: 1px solid var(--ink);
  background: #fff;
}
.prototype-head {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "label status" "title status";
  gap: 9px 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--ink);
}
.prototype-head small {
  grid-area: label;
  color: var(--gray);
  font: 800 11px/1 Arial;
  letter-spacing: 0.1em;
}
.prototype-head strong {
  grid-area: title;
  font-size: clamp(21px, 2.2vw, 34px);
  letter-spacing: -0.04em;
}
.prototype-head span {
  grid-area: status;
  align-self: center;
  padding: 9px 11px;
  color: var(--ink);
  background: var(--lime);
  font-size: 10px;
  font-weight: 850;
}
.trial-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  align-items: stretch;
  padding: clamp(24px, 4vh, 46px) 0;
}
.trial-flow > div {
  position: relative;
  display: grid;
  gap: 14px;
  align-content: center;
  min-height: 130px;
  padding: 20px;
  border: 1px solid var(--ink);
  background: #eef0eb;
  animation: sourceFeed 3s ease-in-out infinite;
}
.trial-flow > div:nth-child(2) {
  animation-delay: -1s;
}
.trial-flow > div:nth-child(3) {
  animation-delay: -2s;
}
.trial-flow small {
  color: var(--gray);
  font: 700 10px/1 Arial;
}
.trial-flow strong {
  font-size: clamp(14px, 1.25vw, 19px);
  line-height: 1.35;
}
.trial-flow i {
  position: absolute;
  z-index: 2;
  right: -25px;
  top: 50%;
  color: #6f8b13;
  font: 300 26px/1 Arial;
  font-style: normal;
  transform: translateY(-50%);
}
.prototype-progress {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  padding-top: 16px;
  border-top: 1px solid var(--ink);
}
.prototype-progress i {
  position: absolute;
  left: 0;
  top: -2px;
  width: 0;
  height: 4px;
  background: var(--lime);
  animation: prototypeProgress 3.2s cubic-bezier(0.16, 0.8, 0.2, 1) infinite;
}
.prototype-progress span {
  color: var(--gray);
  font-size: 11px;
  font-weight: 700;
}
.prototype-progress b {
  font-size: 11px;
}

/* Story visual system v22 — one vertical reading path */
.v22-stage {
  display: grid;
  grid-template-rows: 64px minmax(0, 1fr);
  padding: 0 clamp(24px, 3vw, 46px);
  color: var(--ink);
  background: #fff;
}
.v22-stage-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2.2vw, 34px);
  min-width: 0;
  text-align: center;
}
.v22-stage-head {
  border-bottom: 1px solid var(--ink);
}
.v22-stage-head > span {
  font-size: clamp(11px, 0.9vw, 14px);
  font-weight: 850;
  letter-spacing: 0.08em;
}
.v22-stage-head > b {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #565b54;
  font-size: clamp(10px, 0.82vw, 12px);
  letter-spacing: 0.08em;
}
.v22-stage-head > b i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 0 rgba(190, 255, 45, 0.55);
  animation: livePulse 1.35s ease-out infinite;
}
.v22-stage-head > strong {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-size: clamp(16px, 1.5vw, 22px);
}
.v22-stage-head > strong em {
  color: #6f8b13;
  font: 900 clamp(30px, 3vw, 46px) / 0.8 Arial;
  font-style: normal;
  letter-spacing: -0.06em;
}
.v22-stage-body {
  position: relative;
  min-height: 0;
  display: grid;
  align-items: center;
  padding: clamp(18px, 2.5vh, 30px) 0;
}

.v22-noise-body {
  grid-template-rows: auto auto 1fr;
  gap: clamp(12px, 1.8vh, 18px);
}
.v22-noise-total {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 14px;
}
.v22-noise-total strong {
  font: 900 clamp(72px, 8vw, 124px) / 0.72 Arial;
  letter-spacing: -0.09em;
}
.v22-noise-total span {
  padding-bottom: 6px;
  font-size: clamp(13px, 1.1vw, 17px);
  font-weight: 850;
}
.v22-noise-live {
  justify-self: center;
  width: max-content;
  max-width: 90%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 15px 8px 9px;
  color: #fff;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  box-shadow: 3px 3px 0 var(--lime);
  animation: toastPop 0.28s ease both;
}
.v22-noise-live span {
  padding: 6px 8px;
  color: var(--ink);
  background: var(--lime);
  font-size: 10px;
  font-weight: 850;
}
.v22-noise-live strong {
  font-size: clamp(13px, 1.1vw, 17px);
}
.v22-noise-live b {
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
}
.v22-noise-grid {
  align-self: stretch;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--ink);
}
.v22-noise-grid > div {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: start;
  min-width: 0;
  padding: clamp(24px, 2.7vw, 42px);
  border-right: 1px solid var(--ink);
  background: #fff;
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}
.v22-noise-grid > div:nth-child(even) {
  background: #f1f3ef;
}
.v22-noise-grid > div:last-child {
  border-right: 0;
}
.v22-noise-grid > div.is-active {
  background: var(--lime);
  transform: translateY(-5px);
}
.v22-noise-grid b {
  position: relative;
  width: max-content;
  padding-bottom: 10px;
  font-size: clamp(21px, 2vw, 31px);
  letter-spacing: -0.04em;
}
.v22-noise-grid b::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 3px;
  background: var(--ink);
}
.v22-noise-grid strong {
  align-self: end;
  justify-self: end;
  font: 900 clamp(78px, 8.2vw, 126px) / 0.72 Arial;
  letter-spacing: -0.075em;
}

.v22-loop-body {
  grid-template-rows: 1fr;
  place-items: center;
}
.v22-process-line {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(8px, 1vw, 14px);
  align-items: stretch;
  padding: 0 8px;
}
.v22-process-line::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 5%;
  right: 5%;
  top: 50%;
  height: 4px;
  background: var(--lime);
}
.v22-process-line > div {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: clamp(180px, 23vh, 230px);
  border: 2px solid var(--ink);
  background: #fff;
  box-shadow: 6px 6px 0 #dfe2dc;
}
.v22-process-line > div:nth-of-type(even) {
  background: #f1f3ef;
}
.v22-process-line strong {
  font-size: clamp(24px, 2.25vw, 34px);
  letter-spacing: -0.04em;
}
.v22-process-line > div > i {
  position: absolute;
  right: clamp(-21px, -1.45vw, -15px);
  z-index: 4;
  top: 50%;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  color: var(--ink);
  background: var(--lime);
  font: 700 19px/1 Arial;
  font-style: normal;
  transform: translateY(-50%);
}
.v22-work-token {
  position: absolute;
  z-index: 5;
  left: 12.5%;
  top: calc(50% + 42px);
  padding: 10px 14px;
  color: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--lime);
  box-shadow: 3px 3px 0 var(--ink);
  font: 850 12px/1 Arial;
  transform: translateX(-50%);
  animation: v22LoopToken 4.6s cubic-bezier(0.2, 0.7, 0.25, 1) infinite;
}
.v22-loop-cards {
  display: flex;
  justify-content: center;
  gap: 9px;
}
.v22-loop-cards span {
  padding: 8px 11px;
  color: #6d726b;
  border: 1px solid #c7cac4;
  background: #f3f4f1;
  font-size: 10px;
  font-weight: 750;
}

.v22-hours-body {
  place-items: center;
}
.v22-hours-hero {
  display: grid;
  justify-items: center;
  gap: clamp(16px, 2.3vh, 26px);
  text-align: center;
}
.v22-hours-hero > small {
  color: var(--ink);
  font-size: clamp(17px, 1.45vw, 23px);
  font-weight: 900;
  letter-spacing: 0.02em;
}
.v22-hours-hero > div {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: clamp(20px, 2.1vw, 32px);
}
.v22-hours-hero strong {
  color: var(--ink);
  font: 900 clamp(124px, 13.5vw, 210px) / 0.78 Arial;
  letter-spacing: -0.035em;
}
.v22-hours-hero span {
  padding-bottom: 13px;
  font-size: clamp(20px, 1.9vw, 29px);
  font-weight: 900;
}
.v22-hours-hero p {
  margin: 0;
  padding: 0;
  color: #62675f;
  border: 0;
  background: transparent;
  font-size: clamp(14px, 1.15vw, 18px);
  font-weight: 800;
  letter-spacing: 0.04em;
}
.v22-calc-row {
  width: min(100%, 850px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.v22-calc-row > div {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: clamp(175px, 23vh, 235px);
  border: 1px solid var(--ink);
  border-right: 0;
  background: #fff;
}
.v22-calc-row > div:last-child {
  border-right: 1px solid var(--ink);
}
.v22-calc-row small {
  position: absolute;
  top: 18px;
  color: #6d726b;
  font-size: 10px;
  font-weight: 800;
}
.v22-calc-row strong {
  font: 900 clamp(54px, 6vw, 92px) / 0.8 Arial;
  letter-spacing: -0.07em;
}
.v22-calc-row span {
  margin-top: 15px;
  color: #5f645d;
  font-size: 12px;
  font-weight: 800;
}
.v22-calc-row > div:first-child {
  color: var(--ink);
  background: var(--lime);
}
.v22-calc-row > div:first-child small,
.v22-calc-row > div:first-child span {
  color: var(--ink);
}
.v22-hours-result i,
.v22-judge-result i {
  color: #738e1b;
  font: 300 24px/1 Arial;
  font-style: normal;
}
.v22-hours-result strong {
  font: 900 clamp(27px, 2.7vw, 42px) / 1 Arial;
  letter-spacing: -0.05em;
}
.v22-hours-result b {
  font-size: clamp(15px, 1.3vw, 20px);
  background: none;
  padding: 0;
}

.v22-organize-body {
  grid-template-columns: 1fr 100px 1fr;
  gap: 16px;
}
.v22-organize-before,
.v22-organize-after {
  align-self: stretch;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 18px;
  padding: clamp(20px, 2vw, 30px);
  border: 1px solid var(--ink);
}
.v22-organize-before {
  color: #fff;
  background: var(--ink);
}
.v22-organize-after {
  background: #fff;
  box-shadow: 7px 7px 0 var(--lime);
}
.v22-organize-before small,
.v22-organize-after small {
  font-size: clamp(13px, 1.05vw, 16px);
  font-weight: 850;
  letter-spacing: 0.06em;
}
.v22-organize-before small {
  color: var(--lime);
}
.v22-organize-after small {
  color: #686d66;
}
.v22-organize-before > div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-content: center;
}
.v22-organize-before > div span {
  padding: 13px 14px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  font-size: clamp(19px, 1.65vw, 25px);
  font-weight: 850;
  text-align: left;
}
.v22-organize-before > strong,
.v22-organize-after > strong {
  padding-top: 16px;
  border-top: 1px solid currentColor;
  font-size: clamp(14px, 1.15vw, 18px);
  text-align: center;
}
.v22-organize-after > div {
  display: grid;
  align-content: center;
}
.v22-organize-after > div span {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid #d7d9d4;
  font-size: clamp(19px, 1.65vw, 25px);
  font-weight: 850;
}
.v22-organize-after em {
  color: #68706a;
  font: 750 clamp(11px, 0.9vw, 14px) / 1 Arial;
  font-style: normal;
}
.v22-organize-arrow {
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 12px;
}
.v22-organize-arrow span {
  color: #6d8a12;
  font: 300 66px/1 Arial;
  animation: bridgePulse 2.4s ease-in-out infinite;
}
.v22-organize-arrow b {
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.3;
  text-align: center;
}

.v22-automate {
  background: #fff;
}
.v22-auto-head {
  gap: clamp(16px, 2vw, 30px);
}
.v22-automation-body {
  grid-template-rows: auto 1fr;
  place-items: center;
  gap: clamp(12px, 2vh, 22px);
}
.v22-auto-zero {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
}
.v22-auto-zero span {
  padding-bottom: 9px;
  font-size: clamp(15px, 1.4vw, 21px);
  font-weight: 900;
}
.v22-auto-zero strong {
  color: #708d12;
  font: 900 clamp(100px, 11vw, 168px) / 0.7 Arial;
  letter-spacing: -0.06em;
}
.v22-auto-zero b {
  padding-bottom: 9px;
  font-size: clamp(18px, 1.8vw, 28px);
}
.v22-automation-track {
  --node-size: clamp(82px, 7.1vw, 108px);
  position: relative;
  width: min(92%, 900px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
}
.v22-automation-track::before {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  top: calc(23px + (var(--node-size) / 2));
  height: 3px;
  background: var(--ink);
}
.v22-automation-track::after {
  content: "";
  position: absolute;
  left: 16%;
  top: calc(21px + (var(--node-size) / 2));
  width: 0;
  height: 7px;
  background: var(--lime);
  animation: automationRail 4.4s cubic-bezier(0.2, 0.7, 0.25, 1) infinite;
}
.v22-automation-track > div {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 12px;
}
.v22-automation-track small {
  color: #62675f;
  font: 800 11px/1 Arial;
}
.v22-automation-track > div > i {
  width: var(--node-size);
  aspect-ratio: 1;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 14px #fff;
}
.v22-automation-track > div:nth-child(2) > i {
  background: var(--lime);
}
.v22-automation-track strong {
  font-size: clamp(23px, 2.15vw, 32px);
}
.v22-automation-track span {
  color: #555b53;
  font-size: clamp(12px, 1vw, 15px);
  font-weight: 800;
}
.v22-automation-track > em {
  position: absolute;
  z-index: 5;
  left: 11%;
  top: calc(5px + (var(--node-size) / 2));
  padding: 10px 14px;
  color: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--lime);
  box-shadow: 3px 3px 0 var(--ink);
  font: 850 12px/1 Arial;
  font-style: normal;
  animation: automationPacket 4.4s cubic-bezier(0.2, 0.7, 0.25, 1) infinite;
}
.v22-auto-result span {
  color: #656a63;
  font-size: 11px;
}
.v22-auto-result strong {
  font-size: clamp(18px, 1.6vw, 24px);
}
.v22-auto-result b {
  min-width: 52px;
}

.v22-judge-body {
  grid-template-columns: 2.7fr 36px 1.15fr 36px 1.35fr;
  gap: 10px;
  align-items: stretch;
}
.v22-email-window,
.v22-extracted,
.v22-context-stop {
  min-width: 0;
  border: 1px solid var(--ink);
}
.v22-email-window {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.v22-email-toolbar {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 34px;
  padding: 0 13px;
  border-bottom: 1px solid #d4d7d1;
  background: #eef0eb;
}
.v22-email-toolbar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a9ada6;
}
.v22-email-toolbar span {
  margin-left: 8px;
  color: #62675f;
  font-size: 10px;
  font-weight: 800;
}
.v22-email-from {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 12px;
  padding: 15px 17px 12px;
  border-bottom: 1px solid #e0e2dd;
}
.v22-email-from b {
  font-size: 12px;
}
.v22-email-from span {
  color: #6d726b;
  font-size: 10px;
}
.v22-email-from small {
  grid-column: 1 / -1;
  color: #6d726b;
  font-size: 10px;
}
.v22-email-window h3 {
  margin: 0;
  padding: 18px 17px 12px;
  font-size: clamp(19px, 1.65vw, 25px);
  letter-spacing: -0.03em;
}
.v22-email-body {
  padding: 0 17px 16px;
}
.v22-email-body p {
  margin: 0 0 10px;
  color: #4d534b;
  font-size: clamp(10px, 0.86vw, 13px);
  line-height: 1.65;
}
.v22-mail-scan {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  top: 15%;
  height: 2px;
  background: var(--lime);
  box-shadow:
    0 0 18px rgba(190, 255, 45, 0.9),
    0 16px 36px rgba(190, 255, 45, 0.12);
  animation: v22MailScan 4.2s cubic-bezier(0.45, 0, 0.2, 1) infinite;
}
.v22-mail-scan::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 54px;
  background: linear-gradient(to top, rgba(190, 255, 45, 0.1), transparent);
}
.v22-mail-scan em {
  position: absolute;
  right: 9px;
  bottom: 7px;
  padding: 5px 7px;
  color: var(--ink);
  background: var(--lime);
  font: 850 8px/1 Arial;
  font-style: normal;
}
.v22-journey-arrow {
  align-self: center;
  color: #708b17;
  font: 300 clamp(27px, 3vw, 44px) / 1 Arial;
  font-style: normal;
  text-align: center;
  animation: journeyPulse 4.2s ease-in-out infinite;
}
.v22-journey-arrow:nth-of-type(2) {
  animation-delay: 0.8s;
}
.v22-extracted {
  display: grid;
  align-content: center;
  padding: clamp(18px, 1.8vw, 28px);
  background: #fff;
}
.v22-extracted small {
  margin-bottom: 18px;
  color: #607b0f;
  font-size: clamp(11px, 0.95vw, 14px);
  font-weight: 900;
}
.v22-extracted p {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #d8dad5;
  animation: fieldExtract 4.2s ease-in-out infinite;
}
.v22-extracted p:nth-of-type(2) {
  animation-delay: 0.35s;
}
.v22-extracted span {
  color: #686e66;
  font-size: clamp(9px, 0.78vw, 12px);
}
.v22-extracted b {
  font-size: clamp(14px, 1.2vw, 18px);
}
.v22-context-stop,
.v22-human-send {
  display: grid;
  place-content: center;
  justify-items: center;
  padding: clamp(18px, 2vw, 30px);
  color: #fff;
  background: var(--ink);
  box-shadow: 6px 6px 0 var(--lime);
  text-align: center;
}
.v22-context-stop {
  animation: contextStop 4.2s ease-in-out infinite;
}
.v22-context-stop small,
.v22-human-send small {
  color: var(--lime);
  font-size: clamp(9px, 0.82vw, 12px);
  font-weight: 900;
}
.v22-context-stop > b,
.v22-human-send > b {
  display: grid;
  place-items: center;
  width: clamp(58px, 5.2vw, 78px);
  aspect-ratio: 1;
  margin: 16px 0 13px;
  color: var(--ink);
  border-radius: 50%;
  background: var(--lime);
  font: 900 clamp(32px, 3.2vw, 48px) / 1 Arial;
}
.v22-context-stop strong,
.v22-human-send strong {
  font-size: clamp(17px, 1.55vw, 24px);
  line-height: 1.22;
}
.v22-context-stop span,
.v22-human-send span {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(8px, 0.72vw, 10px);
  font-weight: 800;
}
.v22-context-stop span {
  margin-top: 20px;
  color: #fff;
  font-size: clamp(15px, 1.28vw, 20px);
  font-weight: 900;
}
.v22-judge-result strong {
  font-size: clamp(17px, 1.5vw, 23px);
}

.v22-ai-body {
  grid-template-columns: 2.1fr 34px 1.25fr 34px 2fr;
  gap: 9px;
  align-items: stretch;
}
.v22-ai-input,
.v22-ai-output {
  min-width: 0;
  display: grid;
  align-content: center;
  padding: clamp(18px, 2vw, 30px);
  border: 1px solid var(--ink);
  background: #fff;
}
.v22-ai-input small,
.v22-ai-output small {
  margin-bottom: 16px;
  color: #68706a;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
}
.v22-ai-input strong {
  padding-bottom: 13px;
  border-bottom: 1px solid var(--ink);
  font-size: clamp(16px, 1.5vw, 22px);
}
.v22-ai-input p {
  margin: 15px 0 0;
  color: #646961;
  font-size: 11px;
  line-height: 1.6;
}
.v22-ai-arrow {
  align-self: center;
  color: #708b17;
  font: 300 34px/1 Arial;
  font-style: normal;
  text-align: center;
}
.v22-ai-core {
  position: relative;
  overflow: hidden;
  display: grid;
  place-content: center;
  gap: 8px;
  padding: 18px;
  color: var(--ink);
  border: 1px solid var(--ink);
  background: var(--lime);
}
.v22-ai-core::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid var(--ink);
  animation: engineOrbit 4s ease-in-out infinite;
}
.v22-ai-core strong {
  z-index: 1;
  margin-bottom: 10px;
  font: 900 clamp(48px, 5vw, 76px) / 0.8 Arial;
  text-align: center;
  letter-spacing: -0.08em;
}
.v22-ai-core span {
  z-index: 1;
  padding: 5px 8px;
  border: 1px solid var(--ink);
  background: rgba(255, 255, 255, 0.55);
  font-size: 9px;
  font-weight: 850;
  text-align: center;
}
.v22-ai-output p {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 8px;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #d8dad5;
}
.v22-ai-output span {
  color: #737870;
  font-size: 9px;
}
.v22-ai-output b {
  font-size: 11px;
}
.v22-ai-packets {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.v22-ai-packets i {
  position: absolute;
  left: 26%;
  top: 35%;
  width: 7px;
  height: 7px;
  background: var(--lime);
  animation: aiPacketNew 2.6s cubic-bezier(0.2, 0.7, 0.25, 1) infinite;
}
.v22-ai-packets i:nth-child(2) {
  top: 50%;
  animation-delay: -0.8s;
}
.v22-ai-packets i:nth-child(3) {
  top: 65%;
  animation-delay: -1.6s;
}
.v22-email-draft {
  box-shadow: inset 0 4px 0 var(--lime);
}
.v22-email-draft .v22-email-from span {
  padding: 4px 7px;
  color: var(--ink);
  background: var(--lime);
  font-weight: 850;
}
.v22-ai-after-body {
  grid-template-columns: 1.45fr 32px 1fr 32px 2.1fr;
}
.v22-context-inputs {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr auto 1fr;
  align-items: stretch;
  gap: 10px;
  padding: clamp(16px, 1.7vw, 26px);
  color: #fff;
  border: 1px solid var(--ink);
  background: var(--ink);
}
.v22-context-inputs > small {
  color: var(--lime);
  font-size: clamp(10px, 0.86vw, 13px);
  font-weight: 900;
}
.v22-context-inputs article {
  display: grid;
  align-content: center;
  gap: 8px;
  min-width: 0;
  padding: clamp(13px, 1.35vw, 20px);
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: #fff;
}
.v22-context-inputs article:last-child {
  background: var(--lime);
}
.v22-context-inputs article span {
  color: #676d65;
  font-size: clamp(9px, 0.75vw, 11px);
  font-weight: 850;
}
.v22-context-inputs article strong {
  font-size: clamp(16px, 1.45vw, 22px);
  line-height: 1.25;
}
.v22-context-inputs article p {
  margin: 0;
  color: #5f655d;
  font-size: clamp(9px, 0.75vw, 11px);
  font-weight: 750;
}
.v22-context-inputs > b {
  color: var(--lime);
  font: 900 clamp(19px, 1.8vw, 27px) / 1 Arial;
  text-align: center;
}
.v22-draft-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: auto 17px 16px;
  padding-top: 12px;
  border-top: 1px solid #d8dad5;
}
.v22-draft-action span {
  color: #555b53;
  font-size: clamp(12px, 1vw, 15px);
  font-weight: 850;
}
.v22-draft-action b {
  padding: 13px 17px;
  color: var(--ink);
  background: var(--lime);
  font-size: clamp(12px, 1vw, 15px);
  white-space: nowrap;
}
.v22-ai-thinking {
  position: relative;
  overflow: hidden;
  min-width: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  padding: clamp(14px, 1.5vw, 22px);
  border: 1px solid var(--ink);
  background: #f1f3ef;
  text-align: center;
}
.v22-ai-thinking > small {
  color: #5f790f;
  font-size: clamp(10px, 0.85vw, 13px);
  font-weight: 900;
}
.v22-thinking-core {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(72px, 6.2vw, 94px);
  aspect-ratio: 1;
  margin: 22px 0 18px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--lime);
}
.v22-thinking-core::before,
.v22-thinking-core::after {
  content: "";
  position: absolute;
  border: 1px solid #7b841d;
  border-radius: 50%;
  animation: thinkingOrbit 2.4s linear infinite;
}
.v22-thinking-core::before {
  inset: -10px;
}
.v22-thinking-core::after {
  inset: -19px;
  animation-direction: reverse;
  animation-duration: 3.2s;
}
.v22-thinking-core strong {
  font: 900 clamp(22px, 2.1vw, 32px) / 1 Arial;
  letter-spacing: -0.05em;
}
.v22-thinking-core i {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ink);
  animation: thinkingDot 1.5s ease-in-out infinite;
}
.v22-thinking-core i:nth-child(2) {
  top: -13px;
}
.v22-thinking-core i:nth-child(3) {
  right: -14px;
  animation-delay: -0.5s;
}
.v22-thinking-core i:nth-child(4) {
  bottom: -13px;
  animation-delay: -1s;
}
.v22-ai-thinking p {
  margin: 0;
  font-size: clamp(11px, 0.95vw, 14px);
  font-weight: 850;
}
.v22-thinking-dots {
  display: flex;
  gap: 5px;
  margin-top: 12px;
}
.v22-thinking-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ink);
  animation: thinkingPulse 1.2s ease-in-out infinite;
}
.v22-thinking-dots span:nth-child(2) {
  animation-delay: 0.18s;
}
.v22-thinking-dots span:nth-child(3) {
  animation-delay: 0.36s;
}

.v22-capability-body {
  place-items: stretch;
  align-items: stretch;
}
.v22-capability-grid {
  width: 100%;
  align-self: stretch;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: clamp(9px, 1vw, 14px);
  align-items: stretch;
}
.v22-capability-grid > div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: clamp(8px, 1vh, 14px);
  height: 100%;
  min-width: 0;
  min-height: 0;
  padding: clamp(18px, 2.2vw, 34px);
  border: 1px solid var(--ink);
  background: #fff;
  box-shadow: 5px 5px 0 #dfe2dc;
}
.v22-capability-grid > div:nth-child(5) {
  color: #fff;
  background: var(--ink);
  box-shadow: 5px 5px 0 var(--lime);
}
.v22-capability-grid > div::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--lime);
}
.v22-capability-grid small {
  color: #626860;
  font-size: clamp(11px, 0.95vw, 14px);
  font-weight: 900;
  letter-spacing: 0.08em;
}
.v22-capability-grid > div:nth-child(5) small {
  color: var(--lime);
}
.v22-capability-grid strong {
  flex: 1 1 auto;
  min-height: 0;
  max-width: 100%;
  font-size: clamp(18px, 1.65vw, 26px);
  line-height: 1.24;
  letter-spacing: -0.035em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.v22-capability-grid span {
  flex-shrink: 0;
  margin-top: auto;
  width: max-content;
  max-width: 100%;
  padding: 7px 9px;
  color: var(--ink);
  background: var(--lime);
  font-size: clamp(9px, 0.78vw, 12px);
  font-weight: 850;
}

@keyframes thinkingOrbit {
  to {
    transform: rotate(360deg);
  }
}
@keyframes thinkingDot {
  50% {
    transform: scale(1.7);
    opacity: 0.35;
  }
}
@keyframes thinkingPulse {
  50% {
    transform: translateY(-4px);
    background: var(--lime);
  }
}

.v22-trial-body {
  grid-template-rows: auto 1fr;
  gap: clamp(18px, 2.4vh, 28px);
}
.v22-trial-body blockquote {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0;
  padding: 16px 22px;
  color: #fff;
  background: var(--ink);
  box-shadow: 5px 5px 0 var(--lime);
}
.v22-trial-body blockquote small {
  color: var(--lime);
  font-size: 9px;
  font-weight: 850;
}
.v22-trial-body blockquote strong {
  font-size: clamp(15px, 1.45vw, 21px);
}
.v22-trial-flow {
  align-self: stretch;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.v22-trial-flow > div {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 15px;
  border: 1px solid var(--ink);
  border-right: 0;
  background: #eef0eb;
  animation: sourceFeed 3s ease-in-out infinite;
}
.v22-trial-flow > div:last-child {
  border-right: 1px solid var(--ink);
}
.v22-trial-flow > div:nth-child(2) {
  animation-delay: -1s;
}
.v22-trial-flow > div:nth-child(3) {
  animation-delay: -2s;
}
.v22-trial-flow small {
  color: #747971;
  font: 750 9px/1 Arial;
}
.v22-trial-flow strong {
  font-size: clamp(15px, 1.45vw, 22px);
}
.v22-trial-flow i {
  position: absolute;
  z-index: 2;
  right: -15px;
  top: 50%;
  padding: 3px;
  color: #6f8b13;
  background: #eef0eb;
  font: 300 22px/1 Arial;
  font-style: normal;
  transform: translateY(-50%);
}
.v22-trial-result {
  position: relative;
  overflow: hidden;
}
.v22-trial-result > i {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: var(--lime);
  animation: prototypeProgress 3.2s cubic-bezier(0.16, 0.8, 0.2, 1) infinite;
}

@keyframes v22LoopToken {
  0% {
    left: 12.5%;
    opacity: 0;
  }
  4%,
  20% {
    left: 12.5%;
    opacity: 1;
  }
  28%,
  44% {
    left: 37.5%;
    opacity: 1;
  }
  52%,
  68% {
    left: 62.5%;
    opacity: 1;
  }
  76%,
  96% {
    left: 87.5%;
    opacity: 1;
  }
  100% {
    left: 87.5%;
    opacity: 0;
  }
}
@keyframes v22MailScan {
  0%,
  8% {
    top: 13%;
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  78% {
    top: 88%;
    opacity: 1;
  }
  90%,
  100% {
    top: 88%;
    opacity: 0;
  }
}

.dark-message {
  min-height: 88svh;
  display: grid;
  grid-template-columns: 1fr 0.42fr;
  gap: 8vw;
  align-items: center;
  padding: 110px 9vw;
  color: #fff;
  background: var(--ink);
}
.dark-message h2 {
  margin: 0;
  font-size: clamp(48px, 7vw, 110px);
  line-height: 1.08;
  letter-spacing: -0.075em;
}
.dark-message p {
  align-self: center;
  margin: 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(14px, 1.15vw, 18px);
  line-height: 2;
}

.section-shell {
  padding: clamp(100px, 10vw, 170px) 7vw;
}
.section-topline {
  display: grid;
  grid-template-columns: 15vw 1fr;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--ink);
}
.section-topline > span {
  font: 700 12px/1 Arial;
}
.examples-intro {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  gap: 7vw;
  align-items: end;
  padding: 0 0 90px 15vw;
}
.examples-intro h2 {
  margin: 0;
  font-size: clamp(47px, 6.2vw, 96px);
  line-height: 1.12;
  letter-spacing: -0.07em;
}
.examples-intro p {
  margin: 0;
  color: var(--gray);
  font-size: 14px;
  line-height: 2;
}
.example-list {
  margin-left: 15vw;
  border-top: 1px solid var(--ink);
}
.example-list article {
  display: grid;
  grid-template-columns: 70px 0.45fr 1fr 30px;
  gap: 25px;
  align-items: center;
  min-height: 105px;
  border-bottom: 1px solid var(--line);
  transition:
    padding 0.3s,
    background 0.3s;
}
.example-list article:hover {
  padding: 0 20px;
  background: var(--mist);
}
.example-list article > span {
  font: 700 9px/1 Arial;
  color: var(--gray);
}
.example-list h3 {
  margin: 0;
  font-size: 19px;
}
.example-list p {
  margin: 0;
  color: var(--gray);
  font-size: 13px;
  line-height: 1.7;
}
.example-list i {
  font-style: normal;
  font-size: 18px;
}

.method {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  min-height: 92svh;
  color: #fff;
  background: #232522;
}
.method-heading {
  display: grid;
  align-content: center;
  padding: clamp(80px, 8vw, 140px) 7vw;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}
.method-heading > span {
  color: var(--lime);
  font: 700 9px/1 Arial;
  letter-spacing: 0.17em;
}
.method-heading h2 {
  margin: 0;
  font-size: clamp(50px, 6vw, 95px);
  line-height: 1.08;
  letter-spacing: -0.07em;
}
.method-steps {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  align-self: center;
}
.method-steps article {
  display: grid;
  grid-template-columns: 60px 0.5fr 1fr;
  gap: 20px;
  padding: 34px 7vw 34px 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.method-steps article > span {
  color: var(--lime);
  font: 700 9px/1 Arial;
}
.method-steps h3 {
  margin: 0;
  font-size: 20px;
}
.method-steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.8;
}

.choice-section {
  position: relative;
  min-height: 105svh;
  padding: 10vw 7vw;
  background: var(--mist);
}
.choice-photo {
  width: 74%;
  height: 72svh;
  min-height: 560px;
  overflow: hidden;
}
.choice-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.choice-copy {
  position: absolute;
  right: 7vw;
  bottom: 7vw;
  width: min(48vw, 700px);
  padding: clamp(34px, 5vw, 75px);
  background: var(--white);
  border: 1px solid var(--line);
}
.choice-copy > span {
  font: 700 9px/1 Arial;
  letter-spacing: 0.18em;
}
.choice-copy h2 {
  margin: 28px 0;
  white-space: nowrap;
  font-size: clamp(36px, 3vw, 36px);
  line-height: 1.15;
  letter-spacing: -0.065em;
}
.choice-copy > p {
  margin: 0;
  color: var(--gray);
  font-size: 14px;
  line-height: 2;
}
.choice-copy ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 35px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ink);
}
.choice-copy li {
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  font-weight: 700;
}
.choice-copy li:nth-child(even) {
  padding-left: 15px;
  border-left: 1px solid var(--line);
}

.campaign-section {
  color: #fff;
  background: var(--ink);
}
.campaign-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 7vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.campaign-head > span {
  font: 700 9px/1 Arial;
  letter-spacing: 0.18em;
}
.campaign-head > strong {
  padding-bottom: 4px;
  color: var(--lime);
  border-bottom: 1px solid var(--lime);
  font-size: 13px;
}
.campaign-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.7fr);
  gap: 8vw;
  padding: clamp(90px, 10vw, 160px) 7vw;
}
.campaign-body > div:first-child {
  container-type: inline-size;
  min-width: 0;
}
.campaign-body h2 {
  margin: 24px 0;
  font-size: clamp(22px, 2.15vw, 52px);
  line-height: 1.15;
  letter-spacing: -0.065em;
}
.campaign-body h2 .campaign-line {
  display: block;
  white-space: nowrap;
}
.campaign-body > div > p:last-of-type {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 2;
}
.button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  min-width: 320px;
  margin-top: 40px;
  padding: 22px 24px;
  border: 0;
  border-radius: 0;
  color: var(--ink);
  background: var(--lime);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  transition:
    color 0.25s,
    background 0.25s;
}
.button:hover {
  color: #fff;
  background: #55594f;
}
.campaign-body ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}
.campaign-body li {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 15px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.campaign-body li > span {
  color: var(--lime);
  font: 700 9px/1 Arial;
}
.campaign-body li div {
  display: grid;
  gap: 8px;
}
.campaign-body li b {
  font-size: 15px;
}
.campaign-body li small {
  color: rgba(255, 255, 255, 0.52);
}

.faq-heading {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 0;
  border-bottom: 0;
  text-align: center;
}
.faq-heading h2 {
  margin: 0;
  font-size: clamp(36px, 3vw, 72px);
  line-height: 1.12;
  letter-spacing: -0.065em;
}
.faq-heading h2 .faq-line {
  display: block;
}
.faq-layout {
  width: min(100%, 1180px);
  margin: 64px auto 0;
  padding: 0;
}
.faq-list {
  border-top: 1px solid var(--ink);
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  list-style: none;
  display: grid;
  grid-template-columns: 54px 1fr 34px;
  gap: 20px;
  align-items: center;
  padding: 28px 0;
  cursor: pointer;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  color: var(--gray);
  font: 700 9px/1 Arial;
}
.faq-list summary b {
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.6;
}
.faq-list summary i {
  font-style: normal;
  font-size: 22px;
  transition: transform 0.25s;
}
.faq-list details[open] summary i {
  transform: rotate(45deg);
}
.faq-list details > p {
  margin: 0;
  padding: 0 54px 30px 74px;
  color: var(--gray);
  font-size: 14px;
  line-height: 2;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  min-height: 100svh;
  border-top: 1px solid var(--line);
  background: var(--mist);
}
.contact-intro {
  display: grid;
  align-content: center;
  padding: clamp(80px, 7vw, 125px) 6vw 80px 7vw;
  border-right: 1px solid var(--line);
}
.contact-intro > span {
  font: 700 9px/1 Arial;
  letter-spacing: 0.18em;
}
.contact-intro h2 {
  max-width: 700px;
  margin: 0 0 42px;
  font-size: clamp(36px, 3vw, 72px);
  line-height: 1.12;
  letter-spacing: -0.065em;
}
.contact-intro h2 .contact-intro-line {
  display: block;
  white-space: nowrap;
}
.contact-intro > p {
  color: var(--gray);
  font-size: 13px;
  line-height: 2;
}
.contact-intro > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 36px;
  border: 0;
}
.contact-intro > div small {
  padding: 10px 14px;
  border: 1px solid var(--ink);
  background: #fff;
  font-weight: 800;
}
.contact-panel {
  padding: clamp(70px, 7vw, 120px) 6vw;
  background: var(--white);
}
.contact-panel form {
  display: grid;
  gap: 30px;
}
.contact-panel label {
  display: grid;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
}
.contact-panel label span {
  display: flex;
  justify-content: space-between;
}
.contact-panel label small {
  color: var(--gray);
  font-weight: 500;
}
.contact-panel label em {
  color: var(--gray);
  font-style: normal;
  font-weight: 500;
}
.contact-panel input,
.contact-panel textarea {
  width: 100%;
  padding: 16px 0;
  border: 0;
  border-bottom: 1px solid var(--ink);
  outline: none;
  background: transparent;
  transition: border 0.2s;
}
.contact-panel input:focus,
.contact-panel textarea:focus {
  border-color: #7b9d1d;
}
.contact-panel textarea {
  resize: vertical;
}
.contact-panel .button {
  width: 100%;
  margin-top: 10px;
}
.prototype-note {
  color: var(--gray);
  text-align: center;
}
.confirm-panel > span {
  font: 700 9px/1 Arial;
  letter-spacing: 0.18em;
}
.confirm-panel h3,
.done-panel h3 {
  margin: 25px 0 35px;
  font-size: 28px;
}
.confirm-panel dl {
  display: grid;
  grid-template-columns: 140px 1fr;
  margin: 0;
  border-top: 1px solid var(--ink);
}
.confirm-panel dt,
.confirm-panel dd {
  margin: 0;
  padding: 17px 10px;
  border-bottom: 1px solid var(--line);
  line-height: 1.7;
}
.confirm-panel dt {
  color: var(--gray);
  font-size: 11px;
  font-weight: 700;
}
.confirm-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.confirm-actions > button:first-child,
.done-panel button {
  border: 0;
  background: none;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 700;
}
.done-panel {
  min-height: 500px;
  display: grid;
  place-content: center;
  text-align: center;
}
.done-panel > span {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin: auto;
  border-radius: 999px;
  background: var(--lime);
  font-size: 30px;
}
.done-panel p {
  color: var(--gray);
}

@keyframes heroReveal {
  from {
    opacity: 0;
    transform: scale(1.09);
  }
}
@keyframes titleIn {
  from {
    opacity: 0.28;
    transform: translateY(13px);
  }
}
@keyframes commentIn {
  from {
    opacity: 0.45;
    transform: translateX(-10px);
  }
}
@keyframes guideIn {
  from {
    opacity: 0;
    transform: translateY(8%);
  }
}
@keyframes artIn {
  from {
    opacity: 0.3;
    transform: translateY(10px) scale(0.992);
  }
}
@keyframes streamIn {
  from {
    opacity: 0;
    transform: translateX(35px);
  }
}
@keyframes noiseBar {
  from {
    transform: scaleX(0);
  }
}
@keyframes livePulse {
  70% {
    box-shadow: 0 0 0 7px rgba(190, 255, 45, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(190, 255, 45, 0);
  }
}
@keyframes streamScan {
  0%,
  12% {
    left: -18%;
  }
  65%,
  100% {
    left: 105%;
  }
}
@keyframes toastPop {
  from {
    opacity: 0;
    transform: translateY(-12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes manualWork {
  0% {
    left: 7%;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  21%,
  27% {
    left: 25%;
  }
  44%,
  50% {
    left: 50%;
  }
  67%,
  73% {
    left: 75%;
  }
  90% {
    left: 92%;
    opacity: 1;
  }
  100% {
    left: 98%;
    opacity: 0;
  }
}
@keyframes hoursRise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes monthTick {
  0%,
  100% {
    transform: scaleY(0.35);
  }
  45% {
    transform: scaleY(1);
  }
}
@keyframes cardDrift {
  to {
    translate: 0 -8px;
  }
}
@keyframes bridgePulse {
  0%,
  100% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
}
@keyframes laneGrow {
  0%,
  12% {
    transform: scaleY(0);
    opacity: 0;
  }
  22% {
    opacity: 1;
  }
  78%,
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
}
@keyframes automationRail {
  0%,
  8% {
    width: 0;
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  82% {
    width: 76%;
    opacity: 1;
  }
  100% {
    width: 76%;
    opacity: 0;
  }
}
@keyframes automationPacket {
  0% {
    left: 9%;
    opacity: 0;
  }
  9% {
    opacity: 1;
  }
  28%,
  38% {
    left: 28%;
  }
  61%,
  71% {
    left: 61%;
  }
  92% {
    left: 86%;
    opacity: 1;
  }
  100% {
    left: 89%;
    opacity: 0;
  }
}
@keyframes journeyPulse {
  0%,
  28%,
  100% {
    opacity: 0.3;
    transform: translateX(-4px);
  }
  42%,
  68% {
    opacity: 1;
    transform: translateX(4px);
  }
}
@keyframes fieldExtract {
  0%,
  38%,
  100% {
    background: transparent;
  }
  50%,
  68% {
    background: rgba(190, 255, 45, 0.2);
  }
}
@keyframes contextStop {
  0%,
  18%,
  100% {
    transform: translateX(-3px);
  }
  48%,
  72% {
    transform: translateX(4px);
  }
  78% {
    transform: translateX(1px);
  }
}
@keyframes flowScan {
  0%,
  8% {
    top: 22%;
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  82% {
    opacity: 1;
  }
  92%,
  100% {
    top: 78%;
    opacity: 0;
  }
}
@keyframes railFill {
  0%,
  8% {
    width: 0;
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  82% {
    width: 84%;
    opacity: 1;
  }
  100% {
    width: 84%;
    opacity: 0;
  }
}
@keyframes packetTravel {
  0% {
    left: 5%;
    opacity: 0;
    transform: translateY(-4px);
  }
  9% {
    opacity: 1;
  }
  25%,
  31% {
    left: 24%;
  }
  48%,
  54% {
    left: 49%;
  }
  71%,
  77% {
    left: 74%;
  }
  93% {
    left: 91%;
    opacity: 1;
  }
  100% {
    left: 94%;
    opacity: 0;
  }
}
@keyframes mailApproach {
  0%,
  20%,
  100% {
    transform: translateX(-1.5%);
  }
  58%,
  78% {
    transform: translateX(2.2%);
  }
}
@keyframes decisionIn {
  from {
    opacity: 0;
    transform: translateX(-8px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes blockedPulse {
  50% {
    transform: translateY(3px);
    box-shadow: 0 0 0 7px rgba(200, 255, 54, 0);
  }
}
@keyframes engineOrbit {
  50% {
    transform: rotate(2deg) scale(0.97);
  }
}
@keyframes aiPacketNew {
  0% {
    left: 35%;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  46% {
    left: 47%;
    opacity: 1;
  }
  54% {
    opacity: 0;
  }
  64% {
    left: 53%;
    opacity: 0;
  }
  74% {
    opacity: 1;
  }
  94% {
    left: 63%;
    opacity: 1;
  }
  100% {
    left: 65%;
    opacity: 0;
  }
}
@keyframes sourceFeed {
  0%,
  100% {
    transform: translateX(0);
  }
  45%,
  55% {
    transform: translateX(8px);
    border-color: #6f8b13;
  }
}
@keyframes prototypeProgress {
  0%,
  8% {
    width: 0;
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  84% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
@keyframes leakRight {
  0% {
    opacity: 0;
    transform: translateX(-34px) scale(0.6);
  }
  30% {
    opacity: 1;
  }
  75%,
  100% {
    opacity: 0;
    transform: translateX(74px) scale(1.25);
  }
}
@keyframes numberReveal {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes chaosSettle {
  from {
    opacity: 0.2;
    transform: rotate(var(--r)) translateX(-7%) scaleX(0.82);
  }
  to {
    opacity: 1;
    transform: rotate(var(--r)) translateX(0) scaleX(1);
  }
}
@keyframes organizeMove {
  0%,
  12% {
    left: 18%;
    opacity: 0;
    transform: rotate(-12deg);
  }
  25% {
    opacity: 1;
  }
  48% {
    left: 45%;
    transform: rotate(5deg);
  }
  72%,
  100% {
    left: 69%;
    opacity: 1;
    transform: rotate(0);
  }
}
@keyframes corePulse {
  50% {
    transform: translate(-3px, -3px);
    box-shadow: 16px 16px 0 var(--lime);
  }
}
@keyframes lineGrow {
  from {
    transform: scaleX(0);
  }
}
@keyframes statementLine {
  to {
    transform: scaleX(1);
  }
}
@keyframes dotTravel {
  0% {
    left: 0;
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  100% {
    left: calc(100% - 14px);
    opacity: 1;
  }
}
@keyframes checkStep {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hitTheWall {
  0%,
  12% {
    transform: translateX(-3%);
  }
  54%,
  72% {
    transform: translateX(4%);
  }
  77% {
    transform: translateX(2%);
  }
  82%,
  100% {
    transform: translateX(4%);
  }
}
@keyframes readDocument {
  0%,
  8% {
    top: 16%;
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  76% {
    top: 84%;
    opacity: 1;
  }
  88%,
  100% {
    top: 84%;
    opacity: 0;
  }
}
@keyframes questionPulse {
  50% {
    transform: scale(1.12);
    color: #fff;
  }
}
@keyframes blockedFlash {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes inputFeed {
  0% {
    transform: translateX(0);
  }
  55% {
    color: var(--lime);
    transform: translateX(8px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes outputReady {
  from {
    opacity: 0.18;
    transform: translateX(-8px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes aiPacket {
  0% {
    left: 21%;
    opacity: 0;
    transform: scale(0.6);
  }
  12% {
    opacity: 1;
  }
  46% {
    left: 48%;
    opacity: 1;
    transform: scale(1);
  }
  52% {
    opacity: 0;
  }
  63% {
    left: 54%;
    opacity: 0;
  }
  72% {
    opacity: 1;
  }
  94% {
    left: 82%;
    opacity: 1;
  }
  100% {
    left: 84%;
    opacity: 0;
  }
}
@keyframes prototypeLine {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes readyReveal {
  from {
    opacity: 0;
    transform: translateY(7px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes marqueeScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes heroScrollFlow {
  0% {
    transform: translateX(-50%) scaleY(0);
    opacity: 1;
  }
  72% {
    transform: translateX(-50%) scaleY(1);
    opacity: 1;
  }
  88% {
    transform: translateX(-50%) scaleY(1);
    opacity: 0.25;
  }
  100% {
    transform: translateX(-50%) scaleY(0);
    opacity: 0;
  }
}

@media (max-width: 980px) {
  .site-header {
    height: 66px;
    padding: 0 20px;
  }
  .site-header nav a:not(.header-cta) {
    display: none;
  }
  .site-header .header-cta {
    height: 66px;
    margin-right: -20px;
    padding: 0 18px;
  }
  .hero {
    padding-top: 66px;
    min-height: 93svh;
  }
  .hero-media {
    height: 65svh;
    min-height: 500px;
    margin: 20px 20px 0;
  }
  .hero-media img {
    object-position: 63% center;
  }
  .hero-title {
    left: 20px;
    right: 20px;
    bottom: calc(15vh + 160px);
  }
  .hero-title h1 {
    font-size: clamp(28px, 6vw, 48px);
  }
  .hero-title h1 span,
  .hero-title h1 em {
    white-space: nowrap;
  }
  .hero-title > p {
    max-width: none;
    line-height: 1.5;
    white-space: nowrap;
  }
  .hero-side-copy {
    width: calc(100% - 40px);
    right: 20px;
    bottom: 0;
    padding: 18px 0 0;
    border-left: 0;
  }
  .hero-side-copy p {
    margin: 12px 0;
  }
  .hero-side-copy > span {
    display: none;
  }
  .statement {
    padding: 45px 20px;
  }
  .statement::after {
    top: 20%;
    font-size: 25vw;
  }
  .statement-top {
    grid-template-columns: 40px 1fr;
  }
  .statement-top > small {
    display: none;
  }
  .statement-body {
    grid-template-columns: 1fr;
    gap: 55px;
    padding: 80px 0;
  }
  .statement-message {
    gap: 42px;
    justify-self: stretch;
    width: 100%;
    max-width: none;
    padding-right: 0;
  }
  .statement h2 > strong {
    font-size: clamp(30px, 5vw, 56px);
  }
  .statement h2 > span {
    margin-left: 0;
  }
  .statement-copy {
    max-width: none;
    margin-left: 0;
  }
  .statement-photo {
    min-height: 0;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .statement-bottom {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .statement-bottom > a {
    width: 100%;
  }
  .story {
    height: 800vh;
  }
  .story-sticky {
    position: sticky;
    top: 0;
    height: 100svh;
    min-height: 0;
    padding-top: 66px;
    display: block;
    overflow: hidden;
  }
  .story-progress,
  .guide {
    display: none;
  }
  .story-main {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    height: calc(100svh - 66px);
    min-height: 0;
    border: 0;
  }
  .slide-heading {
    grid-template-columns: 1fr auto;
    grid-template-areas: "kicker sequence" "title title";
    gap: 16px;
    padding: 38px 20px 25px;
  }
  .slide-heading h2 {
    font-size: clamp(24px, 2vw, 52px);
  }
  .story-visual-wrap {
    height: auto;
    min-height: 0;
    padding: 20px;
  }
  .story-comment {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 12px;
    padding: 24px 20px;
  }
  .story-comment::before {
    left: 20px;
  }
  .mobile-controls {
    display: none;
  }
  .dark-message {
    grid-template-columns: 1fr;
    min-height: 80svh;
    padding: 90px 20px;
  }
  .dark-message h2 {
    font-size: clamp(48px, 12vw, 78px);
  }
  .dark-message p {
    margin-top: 30px;
  }
  .section-shell {
    padding: 100px 20px;
  }
  .section-topline {
    grid-template-columns: 50px 1fr;
  }
  .examples-intro {
    grid-template-columns: 1fr;
    padding: 45px 0 60px 50px;
  }
  .example-list {
    margin-left: 50px;
  }
  .method {
    grid-template-columns: 1fr;
  }
  .method-heading {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
  .choice-section {
    min-height: auto;
    padding: 70px 20px;
  }
  .choice-photo {
    width: 100%;
    height: 55svh;
    min-height: 420px;
  }
  .choice-copy {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 24px);
    margin: -55px 0 0 auto;
  }
  .campaign-body {
    grid-template-columns: 1fr;
  }
  .faq-section {
    padding-bottom: 48px;
  }
  .faq-layout {
    width: 100%;
    margin-top: 50px;
  }
  .contact-section {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .contact-intro {
    align-content: start;
    padding: 64px 20px 50px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 640px) {
  .brand strong {
    font-size: 16px;
  }
  .site-header .header-cta {
    gap: 18px;
  }
  .hero-media {
    height: 60svh;
    min-height: 450px;
  }
  .hero-media-meta {
    display: none;
  }
  .hero-title {
    bottom: calc(18vh + 170px);
  }
  .hero-title h1 {
    gap: 0.16em;
    font-size: clamp(26px, 6vw, 40px);
  }
  .hero-side-copy p {
    font-size: 12px;
  }
  .statement-body {
    gap: 45px;
    padding: 45px 0;
  }
  .statement h2 > span {
    margin-left: 0;
    font-size: 17px;
  }
  .statement h2 > strong {
    font-size: clamp(28px, 6vw, 42px);
    line-height: 1.08;
  }
  .statement-copy {
    margin-left: 0;
    padding: 20px 0 0;
  }
  .statement-photo {
    aspect-ratio: 4 / 3;
  }
  .statement-flow-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .statement-flow-item {
    min-width: 0;
    padding: 14px 0;
    border-bottom: 1px solid rgba(16, 17, 16, 0.12);
  }
  .statement-flow-arrow {
    display: none;
  }
  .statement-flow-item strong {
    font-size: 15px;
  }
  .story-visual-wrap {
    padding: 12px;
  }
  .story-visual-wrap::after {
    inset: 12px;
    box-shadow: 5px 5px 0 rgba(16, 17, 16, 0.07);
  }
  .motion-status {
    top: 8px;
    right: 8px;
    padding: 6px 7px;
    font-size: 6px;
  }
  .noise-art > .motion-status {
    padding: 8px 10px;
    font-size: 9px;
  }
  .noise-art {
    grid-template-columns: 0.38fr 0.62fr;
  }
  .noise-total {
    padding: 10px;
  }
  .noise-metric {
    gap: 4px;
    margin-top: 13px;
  }
  .noise-total strong {
    font-size: 60px;
  }
  .noise-total span {
    padding-bottom: 1px;
    font-size: 7px;
  }
  .noise-streams > div {
    grid-template-columns: 48px minmax(18px, 1fr) 25px;
    gap: 5px;
    padding: 0 8px;
  }
  .noise-streams > div:first-child .incoming-toast {
    top: 42px;
  }
  .noise-streams b {
    font-size: 11px;
  }
  .noise-streams strong {
    font-size: 15px;
  }
  .incoming-toast {
    top: 9px;
    left: 54px;
    right: 36px;
    padding: 7px;
    gap: 5px;
    box-shadow: 3px 3px 0 rgba(16, 17, 16, 0.14);
  }
  .incoming-toast small,
  .incoming-toast span {
    font-size: 5px;
  }
  .incoming-toast b {
    font-size: 8px;
  }
  .process-line {
    inset: 5% 3%;
    grid-template-columns: repeat(2, 1fr);
  }
  .process-item {
    min-height: 0;
    padding: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  }
  .process-item strong {
    font-size: 23px;
  }
  .work-token {
    min-width: 118px;
    gap: 6px;
    padding: 9px 10px;
    box-shadow: 3px 3px 0 var(--lime);
    font-size: 9px;
  }
  .work-token::before {
    width: 5px;
    height: 5px;
  }
  .hours-art {
    grid-template-columns: 0.72fr 1.28fr;
    gap: 8px;
    padding: 12px;
  }
  .hours-calc {
    padding: 14px;
    box-shadow: 5px 5px 0 var(--lime);
  }
  .hours-calc::before {
    padding-bottom: 9px;
    font-size: 6px;
  }
  .hours-seed {
    margin: 14px 0;
  }
  .hours-seed small {
    font-size: 7px;
  }
  .hours-seed strong {
    font-size: 54px;
  }
  .hours-seed b {
    font-size: 13px;
  }
  .hours-chain span {
    grid-template-columns: 15px 1fr;
    padding: 7px 0;
  }
  .hours-chain small {
    display: none;
  }
  .hours-chain b {
    font-size: 9px;
  }
  .hours-ledger {
    padding: 14px;
  }
  .hours-caption {
    gap: 6px;
    font-size: 6px;
  }
  .hours-big {
    gap: 5px;
    margin: 24px 0 12px;
  }
  .hours-big strong {
    font-size: 86px;
  }
  .hours-big span {
    margin-bottom: 0;
    padding: 5px;
    font-size: 10px;
  }
  .business-days {
    gap: 4px;
    padding-top: 10px;
  }
  .business-days small {
    font-size: 6px;
  }
  .business-days b {
    font-size: 12px;
  }
  .organize-art {
    grid-template-columns: 1fr 34px 1.08fr;
    gap: 6px;
    padding: 10px;
  }
  .organize-before,
  .organize-after {
    padding: 10px;
  }
  .organize-panel-title {
    gap: 4px;
    padding-bottom: 8px;
  }
  .organize-panel-title small {
    font-size: 5px;
  }
  .organize-panel-title strong {
    font-size: 11px;
  }
  .channel-list {
    gap: 5px;
  }
  .channel-list span {
    padding: 7px;
    box-shadow: 2px 2px 0 var(--lime);
    font-size: 6px;
  }
  .organize-before > p,
  .organize-result {
    padding-top: 8px;
    font-size: 5px;
  }
  .organize-before > p b {
    margin-right: 2px;
    font-size: 14px;
  }
  .organize-bridge {
    gap: 4px;
  }
  .organize-bridge span {
    font-size: 27px;
  }
  .organize-bridge small {
    font-size: 5px;
  }
  .single-lane::before {
    left: 7px;
    width: 2px;
  }
  .single-lane p {
    grid-template-columns: 18px 1fr 6px;
    gap: 4px;
    padding: 9px 0;
  }
  .single-lane em {
    font-size: 5px;
  }
  .single-lane strong {
    font-size: 9px;
  }
  .single-lane i {
    width: 5px;
    height: 5px;
  }
  .automate-art {
    padding: 10px;
  }
  .automation-board {
    padding: 14px 10px 10px;
  }
  .automation-summary {
    gap: 6px;
    padding-bottom: 9px;
  }
  .automation-summary small {
    font-size: 6px;
  }
  .automation-summary strong {
    font-size: 10px;
  }
  .automation-summary b {
    font-size: 22px;
  }
  .automation-track {
    padding: 10px 0;
  }
  .automation-node {
    gap: 5px;
  }
  .automation-node small,
  .automation-node span {
    font-size: 5px;
  }
  .automation-node i {
    width: 30px;
    box-shadow: inset 0 0 0 5px #fff;
  }
  .automation-node strong {
    font-size: 10px;
  }
  .automation-packet {
    top: calc(48% - 12px);
    padding: 5px;
    box-shadow: 2px 2px 0 var(--ink);
    font-size: 5px;
  }
  .automation-result {
    grid-template-columns: 30px 1fr auto;
    gap: 5px;
    padding-top: 9px;
  }
  .automation-result span,
  .automation-result b {
    font-size: 5px;
  }
  .automation-result strong {
    font-size: 8px;
  }
  .automation-result b {
    padding: 5px;
  }
  .judge-art {
    padding: 10px;
  }
  .judgement-journey {
    grid-template-columns: 1fr 18px 0.9fr 18px 1.15fr;
    gap: 4px;
  }
  .judgement-mail,
  .judgement-readable,
  .judgement-context {
    padding: 10px;
  }
  .judgement-mail small,
  .judgement-readable small,
  .judgement-context small {
    font-size: 5px;
  }
  .judgement-mail strong {
    margin: 12px 0 8px;
    font-size: 22px;
  }
  .judgement-mail p {
    font-size: 6px;
  }
  .journey-arrow {
    font-size: 18px;
  }
  .judgement-readable p {
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 8px 0;
    font-size: 6px;
  }
  .judgement-readable b {
    font-size: 7px;
  }
  .judgement-context {
    box-shadow: 4px 4px 0 var(--lime);
  }
  .judgement-context > b {
    font-size: 42px;
  }
  .judgement-context strong {
    font-size: 12px;
  }
  .judgement-context span {
    margin-top: 10px;
    padding-top: 8px;
    font-size: 5px;
  }
  .ai-art {
    grid-template-columns: 1fr 0.78fr 1.25fr;
    gap: 6px;
    padding: 10px;
  }
  .ai-input,
  .ai-output {
    padding: 10px;
  }
  .ai-input > div,
  .ai-output > div {
    gap: 4px;
    padding-bottom: 8px;
  }
  .ai-input > div small,
  .ai-output > div small,
  .ai-input > div span,
  .ai-output > div span {
    font-size: 5px;
  }
  .ai-output > div span {
    padding: 4px;
  }
  .ai-input > strong {
    margin: 14px 0;
    font-size: 10px;
  }
  .ai-input > em {
    font-size: 5px;
  }
  .ai-core {
    gap: 12px;
  }
  .ai-core::before {
    inset: 6px;
  }
  .ai-core::after {
    inset: 11px;
  }
  .ai-core > strong {
    font-size: 34px;
  }
  .ai-core > div {
    gap: 4px;
  }
  .ai-core span {
    padding: 4px;
    font-size: 5px;
  }
  .ai-output dl {
    grid-template-columns: 24px 1fr;
    margin: 10px 0;
  }
  .ai-output dt,
  .ai-output dd {
    padding: 6px 0;
    font-size: 5px;
  }
  .ai-output > b {
    font-size: 5px;
  }
  .trial-art {
    grid-template-columns: 0.72fr 1.28fr;
    gap: 8px;
    padding: 12px;
  }
  .trial-brief {
    padding: 14px;
    box-shadow: 4px 4px 0 var(--lime);
  }
  .trial-brief small {
    font-size: 6px;
  }
  .trial-brief blockquote {
    margin: 20px 0;
    font-size: 15px;
  }
  .trial-brief p {
    font-size: 6px;
  }
  .trial-prototype {
    padding: 12px;
  }
  .prototype-head {
    gap: 5px;
    padding-bottom: 9px;
  }
  .prototype-head small,
  .prototype-head span {
    font-size: 5px;
  }
  .prototype-head strong {
    font-size: 11px;
  }
  .prototype-head span {
    padding: 5px;
  }
  .trial-flow {
    gap: 4px;
    padding: 14px 0;
  }
  .trial-flow > div {
    gap: 6px;
    min-height: 88px;
    padding: 7px;
  }
  .trial-flow small {
    font-size: 5px;
  }
  .trial-flow strong {
    font-size: 7px;
  }
  .trial-flow i {
    right: -8px;
    font-size: 12px;
  }
  .prototype-progress {
    gap: 5px;
    padding-top: 9px;
  }
  .prototype-progress span,
  .prototype-progress b {
    font-size: 5px;
  }
  .section-topline {
    grid-template-columns: 38px 1fr;
  }
  .examples-intro {
    padding-left: 38px;
  }
  .examples-intro h2 {
    font-size: 43px;
  }
  .example-list {
    margin-left: 38px;
  }
  .example-list article {
    grid-template-columns: 34px 1fr 22px;
    gap: 12px;
    min-height: 120px;
  }
  .example-list article p {
    grid-column: 2;
    padding-bottom: 18px;
  }
  .example-list article i {
    grid-column: 3;
    grid-row: 1;
  }
  .method-heading {
    padding: 80px 20px;
  }
  .method-steps article {
    grid-template-columns: 36px 1fr;
    padding: 27px 20px;
  }
  .method-steps article p {
    grid-column: 2;
  }
  .choice-copy {
    width: calc(100% - 12px);
    padding: 30px 22px;
  }
  .choice-copy h2 {
    white-space: normal;
    font-size: clamp(24px, 7.7vw, 30px);
  }
  .campaign-head {
    padding: 20px;
  }
  .campaign-body {
    padding: 80px 20px;
  }
  .campaign-body h2 {
    white-space: nowrap;
    font-size: clamp(20px, 5.2vw, 28px);
  }
  .button {
    min-width: 0;
    width: 100%;
  }
  .faq-heading h2 {
    font-size: clamp(24px, 7.7vw, 30px);
  }
  .faq-layout {
    margin-top: 42px;
  }
  .faq-list summary {
    grid-template-columns: 30px 1fr 22px;
  }
  .faq-list details > p {
    padding-left: 30px;
    padding-right: 0;
  }
  .contact-intro,
  .contact-panel {
    padding: 80px 20px;
  }
  .contact-intro h2 {
    font-size: clamp(24px, 7.7vw, 30px);
  }
  .confirm-panel dl {
    grid-template-columns: 1fr;
  }
  .confirm-panel dt {
    padding-bottom: 3px;
    border-bottom: 0;
  }
  .confirm-panel dd {
    padding-top: 4px;
  }
  .confirm-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }
}

@media (max-width: 640px) {
  .v22-stage {
    grid-template-rows: 44px minmax(0, 1fr);
    padding: 0 10px;
  }
  .v22-stage-head {
    gap: 9px;
  }
  .v22-stage-head > span {
    font-size: 11px;
  }
  .v22-stage-head > b {
    gap: 4px;
    font-size: 10px;
  }
  .v22-stage-head > b i {
    width: 5px;
    height: 5px;
  }
  .v22-stage-head > strong {
    gap: 4px;
    font-size: 11px;
  }
  .v22-stage-head > strong em {
    font-size: 22px;
  }
  .v22-stage-body {
    padding: 10px 0;
  }
  .v22-noise-body {
    gap: 8px;
  }
  .v22-noise-total {
    gap: 7px;
  }
  .v22-noise-total strong {
    font-size: 58px;
  }
  .v22-noise-total span {
    padding-bottom: 3px;
    font-size: 12px;
  }
  .v22-noise-live {
    gap: 5px;
    padding: 5px 8px 5px 5px;
    box-shadow: 2px 2px 0 var(--lime);
  }
  .v22-noise-live span {
    padding: 4px 5px;
    font-size: 9px;
  }
  .v22-noise-live strong {
    font-size: 11px;
  }
  .v22-noise-grid > div {
    padding: 10px 7px;
  }
  .v22-noise-grid b {
    padding-bottom: 5px;
    font-size: 12px;
  }
  .v22-noise-grid b::after {
    width: 18px;
    height: 2px;
  }
  .v22-noise-grid strong {
    font-size: 31px;
  }
  .v22-process-line {
    gap: 4px;
    padding: 0;
  }
  .v22-process-line > div {
    min-height: 150px;
    box-shadow: 3px 3px 0 #dfe2dc;
  }
  .v22-process-line strong {
    font-size: 13px;
    text-align: center;
  }
  .v22-process-line > div > i {
    right: -8px;
    width: 16px;
    height: 16px;
    font-size: 12px;
  }
  .v22-work-token {
    top: calc(50% + 27px);
    padding: 5px 7px;
    box-shadow: 2px 2px 0 var(--ink);
    font-size: 9px;
  }
  .v22-hours-hero {
    gap: 10px;
  }
  .v22-hours-hero > small {
    font-size: 12px;
  }
  .v22-hours-hero strong {
    font-size: 82px;
    letter-spacing: -0.025em;
  }
  .v22-hours-hero span {
    padding-bottom: 5px;
    font-size: 13px;
  }
  .v22-hours-hero p {
    font-size: 11px;
  }
  .v22-organize-body {
    grid-template-columns: 1fr 35px 1fr;
    gap: 5px;
  }
  .v22-organize-before,
  .v22-organize-after {
    gap: 8px;
    padding: 8px;
  }
  .v22-organize-before small,
  .v22-organize-after small {
    font-size: 10px;
  }
  .v22-organize-before > div span {
    padding: 7px 3px;
    font-size: 12px;
  }
  .v22-organize-before > strong,
  .v22-organize-after > strong {
    padding-top: 7px;
    font-size: 10px;
  }
  .v22-organize-after > div span {
    grid-template-columns: 18px 1fr;
    gap: 4px;
    padding: 7px 0;
    font-size: 12px;
  }
  .v22-organize-after em {
    font-size: 10px;
  }
  .v22-organize-arrow {
    gap: 4px;
  }
  .v22-organize-arrow span {
    font-size: 25px;
  }
  .v22-organize-arrow b {
    font-size: 10px;
  }
  .v22-auto-zero {
    gap: 5px;
  }
  .v22-auto-zero span,
  .v22-auto-zero b {
    padding-bottom: 4px;
    font-size: 12px;
  }
  .v22-auto-zero strong {
    font-size: 74px;
  }
  .v22-automation-track {
    --node-size: 38px;
    width: 96%;
  }
  .v22-automation-track::before {
    top: 31px;
  }
  .v22-automation-track::after {
    top: 29px;
  }
  .v22-automation-track > div {
    gap: 6px;
  }
  .v22-automation-track small {
    font-size: 9px;
  }
  .v22-automation-track > div > i {
    box-shadow: inset 0 0 0 5px #fff;
  }
  .v22-automation-track strong {
    font-size: 13px;
  }
  .v22-automation-track span {
    font-size: 10px;
  }
  .v22-automation-track > em {
    top: 21px;
    padding: 5px 7px;
    box-shadow: 2px 2px 0 var(--ink);
    font-size: 9px;
  }
  .v22-judge-body {
    grid-template-columns: 2fr 12px 0.9fr 12px 1.05fr;
    gap: 3px;
  }
  .v22-email-toolbar {
    height: 18px;
    padding: 0 5px;
  }
  .v22-email-toolbar i {
    width: 3px;
    height: 3px;
  }
  .v22-email-toolbar span {
    margin-left: 2px;
    font-size: 8px;
  }
  .v22-email-from {
    gap: 2px 4px;
    padding: 6px;
  }
  .v22-email-from b {
    font-size: 10px;
  }
  .v22-email-from span,
  .v22-email-from small {
    font-size: 8px;
  }
  .v22-email-window h3 {
    padding: 7px 6px 5px;
    font-size: 12px;
  }
  .v22-email-body {
    padding: 0 6px 6px;
  }
  .v22-email-body p {
    margin-bottom: 4px;
    font-size: 9px;
    line-height: 1.4;
  }
  .v22-mail-scan em {
    right: 3px;
    bottom: 4px;
    padding: 3px;
    font-size: 8px;
  }
  .v22-journey-arrow {
    font-size: 12px;
  }
  .v22-extracted {
    padding: 6px;
  }
  .v22-extracted small {
    margin-bottom: 6px;
    font-size: 9px;
  }
  .v22-extracted p {
    gap: 2px;
    padding: 7px 0;
  }
  .v22-extracted span {
    font-size: 8px;
  }
  .v22-extracted b {
    font-size: 11px;
  }
  .v22-context-stop,
  .v22-human-send {
    padding: 6px;
    box-shadow: 3px 3px 0 var(--lime);
  }
  .v22-context-stop small,
  .v22-human-send small,
  .v22-human-send span {
    font-size: 8px;
  }
  .v22-context-stop span {
    margin-top: 8px;
    font-size: 11px;
  }
  .v22-context-stop > b,
  .v22-human-send > b {
    width: 30px;
    margin: 6px 0 5px;
    font-size: 18px;
  }
  .v22-context-stop strong,
  .v22-human-send strong {
    font-size: 11px;
  }
  .v22-ai-body {
    grid-template-columns: 1.8fr 12px 0.9fr 12px 1.55fr;
    gap: 3px;
  }
  .v22-ai-input,
  .v22-ai-output {
    padding: 7px;
  }
  .v22-ai-input small,
  .v22-ai-output small {
    margin-bottom: 7px;
    font-size: 8px;
  }
  .v22-ai-input strong {
    padding-bottom: 6px;
    font-size: 11px;
  }
  .v22-ai-input p {
    margin-top: 7px;
    font-size: 9px;
  }
  .v22-ai-arrow {
    font-size: 12px;
  }
  .v22-ai-core {
    gap: 4px;
    padding: 6px;
  }
  .v22-ai-core::after {
    inset: 5px;
  }
  .v22-ai-core strong {
    margin-bottom: 4px;
    font-size: 27px;
  }
  .v22-ai-core span {
    padding: 3px;
    font-size: 8px;
  }
  .v22-ai-output p {
    grid-template-columns: 19px 1fr;
    gap: 3px;
    padding: 5px 0;
  }
  .v22-ai-output span,
  .v22-ai-output b {
    font-size: 8px;
  }
  .v22-ai-thinking {
    padding: 5px;
  }
  .v22-ai-thinking > small {
    font-size: 8px;
  }
  .v22-thinking-core {
    width: 36px;
    margin: 11px 0 9px;
  }
  .v22-thinking-core::before {
    inset: -5px;
  }
  .v22-thinking-core::after {
    inset: -9px;
  }
  .v22-thinking-core strong {
    font-size: 14px;
  }
  .v22-thinking-core i {
    width: 4px;
    height: 4px;
  }
  .v22-thinking-core i:nth-child(2) {
    top: -7px;
  }
  .v22-thinking-core i:nth-child(3) {
    right: -8px;
  }
  .v22-thinking-core i:nth-child(4) {
    bottom: -7px;
  }
  .v22-ai-thinking p {
    font-size: 8px;
  }
  .v22-thinking-dots {
    gap: 3px;
    margin-top: 6px;
  }
  .v22-thinking-dots span {
    width: 3px;
    height: 3px;
  }
  .v22-ai-after-body {
    grid-template-columns: 1.15fr 12px 0.75fr 12px 1.75fr;
  }
  .v22-context-inputs {
    gap: 3px;
    padding: 6px;
  }
  .v22-context-inputs > small {
    font-size: 8px;
  }
  .v22-context-inputs article {
    gap: 3px;
    padding: 5px;
  }
  .v22-context-inputs article span,
  .v22-context-inputs article p {
    font-size: 8px;
  }
  .v22-context-inputs article strong {
    font-size: 11px;
  }
  .v22-context-inputs > b {
    font-size: 12px;
  }
  .v22-draft-action {
    gap: 3px;
    margin: auto 6px 6px;
    padding-top: 5px;
  }
  .v22-draft-action span {
    font-size: 9px;
  }
  .v22-draft-action b {
    padding: 5px;
    font-size: 9px;
  }
  .v22-capability-grid {
    gap: 4px;
  }
  .v22-capability-grid > div {
    gap: 6px;
    padding: 8px;
    box-shadow: 2px 2px 0 #dfe2dc;
  }
  .v22-capability-grid > div::before {
    top: 6px;
    right: 6px;
    width: 4px;
    height: 4px;
  }
  .v22-capability-grid small {
    font-size: 10px;
  }
  .v22-capability-grid strong {
    font-size: 12px;
  }
  .v22-capability-grid span {
    padding: 3px 4px;
    font-size: 9px;
  }
  .v22-trial-body {
    gap: 10px;
  }
  .v22-trial-body blockquote {
    gap: 8px;
    padding: 9px;
    box-shadow: 3px 3px 0 var(--lime);
  }
  .v22-trial-body blockquote small {
    font-size: 9px;
  }
  .v22-trial-body blockquote strong {
    font-size: 11px;
  }
  .v22-trial-flow small {
    font-size: 9px;
  }
  .v22-trial-flow strong {
    font-size: 11px;
    text-align: center;
  }
  .v22-trial-flow i {
    right: -8px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .hero-scroll-cta__mark::after {
    animation: none;
    transform: translateX(-50%) scaleY(1);
    opacity: 1;
  }
  .marquee__inner {
    animation: none;
    transform: none;
  }
}


.sdx-br-sp {
  display: none;
}
@media (max-width: 980px) {
  .sdx-br-sp {
    display: inline;
  }
}
/* WordPress theme integration */
body.sdx-active {
  margin: 0;
  padding: 0;
}

body.sdx-active #site-header {
  transition:
    background 0.35s ease,
    box-shadow 0.35s ease;
}

.sdx-form-flow {
  border-top: 1px solid var(--line);
  background: var(--white);
}

.sdx-form-flow > .contact-section {
  display: block;
  min-height: 0;
}

.sdx-form-flow > .contact-section > .contact-panel {
  width: min(100%, 900px);
  margin: 0 auto;
  padding: clamp(56px, 6vw, 90px);
}

.sdx-form-flow > .contact-intro {
  min-height: clamp(360px, 38vw, 520px);
  padding: clamp(56px, 6vw, 90px) clamp(20px, 4vw, 90px);
  justify-items: center;
  align-content: center;
  text-align: center;
  border-right: 0;
  border-bottom: 1px solid var(--line);
}

.sdx-form-flow > .contact-intro > div {
  justify-content: center;
}

@media (min-width: 981px) {
  .sdx-form-flow > .contact-intro h2 {
    max-width: 1100px;
  }
}

.sdx-form-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  max-width: 360px;
  margin: 0 auto;
  padding: 16px 20px 14px;
}

.sdx-form-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 56px;
}

.sdx-form-step i {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  font:
    800 11px/1 Arial,
    sans-serif;
  font-style: normal;
  background: rgba(16, 17, 16, 0.08);
  color: var(--gray);
}

.sdx-form-step.is-done i,
.sdx-form-step.is-current i {
  background: var(--ink);
  color: var(--white);
}

.sdx-form-step.is-done i {
  background: #55594f;
}

.sdx-form-step span {
  font:
    700 9px/1 Arial,
    sans-serif;
  letter-spacing: 0.12em;
  color: var(--gray);
}

.sdx-form-step.is-current span {
  color: var(--ink);
}

.sdx-form-step-line {
  flex: 1;
  height: 2px;
  margin: 0 6px 18px;
  background: rgba(16, 17, 16, 0.12);
}

.sdx-form-step-line.is-done {
  background: #55594f;
}

.sdx-form-shell {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 6vw 80px;
}

.sdx-form-errors {
  margin-bottom: 24px;
  padding: 18px 20px;
  border-left: 4px solid #d64545;
  background: #fff5f5;
  font-size: 12px;
  line-height: 1.8;
}

.sdx-form-errors ul {
  margin: 8px 0 0;
  padding-left: 18px;
}

.sdx-form-privacy {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 12px;
  line-height: 1.8;
}

.sdx-form-privacy input {
  flex: 0 0 18px;
  width: 18px !important;
  height: 18px;
  margin: 3px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  accent-color: var(--ink);
}

.contact-panel .sdx-form-privacy > span {
  display: block;
  flex: 1;
  min-width: 0;
}

.sdx-form-privacy a {
  text-decoration: underline;
}

.sdx-form-note {
  margin-top: 14px;
  color: var(--gray);
  font-size: 11px;
  line-height: 1.8;
  text-align: center;
}

.sdx-confirm-box,
.sdx-thanks-box {
  padding: clamp(40px, 5vw, 64px) 0;
}

.sdx-thanks-box {
  text-align: center;
}

.sdx-thanks-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
  border-radius: 999px;
  background: var(--lime);
  font-size: 28px;
  font-weight: 800;
}

.sdx-thanks-box p {
  color: var(--gray);
  font-size: 14px;
  line-height: 2;
}

.sdx-sticky-cta {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0));
  background: rgba(253, 253, 251, 0.96);
  border-top: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

body.sdx-active.sdx-has-sticky-cta .sdx-sticky-cta {
  display: block;
}

.sdx-sticky-cta .button {
  width: 100%;
  min-width: 0;
  margin-top: 0;
}

@media (min-width: 768px) {
  body.sdx-active.sdx-has-sticky-cta .sdx-sticky-cta {
    display: none;
  }
}

@media (max-width: 767px) {
  body.sdx-active.sdx-has-sticky-cta {
    padding-bottom: 84px;
  }
}

body.sdx-active.sdx-in-story #scroll-top-btn {
  opacity: 0 !important;
  pointer-events: none !important;
}
