@import url("/designs/fonts.css");

:root {
  color-scheme: light;
  --paper: #fafbf8;
  --ink: #17221d;
  --muted: #64716a;
  --line: #dbe1db;
  --accent: #bcf1cb;
  --accent-ink: #1a4b2d;
  --gutter: clamp(24px, 4.2vw, 72px);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: auto;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button,
input {
  font: inherit;
}
button,
a {
  touch-action: manipulation;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
button,
a,
summary {
  outline-offset: 6px;
}
:focus-visible {
  outline: 2px solid #0a9b66;
}
img {
  display: block;
  max-width: 100%;
}
button svg,
a svg {
  flex: 0 0 auto;
}
svg.icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 500;
  letter-spacing: -0.055em;
}
h2 {
  font-size: clamp(36px, 4vw, 64px);
  line-height: 1.07;
}
h3 {
  font-size: 30px;
  line-height: 1.15;
}
p {
  line-height: 1.6;
}
[hidden] {
  display: none !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.skip {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 100;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  background: white;
  color: #111;
}
.skip:focus {
  width: auto;
  height: auto;
  overflow: visible;
  clip-path: none;
  padding: 15px;
}
.wrap {
  width: min(100% - var(--gutter) * 2, 1440px);
  margin-inline: auto;
}
.section {
  padding-block: clamp(80px, 8vw, 128px);
}
.eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.5;
}
.section-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
}
.section-kicker::before {
  content: "";
  width: 5px;
  height: 5px;
  background: currentColor;
}
.section-header {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 60px;
}
.section-header .section-kicker {
  padding-top: 8px;
}
.section-header p:not(.eyebrow) {
  max-width: 440px;
  margin-top: 24px;
  font-size: 15px;
  color: var(--muted);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  min-height: 52px;
  padding: 15px 20px;
  background: var(--ink);
  color: var(--paper);
  font-size: 13px;
  border: 1px solid transparent;
  border-radius: 3px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  transform: translateY(-2px);
  background: #294436;
}
.button svg {
  transition: transform 0.2s;
}
.button:hover svg {
  transform: translateX(3px);
}
.button-accent {
  background: var(--accent);
  color: var(--accent-ink);
}
.button-accent:hover {
  background: #dcffe5;
}
.text-link {
  display: inline-flex;
  gap: 28px;
  align-items: center;
  font-size: 13px;
  padding-bottom: 9px;
  border-bottom: 1px solid currentColor;
}
.text-link:hover svg {
  transform: translateX(3px);
}

