@font-face {
  font-family: "Archivo";
  src: url("/assets/fonts/archivo-var.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --graphite-void: #05090b;
  --graphite: #080d0f;
  --mineral: #11191c;
  --company-graphite: #172326;
  --mineral-raised: var(--company-graphite);
  --paper: #f4f2ea;
  --paper-muted: #d1cdc3;
  --paper-rule: #bdb8ac;
  --ink: #0d1417;
  --ink-muted: #526064;
  --on-dark: #f4f2ea;
  --on-dark-muted: #a9b1b2;
  --signal: #32b5d8;
  --signal-bright: #70d7ed;
  --action: #116c88;
  --action-hover: #0f6883;
  --accent-ink: #0a4e63;
  --positive: #85b79d;
  --caution: #d3a65b;
  --line-dark: rgba(244, 242, 234, 0.18);
  --line-light: rgba(13, 20, 23, 0.22);
  --font: "Archivo", Arial, sans-serif;
  --shell: min(1440px, calc(100vw - 64px));
  --reading: 70ch;
  --nav-height: 72px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 0;
  background: var(--graphite-void);
  color-scheme: dark light;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-height) + 20px);
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--graphite-void);
  color: var(--on-dark);
  font-family: var(--font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.nav-locked {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

::selection {
  background: var(--action);
  color: #fff;
}

:focus-visible {
  outline: 3px solid var(--action);
  outline-offset: 4px;
}

.site-nav :focus-visible,
.scene-dark :focus-visible,
.audit-checker :focus-visible,
.access-copy :focus-visible,
.site-footer :focus-visible {
  outline-color: var(--signal-bright);
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  background: var(--paper);
  color: var(--ink);
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.scene {
  position: relative;
  isolation: isolate;
}

.scene[id] {
  scroll-margin-top: calc(var(--nav-height) + 20px);
}

.scene-dark {
  background: var(--graphite-void);
  color: var(--on-dark);
}

.scene-paper {
  background: var(--paper);
  color: var(--ink);
}

.scene-shell,
.nav-shell,
.footer-shell,
.footer-bottom {
  width: var(--shell);
  margin-inline: auto;
}

.section-marker,
.eyebrow {
  margin: 0;
  color: var(--on-dark-muted);
  font-size: 12px;
  font-weight: 680;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.scene-paper .section-marker {
  color: var(--ink-muted);
}

.headline-accent {
  color: var(--signal);
  font: inherit;
}

.scene-paper .headline-accent {
  color: var(--accent-ink);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
}

.eyebrow span {
  width: 28px;
  height: 2px;
  background: var(--signal);
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font);
  text-wrap: balance;
}

h1,
h2 {
  font-weight: 800;
  letter-spacing: -0.04em;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--action);
  color: #fff;
}

.button-primary:hover {
  background: var(--action-hover);
}

.button-quiet {
  border-color: rgba(244, 242, 234, 0.42);
  background: rgba(5, 9, 11, 0.34);
  color: var(--on-dark);
}

.button-quiet:hover {
  border-color: var(--paper);
  background: rgba(244, 242, 234, 0.08);
}

.button-small {
  min-height: 42px;
  padding: 10px 16px;
  background: var(--action);
  color: #fff;
  font-size: 13px;
}

.text-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  color: var(--accent-ink);
  font-size: 14px;
  font-weight: 720;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

/* Navigation */

.nav-sentinel {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
}

.site-nav {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: var(--nav-height);
  color: var(--on-dark);
  transition: background-color 180ms ease, border-color 180ms ease;
}

.site-nav.is-scrolled,
.site-nav.is-open,
.site-nav.has-product-open {
  border-bottom: 1px solid var(--line-dark);
  background: rgba(5, 9, 11, 0.96);
}

.nav-shell {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 32px;
}

.brand {
  position: relative;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand .brand-lockup {
  display: block;
  width: 224px;
  height: auto;
  filter: drop-shadow(0 0 10px rgba(50, 181, 216, 0.12));
  mix-blend-mode: normal;
  transition: filter 220ms ease, transform 220ms ease;
}

.brand-picture {
  display: block;
  line-height: 0;
}

.brand:hover .brand-lockup,
.brand:focus-visible .brand-lockup {
  filter: brightness(1.06) drop-shadow(0 0 14px rgba(50, 181, 216, 0.28));
  transform: translateY(-1px);
}

.radar-dot {
  position: absolute;
  right: -10px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--signal);
  transform: translateY(-50%);
  box-shadow: 0 0 0 4px rgba(17, 108, 136, 0.2);
}

.nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 32px);
}

.nav-links a,
.nav-login {
  position: relative;
  color: rgba(244, 242, 234, 0.78);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.nav-links a::after,
.nav-login::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--signal);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.nav-links a:hover,
.nav-login:hover {
  color: var(--on-dark);
}

.nav-links a:hover::after,
.nav-login:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-product-disclosure {
  position: relative;
  flex: 0 0 auto;
}

.nav-product-disclosure > summary {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(244, 242, 234, 0.78);
  font-size: 13px;
  font-weight: 600;
  list-style: none;
  white-space: nowrap;
  cursor: pointer;
  transition: color 180ms ease;
}

.nav-product-disclosure > summary::-webkit-details-marker {
  display: none;
}

.nav-product-disclosure > summary:hover,
.nav-product-disclosure > summary:focus-visible {
  color: var(--on-dark);
}

.nav-product-disclosure > summary:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 2px 0 var(--signal-bright);
}

.nav-product-disclosure[open] > summary {
  color: var(--signal-bright);
}

.nav-product-chevron {
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-product-disclosure[open] .nav-product-chevron {
  transform: translateY(2px) rotate(225deg);
}

.nav-product-panel {
  position: absolute;
  z-index: 12;
  top: calc(100% + 24px);
  left: 50%;
  width: 330px;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 25px 35px;
  border: 1px solid #e9eaec;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(5, 9, 11, 0.08), 0 3px 10px rgba(5, 9, 11, 0.04);
  color: var(--ink);
  list-style: none;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, -12px, 0) scale(0.985);
  transform-origin: 50% 0;
  visibility: hidden;
  transition:
    opacity 180ms ease,
    transform 280ms cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0s linear 280ms;
}

.nav-product-panel::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 24px;
}

.nav-product-panel::after {
  display: none;
}

.nav-product-disclosure[open] > .nav-product-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(-50%, 0, 0) scale(1);
  visibility: visible;
  transition-delay: 0s;
}

.nav-product-disclosure[open] > .nav-product-panel::after {
  transform: scaleX(1);
}

.nav-links .nav-product-link {
  min-height: 50px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 0;
  border-radius: 10px;
  color: var(--ink);
  white-space: normal;
  transition: background-color 160ms ease, color 160ms ease;
}

.nav-links .nav-product-link::after {
  display: none;
}

.nav-links .nav-product-link:hover,
.nav-links .nav-product-link:focus-visible,
.nav-links .nav-product-link[aria-current="page"] {
  background: #f6f7f7;
  color: var(--active-ink);
}

.nav-links .nav-product-link:focus-visible {
  outline: 2px solid var(--action);
  outline-offset: 2px;
}

.nav-product-icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid #e9eaec;
  border-radius: 7px;
  background: #f6f6f6;
  color: #4b4f52;
  transition: border-color 160ms ease, background-color 160ms ease, transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-product-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.nav-product-link:hover .nav-product-icon,
.nav-product-link:focus-visible .nav-product-icon {
  border-color: #dfe7e8;
  background: #eef6f7;
  color: var(--active-ink);
}

.nav-product-copy,
.nav-product-copy strong {
  display: block;
  min-width: 0;
}

.nav-product-copy strong {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.mobile-only,
.menu {
  display: none;
}

/* home.css remains loaded for its release-tested audit layout. Its generic
   `.nav-links a` rule is more specific than `.mobile-only`, so restate the
   homepage mobile-only contract at equal-or-greater specificity. */
.nav-links .mobile-only {
  display: none;
}

/* Hero */

.hero {
  min-height: 0;
  display: grid;
  align-items: start;
  padding: 0;
  border-bottom: 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 66%, rgba(17, 108, 136, 0.12), rgba(5, 9, 11, 0) 58%),
    var(--graphite-void);
}

.hero::before {
  content: none;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  z-index: -2;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  width: max(100vw, 1280px);
  max-width: none;
  height: auto;
  filter: brightness(0.78) saturate(0.92);
  transform: translateX(-47%);
  pointer-events: none;
  user-select: none;
}

.hero-shade {
  z-index: -1;
  background:
    radial-gradient(ellipse 42% 34% at 50% 25%, rgba(5, 9, 11, 0.6) 0%, rgba(5, 9, 11, 0.36) 54%, rgba(5, 9, 11, 0) 100%),
    linear-gradient(180deg, rgba(5, 9, 11, 0.22) 0%, rgba(5, 9, 11, 0.36) 40%, rgba(5, 9, 11, 0.86) 66%, #05090b 82%),
    linear-gradient(90deg, rgba(5, 9, 11, 0.22) 0%, rgba(5, 9, 11, 0.36) 48%, rgba(5, 9, 11, 0.12) 74%, rgba(5, 9, 11, 0.28) 100%);
}

.hero-inner {
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding-top: calc(var(--nav-height) + 24px);
  padding-bottom: 72px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 920px);
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero .eyebrow {
  justify-content: center;
  margin-bottom: 18px;
  animation: hero-rise 760ms 120ms ease-out both;
}

.hero-claim {
  margin: 0 0 14px;
  color: var(--signal);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  animation: hero-rise 760ms 150ms ease-out both;
}

.hero h1 {
  max-width: 19ch;
  font-size: clamp(3.25rem, 4.4vw, 4.6rem);
  font-weight: 690;
  letter-spacing: -0.038em;
  line-height: 0.94;
}

.hero h1 span {
  display: block;
  animation: hero-rise 780ms cubic-bezier(0.2, 0.72, 0.2, 1) both;
}

.hero h1 span:nth-child(1) { animation-delay: 180ms; }
.hero h1 span:nth-child(2) { animation-delay: 260ms; }
.hero h1 span:nth-child(3) {
  color: var(--signal);
  animation-delay: 340ms;
}

.hero-lede {
  max-width: 60ch;
  margin: 18px 0 0;
  color: rgba(244, 242, 234, 0.78);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.6;
  animation: hero-rise 760ms 420ms ease-out both;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
  animation: hero-rise 760ms 500ms ease-out both;
}

.hero-system {
  --hero-system-gap: clamp(20px, 3vw, 46px);
  position: relative;
  z-index: 3;
  width: min(100%, 1240px);
  min-height: 394px;
  display: grid;
  grid-template-columns: minmax(150px, 0.72fr) minmax(560px, 680px) minmax(150px, 0.72fr);
  align-items: center;
  gap: var(--hero-system-gap);
  padding: 34px 0 0;
}

.hero-system::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 12% 22% -6%;
  background: radial-gradient(ellipse at center, rgba(50, 181, 216, 0.14), rgba(5, 9, 11, 0) 70%);
  filter: blur(18px);
  pointer-events: none;
}

.hero-demo {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 680px;
  justify-self: center;
  overflow: hidden;
  border: 1px solid rgba(112, 215, 237, 0.26);
  border-radius: 2px;
  background: rgba(5, 9, 11, 0.97);
  box-shadow: 24px 38px 90px -36px rgba(5, 9, 11, 0.94), 0 0 44px -26px rgba(50, 181, 216, 0.54);
  animation: hero-demo-register 900ms 620ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-demo::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(112, 215, 237, 0.9) 52%, transparent 100%);
  opacity: 0.75;
  pointer-events: none;
}

.hero-demo-bar,
.hero-demo-search,
.hero-demo-footer {
  display: flex;
  align-items: center;
}

.hero-demo-bar {
  min-height: 42px;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 13px 9px 15px;
  border-bottom: 1px solid rgba(244, 242, 234, 0.14);
  background: rgba(17, 25, 28, 0.9);
}

.hero-demo-brand {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--on-dark);
  line-height: 1;
}

.hero-demo-brand > i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border: 1px solid rgba(112, 215, 237, 0.72);
  background: var(--signal);
  box-shadow: 0 0 12px rgba(50, 181, 216, 0.72);
  transform: rotate(45deg);
}

.hero-demo-brand strong {
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.025em;
}

.hero-demo-brand small {
  padding-left: 8px;
  border-left: 1px solid rgba(244, 242, 234, 0.2);
  color: rgba(244, 242, 234, 0.52);
  font-size: 10px;
  font-weight: 600;
}

.hero-demo-toggle {
  min-width: 74px;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 5px 9px;
  border: 1px solid rgba(244, 242, 234, 0.22);
  border-radius: 2px;
  background: transparent;
  color: rgba(244, 242, 234, 0.72);
  font-size: 10px;
  font-weight: 680;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 120ms ease;
}

.hero-demo-toggle[hidden] {
  display: none;
}

.hero-demo-toggle:hover {
  border-color: rgba(112, 215, 237, 0.66);
  background: rgba(17, 108, 136, 0.14);
  color: var(--on-dark);
}

.hero-demo-toggle:active {
  transform: scale(0.97);
}

.hero-demo-toggle > i {
  position: relative;
  width: 8px;
  height: 9px;
  flex: 0 0 auto;
}

.hero-demo-toggle > i::before,
.hero-demo-toggle > i::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: currentColor;
}

.hero-demo-toggle > i::before { left: 1px; }
.hero-demo-toggle > i::after { right: 1px; }

