/* ==========================================================================
   Theo — v4 "Clean"
   Light, editorial, restrained. Purple as a single accent; orange used
   sparingly for emphasis. Structure carries the page, not effects.
   ========================================================================== */

@import url("https://api.fontshare.com/v2/css?f[]=satoshi@400,500,700,900&display=swap");

:root {
  --purple-50: #f6f3ff;
  --purple-100: #ebe4fe;
  --purple-200: #d8ccfb;
  --purple-300: #b9a4f5;
  --purple-400: #9b7aef;
  --purple-500: #8062d9;
  --purple-600: #6846bf;
  --purple-700: #55329f;
  --purple-800: #391aa6;
  --purple-900: #251057;

  --orange-400: #ffb347;
  --orange-500: #f0a55e;
  /* orange-600 is only ever used as a text/glyph colour on light surfaces, so it
     is darker than the brand orange in order to clear AA at small sizes. */
  --orange-600: #a85f0c;

  --ink: #100b1c;
  --ink-2: #1b1330;

  --paper: #ffffff;
  --paper-2: #faf9fd;
  --paper-3: #f4f2fa;

  --line: #e8e5f0;
  --line-2: #dcd7ea;
  --line-3: #cfc8e2;

  /* The muted tiers and status colours are set so that even the smallest
     uppercase labels and badges clear WCAG AA (4.5:1) against white and against
     both panel tints, rather than only against white. */
  --tx: #171227;
  --tx-2: #4c4661;
  --tx-3: #67607f;
  --tx-4: #736c8b;
  --tx-on: #ffffff;
  --tx-on-soft: rgba(255, 255, 255, 0.74);
  --tx-on-mute: rgba(255, 255, 255, 0.5);

  --ok: #0e7f54;
  --ok-bg: #e7f7f0;
  --ok-on-dark: #3ddc97;
  --warn: #8f5c08;
  --warn-bg: #fdf4e3;
  --alert: #b02c43;
  --alert-bg: #f8e8ec;
  --maroon: #6e1f32;

  --shell: 1180px;
  --r-sm: 7px;
  --r: 11px;
  --r-lg: 16px;
  --r-xl: 22px;

  --mono: ui-monospace, "SF Mono", SFMono-Regular, "JetBrains Mono", Menlo, Consolas, monospace;
  --sans: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, sans-serif;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --sh-sm: 0 1px 2px rgba(23, 18, 39, 0.05);
  --sh: 0 4px 16px -6px rgba(23, 18, 39, 0.1);
  --sh-lg: 0 18px 44px -20px rgba(23, 18, 39, 0.18);
}

/* ---------------------------------------------------------------- reset -- */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 16.5px;
  line-height: 1.68;
  color: var(--tx-2);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.nav-locked {
  overflow: hidden;
}
img,
svg,
video {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
  border: 0;
  background: none;
  color: inherit;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  color: var(--tx);
  font-weight: 700;
  letter-spacing: -0.022em;
  line-height: 1.14;
}
p {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
::selection {
  background: var(--purple-200);
  color: var(--purple-900);
}

/* --------------------------------------------------------------- layout -- */
.shell {
  width: 100%;
  max-width: var(--shell);
  margin: 0 auto;
  padding: 0 26px;
}
.shell-tight {
  max-width: 820px;
}
.sec {
  padding: 92px 0;
  position: relative;
}
#integrations {
  scroll-margin-top: 88px;
}
.sec-sm {
  padding: 62px 0;
}
.sec-lg {
  padding: 118px 0;
}
.alt {
  background: var(--paper-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.tint {
  background: var(--purple-50);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.on-dark {
  background: var(--ink);
  color: var(--tx-on-soft);
}
.on-dark h1,
.on-dark h2,
.on-dark h3,
.on-dark h4 {
  color: #fff;
}

/* ------------------------------------------------------------- type kit -- */
.eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--purple-600);
  margin-bottom: 18px;
}
.on-dark .eyebrow {
  color: var(--purple-300);
}

.h-xl {
  font-size: clamp(2.4rem, 4.6vw, 3.9rem);
  line-height: 1.06;
  letter-spacing: -0.032em;
}
.h-lg {
  font-size: clamp(1.95rem, 3.2vw, 2.85rem);
  letter-spacing: -0.028em;
}
.h-md {
  font-size: clamp(1.5rem, 2.2vw, 1.95rem);
  letter-spacing: -0.024em;
}
.h-sm {
  font-size: 1.16rem;
  letter-spacing: -0.018em;
  line-height: 1.35;
}
.lede {
  font-size: clamp(1.02rem, 1.25vw, 1.16rem);
  line-height: 1.66;
  color: var(--tx-2);
  max-width: 64ch;
}
.on-dark .lede {
  color: var(--tx-on-soft);
}
.small {
  font-size: 0.92rem;
  line-height: 1.62;
}
.xsmall {
  font-size: 0.83rem;
  line-height: 1.6;
}
.mute {
  color: var(--tx-3);
}
.on-dark .mute {
  color: var(--tx-on-mute);
}
.mono {
  font-family: var(--mono);
  font-size: 0.85em;
  letter-spacing: -0.01em;
}
.hl-p {
  color: var(--purple-600);
}
.hl-o {
  color: var(--orange-600);
}
.sec-head {
  max-width: 720px;
  margin-bottom: 54px;
}
.sec-head-c {
  margin-inline: auto;
  text-align: center;
}
.sec-head .lede {
  margin-top: 18px;
}
.sec-head-c .lede {
  margin-inline: auto;
}
.browser-cap {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.browser-cap video {
  width: 88%;
  height: auto;
  border-radius: var(--r);
}

/* ------------------------------------------------------------- buttons -- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 24px;
  border-radius: var(--r);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.008em;
  transition: 0.2s var(--ease);
  white-space: nowrap;
  border: 1px solid transparent;
}
.btn svg {
  width: 16px;
  height: 16px;
  flex: none;
}
.btn-p {
  background: var(--purple-600);
  color: #fff;
  box-shadow: var(--sh-sm);
}
.btn-p:hover {
  background: var(--purple-700);
  box-shadow: var(--sh);
}
.btn-d {
  background: var(--ink);
  color: #fff;
}
.btn-d:hover {
  background: var(--ink-2);
}
.btn-o {
  background: var(--orange-500);
  color: #2b1607;
}
.btn-o:hover {
  background: var(--orange-400);
}
.btn-ghost {
  border-color: var(--line-2);
  color: var(--tx);
  background: #fff;
}
.btn-ghost:hover {
  border-color: var(--purple-300);
  color: var(--purple-700);
  background: var(--purple-50);
}
.on-dark .btn-ghost {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.on-dark .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}
.btn-lg {
  padding: 15px 28px;
  font-size: 1rem;
}
.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
}
.link-a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  color: var(--purple-600);
  font-size: 0.94rem;
}
.link-a svg {
  width: 14px;
  height: 14px;
  transition: transform 0.22s var(--ease);
}
.link-a:hover svg {
  transform: translateX(3px);
}
.on-dark .link-a {
  color: var(--purple-300);
}

/* -------------------------------------------------------------- header -- */
.hdr {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(16px) saturate(180%);
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.hdr.is-stuck {
  border-bottom-color: var(--line);
  box-shadow: 0 1px 0 rgba(23, 18, 39, 0.02);
}
.hdr-in {
  display: flex;
  align-items: center;
  gap: 30px;
  height: 80px;
}
.brand {
  flex: none;
}
.brand img {
  height: 42px;
  width: auto;
}
.brand-lockup {
  display: flex;
  flex: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
}
.brand-lockup span {
  color: var(--purple-700);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.1;
  white-space: nowrap;
}
.nav {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-right: auto;
}
.nav-l {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 13px;
  border-radius: 8px;
  font-size: 0.93rem;
  font-weight: 500;
  color: var(--tx-2);
  transition: color 0.18s, background 0.18s;
}
.nav-l:hover,
.nav-l.is-current {
  color: var(--tx);
  background: var(--paper-3);
}
.nav-l svg {
  width: 10px;
  height: 10px;
  opacity: 0.55;
  transition: transform 0.22s var(--ease);
}
.menu {
  position: relative;
}
.menu-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: -10px;
  width: 340px;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-lg);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: 0.2s var(--ease);
}
.menu:hover .menu-panel,
.menu.is-open .menu-panel {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.menu:hover .nav-l svg,
.menu.is-open .nav-l svg {
  transform: rotate(180deg);
}
.menu-h {
  padding: 7px 11px 9px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tx-4);
}
.menu-i {
  display: flex;
  gap: 12px;
  padding: 11px;
  border-radius: var(--r);
  transition: background 0.18s;
}
.menu-i:hover {
  background: var(--paper-2);
}
.menu-i-ico {
  flex: none;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: var(--purple-50);
  border: 1px solid var(--purple-100);
  color: var(--purple-600);
}
.menu-i-ico svg {
  width: 17px;
  height: 17px;
}
.menu-i-t {
  display: block;
  font-size: 0.94rem;
  font-weight: 700;
  color: var(--tx);
  line-height: 1.3;
}
.menu-tag {
  font-weight: 500;
  color: var(--tx-3);
  font-size: 0.82em;
}
.menu-i-d {
  display: block;
  font-size: 0.81rem;
  color: var(--tx-3);
  line-height: 1.45;
  margin-top: 2px;
}
a.menu-i[href*="ai-technician.html"] {
  background: var(--purple-50);
  border: 1px solid var(--purple-100);
}
a.menu-i[href*="ai-technician.html"]:hover {
  background: var(--purple-100);
}
a.menu-i[href*="ai-technician.html"] .menu-i-ico {
  background: var(--purple-600);
  border-color: var(--purple-600);
  color: #fff;
}
a.menu-i[href*="ai-technician.html"] .menu-i-t {
  font-size: 0.98rem;
}
a.menu-i[href*="ai-triager.html"],
a.menu-i[href*="ai-security-engineer.html"] {
  opacity: 0.48;
}
a.menu-i[href*="ai-triager.html"] .menu-i-t,
a.menu-i[href*="ai-security-engineer.html"] .menu-i-t {
  color: var(--tx-3);
  font-weight: 600;
}
a.menu-i[href*="ai-triager.html"] .menu-i-d,
a.menu-i[href*="ai-security-engineer.html"] .menu-i-d {
  color: var(--tx-4);
}
a.menu-i[href*="ai-triager.html"] .menu-i-ico,
a.menu-i[href*="ai-security-engineer.html"] .menu-i-ico {
  background: var(--paper-3);
  border-color: var(--line);
  color: var(--tx-4);
}
a.menu-i[href*="ai-triager.html"]:hover,
a.menu-i[href*="ai-security-engineer.html"]:hover {
  opacity: 0.72;
  background: var(--paper-2);
}
.hdr-cta {
  display: flex;
  align-items: center;
  gap: 22px;
  flex: none;
}
.hdr-cta .btn {
  padding: 10px 19px;
  font-size: 0.9rem;
}
.login-l {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--tx-2);
}
.login-l:hover {
  color: var(--tx);
}
.burger {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 9px;
  border: 1px solid var(--line-2);
  place-items: center;
  flex: none;
}
.burger span {
  display: block;
  width: 16px;
  height: 1.7px;
  background: var(--tx);
  border-radius: 2px;
  transition: 0.24s var(--ease);
}
.burger span + span {
  margin-top: 4px;
}
.burger.is-open span:nth-child(1) {
  transform: translateY(5.7px) rotate(45deg);
}
.burger.is-open span:nth-child(2) {
  opacity: 0;
}
.burger.is-open span:nth-child(3) {
  transform: translateY(-5.7px) rotate(-45deg);
}