/* Shared navigation, with each direction setting its own composition. */
.masthead {
  position: absolute;
  z-index: 10;
  inset: 0 0 auto;
  padding: 24px var(--gutter);
  color: white;
}
.navigation {
  display: flex;
  align-items: center;
  gap: 30px;
}
.brand {
  font-size: 30px;
  letter-spacing: -2px;
  font-weight: 700;
  line-height: 1;
}
.brand-dot {
  color: var(--accent);
}
.nav-links {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-left: 25px;
}
.nav-links a {
  padding: 11px 15px;
  border-radius: 3px;
  font-size: 12px;
  background: #ffffff12;
  transition: background 0.2s;
}
.nav-links a:hover {
  background: #ffffff28;
}
.nav-cta {
  margin-left: auto;
  min-height: 42px;
  padding: 11px 15px;
  background: #ffffff18;
  border-color: #ffffff23;
  color: white;
}
.menu-toggle {
  display: none;
  background: transparent;
  color: inherit;
  border: 1px solid currentColor;
  padding: 8px 12px;
  border-radius: 2px;
  font-size: 12px;
}
.hero {
  position: relative;
  overflow: hidden;
  min-height: 710px;
  height: min(840px, 94svh);
  color: white;
  background: #18251e;
}
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    #07120b57 0%,
    #0b190f2b 24%,
    #0b160e70 53%,
    #0b180fe8 100%
  );
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  padding: 145px var(--gutter) 115px;
}
.hero h1 {
  font-size: clamp(52px, 5.7vw, 88px);
  line-height: 1.04;
  font-weight: 400;
  max-width: 1000px;
}
.hero h1 span {
  display: block;
}
.hero-content > .eyebrow {
  margin-bottom: 24px;
  color: #ffffffb5;
}
.hero-description {
  max-width: 440px;
  margin-top: 24px;
  font-size: 15px;
  color: #e0e7e1;
}
.hero .button {
  margin-top: 30px;
  min-width: 200px;
}
.hero-foot {
  position: absolute;
  bottom: 28px;
  inset-inline: var(--gutter);
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  letter-spacing: 0.04em;
  color: #d9dfda;
}
.hero-caption {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}
.hero-aside {
  display: none;
}
.backers {
  padding: 40px var(--gutter) 48px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.backers .eyebrow {
  text-align: center;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.035em;
  text-transform: none;
}
.backer-logos {
  max-width: 830px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
  margin: 30px auto 0;
}
.backer-logos img {
  width: 135px;
  height: 34px;
  object-fit: contain;
  filter: brightness(0);
  opacity: 0.57;
}
.backer-logos img:last-child {
  width: 125px;
}

/* Selectable workflow demonstration. The examples are HTML, not screenshots. */
.workflow {
  border-bottom: 1px solid var(--line);
}
.demo-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.65fr;
  gap: 52px;
  align-items: start;
}
.workflow-tabs {
  display: flex;
  flex-direction: column;
}
.workflow-tab {
  padding: 26px 0;
  text-align: left;
  display: grid;
  grid-template-columns: 26px 1fr 20px;
  align-items: start;
  gap: 12px;
  border: 0;
  border-top: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
}
.workflow-tab:last-child {
  border-bottom: 1px solid var(--line);
}
.workflow-tab > .tab-number {
  padding-top: 3px;
  font-size: 10px;
}
.workflow-tab strong {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.035em;
}
.workflow-tab .tab-description {
  display: none;
  color: var(--muted);
  line-height: 1.65;
  font-size: 13px;
  padding-top: 15px;
  max-width: 260px;
}
.workflow-tab[aria-selected="true"] {
  color: var(--ink);
  border-top-color: var(--ink);
}
.workflow-tab[aria-selected="true"] .tab-description {
  display: block;
}
.workflow-tab[aria-selected="true"] > .icon {
  transform: rotate(45deg);
}
.workflow-note {
  font-size: 11px;
  color: var(--muted);
  padding-top: 22px;
}
.demo-stage {
  background: #eef1ec;
  padding: 40px 30px 24px;
  min-width: 0;
  border: 1px solid #e4e8e1;
}
.demo-stage-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
  font-size: 10px;
  color: #647367;
  letter-spacing: 0.02em;
}
.demo-stage-label .demo-state {
  display: flex;
  align-items: center;
  gap: 6px;
}
.demo-stage-label .status-dot {
  width: 5px;
  height: 5px;
  background: #32956a;
}
.app-window {
  min-height: 375px;
  border: 1px solid #d8dfd7;
  background: #fcfdfb;
  color: #1e2c24;
  box-shadow: 0 14px 40px #122c1610;
  border-radius: 5px;
  overflow: hidden;
  font-family: "DM Sans", sans-serif;
}
.app-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0 18px;
  border-bottom: 1px solid #e8ece5;
  font-size: 10px;
}
.app-bar .app-brand {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.8px;
}
.app-bar > span:last-child {
  color: #748077;
}
.app-inner {
  display: grid;
  grid-template-columns: 112px 1fr;
  min-height: 332px;
}
.app-sidebar {
  padding: 20px 10px;
  border-right: 1px solid #e8ece5;
  font-size: 9px;
  color: #788277;
}
.app-sidebar span {
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 9px 8px;
}
.app-sidebar .current {
  color: #265b38;
  border-radius: 3px;
  background: #eaf2e8;
}
.app-sidebar .icon {
  width: 12px;
  height: 12px;
}
.app-content {
  min-width: 0;
  padding: 22px 24px;
}
.app-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
  gap: 10px;
}
.app-heading h3 {
  font-size: 20px;
  letter-spacing: -0.04em;
}
.app-heading p {
  font-size: 9px;
  margin-top: 4px;
  color: #7a847d;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  font-size: 8px;
  padding: 5px 7px;
  border-radius: 20px;
  color: #3c6950;
  background: #edf4eb;
}
.app-document {
  background: white;
  border: 1px solid #e3e7e0;
  border-radius: 4px;
  padding: 13px;
  margin-bottom: 14px;
}
.document-head {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}
.document-icon {
  display: grid;
  place-items: center;
  height: 31px;
  width: 28px;
  background: #f3f4ee;
  border: 1px solid #e7e9de;
  border-radius: 3px;
  color: #69826b;
}
.document-icon .icon {
  width: 16px;
  height: 16px;
}
.document-head strong {
  font-size: 10px;
  font-weight: 500;
}
.document-head p {
  font-size: 8px;
  color: #8c948b;
}
.document-head > .badge {
  margin-left: auto;
}
.data-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  row-gap: 0;
  font-size: 9px;
}
.data-grid > span {
  padding: 9px 5px;
  border-top: 1px solid #eef0ea;
}
.data-grid > .data-heading {
  color: #7c867a;
  font-size: 8px;
  padding-top: 8px;
}
.data-grid > .good {
  color: #46815a;
}
.app-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  background: #eef5eb;
  border: 1px solid #d7e7d1;
  border-radius: 4px;
  font-size: 10px;
}
.app-action p {
  font-size: 8px;
  color: #6c806b;
  margin-top: 3px;
}
.app-action button {
  white-space: nowrap;
  border: 0;
  border-radius: 3px;
  background: #244a32;
  color: white;
  padding: 9px 12px;
  font-size: 9px;
}
.app-action button:disabled {
  background: #497455;
}
.app-action button:hover:not(:disabled) {
  background: #386347;
}
.demo-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 20px;
  color: #6c796e;
  font-size: 10px;
}
.demo-replay {
  background: transparent;
  border: 0;
  padding: 7px 0 7px 10px;
  color: #425a46;
  font-size: 10px;
}
.demo-replay:hover {
  text-decoration: underline;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.industry-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 455px;
  padding: 28px;
  overflow: hidden;
  color: white;
  background: #26372b;
}
.industry-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.industry-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(
    #0a140a30 10%,
    #0a140a10 20%,
    #0c1b128c 55%,
    #07160df5 100%
  );
}
.industry-card:hover .industry-image {
  transform: scale(1.04);
}
.industry-card .industry-label {
  position: absolute;
  top: 25px;
  left: 28px;
  z-index: 1;
  font-size: 11px;
}
.industry-card .card-body {
  position: relative;
  z-index: 1;
}
.industry-card h3 {
  font-size: clamp(27px, 2.4vw, 39px);
  max-width: 280px;
}
.industry-card p {
  margin-top: 15px;
  color: #ffffffb0;
  font-size: 12px;
  max-width: 260px;
}
.industry-card .card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid #ffffff42;
  font-size: 11px;
}
.industry-card .card-bottom .icon {
  transition: transform 0.2s;
}
.industry-card:hover .card-bottom .icon {
  transform: translateX(3px);
}
.industry-card:nth-child(1) .industry-image {
  object-position: 62% center;
}
.industry-card:nth-child(3) .industry-image {
  object-position: 35% center;
}