.hero-demo[data-demo-paused="true"] .hero-demo-toggle > i::before {
  right: 0;
  left: 0;
  width: auto;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.hero-demo[data-demo-paused="true"] .hero-demo-toggle > i::after {
  display: none;
}

.hero-demo-steps {
  counter-reset: hero-demo-step;
  display: none;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(244, 242, 234, 0.12);
  background: rgba(10, 16, 18, 0.96);
  list-style: none;
}

.hero-demo-steps[data-demo-steps-enhanced="true"] {
  display: grid;
}

.hero-demo-steps > li {
  min-width: 0;
  counter-increment: hero-demo-step;
}

.hero-demo-steps [data-hero-demo-step] {
  position: relative;
  width: 100%;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px 10px;
  border: 0;
  border-right: 1px solid rgba(244, 242, 234, 0.09);
  border-radius: 0;
  background: transparent;
  color: rgba(244, 242, 234, 0.64);
  font: inherit;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease;
}

.hero-demo-steps > li:last-child [data-hero-demo-step] {
  border-right: 0;
}

.hero-demo-steps [data-hero-demo-step]::before {
  content: "0" counter(hero-demo-step);
  flex: 0 0 auto;
  color: rgba(112, 215, 237, 0.64);
  font-size: 9px;
  font-variant-numeric: tabular-nums;
  font-weight: 720;
  letter-spacing: 0.05em;
}

.hero-demo-steps [data-hero-demo-step]::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: -1px;
  left: 10px;
  height: 1px;
  background: var(--signal-bright);
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 160ms ease, transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-demo-steps [data-hero-demo-step]:hover {
  background: rgba(50, 181, 216, 0.06);
  color: rgba(244, 242, 234, 0.78);
}

.hero-demo-steps [data-hero-demo-step][aria-current="step"] {
  background: rgba(50, 181, 216, 0.1);
  color: var(--on-dark);
}

.hero-demo-steps [data-hero-demo-step][aria-current="step"]::before {
  color: var(--signal-bright);
}

.hero-demo-steps [data-hero-demo-step][aria-current="step"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.hero-demo-steps [data-hero-demo-step]:focus-visible {
  z-index: 2;
  outline: 2px solid var(--signal-bright);
  outline-offset: -4px;
}

.hero-demo-search {
  min-height: 48px;
  gap: 10px;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(244, 242, 234, 0.12);
  background: rgba(8, 13, 15, 0.98);
}

.hero-demo-search svg {
  flex: 0 0 auto;
  fill: none;
  stroke: rgba(244, 242, 234, 0.5);
  stroke-linecap: round;
  stroke-width: 1.6;
}

.hero-demo-query {
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
  color: var(--on-dark);
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
}

.hero-demo-query b {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  font-weight: 620;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.hero-demo-query > i {
  width: 1px;
  height: 14px;
  display: inline-block;
  margin-left: 3px;
  background: var(--signal-bright);
  opacity: 0;
  vertical-align: middle;
}

.hero-demo-search > small {
  flex: 0 0 auto;
  color: rgba(112, 215, 237, 0.82);
  font-size: 10px;
  font-weight: 680;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.hero-demo-canvas {
  position: relative;
  height: 226px;
  overflow: hidden;
  background:
    linear-gradient(rgba(50, 181, 216, 0.055) 1px, transparent 1px),
    rgba(5, 9, 11, 0.98);
  background-size: 100% 44px;
}

.hero-demo-view {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: 18px 18px 16px;
  color: var(--on-dark);
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 6px, 0);
  transition:
    opacity 220ms ease,
    visibility 0s linear 360ms,
    transform 380ms cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-demo-view > p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 18px;
  color: rgba(244, 242, 234, 0.52);
  font-size: 10px;
  font-weight: 680;
  letter-spacing: 0.055em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero-demo-view > p b {
  color: rgba(112, 215, 237, 0.9);
  font-size: 10px;
  font-weight: 680;
}

.hero-demo-footer {
  min-height: 40px;
  gap: 11px;
  padding: 10px 15px;
  border-top: 1px solid rgba(244, 242, 234, 0.12);
  background: rgba(17, 25, 28, 0.82);
  font-size: 10px;
  line-height: 1.25;
}

.hero-demo-footer > span {
  flex: 0 0 auto;
  color: rgba(112, 215, 237, 0.9);
  font-weight: 680;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-demo-footer > i {
  position: relative;
  height: 1px;
  flex: 1 1 auto;
  overflow: hidden;
  background: rgba(244, 242, 234, 0.16);
}

.hero-demo-footer > i > b {
  position: absolute;
  inset: 0;
  background: var(--signal-bright);
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-demo[data-demo-stage="search"] .hero-demo-footer > i > b { transform: scaleX(0.18); }
.hero-demo[data-demo-stage="open"] .hero-demo-footer > i > b { transform: scaleX(0.38); }
.hero-demo[data-demo-stage="signals"] .hero-demo-footer > i > b { transform: scaleX(0.6); }
.hero-demo[data-demo-stage="contact"] .hero-demo-footer > i > b { transform: scaleX(0.8); }
.hero-demo[data-demo-stage="proposal"] .hero-demo-footer > i > b { transform: scaleX(1); }

.hero-demo-footer > small {
  flex: 0 1 auto;
  overflow: hidden;
  color: rgba(244, 242, 234, 0.42);
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Product-authentic hero workbench. The public filing, evidence register and
   CRM action remain in one continuous shell so the motion explains continuity
   instead of swapping between unrelated cards. */
.hero-system.hero-workbench {
  width: min(100%, 1180px);
  min-height: 0;
  display: block;
  padding-top: 30px;
}

.hero-workbench .hero-demo {
  width: 100%;
  max-width: none;
}

.hero-workbench .hero-demo-bar {
  min-height: 46px;
  padding-inline: 16px 12px;
}

.hero-workbench-state {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-left: auto;
  color: rgba(244, 242, 234, 0.5);
  font-size: 10px;
  font-weight: 620;
}

.hero-workbench-state i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--positive);
  box-shadow: 0 2px 8px rgba(133, 183, 157, 0.32);
}

.hero-workbench-frame {
  min-height: 420px;
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr) 232px;
  background: rgba(5, 9, 11, 0.985);
}

.hero-workbench-nav,
.hero-workbench-inspector {
  min-width: 0;
  background: rgba(17, 25, 28, 0.72);
}

.hero-workbench-nav {
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(244, 242, 234, 0.12);
}

.hero-workbench-workspace {
  min-height: 62px;
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 9px;
  padding: 11px 13px;
  border-bottom: 1px solid rgba(244, 242, 234, 0.1);
}

.hero-workbench-workspace > span {
  grid-row: 1 / 3;
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(112, 215, 237, 0.4);
  border-radius: 2px;
  background: rgba(17, 108, 136, 0.22);
  color: var(--signal-bright);
  font-size: 10px;
  font-weight: 760;
}

.hero-workbench-workspace b,
.hero-workbench-workspace small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-workbench-workspace b {
  align-self: end;
  color: var(--on-dark);
  font-size: 11px;
}

.hero-workbench-workspace small {
  color: rgba(244, 242, 234, 0.44);
  font-size: 10px;
}

.hero-workbench-nav nav {
  display: grid;
  gap: 3px;
  padding: 12px 8px;
}

.hero-workbench-nav nav > span {
  position: relative;
  min-height: 38px;
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  padding: 8px 7px;
  border-radius: 2px;
  color: rgba(244, 242, 234, 0.54);
  transition: background-color 220ms ease, color 220ms ease;
}

.hero-workbench-nav nav > span::after {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: -8px;
  width: 1px;
  background: var(--signal-bright);
  opacity: 0;
  transform: scaleY(0.4);
  transition: opacity 220ms ease, transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-workbench-nav nav > span > i {
  width: 11px;
  height: 11px;
  border: 1px solid currentColor;
  border-radius: 2px;
  opacity: 0.72;
}

.hero-workbench-nav nav > span > b,
.hero-workbench-nav nav > span > small {
  font-size: 10px;
  line-height: 1.2;
}

.hero-workbench-nav nav > span > b { font-weight: 620; }
.hero-workbench-nav nav > span > small { color: rgba(112, 215, 237, 0.68); }

.hero-demo[data-demo-stage="search"] [data-workbench-nav="search"],
.hero-demo[data-demo-stage="open"] [data-workbench-nav="plans"],
.hero-demo[data-demo-stage="signals"] [data-workbench-nav="plans"],
.hero-demo[data-demo-stage="contact"] [data-workbench-nav="pipeline"],
.hero-demo[data-demo-stage="proposal"] [data-workbench-nav="pipeline"] {
  background: rgba(50, 181, 216, 0.1);
  color: var(--on-dark);
}

.hero-demo[data-demo-stage="search"] [data-workbench-nav="search"]::after,
.hero-demo[data-demo-stage="open"] [data-workbench-nav="plans"]::after,
.hero-demo[data-demo-stage="signals"] [data-workbench-nav="plans"]::after,
.hero-demo[data-demo-stage="contact"] [data-workbench-nav="pipeline"]::after,
.hero-demo[data-demo-stage="proposal"] [data-workbench-nav="pipeline"]::after {
  opacity: 1;
  transform: scaleY(1);
}

.hero-workbench-saved {
  margin-top: auto;
  padding: 12px 13px 15px;
  border-top: 1px solid rgba(244, 242, 234, 0.1);
}

.hero-workbench-saved small,
.hero-workbench-saved span {
  display: block;
  font-size: 10px;
}

.hero-workbench-saved small {
  margin-bottom: 8px;
  color: rgba(244, 242, 234, 0.36);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero-workbench-saved span {
  color: rgba(244, 242, 234, 0.62);
  font-weight: 620;
}

.hero-workbench-saved i {
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--caution);
}

.hero-workbench-main {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-right: 1px solid rgba(244, 242, 234, 0.12);
  isolation: isolate;
}

.hero-workbench-main::after {
  content: "";
  position: absolute;
  z-index: 8;
  inset: 0;
  width: 100%;
  background: linear-gradient(
    90deg,
    transparent 45%,
    rgba(50, 181, 216, 0.025) 47%,
    rgba(112, 215, 237, 0.16) 49.72%,
    var(--signal-bright) 50%,
    rgba(50, 181, 216, 0.12) 50.28%,
    transparent 55%
  );
  opacity: 0;
  pointer-events: none;
  transform: translate3d(58%, 0, 0);
}

.hero-workbench .hero-demo-search {
  min-height: 60px;
  padding-inline: 18px;
}

.hero-workbench .hero-demo-search kbd {
  min-width: 32px;
  padding: 4px 6px;
  border: 1px solid rgba(244, 242, 234, 0.16);
  border-radius: 2px;
  color: rgba(244, 242, 234, 0.42);
  font-family: inherit;
  font-size: 10px;
  text-align: center;
}

.hero-workbench .hero-demo-canvas {
  height: 360px;
  background:
    linear-gradient(rgba(50, 181, 216, 0.045) 1px, transparent 1px),
    rgba(5, 9, 11, 0.99);
  background-size: 100% 54px;
}

.hero-workbench .hero-demo-view {
  padding: 18px 20px;
}

.hero-demo[data-demo-stage="search"] [data-demo-view="search"],
.hero-demo[data-demo-stage="open"] [data-demo-view="open"],
.hero-demo[data-demo-stage="signals"] [data-demo-view="signals"],
.hero-demo[data-demo-stage="contact"] [data-demo-view="contact"],
.hero-demo[data-demo-stage="proposal"] [data-demo-view="proposal"] {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition-delay: 70ms, 0s, 70ms;
}

.hero-workbench-result {
  min-height: 104px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border-top: 1px solid rgba(112, 215, 237, 0.42);
  border-bottom: 1px solid rgba(244, 242, 234, 0.14);
  background: rgba(24, 34, 37, 0.76);
}

.hero-workbench-result-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(112, 215, 237, 0.42);
  color: var(--signal-bright);
  font-size: 10px;
  font-weight: 760;
}

.hero-workbench-result > span:nth-child(2),
.hero-workbench-result strong,
.hero-workbench-result small {
  min-width: 0;
  display: block;
}

.hero-workbench-result strong {
  overflow: hidden;
  color: var(--on-dark);
  font-size: 15px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-workbench-result small {
  margin-top: 5px;
  color: rgba(244, 242, 234, 0.48);
  font-size: 10px;
}

.hero-workbench-result > b {
  color: var(--signal-bright);
  font-size: 10px;
}

.hero-workbench-result-meta,
.hero-workbench-metrics,
.hero-workbench-inspector dl,
.hero-workbench-proposal-sheet dl {
  margin: 0;
}

.hero-workbench-result-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
  border-top: 1px solid rgba(244, 242, 234, 0.12);
  border-bottom: 1px solid rgba(244, 242, 234, 0.12);
}

.hero-workbench-result-meta > div {
  padding: 13px 12px;
  border-right: 1px solid rgba(244, 242, 234, 0.1);
}

.hero-workbench-result-meta > div:last-child { border-right: 0; }
.hero-workbench-result-meta dt,
.hero-workbench-result-meta dd { margin: 0; font-size: 10px; }
.hero-workbench-result-meta dt { color: rgba(244, 242, 234, 0.42); }
.hero-workbench-result-meta dd { margin-top: 5px; color: rgba(244, 242, 234, 0.78); font-weight: 620; }

.hero-workbench-plan-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(112, 215, 237, 0.34);
}

.hero-workbench-plan-head > span,
.hero-workbench-plan-head small,
.hero-workbench-plan-head strong { min-width: 0; display: block; }
.hero-workbench-plan-head small { margin-bottom: 5px; color: rgba(112, 215, 237, 0.72); font-size: 10px; text-transform: uppercase; letter-spacing: 0.05em; }
.hero-workbench-plan-head strong { overflow: hidden; color: var(--on-dark); font-size: 17px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.hero-workbench-plan-head > b { flex: 0 0 auto; padding: 6px 8px; border: 1px solid rgba(244, 242, 234, 0.18); border-radius: 2px; color: rgba(244, 242, 234, 0.65); font-size: 10px; font-weight: 620; }

.hero-workbench-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid rgba(244, 242, 234, 0.12);
}

.hero-workbench-metrics > div {
  min-width: 0;
  padding: 18px 14px;
  border-right: 1px solid rgba(244, 242, 234, 0.1);
}

.hero-workbench-metrics > div:last-child { border-right: 0; }
.hero-workbench-metrics dt,
.hero-workbench-metrics dd,
.hero-workbench-metrics small { display: block; margin: 0; }
.hero-workbench-metrics dt { min-height: 28px; color: rgba(244, 242, 234, 0.46); font-size: 10px; line-height: 1.4; }
.hero-workbench-metrics dd { margin-top: 9px; color: var(--on-dark); font-size: 20px; font-weight: 660; line-height: 1; font-variant-numeric: tabular-nums; }
.hero-workbench-metrics small { margin-top: 8px; overflow: hidden; color: rgba(112, 215, 237, 0.62); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }

.hero-workbench-yearline {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 24px;
  color: rgba(244, 242, 234, 0.4);
  font-size: 10px;
  font-variant-numeric: tabular-nums;
}

.hero-workbench-yearline i {
  height: 1px;
  flex: 1 1 auto;
  background: rgba(50, 181, 216, 0.28);
}

.hero-workbench-yearline b {
  color: var(--signal-bright);
}

.hero-workbench-signals ol {
  position: relative;
  margin: 0;
  padding: 0 0 0 19px;
  list-style: none;
}

.hero-workbench-signals ol::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 23px;
  left: 5px;
  width: 1px;
  background: var(--signal-bright);
  box-shadow: 4px 2px 12px rgba(50, 181, 216, 0.22);
  transform: scaleY(0);
  transform-origin: top;
}

.hero-workbench-signals li {
  position: relative;
  min-height: 68px;
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr) minmax(142px, 0.72fr);
  align-items: center;
  gap: 11px;
  border-top: 1px solid rgba(244, 242, 234, 0.11);
}

.hero-workbench-signals li:last-child { border-bottom: 1px solid rgba(244, 242, 234, 0.11); }
.hero-workbench-signals li > i { width: 7px; height: 7px; border: 1px solid var(--signal-bright); border-radius: 50%; background: var(--graphite-void); }
.hero-workbench-signals li > i[data-signal="gap"],
.hero-workbench-signals li > i[data-signal="review"] { border-color: var(--caution); }
.hero-workbench-signals li > span,
.hero-workbench-signals li strong,
.hero-workbench-signals li small { min-width: 0; display: block; }
.hero-workbench-signals li strong { color: var(--on-dark); font-size: 11px; line-height: 1.35; }
.hero-workbench-signals li small { margin-top: 4px; overflow: hidden; color: rgba(244, 242, 234, 0.46); font-size: 10px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.hero-workbench-signals li > b { color: rgba(244, 242, 234, 0.48); font-size: 10px; font-weight: 560; line-height: 1.35; text-align: right; }
.hero-workbench-signals > small { margin-top: 13px; color: rgba(244, 242, 234, 0.46); font-size: 10px; line-height: 1.45; }

.hero-workbench-relationship-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(112, 215, 237, 0.28);
  border-bottom: 1px solid rgba(244, 242, 234, 0.12);
}

.hero-workbench-relationship-grid section {
  min-width: 0;
  padding: 20px 18px;
  border-right: 1px solid rgba(244, 242, 234, 0.11);
}

.hero-workbench-relationship-grid section:last-child { border-right: 0; }
.hero-workbench-relationship-grid small,
.hero-workbench-relationship-grid strong,
.hero-workbench-relationship-grid span,
.hero-workbench-relationship-grid a { display: block; }
.hero-workbench-relationship-grid small { color: rgba(244, 242, 234, 0.42); font-size: 10px; }
.hero-workbench-relationship-grid strong { margin-top: 12px; color: var(--on-dark); font-size: 18px; }
.hero-workbench-relationship-grid span { margin-top: 4px; color: rgba(244, 242, 234, 0.58); font-size: 10px; }
.hero-workbench-relationship-grid a { margin-top: 18px; color: var(--signal-bright); font-size: 10px; }

.hero-workbench-activity {
  min-height: 66px;
  display: grid;
  grid-template-columns: 9px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding: 0 14px;
  border: 1px solid rgba(244, 242, 234, 0.12);
  background: rgba(17, 25, 28, 0.5);
}

.hero-workbench-activity > i { width: 7px; height: 7px; border-radius: 50%; background: var(--signal); }
.hero-workbench-activity span,
.hero-workbench-activity strong,
.hero-workbench-activity small { min-width: 0; display: block; }
.hero-workbench-activity strong { color: var(--on-dark); font-size: 11px; }
.hero-workbench-activity small { margin-top: 4px; overflow: hidden; color: rgba(244, 242, 234, 0.44); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.hero-workbench-activity > b { color: rgba(244, 242, 234, 0.66); font-size: 10px; }
.hero-workbench-activity.is-complete > i { background: var(--positive); }
.hero-workbench-activity.is-complete > b { color: var(--positive); }

.hero-workbench-proposal-sheet {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  gap: 20px;
  align-items: center;
  min-height: 116px;
  padding: 14px 18px;
  border-top: 1px solid rgba(133, 183, 157, 0.5);
  border-bottom: 1px solid rgba(244, 242, 234, 0.12);
  background: rgba(24, 34, 37, 0.62);
}

.hero-workbench-proposal-sheet > span,
.hero-workbench-proposal-sheet small,
.hero-workbench-proposal-sheet strong { min-width: 0; display: block; }
.hero-workbench-proposal-sheet small { color: rgba(133, 183, 157, 0.86); font-size: 10px; letter-spacing: 0.05em; text-transform: uppercase; }
.hero-workbench-proposal-sheet strong { margin-top: 10px; color: var(--on-dark); font-size: 15px; line-height: 1.35; }
.hero-workbench-proposal-sheet dl { border-top: 1px solid rgba(244, 242, 234, 0.12); }
.hero-workbench-proposal-sheet dl > div { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-bottom: 1px solid rgba(244, 242, 234, 0.1); }
.hero-workbench-proposal-sheet dt,
.hero-workbench-proposal-sheet dd { margin: 0; font-size: 10px; }
.hero-workbench-proposal-sheet dt { color: rgba(244, 242, 234, 0.42); }
.hero-workbench-proposal-sheet dd { color: rgba(244, 242, 234, 0.76); font-weight: 620; text-align: right; }

.hero-workbench-inspector {
  position: relative;
  overflow: hidden;
  padding: 0;
  transition: background-color 320ms ease;
}

.hero-workbench-inspector-view {
  position: absolute;
  inset: 16px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(8px, 0, 0);
  transition: opacity 240ms ease, transform 320ms cubic-bezier(0.16, 1, 0.3, 1), visibility 0s 320ms;
}

.hero-demo[data-demo-stage="open"] .hero-workbench-inspector,
.hero-demo[data-demo-stage="signals"] .hero-workbench-inspector,
.hero-demo[data-demo-stage="contact"] .hero-workbench-inspector,
.hero-demo[data-demo-stage="proposal"] .hero-workbench-inspector {
  background: rgba(17, 25, 28, 0.92);
}

.hero-demo[data-demo-stage="open"] .hero-workbench-inspector-source,
.hero-demo[data-demo-stage="signals"] .hero-workbench-inspector-source,
.hero-demo[data-demo-stage="contact"] .hero-workbench-inspector-opportunity,
.hero-demo[data-demo-stage="proposal"] .hero-workbench-inspector-opportunity {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition-delay: 80ms, 80ms, 0s;
}

.hero-workbench-inspector-view > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(112, 215, 237, 0.3);
}

.hero-workbench-inspector-view > header span { color: rgba(244, 242, 234, 0.48); font-size: 10px; text-transform: uppercase; letter-spacing: 0.05em; }
.hero-workbench-inspector-view > header b { padding: 5px 7px; border: 1px solid rgba(133, 183, 157, 0.4); border-radius: 2px; color: var(--positive); font-size: 10px; }
.hero-workbench-inspector-source > header b { border-color: rgba(112, 215, 237, 0.36); color: var(--signal-bright); }
.hero-workbench-inspector dl > div { display: flex; justify-content: space-between; gap: 10px; padding: 11px 0; border-bottom: 1px solid rgba(244, 242, 234, 0.1); }
.hero-workbench-inspector dt,
.hero-workbench-inspector dd { margin: 0; font-size: 10px; }
.hero-workbench-inspector dt { color: rgba(244, 242, 234, 0.4); }
.hero-workbench-inspector dd { color: rgba(244, 242, 234, 0.75); font-weight: 620; text-align: right; }
.hero-workbench-inspector-view > section { padding: 14px 0; border-bottom: 1px solid rgba(244, 242, 234, 0.1); }
.hero-workbench-inspector-view > section small,
.hero-workbench-inspector-view > section strong,
.hero-workbench-inspector-view > section span { display: block; }
.hero-workbench-inspector-view > section small { color: rgba(244, 242, 234, 0.4); font-size: 10px; }
.hero-workbench-inspector-view > section strong { margin-top: 8px; color: var(--on-dark); font-size: 12px; line-height: 1.35; }
.hero-workbench-inspector-view > section span { margin-top: 4px; color: rgba(244, 242, 234, 0.48); font-size: 10px; line-height: 1.4; }

.hero-workbench-source-status {
  min-height: 52px;
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding: 10px;
  border: 1px solid rgba(112, 215, 237, 0.26);
  background: rgba(50, 181, 216, 0.055);
}

.hero-workbench-source-status > i {
  width: 7px;
  height: 7px;
  border: 1px solid var(--signal-bright);
  border-radius: 50%;
}

.hero-workbench-source-status span,
.hero-workbench-source-status strong,
.hero-workbench-source-status small { min-width: 0; display: block; }
.hero-workbench-source-status strong { color: var(--on-dark); font-size: 10px; line-height: 1.3; }
.hero-workbench-source-status small { margin-top: 3px; color: rgba(244, 242, 234, 0.44); font-size: 10px; }

.hero-workbench-actions {
  display: grid;
  gap: 7px;
  padding-top: 14px;
}

.hero-workbench-actions > span {
  min-height: 34px;
  display: flex;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid rgba(244, 242, 234, 0.16);
  border-radius: 2px;
  color: rgba(244, 242, 234, 0.66);
  font-size: 10px;
  font-weight: 620;
}

.hero-workbench-actions > span:first-child {
  border-color: rgba(17, 108, 136, 0.8);
  background: var(--action);
  color: #fff;
}

.hero-workbench-ready {
  display: none;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding: 11px;
  border: 1px solid rgba(133, 183, 157, 0.38);
  background: rgba(133, 183, 157, 0.08);
}

.hero-demo[data-demo-stage="proposal"] .hero-workbench-ready { display: grid; }
.hero-demo[data-demo-stage="proposal"] .hero-workbench-actions > span:first-child { opacity: 0.42; }
.hero-workbench-ready > i { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid rgba(133, 183, 157, 0.5); border-radius: 50%; color: var(--positive); font-style: normal; font-size: 10px; }
.hero-workbench-ready span,
.hero-workbench-ready strong,
.hero-workbench-ready small { min-width: 0; display: block; }
.hero-workbench-ready strong { color: var(--on-dark); font-size: 10px; }
.hero-workbench-ready small { margin-top: 3px; color: rgba(244, 242, 234, 0.44); font-size: 10px; }

.hero-workbench-complete-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 10px;
  border-top: 1px solid rgba(244, 242, 234, 0.12);
  border-bottom: 1px solid rgba(244, 242, 234, 0.12);
}