/* ---------------------------------------------------------------- hero -- */
.hero {
  position: relative;
  padding: 92px 0 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 46% at 50% -6%, var(--purple-50), transparent 70%),
    #fff;
}
.hero-people {
  isolation: isolate;
  min-height: 710px;
  padding-top: 96px;
  background: var(--paper-2);
}
.hero-people .hero-in {
  max-width: var(--shell);
  margin: 0 auto;
  text-align: left;
}
.hero-people .hero-sub {
  margin-left: 0;
  margin-right: 0;
  margin-top: 56px;
  max-width: max-content;
  font-size: clamp(1.16rem, 1.85vw, 1.48rem);
  line-height: 1.55;
  color: var(--tx);
  font-weight: 500;
}
.hero-people .hero-sub mark {
  background: none;
  color: inherit;
  font-weight: 700;
  padding: 0.08em 0.34em 0.12em;
  margin: 0 0.04em;
  border: 1px solid var(--orange-400);
  border-radius: 6px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.hero-people .hero-cta {
  margin-top: 60px;
}
.hero-people .hero-cta,
.hero-people .hero-note {
  justify-content: flex-start;
}
.hero-photos {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  width: 70%;
  height: 680px;
  overflow: hidden;
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, #000 26%, #000 100%),
    linear-gradient(to top, transparent 0%, #000 10%, #000 38%, #000 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, transparent 0%, #000 26%, #000 100%),
    linear-gradient(to top, transparent 0%, #000 10%, #000 38%, #000 100%);
  mask-composite: intersect;
}
.hero-photo {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 1.1s var(--ease);
}
.hero-photo.is-active {
  opacity: 0.9;
}
.hero-photo img,
.hero-photo video {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: var(--hero-position, 50% 12%);
}
.hero-photo img {
  transform: scale(1.15);
  transform-origin: var(--hero-position, 50% 20%);
}
.hero-photo.is-active img {
  animation: hero-photo-push 9s ease-out forwards;
}
.hero-photo video {
  display: block;
  pointer-events: none;
  background: var(--paper-2);
}
.hero-photo-grade {
  position: absolute;
  z-index: -1;
  inset: 0 0 auto;
  height: 680px;
  pointer-events: none;
  background:
    linear-gradient(to right, var(--paper-2) 0%, var(--paper-2) 36%, rgba(250, 249, 253, 0.88) 46%, transparent 58%),
    linear-gradient(to top, var(--paper) 0%, rgba(255, 255, 255, 0.7) 12%, transparent 36%);
}
.hero-cast {
  position: absolute;
  z-index: 2;
  top: 290px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hero-cast button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: 0 0 0 1px rgba(16, 11, 28, 0.16);
}
.hero-cast button.is-active {
  background: var(--purple-600);
  transform: scale(1.3);
}
.hero-in {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.hero h1 {
  font-size: clamp(2.5rem, 5.4vw, 4.35rem);
  line-height: 1.03;
  letter-spacing: -0.036em;
  font-weight: 700;
}
.hero h1 em {
  font-style: normal;
  color: var(--orange-400);
}
.hero h1 .hero-ai {
  color: var(--purple-600);
}
.hero-sub {
  margin: 26px auto 0;
  max-width: 62ch;
  font-size: clamp(1.02rem, 1.32vw, 1.2rem);
  line-height: 1.66;
  color: var(--tx-2);
}
.hero-sub b {
  color: var(--tx);
  font-weight: 700;
}
.hero-cta {
  margin-top: 34px;
  justify-content: center;
}
.hero-note {
  margin-top: 22px;
  display: flex;
  gap: 22px;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.88rem;
  color: var(--tx-3);
}
.hero-note span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.hero-note svg {
  width: 15px;
  height: 15px;
  color: var(--ok);
}
.hero-stage {
  position: relative;
  z-index: 1;
  margin-top: 58px;
  padding-bottom: 20px;
}
@keyframes hero-photo-push {
  from { transform: scale(1.15); }
  to { transform: scale(1.27); }
}

/* --------------------------------------------------------------- logos -- */
.logos {
  padding: 44px 0 52px;
}
.logos-k {
  text-align: center;
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--tx-4);
  margin-bottom: 28px;
}
.marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}
.marquee-track {
  display: flex;
  align-items: center;
  gap: 70px;
  width: max-content;
  animation: slide 46s linear infinite;
}
.marquee:hover .marquee-track {
  animation-play-state: paused;
}
@keyframes slide {
  to {
    transform: translateX(-50%);
  }
}
.marquee img {
  height: 30px;
  width: auto;
  object-fit: contain;
  filter: grayscale(1) opacity(0.68);
  transition: 0.3s;
}
.marquee img:hover {
  filter: none;
}
.marquee.is-rev .marquee-track {
  animation-direction: reverse;
  animation-duration: 52s;
}
.marquee.is-investors .marquee-track {
  gap: 56px;
  animation-duration: 38s;
}
.marquee.is-investors img {
  height: 34px;
  filter: none;
  opacity: 0.78;
}
.marquee.is-investors img:hover {
  opacity: 1;
}
.ticker .marquee-track {
  gap: 12px;
  animation-duration: 36s;
}
.ticker-pill {
  flex: none;
  padding: 13px 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--tx);
  letter-spacing: -0.02em;
  white-space: nowrap;
}

/* ---------------------------------------------------------------- stats -- */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: #fff;
  overflow: hidden;
}
.stat {
  padding: 28px 26px;
  border-right: 1px solid var(--line);
}
.stat:last-child {
  border-right: 0;
}
.stat-n {
  display: flex;
  align-items: baseline;
  gap: 1px;
  font-size: clamp(1.9rem, 2.7vw, 2.5rem);
  font-weight: 700;
  color: var(--tx);
  letter-spacing: -0.035em;
  line-height: 1;
}
.stat-n i {
  font-style: normal;
  font-size: 0.5em;
  color: var(--purple-600);
  font-weight: 700;
}
.stat-k {
  margin-top: 11px;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--tx);
  line-height: 1.4;
}
.stat-d {
  margin-top: 5px;
  font-size: 0.83rem;
  color: var(--tx-3);
  line-height: 1.5;
}

