:root {
  color-scheme: light;
  --brand: #0e509c;
  --action: #0b63ce;
  --deep: #0b2b4c;
  --yellow: #f2c94c;
  --ink: #172033;
  --steel: #5e6b7a;
  --mist: #f4f7fb;
  --line: #dce4ee;
  --white: #fff;
  --shadow: 0 16px 50px rgb(11 43 76 / 10%);
  --font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Blog articles: a quiet field manual with a compact, equipment-tag index. */
.blog-article-header {
  max-width: 800px;
  padding-block: clamp(56px, 8vw, 104px) clamp(32px, 5vw, 56px);
}

.blog-article-header h1 {
  max-width: 18ch;
  margin: 10px 0 22px;
  color: var(--deep);
  font-size: clamp(2.35rem, 6vw, 4.6rem);
  line-height: 0.99;
  letter-spacing: -0.055em;
}

.blog-article-header .lead {
  max-width: 680px;
  margin: 0;
  color: var(--steel);
  font-size: clamp(1.12rem, 2.2vw, 1.35rem);
  line-height: 1.55;
}

.blog-article-header .eyebrow a {
  text-decoration: none;
}

.container.blog-article-body {
  width: min(760px, calc(100% - 40px));
  padding-bottom: clamp(64px, 9vw, 112px);
  font-size: 1.06rem;
}

.blog-article-body > :first-child {
  margin-top: 0;
}

.blog-article-body h2,
.blog-article-body h3,
.blog-article-body [id] {
  scroll-margin-top: 110px;
}

.blog-article-body h2 {
  margin: clamp(54px, 8vw, 84px) 0 20px;
  padding-top: 18px;
  border-top: 3px solid var(--deep);
  color: var(--deep);
  font-size: clamp(1.75rem, 3.8vw, 2.45rem);
  line-height: 1.13;
  letter-spacing: -0.035em;
}

.blog-article-body h3 {
  margin: 42px 0 14px;
  color: var(--deep);
  font-size: 1.35rem;
  line-height: 1.25;
}

.blog-article-body p,
.blog-article-body li {
  max-width: 72ch;
}

.blog-article-body ol,
.blog-article-body ul {
  padding-left: 1.4em;
}

.blog-article-body li + li {
  margin-top: 18px;
}

.blog-article-body blockquote {
  margin: 34px 0;
  padding: 6px 0 6px 24px;
  border-left: 5px solid var(--yellow);
  color: var(--deep);
  font-size: 1.08em;
}

.blog-article-qa {
  margin-top: clamp(54px, 8vw, 84px);
}

.blog-article-qa h2 {
  margin-top: 0;
  border-top-color: var(--brand);
}

.blog-article-qa + .blog-article-qa {
  margin-top: clamp(64px, 9vw, 96px);
}

.blog-article-media {
  margin: 34px auto 42px;
}

.blog-article-media img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
  object-fit: contain;
}

.blog-article-media figcaption {
  max-width: 68ch;
  margin: 12px auto 0;
  color: var(--steel);
  font-size: 0.88rem;
  text-align: center;
}

.blog-article-media--wide {
  width: min(980px, calc(100vw - 40px));
  margin-left: 50%;
  transform: translateX(-50%);
}

.blog-article-media-group > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 20px;
}

.blog-article-video {
  width: min(760px, 100%);
  margin: 28px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  aspect-ratio: 16 / 9;
  background: var(--deep);
  box-shadow: var(--shadow);
}

.blog-article-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.blog-article-toc {
  display: grid;
  max-width: 980px;
  grid-template-columns: 160px 1fr;
  gap: 24px;
  margin-bottom: clamp(48px, 7vw, 72px);
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-left: 7px solid var(--yellow);
  border-radius: 14px;
  background: var(--mist);
}

.blog-article-toc ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 22px;
  margin: 0;
  padding-left: 1.3em;
}

.blog-related-guides {
  padding-block: clamp(56px, 8vw, 88px);
}

.blog-related-heading {
  max-width: 760px;
  margin: 0 auto 28px;
}

.blog-related-heading h2 {
  margin: 4px 0 0;
  color: var(--deep);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
}

.blog-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.blog-related-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-top: 5px solid var(--brand);
  border-radius: 14px;
  background: var(--white);
}

.blog-related-grid h3 {
  margin: 0 0 12px;
  font-size: 1.08rem;
  line-height: 1.35;
}

.blog-related-grid p {
  margin: 0;
  color: var(--steel);
  font-size: 0.94rem;
}

.blog-article-cta-inner,
.blog-article-cta nav {
  display: flex;
  align-items: center;
}

.blog-article-cta-inner {
  justify-content: space-between;
  gap: 32px;
}

.blog-article-cta-inner h2 {
  max-width: 650px;
  margin: 4px 0 0;
}

.blog-article-cta nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.blog-article-cta nav > a:not(.button) {
  color: var(--white);
}

.blog-article-body table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