.hero-workbench-complete-summary > span {
  min-width: 0;
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr);
  gap: 2px 8px;
  padding: 9px 10px;
  border-right: 1px solid rgba(244, 242, 234, 0.1);
}

.hero-workbench-complete-summary > span:last-child { border-right: 0; }
.hero-workbench-complete-summary i { grid-row: 1 / 3; align-self: center; width: 7px; height: 7px; border: 1px solid var(--signal-bright); border-radius: 50%; }
.hero-workbench-complete-summary i[data-signal="gap"],
.hero-workbench-complete-summary i[data-signal="review"] { border-color: var(--caution); }
.hero-workbench-complete-summary b,
.hero-workbench-complete-summary small { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hero-workbench-complete-summary b { color: var(--on-dark); font-size: 10px; }
.hero-workbench-complete-summary small { color: rgba(244, 242, 234, 0.46); font-size: 10px; }

/* Pausing stops stage progression, but finite entrance motion is allowed to
   finish. Otherwise a manually selected stage can freeze on its invisible
   first keyframe and look empty. */

@media (prefers-reduced-motion: no-preference) {
  .hero.is-motion-active .hero-demo[data-demo-stage="open"] .hero-workbench-main::after {
    animation: workbench-read-plane 960ms cubic-bezier(0.16, 1, 0.3, 1) both;
    will-change: transform, opacity;
  }

  .hero.is-motion-active .hero-demo[data-demo-stage="search"] .hero-workbench-result,
  .hero.is-motion-active .hero-demo[data-demo-stage="open"] .hero-workbench-plan-head,
  .hero.is-motion-active .hero-demo[data-demo-stage="open"] .hero-workbench-metrics > div {
    animation: hero-demo-row-register 420ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .hero.is-motion-active .hero-demo[data-demo-stage="search"] .hero-workbench-result {
    animation-delay: 160ms;
  }

  .hero.is-motion-active .hero-demo[data-demo-stage="open"] .hero-workbench-metrics > div:nth-child(1) {
    animation-delay: 160ms;
  }

  .hero.is-motion-active .hero-demo[data-demo-stage="open"] .hero-workbench-metrics > div:nth-child(2) {
    animation-delay: 260ms;
  }

  .hero.is-motion-active .hero-demo[data-demo-stage="open"] .hero-workbench-metrics > div:nth-child(3) {
    animation-delay: 360ms;
  }

  .hero.is-motion-active .hero-demo[data-demo-stage="signals"] .hero-workbench-signals ol::before {
    animation: workbench-source-trace 680ms 80ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .hero.is-motion-active .hero-demo[data-demo-stage="signals"] .hero-workbench-signals li,
  .hero.is-motion-active .hero-demo[data-demo-stage="contact"] .hero-workbench-relationship-grid section,
  .hero.is-motion-active .hero-demo[data-demo-stage="proposal"] .hero-workbench-proposal-sheet,
  .hero.is-motion-active .hero-demo[data-demo-stage="proposal"] .hero-workbench-activity {
    animation: hero-demo-row-register 440ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .hero.is-motion-active .hero-demo[data-demo-stage="signals"] .hero-workbench-signals li:nth-child(2),
  .hero.is-motion-active .hero-demo[data-demo-stage="contact"] .hero-workbench-relationship-grid section:nth-child(2) {
    animation-delay: 120ms;
  }

  .hero.is-motion-active .hero-demo[data-demo-stage="signals"] .hero-workbench-signals li:nth-child(3),
  .hero.is-motion-active .hero-demo[data-demo-stage="proposal"] .hero-workbench-activity {
    animation-delay: 240ms;
  }
}

@keyframes workbench-read-plane {
  0% { opacity: 0; transform: translate3d(58%, 0, 0); }
  10% { opacity: 1; }
  84% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(-47%, 0, 0); }
}

@keyframes workbench-source-trace {
  from { opacity: 0.2; transform: scaleY(0); }
  to { opacity: 1; transform: scaleY(1); }
}

@keyframes hero-rise {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes hero-demo-register {
  from {
    opacity: 0;
    clip-path: inset(0 0 12% 0);
    transform: translate3d(18px, 12px, 0);
  }
  to {
    opacity: 1;
    clip-path: inset(0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hero-demo-query-reveal {
  from { clip-path: inset(0 100% 0 0); }
  to { clip-path: inset(0); }
}

@keyframes hero-demo-caret {
  0%, 44% { opacity: 1; }
  45%, 100% { opacity: 0; }
}

@keyframes hero-demo-row-register {
  from { opacity: 0; clip-path: inset(0 100% 0 0); transform: translate3d(10px, 0, 0); }
  to { opacity: 1; clip-path: inset(0); transform: translate3d(0, 0, 0); }
}

/* Transformation */

.transformation {
  padding: clamp(88px, 7.5vw, 120px) 0 56px;
  border-top: 1px solid var(--line-dark);
}

.transformation-head {
  display: block;
  text-align: center;
}

.transformation-head .section-marker {
  margin-bottom: 0;
}

.transformation-head h2 {
  max-width: 1080px;
  margin: 28px auto 0;
  font-size: clamp(3.1rem, 5vw, 4.8rem);
  line-height: 0.97;
}

.transformation-head > p:last-child {
  max-width: 680px;
  margin: 30px auto 0;
  color: var(--on-dark-muted);
  font-size: 17px;
}

.transformation-figure {
  position: relative;
  width: min(1440px, calc(100vw - clamp(56px, 8vw, 128px)));
  margin: clamp(48px, 5vw, 72px) auto 0;
  background: transparent;
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.transformation-figure > img {
  width: 100%;
  height: clamp(480px, 43vw, 620px);
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center 42%;
}

.transformation-steps {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-dark);
  background: rgba(5, 9, 11, 0.96);
  list-style: none;
}

.transformation-steps li {
  min-height: 96px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 26px;
  border-right: 1px solid var(--line-dark);
}

.transformation-steps li:last-child {
  border-right: 0;
}

.transformation-steps b {
  color: var(--signal);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.transformation-steps span,
.transformation-steps strong,
.transformation-steps small {
  display: block;
}

.transformation-steps strong {
  font-size: 18px;
}

.transformation-steps small {
  margin-top: 3px;
  color: var(--on-dark-muted);
  font-size: 13px;
}

.transformation-figure figcaption,
.product-plane figcaption {
  padding: 12px 18px;
  border-top: 1px solid var(--line-dark);
  color: var(--on-dark-muted);
  font-size: 11px;
}

/* Coverage */

.coverage {
  min-height: 760px;
  display: grid;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid var(--line-dark);
}

.coverage-image,
.coverage-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.coverage-image {
  right: 0;
  left: auto;
  width: min(54%, 920px);
  object-fit: cover;
  object-position: 46% center;
  transition: transform 1300ms cubic-bezier(0.2, 0.72, 0.2, 1), opacity 800ms ease;
}

.coverage-shade {
  z-index: -1;
  background: linear-gradient(90deg, #05090b 0%, rgba(5, 9, 11, 0.98) 43%, rgba(5, 9, 11, 0.56) 69%, rgba(5, 9, 11, 0.82) 100%);
}

.coverage-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
  gap: clamp(48px, 6vw, 96px);
  align-items: end;
  padding: 96px 0 116px;
}

.coverage-number {
  margin: 36px 0 6px;
  color: var(--signal);
  font-size: clamp(4.5rem, 9vw, 6rem);
  font-weight: 820;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.055em;
  line-height: 0.88;
}

.coverage-lead h2 {
  max-width: 720px;
  font-size: clamp(2.2rem, 4vw, 4.4rem);
  line-height: 0.98;
}

.coverage-note {
  max-width: 480px;
  margin: 28px 0 0;
  color: var(--on-dark-muted);
  font-size: 17px;
}

.coverage-boundary {
  max-width: 560px;
  margin: 16px 0 0;
  color: rgba(244, 242, 234, 0.58);
  font-size: 12px;
  line-height: 1.55;
}

.coverage-boundary strong {
  color: rgba(244, 242, 234, 0.78);
}

.coverage-register {
  margin: 0;
  padding: 4px 24px;
  border-top: 1px solid rgba(244, 242, 234, 0.48);
  border-left: 1px solid rgba(112, 215, 237, 0.24);
  background: linear-gradient(90deg, rgba(5, 9, 11, 0.78), rgba(5, 9, 11, 0.58));
  backdrop-filter: blur(10px);
}

.coverage-register > div {
  display: grid;
  grid-template-columns: minmax(115px, 0.45fr) 1fr;
  gap: 8px 22px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line-dark);
}

.coverage-register dt {
  grid-row: 1 / 3;
  color: var(--on-dark);
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  font-weight: 760;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.04em;
  line-height: 1;
}

.coverage-register dd,
.coverage-register small {
  margin: 0;
}

.coverage-register dd {
  font-size: 15px;
  font-weight: 680;
}

.coverage-register small {
  color: rgba(244, 242, 234, 0.7);
  font-size: 13px;
  line-height: 1.45;
}

.coverage-source {
  position: absolute;
  right: 32px;
  bottom: 24px;
  left: 32px;
  margin: 0;
  color: rgba(244, 242, 234, 0.68);
  font-size: 11px;
  text-align: center;
}

.coverage-source a {
  color: rgba(244, 242, 234, 0.92);
}

.motion-ready [data-motion="coverage"].motion-pending .coverage-image {
  opacity: 0.55;
  transform: scale(1.04);
}

.motion-ready [data-motion="coverage"].is-inview .coverage-image {
  opacity: 1;
  transform: scale(1);
}

/* Product */

.product {
  padding: clamp(88px, 7.5vw, 120px) 0;
}

.product-heading {
  display: block;
  text-align: center;
}

.product-heading h2 {
  max-width: 980px;
  margin: 22px auto 0;
  font-size: clamp(3rem, 4.8vw, 4.7rem);
  line-height: 0.97;
}

.product-heading > p {
  max-width: 650px;
  margin: 28px auto 0;
  color: var(--ink-muted);
  font-size: 17px;
}

/* A local synthetic filing trace preserves the upstream keyboard and source
   contracts inside the cinematic product chapter. The authored transition is
   complete without JavaScript; search and evidence controls progressively
   reveal only after home-demo.js validates every required element. */
.evidence-trace {
  --trace-paper: #fcfdfc;
  --trace-canvas: #f2f3ef;
  --trace-mineral: #e5eae7;
  --trace-ink: #15262c;
  --trace-muted: #53666b;
  --trace-rule: #bbc8c7;
  --trace-field: #6b7f80;
  --trace-action: #116c88;
  --trace-instrument: #0a4e63;
  width: min(1260px, calc(100vw - clamp(56px, 8vw, 128px)));
  min-width: 0;
  margin: clamp(52px, 6vw, 82px) auto 0;
  overflow: hidden;
  border: 1px solid rgba(13, 20, 23, 0.46);
  border-radius: 2px;
  background: var(--trace-paper);
  color: var(--trace-ink);
  box-shadow: 0 30px 80px rgba(13, 20, 23, 0.16), 0 3px 8px rgba(13, 20, 23, 0.08);
  transition: opacity 760ms ease, transform 880ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.evidence-trace :focus-visible {
  outline-color: var(--trace-instrument);
}

.trace-header {
  min-height: 54px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 4px 18px;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(244, 242, 234, 0.18);
  background: var(--graphite);
  color: var(--on-dark);
  font-size: 12px;
}

.trace-header strong {
  font-size: 13px;
  font-weight: 720;
}

.trace-header span {
  color: var(--on-dark-muted);
}

.synthetic-search {
  padding: 14px 20px 12px;
  border-bottom: 1px solid var(--trace-rule);
  background: var(--trace-canvas);
}

.synthetic-search[hidden],
.trace-register[hidden],
.trace-saved[hidden],
.trace-reset[hidden] {
  display: none !important;
}

.synthetic-search > label {
  display: block;
  margin-bottom: 7px;
  color: var(--trace-ink);
  font-size: 12px;
  font-weight: 700;
}

.synthetic-search-control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.synthetic-search-control input {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 10px 13px;
  border: 1px solid var(--trace-field);
  border-right: 0;
  border-radius: 2px 0 0 2px;
  background: var(--trace-paper);
  color: var(--trace-ink);
  font-size: 16px;
}

.synthetic-search-control input[aria-invalid="true"] {
  border-color: var(--trace-ink);
  box-shadow: inset 0 0 0 1px var(--trace-ink);
}

.synthetic-search-control button {
  min-height: 46px;
  padding: 10px 18px;
  border: 1px solid var(--trace-action);
  border-radius: 0 2px 2px 0;
  background: var(--trace-action);
  color: #fff;
  font-size: 13px;
  font-weight: 720;
  cursor: pointer;
}

.synthetic-search-control button:hover {
  background: var(--action-hover);
}

.synthetic-suggestions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 16px;
  margin-top: 2px;
}

.synthetic-suggestions > span,
.synthetic-search-disclosure {
  color: var(--trace-muted);
  font-size: 12px;
}

.synthetic-suggestions button,
.trace-reset {
  min-height: 44px;
  padding: 6px 0;
  border: 0;
  background: transparent;
  color: var(--trace-instrument);
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  cursor: pointer;
}

.synthetic-suggestions button:hover,
.trace-reset:hover {
  color: var(--trace-ink);
}

.synthetic-search-status {
  min-height: 0;
  margin: 0;
  color: var(--trace-instrument);
  font-size: 12px;
  line-height: 1.4;
}

.synthetic-search-status:not(:empty) {
  margin-top: 3px;
}

.synthetic-search-status[data-status="error"] {
  color: var(--trace-ink);
  font-weight: 680;
}

.synthetic-search-disclosure {
  margin: 0;
  line-height: 1.4;
}

.trace-signal {
  padding: 16px 20px 14px;
  border-bottom: 1px solid var(--trace-rule);
}

.trace-signal:focus-visible {
  outline-offset: -4px;
}

.trace-signal-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
}

.trace-signal-head > div {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 3px 10px;
}

.trace-signal-head span,
.trace-signal-head > strong {
  color: var(--trace-instrument);
  font-size: 12px;
  font-weight: 700;
}

.trace-signal-head h2 {
  margin: 0;
  color: var(--trace-ink);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 750;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.trace-signal-head > strong {
  flex: none;
  font-variant-numeric: tabular-nums;
}

.trace-signal-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 14px 0 0;
}

.trace-signal-facts > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 10px;
  min-width: 0;
  padding: 2px 18px;
  border-right: 1px solid var(--trace-rule);
}

.trace-signal-facts > div:first-child {
  padding-left: 0;
}

.trace-signal-facts > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.trace-signal-facts dt,
.trace-signal-source {
  color: var(--trace-muted);
  font-size: 12px;
  line-height: 1.35;
}

.trace-signal-facts dt {
  grid-column: 2;
  grid-row: 1;
}

.trace-signal-value {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: center;
  margin: 0;
  color: var(--trace-instrument);
  font-size: 18px;
  font-weight: 720;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.trace-signal-source {
  grid-column: 2;
  grid-row: 2;
  margin: 1px 0 0;
}

.trace-derivation {
  margin: 14px 0 0;
  padding-top: 12px;
  border-top: 1px solid var(--trace-rule);
  color: var(--trace-muted);
  font-size: 12px;
  line-height: 1.48;
}

.trace-derivation span {
  margin-right: 7px;
  color: var(--trace-instrument);
  font-weight: 700;
}

.trace-derivation strong {
  color: var(--trace-ink);
  font-weight: 680;
}

.trace-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  min-height: 230px;
  border-bottom: 1px solid var(--trace-rule);
}

.trace-source {
  min-width: 0;
  padding: 20px;
  border-right: 1px solid var(--trace-rule);
  animation: trace-arrives 260ms cubic-bezier(0.2, 0.72, 0.2, 1) both;
}

.trace-source header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3px 12px;
  padding-bottom: 11px;
  border-bottom: 1px solid var(--trace-rule);
  color: var(--trace-muted);
  font-size: 12px;
}

.trace-source header small {
  font-size: 12px;
}

.trace-source h3 {
  margin: 13px 0 0;
  color: var(--trace-ink);
  font-size: 19px;
  letter-spacing: -0.02em;
}

.trace-excerpt {
  max-width: 58ch;
  margin: 7px 0 0;
  color: var(--trace-ink);
  font-size: 14px;
  line-height: 1.5;
}

.trace-structured {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin: 12px 0 0;
  padding: 9px 0;
  border-top: 1px solid var(--trace-rule);
  border-bottom: 1px solid var(--trace-rule);
  font-size: 12px;
}

.trace-structured span,
.trace-boundary {
  color: var(--trace-muted);
}

.trace-structured strong {
  color: var(--trace-instrument);
  text-align: right;
}

.trace-boundary {
  margin: 9px 0 0;
  font-size: 12px;
  line-height: 1.45;
}

.trace-register {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: var(--trace-canvas);
}

.trace-register legend {
  width: 100%;
  padding: 12px 15px;
  border-bottom: 1px solid var(--trace-rule);
  color: var(--trace-muted);
  font-size: 12px;
}

.trace-register label {
  min-height: 62px;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  padding: 10px 15px;
  border-bottom: 1px solid var(--trace-rule);
  cursor: pointer;
  transition: background-color 160ms ease, box-shadow 160ms ease;
}

.trace-register label:last-child {
  border-bottom: 0;
}

.trace-register label:hover {
  background: var(--trace-paper);
}

.trace-register label:has(input:checked) {
  background: var(--trace-mineral);
  box-shadow: inset 0 0 0 1px var(--trace-instrument);
}

.trace-register input {
  width: 17px;
  height: 17px;
  margin: 3px 0 0;
  accent-color: var(--trace-action);
}

.trace-register label > span {
  min-width: 0;
}

.trace-register strong,
.trace-register b {
  display: inline;
  color: var(--trace-ink);
  font-size: 12px;
}

.trace-register strong {
  font-weight: 680;
}

.trace-register b {
  margin-left: 6px;
  color: var(--trace-instrument);
  font-weight: 720;
}

.trace-register small {
  display: block;
  margin-top: 3px;
  color: var(--trace-muted);
  font-size: 12px;
  line-height: 1.4;
}

.trace-static {
  display: grid;
  gap: 6px;
  padding: 18px;
  color: var(--trace-muted);
  font-size: 12px;
}

.trace-static strong {
  color: var(--trace-ink);
}

.trace-static a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--trace-instrument);
}

.trace-action {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 16px;
  align-items: center;
  padding: 14px 20px;
}

.trace-action > div:first-child span,
.trace-action > div:first-child strong {
  display: block;
}

.trace-action > div:first-child span {
  color: var(--trace-instrument);
  font-size: 12px;
  font-weight: 700;
}

.trace-action > div:first-child strong {
  max-width: 72ch;
  margin-top: 2px;
  color: var(--trace-ink);
  font-size: 12px;
  font-weight: 620;
  line-height: 1.45;
}

.trace-action .button {
  min-height: 46px;
  padding: 10px 16px;
  font-size: 12px;
}

.trace-saved {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 6px;
  color: var(--trace-muted);
  font-size: 12px;
}

.trace-saved strong {
  color: var(--trace-instrument);
}

.trace-reset {
  justify-self: end;
}

[data-evidence-trace]:not([data-trace-enhanced]) [data-trace-save],
[data-evidence-trace]:not([data-trace-enhanced]) [data-trace-reset] {
  display: none;
}

.trace-disclosure {
  margin: 0;
  padding: 9px 20px;
  border-top: 1px solid var(--trace-rule);
  background: var(--trace-canvas);
  color: var(--trace-muted);
  font-size: 11px;
  line-height: 1.45;
}

.motion-ready .evidence-trace.motion-pending {
  opacity: 0.45;
  transform: translateY(24px);
}

.motion-ready .evidence-trace.is-inview {
  opacity: 1;
  transform: translateY(0);
}

@keyframes trace-arrives {
  from { opacity: 0.82; transform: translateY(3px); clip-path: inset(0 0 3% 0); }
  to { opacity: 1; transform: translateY(0); clip-path: inset(0); }
}

.product-plane {
  width: min(1440px, calc(100vw - clamp(56px, 8vw, 128px)));
  margin: clamp(56px, 7vw, 92px) auto 0;
  border: 1px solid rgba(13, 20, 23, 0.44);
  background: #e6e3da;
  box-shadow: 0 30px 80px rgba(13, 20, 23, 0.16);
  overflow: hidden;
}

.product-toolbar {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 28px;
  justify-content: space-between;
  padding: 0 22px;
  background: var(--graphite);
  color: var(--on-dark);
}

.product-toolbar > div,
.product-toolbar nav {
  display: flex;
  align-items: center;
}

.product-toolbar > div {
  gap: 10px;
}

.product-toolbar i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--signal);
  box-shadow: 0 0 0 4px rgba(17, 108, 136, 0.2);
}