/* ---------------------------------------------------------------- cards -- */
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 28px;
  transition: 0.26s var(--ease);
}
.card-h:hover {
  border-color: var(--line-3);
  box-shadow: var(--sh);
  transform: translateY(-2px);
}
.on-dark .card {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.11);
}
.c-ico {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  background: var(--purple-50);
  border: 1px solid var(--purple-100);
  color: var(--purple-600);
}
.c-ico svg {
  width: 20px;
  height: 20px;
}
.c-ico-o {
  background: #fff7ec;
  border-color: #fbe6c9;
  color: var(--orange-600);
}
.c-ico-g {
  background: var(--ok-bg);
  border-color: #c8ecdc;
  color: var(--ok);
}
.on-dark .c-ico {
  background: rgba(155, 122, 239, 0.16);
  border-color: rgba(255, 255, 255, 0.14);
  color: var(--purple-300);
}
.card h3 {
  font-size: 1.14rem;
  margin-bottom: 10px;
}
.card p {
  font-size: 0.95rem;
  line-height: 1.65;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 68px;
  align-items: center;
}
.split-l {
  grid-template-columns: 0.88fr 1.12fr;
}
.split-r {
  grid-template-columns: 1.12fr 0.88fr;
}
.split-top {
  align-items: start;
}

/* ----------------------------------------------------------- list rows -- */
.rows {
  border-top: 1px solid var(--line);
}
.row-i {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 22px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.row-n {
  font-family: var(--mono);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--purple-600);
  padding-top: 4px;
}
.row-i h4 {
  font-size: 1.05rem;
  margin-bottom: 7px;
}
.row-i p {
  font-size: 0.95rem;
  max-width: 68ch;
}

/* ------------------------------------------------------------- checks -- */
.checks {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.check {
  display: flex;
  gap: 11px;
  font-size: 0.95rem;
  line-height: 1.6;
}
.check svg {
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  color: var(--ok);
}
.check b {
  color: var(--tx);
}
.on-dark .check b {
  color: #fff;
}
.on-dark .check svg {
  color: var(--ok-on-dark);
}
.check-x svg {
  color: var(--tx-4);
}

/* ------------------------------------------------------------ autonomy -- */
.phase {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.phase-i {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: #fff;
}
.phase-k {
  display: inline-block;
  font-family: var(--mono);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--purple-600);
  padding: 4px 9px;
  border-radius: 6px;
  background: var(--purple-50);
  margin-bottom: 16px;
}
.phase-i h3 {
  font-size: 1.1rem;
  margin-bottom: 9px;
}
.phase-i p {
  font-size: 0.93rem;
}
.meter {
  margin-top: 20px;
  height: 5px;
  border-radius: 100px;
  background: var(--paper-3);
  overflow: hidden;
}
.meter span {
  display: block;
  height: 100%;
  border-radius: 100px;
  background: var(--purple-500);
}
.meter-k {
  margin-top: 8px;
  font-family: var(--mono);
  font-size: 0.76rem;
  color: var(--tx-3);
}

.ladder-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.18fr);
  gap: 36px 40px;
  align-items: start;
  margin-bottom: 28px;
}
.ladder-copy {
  position: sticky;
  top: 96px;
}
.ladder-copy .h-lg {
  margin-top: 10px;
}
.ladder-copy .lede {
  margin-top: 16px;
  max-width: 46ch;
}
.ladder-copy p:not(.lede) {
  margin-top: 12px;
  max-width: 46ch;
  font-size: 0.98rem;
}
.ladder-legend {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 22px;
}
.ladder-legend li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--tx-2);
}
.ladder-wrap {
  overflow-x: auto;
}
.tbl.ladder {
  min-width: 0;
  font-size: 0.88rem;
}
.tbl.ladder th,
.tbl.ladder td {
  padding: 9px 14px;
  vertical-align: middle;
}
.tbl.ladder th:first-child,
.tbl.ladder td:first-child {
  width: 4.2rem;
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
  color: var(--tx-4);
  font-size: 0.8rem;
}
.tbl.ladder td:nth-child(2) {
  color: var(--tx);
  font-weight: 500;
}
.tbl.ladder tr.is-low td {
  background: rgba(14, 127, 84, 0.045);
}
.tbl.ladder tr.is-mid td {
  background: rgba(196, 146, 18, 0.07);
}
.tbl.ladder tr.is-high td {
  background: rgba(110, 31, 50, 0.05);
}
.tbl.ladder tr.is-low td:first-child,
.tbl.ladder tr.is-mid td:first-child,
.tbl.ladder tr.is-high td:first-child {
  box-shadow: inset 3px 0 0 var(--ok);
}
.tbl.ladder tr.is-mid td:first-child {
  box-shadow: inset 3px 0 0 #d4a017;
}
.tbl.ladder tr.is-high td:first-child {
  box-shadow: inset 3px 0 0 var(--maroon);
}
.ladder-ord {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.6rem;
  padding: 3px 9px;
  border-radius: 100px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.3;
}
.ladder-ord.is-low {
  color: var(--ok);
  background: var(--ok-bg);
}
.ladder-ord.is-mid {
  color: var(--warn);
  background: #f8e08a;
}
.ladder-ord.is-high {
  color: var(--maroon);
  background: var(--alert-bg);
}

