@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/public-sans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/public-sans-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Public Sans Metrics';
  font-style: normal;
  font-weight: 100 900;
  src: local('Arial'), local('Helvetica Neue'), local('Segoe UI'), local('Roboto'), local('DejaVu Sans');
  size-adjust: 91%;
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --ground: #DDE6E4;
  --panel: #C1CAC8;
  --ink: #16201C;
  --ink-soft: #48524F;
  --rule: #77817E;
  --rule-strong: #16201C;
  --teal: #0A6B5D;
  --teal-deep: #08534A;
  --off: #7A8480;
  --teal-wash: #C2D6D2;
  --select: #B6DCD4;
  --select-ink: #0E1D18;
  --field: #16201C;
  --field-text: #EFEFEF;
  --field-soft: #BEC1BF;
  --field-line: #A6AAA9;
  --field-off: #818784;
  --field-box-line: #BCC6C2;
  --field-live: #2FA894;
  --field-rule: #303A35;
  --field-bug: #F2705F;
  --accent: var(--teal);
  --accent-dark: var(--teal-deep);
  --accent-light: #0C8271;
  --accent-pale: #C8DAD6;
  --white: #FFFFFF;
  --grey-50: #D7E0DE;
  --grey-100: #D1DAD8;
  --grey-200: var(--rule);
  --grey-400: var(--off);
  --grey-600: var(--ink-soft);
  --grey-800: #2A3531;
  --grey-900: var(--ink);
  --text: var(--ink);
  --text-light: var(--ink-soft);
  --dg-live: var(--teal);
  --dg-live-soft: #4A8D82;
  --dg-live-fill: #C8DAD6;
  --dg-ink: var(--ink);
  --dg-ink-soft: var(--ink-soft);
  --dg-ink-faint: #5C6763;
  --dg-box-fill: #D2DBD9;
  --dg-box-line: #6C7673;
  --dg-off: var(--off);
  --dg-track: #79837F;
  --dg-track-faint: #CDD6D4;
  --dg-bug: var(--bug);
  --bug: #A8302A;
  --font: 'Public Sans', 'Public Sans Metrics', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-heading: 'Public Sans', 'Public Sans Metrics', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --max-width: 1140px;
  --measure-prose: 60ch;
  --radius: 4px;
  --transition: 0.2s ease;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