.product-toolbar strong {
  font-size: 13px;
  letter-spacing: -0.02em;
}

.product-toolbar > div span {
  padding-left: 10px;
  border-left: 1px solid var(--line-dark);
  color: var(--on-dark-muted);
  font-size: 11px;
}

.product-toolbar nav {
  gap: 4px;
}

.product-toolbar nav span {
  padding: 8px 12px;
  color: var(--on-dark-muted);
  font-size: 11px;
}

.product-toolbar nav .is-active {
  background: var(--mineral-raised);
  color: var(--on-dark);
}

.product-body {
  min-height: 580px;
  display: grid;
  grid-template-columns: 230px 350px minmax(500px, 1fr);
  background: var(--paper);
}

.product-rail {
  display: flex;
  flex-direction: column;
  padding: 34px 26px;
  border-right: 1px solid var(--line-light);
  background: #e5e2d9;
}

.product-rail > p,
.product-document .document-label,
.product-evidence header span {
  margin: 0;
  color: var(--ink-muted);
  font-size: 10px;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-rail h3 {
  margin-top: 14px;
  font-size: 26px;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.product-rail > span {
  align-self: flex-start;
  margin-top: 14px;
  padding: 4px 7px;
  border: 1px solid var(--paper-rule);
  color: var(--ink-muted);
  font-size: 10px;
  font-weight: 650;
  text-transform: uppercase;
}

.product-rail dl {
  margin: 38px 0 0;
  border-top: 1px solid var(--line-light);
}

.product-rail dl div {
  padding: 14px 0;
  border-bottom: 1px solid var(--line-light);
}

.product-rail dt {
  color: var(--ink-muted);
  font-size: 10px;
  font-weight: 680;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.product-rail dd {
  margin: 3px 0 0;
  font-size: 13px;
  font-weight: 650;
}

.product-rail a {
  margin-top: auto;
  color: var(--accent-ink);
  font-size: 12px;
  font-weight: 720;
  text-decoration: none;
}

.product-rail a:hover {
  text-decoration: underline;
}

.product-document {
  position: relative;
  padding: 32px 28px 0;
  border-right: 1px solid var(--line-light);
  overflow: hidden;
}

.document-coordinate strong,
.document-coordinate small {
  display: none;
}

.product-document img {
  width: 100%;
  height: auto;
  aspect-ratio: 1445 / 1870;
  margin-top: 16px;
  border: 1px solid var(--paper-rule);
  background: #fff;
  object-fit: contain;
  object-position: top center;
  box-shadow: 0 18px 34px rgba(13, 20, 23, 0.14);
}

.product-evidence {
  padding: 34px clamp(24px, 3.5vw, 52px);
}

.product-evidence header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  padding-bottom: 22px;
  border-bottom: 2px solid var(--ink);
}

.product-evidence h3 {
  margin-top: 4px;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.product-evidence header b {
  color: var(--accent-ink);
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.product-evidence table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.product-evidence thead th {
  padding: 14px 8px 10px;
  color: var(--ink-muted);
  font-size: 10.5px;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
}

.product-evidence thead th:first-child,
.product-evidence tbody th {
  width: 48%;
}

.product-evidence tbody th,
.product-evidence tbody td {
  padding: 18px 8px;
  border-top: 1px solid var(--line-light);
  font-size: 13px;
  line-height: 1.45;
  text-align: left;
  vertical-align: top;
}

.product-evidence tbody th {
  font-size: 14px;
  font-weight: 680;
}

.product-evidence tbody td {
  color: var(--ink-muted);
}

.product-evidence tbody td span,
.product-evidence tbody td small {
  display: block;
}

.product-evidence tbody td small {
  margin-top: 4px;
  color: var(--accent-ink);
  font-size: 10px;
  font-weight: 720;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-evidence tbody tr.is-source-linked > * {
  background: rgba(17, 108, 136, 0.08);
}

.product-evidence tbody tr.is-source-linked > th {
  position: relative;
  padding-left: 18px;
}

.product-evidence tbody tr.is-source-linked > th::before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 0;
  width: 2px;
  background: var(--signal);
}

.product-evidence tbody td:nth-child(2) {
  font-variant-numeric: tabular-nums;
}

.product-evidence > p {
  display: flex;
  gap: 10px;
  margin: 26px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--line-light);
  color: var(--ink-muted);
  font-size: 12px;
}

.product-evidence > p span {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--accent-ink);
  color: #fff;
  font-size: 10px;
}

.product-plane figcaption {
  border-color: rgba(13, 20, 23, 0.3);
  background: var(--graphite);
  color: var(--on-dark-muted);
}

.motion-ready [data-motion="product"].motion-pending .product-body {
  opacity: 0.35;
  transform: translateY(24px);
}

.product-body {
  transition: opacity 800ms ease, transform 900ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.motion-ready [data-motion="product"].is-inview .product-body {
  opacity: 1;
  transform: translateY(0);
}

/* Audit screen */

.audit-scene.audit-drawer {
  display: block;
  margin: 0;
  padding: clamp(96px, 9vw, 144px) 0;
  border: 0;
  border-top: 1px solid var(--line-light);
  background: #e9e6dd;
}

.audit-drawer-summary {
  min-height: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(32px, 6vw, 96px);
  padding: 30px;
  border: 1px solid rgba(13, 20, 23, 0.5);
  border-bottom-color: var(--signal);
  background: var(--graphite);
  color: var(--on-dark);
  cursor: pointer;
  list-style: none;
}

.audit-drawer-summary::-webkit-details-marker {
  display: none;
}

.audit-drawer-summary::marker {
  content: "";
}

.audit-drawer-summary:hover {
  background: var(--graphite);
}

.audit-drawer-copy {
  display: block;
  min-width: 0;
}

.audit-drawer-copy .section-marker {
  display: block;
  margin-bottom: 20px;
  color: var(--signal-bright);
}

.audit-drawer-copy > strong {
  display: block;
  max-width: 840px;
  color: var(--on-dark);
  font-size: clamp(2.7rem, 5vw, 4.7rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.97;
}

.audit-drawer-copy > em {
  display: block;
  max-width: 65ch;
  margin-top: 20px;
  color: var(--on-dark-muted);
  font-size: 16px;
  font-style: normal;
  line-height: 1.6;
}

.audit-drawer-action {
  min-height: 52px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 13px 18px;
  border: 1px solid var(--action);
  border-radius: 2px;
  background: var(--action);
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.audit-drawer .when-open {
  display: none;
}

.audit-drawer[open] .when-closed {
  display: none;
}

.audit-drawer[open] .when-open {
  display: inline;
}

.audit-scene > .audit-checker {
  width: min(980px, calc(100% - 48px));
  margin: clamp(42px, 6vw, 74px) auto 0;
}

.audit-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.74fr) minmax(560px, 1.26fr);
  gap: clamp(48px, 7vw, 112px);
  align-items: start;
}

.audit-copy {
  position: sticky;
  top: calc(var(--nav-height) + 40px);
}

.audit-copy h2 {
  max-width: 620px;
  margin-top: 22px;
  font-size: clamp(2.9rem, 4.2vw, 4.2rem);
  line-height: 0.95;
}

.audit-copy > p:not(.section-marker) {
  max-width: 500px;
  margin: 26px 0 0;
  color: var(--ink-muted);
  font-size: 17px;
}

.audit-copy ol {
  margin: 42px 0 34px;
  padding: 0;
  border-top: 1px solid var(--line-light);
  list-style: none;
}

.audit-copy li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line-light);
}

.audit-copy li > span {
  color: var(--accent-ink);
  font-size: 11px;
  font-weight: 720;
}

.audit-copy li p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 14px;
  line-height: 1.55;
}