/* -------------------------------------------------------------- tables -- */
.tbl-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: #fff;
}
table.tbl {
  width: 100%;
  border-collapse: collapse;
  min-width: 580px;
  font-size: 0.93rem;
}
.tbl th {
  text-align: left;
  padding: 14px 18px;
  background: var(--paper-2);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--tx-3);
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
}
.tbl td {
  padding: 15px 18px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  line-height: 1.55;
}
.tbl tr:last-child td {
  border-bottom: 0;
}
.tbl td b {
  color: var(--tx);
}
.tbl-y {
  color: var(--ok);
  font-weight: 700;
}
.tbl-n {
  color: var(--tx-4);
}
.tbl-hl {
  color: var(--purple-600);
  font-weight: 700;
}

/* -------------------------------------------------------- capabilities -- */
.caps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.cap {
  background: #fff;
  padding: 26px;
  transition: background 0.24s;
}
.cap:hover {
  background: var(--paper-2);
}
.cap-top {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 13px;
}
.cap-top svg {
  width: 19px;
  height: 19px;
  color: var(--purple-500);
  flex: none;
}
.cap h4 {
  font-size: 1.02rem;
}
.cap p {
  font-size: 0.92rem;
  line-height: 1.6;
}
.tags {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.tags li {
  font-family: var(--mono);
  font-size: 0.72rem;
  padding: 3px 8px;
  border-radius: 5px;
  background: var(--paper-3);
  color: var(--purple-700);
}

/* -------------------------------------------------------- integrations -- */
.ints {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.int {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 17px;
  border-radius: var(--r);
  background: #fff;
  border: 1px solid var(--line);
  transition: 0.24s var(--ease);
}
.int:hover {
  border-color: var(--line-3);
  box-shadow: var(--sh-sm);
}
.int img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  flex: none;
}
.int-n {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--tx);
  line-height: 1.25;
}
.int-s {
  font-size: 0.75rem;
  color: var(--tx-3);
}
.int-s b {
  color: var(--ok);
  font-weight: 700;
}
.int-s i {
  font-style: normal;
  color: var(--tx-4);
}

/* --------------------------------------------------------------- quote -- */
.quote {
  padding: 30px;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  background: #fff;
  display: flex;
  flex-direction: column;
}
.quote-m {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  align-self: flex-start;
  padding: 6px 13px;
  border-radius: 100px;
  background: var(--purple-50);
  border: 1px solid var(--purple-100);
  font-size: 0.81rem;
  font-weight: 600;
  color: var(--purple-700);
  margin-bottom: 20px;
}
.quote-m b {
  font-size: 1.02rem;
  font-weight: 700;
}
.quote-t {
  font-size: 1.02rem;
  line-height: 1.66;
  color: var(--tx);
  flex: 1;
}
.quote-w {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.quote-av {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--paper-3);
  border: 1px solid var(--line-2);
  color: var(--tx-3);
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 0.8rem;
  flex: none;
}
.quote-n {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--tx);
}
.quote-r {
  font-size: 0.82rem;
  color: var(--tx-3);
}

/* ----------------------------------------------------------------- fit -- */
.fit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.fit-col {
  padding: 30px;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  background: #fff;
}
.fit-col.is-no {
  background: var(--paper-2);
}
.fit-h {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.06rem;
  font-weight: 700;
  color: var(--tx);
  margin-bottom: 20px;
  letter-spacing: -0.018em;
}
.fit-h svg {
  width: 20px;
  height: 20px;
}
.fit-col.is-yes .fit-h svg {
  color: var(--ok);
}
.fit-col.is-no .fit-h svg {
  color: var(--tx-4);
}
.fit-l {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.fit-l li {
  font-size: 0.94rem;
  line-height: 1.58;
  padding-left: 16px;
  position: relative;
}
.fit-l li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--purple-300);
}
.fit-col.is-no .fit-l li::before {
  background: var(--line-3);
}
.fit-l b {
  color: var(--tx);
}

/* --------------------------------------------------------------- steps -- */
.flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.flow-i {
  padding-top: 22px;
  border-top: 2px solid var(--line);
  position: relative;
}
.flow-i.is-key {
  border-top-color: var(--purple-500);
}
.flow-k {
  font-family: var(--mono);
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--tx-4);
  margin-bottom: 12px;
}
.flow-i.is-key .flow-k {
  color: var(--purple-600);
}
.flow-i h4 {
  font-size: 1.04rem;
  margin-bottom: 9px;
}
.flow-i p {
  font-size: 0.92rem;
}
.flow-tag {
  display: inline-block;
  margin-top: 13px;
  font-family: var(--mono);
  font-size: 0.74rem;
  padding: 3px 9px;
  border-radius: 5px;
  background: var(--purple-50);
  color: var(--purple-700);
  font-weight: 700;
}

/* ----------------------------------------------------------------- faq -- */
.faq {
  border-top: 1px solid var(--line);
}
.faq-i {
  border-bottom: 1px solid var(--line);
}
.faq-q {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  width: 100%;
  padding: 23px 0;
  text-align: left;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--tx);
  letter-spacing: -0.015em;
  line-height: 1.45;
}
.faq-q:hover {
  color: var(--purple-700);
}
.faq-ico {
  flex: none;
  width: 22px;
  height: 22px;
  margin-left: auto;
  margin-top: 2px;
  border-radius: 50%;
  border: 1px solid var(--line-2);
  display: grid;
  place-items: center;
  position: relative;
  transition: 0.24s var(--ease);
}
.faq-ico::before,
.faq-ico::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 2px;
}
.faq-ico::before {
  width: 9px;
  height: 1.6px;
}
.faq-ico::after {
  width: 1.6px;
  height: 9px;
  transition: 0.24s var(--ease);
}
.faq-i.is-open .faq-ico {
  background: var(--purple-600);
  border-color: var(--purple-600);
  color: #fff;
}
.faq-i.is-open .faq-ico::after {
  transform: scaleY(0);
}
.faq-a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.32s var(--ease);
}
.faq-i.is-open .faq-a {
  grid-template-rows: 1fr;
}
.faq-a-in {
  overflow: hidden;
}
.faq-a-in > div {
  padding: 0 52px 26px 0;
  font-size: 0.99rem;
  line-height: 1.7;
  max-width: 74ch;
}
.faq-a-in p + p {
  margin-top: 13px;
}
.faq-a-in a {
  color: var(--purple-600);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.faq-a-in a:hover {
  color: var(--purple-800);
}

/* ------------------------------------------------------------ cta band -- */
.cta-band {
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  background:
    radial-gradient(ellipse 60% 100% at 50% 0%, var(--purple-50), transparent 72%),
    #fff;
  padding: 70px 40px;
  text-align: center;
  box-shadow: var(--sh);
}
.cta-band h2 {
  font-size: clamp(1.9rem, 3.4vw, 2.9rem);
  letter-spacing: -0.03em;
  line-height: 1.08;
}
.cta-band p {
  margin: 20px auto 0;
  max-width: 58ch;
  font-size: 1.04rem;
  color: var(--tx-2);
}
.cta-band .btn-row {
  margin-top: 30px;
  justify-content: center;
}

/* -------------------------------------------------------------- footer -- */
.ftr {
  background: var(--paper-2);
  border-top: 1px solid var(--line);
  padding: 62px 0 26px;
  color: var(--tx-3);
}
.ftr-top {
  display: grid;
  grid-template-columns: 1.6fr repeat(4, 1fr);
  gap: 40px;
  padding-bottom: 44px;
  border-bottom: 1px solid var(--line);
}
.ftr-brand img {
  height: 24px;
  margin-bottom: 18px;
}
.ftr-brand p {
  font-size: 0.91rem;
  line-height: 1.62;
  max-width: 32ch;
}
.ftr-badges {
  display: flex;
  gap: 12px;
  margin-top: 22px;
  align-items: center;
}
.ftr-badges a {
  display: inline-flex;
  line-height: 0;
}
.ftr-badges img {
  height: 50px;
  width: auto;
}
.ftr-badges a:hover img {
  opacity: 0.82;
}
.ftr-h {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tx);
  margin-bottom: 16px;
}
.ftr-l {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ftr-l a {
  font-size: 0.91rem;
  transition: color 0.18s;
}
.ftr-l a:hover {
  color: var(--purple-700);
}
.ftr-bot {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding-top: 24px;
  font-size: 0.85rem;
}
.ftr-bot-l {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* ================================================= TICKET DESK (light) == */
.td {
  border-radius: var(--r-xl);
  background: #fff;
  border: 1px solid var(--line-2);
  box-shadow: 0 30px 70px -34px rgba(23, 18, 39, 0.28);
  overflow: hidden;
  font-size: 15px;
}

/* toolbar */
.td-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 18px;
  border-bottom: 1px solid var(--line);
  background: var(--paper-2);
}
.td-bar-left {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: auto;
}
.td-app {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--tx);
}
.td-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--mono);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--ok);
  padding: 3px 8px;
  border-radius: 100px;
  background: var(--ok-bg);
}
.td-live i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ok);
  animation: pulse 1.8s infinite;
}
@keyframes pulse {
  50% {
    opacity: 0.4;
  }
}
.td-modes {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 3px;
  border-radius: 9px;
  background: var(--paper-3);
  border: 1px solid var(--line);
}
.td-modes-label {
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--tx-4);
  padding: 0 7px 0 5px;
}
.td-mode {
  padding: 5px 12px;
  border-radius: 7px;
  font-size: 0.81rem;
  font-weight: 600;
  color: var(--tx-2);
  transition: 0.18s;
}
.td-mode:hover {
  color: var(--tx);
}
.td-mode.is-on {
  background: #fff;
  color: var(--purple-700);
  box-shadow: var(--sh-sm);
}
.td-replay {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 13px;
  border-radius: 8px;
  border: 1px solid var(--line-2);
  background: #fff;
  font-size: 0.81rem;
  font-weight: 600;
  color: var(--tx-2);
  transition: 0.18s;
}
.td-replay svg {
  width: 13px;
  height: 13px;
}
.td-replay:hover {
  color: var(--purple-700);
  border-color: var(--purple-300);
}