@media (max-width: 680px) {
  .blog-article-header,
  .container.blog-article-body {
    width: min(100% - 28px, 760px);
  }

  .blog-article-header h1 {
    font-size: clamp(2.2rem, 12vw, 3.2rem);
  }

  .blog-article-toc,
  .blog-article-toc ol,
  .blog-related-grid,
  .blog-article-media-group > div {
    grid-template-columns: 1fr;
  }

  .blog-article-media--wide {
    width: calc(100vw - 28px);
  }

  .blog-related-grid article {
    padding: 20px;
  }

  .blog-article-cta-inner,
  .blog-article-cta nav {
    align-items: flex-start;
    flex-direction: column;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

img,
svg {
  display: block;
  max-width: 100%;
}

figure {
  margin: 0;
}

a {
  color: var(--action);
  overflow-wrap: anywhere;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

button,
input,
textarea,
select {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--deep);
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: -90px;
  left: 16px;
  min-height: 44px;
  padding: 9px 16px;
  border-radius: 12px;
  background: var(--deep);
  color: var(--white);
}

.skip-link:focus {
  top: 12px;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.reading {
  max-width: 720px;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  padding: 12px 0;
  border-bottom: 1px solid rgb(220 228 238 / 75%);
  background: rgb(255 255 255 / 86%);
  backdrop-filter: blur(18px);
}

.nav-shell,
.nav-links,
.nav-actions {
  display: flex;
  align-items: center;
}

.nav-shell {
  position: relative;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 44px;
}

.brand img {
  width: 215px;
  height: 36px;
  object-fit: contain;
  object-position: left center;
}

.nav-links {
  min-width: 0;
  gap: 5px;
  margin-left: auto;
}

.nav-links a,
.nav-group > summary,
.menu-toggle {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 12px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--ink);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.25;
  text-decoration: none;
}

.nav-links a:hover,
.nav-group > summary:hover,
.menu-toggle:hover {
  background: var(--mist);
}

.nav-group {
  position: relative;
}

.nav-group > summary {
  gap: 8px;
  list-style: none;
  cursor: pointer;
  white-space: nowrap;
}

.nav-group > summary::-webkit-details-marker {
  display: none;
}

.nav-chevron {
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-right: 2px solid currentcolor;
  border-bottom: 2px solid currentcolor;
  transform: rotate(45deg);
  transition: transform 160ms ease, margin-top 160ms ease;
}

.nav-group[open] > summary {
  background: var(--mist);
}

.nav-group[open] .nav-chevron {
  margin-top: 4px;
  transform: rotate(225deg);
}

.nav-dropdown {
  position: absolute;
  z-index: 3;
  top: calc(100% + 8px);
  left: 0;
  display: grid;
  width: max-content;
  min-width: 250px;
  max-width: min(360px, calc(100vw - 40px));
  max-height: calc(100vh - 96px);
  overflow-y: auto;
  overscroll-behavior: contain;
  scroll-padding-block: 10px;
  gap: 3px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.nav-group:nth-last-child(-n + 2) .nav-dropdown {
  right: 0;
  left: auto;
}

.nav-dropdown a {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  scroll-margin-block: 10px;
  white-space: normal;
}

.nav-dropdown a[aria-current="page"],
.nav-dropdown a.nav-family-current {
  background: var(--mist);
  color: var(--brand);
}

.menu-toggle {
  display: none;
  cursor: pointer;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 11px 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--action);
  color: var(--white);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.button:hover {
  background: var(--brand);
  box-shadow: 0 9px 25px rgb(11 99 206 / 20%);
  transform: translateY(-1px);
}

.button--small {
  min-height: 44px;
  padding: 9px 18px;
  font-size: 15px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-weight: 680;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  overflow-wrap: normal;
  text-wrap: balance;
}

h1 {
  max-width: 900px;
  margin-bottom: 24px;
  font-size: clamp(2.65rem, 6.1vw, 4rem);
  font-weight: 740;
  letter-spacing: -0.047em;
  line-height: 1.02;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
  font-weight: 680;
  letter-spacing: -0.018em;
  line-height: 1.25;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.lead {
  max-width: 750px;
  margin-bottom: 32px;
  color: #435064;
  font-size: clamp(1.16rem, 2vw, 1.31rem);
  line-height: 1.55;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 112px 0 78px;
}

.hero::after {
  position: absolute;
  z-index: -1;
  top: 40px;
  right: -140px;
  width: 420px;
  height: 420px;
  border: 1px solid var(--line);
  border-radius: 50%;
  box-shadow: inset 0 0 0 78px var(--mist), inset 0 0 0 79px var(--line);
  content: "";
}

.hero-grid,
.section-heading,
.product-hero,
.contact-layout {
  display: grid;
  min-width: 0;
  align-items: center;
}

.hero-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(36px, 6vw, 72px);
}

.hero-grid > *,
.section-heading > *,
.product-hero > *,
.contact-layout > * {
  min-width: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}

.visual-card,
.process-map,
.next-steps-visual,
.mock-panel {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #cbdbea;
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.visual-card {
  padding: 22px;
  background: linear-gradient(145deg, #f9fbfd 0%, #eaf2fb 100%);
}

.visual-kicker,
.card-kicker {
  display: block;
  margin: 0 0 18px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.visual-card figcaption,
.process-map figcaption,
.next-steps-visual figcaption,
.reconciliation-visual figcaption {
  margin-top: 10px;
  color: var(--steel);
  font-size: 13px;
  line-height: 1.5;
}

.workflow-visual,
.product-console,
.process-map,
.next-steps-visual,
.reconciliation-visual {
  min-width: 0;
}

.workflow-visual svg,
.product-console svg,
.process-map svg,
.next-steps-visual svg,
.reconciliation-visual svg {
  width: 100%;
  height: auto;
}

.diagram-route {
  fill: none;
  stroke: var(--action);
  stroke-linecap: round;
  stroke-width: 3;
}

.diagram-arrow {
  fill: var(--action);
}

.diagram-node > rect,
.mini-node rect,
.process-node > rect,
.next-node > rect {
  fill: var(--white);
  stroke: #cbdbea;
  stroke-width: 2;
}

.diagram-node--accent > rect,
.mini-node--result rect,
.process-node--accent > rect,
.next-node--accent > rect {
  fill: #fff8dc;
  stroke: #d8ae20;
}

.diagram-node text,
.mini-node text,
.process-node text,
.next-node text,
.console-title,
.phone-title {
  fill: var(--ink);
  font-family: var(--font);
  font-size: 18px;
  font-weight: 740;
}

.node-label--compact {
  font-size: 16px !important;
}

.diagram-note,
.diagram-foot {
  fill: var(--steel) !important;
  font-family: var(--font);
  font-size: 13px !important;
  font-weight: 560 !important;
}

.diagram-icon {
  fill: none;
  stroke: var(--action);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
}

.diagram-qr {
  fill: var(--deep);
}

.diagram-phone {
  fill: #edf4fb;
  stroke: var(--action);
  stroke-width: 3;
}

.section {
  padding: 96px 0;
}

.section--mist {
  background: var(--mist);
}

.section--deep,
.cta-band {
  background: var(--deep);
  color: var(--white);
}

.section--deep .eyebrow {
  color: var(--yellow);
}

.section--deep .lead,
.section--deep .muted,
.section--deep .feature p {
  color: #c9d7e6;
}

.section-heading {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: end;
  gap: 52px;
  margin-bottom: 48px;
}

.section-heading p {
  margin-bottom: 0;
  color: var(--steel);
}

.section--deep .section-heading p {
  color: #c9d7e6;
}

.media-copy {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(32px, 6vw, 72px);
  margin-bottom: 48px;
}

.media-copy > * {
  min-width: 0;
}

.media-stack {
  display: grid;
  min-width: 0;
  gap: 20px;
}

.media-stack > *,
.module--media > * {
  min-width: 0;
}

.section-heading--media {
  grid-template-columns: 1fr;
  align-items: start;
  gap: 10px;
  margin-bottom: 0;
}

.workplace-photo {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid #cbdbea;
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.workplace-photo picture {
  display: block;
}

.workplace-photo__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.workplace-photo--cover .workplace-photo__image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.workplace-photo--detail .workplace-photo__image {
  aspect-ratio: 4 / 3;
}

.workplace-photo--wide .workplace-photo__image {
  aspect-ratio: 16 / 10;
}

.workplace-photo--contained .workplace-photo__image {
  aspect-ratio: auto;
  object-fit: contain;
}

.workplace-photo--native-570 {
  width: 100%;
  max-width: 570px;
  justify-self: center;
}

.workplace-photo--native-818 {
  width: 100%;
  max-width: 818px;
  justify-self: center;
}

.workplace-photo figcaption {
  padding: 12px 16px;
  color: var(--steel);
  font-size: 14px;
}

.section--deep .workplace-photo {
  border-color: #7390ad;
}

.card-grid,
.feature-grid,
.module-grid,
.fact-row,
.field-grid,
.footer-grid,
.gallery-grid {
  display: grid;
  min-width: 0;
}

.card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.card > * {
  min-width: 0;
}

a.card {
  color: var(--ink);
  text-decoration: none;
}

a.card:hover,
.gallery-card:hover {
  border-color: #a9c7e9;
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.button:focus-visible,
a.card:focus-visible {
  box-shadow: 0 0 0 6px var(--deep);
}

.card p,
.module p,
.field-note,
.form-note {
  color: var(--steel);
}

.card-kicker {
  margin-bottom: 20px;
}

.product-glyph,
.module-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  padding: 8px;
  border-radius: 13px;
  background: #eaf2fb;
  fill: none;
  stroke: var(--brand);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.card > .card-arrow,
.card > .card-links {
  margin-top: auto;
}

.card-arrow {
  display: inline-block;
  color: var(--action);
  font-weight: 740;
}

.card-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.card-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-weight: 680;
  text-underline-offset: 4px;
}

.reconciliation-visual,
.process-map,
.next-steps-visual {
  overflow-x: auto;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--mist);
}

.feature-grid,
.module-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.feature {
  min-width: 0;
  padding: 28px;
  border-top: 1px solid #7390ad;
}

.feature p,
.module p {
  margin-bottom: 0;
}

.module {
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.module--media {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 0.65fr) minmax(0, 1.35fr);
  align-items: center;
  gap: 28px;
}

.module--media .workplace-photo {
  box-shadow: none;
}

.module .module-icon {
  margin-bottom: 20px;
}

.fact-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--line);
}

.fact {
  min-width: 0;
  padding: 34px;
  background: var(--white);
}

.fact strong {
  display: block;
  margin-bottom: 9px;
  color: var(--deep);
  font-size: 1.3rem;
}

.fact span {
  color: var(--steel);
}

.section--customers {
  border-top: 1px solid var(--line);
}

.customer-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--line);
  list-style: none;
}

.customer-logo {
  display: grid;
  min-width: 0;
  min-height: 112px;
  place-items: center;
  padding: 20px;
  background: var(--white);
}

.customer-logo img {
  display: block;
  width: min(100%, 174px);
  height: auto;
  max-height: 72px;
  object-fit: contain;
}

.cta-band {
  padding: 72px 0;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.cta-inner h2 {
  max-width: 700px;
  margin-bottom: 0;
}

body > footer {
  padding: 62px max(20px, calc((100% - 1180px) / 2)) 34px;
  border-top: 1px solid var(--line);
  background: var(--white);
}

body > footer > p:first-child {
  margin-bottom: 12px;
  color: var(--deep);
  font-size: 1.35rem;
  font-weight: 700;
}

body > footer address,
body > footer > p:last-child {
  color: var(--steel);
  font-size: 15px;
  font-style: normal;
}

body > footer nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

body > footer nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--steel);
  font-size: 15px;
  text-decoration: none;
}

body > footer nav a:hover {
  color: var(--action);
}

.footer-legal {
  display: flex;
  align-items: baseline;
  gap: 16px;
}

.footer-nav-label {
  color: var(--deep);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body > footer .footer-legal ul {
  margin-block: 0 24px;
}

.breadcrumbs {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
  padding-top: 32px;
  color: var(--steel);
  font-size: 14px;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs li + li::before {
  margin-right: 8px;
  color: #9aa8b8;
  content: "/";
}

/* Legal pages keep the source text complete and put reading comfort ahead of decoration. */
.legal-title-band {
  margin-top: 28px;
  padding-block: clamp(44px, 7vw, 76px);
  border-block: 1px solid var(--line);
  background: var(--mist);
}

.legal-title-band__inner {
  max-width: 72ch;
}

.legal-title-band h1 {
  max-width: 18ch;
  margin: 8px 0 0;
  color: var(--deep);
  font-size: clamp(2.45rem, 6vw, 4.5rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.legal-document {
  width: min(72ch, calc(100% - 40px));
  max-width: 72ch;
  padding-block: clamp(48px, 8vw, 92px);
  color: var(--ink);
  font-size: 1.04rem;
  line-height: 1.72;
  overflow-wrap: break-word;
}

.legal-document > :first-child,
.legal-document section > :first-child {
  margin-top: 0;
}

.legal-document section + section {
  margin-top: clamp(44px, 7vw, 68px);
}

.legal-document h2 {
  margin: 0 0 18px;
  padding-top: 18px;
  border-top: 3px solid var(--deep);
  color: var(--deep);
  font-size: clamp(1.55rem, 3.5vw, 2.15rem);
  line-height: 1.18;
  letter-spacing: -0.025em;
  scroll-margin-top: 110px;
}

.legal-document p {
  margin: 0 0 1.2em;
}

.legal-document a {
  text-underline-offset: 0.17em;
}

.legal-document ol,
.legal-document ul {
  margin-block: 20px 0;
  padding-left: 1.45em;
}

.legal-document li {
  padding-left: 0.35em;
}

.legal-document li + li {
  margin-top: 16px;
}

.legal-category-list {
  columns: 2;
  column-gap: 40px;
}

.legal-category-list li {
  break-inside: avoid;
}

.legal-introduction {
  padding-left: 22px;
  border-left: 5px solid var(--yellow);
}

.legal-contents {
  margin: clamp(38px, 6vw, 58px) 0;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-left: 6px solid var(--brand);
  border-radius: 12px;
  background: var(--mist);
}

.legal-contents > p {
  margin: 0;
  color: var(--deep);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-contents ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 28px;
  margin-top: 14px;
}

.legal-contents li + li {
  margin-top: 0;
}

.legal-contents a {
  color: var(--deep);
  font-weight: 650;
}

.product-hero {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 68px;
  padding: 82px 0 94px;
}

.qmd-hero {
  grid-template-columns: 1fr;
}

.product-hero h1 {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
}

.mock-panel {
  border-color: #cddbea;
}

.mock-toolbar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  background: #f9fbfd;
}

.mock-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #bdcad8;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.tag-list li {
  padding: 8px 12px;
  border: 1px solid #c8d7e7;
  border-radius: 999px;
  background: var(--white);
  color: var(--deep);
  font-size: 14px;
  font-weight: 660;
}

.faq-list {
  max-width: 820px;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 64px;
  cursor: pointer;
  font-weight: 680;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  color: var(--action);
  content: "+";
  font-size: 24px;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 700px;
  padding-bottom: 24px;
  color: var(--steel);
}

.contact-layout {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 70px;
}

.contact-form,
.contact-card {
  min-width: 0;
  padding: 30px;
  border-radius: 22px;
}

.contact-form {
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
}

.contact-card {
  background: var(--deep);
  color: var(--white);
}

.contact-card + .contact-card {
  margin-top: 18px;
}

.contact-card p,
.contact-card a {
  color: #d6e4f2;
}

.field-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.field {
  min-width: 0;
  margin-bottom: 20px;
}

.field label,
.field legend {
  display: block;
  margin-bottom: 7px;
  color: var(--deep);
  font-size: 15px;
  font-weight: 680;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid #aebdcd;
  border-radius: 12px;
  background: var(--white);
  color: var(--ink);
}

.field textarea {
  min-height: 150px;
  resize: vertical;
}

.hero--compact {
  padding-bottom: 72px;
}

.request-worksheet {
  min-width: 0;
  margin: 26px 0 20px;
  padding: 0;
  border: 0;
}

.request-worksheet legend {
  margin-bottom: 18px;
  color: var(--deep);
  font-weight: 700;
}

.request-worksheet :disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

.step-flow {
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--mist);
}

.step-flow ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.step-flow li {
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  padding: 24px;
  border: 1px solid #cbdbea;
  border-radius: 20px;
  background: var(--white);
}

.step-flow li:last-child {
  border-color: #d8ae20;
  background: #fff8dc;
}

.step-flow li:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -19px;
  color: var(--action);
  content: "→";
  font-size: 24px;
  font-weight: 800;
  transform: translateY(-50%);
}

.step-number {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--action);
  color: var(--white);
  font-weight: 800;
}