.audit-copy li strong {
  color: var(--ink);
}

.audit-checker {
  --audit-line: rgba(244, 242, 234, 0.2);
  --audit-line-strong: rgba(244, 242, 234, 0.44);
  --audit-quiet: rgba(244, 242, 234, 0.7);
  --audit-accent: var(--signal);
  --audit-accent-ink: #70d7ed;
  margin: 0;
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid rgba(13, 20, 23, 0.55);
  border-top-color: var(--signal);
  border-radius: 2px;
  background: var(--graphite);
  color: var(--on-dark);
  box-shadow: 0 28px 60px rgba(13, 20, 23, 0.16);
}

.audit-checker-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--audit-line);
  color: var(--on-dark-muted);
  font-size: 11px;
  font-weight: 680;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.audit-checker h3 {
  margin-top: 30px;
  font-size: clamp(1.85rem, 3vw, 2.6rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

.audit-checker .audit-intro {
  margin: 10px 0 28px;
  color: var(--audit-quiet);
  font-size: 14px;
}

/* home.css supplies the shared light-surface audit layout. Keep its grid, but
   explicitly restore the dark-instrument color roles used by this homepage. */
.audit-section .audit-checker .audit-checker-head span {
  color: var(--signal-bright);
}

.audit-section .audit-checker .audit-checker-head small,
.audit-section .audit-checker .audit-waiver-intro {
  color: var(--audit-quiet);
}

.audit-section .audit-checker .audit-plan-type legend,
.audit-section .audit-checker .audit-plan-stage legend,
.audit-section .audit-checker .audit-field > span {
  color: var(--on-dark-muted);
}

.audit-section .audit-checker .audit-waiver-heading {
  color: var(--on-dark);
}

.audit-section .audit-checker .audit-result {
  border-color: var(--signal);
  background: rgba(244, 242, 234, 0.06);
  color: var(--on-dark);
}

.audit-section .audit-checker .audit-result-label {
  color: var(--signal-bright);
}

.audit-section .audit-checker .audit-cta {
  border-color: var(--audit-line);
  background: rgba(244, 242, 234, 0.05);
  color: var(--on-dark);
}

.audit-checker fieldset {
  min-width: 0;
  margin: 0 0 24px;
  padding: 0;
  border: 0;
}

.audit-checker fieldset legend,
.audit-field > span {
  display: block;
  margin-bottom: 10px;
  color: var(--on-dark-muted);
  font-size: 11px;
  font-weight: 680;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.audit-checker .audit-plan-type div,
.audit-plan-stage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.audit-checker .audit-plan-type div {
  margin: 0;
}

.audit-checker .audit-plan-type label,
.audit-plan-stage label {
  min-height: 62px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding: 13px 14px;
  border: 1px solid var(--audit-line);
  border-radius: 2px;
  background: transparent;
  cursor: pointer;
}

.audit-checker .audit-plan-type label:hover,
.audit-plan-stage label:hover {
  border-color: var(--audit-line-strong);
}

.audit-checker .audit-plan-type label:has(input:checked),
.audit-plan-stage label:has(input:checked) {
  border-color: var(--signal);
  box-shadow: inset 0 0 0 1px var(--signal);
}

.audit-checker .audit-plan-type input,
.audit-plan-stage input,
.audit-waiver-set input {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
  accent-color: var(--signal);
}

.audit-checker .audit-plan-type label > span,
.audit-plan-stage label > span {
  color: var(--on-dark);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: none;
}

.audit-plan-stage legend {
  grid-column: 1 / -1;
}

.audit-field {
  display: block;
  margin: 0;
}

.audit-field input,
.audit-field select {
  width: 100%;
  min-height: 56px;
  padding: 12px 14px;
  border: 1px solid rgba(244, 242, 234, 0.34);
  border-radius: 2px;
  background: var(--paper);
  color: var(--ink);
  outline: none;
}

.audit-field input:hover,
.audit-field select:hover {
  border-color: var(--paper);
}

.audit-field input:focus,
.audit-field select:focus {
  border-color: var(--signal);
  box-shadow: 0 0 0 3px rgba(17, 108, 136, 0.3);
}

.audit-field input[aria-invalid="true"],
.audit-field select[aria-invalid="true"] {
  border-color: #e68d82;
}

.audit-field-note {
  margin: 8px 0 24px;
  color: var(--audit-quiet);
  font-size: 11px;
}

.audit-fields {
  margin-bottom: 24px;
}

.audit-fields[hidden],
.audit-waiver-set[hidden] {
  display: none;
}

.audit-field.is-disabled {
  opacity: 0.46;
}

.audit-waiver-set {
  padding: 18px !important;
  border: 1px solid var(--audit-line) !important;
}

.audit-waiver-set > p {
  margin: 0 0 10px;
  color: var(--audit-quiet);
  font-size: 12px;
}

.audit-checker .audit-waiver-set label {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 0;
  padding: 14px 0;
  border-top: 1px solid var(--audit-line);
  cursor: pointer;
}

.audit-checker .audit-waiver-set label > span {
  color: var(--on-dark);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
}

.audit-checker .audit-waiver-set b,
.audit-checker .audit-waiver-set cite {
  display: block;
}

.audit-checker .audit-waiver-set b {
  color: var(--on-dark);
  font-size: 12px;
}

.audit-checker .audit-waiver-set cite {
  margin-top: 3px;
  color: var(--audit-quiet);
  font-size: 11px;
  font-style: normal;
}

.audit-submit {
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  border: 1px solid var(--action);
  border-radius: 2px;
  background: var(--action);
  color: #fff;
  font-size: 14px;
  font-weight: 720;
  cursor: pointer;
}

.audit-submit:hover {
  background: var(--action-hover);
}

.audit-status {
  margin: 12px 0 0;
  color: var(--audit-quiet);
  font-size: 11px;
}

.audit-result {
  margin-top: 22px;
  padding: 20px;
  border: 1px solid var(--audit-line-strong);
  border-left-color: var(--signal);
  background: var(--mineral);
}

.audit-result[hidden],
.audit-cta[hidden],
.audit-waiver-set[hidden],
.audit-result-detail[hidden] {
  display: none;
}

.audit-result-label {
  color: var(--on-dark-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.audit-result > strong {
  display: block;
  margin-top: 7px;
  font-size: 22px;
}

.audit-result > p {
  margin: 8px 0 0;
  color: var(--audit-quiet);
  font-size: 13px;
}

.audit-result-detail {
  margin: 16px 0 0;
  padding-top: 14px;
}

.audit-result-detail dt {
  color: var(--on-dark);
  font-size: 12px;
  font-weight: 700;
}

.audit-result-detail dd {
  margin: 4px 0 14px;
  color: var(--audit-quiet);
  font-size: 12px;
}

.audit-checker.result-small .audit-result { border-left-color: var(--positive); }
.audit-checker.result-review .audit-result,
.audit-checker.result-elective .audit-result { border-left-color: var(--caution); }
.audit-checker.result-large .audit-result,
.audit-checker.is-error .audit-result { border-left-color: #e68d82; }

.audit-cta {
  margin-top: 12px;
  padding: 18px;
  border: 1px solid var(--audit-line-strong);
  background: transparent;
}

.audit-cta > p {
  margin: 0 0 14px;
  color: var(--audit-quiet);
  font-size: 12px;
}

.audit-cta-actions {
  display: flex;
  gap: 8px;
}

.audit-cta-actions a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid var(--audit-line-strong);
  border-radius: 2px;
  color: var(--on-dark);
  font-size: 12px;
  font-weight: 680;
  text-decoration: none;
}

.audit-cta-actions a.is-primary {
  border-color: var(--action);
  background: var(--action);
  color: #fff;
}

.audit-authority,
.audit-noscript {
  margin: 18px 0 0;
  color: rgba(244, 242, 234, 0.5);
  font-size: 10px;
  line-height: 1.6;
}

.audit-authority summary {
  width: fit-content;
  color: rgba(244, 242, 234, 0.78);
  font-size: 11px;
  font-weight: 680;
  letter-spacing: 0.03em;
  cursor: pointer;
}

.audit-authority summary:hover {
  color: var(--signal-bright);
}

.audit-authority > p {
  max-width: 74ch;
  margin: 12px 0 0;
}

.audit-authority a {
  color: rgba(244, 242, 234, 0.78);
}

/* CPA workflow */

.workflow {
  padding: clamp(84px, 7vw, 112px) 0;
  border-top: 1px solid var(--line-dark);
}

.workflow-head {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: end;
}

.workflow-head .section-marker {
  grid-column: 1 / -1;
  margin-bottom: -20px;
}

.workflow-head h2 {
  max-width: 940px;
  font-size: clamp(3rem, 4.8vw, 4.7rem);
  line-height: 0.97;
}

.workflow-head > p:last-child {
  max-width: 460px;
  margin: 0 0 8px;
  color: var(--on-dark-muted);
  font-size: 17px;
}

.workflow-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(42px, 5vw, 64px);
  padding: 0;
  border-top: 1px solid rgba(244, 242, 234, 0.52);
  border-bottom: 1px solid var(--line-dark);
  list-style: none;
}

.workflow-track::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--signal);
  transform-origin: left;
  transition: transform 1100ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.workflow-track li {
  min-height: 178px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: start;
  gap: 20px;
  padding: 30px clamp(22px, 3vw, 40px) 32px;
  border-right: 1px solid var(--line-dark);
  transition: opacity 680ms ease, transform 780ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.workflow-track li:first-child {
  padding-left: 0;
}

.workflow-track li:last-child {
  padding-right: 0;
  border-right: 0;
}

.workflow-track li > span {
  color: var(--signal);
  font-size: 1rem;
  font-weight: 780;
  letter-spacing: 0.06em;
  line-height: 1;
}

.workflow-track strong {
  display: block;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.workflow-track p {
  max-width: 34ch;
  margin: 12px 0 0;
  color: var(--on-dark-muted);
  font-size: 14px;
}

.motion-ready [data-motion="workflow"].motion-pending::before {
  transform: scaleX(0);
}

.motion-ready [data-motion="workflow"].motion-pending li {
  opacity: 0;
  transform: translateY(22px);
}

.motion-ready [data-motion="workflow"].is-inview::before {
  transform: scaleX(1);
}

.motion-ready [data-motion="workflow"].is-inview li {
  opacity: 1;
  transform: translateY(0);
}

.motion-ready [data-motion="workflow"].is-inview li:nth-child(2) { transition-delay: 120ms; }
.motion-ready [data-motion="workflow"].is-inview li:nth-child(3) { transition-delay: 240ms; }

.workflow-links {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
  margin-top: 38px;
}

.workflow-links nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 20px;
  color: var(--on-dark-muted);
  font-size: 12px;
}

.workflow-links nav span {
  color: rgba(244, 242, 234, 0.44);
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.workflow-links nav a {
  color: var(--on-dark);
  text-underline-offset: 4px;
}

.workflow-insights {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--line-dark);
}

.workflow-insights > header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.workflow-insights > header div {
  display: grid;
  gap: 6px;
}

.workflow-insights > header span,
.workflow-insight-grid small {
  color: var(--signal);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.workflow-insights > header strong {
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  letter-spacing: -0.025em;
}

.workflow-insights > header > a,
.workflow-partner-link {
  color: var(--on-dark);
  font-size: 13px;
  font-weight: 720;
  text-decoration-color: rgba(112, 215, 237, 0.55);
  text-underline-offset: 5px;
}

.workflow-insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(244, 242, 234, 0.32);
  border-bottom: 1px solid var(--line-dark);
}

.workflow-insight-grid > a {
  min-height: 158px;
  display: grid;
  align-content: space-between;
  gap: 14px;
  padding: 24px 28px 22px;
  border-right: 1px solid var(--line-dark);
  color: var(--on-dark);
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease;
}

.workflow-insight-grid > a:first-child { padding-left: 0; }
.workflow-insight-grid > a:last-child { padding-right: 0; border-right: 0; }
.workflow-insight-grid > a:hover { background: rgba(112, 215, 237, 0.05); }

.workflow-insight-grid strong {
  max-width: 27ch;
  font-size: 1rem;
  line-height: 1.35;
}

.workflow-insight-grid span {
  color: rgba(244, 242, 234, 0.56);
  font-size: 12px;
}

.workflow-insight-note {
  max-width: 760px;
  margin: 16px 0 0;
  color: rgba(244, 242, 234, 0.48);
  font-size: 11px;
  line-height: 1.55;
}

.workflow-partner-link {
  display: inline-block;
  margin-top: 14px;
}

.workflow-boundary {
  margin-top: 34px;
  color: rgba(244, 242, 234, 0.46);
  font-size: 11px;
}

/* Access */

.access {
  min-height: 0;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--graphite-void);
  color: var(--on-dark);
}

.access-image,
.access-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.access-image {
  object-fit: cover;
  object-position: center;
}

.access-shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(5, 9, 11, 0.9) 0%, rgba(5, 9, 11, 0.62) 42%, rgba(5, 9, 11, 0.15) 68%, rgba(5, 9, 11, 0.38) 100%);
}

.access-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(540px, 1.2fr);
  gap: clamp(64px, 9vw, 150px);
  align-items: center;
  padding: clamp(96px, 8vw, 120px) 0;
}