/* body */
.td-body {
  display: grid;
  grid-template-columns: 266px minmax(0, 1fr) 226px;
  height: 560px;
}

/* queue */
.td-queue {
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  min-height: 0;
  background: var(--paper-2);
}
.td-queue-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 16px;
  border-bottom: 1px solid var(--line);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tx-4);
}
.td-queue-n {
  color: var(--purple-600);
}
.td-queue-list {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 7px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.td-ticket {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 12px 13px;
  border-radius: 9px;
  border: 1px solid transparent;
  text-align: left;
  transition: 0.18s;
}
.td-ticket:hover {
  background: #fff;
  border-color: var(--line);
}
.td-ticket.is-active {
  background: #fff;
  border-color: var(--purple-300);
  box-shadow: var(--sh-sm);
}
.td-ticket-top {
  display: flex;
  align-items: center;
  gap: 7px;
}
.td-pri {
  font-family: var(--mono);
  font-size: 0.65rem;
  font-weight: 700;
  padding: 2px 5px;
  border-radius: 4px;
}
.td-pri-p1 {
  background: #fdeaed;
  color: var(--alert);
}
.td-pri-p2 {
  background: var(--warn-bg);
  color: var(--warn);
}
.td-pri-p3 {
  background: var(--paper-3);
  color: var(--tx-3);
}
.td-ticket-ref {
  font-family: var(--mono);
  font-size: 0.71rem;
  color: var(--tx-4);
}
.td-ticket-subj {
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--tx);
  line-height: 1.35;
}
.td-ticket-meta {
  font-size: 0.77rem;
  color: var(--tx-3);
}
.td-ticket-cat {
  font-family: var(--mono);
  font-size: 0.69rem;
  color: var(--purple-600);
}
.td-queue-foot {
  padding: 12px 16px;
  border-top: 1px solid var(--line);
  font-size: 0.77rem;
  color: var(--tx-3);
  line-height: 1.5;
}

/* stream */
.td-stream {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
}
.td-thead {
  padding: 18px 24px 16px;
  border-bottom: 1px solid var(--line);
}
.td-thead-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 11px;
}
.td-thead-ref {
  font-family: var(--mono);
  font-size: 0.75rem;
  color: var(--tx-4);
}
.td-chan {
  font-size: 0.71rem;
  padding: 2px 7px;
  border-radius: 4px;
  background: var(--paper-3);
  color: var(--tx-3);
}
.td-auto {
  margin-left: auto;
  font-size: 0.73rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 100px;
}
.td-auto-granted {
  background: var(--ok-bg);
  color: var(--ok);
}
.td-auto-supervised {
  background: var(--purple-50);
  color: var(--purple-700);
}
.td-auto-escalate {
  background: var(--warn-bg);
  color: var(--warn);
}
.td-thead-subj {
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--tx);
  line-height: 1.35;
}
.td-thead-meta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 9px;
  font-size: 0.79rem;
  color: var(--tx-3);
}
.td-thead-meta span + span {
  padding-left: 14px;
  border-left: 1px solid var(--line-2);
}

.td-steps {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 20px 24px 28px;
  scrollbar-width: thin;
}
.td-steps::-webkit-scrollbar,
.td-queue-list::-webkit-scrollbar,
.td-side::-webkit-scrollbar {
  width: 6px;
}
.td-steps::-webkit-scrollbar-thumb,
.td-queue-list::-webkit-scrollbar-thumb,
.td-side::-webkit-scrollbar-thumb {
  background: var(--line-3);
  border-radius: 4px;
}
.td-step {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 15px;
  padding-bottom: 19px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.45s var(--ease), transform 0.45s var(--ease);
}
.td-step.is-in {
  opacity: 1;
  transform: none;
}
.td-rail {
  position: relative;
  display: flex;
  justify-content: center;
}
.td-rail::after {
  content: "";
  position: absolute;
  top: 32px;
  bottom: -19px;
  width: 1px;
  background: var(--line-2);
}
.td-step:last-child .td-rail::after {
  display: none;
}
.td-dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid var(--line-2);
  color: var(--tx-3);
  flex: none;
  z-index: 1;
}
.td-dot svg {
  width: 14px;
  height: 14px;
}
.td-step-tool .td-dot {
  background: var(--purple-50);
  border-color: var(--purple-200);
  color: var(--purple-600);
}
.td-step-gate .td-dot,
.td-step-escalate .td-dot {
  background: var(--warn-bg);
  border-color: #f3ddb3;
  color: var(--warn);
}
.td-step-done .td-dot {
  background: var(--ok-bg);
  border-color: #c2e9d7;
  color: var(--ok);
}
.td-step-write .td-dot {
  background: #fff7ec;
  border-color: #fbe6c9;
  color: var(--orange-600);
}
.td-main {
  min-width: 0;
  padding-top: 1px;
}
.td-kind {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 4px;
}
.td-kind-label {
  font-family: var(--mono);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tx-4);
}
.td-kind-t {
  font-family: var(--mono);
  font-size: 0.67rem;
  color: var(--line-3);
}
.td-step-title {
  font-size: 0.96rem;
  font-weight: 700;
  color: var(--tx);
  letter-spacing: -0.012em;
  line-height: 1.42;
}
.td-step-detail {
  margin-top: 6px;
  font-size: 0.89rem;
  line-height: 1.6;
  color: var(--tx-2);
}
.td-step-read .td-step-detail,
.td-step-escalate .td-step-detail {
  padding: 11px 14px;
  border-radius: 9px;
  border-left: 2px solid var(--purple-300);
  background: var(--paper-2);
  font-style: italic;
}
.td-step-write .td-step-detail {
  padding: 12px 15px;
  border-radius: 9px;
  background: #fffaf3;
  border: 1px solid #fbe6c9;
  color: var(--tx);
}