[id] {
  scroll-margin-top: 76px;
}
body {
  font-family: var(--font);
  color: var(--text);
  background: var(--ground);
  line-height: 1.6;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: var(--teal);
  text-decoration: none;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  transition: color var(--transition), text-decoration-color var(--transition),
    text-decoration-thickness var(--transition);
}
a:hover {
  color: var(--teal-deep);
}
:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
}
::selection {
  background: var(--select);
  color: var(--select-ink);
}
p a,
li a {
  font-weight: 700;
}
img {
  max-width: 100%;
  display: block;
}
h1, h2, h3, h4 {
  font-family: var(--font-heading);
  line-height: 1.2;
  color: var(--ink);
  text-wrap: balance;
}
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 28px;
}
.nowrap {
  white-space: nowrap;
}
.section {
  padding: 24px 0 28px;
  border-top: 1px solid var(--rule);
}
.hero + .section,
.page-header + .section {
  border-top: none;
}
.section--tight {
  padding: 20px 0 24px;
}
p, li, dd, a, code, .detail-value, .footer__legal {
  overflow-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
  overflow-wrap: anywhere;
}
.text-center {
  text-align: center;
}
.header {
  background: var(--ground);
}
.title-block {
  padding-top: 18px;
  padding-bottom: 12px;
}
.title-block__wordmark {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.title-block__wordmark span {
  font-weight: 500;
}
.title-block__what {
  font-size: 0.8125rem;
  color: var(--ink-soft);
  margin-top: 2px;
}
html:not(.js) .nav-bar {
  position: static;
}
.nav-bar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--ground);
  border-top: 2px solid var(--rule-strong);
  border-bottom: 1px solid var(--rule);
}
@media (max-width: 700px) {
  .title-block {
    padding-top: 10px;
    padding-bottom: 8px;
  }
  body:has(.sheet) .title-block__what {
    display: none;
  }
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.nav-bar .nav__logo {
  visibility: hidden;
}
html.has-scrolled .nav__logo,
html:not(.js) .nav__logo {
  visibility: visible;
}
.nav__logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.01em;
  --mark-accent: var(--teal);
}
.brand-mark {
  width: 26px;
  height: 26px;
  flex: none;
}
.nav__logo__wm span {
  color: var(--ink);
  font-weight: 500;
}
.nav__end {
  display: flex;
  align-items: center;
  gap: 32px;
  min-width: 0;
  flex-wrap: wrap;
  row-gap: 8px;
}
.nav__end > * {
  min-width: 0;
}
.nav__links {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
}
.nav__links a {
  color: var(--ink);
  font-size: 0.875rem;
  font-weight: 600;
  transition: color var(--transition);
}
.nav__links a:hover,
.nav__links a.active {
  color: var(--teal);
}
.nav__cta {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  background: var(--teal);
  color: var(--white) !important;
  border-radius: var(--radius);
  font-size: 0.875rem;
  font-weight: 700;
  transition: background-color var(--transition), color var(--transition);
}
.nav__cta:hover {
  background: var(--accent-dark);
  color: var(--white) !important;
}
.nav__item--services {
  display: flex;
  align-items: center;
  height: 64px;
}
.nav__mega {
  position: absolute;
  left: 0;
  right: 0;
  top: 64px;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: opacity 100ms linear 220ms, visibility 0s linear 320ms;
  background: var(--ground);
  border-top: 1px solid var(--rule);
  border-bottom: 2px solid var(--rule-strong);
  padding: 20px 0 22px;
}
.nav__item--services:hover .nav__mega,
.nav__item--services:focus-within .nav__mega {
  visibility: visible;
  opacity: 1;
  transition: opacity 100ms linear, visibility 0s;
}
.nav__item--services.is-dismissed .nav__mega {
  visibility: hidden;
  opacity: 0;
  transition: none;
}
.nav__mega-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 34px;
}
.nav__mega-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--ink);
  padding-bottom: 8px;
  border-bottom: 2px solid var(--rule-strong);
}
.nav__mega-heading a,
.cap-card h2 a,
.cap-card h3 a {
  color: inherit;
  text-decoration: none;
}
.nav__mega-heading a:hover,
.cap-card h2 a:hover,
.cap-card h3 a:hover {
  color: var(--teal);
  text-decoration: underline;
}
.nav__mega-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--teal-deep);
  flex: none;
}
.nav__toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 44px;
  height: 44px;
  margin-right: -10px;
}
.nav__toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--ink);
  margin: 0;
  transition: transform var(--transition), opacity var(--transition);
}
.hero {
  padding: 30px 0 28px;
  background: var(--ground);
  color: var(--ink);
  border-bottom: 1px solid var(--rule);
}
.hero__row {
  position: relative;
}
.hero h1 {
  font-size: clamp(2.4rem, 4.6vw, 3.6rem);
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin-bottom: 20px;
  text-wrap: balance;
}
.hero p {
  text-wrap: pretty;
  font-size: 1.07rem;
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 50ch;
  margin-bottom: 28px;
}
.hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 12px;
}
@media (max-width: 1054.98px) {
  .hero__actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero__actions .btn {
    width: 100%;
    max-width: 21.25rem;
    justify-content: center;
  }
}
.hero__visual {
  margin-top: 32px;
}
@media (min-width: 960px) {
  .hero__visual {
    margin-top: 0;
    min-width: 0;
  }
}
.hero__visual svg {
  width: 100%;
  height: auto;
  display: block;
}
.hero-fig__source {
  fill: none;
  stroke: var(--dg-off);
  stroke-width: 1.6;
}
.hero-fig__label {
  fill: var(--dg-ink-soft);
  text-anchor: middle;
}
.hero-fig__strike {
  fill: none;
  stroke: var(--dg-bug);
  stroke-width: 3;
  stroke-linecap: round;
}
.hero-fig__strike path {
  stroke-dasharray: 120;
  stroke-dashoffset: 120;
  animation: strike-draw 0.35s ease-out forwards;
}
.hero-fig--tall .hero-fig__strike path {
  stroke-dasharray: 140;
  stroke-dashoffset: 140;
  animation-name: strike-draw-tall;
}
.hero-fig__strike path:nth-child(1) { animation-delay: 0.06s; }
.hero-fig__strike path:nth-child(2) { animation-delay: 0.24s; }
.hero-fig__strike path:nth-child(3) { animation-delay: 0.42s; }
.hero-fig__strike path:nth-child(4) { animation-delay: 0.60s; }
@keyframes strike-draw {
  from { stroke-dashoffset: 120; }
  to   { stroke-dashoffset: 0; }
}
@keyframes strike-draw-tall {
  from { stroke-dashoffset: 140; }
  to   { stroke-dashoffset: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-fig__strike path {
    stroke-dashoffset: 0;
    opacity: 1;
    animation: none;
  }
}
.hero-fig__dead {
  fill: none;
  stroke: var(--dg-off);
  stroke-width: 1.8;
  stroke-dasharray: 6 5;
}
.hero-fig__unit rect {
  fill: var(--ground);
  stroke: var(--teal);
  stroke-width: 3;
}
.hero-fig__unit-name {
  fill: var(--ink);
  text-anchor: middle;
  font-size: 21px;
  font-weight: 800;
}
.hero-fig__unit-sub {
  fill: var(--dg-ink-soft);
  text-anchor: middle;
  font-size: 14px;
  font-weight: 500;
}
.hero-fig__dest rect {
  fill: var(--ground);
  stroke: var(--dg-box-line);
  stroke-width: 1.6;
}
.hero-fig__dest text {
  fill: var(--ink);
  text-anchor: middle;
  font-size: 16px;
  font-weight: 700;
}
.hero-fig__live {
  fill: none;
  stroke: var(--teal);
  stroke-width: 3.5;
}
.hero-fig__head {
  fill: var(--teal);
}
@media (min-width: 768.02px) and (max-width: 959.98px) {
  .hero-fig__note {
    font-size: 20px;
  }
}
.hero-fig__note {
  fill: var(--dg-ink-soft);
  font-size: 14px;
  font-weight: 500;
}
.hero__visual .hero-fig--tall {
  display: none;
}
@media (max-width: 1024px) {
  .hero__visual .hero-fig--wide {
    display: none;
  }
  .hero__visual .hero-fig--tall {
    display: block;
    max-width: min(430px, 100%);
    margin: 0;
  }
  .hero__visual .hero__fignote {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip-path: none;
    white-space: normal;
    margin: 4px 0 0;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--field-soft);
  }
}
@media (max-width: 768px) {
  .hero__visual .hero-fig--tall {
    max-width: min(430px, calc(100% - 28px));
    margin: 0 0 0 28px;
  }
  .hero__visual {
    margin-left: -28px;
    margin-right: -28px;
    margin-top: 2px;
  }
  .hero__visual .hero__fignote {
    margin: 4px 28px 0;
  }
}
.hero__visual .hero-fig--wide {
  max-width: 520px;
}
@media (min-width: 768.02px) {
  .hero__row {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    column-gap: 40px;
    align-items: start;
  }
  .hero__row .hero__content {
    display: contents;
  }
  .hero__row h1 {
    grid-column: 1 / -1;
    grid-row: 1;
  }
  .hero__row .hero__content > p:not(.cta-note) {
    grid-column: 1;
    grid-row: 2;
  }
  .hero__row .hero__actions {
    grid-column: 1;
    grid-row: 3;
  }
  .hero__row .cta-note {
    grid-column: 1;
    grid-row: 4;
  }
  .hero__row .hero__visual {
    grid-column: 2;
    grid-row: 2 / 5;
    align-self: center;
    margin-top: 0;
    min-width: 0;
  }
}
@media (max-width: 460px) {
  .hero__visual .hero-fig--tall {
    max-width: min(312px, calc(100% - 28px));
    margin-left: 28px;
  }
}
.hero__fignote {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
p, li, dd, dt, td, th, figcaption, blockquote {
  font-kerning: none;
}
.hero--ink {
  background: var(--field);
  border-bottom: 2px solid var(--field);
  --ground: var(--field);
  --ink: var(--field-text);
  --rule-strong: var(--field-text);
  --dg-ink: var(--field-text);
  --dg-ink-soft: var(--field-soft);
  --dg-off: var(--field-off);
  --dg-box-line: var(--field-box-line);
  --dg-bug: var(--field-bug);
  --teal: var(--field-live);
  --dg-live: var(--field-live);
}
.hero--ink h1,
.hero--ink .hero__content > p:not(.cta-note) {
  color: var(--field-text);
}
.hero--ink .hero__content .cta-note {
  color: var(--field-soft);
}
.hero--ink .btn--primary {
  background: var(--white);
  color: var(--teal-deep);
  box-shadow: none;
}
.hero--ink .btn--primary:hover {
  background: var(--teal-wash);
  color: var(--teal-deep);
  box-shadow: none;
}
.hero--ink .btn--outline {
  color: var(--field-text);
  border-color: var(--field-line);
}
.hero--ink .btn--outline:hover {
  background: rgba(255, 255, 255, 0.12);
  color: var(--field-text);
}
.hero--ink .btn:focus-visible {
  outline-color: var(--field-text);
  outline-offset: 3px;
}
.hero--ink .hero__visual {
  background: transparent;
  padding: 0;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 21px;
  border-radius: var(--radius);
  font-size: 0.9375rem;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: background-color var(--transition), color var(--transition), box-shadow var(--transition), border-color var(--transition);
  text-decoration: none;
}
.btn--primary,
.btn--green {
  background: var(--teal);
  color: var(--white);
  border: 1.5px solid transparent;
  box-shadow: 0 2px 6px rgba(27, 36, 32, 0.2);
}
.btn--primary:hover,
.btn--green:hover {
  background: var(--teal-deep);
  color: var(--white);
  box-shadow: 0 3px 9px rgba(27, 36, 32, 0.24);
}
.btn--outline {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--ink);
}
.btn--outline:hover {
  background: var(--panel);
  color: var(--teal-deep);
  border-color: var(--teal);
}
.cta-banner .btn--primary,
.cta-banner .btn--green {
  background: var(--white);
  color: var(--teal-deep);
  box-shadow: none;
}
.cta-banner .btn--primary:hover,
.cta-banner .btn--green:hover {
  background: var(--teal-wash);
  color: var(--teal-deep);
  box-shadow: none;
}
.cta-banner .btn--outline {
  color: var(--field-text);
  border-color: var(--field-line);
}
.cta-banner .btn:focus-visible,
.cta-banner a:focus-visible {
  outline-color: var(--field-text);
  outline-offset: 3px;
}
.cta-banner .btn--outline:hover {
  background: rgba(255, 255, 255, 0.12);
  color: var(--field-text);
}
.capabilities__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 36px;
}
.capabilities__grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.capabilities__grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.capabilities__grid--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.cap-card__list {
  list-style: none;
  margin-top: 4px;
}
.cap-card__list li {
  padding: 6px 0;
  font-size: 0.9375rem;
  color: var(--ink-soft);
}
.cap-card__list a {
  display: block;
  padding: 7px 0;
  color: var(--ink);
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: var(--rule);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color var(--transition), text-decoration-color var(--transition);
}
.cap-card__list a:visited {
  color: var(--ink-soft);
}
.cap-card__list a:hover {
  color: var(--teal);
  text-decoration-color: var(--teal);
  text-decoration-thickness: 2px;
}
.cap-card__what {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--ink-soft);
  margin: 0 0 14px;
  text-wrap: pretty;
}
.cap-card {
  padding: 22px 24px;
  background: var(--ground);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  transition: border-color var(--transition), box-shadow var(--transition);
}
.cap-card--linked:hover {
  border-color: var(--teal);
  box-shadow: 0 3px 12px rgba(27, 36, 32, 0.10);
}
.cap-card--linked {
  position: relative;
  display: flex;
  flex-direction: column;
}
.cap-card--linked .cap-card__mark::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
}
.cap-card--linked:focus-within {
  border-color: var(--teal);
  outline: 2px solid var(--teal);
  outline-offset: 2px;
}
.cap-card--linked .cap-card__mark {
  margin-top: auto;
  align-self: stretch;
}
.cap-card__mark {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  padding-top: 13px;
  border-top: 1px solid var(--rule);
  color: var(--teal);
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  transition: color var(--transition), border-color var(--transition);
}
.cap-card__arrow {
  width: 16px;
  height: 10px;
  flex: none;
  overflow: visible;
  transition: transform var(--transition);
}
.cap-card__arrow-line {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}
.cap-card__arrow-head {
  fill: currentColor;
}
.cap-card--linked:hover .cap-card__mark {
  color: var(--teal-deep);
  border-top-color: var(--teal);
}
.cap-card--linked:hover .cap-card__arrow {
  transform: translateX(4px);
}
@media (prefers-reduced-motion: reduce) {
  .cap-card__arrow { transition: none; }
  .cap-card--linked:hover .cap-card__arrow { transform: none; }
}
.cap-card__mark:focus-visible {
  outline: none;
}
.skip-link {
  position: absolute;
  left: 8px;
  top: -60px;
  z-index: 1100;
  background: var(--ground);
  color: var(--ink);
  border: 2px solid var(--rule-strong);
  border-radius: var(--radius);
  padding: 10px 16px;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  transition: top var(--transition), color var(--transition);
}
.skip-link:focus {
  top: 8px;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.cap-card__icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 14px;
  color: var(--teal-deep);
}
.cap-card h2,
.cap-card h3,
.cap-card h4 {
  font-size: 1.1875rem;
  font-weight: 800;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.cap-card__head {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 12px;
}
.cap-card__head .cap-card__icon {
  flex: none;
  margin-bottom: 0;
}
.cap-card__head h3 {
  margin-bottom: 0;
}
.cap-card p {
  font-size: 0.875rem;
  color: var(--ink-soft);
  line-height: 1.5;
}
.cap-card__link {
  display: inline-block;
  margin-top: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--teal);
  text-decoration: none;
}
.cap-card__link:hover {
  color: var(--teal-deep);
  text-decoration: underline;
}
.section__header {
  max-width: none;
  margin: 0 auto 0 0;
}
.section__label {
  display: none;
}
.section__header h2 {
  font-size: clamp(1.5rem, 2.2vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.15;
  margin-bottom: 0;
}
.section__header p {
  text-wrap: pretty;
  font-size: 1rem;
  color: var(--ink-soft);
  line-height: 1.6;
  max-width: var(--measure-prose);
  margin: 8px 0 20px;
}
.section__header p a {
  font-weight: 700;
  text-decoration: underline;
}
.section__header h2:last-child {
  margin-bottom: 20px;
}
.section__header .section__order {
  margin: 0 0 14px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--ink);
}
.section--dark .section__header p {
  color: var(--ink-soft);
}
.why__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 22px;
}
.why-item {
  border-top: 2px solid var(--rule-strong);
  padding-top: 15px;
}
.why-item__number {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--teal-deep);
  margin-bottom: 12px;
  letter-spacing: 0.04em;
}
.why-item--stat {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 10px;
  align-items: baseline;
}
.why-item--stat .why-item__number,
.why-item.why-item--stat h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--teal-deep);
  margin-bottom: 0;
}
.why-item--stat .why-item__number { grid-column: 1; }
.why-item.why-item--stat h3 { grid-column: 2; }
.why-item--stat p {
  grid-column: 1 / -1;
  margin-top: 12px;
}
.why-item h3 {
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.why-item p {
  font-size: 0.9375rem;
  color: var(--ink-soft);
  line-height: 1.6;
}
.flow {
  width: 100%;
  max-width: 470px;
  height: auto;
  display: block;
  margin: 0 0 20px;
}
.flow__lines {
  color: var(--dg-live);
}
.flow__lines path {
  fill: none;
  stroke: var(--dg-live);
  stroke-width: 2;
  stroke-dasharray: 5 7;
  marker-start: url(#flow-arrow);
  marker-end: url(#flow-arrow);
  animation: flow-dash 1.2s linear infinite;
}
@keyframes flow-dash {
  to { stroke-dashoffset: -16; }
}
.flow__node rect {
  fill: var(--dg-box-fill);
  stroke: var(--dg-box-line);
  stroke-width: 1;
}
.flow__hub rect {
  fill: var(--dg-live-fill);
  stroke: var(--dg-live);
  stroke-width: 1.5;
}
.flow.fig--tall text { font-size: 14px; }
.flow text {
  font-family: var(--font);
  font-size: 13px;
  font-weight: 600;
  text-anchor: middle;
  fill: var(--dg-ink);
}
.flow__hub text {
  fill: var(--dg-live);
}
.flow__packet {
  fill: var(--dg-live);
}
@media (prefers-reduced-motion: reduce) {
  .flow__lines path { animation: none; }
  .flow__packet { display: none; }
}
.practices {
  display: block;
  width: 100%;
  height: auto;
}
.practices.fig--tall text { font-size: 14px; }
.practices text {
  fill: var(--dg-ink);
  font-size: 13px;
  font-weight: 700;
  text-anchor: middle;
}
.practices__links path {
  fill: none;
  stroke: var(--dg-live);
  stroke-width: 2;
  stroke-dasharray: 5 7;
  opacity: 0.85;
}
.practices__node rect {
  fill: var(--dg-box-fill);
  stroke: var(--dg-box-line);
  stroke-width: 1;
}
.practices__hub rect {
  fill: var(--dg-live-fill);
  stroke: var(--dg-live);
  stroke-width: 1.5;
}
.practices__hub text {
  fill: var(--dg-live);
  font-size: 16px;
}
.practices.fig--tall .practices__hub text {
  font-size: 18px;
}
.practices text.practices__note {
  fill: var(--dg-ink-soft);
  font-weight: 400;
}
.practices__packet {
  fill: var(--dg-live);
}
@media (prefers-reduced-motion: reduce) {
  .practices__packet { display: none; }
}
.patch {
  width: 100%;
  max-width: 470px;
  height: auto;
  display: block;
  margin: 0 0 20px;
}
.patch__frag rect {
  fill: none;
  stroke: var(--dg-off);
  stroke-width: 1.4;
}
.patch__lines path {
  fill: none;
  stroke: var(--dg-off);
  stroke-width: 1.8;
  stroke-dasharray: 6 5;
  animation: flow-dash 1.2s linear infinite;
}
.patch__one rect {
  fill: var(--dg-live-fill);
  stroke: var(--dg-live);
  stroke-width: 1.5;
}
.patch.fig--tall text { font-size: 14px; }
.patch.fig--tall .patch__one-sub { font-size: 12px; }
.patch text {
  font-family: var(--font);
  font-size: 13px;
  font-weight: 600;
  text-anchor: middle;
  fill: var(--dg-ink-soft);
}
.patch__one text { fill: var(--ink); }
.patch__one-sub { font-size: 12px; }
@media (prefers-reduced-motion: reduce) {
  .patch__lines path { animation: none; }
}
.pipe {
  width: 100%;
  max-width: 470px;
  height: auto;
  display: block;
  margin: 0 0 20px;
}
.pipe.fig--tall text { font-size: 14px; }
.pipe.fig--tall .pipe__key { font-size: 12px; text-anchor: start; }
.pipe text {
  font-family: var(--font);
  font-size: 12px;
  font-weight: 700;
  text-anchor: middle;
  fill: var(--dg-ink);
}
.pipe__yours rect {
  fill: var(--dg-live-fill);
  stroke: var(--dg-live);
  stroke-width: 1.5;
}
.pipe__yours text { fill: var(--dg-live); }
.pipe__agent rect {
  fill: var(--dg-box-fill);
  stroke: var(--dg-box-line);
  stroke-width: 1;
}
.pipe__links { color: var(--dg-live); }
.pipe__links path {
  fill: none;
  stroke: var(--dg-live);
  stroke-width: 2;
  stroke-dasharray: 4 6;
  marker-end: url(#pipe-arrow);
  animation: flow-dash 1.2s linear infinite;
}
.pipe__track { fill: none; stroke: var(--dg-track); stroke-width: 1.5; }
.pipe__ticket { fill: var(--dg-live); }
.pipe__key { font-size: 11px; font-weight: 600; }
.pipe__key--you { fill: var(--dg-live); }
.pipe__key--agent { fill: var(--dg-ink-soft); }
.pipe__sw--you { fill: var(--dg-live-fill); stroke: var(--dg-live); stroke-width: 1.5; }
.pipe__sw--agent { fill: var(--dg-box-fill); stroke: var(--dg-box-line); stroke-width: 1; }
@media (prefers-reduced-motion: reduce) {
  .pipe__links path { animation: none; }
  .pipe__ticket { display: none; }
}
.field {
  width: 100%;
  max-width: 470px;
  height: auto;
  display: block;
  margin: 0 0 20px;
}
.field.fig--tall text { font-size: 14px; }
.field.fig--tall .field__task { font-size: 13px; }
.field.fig--tall .field__aside { font-size: 12px; }
.field.fig--tall .field__label { font-size: 12px; }
.field.fig--tall .field__sub { font-size: 12px; }
.field text {
  font-family: var(--font);
  font-size: 12px;
  font-weight: 700;
  text-anchor: middle;
  fill: var(--dg-ink);
}
.field__device { fill: var(--dg-box-fill); stroke: var(--dg-box-line); stroke-width: 1.5; }
.field__bar { fill: var(--dg-track); }
.field__rows rect { fill: var(--dg-live-fill); stroke: var(--dg-live); stroke-width: 1; }
.field__links { color: var(--dg-live); }
.field__links path {
  fill: none;
  stroke: var(--dg-live);
  stroke-width: 2;
  stroke-dasharray: 4 6;
  marker-start: url(#field-arrow);
  marker-end: url(#field-arrow);
  animation: flow-dash 1.2s linear infinite;
}
.field__packet { fill: var(--dg-live); }
.field__action { fill: var(--dg-live); stroke: var(--dg-live); stroke-width: 1; }
.field__systems rect { fill: var(--dg-live-fill); stroke: var(--dg-live); stroke-width: 1.5; }
.field__systems text { fill: var(--dg-live); }
.field .field__task { font-size: 11px; font-weight: 600; fill: var(--dg-live); }
.field .field__aside { font-size: 10.5px; font-weight: 500; fill: var(--dg-ink-faint); }
.field .field__label { font-size: 11px; font-weight: 700; fill: var(--dg-ink-soft); }
.field .field__label--start { text-anchor: start; }
.field .field__sub { font-size: 10.5px; font-weight: 500; fill: var(--dg-ink-soft); }
.field .field__task--on { fill: var(--ground); }
@media (prefers-reduced-motion: reduce) {
  .field__links path { animation: none; }
  .field__packet { display: none; }
}
.aside {
  margin-top: 20px;
  margin-left: -16px;
  padding-left: 14px;
  border-left: 2px solid var(--rule);
  font-size: 0.9375rem;
  color: var(--ink-soft);
}
.agentflow {
  width: 100%;
  max-width: 470px;
  height: auto;
  display: block;
  margin: 0 0 20px;
}
.agentflow.fig--tall text { font-size: 13px; }
.agentflow.fig--tall text.agentflow__note { font-size: 12px; }
.agentflow text {
  font-family: var(--font);
  font-size: 11px;
  font-weight: 700;
  text-anchor: middle;
  fill: var(--dg-ink);
}
.agentflow__in rect { fill: var(--dg-box-fill); stroke: var(--dg-box-line); stroke-width: 1; }
.agentflow__brain rect { fill: var(--dg-live-fill); stroke: var(--dg-live); stroke-width: 1.5; }
.agentflow__done rect { fill: var(--dg-box-fill); stroke: var(--dg-box-line); stroke-width: 1; }
.agentflow__human rect { fill: var(--dg-live-fill); stroke: var(--dg-live); stroke-width: 1.5; }
.agentflow__links { color: var(--dg-live); }
.agentflow__links path {
  fill: none;
  stroke: var(--dg-live);
  stroke-width: 1.75;
  stroke-dasharray: 4 6;
  marker-end: url(#agentflow-arrow);
  animation: flow-dash 1.2s linear infinite;
}
.agentflow__packet { fill: var(--dg-live); }
.agentflow .agentflow__brain text,
.agentflow .agentflow__human text { fill: var(--dg-live); }
.agentflow text.agentflow__note { font-size: 10px; font-weight: 500; fill: var(--dg-ink-faint); }
@media (prefers-reduced-motion: reduce) {
  .agentflow__links path { animation: none; }
  .agentflow__packet { display: none; }
}
.proof {
  width: 100%;
  max-width: 470px;
  height: auto;
  display: block;
  margin: 0 0 20px;
}
.proof.fig--tall text { font-size: 13px; }
.proof.fig--tall text.proof__note { font-size: 12px; }
.proof text {
  font-family: var(--font);
  font-size: 12px;
  font-weight: 700;
  text-anchor: middle;
  fill: var(--dg-ink);
}
.proof__start rect { fill: var(--dg-box-fill); stroke: var(--dg-box-line); stroke-width: 1; }
.proof__build rect { fill: var(--dg-live-fill); stroke: var(--dg-live); stroke-width: 1.5; }
.proof__out rect { fill: var(--dg-live-fill); stroke: var(--dg-live); stroke-width: 1.25; }
.proof__links { color: var(--dg-live); }
.proof__links path {
  fill: none;
  stroke: var(--dg-live);
  stroke-width: 2;
  stroke-dasharray: 4 6;
  marker-end: url(#proof-arrow);
  animation: flow-dash 1.2s linear infinite;
}
.proof__packet { fill: var(--dg-live); }
.proof text.proof__note { font-size: 10px; font-weight: 500; fill: var(--dg-ink-faint); }
@media (prefers-reduced-motion: reduce) {
  .proof__links path { animation: none; }
  .proof__packet { display: none; }
}
.prod {
  width: 100%;
  max-width: 470px;
  height: auto;
  display: block;
  margin: 0 0 20px;
}
.prod.fig--tall text { font-size: 13px; }
.prod.fig--tall text.prod__note { font-size: 12px; }
.prod text {
  font-family: var(--font);
  font-size: 12px;
  font-weight: 700;
  text-anchor: middle;
  fill: var(--dg-ink);
}
.prod__edge rect { fill: var(--dg-box-fill); stroke: var(--dg-box-line); stroke-width: 1; }
.prod__system rect { fill: var(--dg-live-fill); stroke: var(--dg-live); stroke-width: 1.5; }
.prod__above rect { fill: var(--dg-live-fill); stroke: var(--dg-live); stroke-width: 1; }
.prod__catch rect { fill: var(--dg-box-fill); stroke: var(--dg-box-line); stroke-width: 1; }
.prod__links { color: var(--dg-live); }
.prod__links path {
  fill: none;
  stroke: var(--dg-live);
  stroke-width: 2;
  stroke-dasharray: 4 6;
  marker-end: url(#prod-arrow);
  animation: flow-dash 1.2s linear infinite;
}
.prod__watch path { fill: none; stroke: var(--dg-live-soft); stroke-width: 1.5; stroke-dasharray: 3 4; }
.prod__fallback path { fill: none; stroke: var(--dg-box-line); stroke-width: 1.5; stroke-dasharray: 3 5; }
.prod__packet { fill: var(--dg-live); }
.prod__packet--alt { fill: var(--dg-ink-soft); }
.prod text.prod__note { font-size: 10px; font-weight: 500; fill: var(--dg-ink-faint); }
@media (prefers-reduced-motion: reduce) {
  .prod__links path { animation: none; }
  .prod__packet { display: none; }
}
.stack {
  width: 100%;
  max-width: 470px;
  height: auto;
  display: block;
  margin: 0 0 20px;
}
.stack.fig--tall text { font-size: 13px; }
.stack.fig--tall text.stack__note { font-size: 12px; }
.stack text {
  font-family: var(--font);
  font-size: 12px;
  font-weight: 700;
  text-anchor: middle;
  fill: var(--dg-ink);
}
.stack__base rect { fill: var(--dg-box-fill); stroke: var(--dg-box-line); stroke-width: 1; }
.stack__model rect { fill: var(--dg-live-fill); stroke: var(--dg-live); stroke-width: 1.5; }
.stack .stack__model text { fill: var(--dg-live); }
.stack__links { color: var(--dg-live); }
.stack__links path {
  fill: none;
  stroke: var(--dg-live);
  stroke-width: 2;
  marker-end: url(#stack-arrow);
}
.stack__packet { fill: var(--dg-live); }
.stack text.stack__note { font-size: 10px; font-weight: 500; fill: var(--dg-ink-faint); }
@media (prefers-reduced-motion: reduce) {
  .stack__packet { display: none; }
}
.risk {
  width: 100%;
  max-width: 470px;
  height: auto;
  display: block;
  margin: 0 0 20px;
}
.risk.fig--tall .risk__head { font-size: 12px; }
.risk.fig--tall .risk__label { font-size: 13px; }
.risk text {
  font-family: var(--font);
  font-size: 12px;
  font-weight: 700;
  fill: var(--dg-ink);
}
.risk .risk__head { font-size: 10px; font-weight: 600; fill: var(--dg-ink-faint); }
.risk .risk__label { font-size: 12px; font-weight: 600; }
.risk__track { fill: var(--dg-box-fill); stroke: var(--dg-track); stroke-width: 1; }
.risk__fill { fill: var(--dg-ink-soft); }
.risk__fill--high { fill: var(--dg-live); opacity: 0.85; }
.risk__fill--stalled { fill: var(--dg-bug); opacity: 1; }
.prose > p,
.prose > ul,
.prose > ol {
  max-width: var(--measure-prose);
  margin: 0 0 14px;
}
.prose > ul,
.prose > ol {
  padding-left: 22px;
}
.prose li {
  margin-bottom: 8px;
}
.prose > :last-child {
  margin-bottom: 0;
}
.prose > .data {
  max-width: none;
  margin: 18px 0;
}
.legal--case h2 {
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  letter-spacing: -0.015em;
  line-height: 1.2;
  padding-top: 20px;
  border-top: 2px solid var(--rule-strong);
  margin-top: 40px;
}
.legal--case .legal__meta {
  border-top: none;
  padding-top: 0;
}
.risk.is-inview .risk__fill {
  transform-box: fill-box;
  transform-origin: left center;
  animation: risk-fill 620ms cubic-bezier(0.16, 1, 0.3, 1) both;
}
.risk.is-inview .risk__row:nth-of-type(2) .risk__fill { animation-delay: 180ms; }
.risk.is-inview .risk__row:nth-of-type(3) .risk__fill { animation-delay: 360ms; }
@keyframes risk-fill {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}
@media (prefers-reduced-motion: reduce) {
  .risk.is-inview .risk__fill {
    animation: none;
  }
}
.to-contents {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 900;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 14px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--ground);
  color: var(--ink);
  font: inherit;
  font-size: 0.8125rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(22, 32, 28, 0.14);
}
.to-contents:hover {
  background: var(--panel);
  border-color: var(--teal);
  color: var(--teal-deep);
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
.crumbs {
  margin-bottom: 14px;
}
.crumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.8125rem;
}
.crumbs li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: var(--ink-soft);
}
.crumbs li + li::before {
  content: "";
  width: 9px;
  height: 1px;
  background: var(--rule);
  flex: none;
  transform: translateY(-0.28em);
}
.crumbs a {
  display: inline-block;
  padding-block: 3px;
  color: var(--ink-soft);
  text-decoration: underline;
  text-decoration-color: var(--rule);
  text-underline-offset: 3px;
}
.crumbs a:hover {
  color: var(--teal);
  text-decoration-color: var(--teal);
}
.crumbs [aria-current="page"] {
  color: var(--ink);
  font-weight: 700;
}
.nav__mega a.is-current {
  color: var(--teal);
  font-weight: 700;
}
.ext__mark {
  flex: none;
  margin-left: 0.35em;
  vertical-align: -0.05em;
}
.tally {
  width: 100%;
  max-width: 470px;
  height: auto;
  display: block;
  margin: 0;
}
.tally text { font-family: var(--font); fill: var(--dg-ink); }
.tally .tally__head { font-size: 10px; font-weight: 600; fill: var(--dg-ink-soft); }
.tally .tally__count { font-size: 10px; font-weight: 700; }
.tally .tally__count--found { fill: var(--dg-bug); }
.tally .tally__sub { font-size: 9.5px; font-weight: 500; fill: var(--dg-ink-faint); }
.tally.fig--tall .tally__head { font-size: 12px; }
.tally.fig--tall .tally__sub { font-size: 12px; }
.tally__run { stroke: var(--dg-ink); stroke-width: 2.5; }
.tally__run--believed { stroke: var(--dg-live); }
.tally__end { fill: var(--dg-live); }
.tally__stub line { stroke: var(--dg-bug); stroke-width: 2; }
.tally__stub circle { fill: var(--dg-bug); }
.tally.is-inview .tally__stub {
  transform-box: fill-box;
  transform-origin: top center;
  animation: tally-drop 260ms cubic-bezier(0.16, 1, 0.3, 1) both;
}
.tally.is-inview .tally__stub:nth-child(1)  { animation-delay: 60ms; }
.tally.is-inview .tally__stub:nth-child(2)  { animation-delay: 130ms; }
.tally.is-inview .tally__stub:nth-child(3)  { animation-delay: 200ms; }
.tally.is-inview .tally__stub:nth-child(4)  { animation-delay: 270ms; }
.tally.is-inview .tally__stub:nth-child(5)  { animation-delay: 340ms; }
.tally.is-inview .tally__stub:nth-child(6)  { animation-delay: 410ms; }
.tally.is-inview .tally__stub:nth-child(7)  { animation-delay: 480ms; }
.tally.is-inview .tally__stub:nth-child(8)  { animation-delay: 550ms; }
.tally.is-inview .tally__stub:nth-child(9)  { animation-delay: 620ms; }
.tally.is-inview .tally__stub:nth-child(10) { animation-delay: 690ms; }
.tally.is-inview .tally__stub:nth-child(11) { animation-delay: 760ms; }
.tally.is-inview .tally__count--found {
  animation: tally-arrive 300ms cubic-bezier(0.16, 1, 0.3, 1) 820ms both;
}
@keyframes tally-drop {
  from { transform: scaleY(0); }
  to   { transform: scaleY(1); }
}
@keyframes tally-arrive {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .tally.is-inview .tally__stub,
  .tally.is-inview .tally__count--found {
    animation: none;
  }
}
.arrival {
  width: 100%;
  max-width: 430px;
  height: auto;
  display: block;
  margin: 0;
}
.arrival text { font-family: var(--font); fill: var(--dg-ink); }
.arrival .arrival__head { font-size: 10px; font-weight: 600; fill: var(--dg-ink-soft); }
.arrival .arrival__label { font-size: 10px; font-weight: 700; text-anchor: middle; }
.arrival .arrival__label--left { text-anchor: start; }
.arrival .arrival__label--ahead { fill: var(--dg-ink-soft); }
.arrival .arrival__sub { font-size: 9.5px; font-weight: 500; text-anchor: middle; fill: var(--dg-ink-faint); }
.arrival .arrival__sub--left { text-anchor: start; }
.arrival.fig--tall .arrival__head { font-size: 12px; }
.arrival.fig--tall .arrival__label { font-size: 12px; }
.arrival.fig--tall .arrival__sub { font-size: 11px; }
.arrival__run { stroke: var(--dg-live); stroke-width: 3; }
.arrival__run--ahead { stroke: var(--dg-track); stroke-width: 2; stroke-dasharray: 5 4; }
.arrival__node--done { fill: var(--dg-live); }
.arrival__node--ahead { fill: var(--ground); stroke: var(--dg-track); stroke-width: 2; }
.arrival__tick { fill: none; stroke: var(--ground); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.about-visual.about-visual--flush {
  border: none;
  background: none;
  min-height: 0;
  padding: 0;
  margin: 18px 0 20px;
  display: block;
}
.about-visual--flush .about-visual__inner {
  padding: 0;
  text-align: left;
}
.about-visual--flush .arrival {
  margin-left: 0;
}
.flows {
  width: 100%;
  max-width: 470px;
  height: auto;
  display: block;
  margin: 0;
}
.flows text { font-family: var(--font); fill: var(--dg-ink); }
.flows .flows__head { font-size: 10px; font-weight: 600; fill: var(--dg-ink-soft); }
.flows .flows__station { font-size: 9.5px; font-weight: 700; text-anchor: middle; fill: var(--dg-ink); }
.flows .flows__station--live { fill: var(--dg-live); }
.flows .flows__label { font-size: 9.5px; font-weight: 700; fill: var(--dg-ink); }
.flows .flows__note { font-size: 9.5px; font-weight: 500; fill: var(--dg-ink-faint); }
.flows .flows__chip { font-size: 9.5px; font-weight: 700; text-anchor: middle; fill: var(--dg-ink); }
.flows .flows__chip--live { fill: var(--dg-live); }
.flows.fig--tall .flows__head { font-size: 12px; }
.flows.fig--tall .flows__label { font-size: 12px; }
.flows.fig--tall .flows__chip { font-size: 12px; }
.flows__rule { stroke: var(--dg-track); stroke-width: 1.5; }
.flows__rule--live { stroke: var(--dg-live); stroke-width: 3; }
.flows__run { stroke: var(--dg-track); stroke-width: 1.5; }
.flows__run--batch { stroke-dasharray: 5 4; }
.flows__tip { fill: var(--dg-track); }
.flows__node { fill: var(--dg-live); }
.suite {
  width: 100%;
  max-width: 470px;
  height: auto;
  display: block;
  margin: 0;
}
.suite.fig--tall .suite__head { font-size: 12px; }
.suite.fig--tall .suite__lane { font-size: 13px; }
.suite.fig--tall .suite__chip { font-size: 12px; }
.suite.fig--tall .suite__note { font-size: 12px; }
.suite.fig--tall .suite__sub { font-size: 12px; }
.suite text { font-family: var(--font); fill: var(--dg-ink); }
.suite .suite__head { font-size: 10px; font-weight: 600; fill: var(--dg-ink-soft); }
.suite .suite__lane { font-size: 11px; font-weight: 600; }
.suite .suite__chip { font-size: 10px; font-weight: 600; text-anchor: middle; fill: var(--dg-ink); }
.suite .suite__note { font-size: 9.5px; font-weight: 700; fill: var(--dg-live); }
.suite .suite__sub { font-size: 9.5px; font-weight: 600; fill: var(--dg-ink-faint); }
.suite__track { stroke: var(--dg-track); stroke-width: 2; }
.suite__track--live { stroke: var(--dg-live-soft); }
.suite__track--dead { stroke: var(--dg-track-faint); stroke-width: 2; stroke-dasharray: 3 5; }
.suite__gate { stroke: var(--dg-live); stroke-width: 2.5; stroke-linecap: round; }
.suite__box { fill: var(--dg-box-fill); stroke: var(--dg-box-line); stroke-width: 1; }
.suite__packet { fill: var(--bug); }
.suite__packet--work { fill: var(--dg-live); }
.suite__packet--dim { fill: var(--bug); opacity: 0.8; }
.suite__packet--static { display: none; }
@media (prefers-reduced-motion: reduce) {
  .suite__packet,
  .suite__packet--dim { display: none; }
  .suite__packet--static { display: block; }
}
.perf {
  width: 100%;
  max-width: 470px;
  height: auto;
  display: block;
  margin: 0;
}
.perf.fig--tall .perf__head { font-size: 12px; }
.perf.fig--tall .perf__axis-label { font-size: 12px; }
.perf.fig--tall .perf__target-label { font-size: 12px; }
.perf.fig--tall .perf__headroom-label { font-size: 13px; }
.perf.fig--tall .perf__mark { font-size: 12px; }
.perf text { font-family: var(--font); fill: var(--dg-ink); }
.perf .perf__head { font-size: 10px; font-weight: 600; fill: var(--dg-ink-soft); }
.perf .perf__axis-label { font-size: 9.5px; font-weight: 600; fill: var(--dg-ink-faint); }
.perf .perf__axis-label--end { text-anchor: end; }
.perf .perf__target-label { font-size: 9.5px; font-weight: 600; fill: var(--dg-ink-faint); }
.perf .perf__headroom-label { font-size: 10px; font-weight: 700; text-anchor: middle; fill: var(--dg-live); }
.perf .perf__mark { font-size: 9.5px; font-weight: 600; text-anchor: middle; fill: var(--dg-ink-soft); }
.perf .perf__mark--hit { fill: var(--dg-live); }
.perf__axis { stroke: var(--dg-box-line); stroke-width: 1; }
.perf__target { stroke: var(--dg-box-line); stroke-width: 1; stroke-dasharray: 4 4; }
.perf__headroom { fill: var(--dg-live-fill); }
.perf__curve { fill: none; stroke: var(--dg-live); stroke-width: 2.5; stroke-linecap: round; }
.perf__drop { stroke: var(--dg-box-line); stroke-width: 1; }
.perf__drop--hit { stroke: var(--dg-live-soft); }
.perf__point { fill: var(--dg-ink-soft); }
.perf__point--hit { fill: var(--dg-live); }
@media (prefers-reduced-motion: no-preference) {
  .perf__curve {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: perf-draw 2.2s ease-out 0.2s forwards;
  }
}
@keyframes perf-draw {
  to { stroke-dashoffset: 0; }
}
.spread {
  width: 100%;
  max-width: 470px;
  height: auto;
  display: block;
  margin: 0;
}
.spread.fig--tall .spread__head { font-size: 12px; }
.spread.fig--tall .spread__axis-label { font-size: 12px; }
.spread.fig--tall .spread__threshold-label { font-size: 12px; }
.spread.fig--tall .spread__miss { font-size: 12px; }
.spread text { font-family: var(--font); fill: var(--dg-ink); }
.spread .spread__head { font-size: 10px; font-weight: 600; fill: var(--dg-ink-soft); }
.spread .spread__axis-label { font-size: 9.5px; font-weight: 600; fill: var(--dg-ink-faint); }
.spread .spread__axis-label--end { text-anchor: end; }
.spread .spread__threshold-label { font-size: 9.5px; font-weight: 600; fill: var(--dg-ink-faint); }
.spread .spread__miss { font-size: 9.5px; font-weight: 600; fill: var(--bug); }
.spread__axis { stroke: var(--dg-box-line); stroke-width: 1; }
.spread__threshold { stroke: var(--dg-box-line); stroke-width: 1; stroke-dasharray: 4 4; }
.spread__run { fill: var(--dg-live); }
.spread__run--miss { fill: var(--bug); }
@media (prefers-reduced-motion: no-preference) {
  .spread__run {
    opacity: 0;
    animation: spread-in 0.5s ease-out forwards;
  }
}
@keyframes spread-in {
  to { opacity: 1; }
}
.zone {
  width: 100%;
  max-width: 470px;
  height: auto;
  display: block;
  margin: 0;
}
.about-visual .fig--tall {
  display: none;
}
@media (max-width: 1024px) {
  .about-visual .fig--wide {
    display: none;
  }
  .about-visual .fig--tall {
    display: block;
  }
}
@media (max-width: 768px) {
  .about-visual .about-visual__inner {
    padding: 0 8px;
  }
}
.zone.fig--tall .zone__head { font-size: 12px; }
.zone.fig--tall .zone__outer-label { font-size: 12px; }
.zone.fig--tall .zone__tenant-label { font-size: 14px; text-anchor: start; }
.zone.fig--tall .zone__tenant-note { font-size: 12px; text-anchor: start; }
.zone.fig--tall .zone__slab-label { font-size: 14px; }
.zone.fig--tall .zone__slab-note { font-size: 12px; }
.zone.fig--tall .zone__caption { font-size: 12px; }
.zone text { font-family: var(--font); fill: var(--dg-ink); }
.zone .zone__head { font-size: 10px; font-weight: 600; fill: var(--dg-ink-soft); }
.zone .zone__outer-label { font-size: 9.5px; font-weight: 600; fill: var(--dg-ink-faint); }
.zone .zone__tenant-label { font-size: 10px; font-weight: 700; text-anchor: middle; fill: var(--dg-ink-soft); }
.zone .zone__tenant-label--live { fill: var(--dg-live); }
.zone .zone__tenant-note { font-size: 9.5px; font-weight: 600; text-anchor: middle; fill: var(--dg-ink-faint); }
.zone .zone__tenant-note--live { fill: var(--dg-live); }
.zone .zone__slab-label { font-size: 11px; font-weight: 700; text-anchor: middle; fill: var(--dg-live); }
.zone .zone__slab-note { font-size: 9.5px; font-weight: 600; text-anchor: middle; fill: var(--dg-ink-soft); }
.zone .zone__caption { font-size: 9.5px; font-weight: 700; fill: var(--dg-live); }
.zone__outer { fill: none; stroke: var(--dg-box-line); stroke-width: 1; stroke-dasharray: 4 4; }
.zone__tenant { fill: none; stroke: var(--dg-box-line); stroke-width: 1; stroke-dasharray: 4 4; }
.zone__tenant--live { fill: var(--dg-live-fill); stroke: var(--dg-live); stroke-width: 1.5; stroke-dasharray: none; }
.zone__slab { fill: var(--dg-live-fill); stroke: var(--dg-live); stroke-width: 1.5; }
.zone__leg { stroke: var(--dg-track); stroke-width: 1; stroke-dasharray: 3 3; }
.zone__leg--live { stroke: var(--dg-live-soft); stroke-dasharray: none; }
.iac {
  width: 100%;
  max-width: 470px;
  height: auto;
  display: block;
  margin: 0;
}
.iac.fig--tall .iac__head { font-size: 12px; }
.iac.fig--tall .iac__source-label { font-size: 13px; }
.iac.fig--tall .iac__env-label { font-size: 13px; }
.iac.fig--tall .iac__caption { font-size: 12px; }
.iac text { font-family: var(--font); fill: var(--dg-ink); }
.iac .iac__head { font-size: 10px; font-weight: 600; fill: var(--dg-ink-soft); }
.iac .iac__source-label { font-size: 11px; font-weight: 700; text-anchor: middle; fill: var(--dg-live); }
.iac .iac__env-label { font-size: 10px; font-weight: 600; text-anchor: middle; fill: var(--dg-ink-soft); }
.iac .iac__caption { font-size: 9.5px; font-weight: 700; fill: var(--dg-live); }
.iac__source { fill: var(--dg-live-fill); stroke: var(--dg-live); stroke-width: 1.5; }
.iac__wire { fill: none; stroke: var(--dg-live-soft); stroke-width: 1.5; }
.iac__box { fill: var(--dg-box-fill); stroke: var(--dg-box-line); stroke-width: 1; }
.iac__part { fill: var(--dg-live-soft); }
@media (prefers-reduced-motion: no-preference) {
  .iac__env {
    opacity: 0;
    animation: iac-stamp 0.4s ease-out forwards;
  }
}
@keyframes iac-stamp {
  to { opacity: 1; }
}
.watch {
  width: 100%;
  max-width: 470px;
  height: auto;
  display: block;
  margin: 0;
}
.watch.fig--tall .watch__head { font-size: 12px; }
.watch.fig--tall .watch__lane { font-size: 13px; }
.watch.fig--tall .watch__aside { font-size: 12px; }
.watch.fig--tall .watch__miss { font-size: 12px; }
.watch.fig--tall .watch__caption { font-size: 12px; }
.watch text { font-family: var(--font); fill: var(--dg-ink); }
.watch .watch__head { font-size: 10px; font-weight: 600; fill: var(--dg-ink-soft); }
.watch .watch__lane { font-size: 11px; font-weight: 600; }
.watch .watch__aside { font-size: 9.5px; font-weight: 600; text-anchor: end; fill: var(--dg-ink-faint); }
.watch .watch__miss { font-size: 9.5px; font-weight: 700; text-anchor: middle; fill: var(--bug); }
.watch .watch__caption { font-size: 9.5px; font-weight: 700; fill: var(--dg-live); }
.watch__track { stroke: var(--dg-track); stroke-width: 2; }
.watch__ok { fill: var(--dg-live); }
.watch__gap { fill: none; stroke: var(--bug); stroke-width: 1.5; stroke-dasharray: 3 3; }
@media (prefers-reduced-motion: no-preference) {
  .watch circle,
  .watch .watch__miss,
  .watch .watch__caption {
    opacity: 0;
    animation: watch-in 0.4s ease-out forwards;
  }
  .watch circle:nth-of-type(1) { animation-delay: 0.10s; }
  .watch circle:nth-of-type(2) { animation-delay: 0.15s; }
  .watch circle:nth-of-type(3) { animation-delay: 0.20s; }
  .watch circle:nth-of-type(4) { animation-delay: 0.25s; }
  .watch circle:nth-of-type(5) { animation-delay: 0.30s; }
  .watch circle:nth-of-type(6) { animation-delay: 0.35s; }
  .watch circle:nth-of-type(7) { animation-delay: 0.40s; }
  .watch circle:nth-of-type(8) { animation-delay: 0.45s; }
  .watch circle:nth-of-type(9) { animation-delay: 0.55s; }
  .watch circle:nth-of-type(10) { animation-delay: 0.60s; }
  .watch circle:nth-of-type(11) { animation-delay: 0.65s; }
  .watch circle:nth-of-type(12) { animation-delay: 0.70s; }
  .watch circle:nth-of-type(13) { animation-delay: 0.75s; }
  .watch circle:nth-of-type(15) { animation-delay: 0.80s; }
  .watch circle:nth-of-type(16) { animation-delay: 0.85s; }
  .watch circle:nth-of-type(14) { animation-delay: 1.50s; }
  .watch .watch__miss { animation-delay: 1.60s; }
  .watch .watch__caption { animation-delay: 1.90s; }
}
@keyframes watch-in {
  to { opacity: 1; }
}
.cta-banner {
  background: var(--field);
  color: var(--field-text);
  padding: 22px 0 26px;
  text-align: left;
}
.cta-banner__proof {
  margin: 12px 0 0;
  max-width: var(--measure-prose);
  font-size: 0.9375rem;
  color: var(--field-soft);
}
.cta-banner .cta-banner__proof a {
  color: var(--field-live);
  text-decoration: underline;
  text-decoration-color: var(--field-live);
  text-underline-offset: 3px;
}
.cta-banner .cta-banner__proof a:hover {
  color: var(--field-text);
  text-decoration-color: var(--field-text);
}
.cta-banner h2 {
  max-width: 18em;
  text-wrap: balance;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 800;
  color: var(--field-text);
  letter-spacing: -0.015em;
  line-height: 1.15;
  margin-bottom: 0;
}
.cta-banner p {
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--field-text);
  margin: 8px 0 20px;
  max-width: 56ch;
}
.cta-banner a {
  color: var(--field-text);
}
.cta-banner ::selection {
  background: var(--teal-deep);
  color: var(--white);
}
.cta-banner__actions {
  display: flex;
  gap: 12px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 900.02px) {
  .cta-banner > .container:has(> h2) {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    column-gap: 56px;
    align-items: start;
  }
  .cta-banner > .container:has(> h2) > h2,
  .cta-banner > .container:has(> h2) > p {
    grid-column: 1;
  }
  .cta-banner > .container:has(> h2) > .cta-banner__actions {
    grid-column: 2;
    grid-row: 1;
    margin-top: 4px;
  }
  .cta-banner > .container:has(> h2) > .cta-note,
  .cta-banner > .container:has(> h2) > .cta-banner__proof {
    grid-column: 2;
  }
  .cta-banner > .container:has(> h2) > p {
    margin-bottom: 0;
  }
}
.cta-note {
  margin: 0;
  font-size: 0.8125rem;
  color: var(--ink-soft);
  max-width: 46ch;
}
.hero .cta-note {
  font-size: 0.8125rem;
  line-height: 1.55;
  max-width: 46ch;
  margin-bottom: 0;
  color: var(--ink-soft);
}
.cta-banner .cta-note {
  margin: 14px 0 0;
  color: var(--field-soft);
}
.about-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}
.about-intro__text h2 {
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.15;
  margin-bottom: 14px;
}
.about-intro__text p {
  font-size: 1rem;
  color: var(--ink-soft);
  line-height: 1.65;
  margin-bottom: 14px;
}
.about-visual {
  background: var(--ground);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  min-height: 320px;
  padding: 24px 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}
.about-visual__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 20px;
  color: var(--ink);
}
.about-visual__inner .stat {
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--teal-deep);
  font-variant-numeric: tabular-nums;
}
.about-visual__inner .stat-label,
.hero__visual .stat-label {
  font-size: 0.8125rem;
  color: var(--ink-soft);
  margin-top: 6px;
}
.how__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 22px;
}
.how__grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 1024px) {
  .how__grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.how-card {
  padding: 22px 24px;
  background: var(--ground);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
}
.how-card__step {
  display: none;
}
.how-card h3 {
  font-size: 1.1875rem;
  font-weight: 800;
  margin-bottom: 10px;
}
.how-card p {
  font-size: 0.875rem;
  color: var(--ink-soft);
  line-height: 1.65;
}
.how__grid--icons {
  gap: 44px;
}
.how__grid--icons .how-card {
  position: relative;
}
.how-card__icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 96px;
  margin-bottom: 16px;
}
.step-icon {
  display: block;
  width: 88px;
  height: 88px;
  color: var(--teal);
}
.step-icon__pale {
  fill: var(--accent-pale);
}
.step-icon__solid {
  fill: currentColor;
  stroke: none;
}
.how__grid--icons .how-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 74px;
  left: 100%;
  width: 34px;
  height: 3px;
  background: var(--teal);
}
.how__grid--icons .how-card:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 64px;
  left: calc(100% + 34px);
  width: 20px;
  height: 20px;
  border-radius: var(--radius);
  z-index: 1;
  background: var(--teal) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E") center / 11px 11px no-repeat;
}
@media (max-width: 1024px) {
  .how__grid--four.how__grid--icons {
    gap: 24px;
  }
  .how__grid--four.how__grid--icons .how-card:not(:last-child)::before,
  .how__grid--four.how__grid--icons .how-card:not(:last-child)::after {
    content: none;
  }
}
@media (max-width: 768px) {
  .how__grid--icons {
    gap: 20px;
  }
  .how__grid--icons .how-card:not(:last-child)::before,
  .how__grid--icons .how-card:not(:last-child)::after {
    content: none;
  }
}
.faq {
  max-width: 82ch;
  margin: 0 auto 0 0;
  border-top: 2px solid var(--rule-strong);
  padding-top: 4px;
}
.faq h3 {
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0 0 0.4rem;
  padding-top: 16px;
}
.faq p {
  color: var(--ink-soft);
  line-height: 1.65;
  max-width: var(--measure-prose);
  padding-bottom: 16px;
  border-bottom: 1px solid var(--rule);
  margin: 0;
}
.faq p:last-child { border-bottom: none; }
.checks {
  border-top: 2px solid var(--rule-strong);
  border-bottom: 2px solid var(--rule-strong);
  margin: 0;
  max-width: 82ch;
}
.checks__row {
  border-bottom: 1px solid var(--rule);
  padding: 15px 0 16px;
}
.checks__row:last-child {
  border-bottom: none;
}
.checks dt {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ink);
  margin: 0 0 0.35rem;
}
.checks dd {
  color: var(--ink-soft);
  line-height: 1.65;
  max-width: var(--measure-prose);
  margin: 0;
}
@media (min-width: 860px) {
  .checks__row {
    display: grid;
    grid-template-columns: minmax(0, 15em) minmax(0, 1fr);
    column-gap: 36px;
    align-items: baseline;
  }
  .checks dt {
    margin-bottom: 0;
  }
}
.proof-after {
  margin-top: 22px;
  max-width: var(--measure-prose);
}
.grid-cta--early {
  margin-top: 20px;
}
.grid-cta + .cta-note {
  margin-top: 14px;
  max-width: var(--measure-prose);
}
.grid-cta {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.proof__row {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}
.proof__flagship {
  display: grid;
  gap: 16px;
  align-content: start;
}
.proof__mark {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  justify-self: start;
  padding: 10px 0;
  margin: -10px 0;
  color: var(--teal);
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none;
  transition: color var(--transition);
}
.proof__mark:hover {
  color: var(--teal-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.proof__mark:hover .cap-card__arrow {
  transform: translateX(4px);
}
.proof__studies {
  display: grid;
  gap: 16px;
}
.proof__studies .cap-card {
  padding: 14px 16px;
}
.proof__studies .cap-card h4 {
  font-size: 1rem;
}
.proof__studies .cap-card p {
  font-size: 0.875rem;
}
.proof__studies .cap-card__mark {
  margin-top: 14px;
}
.proof__lead {
  grid-column: 1 / -1;
  margin-bottom: 0;
  font-size: 1.0625rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--ink);
}
@media (max-width: 960px) {
  .proof__lead {
    margin-bottom: 12px;
  }
}
@media (max-width: 960px) {
  .proof__row {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .proof__studies {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .proof__studies {
    grid-template-columns: 1fr;
  }
}
.data {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid var(--rule-strong);
  border-bottom: 2px solid var(--rule-strong);
}
.data th {
  text-align: left;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
  padding: 10px 18px 10px 0;
  border-bottom: 1px solid var(--rule-strong);
}
.data td {
  padding: 13px 18px 13px 0;
  border-bottom: 1px solid var(--rule);
  vertical-align: baseline;
}
.data tr:last-child td {
  border-bottom: none;
}
.data__item {
  font-weight: 600;
  font-size: 0.9375rem;
  white-space: nowrap;
  width: 20%;
}
@media (max-width: 960px) {
  .data__item {
    white-space: normal;
  }
}
.cap-card__reading {
  display: block;
  font-weight: 800;
  font-size: clamp(1.35rem, 2.4vw, 1.6rem);
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--teal-deep);
  font-variant-numeric: tabular-nums;
  margin: 0 0 8px;
}
.data__reading {
  font-weight: 800;
  font-size: clamp(1.35rem, 2.4vw, 1.6rem);
  line-height: 1.2;
  letter-spacing: -0.015em;
  white-space: nowrap;
  width: 23%;
  color: var(--teal-deep);
  font-variant-numeric: tabular-nums;
}
.data__note {
  color: var(--ink-soft);
  font-size: 0.9375rem;
  max-width: 54ch;
}
@media (max-width: 800px) {
  .data thead { display: none; }
  .data,
  .data tbody,
  .data tr,
  .data td { display: block; width: 100%; }
  .data td { border-bottom: none; padding: 2px 0; }
  .data tr { border-bottom: 1px solid var(--rule); padding: 13px 0; }
  .data tr:last-child { border-bottom: none; }
  .data__item,
  .data__reading {
    width: auto;
    white-space: normal;
  }
}
.process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  margin-top: 26px;
  padding-top: 44px;
  position: relative;
}
.process::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22.5px;
  width: 24px;
  height: 3px;
  background: var(--teal);
}
.sheet .process::before {
  left: -56px;
  width: 80px;
}
@media (max-width: 700px) {
  .sheet .process::before {
    left: -28px;
    width: 52px;
  }
}
.process::after {
  content: "";
  position: absolute;
  left: 0;
  top: 16.5px;
  width: 3px;
  height: 15px;
  background: var(--teal);
}
.process__origin {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal-deep);
}
.process__stage::before {
  z-index: 1;
  content: "";
  position: absolute;
  left: 22.5px;
  top: -21.5px;
  width: 3px;
  height: 21.5px;
  background: var(--teal);
}
.process__stage::after {
  z-index: 1;
  content: "";
  position: absolute;
  left: 24px;
  top: -21.5px;
  width: calc(100% + 30px);
  height: 3px;
  background: var(--teal);
}
.process__stage:last-child::after {
  display: none;
}
.process__stage {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 0;
  transition: background var(--transition), box-shadow var(--transition);
}
.process__stage > a {
  margin-top: auto;
  font-weight: 700;
  font-size: 0.9375rem;
  color: var(--teal);
  text-decoration: underline;
}
.process__node {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--ground);
  border: 3px solid var(--teal);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  position: relative;
  box-sizing: border-box;
  transition: border-color var(--transition), background var(--transition);
}
.process__node svg {
  color: var(--teal-deep);
}
.process__stage h3 {
  font-size: 1.18rem;
  font-weight: 800;
  margin-bottom: 8px;
}
.process__stage p {
  color: var(--ink-soft);
  font-size: 0.9375rem;
  margin-bottom: 10px;
}
.process__stage > a::after {
  content: "";
  position: absolute;
  inset: -12px;
}
.process__stage:hover,
.process__stage:focus-within {
  background: var(--panel);
  box-shadow: 0 0 0 12px var(--panel);
}
.process__stage:hover > a {
  color: var(--teal-deep);
  text-decoration: underline;
  text-decoration-thickness: 2.5px;
}
.process__stage:hover .process__node {
  background: var(--teal-deep);
  border-color: var(--teal-deep);
}
.process__stage:hover .process__node svg {
  color: var(--white);
}
.process__stage:hover .process__node svg circle[fill],
.process__stage:focus-within .process__node svg circle[fill] {
  fill: var(--teal-deep);
}
.process__stage:focus-within {
  outline: 2px solid var(--teal);
  outline-offset: 6px;
  border-radius: var(--radius);
}
.process__stage > a:focus-visible {
  outline: none;
}
.process__stage:focus-within .process__node {
  background: var(--teal-deep);
  border-color: var(--teal-deep);
}
.process__stage:focus-within .process__node svg {
  color: var(--white);
}
.sheet {
  position: relative;
}
.sheet__rail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 28px;
  pointer-events: none;
}
.sheet__spine {
  position: absolute;
  left: 28px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--teal);
}
.sheet .hero,
.sheet .cta-banner {
  position: relative;
}
.sheet .section > .container,
.sheet .hero > .container,
.sheet .cta-banner > .container {
  position: relative;
  padding-left: 84px;
}
.sheet .section > .container::before {
  content: "";
  position: absolute;
  left: 38px;
  top: 15px;
  width: 32px;
  height: 3px;
  background: var(--teal);
}
.sheet .section > .container::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 8px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 3px solid var(--teal);
  background: var(--ground);
  box-sizing: border-box;
}
.sheet .hero__spine {
  position: absolute;
  left: 28px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--field-live);
}
@media (max-width: 959.98px) {
  .sheet .hero__spine::before {
    content: "";
    position: absolute;
    left: -6px;
    top: 0;
    width: 15px;
    height: 3px;
    background: var(--field-live);
  }
}
.sheet .hero__join {
  display: none;
}
@media (min-width: 960px) {
  .sheet .hero__row .hero__visual {
    align-self: end;
  }
  .sheet .hero__row .cta-note {
    margin-bottom: 22px;
  }
  .sheet .hero__join {
    display: block;
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    height: 3px;
    background: var(--field-live);
  }
}
@media (max-width: 959.98px) {
  .hero-fig__drop {
    display: none;
  }
}
.sheet .hero + .section {
  position: relative;
}
.sheet .hero::after,
.sheet .hero + .section::before,
.sheet .cta-banner::before,
.sheet .cta-banner::after {
  content: "";
  position: absolute;
  left: max(0px, calc(50% - var(--max-width) / 2));
  margin-left: 16.5px;
  width: 26px;
  height: 3px;
}
.sheet .hero::after {
  bottom: 4px;
  background: var(--teal);
}
.sheet .hero + .section::before {
  top: 4px;
  background: var(--teal);
}
.sheet .cta-banner::before {
  top: -7px;
  background: var(--teal);
}
.sheet .cta-banner::after {
  top: 4px;
  background: var(--field-live);
}
.sheet .cta-banner {
  --run-y: 26px;
}
.sheet .cta-banner__spine {
  position: absolute;
  left: 28px;
  top: 0;
  bottom: var(--run-y);
  width: 3px;
  background: var(--field-live);
}
.sheet .cta-banner__run {
  position: absolute;
  left: 28px;
  bottom: var(--run-y);
  right: 381px;
  height: 3px;
  background: var(--field-live);
}
.sheet .cta-banner > .container {
  padding-bottom: 22px;
}
.cta-banner__copy > :last-child {
  margin-bottom: 0;
}
@media (min-width: 900.02px) {
  .sheet .cta-banner > .container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 353px;
    column-gap: 48px;
    align-items: end;
  }
  .sheet .cta-banner__unit {
    margin-bottom: -40px;
    width: 318px;
    justify-self: start;
  }
}
.sheet .cta-banner__head {
  position: absolute;
  right: 381px;
  bottom: calc(var(--run-y) - 5.5px);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 14px solid var(--field-live);
}
.cta-banner__unit {
  display: block;
  border: 2.5px solid var(--field-live);
  border-radius: var(--radius);
  padding: 20px 22px;
  text-decoration: none;
  transition: background var(--transition), border-color var(--transition);
}
.cta-banner__unit-name {
  display: block;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: var(--field-text);
  white-space: nowrap;
}
@media (max-width: 640px) {
  .cta-banner__unit-name {
    white-space: normal;
  }
}
.cta-banner__unit-sub {
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
  padding: 13px 21px;
  border-radius: var(--radius);
  background: var(--white);
  color: var(--teal-deep);
  font-size: 0.9375rem;
  font-weight: 700;
}
.cta-banner__unit:hover {
  background: rgba(47, 168, 148, 0.12);
}
.cta-banner__unit:hover .cta-banner__unit-sub {
  background: var(--teal-wash);
  color: var(--teal-deep);
}
.cta-banner__unit:focus-visible {
  outline: 2px solid var(--field-text);
  outline-offset: 3px;
}
.cta-banner__unit-note {
  display: block;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--field-soft);
}
@media (max-width: 900px) {
  .sheet .cta-banner__unit {
    max-width: 340px;
    margin-top: 24px;
  }
  @media (max-width: 400px) {
    .sheet .cta-banner__unit {
      padding-left: 14px;
      padding-right: 14px;
    }
  }
  .sheet .cta-banner__run {
    right: auto;
    width: calc(var(--sheet-indent, 84px) - 28px);
  }
  .sheet .cta-banner__head {
    display: block;
    right: auto;
    left: calc(var(--sheet-indent, 84px) - 14px);
  }
}
@media (max-width: 700px) {
  .sheet .cta-banner {
    --sheet-indent: 56px;
  }
}
@media (max-width: 900px) {
  html:not(.js) .sheet .cta-banner__spine,
  html:not(.js) .sheet .cta-banner__run,
  html:not(.js) .sheet .cta-banner__head {
    display: none;
  }
}
.has-sheet .footer > .container {
  padding-left: 84px;
}
@media (max-width: 700px) {
  .sheet .section > .container,
  .sheet .hero > .container,
  .sheet .cta-banner > .container,
  .has-sheet .footer > .container {
    padding-left: 56px;
  }
  .sheet .section > .container::before {
    left: 38px;
    width: 10px;
  }
}
.schedule {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 26px;
  margin-top: 22px;
}
.schedule__col {
  border-top: 2px solid var(--rule-strong);
  padding-top: 13px;
}
.schedule__col h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.05rem;
  font-weight: 800;
}
.schedule__col h3 svg {
  color: var(--teal-deep);
  flex: none;
}
.schedule__col h3 a {
  display: inline-block;
  padding: 11px 14px 11px 0;
  margin-top: -11px;
  margin-bottom: -11px;
  color: var(--teal-deep);
  text-decoration: none;
}
.schedule__col h3 a:hover {
  text-decoration: underline;
}
.schedule__what {
  margin: 10px 0 12px;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--ink-soft);
}
@media (min-width: 1025px) {
  .schedule__what {
    min-height: 4.35em;
  }
}
.schedule__col ul {
  list-style: none;
  margin-top: 10px;
}
.schedule__col li a {
  display: block;
  padding: 7px 0;
  color: var(--ink);
  font-weight: 500;
  font-size: 0.875rem;
  text-decoration: underline;
  text-decoration-color: var(--rule);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color var(--transition), text-decoration-color var(--transition);
}
.schedule__col li a:hover {
  color: var(--teal);
  text-decoration-color: var(--teal);
  text-decoration-thickness: 2px;
}
.schedule__toggle,
.cap-card__toggle {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  margin-top: 4px;
  padding: 11px 0;
  border: none;
  border-top: 1px solid var(--rule);
  background: none;
  color: var(--teal-deep);
  font: inherit;
  font-size: 0.8125rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}