.step-flow h3 {
  margin-bottom: 7px;
  font-size: 1.1rem;
}

.step-flow p {
  margin-bottom: 0;
  color: var(--steel);
  font-size: 15px;
  line-height: 1.5;
}

.step-flow figcaption {
  margin-top: 16px;
  color: var(--steel);
  font-size: 14px;
}

.section--deep a {
  color: #d6eaff;
}

.company-snapshot {
  min-width: 0;
  padding: clamp(28px, 5vw, 46px);
  border: 1px solid #cbdbea;
  border-radius: 26px;
  background: linear-gradient(145deg, #f9fbfd, #eaf2fb);
  box-shadow: var(--shadow);
}

.company-snapshot > strong {
  display: block;
  margin-bottom: 5px;
  color: var(--deep);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
}

.company-snapshot dl {
  margin: 24px 0 0;
}

.company-snapshot dl div {
  display: grid;
  min-width: 0;
  grid-template-columns: 95px minmax(0, 1fr);
  gap: 14px;
  padding: 13px 0;
  border-top: 1px solid #cbdbea;
}

.company-snapshot dt {
  color: var(--steel);
  font-size: 14px;
  font-weight: 650;
}

.company-snapshot dd {
  min-width: 0;
  margin: 0;
  color: var(--deep);
  font-weight: 700;
}

.operations-flow {
  min-width: 0;
}

.operations-flow ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  overflow: hidden;
  border-radius: 22px;
  background: #7390ad;
  list-style: none;
}

.operations-flow li {
  min-width: 0;
  padding: 28px;
  background: var(--deep);
}

.operations-flow li:last-child {
  background: #123e68;
}