/* tool call */
.td-tool {
  margin-top: 10px;
  border-radius: 9px;
  border: 1px solid var(--line);
  background: var(--paper-2);
  overflow: hidden;
}
.td-tool-head {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.td-tool-name {
  font-family: var(--mono);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--purple-700);
}
.td-tool-tag {
  margin-left: auto;
  font-family: var(--mono);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ok);
  padding: 2px 6px;
  border-radius: 4px;
  background: var(--ok-bg);
}
.td-tool-args {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 10px 12px;
}
.td-arg {
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
  font-family: var(--mono);
  font-size: 0.71rem;
  border: 1px solid var(--line-2);
  background: #fff;
}
.td-arg-k {
  padding: 3px 6px;
  background: var(--paper-3);
  color: var(--tx-3);
}
.td-arg-v {
  padding: 3px 7px;
  color: var(--purple-800);
}
.td-tool-res {
  display: flex;
  gap: 9px;
  padding: 9px 12px;
  border-top: 1px dashed var(--line-2);
  font-size: 0.84rem;
  line-height: 1.55;
  color: var(--tx-2);
  background: #fff;
}
.td-tool-res-k {
  font-family: var(--mono);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--tx-4);
  padding-top: 3px;
  flex: none;
}

/* gates */
.td-gate {
  margin-top: 11px;
  border-radius: 9px;
  border: 1px solid #f0dcb2;
  background: var(--warn-bg);
  overflow: hidden;
}
.td-gate-risk {
  padding: 8px 13px;
  font-family: var(--mono);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--warn);
  border-bottom: 1px solid #f3e2c2;
}
.td-gate-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 13px;
  flex-wrap: wrap;
}
.td-approve,
.td-deny {
  padding: 7px 15px;
  border-radius: 7px;
  font-size: 0.83rem;
  font-weight: 700;
  transition: 0.18s;
}
.td-approve {
  background: var(--ok);
  color: #fff;
}
.td-approve:hover {
  filter: brightness(1.08);
}
.td-deny {
  border: 1px solid var(--line-2);
  background: #fff;
  color: var(--tx-2);
}
.td-deny:hover {
  color: var(--tx);
  border-color: var(--line-3);
}
.td-gate-hint {
  font-size: 0.78rem;
  color: var(--warn);
  animation: blink 1.7s infinite;
}
@keyframes blink {
  50% {
    opacity: 0.45;
  }
}
.td-gate-done {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--ok);
}
.td-gate-done svg {
  width: 15px;
  height: 15px;
  flex: none;
}
.td-gate-done-alt {
  color: var(--warn);
}
.td-gate.is-approved {
  border-color: #c2e9d7;
  background: var(--ok-bg);
}
.td-gate.is-approved .td-gate-risk {
  color: var(--ok);
  border-bottom-color: #c2e9d7;
}
.td-gate-auto {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 11px 13px;
  font-size: 0.84rem;
  line-height: 1.55;
  color: var(--tx-2);
}
.td-gate-auto b {
  color: var(--tx);
}
.td-gate-auto-i {
  flex: none;
  color: var(--ok);
}
.td-gate-auto-i svg {
  width: 15px;
  height: 15px;
  margin-top: 2px;
}

/* side rail */
.td-side {
  border-left: 1px solid var(--line);
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: var(--paper-2);
  overflow-y: auto;
  min-height: 0;
}
.td-card {
  padding: 14px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #fff;
}
.td-card-k {
  font-family: var(--mono);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tx-4);
  margin-bottom: 9px;
}
.td-clock {
  font-family: var(--mono);
  font-size: 1.85rem;
  font-weight: 700;
  color: var(--tx);
  letter-spacing: -0.03em;
  line-height: 1;
}
.td-card-sub {
  margin-top: 8px;
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--tx-3);
}
.td-card-sub b {
  color: var(--orange-600);
}
.td-prog {
  height: 5px;
  border-radius: 100px;
  background: var(--paper-3);
  overflow: hidden;
}
.td-prog span {
  display: block;
  height: 100%;
  border-radius: 100px;
  background: var(--purple-500);
  transition: width 0.45s var(--ease);
}
.td-prog-n {
  margin-top: 7px;
  font-family: var(--mono);
  font-size: 0.71rem;
  color: var(--tx-3);
}
.td-metrics {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.td-metric {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.td-metric b {
  font-family: var(--mono);
  font-size: 1.05rem;
  color: var(--tx);
  min-width: 32px;
}
.td-metric span {
  font-size: 0.77rem;
  color: var(--tx-3);
  line-height: 1.35;
}
.td-policy-txt {
  font-size: 0.8rem;
  line-height: 1.55;
  color: var(--tx-2);
}
.td-policy-scope {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed var(--line-2);
}
.td-policy-scope span {
  font-family: var(--mono);
  font-size: 0.7rem;
  color: var(--purple-600);
}
.td-outcome {
  border-color: #c2e9d7;
  background: var(--ok-bg);
  opacity: 0;
  transform: translateY(8px);
  transition: 0.45s var(--ease);
}
.td-outcome.is-in {
  opacity: 1;
  transform: none;
}
.td-outcome-big {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--ok);
  letter-spacing: -0.025em;
  margin-bottom: 10px;
}
.td-outcome-row {
  display: flex;
  justify-content: space-between;
  gap: 9px;
  font-size: 0.78rem;
  padding: 4px 0;
  color: var(--tx-3);
}
.td-outcome-row b {
  color: var(--tx);
  font-family: var(--mono);
  font-size: 0.77rem;
}

/* caption under desk */
.desk-cap {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 22px;
  font-size: 0.87rem;
  color: var(--tx-3);
}
.desk-cap span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.desk-cap svg {
  width: 15px;
  height: 15px;
  color: var(--purple-500);
}

/* ------------------------------------------------------ page headers --- */
.ph {
  padding: 64px 0 60px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(ellipse 60% 70% at 12% 0%, var(--purple-50), transparent 68%),
    #fff;
}
.ph-in {
  max-width: 800px;
}
.ph h1 {
  font-size: clamp(2.1rem, 4vw, 3.3rem);
  letter-spacing: -0.032em;
  line-height: 1.06;
}
.ph p {
  margin-top: 20px;
  font-size: clamp(1rem, 1.3vw, 1.16rem);
  line-height: 1.66;
  color: var(--tx-2);
  max-width: 64ch;
}
.ph p b {
  color: var(--tx);
  font-weight: 700;
}
.ph .btn-row {
  margin-top: 30px;
}
.crumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.83rem;
  color: var(--tx-3);
  margin-bottom: 20px;
}
.crumbs a:hover {
  color: var(--purple-700);
}
.crumbs span {
  color: var(--tx-4);
}