.schedule__toggle:hover,
.cap-card__toggle:hover {
  color: var(--teal);
}
.schedule__chev,
.cap-card__chev {
  flex: none;
  transition: transform var(--transition);
}
.schedule__col.is-open .schedule__chev,
.cap-card.is-open .cap-card__chev {
  transform: rotate(180deg);
}
@media (prefers-reduced-motion: reduce) {
  .schedule__chev,
  .cap-card__chev {
    transition: none;
  }
}
@media (max-width: 640px) {
  .schedule--js .schedule__toggle,
  .capabilities__grid--js .cap-card__toggle {
    display: flex;
  }
  .schedule--js .schedule__fold,
  .capabilities__grid--js .cap-card__fold {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows var(--transition);
  }
  .schedule--js .schedule__col.is-open .schedule__fold,
  .capabilities__grid--js .cap-card.is-open .cap-card__fold {
    grid-template-rows: 1fr;
  }
  .schedule--js .schedule__fold > ul,
  .capabilities__grid--js .cap-card__fold > ul {
    overflow: hidden;
    visibility: hidden;
    transition: visibility var(--transition);
    margin-top: 0;
    padding-top: 0;
  }
  .schedule--js .schedule__col.is-open .schedule__fold > ul,
  .capabilities__grid--js .cap-card.is-open .cap-card__fold > ul {
    visibility: visible;
  }
}
@media (prefers-reduced-motion: reduce) {
  .schedule--js .schedule__fold,
  .schedule--js .schedule__fold > ul,
  .capabilities__grid--js .cap-card__fold,
  .capabilities__grid--js .cap-card__fold > ul {
    transition: none;
  }
}
.data__stack {
  margin-top: 14px;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: var(--measure-prose);
}
.tech__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}
.tech-item {
  padding: 22px 16px;
  background: var(--ground);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  transition: border-color var(--transition);
  display: flex;
  flex-direction: column;
}
.tech-item:hover {
  border-color: var(--teal);
}
.tech-item__icon {
  font-size: 1.75rem;
  margin-bottom: 12px;
}
.tech-item h3,
.tech-item__name {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
}
.tech-item p {
  font-size: 0.8125rem;
  color: var(--ink-soft);
  margin-top: auto;
}
.tech-item__logo {
  display: block;
  height: 40px;
  width: auto;
  align-self: start;
  margin: 0 0 14px;
}
.tech-item__mark {
  display: block;
  height: 40px;
  width: 40px;
  align-self: start;
  margin: 0 0 14px;
  color: var(--teal);
}
.tech__grid--light {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.tech__grid.tech__grid--ink .tech-item {
  padding: 13px 0 0;
  background: none;
  border: none;
  border-top: 2px solid var(--rule-strong);
  border-radius: 0;
  text-align: left;
}
.tech__grid.tech__grid--ink .tech-item:hover {
  border-color: var(--rule-strong);
}
.tech__grid.tech__grid--ink .tech-item__mark,
.tech__grid.tech__grid--ink .tech-item__logo {
  height: 30px;
  width: auto;
  align-self: start;
  margin: 0 0 12px;
  filter: grayscale(1) brightness(0.72) contrast(1.15);
}
.tech__lead {
  margin-top: 22px;
  max-width: var(--measure-prose);
  font-size: 0.9375rem;
  color: var(--ink-soft);
}
.tech__lead + .tech__grid {
  margin-top: 14px;
}
.tech__grid--light .tech-item {
  padding: 22px 12px;
}
.tech__grid--light.tech__grid--four {
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 12px;
  margin-left: 0;
  margin-right: auto;
}
.tech__grid--light.tech__grid--four .tech-item {
  padding: 20px 10px;
}
@media (max-width: 1139px) {
  .tech__grid--light.tech__grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }
  .tech__grid--light.tech__grid--four .tech-item {
    padding: 22px 12px;
  }
}
.team-quote {
  max-width: 640px;
  margin: 28px auto 0 0;
}
.team-quote blockquote {
  font-size: 1.15rem;
  font-style: italic;
  color: var(--ink);
  line-height: 1.6;
  position: relative;
  padding: 0 0 0 20px;
  border-left: 1px solid var(--teal);
  text-align: left;
}
.thanks {
  max-width: 560px;
}
.thanks h2 {
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.015em;
  margin-bottom: 14px;
}
.thanks p {
  font-size: 1rem;
  color: var(--ink-soft);
  line-height: 1.65;
  margin-bottom: 14px;
}
.thanks__lede {
  font-size: 1.07rem;
  color: var(--ink);
  line-height: 1.55;
}
.thanks__echo {
  font-size: 0.875rem;
  color: var(--ink-soft);
  margin-top: 4px;
}
.thanks__echo strong {
  color: var(--ink);
}
.thanks__fallback {
  font-size: 0.875rem;
  color: var(--ink-soft);
  margin-top: 22px;
  padding-top: 14px;
  border-top: 1px solid var(--rule);
}
.thanks__more {
  font-size: 0.875rem;
  color: var(--ink-soft);
  margin-top: 6px;
}
.thanks .hero__actions {
  margin-top: 24px;
  flex-direction: column;
  align-items: flex-start;
}
.contact__grid > * {
  min-width: 0;
}
.contact__details a[href^="mailto:"] {
  overflow-wrap: anywhere;
}
.contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}
.contact__info h2 {
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.015em;
  margin-bottom: 12px;
}
.contact__info .contact__book {
  margin: 4px 0 14px;
  color: var(--text-light);
}
.contact__info > p {
  font-size: 1rem;
  color: var(--ink-soft);
  line-height: 1.65;
  margin-bottom: 28px;
}
.contact__details {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 28px;
  border-top: 2px solid var(--rule-strong);
  padding-top: 18px;
}
.contact__details li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.contact__details .detail-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--teal-deep);
  font-size: 1.125rem;
  flex-shrink: 0;
}
.contact__details .detail-text {
  display: flex;
  flex-direction: column;
}
.contact__details .detail-label {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 2px;
}
.contact__details .detail-value {
  font-size: 0.9375rem;
  color: var(--ink);
}
.contact__details .detail-value a {
  color: var(--teal);
  font-weight: 700;
}
.contact__form {
  background: var(--ground);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  padding: 28px;
}
.contact__form h2 {
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--rule-strong);
}
.form-note {
  font-size: 0.875rem;
  color: var(--ink-soft);
  margin: -12px 0 18px;
  line-height: 1.6;
}
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  font-family: var(--font);
  font-size: 0.9375rem;
  color: var(--text);
  background: var(--white);
  transition: border-color var(--transition);
  outline: none;
}
.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--teal);
}
.form-group input:focus-visible,
.form-group textarea:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
}
.form-group input:user-invalid,
.form-group textarea:user-invalid {
  border-color: var(--bug);
}
.form-group input:user-invalid:focus-visible,
.form-group textarea:user-invalid:focus-visible {
  outline-color: var(--bug);
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--ink-soft);
  opacity: 1;
}
.form-group textarea {
  resize: vertical;
  min-height: 120px;
}
.form-submit {
  width: 100%;
  padding: 13px 21px;
  background: var(--teal);
  color: var(--white);
  border: none;
  border-radius: var(--radius);
  font-family: var(--font);
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
  transition: background var(--transition);
}
.form-submit:hover:not(:disabled) {
  background: var(--teal-deep);
}
.form-submit:disabled {
  background: var(--off);
  cursor: default;
}
.form-consent {
  font-size: 0.8125rem;
  color: var(--ink-soft);
  margin: 14px 0 0;
  line-height: 1.6;
}
.form-consent a {
  color: var(--teal);
  text-decoration: underline;
}
.form-success {
  font-size: 1.125rem;
  color: var(--teal-deep);
  padding: 32px 0;
}
.form-error {
  font-size: 0.875rem;
  color: var(--bug);
  margin: 0 0 16px;
  line-height: 1.6;
}
.form-error a {
  color: var(--bug);
  text-decoration: underline;
}
.form-promise {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.55;
  margin: 0 0 14px;
  padding-left: 12px;
  border-left: 1px solid var(--teal);
}
.form-sent {
  border: 1px solid var(--rule);
  border-left: 3px solid var(--teal);
  padding: 16px 18px;
  margin: 0 0 18px;
}
.form-sent__head {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 6px;
}
.form-sent__body {
  font-size: 0.875rem;
  color: var(--ink-soft);
  line-height: 1.55;
  margin: 0 0 14px;
}
.form-sent__again {
  font-size: 0.875rem;
}
.form-suggest {
  font-size: 0.8125rem;
  color: var(--ink-soft);
  margin: 6px 0 0;
}
.form-suggest__fix {
  font: inherit;
  font-weight: 700;
  color: var(--teal-deep);
  background: none;
  border: none;
  border-bottom: 1px solid var(--teal);
  padding: 2px 0;
  cursor: pointer;
}
.form-suggest__fix:hover {
  color: var(--teal);
}
.form-hint {
  font-size: 0.8125rem;
  color: var(--ink-soft);
  line-height: 1.5;
  margin: 0 0 8px;
}
.footer {
  --underline: var(--field-off);
  --ground: var(--field);
  --ink: var(--field-text);
  --ink-soft: var(--field-soft);
  --rule: var(--field-rule);
  --rule-strong: var(--field);
  --teal: var(--field-live);
  --teal-deep: var(--field-text);
  background: var(--field);
  color: var(--field-soft);
  border-top: none;
  padding: 28px 0 22px;
}
.footer__inner {
  display: grid;
  grid-template-columns: 1.3fr auto;
  gap: 36px;
  justify-content: space-between;
  align-items: start;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.footer__brand .nav__logo {
  color: var(--ink);
  margin-bottom: 10px;
  --mark-accent: var(--teal);
}
.footer__brand .nav__logo__wm span {
  color: var(--ink);
}
.footer__brand p {
  font-size: 0.875rem;
  max-width: 280px;
  line-height: 1.6;
}
.footer__email {
  margin-top: 12px;
}
.footer__email a {
  display: inline-block;
  padding: 4px 0;
  color: var(--teal);
  font-weight: 600;
  word-break: break-word;
}
.footer__email a:hover,
.footer__email a:focus-visible {
  color: var(--teal-deep);
  text-decoration: underline;
}
.footer__nav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}
.footer__nav-group h3 {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
.footer__nav-group ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}
.footer__nav-group a {
  display: block;
  padding: 7px 0;
  color: var(--ink);
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: var(--underline);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color var(--transition), text-decoration-color var(--transition);
}
.footer__nav-group a:hover {
  color: var(--teal);
  text-decoration-color: var(--teal);
  text-decoration-thickness: 2px;
}
.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin-top: 24px;
  padding-top: 14px;
  border-top: 1px solid var(--rule);
  font-size: 0.8125rem;
  color: var(--ink-soft);
}
.footer__bottom a {
  display: inline-block;
  padding: 2px 0;
  color: var(--ink-soft);
  font-size: 0.8125rem;
  text-decoration: underline;
  text-decoration-color: var(--underline);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.footer__bottom a:hover {
  color: var(--teal);
  text-decoration-color: var(--teal);
  text-decoration-thickness: 2px;
}
.footer__legal {
  margin-top: 12px;
  font-size: 0.78rem;
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 66ch;
}
.footer__cookie-settings {
  background: none;
  border: 0;
  font: inherit;
  color: var(--ink-soft);
  cursor: pointer;
  padding: 0;
}
.footer__cookie-settings:hover {
  color: var(--teal);
  text-decoration: underline;
}
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: none;
  z-index: 1000;
  background: var(--ground);
  color: var(--ink);
  border-top: 2px solid var(--rule-strong);
  border-radius: 0;
}
.cookie-banner__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.cookie-banner__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  max-width: 58ch;
}
.cookie-banner__text a {
  color: var(--teal);
  font-weight: 700;
  text-decoration: underline;
}
.cookie-banner__actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.cookie-banner__dismiss {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 1px solid transparent;
  border-radius: var(--radius);
  color: var(--ink-soft);
  cursor: pointer;
  font: inherit;
  padding: 0;
}
.cookie-banner__dismiss:hover {
  color: var(--ink);
  border-color: var(--rule);
}
@media (max-width: 768px) {
  .cookie-banner { position: fixed; }
  .cookie-banner__dismiss {
    position: absolute;
    top: 4px;
    right: 4px;
  }
  .cookie-banner__text { padding-right: 44px; }
}
.cookie-banner__actions .cookie-banner__btn {
  flex: 1;
}
.cookie-banner__btn {
  font-family: var(--font);
  font-size: 0.875rem;
  font-weight: 600;
  min-height: 44px;
  padding: 10px 20px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  cursor: pointer;
  transition: var(--transition);
}
.cookie-banner__btn--accept {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.cookie-banner__btn--accept:hover {
  background: var(--ink);
  color: var(--ground);
}
.cookie-banner__btn--reject {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.cookie-banner__btn--reject:hover {
  background: var(--ink);
  color: var(--ground);
}
@media (max-width: 768px) {
  .cookie-banner__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cookie-banner__text {
    font-size: 13px;
    line-height: 1.5;
  }
}
.legal {
  max-width: 760px;
}
.legal__meta {
  font-size: 0.875rem;
  color: var(--text-light);
  margin-bottom: 24px;
}
.study__more {
  margin-top: 28px;
  padding-top: 14px;
  border-top: 1px solid var(--rule);
  font-size: 0.875rem;
  color: var(--ink-soft);
}
.legal__intro {
  font-size: 1.05rem;
  color: var(--ink-soft);
  line-height: 1.65;
  margin-bottom: 26px;
}
.legal__toc {
  border-top: 2px solid var(--rule-strong);
  border-bottom: 2px solid var(--rule-strong);
  padding: 18px 0 14px;
  margin-bottom: 36px;
}
.legal__toc h2 {
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-soft);
  margin: 0 0 14px;
}
.legal__toc ol {
  margin: 0;
  padding-left: 20px;
  columns: 2;
  column-gap: 40px;
}
.legal__toc li {
  margin-bottom: 8px;
  font-size: 0.9375rem;
}
.legal h2 {
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin: 34px 0 12px;
  padding-top: 14px;
  border-top: 1px solid var(--rule);
}
.legal__toc h2,
.legal__toc + h2 {
  padding-top: 0;
  border-top: none;
}
.legal .legal__toc h2 {
  margin-top: 0;
  letter-spacing: 0.1em;
}
.legal__toc + h2 {
  margin-top: 34px;
}
.legal h3 {
  font-size: 1.0625rem;
  font-weight: 700;
  margin: 24px 0 10px;
}
.legal p,
.legal ul,
.legal ol.legal-list {
  font-size: 1rem;
  color: var(--ink);
  line-height: 1.7;
  margin-bottom: 16px;
  max-width: var(--measure-prose);
}
.legal ul,
.legal ol.legal-list {
  padding-left: 22px;
}
.legal li {
  margin-bottom: 8px;
}
.legal a {
  color: var(--teal);
  font-weight: 700;
  text-decoration: underline;
  overflow-wrap: anywhere;
}
.legal__note {
  border-left: 1px solid var(--teal);
  padding: 4px 0 4px 16px;
  margin: 20px 0 24px;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--ink);
}
.legal__note strong {
  color: var(--ink);
}
.legal table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 24px;
  font-size: 0.875rem;
  border-top: 2px solid var(--rule-strong);
  border-bottom: 2px solid var(--rule-strong);
  table-layout: fixed;
}
.legal th,
.legal td,
.legal code {
  overflow-wrap: anywhere;
}
.legal code {
  word-break: break-word;
}
.legal th,
.legal td {
  border-bottom: 1px solid var(--rule);
  padding: 11px 18px 11px 0;
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
}
.legal th {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
  border-bottom: 1px solid var(--rule-strong);
}
.legal tr:last-child td {
  border-bottom: none;
}
@media (max-width: 768px) {
  .legal__toc ol {
    columns: 1;
  }
}
.page-header {
  padding: 26px 0 24px;
  background: var(--ground);
  color: var(--ink);
  border-bottom: 1px solid var(--rule);
}
.page-header h1 {
  font-size: clamp(2.4rem, 4.8vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--ink);
  margin-bottom: 10px;
}
.page-header .btn {
  margin-top: 16px;
}
.page-header p {
  font-size: 1.05rem;
  color: var(--ink-soft);
  max-width: 68ch;
  text-wrap: balance;
}
@media (max-width: 1024px) {
  .capabilities__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tech__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tech__grid--light {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .tech__grid--light.tech__grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .schedule {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 960px) {
  .process {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-top: 26px;
  }
  .process::before {
    left: 0;
    top: 26px;
    width: 3px;
    height: 24px;
  }
  .process::after {
    left: -28px;
    top: 26px;
    width: 43px;
    height: 3px;
  }
  .process__stage::before {
    left: 0;
    top: 22.5px;
    width: 20px;
    height: 3px;
  }
  .process__stage::after {
    left: 0;
    top: 24px;
    width: 3px;
    height: calc(100% + 26px);
  }
  .nav__item--services {
    height: auto;
  }
  .process__stage {
    padding-left: min(84px, 22vw);
  }
  .process__node {
    position: absolute;
    left: 20px;
    top: 0;
    margin: 0;
  }
  .schedule {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .schedule__col:last-child {
    grid-column: 1 / -1;
  }
  .footer__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
@media (max-width: 768px) {
  .section {
    padding: 20px 0 24px;
  }
  .section--tight {
    padding: 18px 0 20px;
  }
  .hero {
    padding: 4px 0 4px;
  }
  .hero h1 {
    margin-bottom: 14px;
    font-size: clamp(1.95rem, 8.2vw, 2.4rem);
  }
  .hero__content > p {
    margin-bottom: 14px;
  }
  .hero__actions {
    margin-bottom: 10px;
  }
  .section__header h2 br,
  .cta-banner h2 br,
  .hero h1 br {
    display: none;
  }
  .capabilities__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .why__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .how__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .tech__grid,
  .tech__grid--light {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-intro {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .about-visual {
    min-height: 240px;
  }
  .contact__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .footer__nav {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .footer__nav-group ul {
    display: block;
  }
  .page-header {
    padding: 20px 0 20px;
  }
  .cta-banner__actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .cta-banner__actions .btn {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .schedule {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 960px) {
  html:not(.js) .nav__item--services .nav__mega {
    display: none !important;
  }
  .js .nav__item--services .nav__mega {
    position: static;
    display: block;
    visibility: visible;
    opacity: 1;
    transition: none;
    padding: 0 0 6px;
    background: none;
    border: none;
  }
  .js .nav__mega .container {
    padding: 0;
  }
  .js .nav__mega-grid {
    display: block;
  }
  .js .nav__mega-heading {
    margin: 0;
    padding: 0 0 0 18px;
    border: none;
    font-size: 0.875rem;
    font-weight: 600;
  }
  .js .nav__mega-heading a {
    flex: 1;
    padding: 10px 0;
  }
  .nav {
    gap: 14px;
  }
  .nav__end {
    gap: 10px;
  }
  .nav__cta {
    padding: 12px;
    font-size: 0.8125rem;
    white-space: nowrap;
  }
  .js .nav__links {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    background: var(--ground);
    flex-direction: column;
    align-items: stretch;
    padding: 18px 24px;
    gap: 4px;
    border-bottom: 2px solid var(--rule-strong);
  }
  .js .nav__links > li {
    display: block;
  }
  .js .nav__links > li > a {
    display: block;
    padding: 12px 0;
  }
  .js .nav__links.active {
    display: flex;
  }
  .js .nav__toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  .nav__toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .nav__toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .nav__toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}
@media (max-width: 480px) {
  .nav__logo {
    font-size: 0.875rem;
    gap: 8px;
  }
}
@media (max-width: 960px) {
  html:not(.js) .nav {
    height: auto;
    flex-wrap: wrap;
    gap: 4px 20px;
    padding: 8px 0;
  }
  html:not(.js) .nav__end,
  html:not(.js) .nav__links {
    flex-wrap: wrap;
    gap: 2px 16px;
    font-size: 0.8125rem;
  }
  html:not(.js) body:has(.hero__actions) .nav__cta {
    display: none;
  }
}
@media (max-width: 480px) {
  .nav__logo__wm {
    display: none;
  }
  .hero__actions {
    flex-direction: column;
  }
  .hero__actions .btn {
    width: 100%;
    justify-content: center;
  }
  .contact__form {
    padding: 22px;
  }
}
.cert-badge {
  display: inline-block;
  line-height: 0;
  transition: transform var(--transition), box-shadow var(--transition);
}
.cert-badge img {
  display: block;
  width: 100%;
  height: auto;
}
.cert-badge:hover,
.cert-badge:focus-visible {
  transform: translateY(-2px);
}
.cert-badge--footer {
  width: 104px;
  margin-top: 14px;
}