.access-copy {
  max-width: 560px;
}

.access-copy h2 {
  margin-top: 22px;
  font-size: clamp(3rem, 4.8vw, 4.7rem);
  line-height: 0.97;
}

.transformation-head h2,
.coverage-lead h2,
.product-heading h2,
.audit-copy h2,
.workflow-head h2,
.access-copy h2 {
  font-weight: 660;
  letter-spacing: -0.036em;
}

.access-copy > p:not(.section-marker):not(:last-child) {
  margin: 26px 0 0;
  color: var(--on-dark-muted);
  font-size: 17px;
}

.access-trust {
  max-width: 50ch;
  margin: 36px 0 0;
  padding: 18px 0;
  border-top: 1px solid rgba(244, 242, 234, 0.5);
  border-bottom: 1px solid var(--line-dark);
  color: rgba(244, 242, 234, 0.72);
  font-size: 13px;
  line-height: 1.55;
}

.access-trust strong {
  color: var(--signal-bright);
}

.access-copy > p:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 28px 0 0;
  font-size: 12px;
}

.access-form {
  position: relative;
  width: 100%;
  max-width: 650px;
  justify-self: end;
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid rgba(13, 20, 23, 0.44);
  border-top-color: var(--signal);
  border-radius: 2px;
  background: rgba(244, 242, 234, 0.97);
  color: var(--ink);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.32);
}

.access-form-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: baseline;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line-light);
}