/* ---------------------------------------------------------- articles --- */
.art-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.art {
  display: flex;
  flex-direction: column;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  background: #fff;
  overflow: hidden;
  transition: 0.26s var(--ease);
}
.art:hover {
  border-color: var(--line-3);
  box-shadow: var(--sh);
  transform: translateY(-2px);
}
.art-cover {
  aspect-ratio: 16 / 10;
  position: relative;
  background: var(--purple-50);
  border-bottom: 1px solid var(--line);
  display: grid;
  place-items: center;
  padding: 26px;
}
.art-cover.is-orange {
  background: #fff7ec;
}
.art-cover.is-ink {
  background: var(--paper-3);
}
.art-cover-t {
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--purple-900);
  text-align: center;
  letter-spacing: -0.02em;
  line-height: 1.34;
  text-wrap: balance;
}
.art-cover.is-orange .art-cover-t {
  color: #6b3806;
}
.art-cover.is-ink .art-cover-t {
  color: var(--tx);
}
.art-cover-k {
  position: absolute;
  top: 13px;
  left: 15px;
  font-family: var(--mono);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--purple-600);
}
.art-cover.is-orange .art-cover-k {
  color: var(--orange-600);
}
.art-cover.is-ink .art-cover-k {
  color: var(--tx-3);
}
.art-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.art-meta {
  display: flex;
  gap: 11px;
  font-size: 0.78rem;
  color: var(--tx-3);
  margin-bottom: 11px;
}
.art-meta b {
  color: var(--purple-600);
  font-weight: 700;
}
.art h3 {
  font-size: 1.1rem;
  line-height: 1.32;
  margin-bottom: 10px;
}
.art p {
  font-size: 0.92rem;
  line-height: 1.6;
  flex: 1;
}
.art-foot {
  margin-top: 18px;
}

/* feature article */
.art-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  background: #fff;
  margin-bottom: 22px;
}
.art-feature .art-cover {
  aspect-ratio: auto;
  border-bottom: 0;
  border-right: 1px solid var(--line);
  min-height: 260px;
}
.art-feature .art-cover-t {
  font-size: 1.3rem;
}
.art-feature .art-body {
  padding: 34px;
  justify-content: center;
}
.art-feature h3 {
  font-size: 1.5rem;
  letter-spacing: -0.025em;
}
.art-feature p {
  font-size: 1rem;
  flex: 0;
}

/* ----------------------------------------------------- whitepaper gate -- */
.wp-gate {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 540px);
  gap: 56px;
  align-items: start;
}
.wp-gate-copy .lede {
  margin-top: 8px;
}
.wp-gate .checks {
  margin-top: 28px;
}
.wp-form h2 {
  font-size: 1.45rem;
  letter-spacing: -0.025em;
  margin: 0 0 8px;
}
.wp-form > p {
  font-size: 0.98rem;
  color: var(--tx-2);
  line-height: 1.6;
  margin: 0 0 18px;
  max-width: 42ch;
}
.wp-form-frame {
  width: 100%;
  max-width: 540px;
  height: 700px;
  overflow: hidden;
  background: #fff;
}
.wp-form-frame iframe {
  display: block;
  width: 640px;
  height: 1200px;
  max-width: none;
  margin: -40px -50px 0;
  border: 0;
  overflow: hidden;
  background: #fff;
}
.wp-form-note {
  margin-top: 14px;
  font-size: 0.8rem;
  color: var(--tx-4);
  line-height: 1.5;
}

/* image placeholder */
.img-ph {
  display: grid;
  place-items: center;
  text-align: center;
  padding: 32px;
  border-radius: var(--r-lg);
  border: 1.5px dashed var(--purple-200);
  background: var(--purple-50);
  color: var(--purple-700);
  font-size: 0.87rem;
  line-height: 1.55;
  min-height: 190px;
}
.img-ph b {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin-bottom: 7px;
  color: var(--purple-600);
}
.on-dark .img-ph {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
  color: var(--tx-on-soft);
}
.on-dark .img-ph b {
  color: var(--purple-300);
}

/* --------------------------------------------------------------- about -- */
.about-ph {
  text-align: center;
  padding: 80px 0 70px;
}
.about-ph .ph-in {
  max-width: 740px;
  margin: 0 auto;
}
.about-ph .crumbs {
  justify-content: center;
}
.about-ph p {
  margin-left: auto;
  margin-right: auto;
}
.about-ph .btn-row {
  justify-content: center;
}
.about-pedigree {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 26px;
}
.about-pedigree span {
  padding: 7px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--tx);
}
.people {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 880px;
  margin: 0 auto;
}
.person {
  background: transparent;
  border: 0;
  overflow: visible;
}
.person-photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 28px;
  background: var(--paper-3);
  box-shadow: var(--sh);
}
.person-photo img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.8s var(--ease);
}
.person:hover .person-photo img {
  transform: scale(1.05);
}
.person-body {
  padding: 18px 6px 0;
}
.person h3 {
  font-size: 1.28rem;
  letter-spacing: -0.03em;
  margin-bottom: 4px;
}
.person-role {
  margin: 0;
  font-size: 0.95rem;
  color: var(--tx-3);
}
.person-li {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  color: var(--tx);
  box-shadow: var(--sh);
  transition: transform 0.22s var(--ease), background 0.22s, color 0.22s;
}
.person-li svg {
  width: 16px;
  height: 16px;
}
.person-li:hover {
  background: var(--purple-700);
  color: #fff;
  transform: scale(1.06);
}
.about-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 48px;
  padding: 22px 28px;
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  background: #fff;
}
.about-avatars {
  display: flex;
  align-items: center;
}
.about-avatars img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  border: 2px solid #fff;
  background: var(--paper-3);
}
.about-avatars img + img {
  margin-left: -12px;
}
.about-proof p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--tx-2);
  line-height: 1.45;
}
.about-proof b {
  color: var(--tx);
  font-weight: 700;
}
.vision-bento {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.vision-tile {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.28s var(--ease);
}
.vision-tile:hover {
  border-color: var(--line-3);
  box-shadow: var(--sh);
  transform: translateY(-3px);
}
.vision-tile.is-wide {
  grid-column: 1 / -1;
  min-height: 240px;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}
.vision-vis {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.vision-vis svg {
  position: absolute;
  right: -8%;
  top: -18%;
  width: 72%;
  height: auto;
  opacity: 0.88;
  animation: about-drift 12s ease-in-out infinite;
}
.vision-tile:nth-child(2) .vision-vis svg {
  animation-delay: -4s;
  right: auto;
  left: -6%;
}
.vision-tile.is-wide .vision-vis svg {
  width: 38%;
  right: 2%;
  top: auto;
  bottom: -22%;
  left: auto;
  animation-delay: -7s;
}
@keyframes about-drift {
  0%,
  100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  50% { transform: translate3d(-10px, 12px, 0) rotate(3deg); }
}
.vision-copy {
  position: relative;
  z-index: 1;
  max-width: 42ch;
}
.vision-tile h3 {
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}
.vision-tile p {
  font-size: 0.96rem;
  line-height: 1.6;
  margin: 0;
}
.ticker-stack {
  display: grid;
  gap: 12px;
  margin-top: 36px;
}
.app-strip {
  margin: 4px 0 36px;
}
#desk .app-strip {
  margin: 28px 0 0;
}
#desk .desk-cap {
  margin-top: 20px;
}
.app-strip .marquee-track {
  gap: 44px;
  animation-duration: 34s;
}
.app-item {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: none;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--tx);
  white-space: nowrap;
}
.app-strip img,
.app-item img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: none;
  opacity: 0.9;
}
.feat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