.results-band {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #0c2019;
  color: #eef8f1;
  padding-block: 115px 95px;
}
.results-band::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 10% 0;
  background: url("/assets/operations-wave.svg") center / cover;
  opacity: 0.5;
  pointer-events: none;
}
.results-band.has-live-wave::before {
  opacity: 0;
}
.results-wave-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  opacity: 0.6;
}
.results-intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.results-intro .eyebrow {
  color: #9fb9a9;
  margin-bottom: 22px;
}
.results-intro h2 {
  font-size: clamp(64px, 9vw, 142px);
  line-height: 0.99;
  letter-spacing: -0.07em;
  font-weight: 400;
}
.results-intro > p {
  max-width: 300px;
  padding-top: 40px;
  font-size: 14px;
  color: #bed0c3;
}
.results-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 90px;
}
.stat {
  border-top: 1px solid #b1ccbc40;
  padding-top: 26px;
}
.stat strong {
  display: block;
  font-size: clamp(43px, 5vw, 76px);
  font-weight: 400;
  letter-spacing: -0.07em;
  color: #bcf1cb;
}
.stat span {
  display: block;
  font-size: 12px;
  margin-top: 10px;
  color: #c1d2c5;
}
.result-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 54px;
  color: #b3cabc;
  font-size: 11px;
}
.motion-toggle {
  padding: 8px 12px;
  background: #ffffff0a;
  border: 1px solid #ffffff35;
  border-radius: 2px;
  color: #c1d4c8;
  font-size: 10px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.motion-toggle .icon {
  width: 12px;
  height: 12px;
}
.security {
  border-bottom: 1px solid var(--line);
}
.security-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.security h2 {
  max-width: 560px;
}
.security .section-kicker {
  margin-bottom: 32px;
}
.security-description {
  font-size: 14px;
  color: var(--muted);
  max-width: 390px;
  margin: 24px 0 32px;
}
.integration-chain {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 42px;
  font-size: 12px;
}
.integration-chain span {
  border: 1px solid var(--line);
  padding: 12px 14px;
  border-radius: 3px;
}
.integration-chain span:nth-of-type(2) {
  background: #e7f1e6;
  color: #2c5939;
  border-color: #d1e3ce;
}
.security-list {
  padding-top: 3px;
}
.security-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 15px;
  padding: 26px 0;
  border-top: 1px solid var(--line);
}
.security-item > .icon {
  width: 23px;
  height: 23px;
  color: var(--muted);
}
.security-item h3 {
  font-size: 20px;
  letter-spacing: -0.03em;
}
.security-item p {
  color: var(--muted);
  font-size: 12px;
  margin-top: 8px;
  max-width: 345px;
}
.closing {
  background: #c5efd2;
  padding: 90px var(--gutter) 60px;
}
.closing-inner {
  max-width: 1440px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 60px;
  align-items: end;
}
.closing h2 {
  font-size: clamp(42px, 5.7vw, 88px);
  max-width: 810px;
}
.closing .eyebrow {
  margin-bottom: 30px;
  color: #3e664b;
}
.closing p {
  max-width: 340px;
  font-size: 14px;
  color: #41644b;
  margin-bottom: 28px;
}
.closing .button {
  min-width: 230px;
}
.closing-note {
  font-size: 10px;
  color: #577661;
  display: block;
  margin-top: 16px;
}
.site-footer {
  padding: 48px var(--gutter) 30px;
  background: #c5efd2;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 36px;
  border-top: 1px solid #44785540;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  font-size: 12px;
}
.footer-links a:hover {
  text-decoration: underline;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 50px;
  font-size: 10px;
  color: #5b7b64;
}

/* 01: Immersive — full-bleed imagery and the rhythm of the reference. */
.immersive .hero-image {
  object-position: center 56%;
}
.immersive .hero-content {
  animation: arrive 0.85s ease both;
}
.immersive .industry-section {
  background: #f1f3ee;
}

/* Scope the selected Precision sections inside the Immersive page. */
.precision-sections {
  color: var(--ink);
  background: var(--paper);
}
.immersive .precision-sections .industry-section {
  background: transparent;
}

@media (min-width: 601px) and (max-width: 800px) {
  .immersive .backer-logos {
    gap: 20px;
  }
  .immersive .backer-logos img,
  .immersive .backer-logos img:last-child {
    width: 110px;
    height: 32px;
  }
}