.access-form-head strong {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

.access-form-head span {
  color: var(--ink-muted);
  font-size: 10px;
}

.form-status {
  margin-bottom: 18px;
  padding: 12px 14px;
  border: 1px solid rgba(133, 183, 157, 0.5);
  background: rgba(133, 183, 157, 0.14);
  color: var(--ink);
  font-size: 13px;
}

.form-status.is-error {
  border-color: #a5473f;
  background: rgba(165, 71, 63, 0.1);
}

.form-status[hidden] {
  display: none;
}

.access-form > label,
.access-fields-two label {
  display: block;
  margin: 0 0 16px;
}

.access-form label > span {
  display: block;
  margin-bottom: 7px;
  color: var(--ink-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.access-fields-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.access-form input,
.access-form select,
.access-form textarea {
  width: 100%;
  min-height: 54px;
  padding: 12px 13px;
  border: 1px solid var(--paper-rule);
  border-radius: 2px;
  background: #fffefa;
  color: var(--ink);
  outline: none;
}

.access-form textarea {
  min-height: 112px;
  resize: vertical;
}

.access-form input:hover,
.access-form select:hover,
.access-form textarea:hover {
  border-color: var(--ink-muted);
}

.access-form input:focus,
.access-form select:focus,
.access-form textarea:focus {
  border-color: var(--accent-ink);
  box-shadow: 0 0 0 3px rgba(17, 108, 136, 0.22);
}

.form-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.access-submit {
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  padding: 12px 18px;
  border: 1px solid var(--accent-ink);
  border-radius: 2px;
  background: var(--accent-ink);
  color: #fff;
  font-size: 14px;
  font-weight: 720;
  cursor: pointer;
}

.access-submit:hover {
  background: #214ac0;
}

.access-submit:disabled {
  cursor: wait;
  opacity: 0.68;
}

.access-privacy,
.access-email {
  color: var(--ink-muted);
  font-size: 10px;
  line-height: 1.55;
}

.access-privacy {
  margin: 16px 0 0;
}

.access-email {
  margin: 8px 0 0;
}

/* Footer — a generous final destination, translated into the Filing Chamber. */

.site-footer {
  position: relative;
  padding: 40px 0 20px;
  border-top: 0;
  background: #030709;
  color: var(--on-dark);
}

.footer-panel {
  position: relative;
  isolation: isolate;
  width: var(--shell);
  margin-inline: auto;
  overflow: hidden;
  padding: clamp(40px, 5vw, 76px) clamp(28px, 5vw, 72px) 28px;
  border: 1px solid rgba(112, 215, 237, 0.16);
  border-radius: 4px;
  background: #081215;
  box-shadow: 0 28px 64px -34px rgba(0, 0, 0, 0.92);
}

.footer-panel::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: clamp(170px, 24vw, 360px);
  height: 2px;
  background: linear-gradient(90deg, var(--signal-bright), rgba(112, 215, 237, 0));
  box-shadow: 16px 12px 36px -18px rgba(50, 181, 216, 0.62);
}

.footer-primary,
.footer-audiences,
.footer-bottom {
  position: relative;
  z-index: 1;
}

.footer-primary {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(560px, 1.18fr);
  gap: clamp(56px, 7vw, 120px);
  align-items: start;
  padding-bottom: 48px;
}

.footer-brand {
  display: inline-flex;
  width: min(242px, 100%);
  min-height: 44px;
  align-items: center;
  text-decoration: none;
}

.footer-brand .brand-lockup {
  width: 242px;
  height: auto;
}

.footer-kicker {
  margin: 32px 0 12px;
  color: var(--signal-bright);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.4;
  text-transform: uppercase;
}

.footer-pitch h2 {
  max-width: 15ch;
  margin: 0;
  color: var(--on-dark);
  font-size: clamp(34px, 3.2vw, 48px);
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.footer-pitch h2 span {
  color: var(--signal-bright);
}

.footer-summary {
  max-width: 54ch;
  margin: 22px 0 0;
  color: rgba(244, 242, 234, 0.72);
  font-size: 14px;
  line-height: 1.65;
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.footer-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 0 18px;
  border: 1px solid rgba(244, 242, 234, 0.28);
  border-radius: 2px;
  color: var(--on-dark);
  font-size: 13px;
  font-weight: 680;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 180ms cubic-bezier(0.16, 1, 0.3, 1), border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.footer-button-primary {
  border-color: var(--action);
  background: var(--action);
  box-shadow: 0 16px 30px -20px rgba(17, 108, 136, 0.92);
  color: #fff;
}

.footer-button:hover {
  border-color: rgba(112, 215, 237, 0.68);
  background: rgba(112, 215, 237, 0.07);
  transform: translateY(-2px);
}

.footer-button-primary:hover {
  border-color: var(--action-hover);
  background: var(--action-hover);
  box-shadow: 0 10px 20px -16px rgba(17, 108, 136, 0.8);
  transform: scale(0.99);
}

.footer-button > span:last-child {
  transition: transform 180ms cubic-bezier(0.16, 1, 0.3, 1);
}

.footer-button:hover > span:last-child {
  transform: translateX(2px);
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 44px);
}

.footer-nav-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-nav h3 {
  margin: 0 0 14px;
  color: rgba(244, 242, 234, 0.5);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav li {
  margin: 0;
}

.footer-nav a,
.footer-audiences a {
  color: rgba(244, 242, 234, 0.76);
  font-size: 13px;
  text-decoration: none;
  transition: color 160ms ease;
}

.footer-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.footer-nav a:hover,
.footer-audiences a:hover {
  color: var(--signal-bright);
}

.footer-nav a[aria-current] {
  color: var(--signal-bright);
  text-decoration: underline;
  text-decoration-color: rgba(112, 215, 237, 0.5);
  text-underline-offset: 0.42em;
}

.footer-audiences {
  display: flex;
  min-height: 64px;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px clamp(20px, 3vw, 42px);
  padding-block: 10px;
  border-top: 1px solid rgba(244, 242, 234, 0.14);
}

.footer-audiences > span {
  color: var(--signal-bright);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.footer-audiences a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.footer-bottom {
  display: flex;
  width: auto;
  margin-inline: 0;
  justify-content: space-between;
  gap: 48px;
  align-items: flex-end;
  padding-top: 22px;
  border-top: 1px solid rgba(244, 242, 234, 0.14);
  color: rgba(244, 242, 234, 0.58);
  font-size: 11px;
  line-height: 1.6;
}

.footer-bottom p {
  max-width: 108ch;
  margin: 0;
}

.footer-bottom > span {
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .footer-primary {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .footer-pitch {
    max-width: 680px;
  }
}

@media (max-width: 760px) {
  .site-footer {
    padding-top: 24px;
  }

  .footer-panel {
    width: calc(100% - 24px);
    padding: 36px 24px 24px;
  }

  .footer-primary {
    gap: 42px;
    padding-bottom: 34px;
  }

  .footer-brand,
  .footer-brand .brand-lockup {
    width: 208px;
  }

  .footer-kicker {
    margin-top: 26px;
  }

  .footer-pitch h2 {
    font-size: clamp(32px, 10vw, 42px);
  }

  .footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 24px;
  }

  .footer-audiences {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 20px;
    padding-block: 18px;
  }

  .footer-audiences > span {
    grid-column: 1 / -1;
    margin-bottom: 8px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

}

@media (max-width: 460px) {
  .footer-actions,
  .footer-button {
    width: 100%;
  }

  .footer-nav,
  .footer-audiences {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Authored motion: the product tour registers and resolves evidence. */

.hero-inner {
  position: relative;
  z-index: 1;
}

.button span[aria-hidden="true"],
.audit-submit span[aria-hidden="true"],
.access-submit > span:last-child {
  transition: transform 180ms cubic-bezier(0.16, 1, 0.3, 1);
}

.audit-submit,
.access-submit {
  transition: background-color 180ms ease, opacity 180ms ease, transform 120ms ease;
}

.button:hover span[aria-hidden="true"],
.audit-submit:hover span[aria-hidden="true"],
.access-submit:hover > span:last-child {
  transform: translate3d(4px, 0, 0);
}

.button:active,
.audit-submit:active,
.access-submit:active {
  transform: translateY(0) scale(0.98);
}

.transformation-steps li,
.coverage-register > div,
.product-rail,
.product-document,
.product-evidence,
.product-evidence tbody th,
.product-evidence tbody td,
.audit-copy li,
.audit-checker {
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

.transformation-steps li {
  transition-property: opacity, transform, clip-path, background-color;
  transition-duration: 680ms;
}

.coverage-register > div {
  transition-property: opacity, transform, clip-path;
  transition-duration: 760ms;
}

.product-rail,
.product-document,
.product-evidence {
  transition-property: opacity, transform, clip-path;
  transition-duration: 820ms;
}

.product-evidence tbody th,
.product-evidence tbody td {
  transition-property: opacity, transform;
  transition-duration: 520ms;
}

.audit-copy li,
.audit-checker {
  transition-property: opacity, transform, clip-path;
  transition-duration: 780ms;
}

.audit-checker {
  position: relative;
  overflow: hidden;
}

.audit-checker::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 30%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--signal-bright) 42%, var(--signal) 70%, transparent);
  box-shadow: 0 4px 18px rgba(50, 181, 216, 0.38);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-110%, 0, 0);
}

.audit-result:not([hidden]),
.audit-cta:not([hidden]) {
  transform-origin: top;
}

.access-form::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -1px;
  right: 0;
  left: 0;
  height: 2px;
  background: var(--signal);
  transform-origin: left;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .hero h1 span {
    animation: hero-line-register 920ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .hero h1 span:nth-child(1) { animation-delay: 180ms; }
  .hero h1 span:nth-child(2) { animation-delay: 290ms; }
  .hero h1 span:nth-child(3) { animation-delay: 400ms; }

  .hero.is-motion-active .hero-demo[data-demo-stage="search"] .hero-demo-query b {
    animation: hero-demo-query-reveal 920ms steps(16, end) both;
  }

  .hero.is-motion-active .hero-demo[data-demo-stage="search"] .hero-demo-query > i {
    animation: hero-demo-caret 520ms steps(1, end) 2;
  }

  .motion-ready [data-motion="scan"].motion-pending .transformation-steps li {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    transform: translate3d(0, 18px, 0);
  }

  .motion-ready [data-motion="scan"].is-inview .transformation-steps li {
    opacity: 1;
    clip-path: inset(0);
    transform: translate3d(0, 0, 0);
  }

  .motion-ready [data-motion="scan"].is-inview .transformation-steps li:nth-child(1) { transition-delay: 180ms; }
  .motion-ready [data-motion="scan"].is-inview .transformation-steps li:nth-child(2) { transition-delay: 420ms; }
  .motion-ready [data-motion="scan"].is-inview .transformation-steps li:nth-child(3) { transition-delay: 660ms; }

  .motion-ready [data-motion="coverage"].motion-pending .coverage-register > div {
    opacity: 0;
    clip-path: inset(0 0 0 34%);
    transform: translate3d(34px, 0, 0);
  }

  .motion-ready [data-motion="coverage"].is-inview .coverage-register > div {
    opacity: 1;
    clip-path: inset(0);
    transform: translate3d(0, 0, 0);
  }

  .motion-ready [data-motion="coverage"].is-inview .coverage-register > div:nth-child(1) { transition-delay: 620ms; }
  .motion-ready [data-motion="coverage"].is-inview .coverage-register > div:nth-child(2) { transition-delay: 760ms; }
  .motion-ready [data-motion="coverage"].is-inview .coverage-register > div:nth-child(3) { transition-delay: 900ms; }

  .product-document img,
  .product-evidence tbody tr.is-source-linked > * {
    transition: filter 760ms ease, transform 900ms cubic-bezier(0.16, 1, 0.3, 1), background-color 560ms ease;
  }

  .motion-ready [data-motion="product"].motion-pending .product-document img {
    filter: grayscale(0.48) brightness(0.88);
    transform: scale(1.018);
  }

  .motion-ready [data-motion="product"].is-inview .product-document img {
    filter: none;
    transform: scale(1);
  }

  .motion-ready [data-motion="product"].motion-pending .product-evidence tbody tr.is-source-linked > * {
    background-color: transparent;
  }

  .motion-ready [data-motion="product"].is-inview .product-evidence tbody tr.is-source-linked > * {
    background-color: rgba(17, 108, 136, 0.08);
    transition-delay: 520ms;
  }

  .motion-ready [data-motion="audit"].motion-pending .audit-copy li {
    opacity: 0;
    clip-path: inset(0 0 0 24%);
    transform: translate3d(-20px, 0, 0);
  }

  .motion-ready [data-motion="audit"].motion-pending .audit-checker {
    opacity: 0.36;
    clip-path: inset(0 0 8% 0);
    transform: translate3d(0, 30px, 0);
  }

  .motion-ready [data-motion="audit"].is-inview .audit-copy li,
  .motion-ready [data-motion="audit"].is-inview .audit-checker {
    opacity: 1;
    clip-path: inset(0);
    transform: translate3d(0, 0, 0);
  }

  .motion-ready [data-motion="audit"].is-inview .audit-copy li:nth-child(1) { transition-delay: 120ms; }
  .motion-ready [data-motion="audit"].is-inview .audit-copy li:nth-child(2) { transition-delay: 240ms; }
  .motion-ready [data-motion="audit"].is-inview .audit-copy li:nth-child(3) { transition-delay: 360ms; }
  .motion-ready [data-motion="audit"].is-inview .audit-checker { transition-delay: 180ms; }

  .audit-checker.is-calibrating::after {
    animation: audit-calibration-pass 780ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .audit-result:not([hidden]) {
    animation: result-register 480ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .audit-cta:not([hidden]) {
    animation: result-register 480ms 90ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .workflow-track li {
    clip-path: inset(0);
    transition-property: opacity, transform, clip-path;
  }

  .motion-ready [data-motion="workflow"].motion-pending li {
    clip-path: inset(0 0 20% 0);
    transform: translate3d(0, 36px, 0);
  }

  .motion-ready [data-motion="workflow"].is-inview li {
    clip-path: inset(0);
    transform: translate3d(0, 0, 0);
  }

  .motion-ready [data-motion="access"].motion-pending::before {
    transform: scaleX(0);
  }

  .motion-ready [data-motion="access"].is-inview::before {
    transform: scaleX(1);
    transition: transform 1.1s 260ms cubic-bezier(0.16, 1, 0.3, 1);
  }
}

@keyframes hero-line-register {
  from {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
    transform: translate3d(0, 28px, 0);
  }
  to {
    opacity: 1;
    clip-path: inset(0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes audit-calibration-pass {
  0% { opacity: 0; transform: translate3d(-110%, 0, 0); }
  14% { opacity: 1; }
  82% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(440%, 0, 0); }
}

@keyframes result-register {
  from { opacity: 0; clip-path: inset(0 0 100% 0); transform: translate3d(0, 14px, 0); }
  to { opacity: 1; clip-path: inset(0); transform: translate3d(0, 0, 0); }
}

/* Responsive */

@media (min-width: 1280px) and (max-height: 820px) {
  .hero,
  .hero-inner {
    min-height: 100svh;
  }

  .hero-inner {
    display: grid;
    grid-template-columns: minmax(430px, 0.82fr) minmax(700px, 1.18fr);
    align-items: center;
    gap: 32px;
    padding-top: calc(var(--nav-height) + 18px);
    padding-bottom: 28px;
  }

  .hero-copy {
    width: 100%;
    align-items: flex-start;
    text-align: left;
  }

  .hero .eyebrow {
    justify-content: flex-start;
    margin-bottom: 14px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.55rem, 3.25vw, 3.25rem);
    line-height: 0.96;
  }

  .hero-lede {
    max-width: 46ch;
    margin-top: 16px;
  }

  .hero-actions {
    justify-content: flex-start;
    margin-top: 18px;
  }

  .hero-system.hero-workbench {
    width: 100%;
    padding-top: 0;
  }

  .hero-workbench-frame {
    min-height: 380px;
    grid-template-columns: 112px minmax(0, 1fr) 190px;
  }

  .hero-workbench-nav nav > span {
    grid-template-columns: 12px minmax(0, 1fr);
  }

  .hero-workbench-nav nav > span > small {
    display: none;
  }

  .hero-workbench .hero-demo-canvas {
    height: 320px;
  }

  .hero-workbench-inspector-view {
    inset: 13px;
  }

  .hero-workbench-inspector-view > header {
    padding-bottom: 9px;
  }

  .hero-workbench-inspector dl > div {
    padding-block: 8px;
  }

  .hero-workbench-inspector-view > section {
    padding-block: 10px;
  }

  .hero-workbench-actions {
    gap: 5px;
    padding-top: 10px;
  }

  .hero-workbench-actions > span {
    min-height: 28px;
    padding: 6px 8px;
  }

  .hero-workbench-ready {
    padding: 8px;
  }
}

@media (max-width: 1180px) {
  :root {
    --shell: min(100% - 48px, 1160px);
  }

  .hero-inner {
    gap: 42px;
  }

  .hero-system {
    grid-template-columns: minmax(138px, 0.62fr) minmax(520px, 640px) minmax(138px, 0.62fr);
    gap: 20px;
  }

  .nav-links {
    gap: 18px;
  }

  .nav-links a:nth-child(5) {
    display: none;
  }

  .product-body {
    grid-template-columns: 210px 300px minmax(420px, 1fr);
  }
}

@media (max-width: 1120px) {
  :root {
    --nav-height: 68px;
  }

  .nav-links,
  .nav-login,
  .nav-actions > .button {
    display: none;
  }

  .nav-shell {
    justify-content: space-between;
  }

  .menu {
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 7px;
    padding: 0;
    border: 1px solid var(--line-dark);
    border-radius: 2px;
    background: transparent;
    color: var(--on-dark);
    cursor: pointer;
  }

  .menu span {
    width: 20px;
    height: 1px;
    display: block;
    background: currentColor;
    transition: transform 180ms ease;
  }

  .site-nav.is-open .menu span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .site-nav.is-open .menu span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .site-nav.is-open .nav-links {
    position: fixed;
    inset: var(--nav-height) 0 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 28px 24px calc(42px + env(safe-area-inset-bottom));
    background: var(--graphite-void);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .site-nav.is-open .nav-links a,
  .site-nav.is-open .nav-links a:nth-child(5) {
    display: block;
    padding: 18px 0;
    border-bottom: 1px solid var(--line-dark);
    color: var(--on-dark);
    font-size: 20px;
  }

  .site-nav.is-open .nav-links a::after {
    display: none;
  }

  .site-nav.is-open .nav-links .mobile-only {
    display: block;
  }

  .site-nav.is-open .nav-links .nav-request {
    margin-top: 20px;
    padding: 16px 18px;
    border: 0;
    background: var(--action);
    color: #fff;
    text-align: center;
  }

  .site-nav.is-open .nav-product-disclosure {
    width: 100%;
    border-bottom: 1px solid var(--line-dark);
  }

  .site-nav.is-open .nav-product-disclosure > summary {
    width: 100%;
    min-height: 58px;
    justify-content: space-between;
    color: var(--on-dark);
    font-size: 20px;
  }

  .site-nav.is-open .nav-product-panel {
    position: static;
    width: 100%;
    gap: 0;
    margin: 0;
    padding: 0 0 12px 18px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
  }

  .site-nav.is-open .nav-product-panel::before,
  .site-nav.is-open .nav-product-panel::after {
    display: none;
  }

  .site-nav.is-open .nav-product-panel .nav-product-link {
    min-height: 58px;
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
    padding: 10px 0;
    color: var(--on-dark);
    font-size: 14px;
  }

  .site-nav.is-open .nav-product-panel .nav-product-link:hover,
  .site-nav.is-open .nav-product-panel .nav-product-link:focus-visible,
  .site-nav.is-open .nav-product-panel .nav-product-link[aria-current="page"] {
    background: transparent;
    color: var(--signal-bright);
  }

  .site-nav.is-open .nav-product-icon {
    width: 36px;
    height: 36px;
    border-color: rgba(244, 242, 234, 0.24);
    background: rgba(244, 242, 234, 0.04);
    color: var(--signal);
  }

  .site-nav.is-open .nav-product-copy strong {
    font-size: 14px;
  }

}

@media (max-width: 1020px) {

  .hero {
    min-height: 0;
  }

  .hero-inner {
    min-height: 0;
    gap: 44px;
    padding-top: calc(var(--nav-height) + 64px);
    padding-bottom: 88px;
  }

  .hero-copy {
    width: min(100%, 820px);
  }

  .hero-system {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    padding-top: 48px;
  }

  .hero-demo {
    width: min(100%, 720px);
    max-width: none;
  }

  .transformation-head,
  .product-heading,
  .workflow-head {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .transformation-head .section-marker,
  .workflow-head .section-marker {
    margin-bottom: 0;
  }

  .coverage-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .coverage-register {
    max-width: 620px;
  }

  .product-body {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .product-rail {
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .product-document {
    height: 244px;
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    grid-column: 2;
    grid-row: 1;
    padding: 26px 24px;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
    background: #e5e2d9;
  }

  .product-document .document-coordinate {
    grid-column: 2;
    grid-row: 1;
  }

  .document-coordinate strong,
  .document-coordinate small {
    display: block;
  }

  .document-coordinate strong {
    margin-top: 7px;
    color: var(--ink);
    font-size: 18px;
    line-height: 1.1;
  }

  .document-coordinate small {
    margin-top: 4px;
    color: var(--ink-muted);
    font-size: 11px;
  }

  .product-document img {
    width: 132px;
    height: 171px;
    margin: 0;
    grid-column: 1;
    grid-row: 1;
  }

  .product-evidence {
    grid-column: 2;
    grid-row: 2;
  }

  .audit-layout {
    grid-template-columns: 1fr;
  }

  .audit-copy {
    position: static;
  }

  .audit-copy > p:not(.section-marker) {
    max-width: 680px;
  }

  .access {
    min-height: 0;
  }

  .access-layout {
    grid-template-columns: 1fr;
  }

  .access-copy {
    max-width: 680px;
  }

  .access-form {
    max-width: 740px;
    justify-self: start;
  }

  .footer-shell {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 760px) {
  :root {
    --shell: calc(100% - 32px);
  }

  .section-marker,
  .eyebrow {
    font-size: 10px;
  }

  .brand .brand-lockup {
    width: 196px;
  }

  .hero {
    min-height: 0;
    align-items: stretch;
  }

  .hero-shade {
    background:
      radial-gradient(ellipse 86% 36% at 50% 25%, rgba(5, 9, 11, 0.64) 0%, rgba(5, 9, 11, 0.34) 70%, rgba(5, 9, 11, 0) 100%),
      linear-gradient(180deg, rgba(5, 9, 11, 0.42) 0%, rgba(5, 9, 11, 0.52) 34%, rgba(5, 9, 11, 0.9) 58%, #05090b 72%),
      linear-gradient(90deg, rgba(5, 9, 11, 0.34), rgba(5, 9, 11, 0.18) 72%, rgba(5, 9, 11, 0.36));
  }

  .hero-image {
    left: 34%;
    width: 920px;
    min-width: 0;
    filter: brightness(0.7) saturate(0.9);
    transform: translateX(-50%);
  }

  .hero-inner {
    gap: 38px;
    padding-top: 112px;
    padding-bottom: 76px;
  }

  .hero h1 {
    max-width: 18ch;
    font-size: clamp(2.5rem, 10vw, 3rem);
    line-height: 0.96;
  }

  .hero-lede {
    max-width: 40ch;
    margin-top: 20px;
  }

  .hero-system {
    gap: 18px;
    padding-top: 0;
  }

  .hero-demo-canvas {
    height: 260px;
  }

  .hero-demo-bar {
    min-height: 56px;
  }

  .hero-demo-toggle {
    min-height: 44px;
  }

  .hero-demo-view {
    padding-inline: 16px;
  }

  .transformation,
  .product,
  .audit-scene,
  .workflow {
    padding: 96px 0;
  }

  .transformation-head h2,
  .product-heading h2,
  .audit-copy h2,
  .workflow-head h2,
  .access-copy h2 {
    font-size: clamp(2.75rem, 12vw, 4.2rem);
  }

  .transformation-head > p:last-child,
  .product-heading > p,
  .workflow-head > p:last-child,
  .access-copy > p:not(.section-marker):not(:last-child) {
    font-size: 16px;
  }

  .transformation-figure {
    width: calc(100% - 16px);
  }

  .transformation-figure > img {
    height: 330px;
    min-height: 0;
    aspect-ratio: auto;
    object-position: 60% 40%;
  }

  .transformation-steps {
    grid-template-columns: 1fr;
  }

  .transformation-steps li {
    min-height: 76px;
    padding: 16px 20px;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .transformation-steps li:last-child {
    border-bottom: 0;
  }

  .coverage {
    min-height: 800px;
    align-items: end;
  }

  .coverage-image {
    left: 0;
    width: 100%;
    object-position: 65% center;
  }

  .coverage-shade {
    background: linear-gradient(180deg, rgba(5, 9, 11, 0.48) 0%, rgba(5, 9, 11, 0.72) 42%, rgba(5, 9, 11, 0.98) 100%);
  }

  .coverage-layout {
    padding: 104px 0 88px;
    gap: 44px;
  }

  .coverage-number {
    font-size: clamp(4rem, 19vw, 5.5rem);
  }

  .coverage-lead h2 {
    font-size: clamp(2.25rem, 10vw, 3.5rem);
  }

  .coverage-register > div {
    grid-template-columns: 116px 1fr;
  }

  .coverage-register {
    padding-inline: 16px;
    border-left: 0;
    background: rgba(5, 9, 11, 0.76);
  }

  .coverage-source {
    right: 16px;
    bottom: 16px;
    left: 16px;
    line-height: 1.45;
  }

  .product-plane {
    width: calc(100% - 16px);
  }

  .product-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 15px;
  }

  .product-toolbar nav {
    width: 100%;
    overflow-x: auto;
  }

  .product-toolbar nav span {
    flex: 0 0 auto;
  }

  .product-body {
    display: block;
  }

  .product-document {
    height: 154px;
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 16px 18px;
  }

  .document-coordinate strong,
  .document-coordinate small {
    display: block;
  }

  .document-coordinate strong {
    margin-top: 7px;
    color: var(--ink);
    font-size: 18px;
    line-height: 1.1;
  }

  .document-coordinate small {
    margin-top: 4px;
    color: var(--ink-muted);
    font-size: 11px;
  }

  .product-document img {
    width: 96px;
    height: 122px;
    margin: 0;
    grid-column: 1;
    grid-row: 1;
  }

  .product-document .document-coordinate {
    grid-column: 2;
    grid-row: 1;
  }

  .product-rail {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .product-rail dl {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .product-rail a {
    margin-top: 26px;
  }

  .product-evidence {
    padding: 28px 18px;
  }

  .product-evidence header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .product-evidence thead {
    display: none;
  }

  .product-evidence table,
  .product-evidence tbody,
  .product-evidence tr,
  .product-evidence th,
  .product-evidence td {
    display: block;
    width: 100%;
  }

  .product-evidence tbody tr {
    padding: 18px 0;
    border-bottom: 1px solid var(--line-light);
  }

  .product-evidence tbody th,
  .product-evidence tbody td {
    padding: 0;
    border: 0;
  }

  .product-evidence tbody td {
    display: inline;
    margin-right: 10px;
    font-size: 11px;
  }

  .product-evidence tbody td:nth-child(2)::before {
    content: "Year ";
  }

  .product-evidence tbody td:nth-child(3)::before {
    content: " · Source ";
  }

  .audit-checker {
    margin-inline: -8px;
    padding: 28px 20px;
  }

  .audit-checker .audit-plan-type div,
  .audit-plan-stage {
    grid-template-columns: 1fr;
  }

  .audit-checker-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .workflow-track {
    grid-template-columns: 1fr;
  }

  .workflow-track li,
  .workflow-track li:first-child,
  .workflow-track li:last-child {
    min-height: 0;
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .workflow-track li {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 20px;
  }

  .workflow-track li:last-child {
    border-bottom: 0;
  }

  .workflow-links {
    align-items: flex-start;
    flex-direction: column;
  }

  .workflow-links nav {
    justify-content: flex-start;
  }

  .workflow-insights > header {
    align-items: flex-start;
    flex-direction: column;
  }

  .workflow-insight-grid {
    grid-template-columns: 1fr;
  }

  .workflow-insight-grid > a,
  .workflow-insight-grid > a:first-child,
  .workflow-insight-grid > a:last-child {
    min-height: 0;
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .workflow-insight-grid > a:last-child {
    border-bottom: 0;
  }

  .access-layout {
    padding: 96px 0;
  }

  .access-image {
    object-position: 32% center;
  }

  .access-shade {
    background: linear-gradient(180deg, rgba(5, 9, 11, 0.62) 0%, rgba(5, 9, 11, 0.88) 48%, rgba(5, 9, 11, 0.72) 100%);
  }

  .access-form {
    padding: 28px 20px;
  }

  .access-fields-two {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .access-form-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 24px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 18px;
  }
}

@media (max-width: 460px) {
  .hero-actions,
  .hero-actions .button,
  .audit-cta-actions {
    width: 100%;
  }

  .hero-actions {
    flex-wrap: nowrap;
  }

  .hero-actions .button,
  .audit-cta-actions a {
    flex: 1 1 100%;
  }

  .hero-actions .button {
    min-height: 52px;
    flex: 0 0 auto;
  }

  .hero-demo-bar {
    padding-inline: 12px;
  }

  .hero-demo-brand small,
  .hero-demo-search > small,
  .hero-demo-footer > small {
    display: none;
  }

  .hero-demo-toggle {
    min-width: 68px;
  }

  .hero-demo-search {
    padding-inline: 12px;
  }

  .hero-demo-canvas {
    height: 274px;
  }

  .hero-demo-footer {
    min-height: 42px;
    padding-inline: 12px;
  }

  .coverage-register > div {
    grid-template-columns: 1fr;
  }

  .coverage-register dt {
    grid-row: auto;
  }

  .product-rail dl {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .audit-cta-actions {
    flex-direction: column;
  }

  .footer-nav {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1180px) {
  .hero-workbench-frame {
    grid-template-columns: 128px minmax(0, 1fr) 210px;
  }

  .hero-workbench-nav nav > span {
    grid-template-columns: 12px minmax(0, 1fr);
  }

  .hero-workbench-nav nav > span > small {
    display: none;
  }

  .hero-workbench-inspector-view {
    inset-inline: 13px;
  }
}

@media (max-width: 900px) {
  .hero-workbench-frame {
    grid-template-columns: 112px minmax(0, 1fr) 194px;
  }

  .hero-workbench-workspace {
    grid-template-columns: 24px minmax(0, 1fr);
    column-gap: 7px;
    padding-inline: 9px;
  }

  .hero-workbench-workspace > span {
    width: 24px;
    height: 24px;
  }

  .hero-workbench .hero-demo-view {
    padding-inline: 16px;
  }

  .hero-workbench-signals li {
    grid-template-columns: 10px minmax(0, 1fr);
    gap: 9px;
  }

  .hero-workbench-signals li > b {
    grid-column: 2;
    margin-top: -9px;
    text-align: left;
  }

  .hero-workbench-proposal-sheet {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }
}

@media (max-width: 760px) {
  .hero-system.hero-workbench {
    padding-top: 26px;
  }

  .hero-workbench .hero-demo-bar {
    padding-inline: 12px 9px;
  }

  .hero-workbench-state {
    display: none;
  }

  .hero-workbench-frame {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-workbench-nav {
    display: none;
    border-right: 0;
    border-bottom: 1px solid rgba(244, 242, 234, 0.12);
  }

  .hero-workbench-workspace,
  .hero-workbench-saved {
    display: none;
  }

  .hero-workbench-nav nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    padding: 0;
  }

  .hero-workbench-nav nav > span {
    min-height: 48px;
    display: flex;
    justify-content: center;
    gap: 6px;
    padding: 9px 4px;
    border-right: 1px solid rgba(244, 242, 234, 0.08);
    border-radius: 0;
    text-align: center;
  }

  .hero-workbench-nav nav > span:last-child {
    border-right: 0;
  }

  .hero-workbench-nav nav > span::after {
    top: auto;
    right: 12px;
    bottom: -1px;
    left: 12px;
    width: auto;
    height: 1px;
    transform: scaleX(0.4);
  }

  .hero-demo[data-demo-stage="search"] [data-workbench-nav="search"]::after,
  .hero-demo[data-demo-stage="open"] [data-workbench-nav="plans"]::after,
  .hero-demo[data-demo-stage="signals"] [data-workbench-nav="plans"]::after,
  .hero-demo[data-demo-stage="contact"] [data-workbench-nav="pipeline"]::after,
  .hero-demo[data-demo-stage="proposal"] [data-workbench-nav="pipeline"]::after {
    transform: scaleX(1);
  }

  .hero-workbench-nav nav > span > i {
    display: none;
  }

  .hero-workbench-main {
    border-right: 0;
  }

  .hero-workbench .hero-demo-search {
    display: none;
  }

  .hero-workbench .hero-demo-steps [data-hero-demo-step] {
    min-height: 52px;
    flex-direction: column;
    gap: 3px;
    padding: 7px 3px;
    font-size: 10px;
    line-height: 1.1;
    text-align: center;
  }

  .hero-workbench .hero-demo-canvas {
    height: 332px;
    background-size: 100% 58px;
  }

  .hero-workbench .hero-demo-view {
    justify-content: center;
    padding: 22px 18px;
  }

  .hero-workbench .hero-demo-view > p {
    margin-bottom: 18px;
    font-size: 11px;
  }

  .hero-workbench .hero-demo-view > p b {
    font-size: 11px;
  }

  .hero-workbench-result {
    min-height: 126px;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 13px;
    padding: 18px 16px;
  }

  .hero-workbench-result-mark {
    width: 42px;
    height: 42px;
    font-size: 11px;
  }

  .hero-workbench-result strong {
    font-size: 15px;
    line-height: 1.35;
    white-space: normal;
  }

  .hero-workbench-result small,
  .hero-workbench-result > b {
    font-size: 11px;
  }

  .hero-workbench-result-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 16px;
  }

  .hero-workbench-result-meta > div:nth-child(2) {
    display: none;
  }

  .hero-workbench-result-meta dt,
  .hero-workbench-result-meta dd {
    font-size: 11px;
  }

  .hero-workbench-plan-head strong {
    font-size: 16px;
    white-space: normal;
  }

  .hero-workbench-metrics {
    display: block;
    border-top: 1px solid rgba(244, 242, 234, 0.1);
  }

  .hero-workbench-metrics > div {
    display: none;
  }

  .hero-workbench-metrics > div:first-child {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    gap: 5px 18px;
    padding: 22px 0;
    border-right: 0;
  }

  .hero-workbench-metrics > div:first-child dt {
    min-height: 0;
    grid-column: 1;
    grid-row: 1;
    color: rgba(244, 242, 234, 0.68);
    font-size: 12px;
  }

  .hero-workbench-metrics > div:first-child dd {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
    margin: 0;
    color: var(--signal-bright);
    font-size: 2rem;
  }

  .hero-workbench-metrics > div:first-child small {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
    color: rgba(244, 242, 234, 0.48);
    font-size: 11px;
    white-space: normal;
  }

  .hero-workbench-yearline {
    margin-top: 18px;
    font-size: 11px;
  }

  .hero-workbench-signals ol {
    padding-left: 20px;
  }

  .hero-workbench-signals li {
    display: none;
  }

  .hero-workbench-signals li:first-child {
    min-height: 148px;
    display: grid;
    grid-template-columns: 12px minmax(0, 1fr);
    gap: 10px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(244, 242, 234, 0.11);
  }

  .hero-workbench-signals li:first-child > b {
    grid-column: 2;
    margin-top: -8px;
    color: rgba(112, 215, 237, 0.74);
    font-size: 11px;
    text-align: left;
  }

  .hero-workbench-signals li strong {
    font-size: 14px;
  }

  .hero-workbench-signals li small,
  .hero-workbench-signals > small {
    font-size: 11px;
    line-height: 1.5;
    white-space: normal;
  }

  .hero-workbench-relationship-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-workbench-relationship-grid section {
    display: none;
  }

  .hero-workbench-relationship-grid section:first-child {
    min-height: 148px;
    display: block;
    padding: 22px 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(244, 242, 234, 0.11);
  }

  .hero-workbench-relationship-grid small {
    font-size: 11px;
  }

  .hero-workbench-relationship-grid strong {
    margin-top: 10px;
    font-size: 21px;
  }

  .hero-workbench-relationship-grid span,
  .hero-workbench-relationship-grid a {
    font-size: 11px;
  }

  .hero-workbench-activity {
    min-height: 68px;
    margin-top: 14px;
  }

  .hero-workbench-activity strong {
    font-size: 12px;
  }

  .hero-workbench-activity small {
    font-size: 11px;
    white-space: normal;
  }

  .hero-workbench-complete-summary {
    display: none;
  }

  .hero-workbench-proposal-sheet {
    min-height: 160px;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    padding: 16px 18px;
  }

  .hero-workbench-proposal-sheet dl > div:not(:last-child) {
    display: none;
  }

  .hero-workbench-proposal-sheet strong {
    margin-top: 7px;
    font-size: 15px;
  }

  .hero-workbench-proposal-sheet dt,
  .hero-workbench-proposal-sheet dd {
    font-size: 11px;
  }

  .hero-workbench-result small,
  .hero-workbench-result-meta dt,
  .hero-workbench-metrics > div:first-child small,
  .hero-workbench-yearline,
  .hero-workbench-signals li small,
  .hero-workbench-signals > small,
  .hero-workbench-relationship-grid small,
  .hero-workbench-activity small,
  .hero-workbench-proposal-sheet dt {
    color: rgba(244, 242, 234, 0.62);
  }

  .hero-workbench-inspector {
    display: none;
  }

  .hero-workbench .hero-demo-footer {
    display: none;
  }
}

@media (max-width: 460px) {
  .hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(1.55rem, 9vw, 2.4rem);
  }

  .hero-workbench .hero-demo-brand small,
  .hero-workbench .hero-demo-search kbd {
    display: none;
  }

  .hero-workbench .hero-demo-steps [data-hero-demo-step] {
    padding-inline: 2px;
    font-size: 10px;
  }

  .hero-workbench .hero-demo-canvas {
    height: 332px;
  }

  .hero-workbench .hero-demo-view {
    padding: 20px 14px;
  }

  .hero-workbench-result {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 16px 14px;
  }

  .hero-workbench-result-mark {
    width: 42px;
    height: 42px;
  }

  .hero-workbench-result strong {
    font-size: 15px;
    white-space: normal;
  }

  .hero-workbench-result > b {
    grid-column: 2;
    font-size: 11px;
  }

  .hero-workbench-result-meta > div,
  .hero-workbench-metrics > div {
    padding-inline: 10px;
  }

  .hero-workbench-plan-head {
    align-items: flex-start;
  }

  .hero-workbench-plan-head strong {
    font-size: 16px;
    white-space: normal;
  }

  .hero-workbench-plan-head > b {
    display: none;
  }

  .hero-workbench-signals ol {
    padding-left: 18px;
  }

  .hero-workbench-signals li:first-child {
    min-height: 148px;
  }

  .hero-workbench-signals li strong {
    font-size: 14px;
  }

  .hero-workbench-signals li small,
  .hero-workbench-signals li > b,
  .hero-workbench-signals > small {
    font-size: 11px;
    white-space: normal;
  }

  .hero-workbench-relationship-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-workbench-relationship-grid section:first-child {
    padding: 20px 16px;
    border-right: 0;
    border-bottom: 1px solid rgba(244, 242, 234, 0.1);
  }

  .hero-workbench-relationship-grid section:last-child {
    border-bottom: 0;
  }

  .hero-workbench-relationship-grid a {
    margin-top: 10px;
  }

  .hero-workbench-proposal-sheet {
    min-height: 160px;
    padding: 16px;
  }

  .hero-workbench-proposal-sheet strong {
    font-size: 15px;
  }

  .hero-workbench-activity {
    min-height: 68px;
    margin-top: 12px;
    padding-inline: 12px;
  }

  .hero-workbench-activity small {
    white-space: normal;
  }
}

@media (max-width: 900px) {
  .audit-drawer-summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .audit-drawer-action {
    align-self: stretch;
  }

  .audit-scene > .audit-checker {
    width: min(740px, calc(100% - 32px));
  }

  .evidence-trace {
    width: min(760px, calc(100% - 32px));
  }

  .trace-workspace {
    grid-template-columns: minmax(0, 1fr);
  }

  .trace-source {
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid var(--trace-rule);
  }

  .trace-register label {
    min-height: 64px;
  }

  .trace-action {
    grid-template-columns: minmax(0, 1fr);
  }

  .trace-action .button {
    width: 100%;
  }

  .trace-saved,
  .trace-reset {
    grid-column: 1;
  }

  .trace-reset {
    justify-self: start;
  }
}

@media (max-width: 560px) {
  .audit-scene.audit-drawer {
    padding-block: 72px;
  }

  .audit-drawer-copy > strong {
    font-size: clamp(2.25rem, 11vw, 3.25rem);
  }

  .audit-scene > .audit-checker {
    width: calc(100% - 24px);
  }

  .evidence-trace {
    width: calc(100% - 24px);
    margin-top: 40px;
  }

  .trace-header {
    align-items: flex-start;
    flex-direction: column;
    padding-inline: 14px;
  }

  .synthetic-search,
  .trace-signal,
  .trace-source,
  .trace-action,
  .trace-disclosure {
    padding-inline: 14px;
  }

  .synthetic-search-control {
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
  }

  .synthetic-search-control input,
  .synthetic-search-control button {
    border: 1px solid var(--trace-field);
    border-radius: 2px;
  }

  .synthetic-search-control button {
    border-color: var(--trace-action);
  }

  .synthetic-suggestions {
    gap-inline: 14px;
  }

  .trace-signal-head h2 {
    max-width: 20ch;
  }

  .trace-signal-facts {
    grid-template-columns: minmax(0, 1fr);
  }

  .trace-signal-facts > div,
  .trace-signal-facts > div:first-child,
  .trace-signal-facts > div:last-child {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2px 12px;
    padding: 9px 0;
    border-right: 0;
    border-bottom: 1px solid var(--trace-rule);
  }

  .trace-signal-facts > div:last-child {
    border-bottom: 0;
  }

  .trace-signal-facts dt {
    grid-column: 1;
    grid-row: 1;
  }

  .trace-signal-value {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .trace-signal-source {
    grid-column: 1;
    grid-row: 2;
  }

  .trace-structured {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .trace-structured strong {
    text-align: left;
  }

  .trace-register label {
    padding-inline: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .motion-pending,
  .motion-pending *,
  .motion-ready .motion-pending,
  .motion-ready .motion-pending * {
    opacity: 1 !important;
    clip-path: none !important;
    filter: none !important;
    transform: none !important;
  }

  .audit-checker::after {
    opacity: 0 !important;
  }
}

@media (forced-colors: active) {
  .radar-dot,
  .product-toolbar i {
    background: Highlight;
  }

  .button,
  .audit-submit,
  .access-submit,
  .audit-checker,
  .access-form {
    border: 1px solid ButtonText;
  }

  .hero-demo-steps [data-hero-demo-step][aria-current="step"] {
    outline: 2px solid Highlight;
    outline-offset: -4px;
  }
}