/* ------------------------------------------------------------ eval chart -- */
.eval-card {
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--r-lg);
  background: rgba(255, 255, 255, 0.05);
}
.eval-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}
.eval-kicker {
  color: var(--purple-300);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.eval-head h3 {
  margin-top: 4px;
  color: #fff;
  font-size: 1.15rem;
}
.eval-note {
  flex: none;
  padding: 4px 8px;
  border-radius: 4px;
  background: rgba(240, 165, 94, 0.14);
  color: var(--orange-400);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.eval-desc {
  margin-top: 11px;
  color: var(--tx-on-soft);
  font-size: 0.79rem;
  line-height: 1.48;
}
.eval-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
  color: var(--tx-on-soft);
  font-size: 0.71rem;
  font-weight: 600;
}
.eval-legend span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.eval-swatch {
  width: 8px;
  height: 8px;
  border-radius: 2px;
}
.eval-swatch.theo,
.eval-bars .theo {
  background: var(--purple-400);
}
.eval-swatch.claude,
.eval-bars .claude {
  background: #a9a5b5;
}
.eval-swatch.openclaw,
.eval-bars .openclaw {
  background: #686376;
}
.eval-chart {
  display: grid;
  gap: 13px;
  margin-top: 18px;
}
.eval-row {
  display: grid;
  grid-template-columns: 126px 1fr;
  align-items: center;
  gap: 12px;
}
.eval-label {
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.15;
}
.eval-bars {
  display: grid;
  gap: 3px;
}
.eval-bars .bar {
  display: block;
  width: var(--value);
  min-width: 2px;
  height: 5px;
  border-radius: 100px;
}
.eval-axis {
  display: flex;
  justify-content: space-between;
  margin: 7px 0 0 138px;
  color: var(--tx-on-mute);
  font-size: 0.62rem;
}

/* ------------------------------------------------------------- prose --- */
.prose {
  max-width: 72ch;
}
.prose h2 {
  font-size: clamp(1.5rem, 2.2vw, 1.95rem);
  margin: 46px 0 16px;
}
.prose h3 {
  font-size: 1.2rem;
  margin: 30px 0 11px;
}
.prose p {
  font-size: 1.02rem;
  line-height: 1.74;
  margin-bottom: 17px;
}
.prose a {
  color: var(--purple-600);
  text-decoration: underline;
  text-underline-offset: 0.16em;
}
.prose a:hover {
  color: var(--purple-800);
}
.prose address {
  font-style: normal;
  font-size: 1.02rem;
  line-height: 1.74;
  margin-bottom: 17px;
}
.prose ul {
  margin-bottom: 19px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.prose li {
  position: relative;
  padding-left: 18px;
  font-size: 1rem;
  line-height: 1.68;
}
.prose li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--purple-400);
}
.prose blockquote {
  margin: 26px 0;
  padding: 20px 24px;
  border-left: 3px solid var(--purple-400);
  background: var(--paper-2);
  border-radius: 0 var(--r) var(--r) 0;
  font-size: 1.04rem;
  line-height: 1.65;
  color: var(--tx);
  font-weight: 500;
}

/* ------------------------------------------------------ reveal helper -- */
[data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.62s var(--ease), transform 0.62s var(--ease);
}
[data-reveal].is-revealed {
  opacity: 1;
  transform: none;
}
[data-reveal][data-delay="1"] {
  transition-delay: 0.08s;
}
[data-reveal][data-delay="2"] {
  transition-delay: 0.16s;
}
[data-reveal][data-delay="3"] {
  transition-delay: 0.24s;
}
[data-reveal][data-delay="4"] {
  transition-delay: 0.32s;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  html {
    scroll-behavior: auto;
  }
}

/* -------------------------------------------------------- responsive --- */
@media (max-width: 1100px) {
  .td-body {
    grid-template-columns: 236px minmax(0, 1fr);
    grid-template-rows: 512px auto;
    height: auto;
  }
  .td-side {
    grid-column: 1 / -1;
    border-left: 0;
    border-top: 1px solid var(--line);
    flex-direction: row;
    flex-wrap: wrap;
  }
  .td-side .td-card {
    flex: 1 1 196px;
  }
  .ftr-top {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .ftr-brand {
    grid-column: 1 / -1;
  }
}
@media (max-width: 1000px) {
  .burger {
    display: grid;
    order: 3;
  }
  .hdr-in {
    height: 62px;
    gap: 14px;
  }
  .nav {
    position: fixed;
    inset: 62px 0 auto;
    flex-direction: column;
    align-items: stretch;
    gap: 1px;
    padding: 18px 20px 30px;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--sh-lg);
    max-height: calc(100vh - 62px);
    overflow-y: auto;
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    transition: 0.26s var(--ease);
  }
  .nav.is-open {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .nav-l {
    padding: 12px 13px;
    font-size: 1rem;
  }
  .menu-panel {
    position: static;
    width: auto;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: 0;
    background: var(--paper-2);
    margin: 3px 0 9px;
    display: none;
  }
  .menu.is-open .menu-panel {
    display: block;
  }
  .hdr-cta .login-l {
    display: none;
  }
  .split,
  .split-l,
  .split-r,
  .wp-gate,
  .ladder-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .ladder-copy {
    position: static;
  }
  .grid-3,
  .caps,
  .phase,
  .art-grid,
  .vision-bento {
    grid-template-columns: 1fr 1fr;
  }
  .grid-4,
  .ints,
  .stats {
    grid-template-columns: 1fr 1fr;
  }
  .stat {
    border-bottom: 1px solid var(--line);
  }
  .stat:nth-child(2n) {
    border-right: 0;
  }
  .stat:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
  .flow {
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
  }
  .art-feature {
    grid-template-columns: 1fr;
  }
  .art-feature .art-cover {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    min-height: 200px;
  }
  .sec {
    padding: 70px 0;
  }
  .sec-lg {
    padding: 84px 0;
  }
}
@media (max-width: 760px) {
  body {
    font-size: 16px;
  }
  .shell {
    padding: 0 18px;
  }
  .hero {
    padding-top: 52px;
  }
  .hero-people {
    min-height: 0;
    padding-top: 382px;
  }
  .hero-people .hero-photos {
    top: 0;
    width: 100%;
    height: 382px;
    -webkit-mask-image:
      linear-gradient(to bottom, #000 0%, #000 62%, transparent 100%),
      linear-gradient(to right, transparent 0%, #000 18%, #000 100%);
    -webkit-mask-composite: source-in;
    mask-image:
      linear-gradient(to bottom, #000 0%, #000 62%, transparent 100%),
      linear-gradient(to right, transparent 0%, #000 18%, #000 100%);
    mask-composite: intersect;
  }
  .hero-people .hero-photo-grade {
    height: 382px;
    background:
      linear-gradient(to top, var(--paper) 0%, rgba(255, 255, 255, 0.75) 22%, transparent 48%),
      linear-gradient(to right, var(--paper-2) 0%, rgba(250, 249, 253, 0.4) 18%, transparent 42%);
  }
  .hero-people .hero-in {
    text-align: left;
  }
  .hero-people .hero-cta,
  .hero-people .hero-note {
    justify-content: flex-start;
  }
  .hero-people .hero-cast {
    top: 342px;
    right: auto;
    left: 50%;
    flex-direction: row;
    transform: translateX(-50%);
  }
  .hero-stage {
    margin-top: 40px;
  }
  .td-body {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    height: auto;
  }
  .td-queue {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .td-queue-list {
    flex-direction: row;
    overflow-x: auto;
    padding: 9px;
  }
  .td-ticket {
    min-width: 212px;
  }
  .td-queue-foot {
    display: none;
  }
  .td-steps {
    max-height: 440px;
    padding: 16px;
  }
  .td-bar {
    flex-wrap: wrap;
    gap: 9px;
  }
  .td-modes-label {
    display: none;
  }
  .grid-2,
  .grid-3,
  .grid-4,
  .caps,
  .phase,
  .art-grid,
  .ints,
  .fit,
  .stats,
  .flow,
  .people,
  .vision-bento,
  .feat-grid {
    grid-template-columns: 1fr;
  }
  .vision-tile.is-wide {
    grid-column: auto;
    flex-direction: column;
    align-items: flex-start;
  }
  .about-proof {
    flex-direction: column;
    text-align: center;
  }
  .person-photo {
    border-radius: 22px;
  }
  .stat {
    border-right: 0;
  }
  .ftr-top {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .faq-a-in > div {
    padding-right: 0;
  }
  .cta-band {
    padding: 48px 24px;
  }
  .sec,
  .sec-lg {
    padding: 58px 0;
  }
}