.operations-flow span {
  display: block;
  margin-bottom: 32px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.operations-flow p,
.operations-flow figcaption {
  color: #c9d7e6;
}

.operations-flow p {
  margin-bottom: 0;
}

.operations-flow figcaption {
  margin-top: 14px;
  font-size: 14px;
}

.company-address {
  margin-top: 48px;
  padding: 26px 30px;
  border-left: 4px solid var(--yellow);
  background: var(--mist);
}

.company-address address {
  color: var(--steel);
  font-style: normal;
}

.inventory-visual {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(125px, 0.62fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid #cbdbea;
  border-radius: 26px;
  background: linear-gradient(145deg, #f9fbfd, #eaf2fb);
  box-shadow: var(--shadow);
}

.inventory-device,
.inventory-dashboard {
  min-width: 0;
  border: 1px solid #b8cbe0;
  background: var(--white);
}

.inventory-device {
  padding: 17px;
  border-radius: 25px;
  text-align: center;
}

.device-top {
  width: 42px;
  height: 5px;
  margin: 0 auto 24px;
  border-radius: 999px;
  background: #9fb1c5;
}

.scan-code {
  display: grid;
  width: 82px;
  height: 82px;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin: 0 auto 20px;
  padding: 8px;
  border: 2px solid var(--action);
}

.scan-code span {
  background: var(--deep);
}

.scan-code span:nth-child(2) {
  grid-row: span 2;
}

.scan-code span:nth-child(4) {
  grid-column: span 2;
}

.inventory-device p:last-child {
  margin-bottom: 4px;
  color: var(--steel);
  font-size: 14px;
}

.inventory-sync {
  color: var(--action);
  font-size: 30px;
  font-weight: 800;
}

.inventory-dashboard {
  padding: 23px;
  overflow-wrap: normal;
  border-radius: 18px;
}

.dashboard-title {
  display: block;
  margin-bottom: 20px;
  color: var(--ink);
  font-size: 1.3rem;
  line-height: 1.25;
}

.status-row {
  display: grid;
  min-width: 0;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  margin-bottom: 10px;
  padding: 13px;
  border-radius: 13px;
  background: var(--mist);
}

.status-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #d9f2e4;
  color: #187545;
  font-weight: 800;
}

.status-mark--move {
  background: #e7f1fd;
  color: var(--action);
}

.status-row strong,
.status-row small {
  display: block;
}

.status-row small {
  color: var(--steel);
}

.dashboard-lines {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.dashboard-lines span {
  height: 7px;
  border-radius: 999px;
  background: #d6e1ec;
}

.dashboard-lines span:nth-child(2) {
  width: 72%;
}

.dashboard-lines span:nth-child(3) {
  width: 88%;
}

.inventory-visual figcaption {
  grid-column: 1 / -1;
  color: var(--steel);
  font-size: 14px;
}

.capture-flow ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.capture-flow li {
  min-width: 0;
  padding: 25px;
  border: 1px solid #7390ad;
  border-radius: 19px;
  background: #10385e;
}

.capture-flow li:last-child {
  border-color: #d8ae20;
  background: #fff8dc;
  color: var(--ink);
}

.capture-flow li > span {
  display: block;
  margin-bottom: 28px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.capture-flow li:last-child > span {
  color: #9d7600;
}

.capture-flow p {
  margin-bottom: 0;
  color: #c9d7e6;
}

.capture-flow li:last-child p {
  color: var(--steel);
}

.capture-flow figcaption {
  margin-top: 16px;
  color: #c9d7e6;
  font-size: 14px;
}

.module-symbol {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 13px;
  background: #eaf2fb;
  color: var(--brand);
  font-size: 24px;
  font-weight: 700;
}

.related-reading {
  margin: 36px 0 0;
  color: var(--steel);
}

.forms-visual {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: stretch;
  gap: 10px;
  padding: 25px;
  overflow: hidden;
  border: 1px solid #cbdbea;
  border-radius: 26px;
  background: linear-gradient(145deg, #f9fbfd, #eaf2fb);
  box-shadow: var(--shadow);
}

.forms-stage {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 19px;
  border: 1px solid #cbdbea;
  border-radius: 18px;
  background: var(--white);
}

.forms-stage--cloud {
  border-color: #d8ae20;
  background: #fff8dc;
}

.stage-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 12px;
  background: #eaf2fb;
  color: var(--brand);
  font-size: 22px;
}

.forms-stage strong,
.forms-stage small {
  display: block;
  min-width: 0;
}

.forms-stage small {
  margin-top: 6px;
  color: var(--steel);
  font-size: 13px;
  line-height: 1.45;
}

.forms-arrow {
  align-self: center;
  color: var(--action);
  font-size: 24px;
  font-weight: 800;
}

.forms-visual figcaption {
  grid-column: 1 / -1;
  margin-top: 6px;
  color: var(--steel);
  font-size: 14px;
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.comparison-card {
  min-width: 0;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 22px;
}

.comparison-card--paper {
  background: var(--mist);
}

.comparison-card--digital {
  border-color: #b6d0ed;
  background: #eef6ff;
}

.comparison-card ul {
  margin: 22px 0 0;
  padding-left: 22px;
  color: var(--steel);
}

.comparison-card li + li {
  margin-top: 9px;
}

.workflow-rail ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.workflow-rail li {
  min-width: 0;
  padding: 25px;
  border: 1px solid #7390ad;
  border-radius: 19px;
  background: #10385e;
}

.workflow-rail li:last-child {
  border-color: #d8ae20;
  background: #fff8dc;
  color: var(--ink);
}

.workflow-rail li > span {
  display: block;
  margin-bottom: 30px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.workflow-rail li:last-child > span {
  color: var(--deep);
}

.workflow-rail p {
  margin-bottom: 0;
  color: #c9d7e6;
}

.workflow-rail li:last-child p {
  color: var(--steel);
}

.workflow-rail figcaption {
  margin-top: 16px;
  color: #c9d7e6;
  font-size: 14px;
}

.section-link {
  margin: 24px 0 0;
}

.product-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding-top: 22px;
}

.product-tabs a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 13px;
  border-radius: 999px;
  color: var(--steel);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.product-tabs a:hover,
.product-tabs a[aria-current="page"] {
  background: #eaf2fb;
  color: var(--brand);
}

.deep-dive-hero {
  grid-template-columns: 1fr;
}

/* Connected devices: make the path from equipment to office record explicit. */
.connected-device-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.connected-device-tabs a {
  min-width: 0;
  border-radius: 8px;
  overflow-wrap: normal;
}

.connected-device-hero {
  gap: clamp(32px, 5vw, 68px);
}

.device-job-record {
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-top: 5px solid var(--brand);
  border-radius: 12px;
  background: var(--mist);
  overflow-wrap: normal;
}

.device-job-record dl {
  margin: 0;
}

.device-job-record dl > div {
  padding: 16px 0;
  border-top: 1px solid var(--line);
}

.device-job-record dt {
  color: var(--deep);
  font-weight: 700;
}

.device-job-record dd {
  margin: 4px 0 0;
  color: var(--steel);
}

.device-card-grid {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  overflow-wrap: normal;
}

.device-card-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.device-card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.device-signal {
  min-width: 0;
  margin: 0;
  color: var(--ink);
}

.device-signal ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.device-signal--three ol {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.device-signal li {
  position: relative;
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--brand);
  border-radius: 10px;
  background: var(--white);
  overflow-wrap: normal;
}

.device-signal li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -27px;
  width: 26px;
  border-top: 3px solid var(--brand);
  content: "";
}

.device-signal h3,
.device-signal__title {
  margin-top: 14px;
  color: var(--deep);
}

.device-signal__title {
  display: block;
  margin-bottom: 12px;
  overflow-wrap: normal;
  font-size: 1.35rem;
  font-weight: 680;
  letter-spacing: -0.018em;
  line-height: 1.25;
  text-wrap: balance;
}

.device-signal li p {
  margin-bottom: 0;
  color: var(--steel);
}

.device-signal figcaption {
  max-width: 80ch;
  margin-top: 22px;
  color: var(--steel);
  font-size: 0.94rem;
}

.section--deep .device-signal figcaption {
  color: #c9d7e6;
}

.section--deep .device-signal li:not(:last-child)::after {
  border-color: #c9d7e6;
}

.device-signal--compact ol {
  grid-template-columns: minmax(0, 1fr);
}

.device-signal--compact li:not(:last-child)::after {
  top: auto;
  right: auto;
  bottom: -27px;
  left: 32px;
  width: 0;
  height: 26px;
  border-top: 0;
  border-left: 3px solid var(--brand);
}

.device-cta-prompt {
  max-width: 750px;
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

/* Custom software: a work ticket and field-to-office rails keep the scope tied to the job. */
.custom-software-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.custom-software-tabs a {
  min-width: 0;
  border-radius: 8px;
  overflow-wrap: normal;
}

.custom-software-hero {
  gap: clamp(32px, 5vw, 68px);
}

.custom-software-hero--wide {
  grid-template-columns: minmax(0, 1fr);
}

.custom-work-ticket {
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-top: 7px solid var(--yellow);
  border-radius: 8px;
  background: repeating-linear-gradient(0deg, var(--white) 0, var(--white) 43px, #edf2f7 44px);
  box-shadow: var(--shadow);
  overflow-wrap: normal;
}

.custom-work-ticket dl {
  margin: 0;
  background: rgb(255 255 255 / 88%);
}

.custom-work-ticket dl > div {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 18px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.custom-work-ticket dt {
  color: var(--deep);
  font-weight: 730;
}

.custom-work-ticket dd {
  margin: 0;
  color: var(--steel);
}

.custom-process {
  min-width: 0;
  margin: 0;
  overflow-wrap: normal;
}

.custom-job-rail ol,
.custom-system-map ol,
.custom-job-map ul,
.custom-handoff-rail ol {
  display: grid;
  min-width: 0;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-job-rail ol,
.custom-job-map ul {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.custom-system-map ol,
.custom-handoff-rail ol {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.custom-job-rail li,
.custom-system-map li,
.custom-job-map li,
.custom-handoff-rail li {
  position: relative;
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-top: 5px solid var(--brand);
  border-radius: 12px;
  background: var(--white);
  overflow-wrap: normal;
}

.custom-process li > span {
  display: block;
  margin-bottom: 22px;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.custom-process h3 {
  color: var(--deep);
}

.custom-process li p {
  margin: 0;
  color: var(--steel);
}

.custom-process figcaption {
  max-width: 82ch;
  margin-top: 20px;
  color: var(--steel);
  font-size: 0.94rem;
}

.section--deep .custom-process figcaption {
  color: #c9d7e6;
}

.custom-job-rail li:not(:last-child)::after,
.custom-system-map li:not(:last-child)::after,
.custom-handoff-rail li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -19px;
  width: 18px;
  border-top: 3px solid var(--yellow);
  content: "";
}

.custom-job-map li:nth-child(3),
.custom-system-map li:last-child,
.custom-handoff-rail li:last-child {
  border-top-color: #d8ae20;
  background: #fff8dc;
}

.custom-company-note {
  max-width: 82ch;
  margin-top: 28px;
  padding: 18px 22px;
  border-left: 6px solid var(--yellow);
  background: var(--white);
  color: var(--steel);
}

.custom-company-note p {
  margin: 0;
}

.custom-company-note strong {
  color: var(--deep);
}

/* Data analysis: source records stay visible through the report and review path. */
.data-analysis-hero .lead {
  max-width: 850px;
}

.data-record-grid article {
  min-width: 0;
}

.data-source-flow,
.data-example-comparison {
  min-width: 0;
  overflow-wrap: normal;
  word-break: normal;
}

.data-source-flow {
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid rgb(255 255 255 / 22%);
  border-radius: 22px;
  background: rgb(255 255 255 / 8%);
}

.data-source-flow ol,
.data-reading-list {
  display: grid;
  min-width: 0;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.data-source-flow ol {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.data-source-flow li,
.data-reading-row,
.data-reading-row > * {
  min-width: 0;
  overflow-wrap: normal;
  word-break: normal;
}

.data-source-flow li {
  padding: 22px;
  border: 1px solid rgb(255 255 255 / 18%);
  border-top: 5px solid var(--brand);
  border-radius: 12px;
  background: var(--white);
}

.data-source-flow li > span,
.data-reading-kicker {
  display: block;
  margin-bottom: 14px;
  color: var(--brand);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.data-source-flow h3,
.data-reading-row h3 {
  margin-bottom: 8px;
  color: var(--deep);
}

.data-source-flow li p {
  margin: 0;
  color: var(--steel);
}

.data-source-flow .data-source-flow__source {
  border-top-color: var(--yellow);
}

.data-source-flow .data-source-flow__review {
  border-top-color: #d8ae20;
  background: #fff8dc;
}

.data-source-flow figcaption,
.data-example-comparison figcaption {
  max-width: 82ch;
  margin-top: 20px;
  font-size: 0.94rem;
}

.data-source-flow figcaption {
  color: #c9d7e6;
}

.data-example-comparison {
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(145deg, #f9fbfd, #edf4fb);
  box-shadow: var(--shadow);
}

.data-example-label {
  display: inline-flex;
  margin: 0 0 20px;
  padding: 6px 10px;
  border: 1px solid #b9cbe0;
  border-radius: 999px;
  background: var(--white);
  color: var(--deep);
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.3;
}

.data-reading-list {
  grid-template-columns: minmax(0, 1fr);
}

.data-reading-row {
  display: grid;
  grid-template-columns: minmax(0, 0.65fr) minmax(0, 2fr) minmax(0, 1.15fr);
  align-items: center;
  gap: 20px;
  padding: 20px 22px;
  border: 1px solid #cbdbea;
  border-left: 5px solid var(--brand);
  border-radius: 12px;
  background: var(--white);
}

.data-reading-row--review {
  border: 2px dashed var(--deep);
  border-left: 8px solid var(--yellow);
  background: #fff8dc;
}

.data-reading-kicker {
  margin-bottom: 4px;
}

.data-reading-measure {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 7px;
}

.data-reading-value {
  color: var(--deep);
  font-weight: 700;
}

.data-reading-value data {
  font-variant-numeric: tabular-nums;
}

.data-reading-bar {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: #dce7f2;
}

.data-reading-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--brand);
}

.data-reading-fill--41 {
  width: 66%;
}

.data-reading-fill--43 {
  width: 70%;
}

.data-reading-fill--58 {
  width: 94%;
  background: repeating-linear-gradient(135deg, var(--deep) 0, var(--deep) 7px, var(--yellow) 7px, var(--yellow) 11px);
}

.data-reading-status {
  margin: 0;
  color: var(--steel);
  line-height: 1.35;
}

.data-reading-row--review .data-reading-status {
  color: var(--deep);
}

.data-example-comparison figcaption {
  color: var(--steel);
}

.process-sequence {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #cbdbea;
  border-radius: 26px;
  background: linear-gradient(145deg, #f9fbfd, #eaf2fb);
  box-shadow: var(--shadow);
}

.workflow-sequence ol {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  background: #cbdbea;
  list-style: none;
}

.collection-sequence ol,
.scan-sequence ol {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  background: #cbdbea;
  list-style: none;
}

.tour-sequence ol {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  background: #cbdbea;
  list-style: none;
}

.process-sequence li {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 238px;
  flex-direction: column;
  padding: 24px;
  background: var(--white);
}

.process-sequence li:last-child {
  background: #fff8dc;
}

.sequence-number {
  color: var(--steel);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.sequence-icon {
  display: grid;
  width: 50px;
  height: 50px;
  margin: 30px 0 24px;
  place-items: center;
  border-radius: 15px;
  background: #eaf2fb;
  color: var(--brand);
  font-size: 24px;
  font-weight: 800;
}

.process-sequence li:last-child .sequence-icon {
  background: var(--yellow);
  color: var(--deep);
}

.process-sequence strong,
.process-sequence small {
  display: block;
  min-width: 0;
}

.process-sequence strong {
  color: var(--deep);
  font-size: 1.25rem;
  line-height: 1.25;
}

.process-sequence small {
  margin-top: 6px;
  color: var(--steel);
  font-size: 14px;
  line-height: 1.45;
}

.process-sequence figcaption {
  padding: 14px 20px;
  background: var(--deep);
  color: #d5e1ed;
  font-size: 14px;
}

.record-stack {
  display: grid;
  min-width: 0;
  gap: 12px;
}

.record-stack > div {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(100px, 0.45fr) minmax(0, 0.9fr) minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--mist);
}

.record-stack span,
.record-stack strong,
.record-stack small {
  min-width: 0;
}

.record-stack span {
  color: var(--brand);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.record-stack small {
  color: var(--steel);
  line-height: 1.45;
}

.record-stack figcaption {
  color: var(--steel);
  font-size: 14px;
}

.status-board {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.status-board > div {
  min-width: 0;
  padding: 26px;
  border: 1px solid #7390ad;
  border-radius: 19px;
  background: #10385e;
}

.status-board__active {
  border-color: #d8ae20 !important;
  background: #fff8dc !important;
  color: var(--ink);
}

.status-board span,
.status-board strong,
.status-board small {
  display: block;
  min-width: 0;
}

.status-board span {
  margin-bottom: 32px;
  color: #c9d7e6;
  font-size: 13px;
}

.status-board strong {
  color: var(--white);
  font-size: 1.3rem;
}

.status-board small {
  margin-top: 6px;
  color: #c9d7e6;
}

.status-board__active span,
.status-board__active small {
  color: var(--steel);
}

.status-board__active strong {
  color: var(--deep);
}

.field-record {
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--mist);
}

.field-record__header {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.field-record__header span {
  color: var(--brand);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.field-record dl {
  margin: 0;
}

.field-record dl > div {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(90px, 0.4fr) minmax(0, 1fr);
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.field-record dt {
  color: var(--steel);
  font-size: 14px;
}

.field-record dd {
  min-width: 0;
  margin: 0;
  color: var(--deep);
  font-weight: 700;
}

.field-record figcaption {
  margin-top: 16px;
  color: var(--steel);
  font-size: 14px;
}

.section--deep .field-comparison .comparison-card {
  border-color: #7390ad;
  background: #10385e;
}

.section--deep .field-comparison .card-kicker {
  color: var(--yellow);
}

.section--deep .field-comparison h3 {
  color: var(--white);
}

.section--deep .field-comparison ul {
  color: #c9d7e6;
}

.identity-card {
  display: grid;
  min-width: 0;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--mist);
}

.identity-card__code {
  display: grid;
  width: 112px;
  height: 112px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 6px;
  padding: 10px;
  border: 7px solid var(--white);
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 8px 25px rgb(11 43 76 / 12%);
}

.identity-card__code i {
  border-radius: 2px;
  background: var(--deep);
}

.identity-card__code i:nth-child(2),
.identity-card__code i:nth-child(4),
.identity-card__code i:nth-child(8) {
  background: transparent;
}

.identity-card span,
.identity-card strong,
.identity-card small {
  display: block;
  min-width: 0;
}

.identity-card span {
  color: var(--brand);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.identity-card strong {
  margin-top: 7px;
  color: var(--deep);
  font-size: 1.7rem;
}

.identity-card small {
  margin-top: 3px;
  color: var(--steel);
}

.identity-card figcaption {
  grid-column: 1 / -1;
  color: var(--steel);
  font-size: 14px;
}

.mobile-form-card {
  min-width: 0;
  max-width: 520px;
  padding: 28px;
  border: 1px solid #7390ad;
  border-radius: 24px;
  background: var(--white);
  color: var(--ink);
}

.mobile-form-field,
.mobile-form-field span,
.mobile-form-field b {
  display: block;
  min-width: 0;
}

.mobile-form-field {
  margin-top: 16px;
}

.mobile-form-field span {
  margin-bottom: 6px;
  color: var(--steel);
  font-size: 13px;
  font-weight: 700;
}

.mobile-form-field b {
  padding: 11px 13px;
  border: 1px solid #aebdcd;
  border-radius: 10px;
  color: var(--steel);
  font-size: 14px;
  font-weight: 500;
}

.mobile-form-card__submit {
  display: block;
  margin-top: 20px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--action);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.process-brief {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.process-brief > div {
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: var(--white);
}

.process-brief span,
.process-brief strong,
.process-brief small {
  display: block;
  min-width: 0;
}

.process-brief span {
  margin-bottom: 28px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.process-brief strong {
  color: var(--deep);
  font-size: 1.15rem;
  line-height: 1.3;
}

.process-brief small {
  margin-top: 8px;
  color: var(--steel);
  line-height: 1.5;
}

.tour-form,
.tour-routing {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.tour-form > div,
.tour-routing > div {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--mist);
  text-align: center;
}

.tour-form > i,
.tour-routing > i {
  color: var(--action);
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
}

.tour-form span,
.tour-form strong,
.tour-form small,
.tour-routing span,
.tour-routing strong,
.tour-routing small {
  display: block;
  min-width: 0;
}

.tour-form span,
.tour-routing span {
  margin-bottom: 20px;
  color: var(--brand);
  font-size: 28px;
}

.tour-form small,
.tour-routing small {
  margin-top: 6px;
  color: var(--steel);
  line-height: 1.45;
}

.tour-form figcaption,
.tour-routing figcaption {
  grid-column: 1 / -1;
  color: var(--steel);
  font-size: 14px;
}

.tour-routing {
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
}

.section--deep .tour-routing > div {
  border-color: #7390ad;
  background: #10385e;
}

.section--deep .tour-routing span {
  color: var(--yellow);
}

.section--deep .tour-routing strong {
  color: var(--white);
}

.section--deep .tour-routing small,
.section--deep .tour-routing figcaption {
  color: #c9d7e6;
}

.section--deep .tour-routing > i {
  color: var(--yellow);
}

.builder-visual {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 16px;
  padding: 25px;
  overflow: hidden;
  border: 1px solid #cbdbea;
  border-radius: 26px;
  background: linear-gradient(145deg, #f9fbfd, #eaf2fb);
  box-shadow: var(--shadow);
}

.builder-tools,
.builder-preview {
  min-width: 0;
  padding: 22px;
  border: 1px solid #cbdbea;
  border-radius: 18px;
  background: var(--white);
}

.builder-tools > span {
  display: grid;
  min-width: 0;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  padding: 11px 0;
  border-top: 1px solid var(--line);
  color: var(--deep);
  font-size: 14px;
  font-weight: 650;
}

.builder-tools i {
  color: var(--action);
  font-size: 18px;
  font-style: normal;
  text-align: center;
}

.builder-preview label {
  display: block;
  margin-top: 15px;
}

.builder-preview label span,
.builder-preview label b,
.builder-preview small {
  display: block;
}

.builder-preview label span {
  margin-bottom: 5px;
  color: var(--steel);
  font-size: 13px;
  font-weight: 650;
}

.builder-preview label b {
  min-width: 0;
  padding: 11px;
  border: 1px solid #aebdcd;
  border-radius: 10px;
  color: var(--steel);
  font-size: 13px;
  font-weight: 500;
}

.builder-preview small {
  margin-top: 15px;
  color: var(--steel);
  line-height: 1.45;
}

.builder-visual figcaption {
  grid-column: 1 / -1;
  color: var(--steel);
  font-size: 14px;
}

.handoff-flow ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.handoff-flow li {
  position: relative;
  min-width: 0;
  padding: 26px;
  border: 1px solid #7390ad;
  border-radius: 19px;
  background: #10385e;
}

.handoff-flow li:last-child {
  border-color: #d8ae20;
  background: #fff8dc;
  color: var(--ink);
}

.handoff-flow li > span {
  display: block;
  margin-bottom: 28px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.handoff-flow li:last-child > span {
  color: var(--deep);
}

.handoff-flow li:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -22px;
  color: var(--yellow);
  content: "→";
  font-size: 22px;
  font-weight: 800;
  transform: translateY(-50%);
}

.handoff-flow p {
  margin-bottom: 0;
  color: #c9d7e6;
}

.handoff-flow li:last-child p {
  color: var(--steel);
}

.handoff-flow figcaption {
  margin-top: 16px;
  color: #c9d7e6;
  font-size: 14px;
}

.solution-map {
  min-width: 0;
  padding: 25px;
  overflow: hidden;
  border: 1px solid #cbdbea;
  border-radius: 26px;
  background: linear-gradient(145deg, #f9fbfd, #eaf2fb);
  box-shadow: var(--shadow);
}

.solution-route {
  display: grid;
  min-width: 0;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 17px;
  border: 1px solid #cbdbea;
  border-radius: 17px;
  background: var(--white);
}

.solution-route--active {
  border-color: #d8ae20;
  background: #fff8dc;
}

.solution-symbol {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 13px;
  background: #eaf2fb;
  color: var(--brand);
  font-size: 22px;
}

.solution-route strong,
.solution-route small {
  display: block;
  min-width: 0;
}

.solution-route small {
  margin-top: 3px;
  color: var(--steel);
  font-size: 13px;
  line-height: 1.45;
}

.solution-arrow {
  display: block;
  padding: 3px;
  color: var(--action);
  font-weight: 800;
  text-align: center;
}

.solution-map figcaption {
  margin-top: 15px;
  color: var(--steel);
  font-size: 14px;
}

.solution-detail {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(42px, 7vw, 84px);
}

.solution-detail > * {
  min-width: 0;
}

.solution-checklist,
.traceability-stack {
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--mist);
}

.solution-checklist > span {
  display: grid;
  min-width: 0;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  color: var(--deep);
  font-weight: 650;
}

.solution-checklist i {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: #d9f2e4;
  color: #187545;
  font-style: normal;
}

.equipment-record {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.equipment-record > div {
  min-width: 0;
  padding: 22px;
  border: 1px solid #7390ad;
  border-radius: 18px;
  background: #10385e;
  text-align: center;
}

.equipment-record > div span,
.equipment-record > div strong {
  display: block;
}

.equipment-record > div span {
  margin-bottom: 20px;
  color: var(--yellow);
  font-size: 24px;
}

.equipment-record > div strong {
  font-size: 15px;
  line-height: 1.4;
}

.equipment-record > i {
  color: var(--yellow);
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  text-align: center;
}

.equipment-record figcaption {
  grid-column: 1 / -1;
  color: #c9d7e6;
  font-size: 14px;
}

.traceability-stack {
  display: grid;
  gap: 10px;
  background: #eef6ff;
}

.traceability-stack > div {
  display: grid;
  min-width: 0;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 15px;
  padding: 16px;
  border: 1px solid #b6d0ed;
  border-radius: 15px;
  background: var(--white);
}

.traceability-stack strong {
  color: var(--brand);
}

.traceability-stack span {
  min-width: 0;
  color: var(--steel);
}

.gallery {
  min-height: 100vh;
  padding: 72px 0;
  background: var(--mist);
}

.gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px;
}

.gallery-card {
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
  color: var(--ink);
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.gallery-card span {
  color: var(--action);
  font-weight: 700;
}

/* QR Mobile Data job pages */
.job-sequence {
  --job-step-count: 5;
}

.job-sequence ol {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(var(--job-step-count), minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  background: #cbdbea;
  list-style: none;
}

.job-sequence li,
.job-sequence strong,
.job-sequence small,
.job-visual,
.job-visual * {
  min-width: 0;
}

.job-sequence,
.job-sequence *,
.job-visual,
.job-visual * {
  overflow-wrap: normal;
  word-break: normal;
}

.job-visual {
  padding: clamp(22px, 4vw, 36px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.construction-product-boundary__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.construction-product-boundary article {
  min-width: 0;
  padding: 24px;
  border: 1px solid #cbdbea;
  border-radius: 18px;
  background: var(--mist);
}

.construction-product-boundary article:last-child {
  border-color: #d8ae20;
  background: #fff8dc;
}

.construction-product-boundary figcaption,
.job-visual figcaption {
  margin-top: 16px;
  color: var(--steel);
  font-size: 14px;
}

.equipment-service-sequence {
  --job-step-count: 3;
}

.equipment-history ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.equipment-history li {
  min-width: 0;
  padding: 20px;
  border: 1px solid #cbdbea;
  border-radius: 16px;
  background: var(--mist);
}

.equipment-history span,
.equipment-history strong,
.equipment-history small {
  display: block;
  min-width: 0;
}

.equipment-history span {
  margin-bottom: 14px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.equipment-history small {
  margin-top: 6px;
  color: var(--steel);
  line-height: 1.45;
}

.inspection-sequence {
  --job-step-count: 3;
}

.inspection-review-loop ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.inspection-review-loop li {
  min-width: 0;
  padding: 20px;
  border: 1px solid #cbdbea;
  border-radius: 16px;
  background: var(--white);
}

.inspection-review-loop li:nth-child(5) {
  border-color: #d8ae20;
  background: #fff8dc;
}

.inspection-review-loop span,
.inspection-review-loop strong,
.inspection-review-loop small {
  display: block;
  min-width: 0;
}

.inspection-review-loop span {
  color: var(--brand);
  font-size: 13px;
  font-weight: 800;
}

.inspection-review-loop small {
  margin-top: 6px;
  color: var(--steel);
  line-height: 1.45;
}

.production-sequence {
  --job-step-count: 5;
}

.production-traceability {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.production-traceability dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.production-traceability dl > div {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(96px, 0.35fr) minmax(0, 1fr);
  gap: 14px;
  padding: 16px;
  border: 1px solid #cbdbea;
  border-radius: 15px;
  background: var(--mist);
}

.production-traceability dt {
  color: var(--brand);
  font-weight: 800;
}

.production-traceability dd {
  min-width: 0;
  margin: 0;
  color: var(--steel);
}

.production-traceability__review {
  display: grid;
  min-width: 0;
  align-content: center;
  gap: 8px;
  padding: 24px;
  border: 1px solid #d8ae20;
  border-radius: 16px;
  background: #fff8dc;
}

.production-traceability figcaption {
  grid-column: 1 / -1;
}

/* QR Audit pages */
.audit-count-sequence ol,
.audit-tour-steps ol {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  background: #cbdbea;
  list-style: none;
}

.audit-detail-grid,
.product-boundary-grid {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.product-boundary-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.audit-detail-grid article,
.product-boundary-grid article {
  min-width: 0;
  padding: 24px;
  border: 1px solid #cbdbea;
  border-radius: 18px;
  background: var(--white);
}

.audit-detail-grid span,
.product-boundary-grid span {
  display: block;
  margin-bottom: 12px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.audit-detail-grid h3,
.product-boundary-grid h3 {
  margin-bottom: 8px;
}

.product-boundary-grid article:first-child {
  border-color: #d8ae20;
  background: #fff8dc;
}

.audit-result-stack {
  display: grid;
  min-width: 0;
  gap: 12px;
}

.audit-result-stack > div {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(92px, 0.38fr) minmax(0, 0.9fr) minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--mist);
}

.audit-result-stack span,
.audit-result-stack strong,
.audit-result-stack small {
  min-width: 0;
}

.audit-result-stack span {
  color: var(--brand);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.audit-result-stack small {
  color: var(--steel);
  line-height: 1.45;
}

.legacy-product-view,
.audit-mode-visual,
.audit-reconcile-visual {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.legacy-product-view {
  margin: 0;
  padding: 18px;
}

.legacy-product-view img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}

.legacy-product-view figcaption,
.audit-mode-visual figcaption,
.audit-reconcile-visual figcaption {
  margin-top: 14px;
  color: var(--steel);
  font-size: 14px;
}

.audit-mode-visual,
.audit-reconcile-visual {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: clamp(22px, 4vw, 36px);
}

.audit-reconcile-visual {
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
}

.audit-mode-visual > div,
.audit-reconcile-visual > div {
  min-width: 0;
  padding: 22px;
  border: 1px solid #cbdbea;
  border-radius: 17px;
  background: var(--mist);
}

.audit-mode-visual span,
.audit-mode-visual strong,
.audit-mode-visual small,
.audit-reconcile-visual span,
.audit-reconcile-visual strong,
.audit-reconcile-visual small {
  display: block;
  min-width: 0;
}

.audit-mode-visual span,
.audit-reconcile-visual span {
  margin-bottom: 14px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.audit-mode-visual small,
.audit-reconcile-visual small {
  margin-top: 7px;
  color: var(--steel);
  line-height: 1.45;
}

.audit-mode-visual > i,
.audit-reconcile-visual > i {
  color: var(--action);
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
}

.audit-mode-visual figcaption,
.audit-reconcile-visual figcaption {
  grid-column: 1 / -1;
}

/* Blog hub */
.blog-hero {
  align-items: center;
  padding-bottom: 58px;
}

.blog-topic-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-bottom: 34px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--line);
  box-shadow: var(--shadow);
}

.blog-topic-rail a {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 138px;
  align-content: space-between;
  gap: 12px;
  padding: 22px;
  background: var(--white);
  color: var(--ink);
  text-decoration: none;
}

.blog-topic-rail a::after {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--action);
  border-bottom: 2px solid var(--action);
  content: "";
  transform: rotate(45deg);
}

.blog-topic-rail a:hover {
  background: var(--mist);
}

.blog-topic-rail span,
.blog-topic-rail small {
  color: var(--steel);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-topic-rail strong {
  max-width: 18ch;
  font-size: 18px;
  line-height: 1.25;
}

.blog-product-guide {
  margin-bottom: 34px;
  padding: 20px 24px;
  border-left: 4px solid var(--yellow);
  border-radius: 0 14px 14px 0;
  background: var(--deep);
  color: var(--white);
}

.blog-product-guide p {
  margin: 0;
}

.blog-product-guide a {
  color: #b9dbff;
}

.blog-topic-section {
  scroll-margin-top: 72px;
}

.blog-topic-layout {
  display: grid;
  grid-template-columns: minmax(210px, 0.34fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.blog-topic-heading {
  position: sticky;
  top: 104px;
}

.blog-topic-heading h2 {
  margin-bottom: 16px;
  font-size: clamp(30px, 3.3vw, 46px);
  line-height: 1.08;
}

.blog-topic-heading .text-link {
  display: inline-flex;
  margin-top: 12px;
  font-size: 14px;
}

.blog-article-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.blog-article-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--brand);
  border-radius: 6px 6px 16px 16px;
  background: var(--white);
  box-shadow: 0 9px 30px rgb(11 43 76 / 6%);
}

.section:not(.section--mist) .blog-article-card {
  background: var(--mist);
}

.blog-article-type {
  margin: 0 0 12px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.blog-article-card h3,
.blog-featured-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.3;
}

.blog-article-card > p:not(.blog-article-type),
.blog-featured-card p {
  margin: 0 0 22px;
  color: var(--steel);
  font-size: 15px;
  line-height: 1.62;
}

.blog-read-link {
  margin-top: auto;
  font-size: 14px;
  font-weight: 750;
}

.blog-featured-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.blog-featured-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 26px;
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 16px;
  background: rgb(255 255 255 / 7%);
}

.blog-featured-card:first-child {
  grid-column: 1 / -1;
}

.blog-featured-card > span {
  margin-bottom: 12px;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.blog-featured-card p {
  color: #c8d5e2;
}

.blog-featured-card > a {
  margin-top: auto;
  color: #b9dbff;
  font-weight: 750;
}

/* Historical BLE Mesh guide: archival figures framed as dated planning material. */
.historical-guide-hero {
  max-width: 940px;
  padding-block: clamp(64px, 9vw, 112px) clamp(48px, 7vw, 80px);
}

.historical-guide-hero h1 {
  max-width: 13ch;
}

.historical-guide-hero .lead {
  max-width: 760px;
}

.historical-notice {
  max-width: 820px;
  margin: 34px 0 0;
  padding: 20px 22px;
  border: 1px solid #d5a600;
  border-left: 7px solid #d5a600;
  border-radius: 8px;
  background: #fff8dc;
  color: var(--deep);
  font-weight: 650;
}

.historical-guide-copy {
  max-width: 1040px;
}

.historical-content-grid,
.historical-figure-row {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  align-items: center;
  gap: clamp(32px, 6vw, 72px);
}

.historical-checklist {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.historical-checklist li {
  padding: 14px 16px;
  border-left: 4px solid var(--brand);
  background: var(--white);
}

.historical-figure {
  min-width: 0;
  padding: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 12px 38px rgb(11 43 76 / 9%);
}

.historical-figure img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
  object-fit: contain;
}

.historical-figure figcaption,
.historical-commissioning figcaption {
  margin-top: 16px;
  color: var(--steel);
  font-size: 0.88rem;
  line-height: 1.5;
}

.historical-figure--compact {
  max-width: 520px;
}

.historical-figure--wide {
  max-width: 840px;
  margin: 36px auto 0;
}

.section--deep .historical-figure {
  border-color: rgb(255 255 255 / 18%);
}

.section--deep .historical-context-line {
  color: #c9d7e6;
}

.historical-commissioning {
  min-width: 0;
  margin: 10px 0 clamp(48px, 7vw, 72px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.historical-commissioning ol {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  background: var(--line);
  list-style: none;
}

.historical-commissioning li {
  min-width: 0;
  padding: 22px 18px;
  background: var(--white);
  overflow-wrap: normal;
}

.historical-commissioning li:last-child {
  background: #fff8dc;
}

.historical-commissioning span,
.historical-component-grid span {
  display: block;
  margin-bottom: 20px;
  color: var(--brand);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.historical-commissioning strong,
.historical-commissioning small {
  display: block;
}

.historical-commissioning strong {
  color: var(--deep);
  font-size: 1.05rem;
  line-height: 1.3;
}

.historical-commissioning small {
  margin-top: 9px;
  color: var(--steel);
  font-size: 0.84rem;
  line-height: 1.5;
}

.historical-commissioning figcaption {
  margin: 0;
  padding: 16px 20px;
  border-top: 1px solid var(--line);
  background: var(--mist);
}

.historical-figure-row {
  padding-top: clamp(12px, 2vw, 24px);
}

.historical-component-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.historical-component-grid article {
  min-width: 0;
  padding: 24px;
  border: 1px solid rgb(255 255 255 / 18%);
  border-top: 4px solid var(--yellow);
  border-radius: 12px;
  background: rgb(255 255 255 / 7%);
  overflow-wrap: normal;
}

.historical-component-grid span {
  color: var(--yellow);
}

.historical-component-grid h3 {
  color: var(--white);
}

.historical-component-grid p {
  margin-bottom: 0;
  color: #c9d7e6;
}

.historical-context-line {
  max-width: 760px;
  margin: 24px auto 0;
}

.historical-test-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
  gap: 28px;
  margin-bottom: 26px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  border-top: 5px solid var(--brand);
  border-radius: 16px;
  background: var(--mist);
}

.historical-test-card ol {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 0;
  background: var(--line);
  list-style: none;
}

.historical-test-card li {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(90px, 0.3fr) minmax(0, 1fr);
  gap: 18px;
  padding: 15px 18px;
  background: var(--white);
}

.historical-test-card li span {
  color: var(--brand);
  font-weight: 750;
}

.historical-test-card li p {
  margin: 0;
}

.historical-reading-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.historical-reading-links a {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--brand);
  border-radius: 12px;
  background: var(--white);
  font-weight: 700;
  text-decoration: none;
  overflow-wrap: normal;
}

.historical-reading-links a:hover {
  box-shadow: 0 9px 26px rgb(11 43 76 / 10%);
}

.historical-faq {
  margin-top: clamp(48px, 7vw, 72px);
}

.historical-faq > h3 {
  margin-bottom: 22px;
  color: var(--deep);
  font-size: clamp(1.65rem, 3vw, 2.1rem);
}

@media (min-width: 961px) and (max-width: 1200px) {
  .inventory-visual {
    gap: 10px;
    padding: 18px;
  }

  .inventory-dashboard {
    padding: 14px;
  }

  .inventory-visual .status-row {
    gap: 8px;
    padding: 10px;
  }

  .inventory-visual .status-mark {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 960px) {
  .connected-device-tabs,
  .connected-device-hero,
  .device-signal ol,
  .device-card-grid,
  .device-card-grid--two,
  .device-card-grid--four {
    grid-template-columns: minmax(0, 1fr);
  }

  .historical-content-grid,
  .historical-figure-row,
  .historical-component-grid,
  .historical-test-card,
  .historical-reading-links {
    grid-template-columns: minmax(0, 1fr);
  }

  .historical-commissioning ol {
    grid-template-columns: minmax(0, 1fr);
  }

  .device-signal li:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -27px;
    left: 32px;
    width: 0;
    height: 26px;
    border-top: 0;
    border-left: 3px solid var(--brand);
  }

  .custom-software-tabs,
  .custom-software-hero,
  .custom-job-rail ol,
  .custom-system-map ol,
  .custom-job-map ul,
  .custom-handoff-rail ol {
    grid-template-columns: minmax(0, 1fr);
  }

  .data-source-flow ol,
  .data-reading-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .custom-job-rail li:not(:last-child)::after,
  .custom-system-map li:not(:last-child)::after,
  .custom-handoff-rail li:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -19px;
    left: 28px;
    width: 0;
    height: 18px;
    border-top: 0;
    border-left: 3px solid var(--yellow);
  }

  .js .menu-toggle {
    display: inline-flex;
  }

  .nav-shell {
    flex-wrap: wrap;
  }

  .nav-links {
    order: 3;
    width: 100%;
    flex-wrap: wrap;
    margin-left: 0;
  }

  .js .nav-links {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    max-height: calc(100vh - 88px);
    max-height: calc(100dvh - 88px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scroll-padding-block: 12px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .js .nav-links[data-open="true"] {
    display: flex;
  }

  .js .nav-links a {
    padding-inline: 14px;
  }

  .nav-group {
    width: 100%;
  }

  .nav-group > summary {
    justify-content: space-between;
    width: 100%;
  }

  .nav-dropdown,
  .nav-group:nth-last-child(-n + 2) .nav-dropdown {
    position: static;
    width: 100%;
    min-width: 0;
    max-width: none;
    max-height: none;
    overflow: visible;
    margin-top: 4px;
    padding: 5px;
    border: 0;
    border-radius: 10px;
    background: var(--mist);
    box-shadow: none;
  }

  .js .nav-dropdown a {
    min-height: 40px;
    padding-inline: 12px;
  }

  .hero-grid,
  .product-hero,
  .contact-layout,
  .section-heading,
  .solution-detail,
  .blog-topic-layout {
    grid-template-columns: 1fr;
  }

  .blog-topic-heading {
    position: static;
  }

  .hero-grid {
    gap: 48px;
  }

  .section-heading {
    gap: 10px;
  }

  .media-copy {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .feature-grid,
  .module-grid,
  .gallery-grid,
  .operations-flow ol,
  .capture-flow ol,
  .workflow-rail ol,
  .handoff-flow ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-brief {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .workflow-sequence ol,
  .collection-sequence ol,
  .scan-sequence ol,
  .tour-sequence ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .job-sequence ol,
  .equipment-history ol,
  .inspection-review-loop ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .audit-tour-steps ol,
  .audit-count-sequence ol,
  .audit-detail-grid,
  .product-boundary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .audit-mode-visual,
  .audit-reconcile-visual {
    grid-template-columns: 1fr;
  }

  .audit-mode-visual > i,
  .audit-reconcile-visual > i {
    transform: rotate(90deg);
    text-align: center;
  }

  .audit-mode-visual figcaption,
  .audit-reconcile-visual figcaption {
    grid-column: auto;
  }

  .construction-product-boundary__grid {
    grid-template-columns: 1fr;
  }

  .production-traceability {
    grid-template-columns: 1fr;
  }

  .production-traceability figcaption {
    grid-column: auto;
  }

  .handoff-flow li:last-child {
    grid-column: 1 / -1;
  }

  .handoff-flow li:nth-child(2)::after {
    display: none;
  }

  .step-flow ol {
    grid-template-columns: 1fr;
  }

  .step-flow li:last-child {
    grid-column: auto;
  }

  .step-flow li:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -22px;
    transform: translateX(50%) rotate(90deg);
  }

  .customer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .connected-device-tabs,
  .connected-device-hero,
  .device-signal ol,
  .device-card-grid,
  .device-card-grid--two,
  .device-card-grid--four {
    grid-template-columns: minmax(0, 1fr);
  }

  .custom-software-tabs,
  .custom-software-hero,
  .custom-job-rail ol,
  .custom-system-map ol,
  .custom-job-map ul,
  .custom-handoff-rail ol {
    grid-template-columns: minmax(0, 1fr);
  }

  .data-source-flow ol,
  .data-reading-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .custom-work-ticket dl > div {
    grid-template-columns: minmax(0, 1fr);
    gap: 2px;
  }

  .custom-work-ticket,
  .custom-job-rail li,
  .custom-system-map li,
  .custom-job-map li,
  .custom-handoff-rail li {
    padding: 20px;
  }

  .data-source-flow,
  .data-example-comparison,
  .data-source-flow li,
  .data-reading-row {
    padding: 18px;
  }

  .historical-content-grid,
  .historical-figure-row,
  .historical-component-grid,
  .historical-test-card,
  .historical-reading-links,
  .historical-commissioning ol,
  .historical-test-card li {
    grid-template-columns: minmax(0, 1fr);
  }

  .historical-notice,
  .historical-commissioning li,
  .historical-component-grid article,
  .historical-reading-links a {
    padding: 18px;
  }

  .device-job-record,
  .device-signal li {
    padding: 20px;
  }

  .legal-category-list {
    columns: 1;
  }

  .legal-contents ol {
    grid-template-columns: minmax(0, 1fr);
  }

  .legal-document {
    width: min(100% - 32px, 72ch);
  }

  .container,
  .breadcrumbs {
    width: min(100% - 32px, 1180px);
  }

  .nav-shell {
    gap: 8px;
  }

  .brand img {
    width: 130px;
    height: 32px;
  }

  .nav-actions .button {
    padding-inline: 12px;
    font-size: 14px;
    white-space: nowrap;
  }

  .hero {
    padding: 76px 0 58px;
  }

  .hero-grid {
    gap: 36px;
  }

  .hero::after {
    display: none;
  }

  .visual-card,
  .process-map,
  .next-steps-visual,
  .reconciliation-visual {
    padding: 16px;
    border-radius: 20px;
  }

  .product-console svg {
    min-width: 540px;
  }

  .process-map:not(.workflow-visual) svg,
  .next-steps-visual svg {
    min-width: 860px;
  }

  .section {
    padding: 64px 0;
  }

  .card-grid,
  .feature-grid,
  .fact-row,
  .module-grid,
  .gallery-grid,
    .field-grid {
    grid-template-columns: 1fr;
  }

  .module--media {
    grid-template-columns: 1fr;
  }

  .step-flow ol {
    grid-template-columns: 1fr;
  }

  .operations-flow ol {
    grid-template-columns: 1fr;
  }

  .capture-flow ol {
    grid-template-columns: 1fr;
  }

  .workflow-rail ol,
  .comparison-grid {
    grid-template-columns: 1fr;
  }

  .handoff-flow ol,
  .builder-visual {
    grid-template-columns: 1fr;
  }

  .workflow-sequence ol,
  .collection-sequence ol,
  .scan-sequence ol,
  .tour-sequence ol,
  .status-board,
  .record-stack > div {
    grid-template-columns: 1fr;
  }

  .job-sequence ol,
  .construction-product-boundary__grid,
  .equipment-history ol,
  .inspection-review-loop ol {
    grid-template-columns: 1fr;
  }

  .audit-tour-steps ol,
  .audit-count-sequence ol,
  .audit-detail-grid,
  .product-boundary-grid,
  .audit-result-stack > div {
    grid-template-columns: 1fr;
  }

  .process-sequence li {
    min-height: 0;
  }

  .sequence-icon {
    margin: 20px 0;
  }

  .field-record dl > div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .production-traceability dl > div {
    grid-template-columns: 1fr;
  }

  .identity-card {
    grid-template-columns: 1fr;
  }

  .identity-card figcaption {
    grid-column: auto;
  }

  .process-brief,
  .tour-form,
  .tour-routing {
    grid-template-columns: 1fr;
  }

  .tour-form > i,
  .tour-routing > i {
    transform: rotate(90deg);
    text-align: center;
  }

  .tour-form figcaption,
  .tour-routing figcaption {
    grid-column: auto;
  }

  .handoff-flow li:last-child {
    grid-column: auto;
  }

  .handoff-flow li:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -22px;
    display: block;
    transform: translateX(50%) rotate(90deg);
  }

  .builder-visual figcaption {
    grid-column: auto;
  }

  .equipment-record {
    grid-template-columns: 1fr;
  }

  .equipment-record > i {
    transform: rotate(90deg);
  }

  .equipment-record figcaption {
    grid-column: auto;
  }

  .inventory-visual {
    grid-template-columns: minmax(0, 1fr);
  }

  .inventory-sync {
    text-align: center;
    transform: rotate(90deg);
  }

  .forms-visual {
    grid-template-columns: 1fr;
  }

  .forms-arrow {
    transform: rotate(90deg);
  }

  .forms-visual figcaption {
    grid-column: auto;
  }

  .step-flow li:last-child {
    grid-column: auto;
  }

  .step-flow li:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -22px;
    transform: translateX(50%) rotate(90deg);
  }

  .card,
  .feature,
  .module,
  .fact,
  .contact-form,
  .contact-card,
  .gallery-card {
    padding: 24px;
  }

  .customer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-topic-rail,
  .blog-article-grid,
  .blog-featured-grid {
    grid-template-columns: 1fr;
  }

  .blog-topic-rail a {
    min-height: 120px;
  }

  .blog-featured-card:first-child {
    grid-column: auto;
  }

  .blog-article-card,
  .blog-featured-card {
    padding: 22px;
  }

  .customer-logo {
    min-height: 96px;
    padding: 16px;
  }

  .cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-hero {
    gap: 44px;
    padding: 60px 0 70px;
  }

  body > footer {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@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;
  }
}

/* Active-content pages: keep the page practical, readable, and safe for long legacy labels. */
.active-page {
  width: 100%;
  min-width: 0;
  max-width: none;
  margin: 0;
  overflow-wrap: anywhere;
}

.active-page__header,
.active-page__body {
  width: min(70ch, calc(100% - 40px));
  max-width: 70ch;
  margin-inline: auto;
}

.active-page__header {
  padding-block: clamp(52px, 8vw, 92px) clamp(30px, 5vw, 52px);
}

.active-page__header h1 {
  max-width: 24ch;
  margin-bottom: 20px;
  color: var(--deep);
}

.active-page__header .lead {
  max-width: 70ch;
  margin-bottom: 0;
}

.active-content-history {
  width: min(calc(100% - 40px), 70ch);
  min-width: 0;
  margin: 0 auto clamp(34px, 6vw, 58px);
  padding: 20px 24px;
  border: 1px solid var(--line);
  border-left: 7px solid var(--yellow);
  border-radius: 0 16px 16px 0;
  overflow-wrap: anywhere;
  background: var(--mist);
}

.active-content-history .eyebrow {
  margin-bottom: 6px;
  color: var(--brand);
}

.active-content-history p:last-child {
  margin-bottom: 0;
  color: var(--deep);
}

.active-page__body {
  padding-bottom: clamp(54px, 8vw, 90px);
}

.active-page__body > * {
  min-width: 0;
}

.active-page__body p,
.active-page__body li,
.active-page__body blockquote {
  max-width: 70ch;
}

.active-page__body h2 {
  margin-top: clamp(42px, 7vw, 68px);
  padding-top: 16px;
  border-top: 3px solid var(--deep);
  color: var(--deep);
  scroll-margin-top: 110px;
}

.active-page__body h3 {
  margin-top: 34px;
  color: var(--deep);
  scroll-margin-top: 110px;
}

.active-content-copy-grid,
.active-content-media-copy,
.legacy-form-layout {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(24px, 5vw, 56px);
}

.active-content-copy-grid > *,
.active-content-media-copy > *,
.legacy-form-layout > * {
  min-width: 0;
}

.active-content-media-copy {
  margin-block: 36px 52px;
}

.active-content-diagram-grid {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
  gap: 16px;
  margin-block: 28px 42px;
}

.active-content-diagram-grid > * {
  min-width: 0;
}

.active-content-diagram,
.active-content-callout {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--brand);
  border-radius: 16px;
  background: var(--mist);
  overflow-wrap: anywhere;
}

.active-content-diagram--accent,
.active-content-callout--accent {
  border-top-color: #d8ae20;
  background: #fff8dc;
}

.active-content-diagram h3,
.active-content-callout h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
}

.active-content-diagram p,
.active-content-callout p {
  margin-bottom: 0;
  color: var(--steel);
  font-size: 0.96rem;
}

.active-content-figure {
  min-width: 0;
  margin: 32px 0 46px;
}

.active-content-figure .active-content-diagram-grid {
  margin-bottom: 16px;
  padding: 0;
  list-style: none;
}

.active-content-figure figcaption {
  max-width: 70ch;
  color: var(--steel);
  font-size: 0.9rem;
  line-height: 1.55;
}

.contractor-job-record-anatomy dl {
  margin-inline: 0;
}

.contractor-job-record-anatomy dt,
.active-content-figure .active-content-diagram-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--deep);
  font-weight: 750;
  line-height: 1.3;
}

.contractor-job-record-anatomy dd,
.active-content-figure .active-content-diagram-grid small {
  display: block;
  margin: 0;
  color: var(--steel);
  font-size: 0.94rem;
  line-height: 1.5;
}

.active-content-diagram__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 30px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: var(--brand);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.active-content-related,
.active-content-faq,
.legacy-form-section {
  width: 100%;
  margin-left: 0;
  transform: none;
}

.active-content-related {
  background: var(--white);
}

.active-content-related__grid {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
  gap: 18px;
}

.active-content-related__card {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-top: 5px solid var(--brand);
  border-radius: 16px;
  background: var(--white);
  overflow-wrap: anywhere;
}

.active-content-related__card h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
  line-height: 1.3;
}

.active-content-related__card h3 a {
  color: var(--deep);
}

.active-content-related__card p {
  margin: 0;
  color: var(--steel);
  font-size: 0.94rem;
}

.active-content-faq__inner,
.legacy-form-layout {
  width: min(1180px, calc(100% - 40px));
}

.active-content-faq .faq-list {
  max-width: 70ch;
}

.legacy-form-intro {
  min-width: 0;
}

.legacy-form-intro h2 {
  max-width: 20ch;
}

.legacy-form-shell {
  min-width: 0;
  max-width: 100%;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
  box-shadow: var(--shadow);
  overflow-wrap: anywhere;
}

.legacy-form-shell form,
.legacy-form-shell fieldset,
.legacy-form-shell table,
.legacy-form-shell img,
.legacy-form-shell input,
.legacy-form-shell textarea,
.legacy-form-shell select,
.legacy-form-shell button {
  max-width: 100%;
}

.legacy-form-shell table {
  display: block;
  overflow-x: auto;
}

.active-page input,
.active-page textarea,
.active-page select,
.active-page button,
.active-page img,
.active-page table {
  max-width: 100%;
}

.page-media {
  min-width: 0;
  max-width: 100%;
  margin: 28px 0 42px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.page-media img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.page-media figcaption {
  padding: 11px 16px;
  color: var(--steel);
  font-size: 0.86rem;
  line-height: 1.45;
}

.page-media--group > div {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
  gap: 12px;
  padding: 12px;
}

.page-media--group img {
  min-width: 0;
  align-self: center;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.page-video {
  width: 100%;
  max-width: 100%;
  margin: 28px 0 42px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  aspect-ratio: 16 / 9;
  background: var(--deep);
  box-shadow: var(--shadow);
}

.page-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* QR Inventory Voice: a long field reference that still works on narrow screens. */
.voice-reference {
  min-width: 0;
  margin-top: 30px;
}

.voice-reference__quick {
  margin-bottom: 38px;
  padding: clamp(20px, 4vw, 32px);
  border: 1px solid #d8ae20;
  border-left: 7px solid var(--yellow);
  border-radius: 0 18px 18px 0;
  background: #fff8dc;
}

.voice-reference__quick h3 {
  margin-top: 0;
}

.voice-reference nav {
  min-width: 0;
  margin: 30px 0 42px;
  padding: clamp(18px, 4vw, 28px);
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--mist);
}

.voice-reference nav::before {
  display: block;
  margin-bottom: 12px;
  color: var(--brand);
  content: "Jump to a screen or command";
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.voice-reference nav ul {
  margin-block: 8px;
  padding-left: 1.25rem;
}

.voice-reference nav li + li {
  margin-top: 6px;
}

.voice-reference h2,
.voice-reference h3,
.voice-reference h4 {
  overflow-wrap: anywhere;
  scroll-margin-top: 110px;
}

.voice-reference h4 {
  margin: 26px 0 10px;
  color: var(--deep);
  font-size: 1.08rem;
  line-height: 1.35;
}

.voice-reference table {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 18px 0 32px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
  border-collapse: collapse;
  background: var(--white);
}

.voice-reference th,
.voice-reference td {
  min-width: 11rem;
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.voice-reference th {
  background: var(--deep);
  color: var(--white);
}

.voice-reference tr:last-child td {
  border-bottom: 0;
}

.voice-reference code {
  white-space: normal;
  overflow-wrap: anywhere;
}

.voice-reference hr {
  margin-block: 40px;
  border: 0;
  border-top: 1px solid var(--line);
}

@media (max-width: 960px) {
  .active-content-copy-grid,
  .active-content-media-copy,
  .legacy-form-layout {
    grid-template-columns: 1fr;
  }

  .active-content-media-copy {
    gap: 28px;
  }
}

@media (max-width: 680px) {
  .active-page__header,
  .active-page__body,
  .active-content-history {
    width: min(100% - 32px, 70ch);
  }

  .active-page__header {
    padding-block: 48px 28px;
  }

  .active-content-diagram-grid,
  .active-content-related__grid,
  .page-media--group > div {
    grid-template-columns: 1fr;
  }

  .active-content-related,
  .active-content-faq,
  .legacy-form-section {
    width: 100%;
  }

  .active-content-faq__inner,
  .legacy-form-layout {
    width: min(100% - 32px, 1180px);
  }

  .active-content-diagram,
  .active-content-callout,
  .active-content-related__card,
  .legacy-form-shell {
    padding: 20px;
  }
}

@media (max-width: 390px) {
  .active-page__header,
  .active-page__body,
  .active-content-history,
  .active-content-faq__inner,
  .legacy-form-layout {
    width: min(100% - 28px, 1180px);
  }

  .active-content-diagram,
  .active-content-callout,
  .active-content-related__card,
  .legacy-form-shell {
    padding: 16px;
  }

  .active-page a,
  .active-page button,
  .active-page input,
  .active-page select,
  .active-page textarea {
    min-height: 44px;
  }
}