.case-studies-intro {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
.case-studies-intro .case-browse {
  margin-bottom: 4px;
}
.case-feature {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  background: #20392a;
  color: #f2f3e9;
  border-radius: 3px;
  overflow: hidden;
}
.case-feature-image,
.case-story-image {
  position: relative;
  overflow: hidden;
  background: #dce1d6;
}
.case-feature-image {
  min-height: 425px;
}
.case-feature img,
.case-story img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.case-feature img {
  position: absolute;
  inset: 0;
  object-position: 38% center;
}
.case-link:hover img {
  transform: scale(1.035);
}
.case-image-label {
  position: absolute;
  inset: auto 24px 24px;
  width: fit-content;
  max-width: calc(100% - 48px);
  padding: 9px 12px;
  color: #f2f3e9;
  background: #14291ee6;
  font-size: 10px;
  border: 1px solid #ffffff24;
  border-radius: 2px;
}
.case-feature-copy {
  padding: clamp(32px, 3.5vw, 55px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.case-feature-copy > .eyebrow {
  color: #b2c8a8;
  margin-bottom: 24px;
}
.case-feature-copy h3 {
  font-size: clamp(28px, 2.9vw, 43px);
  line-height: 1.1;
}
.case-feature-copy > p:not(.eyebrow) {
  color: #b7c8b6;
  margin: 22px 0 40px;
  max-width: 370px;
  font-size: 13px;
}
.case-feature-bottom,
.case-story-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 25px;
  width: 100%;
  margin-top: auto;
  border-top: 1px solid #c9ddb52e;
  padding-top: 25px;
}
.case-metric strong {
  display: block;
  font-size: clamp(46px, 4.2vw, 64px);
  line-height: 1;
  letter-spacing: -0.065em;
  font-weight: 400;
  color: #d6f09c;
}
.case-metric span {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  color: #b9cdb6;
}
.case-read {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  padding-bottom: 4px;
  font-size: 11px;
}
.case-read svg {
  transition: transform 0.2s;
}
.case-link:hover .case-read svg {
  transform: translateX(4px);
}
.case-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 30px;
}
.case-story {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 3px;
  overflow: hidden;
}
.case-story-image {
  height: 235px;
}
.case-story-image img {
  object-position: center 61%;
}
.case-story:last-child .case-story-image img {
  object-position: center 67%;
}
.case-story-copy {
  padding: 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.case-story-copy > .eyebrow {
  color: var(--muted);
  margin-bottom: 20px;
}
.case-story h3 {
  font-size: clamp(27px, 2.4vw, 36px);
}
.case-story-copy > p:not(.eyebrow) {
  color: var(--muted);
  max-width: 350px;
  font-size: 13px;
  margin: 18px 0 30px;
}
.case-story-bottom {
  border-color: var(--line);
}
.case-story .case-metric strong {
  color: #254d30;
  font-size: 52px;
}
.case-story .case-metric span {
  color: var(--muted);
}

@media (max-width: 1100px) {
  .case-feature-copy {
    padding: 32px;
  }
  .case-feature-image {
    min-height: 430px;
  }
  .case-feature-bottom {
    gap: 20px;
  }
  .case-feature-bottom .case-read {
    max-width: 130px;
    line-height: 1.5;
    gap: 12px;
  }
  .case-story-grid {
    gap: 24px;
    margin-top: 24px;
  }
  .case-story-copy {
    padding: 28px;
  }
  .case-story .case-read > span {
    max-width: 90px;
    line-height: 1.5;
  }
}
@media (max-width: 800px) {
  .case-studies-intro {
    flex-direction: row;
    align-items: center;
  }
  .case-studies-intro .section-kicker {
    padding: 0;
  }
  .case-browse {
    font-size: 11px;
    gap: 15px;
  }
  .case-feature {
    grid-template-columns: 1fr;
  }
  .case-feature-image {
    min-height: 320px;
  }
  .case-feature-copy h3 {
    font-size: 39px;
  }
  .case-feature-copy > p:not(.eyebrow) {
    max-width: 430px;
    margin-bottom: 30px;
  }
  .case-feature-bottom .case-read {
    max-width: none;
  }
  .case-story-grid {
    gap: 20px;
  }
  .case-story-image {
    height: 210px;
  }
  .case-story-copy {
    padding: 24px;
  }
  .case-story h3 {
    font-size: 27px;
  }
  .case-story-bottom .case-read > span {
    display: none;
  }
  .case-story .case-metric strong {
    font-size: 47px;
  }
}
@media (max-width: 600px) {
  .case-studies-intro {
    gap: 15px;
  }
  .case-browse {
    font-size: 10px;
    gap: 8px;
  }
  .case-browse .icon {
    width: 16px;
  }
  .case-feature-image {
    min-height: 250px;
  }
  .case-image-label {
    inset: auto 18px 18px;
    max-width: calc(100% - 36px);
    padding: 8px 10px;
    font-size: 8px;
  }
  .case-feature-copy {
    padding: 28px 24px;
  }
  .case-feature-copy h3 {
    font-size: 31px;
  }
  .case-feature-copy > .eyebrow {
    margin-bottom: 22px;
  }
  .case-feature-copy > p:not(.eyebrow) {
    font-size: 12px;
  }
  .case-feature-bottom {
    gap: 15px;
  }
  .case-feature-bottom .case-read {
    max-width: 115px;
    font-size: 10px;
    gap: 9px;
  }
  .case-feature .case-metric strong {
    font-size: 53px;
  }
  .case-story-grid {
    grid-template-columns: 1fr;
  }
  .case-story-image {
    height: 215px;
  }
  .case-story h3 {
    font-size: 29px;
  }
  .case-story-copy > p:not(.eyebrow) {
    font-size: 12px;
  }
  .case-story .case-read > span {
    display: block;
  }
  .case-story .case-read {
    font-size: 10px;
    gap: 9px;
  }
}

/* 02: Precision — a light editorial composition and a horizontal product stage. */
.precision {
  font-family: "DM Sans", sans-serif;
  --paper: #f5f4ef;
  --ink: #1c3224;
  --muted: #6b7569;
  --line: #d7dcd1;
  --accent: #d6f09c;
}
.precision .masthead {
  position: relative;
  color: var(--ink);
  padding-block: 27px;
  border-bottom: 1px solid var(--line);
}
.precision .nav-links {
  margin-left: auto;
  gap: 18px;
}
.precision .nav-links a {
  background: transparent;
  padding-inline: 0;
}
.precision .nav-links a:hover {
  text-decoration: underline;
}
.precision .nav-cta {
  background: var(--ink);
  color: var(--paper);
  margin-left: 25px;
}
.precision .hero {
  height: auto;
  min-height: 680px;
  color: var(--ink);
  background: var(--paper);
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  padding: 34px var(--gutter) 50px;
  gap: 42px;
  overflow: visible;
}
.precision .hero::after {
  display: none;
}
.precision .hero-image {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  height: 100%;
  min-height: 540px;
  object-position: center;
  border-radius: 2px;
}
.precision .hero-content {
  padding: 70px 0 50px;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  grid-row: 1;
  grid-column: 1;
}
.precision .hero-content > .eyebrow {
  color: var(--muted);
  margin-bottom: 30px;
}
.precision .hero h1 {
  font-size: clamp(54px, 5.4vw, 88px);
  line-height: 1.02;
  letter-spacing: -0.075em;
}
.precision .hero h1 span:last-child {
  color: #79876d;
}
.precision .hero-description {
  color: var(--muted);
  max-width: 330px;
  margin-top: 28px;
}
.precision .hero .button {
  background: var(--ink);
  color: var(--paper);
  margin-top: 34px;
}
.precision .hero-foot {
  bottom: 66px;
  left: calc(52% + 20px);
  right: calc(var(--gutter) + 20px);
  color: white;
  padding: 16px 18px;
  background: #12291cc9;
  backdrop-filter: blur(12px);
  border: 1px solid #ffffff30;
}
.precision .hero-foot > a {
  display: none;
}
.precision .hero-foot .hero-caption {
  font-size: 10px;
}
.precision .backers {
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 50px;
  padding-block: 35px;
}
.precision .backers .eyebrow {
  text-align: left;
  max-width: 150px;
}
.precision .backer-logos {
  margin: 0 0 0 auto;
  width: 72%;
  gap: 30px;
}
.precision .backer-logos img {
  width: 125px;
}
.precision .section-header {
  grid-template-columns: 0.65fr 1.35fr;
}
.precision .section-header h2 {
  max-width: 650px;
}
.precision .demo-layout {
  grid-template-columns: 1fr;
  gap: 30px;
}
.precision .workflow-tabs {
  flex-direction: row;
  gap: 35px;
}
.precision .workflow-tab {
  flex: 1;
  border-bottom: 0;
  padding: 22px 0 0;
}
.precision .workflow-tab .tab-description {
  display: block;
  max-width: 290px;
  font-size: 12px;
}
.precision .workflow-tab[aria-selected="true"] {
  border-top: 2px solid var(--ink);
  padding-top: 21px;
}
.precision .workflow-tab:not([aria-selected="true"]) .tab-description {
  opacity: 0.72;
}
.precision .workflow-note {
  display: none;
}
.precision .demo-stage {
  background: #e8eddf;
  padding: 35px 12% 28px;
}
.precision .app-window {
  min-height: 400px;
}
.precision .app-inner {
  min-height: 360px;
  grid-template-columns: 140px 1fr;
}
.precision .app-content {
  padding: 28px 32px;
}
.precision .app-heading {
  margin-bottom: 25px;
}
.precision .app-heading h3 {
  font-size: 25px;
}
.precision .app-sidebar {
  font-size: 10px;
  padding-top: 30px;
}
.precision .app-document {
  padding: 18px;
}
.precision .data-grid {
  font-size: 10px;
}
.precision .app-action {
  padding: 15px;
}
.precision .industry-card {
  padding: 0;
  min-height: 0;
  color: var(--ink);
  background: transparent;
  justify-content: flex-start;
  overflow: visible;
}
.precision .industry-card::after {
  display: none;
}
.precision .industry-image {
  position: relative;
  height: 260px;
  border-radius: 2px;
}
.precision .industry-card:hover .industry-image {
  transform: none;
  filter: brightness(1.08);
}
.precision .industry-card .industry-label {
  color: white;
  top: 20px;
  left: 20px;
  background: #11291890;
  padding: 5px 8px;
  border-radius: 2px;
}
.precision .industry-card .card-body {
  padding: 27px 8px 0 0;
}
.precision .industry-card h3 {
  font-size: 30px;
}
.precision .industry-card p {
  color: var(--muted);
  max-width: 295px;
}
.precision .industry-card .card-bottom {
  border-color: var(--line);
}
.precision .industry-grid {
  gap: 30px;
}
.precision .results-band {
  background: #d6ecbd;
  color: var(--ink);
  margin: 0 var(--gutter);
  padding-block: 75px;
  border-radius: 3px;
}
.precision .results-band .wrap {
  width: calc(100% - 100px);
}
.precision .results-intro .eyebrow,
.precision .results-intro > p {
  color: #506a46;
}
.precision .results-intro h2 {
  font-size: clamp(64px, 8vw, 110px);
}
.precision .results-wave-canvas {
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.precision .stat {
  border-color: #35552e45;
}
.precision .stat strong {
  color: #254d30;
}
.precision .stat span,
.precision .result-footer {
  color: #405c3c;
}
.precision .results-stats {
  margin-top: 60px;
}
.precision .motion-toggle {
  color: #405c3c;
  border-color: #35552e45;
}
.precision .closing,
.precision .site-footer {
  background: #20392a;
  color: #f2f3e9;
}
.precision .closing .eyebrow,
.precision .closing p,
.precision .closing-note,
.precision .footer-bottom {
  color: #b1c3ad;
}
.precision .closing .button {
  background: #d6f09c;
  color: #253c20;
}
.precision .footer-top {
  border-color: #aac49942;
}

/* 03: Monolith — dark, architectural, with a deliberately oversized hierarchy. */
.monolith {
  --paper: #111714;
  --ink: #edf1e8;
  --muted: #a3b0a5;
  --line: #344037;
  --accent: #d4ed76;
  --accent-ink: #253220;
  color-scheme: dark;
  font-family: "Instrument Sans", sans-serif;
}
.monolith .masthead {
  position: relative;
  padding-block: 29px;
  border-bottom: 1px solid var(--line);
}
.monolith .navigation {
  gap: 35px;
}
.monolith .nav-links {
  margin-left: auto;
  gap: 30px;
}
.monolith .nav-links a {
  background: none;
  padding: 5px 0;
}
.monolith .nav-links a:hover {
  color: var(--accent);
}
.monolith .nav-cta {
  background: var(--accent);
  color: #17221b;
  margin-left: 20px;
  min-width: 185px;
  border-radius: 0;
}
.monolith .hero {
  min-height: 690px;
  height: auto;
  background: var(--paper);
  color: var(--ink);
  display: grid;
  grid-template-columns: 1.75fr 1fr;
  padding: 72px var(--gutter) 48px;
  column-gap: 60px;
}
.monolith .hero::after {
  display: none;
}
.monolith .hero-content {
  display: block;
  height: auto;
  text-align: left;
  padding: 0;
  grid-row: 1;
  grid-column: 1 / -1;
}
.monolith .hero h1 {
  font-size: clamp(65px, 9.2vw, 146px);
  line-height: 0.96;
  letter-spacing: -0.073em;
  max-width: 1300px;
}
.monolith .hero h1 span:last-child {
  color: var(--accent);
}
.monolith .hero-content > .eyebrow {
  margin-bottom: 30px;
  color: var(--muted);
}
.monolith .hero-content .hero-description,
.monolith .hero-content > .button {
  display: none;
}
.monolith .hero-image {
  position: relative;
  grid-row: 2;
  grid-column: 1;
  height: 270px;
  object-position: center 54%;
  margin-top: 55px;
}
.monolith .hero-aside {
  display: flex;
  grid-row: 2;
  grid-column: 2;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: 25px;
  font-size: 15px;
  color: #b1bdb3;
  max-width: 330px;
}
.monolith .hero-aside .button {
  margin-top: 28px;
  width: 220px;
  border-radius: 0;
}
.monolith .hero-foot {
  position: relative;
  inset: auto;
  grid-row: 3;
  grid-column: 1;
  padding-top: 16px;
  color: var(--muted);
}
.monolith .backers {
  display: flex;
  align-items: center;
  gap: 50px;
  border-top: 1px solid var(--line);
  padding-block: 42px;
}
.monolith .backer-logos {
  width: 72%;
  margin: 0 0 0 auto;
}
.monolith .backer-logos img {
  filter: none;
  opacity: 0.65;
}
.monolith .section-header {
  grid-template-columns: 0.75fr 1.5fr;
}
.monolith .section-header h2 {
  max-width: 730px;
  font-size: clamp(42px, 4.5vw, 70px);
}
.monolith .demo-layout {
  grid-template-columns: 1.45fr 0.75fr;
  gap: 70px;
}
.monolith .demo-layout > div:first-child {
  grid-column: 2;
  grid-row: 1;
}
.monolith .demo-stage {
  grid-column: 1;
  grid-row: 1;
  background: #222c23;
  border-color: #3b463b;
}
.monolith .demo-stage-label,
.monolith .demo-caption,
.monolith .demo-replay {
  color: #b4c0ae;
}
.monolith .workflow-tab[aria-selected="true"] {
  color: #d4ed76;
  border-color: #d4ed76;
}
.monolith .app-window {
  color-scheme: light;
}
.monolith .industry-grid {
  grid-template-columns: 1fr;
  gap: 0;
}
.monolith .industry-card {
  min-height: 285px;
  display: grid;
  grid-template-columns: 0.85fr 1.6fr;
  gap: 50px;
  padding: 30px 0;
  border-top: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
}
.monolith .industry-card:last-child {
  border-bottom: 1px solid var(--line);
}
.monolith .industry-card::after {
  display: none;
}
.monolith .industry-image {
  position: relative;
  height: 225px;
  object-position: center;
}
.monolith .industry-card:hover .industry-image {
  transform: none;
  filter: brightness(1.1);
}
.monolith .industry-card .industry-label {
  position: static;
  grid-column: 2;
  grid-row: 1;
  color: var(--muted);
  margin-top: 8px;
}
.monolith .industry-card .card-body {
  grid-column: 2;
  grid-row: 1;
  padding-top: 52px;
}
.monolith .industry-card h3 {
  max-width: none;
  font-size: clamp(30px, 3.3vw, 50px);
}
.monolith .industry-card p {
  max-width: 440px;
  font-size: 13px;
  color: var(--muted);
}
.monolith .industry-card .card-bottom {
  margin-top: 20px;
  padding: 0;
  border: 0;
  color: var(--accent);
}
.monolith .results-band {
  background: #1b3025;
}
.monolith .results-intro {
  display: block;
}
.monolith .results-intro h2 {
  font-size: clamp(74px, 12vw, 190px);
  color: #d4ed76;
}
.monolith .results-intro > p {
  max-width: 370px;
  padding-top: 26px;
}
.monolith .results-stats {
  margin-top: 60px;
}
.monolith .stat strong {
  color: #ecf2df;
}
.monolith .security .integration-chain span:nth-of-type(2) {
  color: #dcf1a9;
  background: #283825;
  border-color: #495d3d;
}
.monolith .closing {
  background: #d4ed76;
  color: #1d2b1e;
}
.monolith .closing h2 {
  font-size: clamp(46px, 6.3vw, 98px);
}
.monolith .closing .button {
  background: #1d2b1e;
  color: #edf5de;
  border-radius: 0;
}
.monolith .closing p,
.monolith .closing .eyebrow,
.monolith .closing-note {
  color: #485c32;
}
.monolith .site-footer {
  background: #d4ed76;
  color: #1d2b1e;
}
.monolith .footer-bottom {
  color: #506b39;
}
.monolith .footer-top {
  border-color: #557d3d45;
}
.monolith .brand-dot {
  color: inherit;
}

@keyframes arrive {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 1800px) {
  .hero {
    max-height: 950px;
    height: 90svh;
  }
}
@media (max-width: 1100px) {
  .navigation,
  .monolith .navigation {
    gap: 20px;
  }
  .nav-links {
    margin-left: 0;
  }
  .nav-links a {
    padding: 10px;
  }
  .monolith .nav-links {
    gap: 18px;
  }
  .section-header {
    gap: 30px;
    grid-template-columns: 0.7fr 1.3fr;
  }
  .demo-layout,
  .monolith .demo-layout {
    gap: 30px;
  }
  .demo-stage {
    padding: 25px 18px 20px;
  }
  .app-inner {
    grid-template-columns: 80px 1fr;
  }
  .app-sidebar {
    padding-inline: 4px;
  }
  .app-sidebar span {
    padding-inline: 4px;
    font-size: 8px;
  }
  .app-content {
    padding: 20px 15px;
  }
  .app-heading h3 {
    font-size: 18px;
  }
  .app-heading > .badge {
    display: none;
  }
  .industry-card {
    min-height: 390px;
    padding: 24px;
  }
  .industry-card .industry-label {
    left: 24px;
  }
  .security-grid {
    gap: 40px;
  }
  .integration-chain {
    gap: 8px;
    font-size: 10px;
  }
  .integration-chain span {
    padding: 12px 10px;
  }
  .integration-chain .icon {
    width: 16px;
  }
  .precision .hero {
    gap: 30px;
  }
  .precision .hero-content {
    padding-top: 45px;
  }
  .precision .hero-foot {
    left: 55%;
  }
  .precision .backer-logos img {
    width: 100px;
  }
  .precision .backers,
  .monolith .backers {
    gap: 30px;
  }
  .precision .industry-card h3 {
    font-size: 27px;
  }
  .precision .workflow-tabs {
    gap: 20px;
  }
  .precision .workflow-tab {
    gap: 7px;
    grid-template-columns: 22px 1fr 16px;
  }
  .precision .workflow-tab strong {
    font-size: 18px;
  }
  .monolith .hero {
    column-gap: 30px;
  }
  .monolith .hero h1 {
    font-size: 9.3vw;
  }
  .monolith .backer-logos {
    gap: 35px;
  }
  .monolith .industry-card {
    gap: 35px;
  }
}
@media (max-width: 800px) {
  :root {
    --gutter: 25px;
  }
  .masthead {
    padding-block: 22px;
  }
  .brand {
    font-size: 28px;
  }
  .nav-links,
  .precision .nav-links,
  .monolith .nav-links {
    gap: 5px;
  }
  .nav-links a {
    font-size: 10px;
    padding: 9px;
  }
  .nav-cta {
    font-size: 11px;
    min-width: 0;
    gap: 18px;
  }
  .precision .nav-links {
    gap: 13px;
  }
  .precision .nav-cta,
  .monolith .nav-cta {
    margin-left: 0;
    min-width: 0;
  }
  .hero {
    min-height: 670px;
    height: 90svh;
  }
  .hero-content {
    padding-bottom: 115px;
  }
  .hero h1 {
    font-size: 64px;
  }
  .section-header,
  .precision .section-header,
  .monolith .section-header {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 40px;
  }
  .section-header h2 {
    max-width: 610px;
  }
  .demo-layout,
  .monolith .demo-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .monolith .demo-layout > div:first-child,
  .monolith .demo-stage {
    grid-row: auto;
    grid-column: auto;
  }
  .workflow-tabs {
    flex-direction: row;
    gap: 20px;
  }
  .workflow-tab {
    flex: 1;
    grid-template-columns: 1fr 16px;
    gap: 8px;
    padding-top: 20px;
  }
  .workflow-tab .tab-number {
    display: none;
  }
  .workflow-tab strong {
    font-size: 17px;
  }
  .workflow-tab:last-child {
    border-bottom: 0;
  }
  .workflow-tab .tab-description,
  .workflow-tab[aria-selected="true"] .tab-description {
    display: none;
  }
  .workflow-note {
    padding-top: 0;
  }
  .demo-stage {
    padding: 30px 40px 24px;
  }
  .app-inner {
    grid-template-columns: 105px 1fr;
  }
  .app-sidebar span {
    font-size: 9px;
    padding: 10px 7px;
  }
  .app-content {
    padding: 25px;
  }
  .industry-grid {
    gap: 10px;
  }
  .industry-card {
    min-height: 370px;
    padding: 20px;
  }
  .industry-card .industry-label {
    left: 20px;
    font-size: 10px;
  }
  .industry-card h3 {
    font-size: 27px;
  }
  .industry-card p {
    font-size: 11px;
  }
  .results-intro {
    display: block;
  }
  .results-intro > p {
    max-width: 430px;
    padding-top: 28px;
  }
  .results-stats {
    gap: 30px;
    margin-top: 65px;
  }
  .security-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .security-description {
    max-width: 450px;
  }
  .integration-chain {
    font-size: 12px;
  }
  .integration-chain span {
    padding: 14px 18px;
  }
  .closing-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .closing p {
    max-width: 450px;
  }
  .closing h2 {
    max-width: 650px;
  }
  .footer-links {
    gap: 18px;
    font-size: 11px;
  }
  .precision .hero {
    min-height: 560px;
    grid-template-columns: 1.2fr 1fr;
    padding-top: 20px;
    gap: 20px;
  }
  .precision .hero-content {
    padding: 45px 0;
  }
  .precision .hero h1 {
    font-size: 55px;
  }
  .precision .hero-image {
    min-height: 470px;
  }
  .precision .hero-foot {
    left: 58%;
    padding: 13px;
  }
  .precision .hero-foot .hero-caption {
    font-size: 8px;
  }
  .precision .backers,
  .monolith .backers {
    display: block;
  }
  .precision .backers .eyebrow {
    max-width: none;
    text-align: center;
  }
  .precision .backer-logos,
  .monolith .backer-logos {
    width: 100%;
    margin-top: 25px;
  }
  .precision .workflow-tab {
    grid-template-columns: 1fr 16px;
  }
  .precision .workflow-tab .tab-description {
    display: none;
  }
  .precision .demo-stage {
    padding-inline: 35px;
  }
  .precision .industry-grid {
    gap: 20px;
  }
  .precision .industry-image {
    height: 230px;
  }
  .precision .industry-card h3 {
    font-size: 24px;
  }
  .precision .industry-card .card-body {
    padding-top: 22px;
  }
  .precision .results-band .wrap {
    width: calc(100% - 60px);
  }
  .monolith .hero {
    padding-top: 55px;
  }
  .monolith .hero h1 {
    font-size: 9.7vw;
  }
  .monolith .hero-image {
    height: 240px;
    margin-top: 40px;
  }
  .monolith .hero-aside {
    font-size: 13px;
    padding-bottom: 10px;
  }
  .monolith .hero-aside .button {
    width: auto;
    min-width: 0;
    font-size: 12px;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  :root {
    --gutter: 22px;
  }
  .section {
    padding-block: 70px;
  }
  .masthead {
    padding-block: 22px;
  }
  .navigation {
    flex-wrap: wrap;
    gap: 15px;
  }
  .nav-cta {
    margin-left: auto;
    min-height: 37px;
    padding: 8px 10px;
    font-size: 10px;
    gap: 14px;
  }
  .nav-cta .icon {
    width: 15px;
  }
  .menu-toggle {
    display: block;
    order: 3;
    font-size: 10px;
    height: 37px;
  }
  .nav-links,
  .precision .nav-links,
  .monolith .nav-links {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    order: 4;
    width: 100%;
    padding: 15px;
    gap: 5px;
    margin: 0;
    background: #16291cf5;
    border: 1px solid #ffffff25;
  }
  .js .nav-links:not(.open) {
    display: none;
  }
  .nav-links a,
  .precision .nav-links a,
  .monolith .nav-links a {
    padding: 12px;
    font-size: 14px;
    color: white;
  }
  .hero {
    min-height: 680px;
    height: 92svh;
  }
  .hero-content {
    padding: 135px var(--gutter) 110px;
  }
  .hero h1 {
    font-size: clamp(44px, 11.8vw, 70px);
    letter-spacing: -0.06em;
  }
  .hero-content > .eyebrow {
    font-size: 9px;
    margin-bottom: 23px;
  }
  .hero-description {
    font-size: 13px;
    max-width: 330px;
    margin-top: 23px;
  }
  .hero .button {
    min-width: 185px;
    min-height: 48px;
    font-size: 12px;
  }
  .hero-foot {
    bottom: 25px;
    font-size: 8px;
    gap: 25px;
  }
  .hero-foot > a {
    flex-shrink: 0;
  }
  .backers {
    padding-block: 32px;
  }
  .backer-logos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 45px;
    justify-items: center;
    max-width: 290px;
    margin-top: 28px;
  }
  .backer-logos img,
  .backer-logos img:last-child,
  .precision .backer-logos img {
    width: 113px;
    height: 27px;
  }
  .eyebrow {
    font-size: 10px;
  }
  h2 {
    font-size: clamp(34px, 9.2vw, 46px);
  }
  .section-header p:not(.eyebrow) {
    font-size: 13px;
    margin-top: 22px;
  }
  .section-header {
    margin-bottom: 33px;
  }
  .workflow-tabs,
  .precision .workflow-tabs {
    gap: 15px;
  }
  .workflow-tab,
  .precision .workflow-tab {
    grid-template-columns: 1fr;
    gap: 0;
    padding-block: 16px;
  }
  .workflow-tab > .icon {
    display: none;
  }
  .workflow-tab strong,
  .precision .workflow-tab strong {
    font-size: 15px;
  }
  .precision .workflow-tab[aria-selected="true"] {
    padding-top: 15px;
  }
  .workflow-note {
    font-size: 10px;
  }
  .demo-stage,
  .precision .demo-stage {
    margin-inline: -6px;
    padding: 21px 12px 15px;
  }
  .demo-stage-label {
    font-size: 8px;
    margin-bottom: 17px;
  }
  .app-window,
  .precision .app-window {
    min-height: 355px;
  }
  .app-inner,
  .precision .app-inner {
    display: block;
    min-height: 305px;
  }
  .app-sidebar {
    display: none;
  }
  .app-content,
  .precision .app-content {
    padding: 20px 12px;
  }
  .app-heading h3,
  .precision .app-heading h3 {
    font-size: 20px;
  }
  .app-heading {
    margin-bottom: 18px;
  }
  .app-bar {
    padding-inline: 13px;
  }
  .app-document,
  .precision .app-document {
    padding: 10px;
  }
  .document-head {
    gap: 7px;
  }
  .document-head strong {
    font-size: 9px;
  }
  .document-head > .badge {
    font-size: 7px;
  }
  .data-grid,
  .precision .data-grid {
    font-size: 8px;
  }
  .data-grid > span {
    padding-inline: 3px;
  }
  .app-action,
  .precision .app-action {
    padding: 11px 9px;
    font-size: 9px;
    gap: 8px;
  }
  .app-action button {
    font-size: 8px;
    padding: 9px;
  }
  .demo-caption {
    font-size: 9px;
    line-height: 1.5;
  }
  .demo-replay {
    font-size: 9px;
    flex-shrink: 0;
  }
  .industry-grid,
  .precision .industry-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .industry-card {
    min-height: 440px;
    padding: 28px;
  }
  .industry-card .industry-label {
    top: 26px;
    left: 28px;
    font-size: 11px;
  }
  .industry-card h3 {
    font-size: 36px;
  }
  .industry-card p {
    font-size: 13px;
    max-width: 285px;
  }
  .industry-card .card-bottom {
    font-size: 12px;
  }
  .results-band {
    padding-block: 72px 58px;
  }
  .results-intro h2 {
    font-size: clamp(58px, 16vw, 85px);
  }
  .results-intro .eyebrow {
    margin-bottom: 24px;
  }
  .results-intro > p {
    font-size: 13px;
    max-width: 290px;
  }
  .results-stats {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 48px;
  }
  .stat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding-top: 21px;
  }
  .stat strong {
    font-size: 57px;
  }
  .stat span {
    font-size: 12px;
    margin-top: 0;
    text-align: right;
  }
  .result-footer {
    margin-top: 40px;
    font-size: 10px;
  }
  .result-footer .text-link {
    font-size: 11px;
    gap: 10px;
  }
  .motion-toggle {
    padding-inline: 8px;
    font-size: 9px;
  }
  .security-grid {
    gap: 35px;
  }
  .security-description {
    font-size: 13px;
  }
  .integration-chain {
    gap: 8px;
    font-size: 9px;
    margin-top: 32px;
  }
  .integration-chain span {
    padding: 13px 10px;
  }
  .integration-chain .icon {
    width: 14px;
  }
  .security-item {
    padding-block: 24px;
    gap: 10px;
  }
  .security-item h3 {
    font-size: 19px;
  }
  .closing {
    padding: 65px var(--gutter) 35px;
  }
  .closing h2 {
    font-size: 46px;
  }
  .closing .eyebrow {
    margin-bottom: 25px;
  }
  .closing-inner {
    gap: 30px;
  }
  .closing p {
    font-size: 13px;
  }
  .closing .button {
    width: 100%;
  }
  .closing-note {
    text-align: center;
  }
  .site-footer {
    padding-block: 20px 27px;
  }
  .footer-top {
    flex-direction: column;
    gap: 28px;
    padding-top: 30px;
  }
  .footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 17px;
  }
  .footer-bottom {
    font-size: 9px;
    margin-top: 36px;
  }
  .precision .masthead {
    padding-block: 20px;
  }
  .precision .hero {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 25px;
    gap: 25px;
  }
  .precision .hero-content {
    padding: 46px 0 5px;
  }
  .precision .hero h1 {
    font-size: clamp(53px, 14.5vw, 80px);
  }
  .precision .hero-content > .eyebrow {
    margin-bottom: 27px;
  }
  .precision .hero-image {
    grid-column: 1;
    grid-row: 2;
    height: 330px;
    min-height: 0;
  }
  .precision .hero-foot {
    position: absolute;
    left: calc(var(--gutter) + 15px);
    right: calc(var(--gutter) + 15px);
    bottom: 40px;
    font-size: 10px;
    padding: 15px;
  }
  .precision .hero-foot .hero-caption {
    font-size: 10px;
  }
  .precision .backer-logos,
  .monolith .backer-logos {
    margin: 26px auto 0;
  }
  .precision .industry-card {
    min-height: 0;
  }
  .precision .industry-image {
    height: 300px;
  }
  .precision .industry-card .card-body {
    padding: 25px 0 12px;
  }
  .precision .industry-card h3 {
    font-size: 32px;
  }
  .precision .industry-card p {
    font-size: 13px;
  }
  .precision .results-band {
    margin-inline: 12px;
    padding-block: 55px;
  }
  .precision .results-band .wrap {
    width: calc(100% - 40px);
  }
  .precision .results-intro h2 {
    font-size: 15.2vw;
  }
  .precision .results-stats {
    margin-top: 42px;
  }
  .monolith .masthead {
    padding-block: 22px;
  }
  .monolith .navigation {
    gap: 15px;
  }
  .monolith .nav-cta {
    margin-left: auto;
  }
  .monolith .hero {
    grid-template-columns: 1fr;
    padding-top: 48px;
    row-gap: 0;
  }
  .monolith .hero-content {
    grid-column: 1;
  }
  .monolith .hero h1 {
    font-size: clamp(48px, 13.5vw, 80px);
    line-height: 1.02;
  }
  .monolith .hero h1 span {
    max-width: 100%;
  }
  .monolith .hero-image {
    height: 245px;
    margin-top: 35px;
  }
  .monolith .hero-aside {
    grid-row: 4;
    grid-column: 1;
    padding: 35px 0 0;
    max-width: 330px;
  }
  .monolith .hero-aside .button {
    width: 100%;
  }
  .monolith .hero-foot {
    grid-column: 1;
    font-size: 8px;
    padding-top: 12px;
  }
  .monolith .section-header h2 {
    font-size: 41px;
  }
  .monolith .industry-card {
    display: flex;
    padding-block: 25px 35px;
    gap: 0;
  }
  .monolith .industry-image {
    height: 245px;
    order: 1;
  }
  .monolith .industry-card .industry-label {
    order: 2;
    margin-top: 24px;
  }
  .monolith .industry-card .card-body {
    order: 3;
    padding-top: 14px;
  }
  .monolith .industry-card h3 {
    font-size: 33px;
  }
  .monolith .industry-card .card-bottom {
    margin-top: 24px;
  }
  .monolith .results-intro h2 {
    font-size: 17vw;
  }
  .monolith .closing h2 {
    font-size: 47px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .results-wave-canvas {
    display: none;
  }
}
.motion-paused *,
.motion-paused *::before,
.motion-paused *::after {
  animation-play-state: paused !important;
}
