:root {
  color-scheme: dark;
  --bg: #070907;
  --bg-raised: #101411;
  --bg-soft: #151b16;
  --surface: #182019;
  --surface-strong: #202a22;
  --line: rgba(232, 238, 230, 0.12);
  --line-strong: rgba(232, 238, 230, 0.24);
  --text: #f4f7ef;
  --muted: #bbc5b8;
  --subtle: #879286;
  --ivy: #58d18f;
  --ivy-strong: #21a86d;
  --ivy-soft: rgba(88, 209, 143, 0.13);
  --amber: #d8aa57;
  --red: #e36f6f;
  --paper: #eff3eb;
  --paper-text: #111611;
  --paper-muted: #596459;
  --radius: 10px;
  --container: 1280px;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
  font-family: "Aptos", "Geist", "Plus Jakarta Sans", "Segoe UI Variable", system-ui, sans-serif;
}

/* IvyOps premium one-page sales system.
   Intent: side-navigation SaaS experience, clear buyer story, calmer hierarchy. */
:root {
  --rail-width: 288px;
  --sales-bg: #060806;
  --sales-panel: rgba(15, 19, 16, 0.78);
  --sales-panel-strong: rgba(24, 31, 25, 0.92);
  --sales-border: rgba(235, 242, 232, 0.12);
  --sales-border-strong: rgba(235, 242, 232, 0.2);
  --sales-text: #f7faf4;
  --sales-muted: #a8b3a6;
  --sales-soft: #727e72;
  --sales-accent: #62dda0;
  --sales-accent-strong: #1fbf7a;
  --sales-gold: #e4bf74;
  --sales-radius: 18px;
}

body {
  background:
    radial-gradient(circle at 78% 8%, rgba(98, 221, 160, 0.15), transparent 28rem),
    linear-gradient(180deg, #060806 0%, #0a0d0a 42%, #070907 100%);
}

.theme-light {
  --sales-bg: #f7f8f4;
  --sales-panel: rgba(255, 255, 255, 0.82);
  --sales-panel-strong: rgba(255, 255, 255, 0.96);
  --sales-border: rgba(26, 34, 28, 0.12);
  --sales-border-strong: rgba(26, 34, 28, 0.2);
  --sales-text: #0d140f;
  --sales-muted: #4c594f;
  --sales-soft: #687568;
  --sales-accent: #15895b;
  --sales-accent-strong: #0c744c;
  background:
    radial-gradient(circle at 78% 8%, rgba(21, 137, 91, 0.12), transparent 28rem),
    linear-gradient(180deg, #f7f8f4 0%, #eef2eb 44%, #fafbf7 100%);
}

.site-shell {
  min-height: 100vh;
  padding-left: var(--rail-width);
}

.side-rail {
  position: fixed;
  inset: 18px auto 18px 18px;
  z-index: 50;
  width: calc(var(--rail-width) - 36px);
  border: 1px solid var(--sales-border);
  border-radius: 22px;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  gap: 18px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(18, 24, 20, 0.92), rgba(8, 11, 9, 0.9)),
    rgba(8, 11, 9, 0.92);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(18px);
}

.theme-light .side-rail {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 247, 241, 0.92)),
    rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 70px rgba(24, 36, 27, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.side-brand {
  display: grid;
  gap: 10px;
  color: var(--sales-text);
  text-decoration: none;
}

.side-brand img {
  width: 132px;
  height: auto;
}

.side-brand span {
  max-width: 180px;
  color: var(--sales-muted);
  font-size: 12px;
  line-height: 1.45;
}

.side-nav {
  display: grid;
  align-content: center;
  gap: 6px;
}

.side-nav a {
  border: 1px solid transparent;
  border-radius: 14px;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  padding: 11px 10px;
  color: var(--sales-muted);
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.side-nav a:hover,
.side-nav a:focus-visible,
.side-nav a.is-active {
  border-color: rgba(98, 221, 160, 0.28);
  background: rgba(98, 221, 160, 0.09);
  color: var(--sales-text);
  transform: translateX(2px);
}

.side-nav-index {
  width: 30px;
  height: 30px;
  border: 1px solid var(--sales-border-strong);
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--sales-accent);
  font-size: 10px;
  font-weight: 850;
}

.side-nav strong,
.side-nav small {
  display: block;
}

.side-nav strong {
  font-size: 14px;
}

.side-nav small {
  margin-top: 2px;
  color: var(--sales-soft);
  font-size: 11px;
  line-height: 1.3;
}

.side-links {
  border-top: 1px solid var(--sales-border);
  display: grid;
  gap: 8px;
  padding-top: 14px;
}

.side-links a {
  color: var(--sales-muted);
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.side-links a:hover,
.side-links a:focus-visible {
  color: var(--sales-text);
}

.side-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.side-actions .button {
  min-height: 44px;
  padding-inline: 14px;
}

.side-actions .theme-toggle {
  width: 46px;
  padding-inline: 0;
}

.page-main {
  position: relative;
  overflow: hidden;
}

.container {
  width: min(calc(100% - 72px), 1220px);
}

.hero {
  border-bottom: 0;
  background:
    radial-gradient(circle at 73% 12%, rgba(98, 221, 160, 0.18), transparent 30rem),
    radial-gradient(circle at 10% 18%, rgba(228, 191, 116, 0.08), transparent 24rem),
    linear-gradient(180deg, rgba(6, 8, 6, 0.98), rgba(9, 13, 10, 0.98));
}

.theme-light .hero {
  background:
    radial-gradient(circle at 73% 12%, rgba(21, 137, 91, 0.12), transparent 30rem),
    radial-gradient(circle at 10% 18%, rgba(228, 191, 116, 0.12), transparent 24rem),
    linear-gradient(180deg, #f8faf5, #eef3ec);
}

.hero-v3 .hero-inner,
.hero-inner {
  min-height: min(900px, 100vh);
  grid-template-columns: minmax(0, 0.86fr) minmax(430px, 1.14fr);
  padding-block: clamp(76px, 9vw, 124px) clamp(78px, 8vw, 112px);
}

.hero-copy {
  width: min(100%, 640px);
}

.eyebrow,
.section-index {
  letter-spacing: 0.01em;
}

.hero h1 {
  max-width: 760px;
  margin-top: 20px;
  font-size: clamp(48px, 5.5vw, 86px);
  line-height: 0.96;
}

.hero-lede {
  max-width: 670px;
  color: var(--sales-muted);
  font-size: clamp(17px, 1.35vw, 20px);
}

.hero-actions {
  margin-top: 30px;
}

.button {
  min-height: 48px;
  border-radius: 12px;
  font-weight: 820;
}

.button-secondary {
  border-color: var(--sales-border-strong);
  color: var(--sales-text);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.hero-proof li {
  min-height: 58px;
  align-content: center;
  border-radius: 14px;
  color: var(--sales-muted);
}

.hero-product {
  border-radius: 22px;
  box-shadow: 0 38px 120px rgba(0, 0, 0, 0.38);
}

.hero-product img,
.home-proof-frame img,
.product-frame img {
  filter: saturate(0.92) contrast(1.02);
}

.hero-product-caption {
  grid-template-columns: 0.42fr 1fr;
  align-items: center;
}

.ivy-signature {
  right: 20px;
  bottom: -24px;
  border-radius: 18px;
}

.proof-strip {
  background: rgba(98, 221, 160, 0.035);
}

.proof-item {
  min-height: 126px;
}

.section {
  scroll-margin-top: 24px;
  padding-block: clamp(78px, 8.5vw, 124px);
}

.section-head {
  max-width: 900px;
}

.section-head h2,
.home-proof-copy h2,
.pilot-offer h2,
.integrations-hero h1,
.capabilities-hero h1,
.platform-page-heading h1 {
  max-width: 880px;
  font-size: clamp(38px, 4.4vw, 68px);
  letter-spacing: 0;
}

.section-head p,
.home-proof-copy p,
.pilot-offer p,
.integrations-hero p,
.capabilities-hero p,
.platform-page-heading p {
  max-width: 760px;
  color: var(--sales-muted);
}

.platform-control,
.capabilities-page,
.demo-page,
.integrations-page,
.pilot-offer {
  border-top: 1px solid var(--sales-border);
}

.platform-intro,
.integrations-hero,
.capabilities-hero {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
}

.platform-workbench,
.product-showcase,
.capabilities-workbench,
.sandbox-shell,
.integration-row,
.pilot-scope,
.docs-layout {
  border-radius: 22px;
  border-color: var(--sales-border);
  background: var(--sales-panel);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.theme-light .platform-workbench,
.theme-light .product-showcase,
.theme-light .capabilities-workbench,
.theme-light .sandbox-shell,
.theme-light .integration-row,
.theme-light .pilot-scope,
.theme-light .docs-layout {
  box-shadow: 0 22px 58px rgba(28, 39, 31, 0.1);
}

.product-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 0;
  overflow: hidden;
}

.product-frame {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.showcase-tabs {
  border-left: 1px solid var(--sales-border);
  padding: 18px;
  background: rgba(255, 255, 255, 0.025);
}

.showcase-tab {
  border-radius: 16px;
  padding: 18px;
}

.capabilities-workbench {
  overflow: hidden;
}

.capabilities-tab,
.platform-stage-button,
.showcase-tab {
  cursor: pointer;
}

.sandbox-toolbar,
.sandbox-detail,
.sandbox-ticket,
.sandbox-column,
.sandbox-audit {
  border-radius: 18px;
}

.sandbox-ticket strong,
.integration-row strong,
.capabilities-panel h2,
.platform-decision-copy h3 {
  color: var(--sales-text);
}

.integration-row {
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 1fr) minmax(190px, auto);
}

.planned-line {
  border-radius: 16px;
  background: rgba(98, 221, 160, 0.055);
}

.pilot-offer-layout {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.48fr);
}

.site-footer {
  border-top: 1px solid var(--sales-border);
  margin-left: 0;
  background: rgba(5, 7, 5, 0.7);
}

.theme-light .site-footer {
  background: rgba(246, 248, 243, 0.86);
}

.modal {
  border-radius: 24px;
}

.field input,
.field select,
.field textarea,
select,
input,
textarea {
  min-height: 46px;
  border-radius: 12px;
  color: var(--sales-text);
  background: rgba(9, 13, 10, 0.95);
}

select option {
  color: #111611;
  background: #ffffff;
}

.theme-light .field input,
.theme-light .field select,
.theme-light .field textarea,
.theme-light select,
.theme-light input,
.theme-light textarea {
  color: #111611;
  background: #ffffff;
}

@media (max-width: 1180px) {
  :root {
    --rail-width: 0px;
  }

  .site-shell {
    padding-left: 0;
  }

  .side-rail {
    position: sticky;
    top: 0;
    inset: auto;
    width: 100%;
    border-width: 0 0 1px;
    border-radius: 0;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-rows: auto;
    align-items: center;
    gap: 14px;
    padding: 12px 18px;
  }

  .side-brand span,
  .side-nav small,
  .side-links {
    display: none;
  }

  .side-nav {
    display: flex;
    justify-content: center;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .side-nav a {
    grid-template-columns: auto;
    min-width: 70px;
    justify-items: center;
    padding: 8px 10px;
  }

  .side-nav-index {
    display: none;
  }

  .container {
    width: min(calc(100% - 44px), 1120px);
  }

  .hero-v3 .hero-inner,
  .hero-inner,
  .platform-intro,
  .integrations-hero,
  .capabilities-hero,
  .pilot-offer-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .side-rail {
    grid-template-columns: 1fr auto;
  }

  .side-brand img {
    width: 112px;
  }

  .side-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    order: 3;
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .side-nav::-webkit-scrollbar {
    display: none;
  }

  .side-nav a {
    min-width: max-content;
    scroll-snap-align: start;
  }

  .side-actions {
    grid-template-columns: auto auto;
  }

  .side-actions .button:first-child {
    display: none;
  }

  .hero-v3 .hero-inner,
  .hero-inner {
    min-height: 0;
    padding-block: 58px 78px;
  }

  .hero h1 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .hero-proof,
  .proof-grid,
  .workflow-steps,
  .integration-preview,
  .capabilities-foundation,
  .integration-value-strip,
  .product-showcase {
    grid-template-columns: 1fr;
  }

  .hero-product-caption,
  .integration-row {
    grid-template-columns: 1fr;
  }

  .showcase-tabs {
    border-left: 0;
    border-top: 1px solid var(--sales-border);
  }
}

/* IvyOps 2026 sales-ready redesign layer.
   THESIS: show a calm operational command surface, not a generic AI dashboard.
   OWN-WORLD: graphite/ivy enterprise palette, product screenshot as proof, sparse controls, high contrast.
   STORY: buyer understands the problem, the control-plane workflow, the safety boundary, and the next action.
   FIRST VIEWPORT: clear nav, wide executive headline, product cockpit proof, private Demo CTA.
   FINISH: unreviewed and undocumented is unfinished; this build ends with browser QA and evidence. */

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.38;
  background-image:
    radial-gradient(circle at 18% 20%, rgba(244, 247, 239, 0.06) 0 1px, transparent 1.4px),
    radial-gradient(circle at 82% 12%, rgba(88, 209, 143, 0.08), transparent 24rem);
  background-size: 28px 28px, auto;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

.site-header {
  border-bottom-color: rgba(244, 247, 239, 0.1);
  background: rgba(7, 9, 7, 0.88);
  box-shadow: 0 1px 0 rgba(244, 247, 239, 0.04);
}

.theme-light .site-header {
  background: rgba(244, 246, 240, 0.9);
}

.theme-light .site-header .nav-links a,
.theme-light .site-header .button-secondary {
  color: var(--paper-text);
}

.theme-light .site-header .nav-links a:hover,
.theme-light .site-header .nav-links a.is-active {
  color: #0c120d;
}

.site-nav {
  min-height: 78px;
}

.nav-links {
  gap: 18px;
}

.nav-links a {
  border-radius: 7px;
  padding-inline: 4px;
  color: color-mix(in oklab, var(--muted) 88%, var(--text));
  font-size: 13px;
}

.nav-links a::after {
  bottom: 4px;
  background: color-mix(in oklab, var(--ivy) 86%, white);
}

.button {
  border-radius: 9px;
  background: var(--ivy);
  color: #06110a;
  box-shadow: 0 10px 28px rgba(88, 209, 143, 0.18);
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  background: #76e1a8;
  box-shadow: 0 14px 34px rgba(88, 209, 143, 0.24);
}

.button-secondary {
  background: rgba(244, 247, 239, 0.04);
  color: var(--text);
}

.theme-light .button-secondary {
  background: rgba(21, 25, 24, 0.04);
  border-color: rgba(21, 25, 24, 0.18);
}

.theme-icon {
  width: 20px;
  height: 20px;
  border-width: 1.5px;
  box-shadow: inset 8px 0 0 currentColor;
  opacity: 0.9;
}

.theme-light .theme-icon {
  box-shadow: inset -8px 0 0 currentColor;
}

.hero {
  min-height: auto;
  border-bottom-color: rgba(244, 247, 239, 0.1);
  background:
    radial-gradient(circle at 72% 22%, rgba(88, 209, 143, 0.2), transparent 28rem),
    radial-gradient(circle at 16% 18%, rgba(216, 170, 87, 0.1), transparent 26rem),
    linear-gradient(180deg, #070907 0%, #0b0f0c 100%);
}

.theme-light .hero {
  background:
    radial-gradient(circle at 72% 18%, rgba(23, 122, 82, 0.14), transparent 27rem),
    radial-gradient(circle at 16% 20%, rgba(216, 170, 87, 0.12), transparent 25rem),
    linear-gradient(180deg, #eef3eb 0%, #f7f8f4 100%);
  color: #101611;
}

.hero::before {
  opacity: 0.5;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), transparent 78%);
}

.hero-inner {
  min-height: 760px;
  align-items: center;
  gap: clamp(36px, 5vw, 72px);
  padding-block: 118px 96px;
}

.hero-copy {
  width: min(100%, 570px);
}

.eyebrow,
.section-index {
  color: var(--ivy);
  font-size: 12px;
  font-weight: 750;
  text-transform: none;
}

.eyebrow::before {
  width: 18px;
  opacity: 0.8;
}

.hero h1 {
  max-width: 980px;
  color: inherit;
  font-size: clamp(46px, 5.2vw, 82px);
  font-weight: 780;
  line-height: 0.98;
  text-wrap: balance;
}

.hero h1 span {
  color: inherit;
}

.theme-light .hero h1 {
  color: #101611;
}

.hero-lede {
  max-width: 680px;
  color: color-mix(in oklab, var(--muted) 86%, var(--text));
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.62;
}

.theme-light .hero-lede {
  color: #3f4b42;
}

.hero-proof {
  max-width: 620px;
  gap: 12px;
}

.hero-proof li {
  min-height: 34px;
  border: 1px solid rgba(244, 247, 239, 0.1);
  border-radius: 8px;
  padding: 7px 10px;
  background: rgba(244, 247, 239, 0.04);
  color: color-mix(in oklab, var(--muted) 85%, var(--text));
}

.theme-light .hero-proof li {
  border-color: rgba(21, 25, 24, 0.12);
  background: rgba(255, 255, 255, 0.58);
  color: #39443c;
}

.hero-visual {
  position: relative;
  flex: 1 1 600px;
  min-width: min(100%, 500px);
}

.hero-product {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(244, 247, 239, 0.14);
  border-radius: 18px;
  background: #0d120e;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.34);
}

.theme-light .hero-product {
  border-color: rgba(21, 25, 24, 0.12);
  background: #ffffff;
  box-shadow: 0 30px 88px rgba(31, 39, 32, 0.16);
}

.hero-product-bar {
  min-height: 42px;
  border-bottom: 1px solid rgba(244, 247, 239, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 16px;
  color: #dce6d9;
  font-size: 12px;
  font-weight: 700;
}

.theme-light .hero-product-bar {
  border-bottom-color: rgba(21, 25, 24, 0.1);
  color: #172017;
}

.live-state,
.environment-badge {
  border-radius: 7px;
  background: rgba(88, 209, 143, 0.12);
  color: color-mix(in oklab, var(--ivy) 88%, white);
  padding: 5px 8px;
}

.theme-light .live-state,
.theme-light .environment-badge {
  color: #116b49;
}

.hero-product img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
}

.hero-product-caption {
  display: grid;
  gap: 4px;
  padding: 15px 16px 17px;
  border-top: 1px solid rgba(244, 247, 239, 0.08);
  color: #cfd8cc;
}

.theme-light .hero-product-caption {
  color: #3b463e;
  border-top-color: rgba(21, 25, 24, 0.1);
}

.hero-product-caption span {
  color: color-mix(in oklab, var(--muted) 84%, var(--text));
  line-height: 1.45;
}

.ivy-signature {
  position: absolute;
  right: clamp(12px, 3vw, 30px);
  bottom: -32px;
  display: flex;
  align-items: center;
  gap: 11px;
  max-width: min(330px, calc(100% - 24px));
  border: 1px solid rgba(244, 247, 239, 0.14);
  border-radius: 14px;
  padding: 10px 12px;
  background: rgba(13, 18, 14, 0.94);
  color: #eef5ec;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.theme-light .ivy-signature {
  border-color: rgba(21, 25, 24, 0.12);
  background: rgba(255, 255, 255, 0.94);
  color: #141b15;
}

.ivy-signature img {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  object-fit: cover;
}

.ivy-signature span {
  display: grid;
  gap: 2px;
}

.ivy-signature small {
  color: var(--muted);
  font-size: 12px;
}

.section {
  padding-block: clamp(82px, 10vw, 138px);
}

.section-paper {
  background:
    linear-gradient(180deg, color-mix(in oklab, var(--bg-soft) 90%, transparent), color-mix(in oklab, var(--bg) 96%, transparent));
}

.theme-light .section-paper {
  background: linear-gradient(180deg, #ffffff 0%, #f2f5ef 100%);
}

.section-head {
  max-width: 840px;
  margin-bottom: 34px;
}

.page-title {
  max-width: 880px;
  margin: 0 0 10px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}

.section-head h2,
.home-proof-copy h2,
.pilot-offer h2,
.integrations-hero h1,
.capabilities-hero h1 {
  margin-top: 8px;
  font-size: clamp(34px, 4.2vw, 62px);
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.section-head p,
.home-proof-copy p,
.pilot-offer p,
.integrations-hero p,
.capabilities-hero p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.proof-strip {
  border-block: 1px solid var(--line);
  background: rgba(244, 247, 239, 0.025);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.proof-item {
  min-height: 142px;
  border-right: 1px solid var(--line);
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 22px;
}

.proof-item:last-child {
  border-right: 0;
}

.proof-item strong {
  font-size: 16px;
}

.proof-item span {
  color: var(--muted);
  line-height: 1.5;
}

.workflow-steps,
.integration-preview,
.capabilities-foundation,
.integration-value-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.workflow-steps li,
.integration-preview-item,
.capabilities-foundation > div,
.integration-value-strip > div,
.pilot-scope,
.home-proof-list > div {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: color-mix(in oklab, var(--surface) 88%, transparent);
  padding: 18px;
}

.workflow-steps li {
  min-height: 210px;
}

.workflow-steps li span {
  color: var(--ivy);
  font-weight: 750;
}

.workflow-steps li strong {
  display: block;
  margin-top: 26px;
  font-size: 22px;
}

.workflow-steps li p,
.integration-preview-item small,
.capabilities-foundation span,
.integration-value-strip span {
  color: var(--muted);
  line-height: 1.55;
}

.home-proof-layout,
.pilot-offer-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
  gap: clamp(28px, 5vw, 66px);
  align-items: center;
}

.home-proof-list {
  display: grid;
  gap: 10px;
  margin-block: 26px;
}

.home-proof-list > div {
  display: grid;
  gap: 5px;
}

.home-proof-frame {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.home-proof-frame img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
}

.home-proof-frame figcaption {
  border-top: 1px solid var(--line);
  padding: 13px 16px;
  color: var(--muted);
  font-size: 13px;
}

.integration-preview-item {
  min-height: 118px;
  display: grid;
  align-content: space-between;
}

.pilot-offer {
  background:
    radial-gradient(circle at 78% 12%, rgba(88, 209, 143, 0.18), transparent 28rem),
    linear-gradient(180deg, var(--bg) 0%, #0c110d 100%);
}

.theme-light .pilot-offer {
  background:
    radial-gradient(circle at 78% 12%, rgba(23, 122, 82, 0.14), transparent 28rem),
    linear-gradient(180deg, #f4f6f0 0%, #ffffff 100%);
}

.pilot-scope {
  min-height: 320px;
}

.pilot-scope ul {
  margin-block: 18px;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.8;
}

.integrations-hero,
.capabilities-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 34px;
}

.integration-list {
  display: grid;
  gap: 12px;
}

.integration-row {
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr) minmax(170px, auto);
  gap: 22px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px;
  background: color-mix(in oklab, var(--surface) 88%, transparent);
}

.integration-copy span,
.integration-capabilities,
.planned-line span {
  color: var(--muted);
  line-height: 1.55;
}

.status-badge {
  border-radius: 7px;
}

.docs-link,
.docs-aside a,
.docs-warning,
.modal,
.field input,
.field select,
.field textarea,
.sandbox-shell,
.demo-shell {
  border-radius: 14px;
}

select,
input,
textarea {
  border-color: var(--line-strong);
  background: var(--bg-raised);
  color: var(--text);
}

select option {
  background: var(--bg-raised);
  color: var(--text);
}

.theme-light select,
.theme-light input,
.theme-light textarea,
.theme-light select option {
  background: #ffffff;
  color: #111611;
}

@media (max-width: 1100px) {
  .hero-inner,
  .home-proof-layout,
  .pilot-offer-layout,
  .integrations-hero,
  .capabilities-hero {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    display: grid;
    min-height: auto;
  }

  .hero-copy {
    width: min(100%, 900px);
  }

  .proof-grid,
  .workflow-steps,
  .integration-preview,
  .capabilities-foundation,
  .integration-value-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .integration-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .hero-inner {
    padding-block: 92px 76px;
  }

  .hero h1 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .hero-actions {
    display: grid;
  }

  .hero-proof,
  .proof-grid,
  .workflow-steps,
  .integration-preview,
  .capabilities-foundation,
  .integration-value-strip {
    grid-template-columns: 1fr;
  }

  .proof-item {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .ivy-signature {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 12px;
  }

  .nav-links.is-open {
    background: var(--bg-raised);
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 20% 0%, rgba(88, 209, 143, 0.12), transparent 34rem),
    radial-gradient(circle at 90% 10%, rgba(216, 170, 87, 0.08), transparent 28rem),
    linear-gradient(180deg, #070907 0%, #0a0d0a 44%, #070907 100%);
  color: var(--text);
  font-family: inherit;
  letter-spacing: 0;
}

body.theme-light {
  color-scheme: light;
  --bg: #f4f6f0;
  --bg-raised: #ffffff;
  --bg-soft: #e9eee5;
  --surface: #ffffff;
  --surface-strong: #e1e5df;
  --line: rgba(21, 25, 24, 0.13);
  --line-strong: rgba(21, 25, 24, 0.24);
  --text: #151918;
  --muted: #59625e;
  --subtle: #77807c;
  --ivy: #177a52;
  --ivy-strong: #0f6543;
  --ivy-soft: rgba(23, 122, 82, 0.1);
  --paper: #151918;
  --paper-text: #f7f8f6;
  --paper-muted: #b8bfbb;
  --shadow: 0 22px 60px rgba(31, 39, 32, 0.14);
  background:
    radial-gradient(circle at 18% 0%, rgba(23, 122, 82, 0.1), transparent 32rem),
    radial-gradient(circle at 90% 6%, rgba(216, 170, 87, 0.11), transparent 28rem),
    linear-gradient(180deg, #f4f6f0 0%, #eef2ea 48%, #f4f6f0 100%);
}

button,
a,
select,
summary {
  cursor: pointer;
}

button,
input,
select,
textarea {
  font: inherit;
}

button:disabled {
  cursor: not-allowed;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

:is(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid var(--ivy);
  outline-offset: 3px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-shell {
  min-height: 100vh;
  background: var(--bg);
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid var(--line);
  background: rgba(9, 11, 12, 0.9);
  backdrop-filter: blur(18px);
}

.theme-light .site-header {
  background: rgba(9, 11, 12, 0.94);
}

.theme-light .site-header .nav-links a {
  color: #a9b0ad;
}

.theme-light .site-header .nav-links a:hover {
  color: #f7f8f6;
}

.theme-light .site-header .button-secondary {
  border-color: rgba(255, 255, 255, 0.24);
  color: #f7f8f6;
}

.theme-light .site-header .button-secondary:hover {
  border-color: #67d39c;
  background: rgba(103, 211, 156, 0.12);
}

.site-nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  width: 126px;
  height: 32px;
  object-fit: contain;
  object-position: left center;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}

.nav-links a {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 7px;
  height: 1px;
  background: var(--ivy);
  transition: right 180ms ease;
}

.nav-links a:hover {
  color: var(--text);
}

.nav-links a.is-active {
  color: var(--text);
}

.nav-links a.is-active::after {
  right: 0;
}

.nav-links a:hover::after {
  right: 0;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.button {
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  background: var(--ivy);
  color: #07110c;
  font-size: 14px;
  font-weight: 750;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
  background: #88e4b5;
}

.button:active {
  transform: translateY(0);
}

.button-secondary {
  border-color: var(--line-strong);
  background: transparent;
  color: var(--text);
}

.button-secondary:hover {
  border-color: var(--ivy);
  background: var(--ivy-soft);
}

.button-quiet {
  border-color: transparent;
  background: transparent;
  color: var(--muted);
  padding-inline: 12px;
}

.button-quiet:hover {
  background: var(--bg-soft);
  color: var(--text);
}

.button-small {
  min-height: 38px;
  padding-inline: 14px;
  font-size: 13px;
}

.theme-toggle,
.menu-toggle {
  width: 44px;
  min-width: 44px;
  padding: 0;
}

.menu-toggle {
  display: none;
}

.theme-icon {
  width: 17px;
  height: 17px;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow: inset 7px 0 0 currentColor;
}

.hero {
  position: relative;
  min-height: min(820px, calc(100vh - 36px));
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #090b0c;
  isolation: isolate;
}

.theme-light .hero {
  background: #151918;
  color: #f7f8f6;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(circle at 62% 16%, rgba(88, 209, 143, 0.13), transparent 30rem),
    radial-gradient(circle at 28% 76%, rgba(244, 247, 239, 0.045), transparent 24rem);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 92%);
}

.hero-inner {
  position: relative;
  min-height: inherit;
  display: flex;
  align-items: center;
  padding-block: 92px 108px;
}

.hero-copy {
  position: relative;
  z-index: 5;
  width: min(650px, 58%);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 22px;
  color: var(--ivy);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  color: #f7f8f6;
  font-size: clamp(50px, 6.1vw, 88px);
  font-weight: 760;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero h1 span {
  color: var(--ivy);
}

.hero-lede {
  max-width: 650px;
  margin: 28px 0 0;
  color: #b7bfbb;
  font-size: 19px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 38px;
  padding: 0;
  color: #9ca6a1;
  font-size: 13px;
  font-weight: 650;
  list-style: none;
}

.hero-proof li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-proof li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ivy);
}

.command-map {
  position: absolute;
  top: 50%;
  right: -54px;
  width: min(680px, 56vw);
  height: 620px;
  transform: translateY(-50%);
  z-index: 1;
}

.command-map::before {
  content: "";
  position: absolute;
  inset: 42px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.command-map::after {
  content: "";
  position: absolute;
  inset: 112px 92px;
  border: 1px solid rgba(103, 211, 156, 0.15);
  border-radius: 50%;
}

.map-line {
  position: absolute;
  z-index: 0;
  height: 1px;
  width: 0;
  transform-origin: left center;
  background: rgba(103, 211, 156, 0.5);
  opacity: 0;
  animation: line-connect 800ms ease forwards;
}

.map-line::after {
  content: "";
  position: absolute;
  top: -2px;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ivy);
  box-shadow: 0 0 12px rgba(103, 211, 156, 0.65);
}

.line-1 { left: 17%; top: 24%; max-width: 226px; transform: rotate(22deg); animation-delay: 300ms; }
.line-2 { left: 20%; top: 68%; max-width: 220px; transform: rotate(-21deg); animation-delay: 450ms; }
.line-3 { left: 52%; top: 47%; max-width: 214px; transform: rotate(-31deg); animation-delay: 600ms; }
.line-4 { left: 51%; top: 50%; max-width: 225px; transform: rotate(28deg); animation-delay: 750ms; }
.line-5 { left: 51%; top: 48%; max-width: 185px; transform: rotate(-83deg); animation-delay: 900ms; }
.line-6 { left: 51%; top: 50%; max-width: 180px; transform: rotate(92deg); animation-delay: 1050ms; }

.network-node {
  position: absolute;
  z-index: 2;
  min-width: 144px;
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  display: grid;
  align-content: center;
  gap: 3px;
  padding: 10px 12px;
  background: rgba(20, 24, 25, 0.94);
  color: #f7f8f6;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24);
  opacity: 0;
  transform: translateY(12px);
  animation: node-online 520ms ease forwards;
}

.network-node strong {
  font-size: 13px;
}

.network-node span {
  color: #919b96;
  font-size: 11px;
}

.network-node::before {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ivy);
}

.node-identity { left: 3%; top: 15%; animation-delay: 100ms; }
.node-service { left: 0; top: 64%; animation-delay: 220ms; }
.node-cloud { right: 2%; top: 10%; animation-delay: 340ms; }
.node-observe { right: 0; top: 67%; animation-delay: 460ms; }
.node-device { left: 34%; top: 1%; animation-delay: 580ms; }
.node-infra { left: 37%; bottom: 1%; animation-delay: 700ms; }

.ivy-core {
  position: absolute;
  left: 50%;
  top: 49%;
  z-index: 3;
  width: 196px;
  height: 196px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(103, 211, 156, 0.5);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #121715;
  box-shadow: 0 0 0 18px rgba(103, 211, 156, 0.04), 0 30px 80px rgba(0, 0, 0, 0.38);
}

.ivy-core::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(103, 211, 156, 0.2);
  border-radius: 50%;
  animation: core-pulse 3.4s ease-in-out infinite;
}

.core-copy {
  position: relative;
  text-align: center;
}

.core-copy strong {
  display: block;
  color: #f7f8f6;
  font-size: 25px;
}

.core-copy span {
  display: block;
  margin-top: 7px;
  color: var(--ivy);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-signal {
  position: absolute;
  left: 52%;
  bottom: 70px;
  z-index: 4;
  width: 310px;
  border: 1px solid rgba(240, 188, 102, 0.32);
  border-radius: var(--radius);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  padding: 13px;
  background: rgba(17, 20, 22, 0.96);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(10px);
  animation: node-online 480ms 1.4s ease forwards;
}

.signal-mark {
  width: 8px;
  height: 8px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 0 5px rgba(240, 188, 102, 0.09);
}

.hero-signal strong,
.hero-signal span {
  display: block;
}

.hero-signal strong {
  color: #f7f8f6;
  font-size: 12px;
}

.hero-signal span {
  margin-top: 4px;
  color: #9ea7a3;
  font-size: 11px;
  line-height: 1.45;
}

.hero-chapter {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 5;
  transform: translateX(-50%);
  color: #77807c;
  font-size: 12px;
}

.hero-chapter::after {
  content: "";
  display: block;
  width: 1px;
  height: 34px;
  margin: 9px auto -34px;
  background: rgba(255, 255, 255, 0.2);
}

@keyframes node-online {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes line-connect {
  to { width: 100%; opacity: 1; }
}

@keyframes core-pulse {
  0%, 100% { transform: scale(0.96); opacity: 0.4; }
  50% { transform: scale(1.08); opacity: 0.9; }
}

.command-scene {
  position: absolute;
  top: 50%;
  right: -24px;
  z-index: 1;
  width: min(720px, 57vw);
  height: 650px;
  transform: translateY(-50%);
  transform-style: preserve-3d;
  perspective: 1100px;
  isolation: isolate;
}

.command-scene::before {
  content: "";
  position: absolute;
  inset: 40px;
  z-index: -2;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  box-shadow: inset 0 0 80px rgba(103, 211, 156, 0.04), 0 50px 110px rgba(0, 0, 0, 0.35);
}

.scene-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 700ms ease;
}

.command-scene.is-ready .scene-canvas {
  opacity: 1;
}

.scene-canvas canvas {
  width: 100% !important;
  height: 100% !important;
}

.scene-portal {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 270px;
  height: 270px;
  overflow: hidden;
  transform: translate(-50%, -50%) translateZ(45px);
  border: 1px solid rgba(103, 211, 156, 0.48);
  border-radius: 50%;
  background: #0d100f;
  box-shadow: 0 0 0 14px rgba(103, 211, 156, 0.04), 0 26px 80px rgba(0, 0, 0, 0.48);
}

.scene-portal::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 -34px 54px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.scene-portal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
}

.scene-core-copy {
  position: absolute;
  left: 50%;
  top: calc(50% + 82px);
  z-index: 4;
  min-width: 174px;
  transform: translate(-50%, -50%) translateZ(90px);
  text-align: center;
}

.scene-core-copy strong,
.scene-core-copy span {
  display: block;
}

.scene-core-copy strong {
  color: #ffffff;
  font-size: 19px;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.9);
}

.scene-core-copy span {
  margin-top: 4px;
  color: #9df0c2;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 2px 10px #000000;
}

.scene-node {
  position: absolute;
  z-index: 5;
  min-width: 150px;
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius);
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 11px 13px;
  background: rgba(16, 20, 19, 0.88);
  color: #f7f8f6;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(14px);
  opacity: 0;
  transform: translateY(12px) translateZ(40px);
  animation: node-online 520ms ease forwards;
}

.scene-node::before {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ivy);
  box-shadow: 0 0 12px rgba(103, 211, 156, 0.55);
}

.scene-node strong {
  font-size: 13px;
}

.scene-node span {
  color: #9ba49f;
  font-size: 11px;
}

.scene-node-identity { left: 2%; top: 25%; animation-delay: 150ms; }
.scene-node-service { left: 0; top: 66%; animation-delay: 300ms; }
.scene-node-cloud { right: 0; top: 22%; animation-delay: 450ms; }
.scene-node-observe { right: -1%; top: 65%; animation-delay: 600ms; }
.scene-node-device { left: 39%; top: 2%; animation-delay: 750ms; }
.scene-node-infra { left: 40%; bottom: 1%; animation-delay: 900ms; }

.scene-signal {
  position: absolute;
  right: 4%;
  bottom: 65px;
  z-index: 7;
  width: 330px;
  border: 1px solid rgba(240, 188, 102, 0.42);
  border-radius: var(--radius);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  padding: 14px;
  background: rgba(15, 18, 17, 0.95);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.42);
  opacity: 0;
  transform: translateY(10px) translateZ(110px);
  animation: node-online 540ms 1.25s ease forwards;
}

.scene-signal strong,
.scene-signal span {
  display: block;
}

.scene-signal strong {
  color: #f7f8f6;
  font-size: 12px;
}

.scene-signal span {
  margin-top: 4px;
  color: #a8b0ac;
  font-size: 11px;
  line-height: 1.45;
}

.scene-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 8;
  transform: translate(-50%, -50%);
  color: #a8b0ac;
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
}

.scene-ivy-note {
  position: absolute;
  left: 50%;
  top: calc(50% + 162px);
  z-index: 6;
  transform: translateX(-50%);
  color: #78827d;
  font-size: 10px;
  white-space: nowrap;
}

.page-main[data-page]:not([data-page="home"]) {
  min-height: calc(100vh - 150px);
}

.page-main[data-page]:not([data-page="home"]) > .section:first-child {
  padding-top: 92px;
}

.docs-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 54px;
  align-items: start;
}

.docs-provider-list {
  border-top: 1px solid var(--line);
}

.docs-link {
  min-height: 88px;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 58px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  transition: color 180ms ease;
}

.docs-link:hover {
  color: var(--ivy);
  padding-left: 8px;
}

.docs-link > span strong,
.docs-link > span small {
  display: block;
}

.docs-link > span strong {
  color: var(--text);
  font-size: 14px;
}

.docs-link > span small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
}

.docs-arrow {
  color: var(--ivy);
  font-size: 14px;
  font-weight: 800;
}

.docs-aside {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: var(--bg-raised);
}

.docs-aside h2 {
  margin: 0 0 10px;
  color: var(--text);
  font-size: 18px;
}

.docs-aside a {
  border-top: 1px solid var(--line);
  display: block;
  padding: 17px 0;
}

.docs-aside a strong,
.docs-aside a span {
  display: block;
}

.docs-aside a strong {
  color: var(--text);
  font-size: 13px;
}

.docs-aside a span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.docs-aside a:hover strong {
  color: var(--ivy);
}

.section {
  position: relative;
  padding-block: 112px;
  border-bottom: 1px solid var(--line);
}

.section-compact {
  padding-block: 76px;
}

.section-paper {
  background: var(--bg-raised);
  color: var(--text);
}

.theme-light .section-paper {
  background: var(--bg-raised);
  color: var(--text);
}

.section-head {
  max-width: 780px;
  margin-bottom: 54px;
}

.section-head h2,
.chapter-title {
  margin: 0;
  color: var(--text);
  font-size: clamp(36px, 4.2vw, 62px);
  font-weight: 720;
  line-height: 1.05;
  letter-spacing: 0;
}

.section-head p {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.section-index {
  display: block;
  margin-bottom: 18px;
  color: var(--ivy);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.proof-strip {
  border-bottom: 1px solid var(--line);
  background: var(--bg-raised);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.proof-item {
  min-height: 112px;
  border-right: 1px solid var(--line);
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 24px;
}

.proof-item:first-child {
  border-left: 1px solid var(--line);
}

.proof-item strong {
  color: var(--text);
  font-size: 14px;
}

.proof-item span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.unification-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px minmax(0, 1fr);
  align-items: stretch;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #0c110f;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.platform-fragmentation {
  --text: #f7faf8;
  --muted: #b7c0bb;
  --subtle: #98a59e;
  --line: rgba(255, 255, 255, 0.14);
  --line-strong: rgba(255, 255, 255, 0.24);
  background: #111614;
  color: #f7faf8;
}

.fragment-column,
.decision-column {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 42px 38px;
}

.fragment-column {
  background: linear-gradient(90deg, rgba(240, 188, 102, 0.035), transparent 55%);
}

.decision-column {
  background: linear-gradient(270deg, rgba(103, 211, 156, 0.06), transparent 58%);
}

.stage-label {
  margin: 0 0 16px;
  color: #bac5bf;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.fragment-signal,
.decision-signal {
  position: relative;
  min-height: 76px;
  border: 1px solid #d8dfda;
  border-radius: var(--radius);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #f7f9f7;
  color: #17201c;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
  transition: transform 340ms cubic-bezier(.2,.75,.2,1), border-color 180ms ease, box-shadow 180ms ease;
}

.fragment-signal:hover,
.decision-signal:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.17);
}

.fragment-signal:nth-child(2) { margin-right: 22px; }
.fragment-signal:nth-child(3) { margin-left: 18px; }
.fragment-signal:nth-child(4) { margin-right: 10px; }
.fragment-signal:nth-child(5) { margin-left: 26px; }

.unification-stage.is-visible .fragment-signal {
  animation: fragment-settle 620ms cubic-bezier(.2,.75,.2,1) both;
}

@keyframes fragment-settle {
  from { opacity: 0.4; transform: translateX(-14px); }
  to { opacity: 1; transform: translateX(0); }
}

.source-code {
  width: 34px;
  height: 34px;
  border: 1px solid #c7d0cb;
  border-radius: 6px;
  display: grid;
  place-items: center;
  background: #e9eeeb;
  color: #36413b;
  font-size: 11px;
  font-weight: 800;
}

.signal-copy strong,
.signal-copy span {
  display: block;
}

.signal-copy strong {
  color: #17201c;
  font-size: 14px;
}

.signal-copy span {
  margin-top: 5px;
  color: #66736c;
  font-size: 12px;
}

.signal-state {
  color: #9a5d00;
  font-size: 12px;
  font-weight: 800;
}

.control-spine {
  position: relative;
  border-inline: 1px solid rgba(103, 211, 156, 0.22);
  display: grid;
  place-items: center;
  padding: 30px 20px;
  background: #0b2b21;
}

.control-spine::before,
.control-spine::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 34%;
  background: rgba(103, 211, 156, 0.42);
}

.control-spine::before { top: 0; }
.control-spine::after { bottom: 0; }

.spine-system {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  justify-items: center;
  gap: 18px;
}

.spine-kicker {
  color: #8de2b5;
  font-size: 9px;
  font-weight: 850;
  text-align: center;
  text-transform: uppercase;
}

.spine-core {
  width: 118px;
  height: 118px;
  border: 1px solid rgba(126, 229, 174, 0.6);
  border-radius: 50%;
  display: grid;
  align-content: center;
  place-items: center;
  gap: 4px;
  background: #123f31;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 0 12px rgba(103, 211, 156, 0.06), 0 18px 40px rgba(0, 0, 0, 0.28);
}

.spine-core strong {
  font-size: 17px;
}

.spine-core span {
  color: #9ce8bd;
  font-size: 10px;
  font-weight: 750;
}

.spine-flow {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.spine-flow li {
  min-height: 30px;
  display: flex;
  align-items: center;
  gap: 9px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #d7e7df;
  font-size: 10px;
  font-weight: 750;
}

.spine-flow li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.spine-flow li span {
  color: #70d7a1;
  font-size: 9px;
}

.decision-signal {
  border-color: #a9d7be;
  background: #eef8f2;
}

.unification-stage.is-visible .decision-signal {
  animation: decision-arrive 620ms cubic-bezier(.2,.75,.2,1) both;
}

.unification-stage.is-visible .decision-signal:nth-child(3) { animation-delay: 120ms; }
.unification-stage.is-visible .decision-signal:nth-child(4) { animation-delay: 240ms; }
.unification-stage.is-visible .decision-signal:nth-child(5) { animation-delay: 360ms; }

@keyframes decision-arrive {
  from { opacity: 0.35; transform: translateX(16px); }
  to { opacity: 1; transform: translateX(0); }
}

/* Platform decision-flow experience */
.platform-control {
  --platform-surface: #0d1211;
  --platform-raised: #121917;
  --platform-panel: #17201d;
  --platform-line: rgba(226, 239, 232, 0.14);
  --platform-line-strong: rgba(226, 239, 232, 0.24);
  --platform-text: #f6f9f7;
  --platform-muted: #9eaaa4;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 14%, rgba(103, 211, 156, 0.08), transparent 26rem),
    radial-gradient(circle at 18% 88%, rgba(216, 170, 87, 0.06), transparent 22rem),
    var(--bg);
}

.platform-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 72px;
  align-items: end;
}

.platform-intro .section-head {
  max-width: 820px;
  margin-bottom: 48px;
}

.platform-page-heading h1 {
  max-width: 780px;
  margin: 0;
  color: var(--text);
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 720;
  line-height: 1.05;
  letter-spacing: 0;
}

.platform-ivy-note {
  min-height: 92px;
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  gap: 16px;
  margin-bottom: 48px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg-raised);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.12);
}

.platform-ivy-note img {
  width: 64px;
  height: 64px;
  border-radius: 6px;
  object-fit: cover;
  object-position: center 38%;
}

.platform-ivy-note strong,
.platform-ivy-note span {
  display: block;
}

.platform-ivy-note strong {
  color: var(--text);
  font-size: 13px;
}

.platform-ivy-note span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.platform-workbench {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--platform-line-strong);
  border-radius: 8px;
  background: var(--platform-surface);
  color: var(--platform-text);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(103, 211, 156, 0.035) inset;
  isolation: isolate;
}

.platform-workbench::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 72% 5%, rgba(103, 211, 156, 0.1), transparent 34%),
    linear-gradient(120deg, transparent 38%, rgba(255, 255, 255, 0.018) 38.2%, transparent 38.5%);
  pointer-events: none;
}

.platform-workbench-bar {
  min-height: 54px;
  border-bottom: 1px solid var(--platform-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 20px;
  background: rgba(8, 12, 10, 0.72);
  color: var(--platform-muted);
  font-size: 11px;
}

.platform-workbench-bar > div {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.platform-workbench-bar strong {
  color: var(--platform-text);
  font-size: 12px;
}

.platform-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #67d39c;
  box-shadow: 0 0 0 5px rgba(103, 211, 156, 0.1);
}

.platform-workbench-body {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  min-height: 650px;
}

.platform-stage-nav {
  border-right: 1px solid var(--platform-line);
  padding: 24px 14px;
  background: rgba(8, 12, 10, 0.44);
}

.platform-stage-button {
  position: relative;
  width: 100%;
  min-height: 94px;
  border: 0;
  border-bottom: 1px solid var(--platform-line);
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 12px;
  padding: 14px 10px;
  background: transparent;
  color: var(--platform-muted);
  text-align: left;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.platform-stage-button::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 18px;
  bottom: 18px;
  width: 2px;
  background: transparent;
}

.platform-stage-button:hover {
  background: rgba(103, 211, 156, 0.055);
  color: var(--platform-text);
}

.platform-stage-button.is-active {
  background: rgba(103, 211, 156, 0.09);
  color: var(--platform-text);
}

.platform-stage-button.is-active::before {
  background: #67d39c;
}

.platform-stage-button > span:last-child,
.platform-stage-button strong,
.platform-stage-button small {
  display: block;
}

.platform-stage-button strong {
  color: inherit;
  font-size: 13px;
}

.platform-stage-button small {
  margin-top: 5px;
  color: #75817b;
  font-size: 10px;
}

.platform-stage-button.is-active small {
  color: #9eaaa4;
}

.platform-stage-number {
  width: 30px;
  height: 30px;
  border: 1px solid var(--platform-line-strong);
  border-radius: 50%;
  display: grid !important;
  place-items: center;
  color: #8d9993;
  font-size: 9px;
  font-weight: 850;
}

.platform-stage-button.is-active .platform-stage-number,
.platform-stage-button.is-complete .platform-stage-number {
  border-color: rgba(103, 211, 156, 0.58);
  background: rgba(103, 211, 156, 0.1);
  color: #8ee5b6;
}

.platform-stage-canvas {
  min-width: 0;
  padding: 36px;
  outline-offset: -4px;
}

.platform-data-path {
  min-height: 158px;
  display: grid;
  grid-template-columns: minmax(145px, 0.9fr) minmax(56px, 0.65fr) 120px minmax(56px, 0.65fr) minmax(145px, 0.9fr);
  align-items: center;
}

.platform-path-card {
  min-height: 92px;
  border: 1px solid var(--platform-line-strong);
  border-radius: 7px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 16px;
  background: rgba(25, 34, 31, 0.9);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
}

.platform-path-card span,
.platform-path-card strong,
.platform-path-card small {
  display: block;
}

.platform-path-card span {
  color: #7f8d86;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.platform-path-card strong {
  color: var(--platform-text);
  font-size: 13px;
}

.platform-path-card small {
  color: var(--platform-muted);
  font-size: 10px;
}

.platform-path-card.outcome.is-ready {
  border-color: rgba(103, 211, 156, 0.5);
  background: rgba(37, 98, 70, 0.24);
}

.platform-path-line {
  position: relative;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
}

.platform-path-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
  border-left: 5px solid rgba(255, 255, 255, 0.28);
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.platform-path-line i {
  display: block;
  height: 100%;
  background: #67d39c;
  box-shadow: 0 0 14px rgba(103, 211, 156, 0.7);
  transition: transform 420ms cubic-bezier(.2,.75,.2,1), opacity 420ms cubic-bezier(.2,.75,.2,1);
}

.platform-path-core {
  position: relative;
  width: 112px;
  height: 112px;
  justify-self: center;
  border: 1px solid rgba(103, 211, 156, 0.62);
  border-radius: 50%;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 4px;
  background: #0d2d22;
  box-shadow: 0 0 0 12px rgba(103, 211, 156, 0.045), 0 22px 42px rgba(0, 0, 0, 0.28);
}

.platform-path-core::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(103, 211, 156, 0.2);
  border-radius: inherit;
}

.platform-path-core span,
.platform-path-core strong,
.platform-path-core small {
  position: relative;
  z-index: 1;
  display: block;
}

.platform-path-core span {
  color: #8ce3b4;
  font-size: 9px;
  font-weight: 850;
}

.platform-path-core strong {
  color: #ffffff;
  font-size: 16px;
}

.platform-path-core small {
  color: #829087;
  font-size: 8px;
}

.platform-decision-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--platform-line-strong);
  border-radius: 8px;
  background: rgba(21, 29, 26, 0.9);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.24);
  animation: platform-panel-in 360ms cubic-bezier(.2,.75,.2,1) both;
}

@keyframes platform-panel-in {
  from { opacity: 0.45; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.platform-decision-copy {
  min-height: 310px;
  padding: 32px;
}

.platform-panel-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #8f9b95;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.platform-status {
  border: 1px solid var(--platform-line-strong);
  border-radius: 999px;
  padding: 6px 9px;
  color: #cbd3cf;
}

.platform-status.warning { border-color: rgba(240, 188, 102, 0.5); color: #f0c476; }
.platform-status.danger { border-color: rgba(240, 122, 122, 0.52); color: #f69a9a; }
.platform-status.success { border-color: rgba(103, 211, 156, 0.52); color: #8ce3b4; }

.platform-decision-copy h3 {
  max-width: 620px;
  margin: 28px 0 0;
  color: var(--platform-text);
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.1;
}

.platform-decision-copy > p {
  max-width: 640px;
  margin: 18px 0 0;
  color: var(--platform-muted);
  font-size: 14px;
  line-height: 1.7;
}

.platform-recommendation {
  margin-top: 28px;
  border-left: 2px solid #67d39c;
  padding: 4px 0 4px 16px;
}

.platform-recommendation span,
.platform-recommendation strong {
  display: block;
}

.platform-recommendation span {
  color: #7f8d86;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.platform-recommendation strong {
  max-width: 600px;
  margin-top: 7px;
  color: #dce5e0;
  font-size: 12px;
  line-height: 1.55;
}

.platform-evidence {
  margin: 0;
  border-left: 1px solid var(--platform-line);
  background: rgba(5, 9, 7, 0.26);
}

.platform-evidence > div {
  min-height: 77px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 13px 20px;
  border-bottom: 1px solid var(--platform-line);
}

.platform-evidence > div:last-child {
  border-bottom: 0;
}

.platform-evidence dt {
  color: #75817b;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.platform-evidence dd {
  margin: 0;
  color: #e0e6e3;
  font-size: 11px;
  line-height: 1.45;
}

.platform-stage-actions {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
}

.platform-stage-actions p {
  max-width: 480px;
  margin: 0;
  color: var(--platform-muted);
  font-size: 11px;
  line-height: 1.55;
}

.platform-stage-actions > div {
  display: flex;
  gap: 9px;
}

.platform-stage-actions .button-secondary {
  border-color: var(--platform-line-strong);
  color: var(--platform-text);
}

.platform-stage-actions .button-secondary:hover {
  background: rgba(103, 211, 156, 0.08);
}

.platform-stage-actions .button:disabled {
  opacity: 0.36;
  transform: none;
}

.priority {
  min-width: 30px;
  color: #087a49;
  font-size: 12px;
  font-weight: 800;
}

.product-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 30px;
  align-items: start;
}

.product-frame {
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: #0f1213;
  box-shadow: var(--shadow);
}

.product-frame-bar {
  min-height: 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 14px;
  color: #929b97;
  font-size: 11px;
}

.product-frame-bar strong {
  color: #dfe4e1;
  font-size: 12px;
}

.product-frame img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  background: #0d1011;
}

.showcase-tabs {
  display: grid;
  gap: 2px;
}

.showcase-tab {
  min-height: 92px;
  border: 0;
  border-left: 2px solid var(--line);
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 14px 18px;
  background: transparent;
  color: var(--muted);
  text-align: left;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.showcase-tab strong {
  color: inherit;
  font-size: 14px;
}

.showcase-tab span {
  font-size: 12px;
  line-height: 1.5;
}

.showcase-tab:hover,
.showcase-tab.is-active {
  border-left-color: var(--ivy);
  background: var(--ivy-soft);
  color: var(--text);
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--line);
}

.capability {
  min-height: 310px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
}

.capability:first-child {
  border-left: 1px solid var(--line);
}

.capability-number {
  color: var(--ivy);
  font-size: 12px;
  font-weight: 800;
}

.capability h3 {
  max-width: 280px;
  margin: auto 0 12px;
  color: var(--text);
  font-size: 24px;
  line-height: 1.15;
}

.capability p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.capabilities-page {
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 12%, rgba(103, 211, 156, 0.08), transparent 24rem),
    radial-gradient(circle at 12% 70%, rgba(216, 170, 87, 0.055), transparent 24rem),
    var(--bg);
}

.capabilities-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 80px;
  align-items: end;
  margin-bottom: 58px;
}

.capabilities-hero h1 {
  max-width: 850px;
  margin: 0;
  color: var(--text);
  font-size: clamp(44px, 5.3vw, 76px);
  font-weight: 720;
  line-height: 1.03;
}

.capabilities-hero > div > p {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.capabilities-hero aside {
  border-top: 1px solid var(--line-strong);
  padding-top: 18px;
}

.capabilities-hero aside > strong {
  color: var(--text);
  font-size: 12px;
}

.capabilities-hero ol {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.capabilities-hero li {
  min-height: 36px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 11px;
}

.capabilities-hero li span {
  color: var(--ivy);
  font-size: 9px;
  font-weight: 850;
}

.capabilities-workbench {
  overflow: hidden;
  border: 1px solid rgba(229, 240, 234, 0.19);
  border-radius: 8px;
  background: #0c110f;
  color: #f5f8f6;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.3);
}

.capabilities-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  background: #0a0e0d;
}

.capabilities-tab {
  min-height: 76px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 14px;
  background: transparent;
  color: #89958f;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.capabilities-tab:last-child {
  border-right: 0;
}

.capabilities-tab span {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 8px;
  font-weight: 850;
}

.capabilities-tab strong {
  color: inherit;
  font-size: 12px;
}

.capabilities-tab:hover,
.capabilities-tab.is-active {
  border-bottom-color: #67d39c;
  background: rgba(103, 211, 156, 0.075);
  color: #f5f8f6;
}

.capabilities-tab.is-active span {
  border-color: rgba(103, 211, 156, 0.62);
  background: rgba(103, 211, 156, 0.1);
  color: #8ce3b4;
}

.capabilities-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(350px, 0.85fr);
  min-height: 520px;
  outline-offset: -4px;
}

.capabilities-copy {
  padding: 54px;
}

.capabilities-kicker {
  color: #7eddaa;
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.capabilities-copy h2 {
  max-width: 620px;
  margin: 24px 0 0;
  color: #f8faf9;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.06;
}

.capabilities-copy > p {
  max-width: 650px;
  margin: 20px 0 0;
  color: #a5b0aa;
  font-size: 14px;
  line-height: 1.7;
}

.capabilities-copy ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 34px 0 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.12);
  list-style: none;
}

.capabilities-copy li {
  min-height: 86px;
  display: flex;
  align-items: flex-end;
  padding: 14px;
  background: #111714;
  color: #d9e0dc;
  font-size: 10px;
  line-height: 1.45;
}

.capabilities-copy li::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  margin: 0 8px 4px 0;
  border-radius: 50%;
  background: #67d39c;
}

.capabilities-outcome {
  margin-top: 34px;
  border-left: 2px solid #67d39c;
  padding-left: 16px;
}

.capabilities-outcome span,
.capabilities-outcome strong {
  display: block;
}

.capabilities-outcome span {
  color: #79857f;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.capabilities-outcome strong {
  max-width: 600px;
  margin-top: 7px;
  color: #dce5e0;
  font-size: 12px;
  line-height: 1.55;
}

.capabilities-sample {
  position: relative;
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
  padding: 34px;
  background:
    radial-gradient(circle at 80% 16%, rgba(103, 211, 156, 0.11), transparent 18rem),
    radial-gradient(circle at 20% 88%, rgba(255, 255, 255, 0.045), transparent 16rem),
    #101714;
}

.capabilities-sample-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #8d9993;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.capabilities-sample > strong {
  display: block;
  margin-top: 42px;
  color: #f7f9f8;
  font-size: 13px;
}

.capabilities-sample > p {
  margin: 12px 0 0;
  color: #b5c0ba;
  font-size: 21px;
  font-weight: 650;
  line-height: 1.25;
}

.capabilities-sample dl {
  margin: 34px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.capabilities-sample dl > div {
  min-height: 64px;
  display: grid;
  align-content: center;
  gap: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.capabilities-sample dt {
  color: #75817b;
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
}

.capabilities-sample dd {
  margin: 0;
  color: #e0e6e3;
  font-size: 11px;
}

.capabilities-sample-state {
  position: absolute;
  right: 26px;
  bottom: 24px;
  width: 92px;
  height: 92px;
  border: 1px solid rgba(103, 211, 156, 0.58);
  border-radius: 50%;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 4px;
  background: rgba(11, 47, 35, 0.94);
  box-shadow: 0 0 0 9px rgba(103, 211, 156, 0.04);
}

.capabilities-sample-state span {
  color: #8ce3b4;
  font-size: 8px;
  font-weight: 850;
}

.capabilities-sample-state strong {
  color: #ffffff;
  font-size: 12px;
}

.capabilities-foundation {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
}

.capabilities-foundation > div {
  min-height: 116px;
  border-right: 1px solid var(--line);
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 22px;
}

.capabilities-foundation > div:first-child {
  border-left: 1px solid var(--line);
}

.capabilities-foundation strong {
  color: var(--text);
  font-size: 12px;
}

.capabilities-foundation span {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}

.demo-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: var(--bg-raised);
  box-shadow: var(--shadow);
}

.demo-main {
  min-height: 590px;
  border-right: 1px solid var(--line);
  padding: 30px;
}

.demo-topbar,
.demo-footer,
.status-row,
.provider-heading,
.integration-actions,
.security-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.environment-badge,
.status-badge {
  min-height: 28px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.environment-badge::before,
.status-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ivy);
}

.status-badge.warning::before { background: var(--amber); }
.status-badge.danger::before { background: var(--red); }

.demo-stage {
  margin-top: 28px;
}

.demo-stage-label {
  color: var(--ivy);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.demo-stage h3 {
  max-width: 620px;
  min-height: 76px;
  margin: 12px 0 0;
  color: var(--text);
  font-size: 30px;
  line-height: 1.2;
}

.demo-stage > p {
  min-height: 54px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.signal-record {
  margin-top: 26px;
  border-block: 1px solid var(--line);
}

.signal-record-row {
  min-height: 56px;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 138px 1fr;
  align-items: center;
  gap: 18px;
  color: var(--text);
  font-size: 13px;
}

.signal-record-row:last-child {
  border-bottom: 0;
}

.signal-record-row dt {
  color: var(--subtle);
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
}

.signal-record-row dd {
  margin: 0;
}

.demo-footer {
  margin-top: 28px;
}

.step-counter {
  color: var(--subtle);
  font-size: 12px;
}

.demo-sidebar {
  padding: 30px;
  background: var(--bg-soft);
}

.demo-sidebar h4 {
  margin: 0;
  color: var(--text);
  font-size: 14px;
}

.demo-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 18px;
  border: 1px solid var(--line);
  background: var(--line);
}

.demo-metric {
  min-height: 92px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 12px;
  background: var(--bg-raised);
}

.demo-metric strong {
  color: var(--text);
  font-size: 24px;
}

.demo-metric span {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.4;
}

.timeline {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.timeline li {
  position: relative;
  min-height: 70px;
  padding: 0 0 18px 27px;
  color: var(--subtle);
  font-size: 12px;
  line-height: 1.5;
}

.timeline li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--line-strong);
  border-radius: 50%;
  background: var(--bg-soft);
}

.timeline li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 16px;
  bottom: 0;
  width: 1px;
  background: var(--line);
}

.timeline li:last-child::after { display: none; }
.timeline li.is-complete { color: var(--text); }
.timeline li.is-complete::before { border-color: var(--ivy); background: var(--ivy); }

.timeline strong,
.timeline span {
  display: block;
}

.timeline strong {
  font-size: 12px;
}

.timeline span {
  margin-top: 3px;
  color: var(--muted);
}

.integration-list {
  border-top: 1px solid var(--line);
}

.integrations-page {
  min-height: calc(100vh - 150px);
}

.integrations-hero {
  max-width: 940px;
  margin-bottom: 52px;
}

.integrations-hero h1 {
  margin: 0;
  color: var(--text);
  font-size: clamp(44px, 5.2vw, 74px);
  font-weight: 720;
  line-height: 1.04;
}

.integrations-hero p {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.integration-value-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 64px;
  border-block: 1px solid var(--line);
}

.integration-value-strip > div {
  min-height: 112px;
  border-right: 1px solid var(--line);
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 20px;
}

.integration-value-strip > div:first-child {
  border-left: 1px solid var(--line);
}

.integration-value-strip strong,
.integration-value-strip span {
  display: block;
}

.integration-value-strip strong {
  color: var(--ivy);
  font-size: 12px;
}

.integration-value-strip span {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}

.integration-row {
  min-height: 190px;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(420px, 1.8fr) minmax(150px, auto);
  align-items: start;
  gap: 34px;
  padding: 30px 18px;
  transition: background 180ms ease;
}

.integration-row:hover {
  background: var(--ivy-soft);
}

.provider-heading {
  justify-content: flex-start;
}

.provider-logo-wrap {
  width: 54px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  display: grid;
  place-items: center;
  padding: 8px;
  background: #ffffff;
}

.provider-logo-wrap img {
  width: 100%;
  max-height: 24px;
  object-fit: contain;
}

.provider-wordmark {
  color: #151918;
  font-size: 10px;
  font-weight: 850;
}

.provider-heading strong,
.provider-heading span,
.integration-copy strong,
.integration-copy span {
  display: block;
}

.provider-heading strong {
  color: var(--text);
  font-size: 14px;
}

.provider-heading span,
.integration-copy span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.integration-copy strong {
  color: var(--text);
  font-size: 12px;
}

.integration-copy > span {
  max-width: 720px;
  line-height: 1.6;
}

.integration-capabilities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.integration-capabilities li {
  position: relative;
  min-height: 72px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 14px 12px 12px 28px;
  background: color-mix(in srgb, var(--bg-raised) 84%, transparent);
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}

.integration-capabilities li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 18px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ivy);
}

.integration-actions {
  align-items: flex-end;
  justify-content: flex-end;
  padding-top: 1px;
}

.integration-actions .status-badge {
  max-width: 160px;
  min-height: 34px;
  justify-content: center;
  text-align: center;
  line-height: 1.35;
}

.planned-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 12px;
}

.planned-line strong {
  color: var(--text);
}

.planned-line span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 10px;
}

.use-case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.use-case {
  border-top: 1px solid var(--line-strong);
  padding-top: 24px;
}

.use-case span {
  color: var(--ivy);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.use-case h3 {
  margin: 18px 0 10px;
  color: var(--text);
  font-size: 21px;
}

.use-case p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.security-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 72px;
  align-items: start;
}

.security-list {
  border-top: 1px solid var(--line);
}

.security-item {
  min-height: 86px;
  border-bottom: 1px solid var(--line);
}

.security-item div strong,
.security-item div span {
  display: block;
}

.security-item div strong {
  color: var(--text);
  font-size: 14px;
}

.security-item div span {
  max-width: 500px;
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.security-state {
  color: var(--ivy);
  font-size: 11px;
  font-weight: 800;
}

.final-cta {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  display: grid;
  align-items: center;
  background: #101412;
}

.final-cta::after {
  content: "IVY";
  position: absolute;
  right: -24px;
  bottom: -72px;
  color: rgba(255, 255, 255, 0.035);
  font-size: 270px;
  font-weight: 850;
  line-height: 1;
  pointer-events: none;
}

.final-cta-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding-block: 88px;
}

.final-cta h2 {
  margin: 0;
  color: #f7f8f6;
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1.04;
}

.final-cta p {
  max-width: 620px;
  margin: 22px 0 0;
  color: #aab3af;
  font-size: 17px;
  line-height: 1.7;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding-block: 34px;
  background: var(--bg);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}

.footer-copy {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.footer-links a {
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
}

.footer-links a:hover {
  color: var(--ivy);
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(12px);
}

.modal {
  width: min(760px, 100%);
  max-height: min(850px, calc(100vh - 40px));
  overflow-y: auto;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: var(--bg-raised);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.5);
}

.modal-head {
  position: sticky;
  top: 0;
  z-index: 2;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
  background: var(--bg-raised);
}

.modal-head h2 {
  margin: 0;
  color: var(--text);
  font-size: 24px;
}

.modal-head p {
  max-width: 550px;
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.modal-close {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: transparent;
  color: var(--text);
  font-size: 22px;
}

.modal-close:hover {
  border-color: var(--ivy);
  background: var(--ivy-soft);
}

.lead-form {
  padding: 24px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.field {
  display: grid;
  gap: 7px;
  color: var(--text);
  font-size: 12px;
  font-weight: 700;
}

.field-wide {
  grid-column: 1 / -1;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  padding: 11px 12px;
  background: var(--bg);
  color: var(--text);
  outline: none;
}

.field textarea {
  min-height: 96px;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
  color: var(--subtle);
}

.form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 20px;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.form-status {
  min-height: 20px;
  margin: 14px 0 0;
  color: var(--ivy);
  font-size: 12px;
  font-weight: 700;
}

.form-status.error {
  color: var(--red);
}

.email-backup {
  display: inline-flex;
  margin-top: 8px;
  color: var(--ivy);
  font-size: 12px;
  font-weight: 750;
}

.reveal {
  opacity: 1;
  transform: none;
}

.reveal.is-visible {
  animation: reveal-in 680ms cubic-bezier(.2,.75,.2,1) both;
}

@keyframes reveal-in {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
  .site-nav { gap: 14px; }
  .nav-links { gap: 14px; }
  .nav-links a { font-size: 13px; }
  .hero { min-height: min(820px, calc(100svh - 96px)); }
  .hero-inner { align-items: center; padding-block: 68px 82px; }
  .hero-copy { width: 54%; }
  .hero h1 { max-width: 560px; font-size: 58px; }
  .hero-lede { max-width: 545px; font-size: 17px; }
  .hero-proof,
  .hero-chapter { display: none; }
  .command-scene { top: 50%; right: -10px; width: 500px; height: 500px; transform: translateY(-50%); }
  .command-scene::before { inset: 34px; }
  .scene-portal { width: 180px; height: 180px; }
  .scene-core-copy { top: calc(50% + 57px); }
  .scene-node { min-width: 126px; min-height: 50px; padding: 9px 11px; }
  .scene-node-identity,
  .scene-node-service { display: none; }
  .scene-node-cloud { right: 0; top: 18%; }
  .scene-node-observe { right: 0; top: 66%; }
  .scene-node-device { left: 38%; top: 0; }
  .scene-node-infra { left: 39%; bottom: 0; }
  .scene-signal { right: 0; bottom: 50px; width: 280px; }
  .scene-ivy-note { top: calc(50% + 112px); }
  .product-showcase { grid-template-columns: 1fr; }
  .showcase-tabs { grid-template-columns: repeat(4, 1fr); }
  .showcase-tab { min-height: 108px; border-left: 0; border-top: 2px solid var(--line); }
  .showcase-tab:hover, .showcase-tab.is-active { border-top-color: var(--ivy); }
  .integration-row { grid-template-columns: 220px 1fr; }
  .integration-actions { grid-column: 2; justify-content: flex-start; }
}

@media (max-width: 860px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .site-nav { min-height: 64px; }
  .menu-toggle { display: inline-flex; }
  .nav-links {
    position: absolute;
    left: 0;
    right: 0;
    top: 64px;
    display: none;
    border-bottom: 1px solid var(--line);
    padding: 14px 16px 20px;
    background: var(--bg-raised);
    box-shadow: var(--shadow);
  }
  .nav-links.is-open { display: grid; }
  .theme-light .nav-links.is-open { background: #111416; }
  .nav-links a { min-height: 46px; border-bottom: 1px solid var(--line); }
  .nav-links a:last-child { border-bottom: 0; }
  .nav-links a::after { display: none; }
  .nav-actions { margin-left: auto; }
  .nav-actions > .button:first-child { display: none; }
  .hero { min-height: 930px; }
  .hero-inner { align-items: flex-start; padding-top: 84px; }
  .hero-copy { width: 100%; }
  .hero h1 { max-width: 650px; font-size: 58px; }
  .hero-lede { max-width: 590px; }
  .hero-proof { display: none; }
  .hero-chapter { display: none; }
  .command-scene { top: 592px; right: 50%; width: 600px; height: 300px; transform: translateX(50%); }
  .command-scene::before { inset: 18px 72px; }
  .scene-portal { width: 170px; height: 170px; }
  .scene-core-copy { top: calc(50% + 50px); min-width: 150px; }
  .scene-node { min-width: 125px; min-height: 48px; padding: 9px 11px; }
  .scene-node-identity,
  .scene-node-service { display: grid; }
  .scene-node-observe { right: -1%; top: 45%; }
  .scene-node-infra { display: none; }
  .scene-signal { right: 5%; bottom: 0; width: 270px; }
  .scene-ivy-note { top: calc(50% + 103px); }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-item:nth-child(3) { border-left: 1px solid var(--line); }
  .proof-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .unification-stage { grid-template-columns: 1fr; }
  .control-spine { min-height: 160px; border: 0; border-block: 1px solid rgba(103, 211, 156, 0.22); padding: 22px 28px; }
  .control-spine::before, .control-spine::after { display: none; }
  .spine-system { grid-template-columns: minmax(120px, 0.7fr) 88px minmax(180px, 1fr); align-items: center; gap: 24px; }
  .spine-kicker { text-align: left; }
  .spine-core { width: 88px; height: 88px; }
  .spine-core strong { font-size: 14px; }
  .spine-flow li { min-height: 28px; }
  .capability-grid, .use-case-grid { grid-template-columns: 1fr; }
  .capability { min-height: 210px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .capability:last-child { border-bottom: 0; }
  .demo-shell { grid-template-columns: 1fr; }
  .demo-main { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .integration-row { grid-template-columns: 1fr; gap: 14px; }
  .integration-actions { grid-column: auto; }
  .security-layout { grid-template-columns: 1fr; gap: 44px; }
  .docs-layout { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .brand img { width: 104px; height: 28px; }
  .site-nav { gap: 7px; }
  .nav-actions { gap: 5px; }
  .hero { min-height: 740px; }
  .hero-inner { padding-block: 68px 82px; }
  .hero h1 { font-size: 45px; line-height: 1.01; }
  .hero-lede { margin-top: 20px; font-size: 16px; line-height: 1.6; }
  .hero-actions { margin-top: 26px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { gap: 10px 18px; margin-top: 24px; font-size: 11px; }
  .command-scene { top: 562px; width: 350px; height: 175px; }
  .command-scene::before { inset: 8px 30px; }
  .scene-portal { width: 110px; height: 110px; }
  .scene-core-copy { top: calc(50% + 33px); min-width: 118px; }
  .scene-core-copy strong { font-size: 13px; }
  .scene-core-copy span { font-size: 7px; }
  .scene-node { min-width: 95px; min-height: 40px; padding: 7px 9px; }
  .scene-node strong { font-size: 10px; }
  .scene-node span { display: none; }
  .scene-node-identity { left: 0; top: 28%; }
  .scene-node-cloud { right: 0; top: 16%; }
  .scene-node-observe { right: 0; top: 65%; }
  .scene-node-service,
  .scene-node-device,
  .scene-node-infra,
  .scene-signal,
  .scene-ivy-note { display: none; }
  .section { padding-block: 76px; }
  .section-compact { padding-block: 54px; }
  .section-head { margin-bottom: 36px; }
  .section-head h2, .chapter-title { font-size: 36px; }
  .section-head p { font-size: 15px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-item { min-height: 88px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .proof-item:last-child { border-bottom: 0; }
  .fragment-column, .decision-column { padding: 28px 16px; }
  .fragment-signal:nth-child(n), .decision-signal:nth-child(n) { margin-inline: 0; }
  .control-spine { padding: 28px 24px; }
  .spine-system { grid-template-columns: 1fr; gap: 16px; }
  .spine-kicker { text-align: center; }
  .spine-flow { max-width: 250px; }
  .fragment-signal, .decision-signal { grid-template-columns: auto 1fr; }
  .signal-state { grid-column: 2; }
  .showcase-tabs { grid-template-columns: 1fr 1fr; }
  .showcase-tab { min-height: 104px; }
  .capability { padding: 26px 20px; }
  .demo-main, .demo-sidebar { padding: 20px; }
  .demo-stage h3 { min-height: 0; font-size: 25px; }
  .demo-stage > p { min-height: 0; }
  .signal-record-row { grid-template-columns: 1fr; gap: 6px; padding: 12px 0; }
  .demo-footer { align-items: stretch; flex-direction: column; }
  .demo-footer .button { width: 100%; }
  .demo-metrics { grid-template-columns: 1fr; }
  .demo-metric { min-height: 68px; grid-template-columns: auto 1fr; align-items: center; }
  .integration-actions { justify-content: stretch; }
  .integration-actions .button { flex: 1; }
  .docs-link { grid-template-columns: 52px 1fr auto; gap: 12px; }
  .docs-aside { padding: 20px; }
  .security-item { align-items: flex-start; padding-block: 16px; }
  .final-cta { min-height: 460px; }
  .final-cta::after { font-size: 150px; bottom: -34px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .form-footer .button { width: 100%; }
  .modal-backdrop { padding: 10px; }
  .modal { max-height: calc(100vh - 20px); }
  .modal-head, .lead-form { padding: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
  .network-node,
  .hero-signal,
  .map-line,
  .scene-node,
  .scene-signal,
  .decision-signal,
  .reveal {
    opacity: 1;
    transform: none;
    animation: none !important;
  }
  .map-line { width: 100%; }
}

@media (max-width: 1080px) {
  .platform-intro {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 38px;
  }

  .platform-workbench-body {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .platform-stage-canvas {
    padding: 28px;
  }

  .platform-data-path {
    grid-template-columns: minmax(130px, 0.9fr) minmax(38px, 0.5fr) 104px minmax(38px, 0.5fr) minmax(130px, 0.9fr);
  }

  .platform-path-core {
    width: 96px;
    height: 96px;
  }
}

@media (max-width: 860px) {
  .platform-intro {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .platform-ivy-note {
    width: min(100%, 420px);
  }

  .platform-workbench-body {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .platform-stage-nav {
    border-right: 0;
    border-bottom: 1px solid var(--platform-line);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0 14px;
  }

  .platform-stage-button {
    min-height: 82px;
    border-right: 1px solid var(--platform-line);
    border-bottom: 0;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 6px;
    padding: 10px 6px;
    text-align: center;
  }

  .platform-stage-button:last-child {
    border-right: 0;
  }

  .platform-stage-button::before {
    left: 10px;
    right: 10px;
    top: auto;
    bottom: 0;
    width: auto;
    height: 2px;
  }

  .platform-stage-button small {
    display: none;
  }

  .platform-stage-number {
    width: 25px;
    height: 25px;
  }

  .platform-decision-panel {
    grid-template-columns: 1fr;
  }

  .platform-evidence {
    border-top: 1px solid var(--platform-line);
    border-left: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .platform-evidence > div:nth-child(odd) {
    border-right: 1px solid var(--platform-line);
  }

  .platform-evidence > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

@media (max-width: 620px) {
  .platform-page-heading h1 {
    font-size: 39px;
  }

  .platform-ivy-note {
    margin-bottom: 34px;
  }

  .platform-workbench-bar {
    min-height: 50px;
    padding-inline: 14px;
  }

  .platform-workbench-bar > span {
    display: none;
  }

  .platform-stage-canvas {
    padding: 22px 14px 18px;
  }

  .platform-data-path {
    min-height: 122px;
    grid-template-columns: minmax(90px, 1fr) 20px 72px 20px minmax(90px, 1fr);
  }

  .platform-path-card {
    min-height: 74px;
    gap: 4px;
    padding: 10px;
  }

  .platform-path-card span {
    font-size: 7px;
  }

  .platform-path-card strong {
    font-size: 10px;
  }

  .platform-path-card small {
    display: none;
  }

  .platform-path-core {
    width: 68px;
    height: 68px;
    box-shadow: 0 0 0 7px rgba(103, 211, 156, 0.045), 0 18px 32px rgba(0, 0, 0, 0.25);
  }

  .platform-path-core span,
  .platform-path-core small {
    display: none;
  }

  .platform-path-core strong {
    font-size: 11px;
  }

  .platform-decision-copy {
    min-height: 0;
    padding: 24px 18px;
  }

  .platform-panel-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .platform-decision-copy h3 {
    margin-top: 22px;
    font-size: 28px;
  }

  .platform-evidence {
    grid-template-columns: 1fr;
  }

  .platform-evidence > div:nth-child(n) {
    min-height: 68px;
    border-right: 0;
    border-bottom: 1px solid var(--platform-line);
  }

  .platform-evidence > div:last-child {
    border-bottom: 0;
  }

  .platform-stage-actions {
    align-items: stretch;
    flex-direction: column;
    padding-top: 18px;
  }

  .platform-stage-actions > div {
    width: 100%;
  }

  .platform-stage-actions .button {
    flex: 1;
  }
}

/* 2026 product-proof redesign */
.hero-v3 {
  min-height: 760px;
  background:
    radial-gradient(circle at 78% 32%, rgba(40, 130, 86, 0.13), transparent 34%),
    #080b0a;
}

.hero-v3 .hero-inner {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(430px, 0.82fr) minmax(560px, 1.18fr);
  gap: 60px;
  align-items: center;
  padding-block: 82px 92px;
}

.hero-v3 .hero-copy {
  width: auto;
}

.hero-v3 h1 {
  max-width: 660px;
  color: #ffffff;
  font-size: clamp(52px, 5vw, 76px);
  line-height: 1.01;
}

.hero-v3 h1 span {
  display: block;
  color: #78dfa9;
}

.hero-v3 .hero-lede {
  max-width: 600px;
  color: #d1d9d5;
  font-size: 18px;
  line-height: 1.65;
}

.hero-v3 .hero-proof {
  color: #c3ccc7;
  row-gap: 11px;
}

.hero-v3 .button {
  border-color: #67d39c;
  background: #67d39c;
  color: #07110c;
}

.hero-v3 .button:hover {
  border-color: #88e4b5;
  background: #88e4b5;
}

.hero-v3 .button-secondary {
  border-color: rgba(255, 255, 255, 0.28);
  background: transparent;
  color: #f7f8f6;
}

.hero-v3 .button-secondary:hover {
  border-color: #67d39c;
  background: rgba(103, 211, 156, 0.12);
}

.hero-visual {
  position: relative;
  z-index: 4;
  width: 100%;
}

.hero-product {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: #0b0f13;
  box-shadow: 0 42px 100px rgba(0, 0, 0, 0.48);
}

.hero-product-bar {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: #dbe2df;
  font-size: 11px;
  font-weight: 750;
}

.live-state {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #9ce8bd;
}

.live-state::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #67d39c;
}

.hero-product > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
}

.hero-product-caption {
  min-height: 62px;
  display: grid;
  gap: 4px;
  padding: 12px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #0f1417;
}

.hero-product-caption strong {
  color: #ffffff;
  font-size: 13px;
}

.hero-product-caption span {
  color: #aeb8b3;
  font-size: 11px;
  line-height: 1.5;
}

.ivy-signature {
  position: relative;
  z-index: 5;
  width: min(100%, 330px);
  min-width: 0;
  min-height: 76px;
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 12px;
  justify-self: end;
  margin-top: 14px;
  padding: 8px 14px 8px 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(12, 16, 15, 0.96);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.42);
}

.ivy-signature img {
  width: 58px;
  height: 58px;
  border-radius: 6px;
  object-fit: cover;
}

.ivy-signature strong,
.ivy-signature small {
  display: block;
}

.ivy-signature strong {
  color: #f8faf9;
  font-size: 12px;
}

.ivy-signature small {
  margin-top: 4px;
  color: #9da8a2;
  font-size: 9px;
}

.proof-strip {
  background: #f4f6f2;
  color: #151918;
}

.proof-grid,
.proof-item,
.proof-item:first-child {
  border-color: rgba(21, 25, 24, 0.14);
}

.proof-item strong { color: #151918; }
.proof-item span { color: #59625e; }

.workflow-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-block: 1px solid var(--line);
  list-style: none;
}

.workflow-steps li {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border-right: 1px solid var(--line);
}

.workflow-steps li:first-child { border-left: 1px solid var(--line); }
.workflow-steps li > span { color: var(--ivy); font-size: 11px; font-weight: 850; }
.workflow-steps strong { margin-top: auto; color: var(--text); font-size: 22px; }
.workflow-steps p { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.home-product-proof {
  background: #0d1210;
  color: #ffffff;
}

.home-proof-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(560px, 1.28fr);
  gap: 68px;
  align-items: center;
}

.home-proof-copy h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.06;
}

.home-proof-copy > p {
  margin: 20px 0 0;
  color: #c1cbc6;
  font-size: 16px;
  line-height: 1.7;
}

.home-proof-list {
  margin-block: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.home-proof-list > div {
  padding-block: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.home-proof-list strong,
.home-proof-list span { display: block; }
.home-proof-list strong { color: #ffffff; font-size: 13px; }
.home-proof-list span { margin-top: 5px; color: #aeb9b3; font-size: 11px; line-height: 1.55; }

.home-proof-frame {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: #090c10;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.36);
}

.home-proof-frame img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
}

.home-proof-frame figcaption {
  padding: 12px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: #aeb9b3;
  font-size: 10px;
}

.integration-preview {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-bottom: 28px;
  border-block: 1px solid var(--line);
}

.integration-preview-item {
  min-height: 150px;
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 22px;
  border-right: 1px solid var(--line);
}

.integration-preview-item:first-child { border-left: 1px solid var(--line); }
.integration-preview-item > span strong,
.integration-preview-item > span small { display: block; }
.integration-preview-item > span strong { color: var(--text); font-size: 13px; }
.integration-preview-item > span small { margin-top: 5px; color: var(--muted); font-size: 10px; line-height: 1.4; }

.pilot-offer {
  background: #f4f6f2;
  color: #151918;
}

.pilot-offer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 72px;
  align-items: center;
}

.pilot-offer h2 {
  max-width: 720px;
  margin: 0;
  color: #151918;
  font-size: clamp(40px, 4.4vw, 66px);
  line-height: 1.04;
}

.pilot-offer p {
  max-width: 680px;
  margin: 22px 0 0;
  color: #505a55;
  font-size: 16px;
  line-height: 1.7;
}

.pilot-scope {
  border: 1px solid rgba(21, 25, 24, 0.2);
  border-radius: 8px;
  padding: 28px;
  background: #ffffff;
}

.pilot-scope > strong { color: #151918; font-size: 14px; }
.pilot-scope ul { margin: 18px 0 24px; padding: 0; list-style: none; }
.pilot-scope li { min-height: 38px; border-top: 1px solid rgba(21, 25, 24, 0.12); display: flex; align-items: center; color: #4f5954; font-size: 12px; }
.pilot-pricing-note { margin: 16px 0 20px !important; color: #66706b !important; font-size: 11px !important; line-height: 1.55 !important; }
.pilot-scope li::before { content: ""; width: 6px; height: 6px; margin-right: 9px; border-radius: 50%; background: #177a52; }

.demo-page {
  background: var(--bg);
  color: var(--text);
}

.sandbox-shell {
  overflow: hidden;
  border: 1px solid #2c3531;
  border-radius: 8px;
  background: #0c100f;
  color: #f5f7f6;
  box-shadow: 0 28px 80px rgba(25, 31, 28, 0.2);
}

.sandbox-toolbar {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.sandbox-toolbar > div,
.sandbox-toolbar-actions { display: flex; align-items: center; gap: 12px; }
.sandbox-freshness { color: #a9b3ae; font-size: 11px; }
.sandbox-toolbar select,
.sandbox-owner select {
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  padding: 0 34px 0 11px;
  background: #131917;
  color: #f4f7f5;
}

.sandbox-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.sandbox-metrics > div {
  min-height: 78px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 14px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.sandbox-metrics strong { color: #ffffff; font-size: 24px; }
.sandbox-metrics span { color: #a8b2ad; font-size: 10px; text-transform: uppercase; }

.sandbox-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(330px, 0.5fr);
  min-height: 590px;
}

.sandbox-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.sandbox-column {
  min-width: 0;
  padding: 16px;
  background: #101513;
}

.sandbox-column > header {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #dce3df;
  font-size: 11px;
}

.sandbox-column > header span { color: #8e9993; }
.sandbox-ticket-list { display: grid; gap: 10px; }
.sandbox-ticket {
  min-height: 130px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 7px;
  display: grid;
  align-content: start;
  gap: 11px;
  padding: 13px;
  background: #151b19;
  cursor: grab;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.sandbox-ticket:hover,
.sandbox-ticket.is-selected { border-color: #67d39c; background: #18241f; transform: translateY(-1px); }
.sandbox-ticket > div { display: flex; justify-content: space-between; gap: 8px; }
.sandbox-ticket > strong { color: #f6f8f7; font-size: 12px; line-height: 1.45; }
.sandbox-ticket > small { color: #929e98; font-size: 9px; }
.ticket-provider { color: #91e7b9; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.ticket-priority { border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 999px; padding: 3px 6px; color: #bdc6c1; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.ticket-priority.critical { border-color: rgba(240, 122, 122, 0.55); color: #ff9b9b; }
.ticket-priority.high { border-color: rgba(240, 188, 102, 0.5); color: #f3c87d; }
.sandbox-empty { min-height: 92px; border: 1px dashed rgba(255, 255, 255, 0.18); border-radius: 7px; display: grid; place-items: center; color: #737e78; font-size: 10px; }

.sandbox-detail {
  padding: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
  background: #0d1210;
}

.sandbox-detail-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.sandbox-detail h3 { margin: 18px 0 0; color: #ffffff; font-size: 22px; line-height: 1.2; }
.sandbox-service { margin: 8px 0 0; color: #8f9a94; font-size: 11px; }
.sandbox-evidence { margin: 22px 0 0; border-top: 1px solid rgba(255, 255, 255, 0.14); }
.sandbox-evidence > div { padding: 12px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.14); }
.sandbox-evidence dt { color: #8e9993; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.sandbox-evidence dd { margin: 5px 0 0; color: #e5eae7; font-size: 11px; line-height: 1.5; }
.sandbox-owner { display: grid; gap: 7px; margin-top: 18px; color: #c7cfcb; font-size: 10px; font-weight: 750; }
.sandbox-actions { margin-top: 16px; }
.sandbox-actions .button { width: 100%; }
.sandbox-complete { min-height: 42px; display: grid; place-items: center; border: 1px solid rgba(103, 211, 156, 0.4); border-radius: 6px; color: #91e7b9; font-size: 11px; font-weight: 800; }
.sandbox-comment { display: grid; gap: 9px; margin-top: 18px; }
.sandbox-comment label { display: grid; gap: 7px; color: #c7cfcb; font-size: 10px; font-weight: 750; }
.sandbox-comment textarea { width: 100%; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 6px; padding: 10px; background: #141a18; color: #ffffff; resize: vertical; }
.sandbox-audit { padding: 18px 22px; border-top: 1px solid rgba(255, 255, 255, 0.13); background: #101513; }
.sandbox-audit > strong { color: #ffffff; font-size: 11px; }
.sandbox-audit ul { margin: 10px 0 0; padding: 0; list-style: none; }
.sandbox-audit li { padding: 7px 0; border-top: 1px solid rgba(255, 255, 255, 0.1); color: #aab4af; font-size: 10px; line-height: 1.45; }

.docs-detail {
  min-height: calc(100vh - 150px);
}

.docs-detail-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 760px);
  gap: 72px;
  align-items: start;
}

.docs-detail-nav {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 18px;
}

.docs-detail-nav .button { justify-content: flex-start; }
.docs-detail-nav .status-badge { justify-self: start; }
.docs-detail-nav p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.docs-article h1 { max-width: 720px; margin: 0; color: var(--text); font-size: clamp(42px, 5vw, 68px); line-height: 1.04; }
.docs-intro { margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.docs-article section { padding-block: 34px; border-bottom: 1px solid var(--line); }
.docs-article h2 { margin: 0; color: var(--text); font-size: 22px; }
.docs-article section > p { color: var(--muted); font-size: 13px; line-height: 1.65; }
.docs-article ul { margin: 18px 0 0; padding-left: 20px; }
.docs-article li { margin-top: 10px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.docs-steps { padding: 0 !important; list-style: none; counter-reset: none; }
.docs-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; margin: 0; padding: 15px 0; border-top: 1px solid var(--line); }
.docs-steps li > span { width: 34px; height: 34px; border: 1px solid var(--line-strong); border-radius: 50%; display: grid; place-items: center; color: var(--ivy); font-size: 10px; font-weight: 850; }
.docs-steps p { margin: 5px 0 0; color: var(--text); font-size: 13px; line-height: 1.6; }
.docs-checklist { padding: 0 !important; list-style: none; }
.docs-checklist li { position: relative; padding-left: 24px; }
.docs-checklist li::before { content: ""; position: absolute; left: 0; top: 7px; width: 10px; height: 10px; border: 2px solid var(--ivy); border-radius: 2px; }
.docs-warning { margin-top: 34px; border: 1px solid rgba(240, 188, 102, 0.45); border-radius: 8px; padding: 22px; background: rgba(240, 188, 102, 0.08); }
.docs-warning strong { color: var(--text); }
.docs-warning p { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

@media (max-width: 1180px) {
  .hero-v3 .hero-inner { grid-template-columns: minmax(390px, 0.85fr) minmax(500px, 1.15fr); gap: 34px; }
  .hero-v3 h1 { font-size: 58px; }
  .home-proof-layout { gap: 42px; }
  .integration-preview { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .integration-preview-item:nth-child(4) { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .integration-preview-item:nth-child(5) { border-top: 1px solid var(--line); }
}

@media (max-width: 980px) {
  .hero-v3,
  .hero-v3 .hero-inner { min-height: 0; }
  .hero-v3 .hero-inner { grid-template-columns: 1fr; gap: 48px; align-items: start; padding-block: 76px 104px; }
  .hero-v3 .hero-copy { max-width: 720px; }
  .hero-v3 h1 { max-width: 760px; font-size: 62px; }
  .hero-visual { width: min(100%, 780px); }
  .workflow-steps { grid-template-columns: repeat(2, 1fr); }
  .workflow-steps li { min-height: 210px; border-bottom: 1px solid var(--line); }
  .home-proof-layout,
  .pilot-offer-layout { grid-template-columns: 1fr; }
  .sandbox-workspace { grid-template-columns: 1fr; }
  .sandbox-detail { border-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.13); }
  .docs-detail-layout { grid-template-columns: 1fr; gap: 42px; }
  .docs-detail-nav { position: static; }
}

@media (max-width: 700px) {
  .hero-v3 .hero-inner { padding-block: 62px 88px; }
  .hero-v3 h1 { font-size: 44px; }
  .hero-v3 .hero-lede { font-size: 16px; }
  .hero-v3 .hero-actions .button { width: 100%; }
  .hero-v3 .hero-proof { display: grid; }
  .hero-product-caption { display: none; }
  .ivy-signature { width: 100%; margin-top: 12px; }
  .workflow-steps,
  .integration-preview,
  .sandbox-board { grid-template-columns: 1fr; }
  .workflow-steps li,
  .integration-preview-item { min-height: 150px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .integration-preview-item:nth-child(4),
  .integration-preview-item:nth-child(5) { border-top: 0; }
  .sandbox-toolbar { align-items: stretch; flex-direction: column; }
  .sandbox-toolbar > div,
  .sandbox-toolbar-actions { align-items: stretch; flex-direction: column; }
  .sandbox-toolbar select { width: 100%; }
  .sandbox-metrics { grid-template-columns: repeat(2, 1fr); }
  .sandbox-metrics > div:nth-child(2) { border-right: 0; }
  .sandbox-board { background: #101513; }
  .sandbox-column { border-bottom: 1px solid rgba(255, 255, 255, 0.13); }
  .pilot-scope { padding: 22px; }
  .docs-article h1 { font-size: 42px; }
  .docs-article section { padding-block: 28px; }
}

@media (max-width: 1100px) {
  .capabilities-hero {
    grid-template-columns: minmax(0, 1fr) 230px;
    gap: 42px;
  }

  .capabilities-panel {
    grid-template-columns: minmax(0, 1fr) 330px;
  }

  .capabilities-copy {
    padding: 42px 34px;
  }

  .integration-capabilities {
    grid-template-columns: 1fr;
  }

  .integration-capabilities li {
    min-height: 54px;
  }
}

@media (max-width: 820px) {
  .capabilities-hero {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .capabilities-hero aside {
    max-width: 480px;
  }

  .capabilities-panel {
    grid-template-columns: 1fr;
  }

  .capabilities-sample {
    min-height: 470px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    border-left: 0;
  }

  .capabilities-foundation,
  .integration-value-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .capabilities-foundation > div:nth-child(3),
  .integration-value-strip > div:nth-child(3) {
    border-left: 1px solid var(--line);
  }

  .capabilities-foundation > div:nth-child(-n + 2),
  .integration-value-strip > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 620px) {
  .capabilities-hero h1,
  .integrations-hero h1 {
    font-size: 40px;
  }

  .capabilities-hero > div > p,
  .integrations-hero p {
    font-size: 15px;
  }

  .capabilities-tabs {
    grid-template-columns: repeat(2, 1fr);
  }

  .capabilities-tab:nth-child(-n + 2) {
    border-bottom-color: rgba(255, 255, 255, 0.12);
  }

  .capabilities-tab.is-active {
    border-bottom-color: #67d39c;
  }

  .capabilities-copy {
    padding: 30px 20px;
  }

  .capabilities-copy h2 {
    font-size: 34px;
  }

  .capabilities-copy ul {
    grid-template-columns: 1fr;
  }

  .capabilities-copy li {
    min-height: 58px;
    align-items: center;
  }

  .capabilities-sample {
    min-height: 460px;
    padding: 26px 20px;
  }

  .capabilities-sample-state {
    right: 20px;
  }

  .capabilities-foundation,
  .integration-value-strip {
    grid-template-columns: 1fr;
  }

  .capabilities-foundation > div:nth-child(n),
  .integration-value-strip > div:nth-child(n) {
    min-height: 92px;
    border-left: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .capabilities-foundation > div:last-child,
  .integration-value-strip > div:last-child {
    border-bottom: 0;
  }

  .integration-value-strip {
    margin-bottom: 42px;
  }

  .integration-row {
    padding-inline: 6px;
  }

  .integration-capabilities {
    margin-top: 16px;
  }

  .integration-actions {
    justify-content: flex-start;
  }
}

/* Final sales-page calibration after visual QA. */
.hero-v3 .hero-inner,
.hero-inner {
  min-height: 820px;
}

.hero h1 {
  max-width: 660px;
  font-size: clamp(44px, 4.7vw, 72px);
  line-height: 1.02;
}

.hero-lede {
  max-width: 640px;
}

.hero-actions {
  align-items: center;
  gap: 12px;
}

.hero-product {
  transform: translateY(8px);
}

.hero-product img {
  aspect-ratio: 16 / 9.7;
}

.side-rail {
  overflow: hidden;
}

.side-nav {
  align-content: start;
  padding-top: clamp(44px, 9vh, 110px);
}

.side-actions .button {
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .side-nav {
    padding-top: 0;
  }

  .hero-v3 .hero-inner,
  .hero-inner {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .hero h1 {
    font-size: clamp(38px, 10.5vw, 54px);
  }
}

/* 2026-07-30 UX rescue pass: source of truth for public theme, trust, pricing, and readability.
   This final layer intentionally overrides older experimental blocks above. */
:root,
body {
  --bg: #070907;
  --bg-raised: #0f1411;
  --bg-soft: #151b16;
  --surface: #182019;
  --line: rgba(238, 244, 236, 0.13);
  --line-strong: rgba(238, 244, 236, 0.24);
  --text: #f8faf5;
  --muted: #b7c2b4;
  --subtle: #859185;
  --ivy: #67d39c;
  --ivy-strong: #29ad72;
  --paper: #f5f7f1;
  --paper-text: #101611;
  background:
    radial-gradient(circle at 80% 8%, rgba(103, 211, 156, 0.15), transparent 28rem),
    linear-gradient(180deg, #070907 0%, #0c100d 46%, #070907 100%) !important;
  color: var(--text);
}

body.theme-light {
  --bg: #f7f9f3;
  --bg-raised: #ffffff;
  --bg-soft: #eef3eb;
  --surface: #ffffff;
  --line: rgba(20, 31, 23, 0.13);
  --line-strong: rgba(20, 31, 23, 0.24);
  --text: #101611;
  --muted: #425047;
  --subtle: #647065;
  --ivy: #157a52;
  --ivy-strong: #0c6845;
  background:
    radial-gradient(circle at 80% 8%, rgba(21, 122, 82, 0.12), transparent 28rem),
    linear-gradient(180deg, #f7f9f3 0%, #edf2ea 46%, #fbfcf8 100%) !important;
  color: var(--text);
}

.theme-light .section,
.theme-light .section-paper,
.theme-light .demo-page,
.theme-light .capabilities-page,
.theme-light .integrations-page,
.theme-light .pricing-page,
.theme-light .trust-page {
  background: transparent !important;
  color: var(--text) !important;
}

.theme-light .home-product-proof,
.theme-light .pilot-offer,
.theme-light .proof-strip {
  background: #ffffff !important;
  color: var(--text) !important;
}

.theme-light h1,
.theme-light h2,
.theme-light h3,
.theme-light h4,
.theme-light strong,
.theme-light .page-title,
.theme-light .chapter-title,
.theme-light .section-head h2,
.theme-light .home-proof-copy h2,
.theme-light .pilot-offer h2,
.theme-light .integrations-hero h1,
.theme-light .capabilities-hero h1,
.theme-light .docs-article h1,
.theme-light .docs-article h2,
.theme-light .workflow-steps strong,
.theme-light .integration-row strong,
.theme-light .capabilities-panel h2,
.theme-light .platform-decision-copy h3 {
  color: var(--text) !important;
}

.theme-light p,
.theme-light li,
.theme-light span,
.theme-light small,
.theme-light .section-head p,
.theme-light .home-proof-copy > p,
.theme-light .pilot-offer p,
.theme-light .integrations-hero p,
.theme-light .capabilities-hero p,
.theme-light .docs-article li,
.theme-light .docs-intro {
  color: var(--muted);
}

.theme-light .side-rail,
.theme-light .platform-workbench,
.theme-light .product-showcase,
.theme-light .capabilities-workbench,
.theme-light .sandbox-shell,
.theme-light .integration-row,
.theme-light .pilot-scope,
.theme-light .docs-layout,
.theme-light .home-proof-frame,
.theme-light .trust-boundary,
.theme-light .trust-proof-panel,
.theme-light .pricing-tier,
.theme-light .pricing-note {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.9) !important;
  color: var(--text) !important;
  box-shadow: 0 24px 70px rgba(26, 38, 28, 0.1);
}

.theme-light .button-secondary,
.theme-light .side-links a,
.theme-light .side-nav a {
  color: var(--text);
}

.theme-light select,
.theme-light input,
.theme-light textarea,
.theme-light select option {
  color: #101611 !important;
  background: #ffffff !important;
}

.side-links {
  grid-template-columns: 1fr 1fr;
}

.side-links a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--sales-border);
  border-radius: 10px;
  padding: 0 10px;
}

.trust-layout,
.pricing-page .container {
  display: grid;
  gap: 36px;
}

.trust-hero,
.pricing-hero {
  max-width: 920px;
}

.trust-hero h1,
.pricing-hero h1 {
  margin: 10px 0 0;
  max-width: 880px;
  color: var(--text);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
  text-wrap: balance;
}

.trust-hero p,
.pricing-hero p {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.trust-boundary-grid,
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.trust-boundary,
.pricing-tier,
.pricing-note,
.trust-proof-panel {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: color-mix(in oklab, var(--surface) 88%, transparent);
}

.trust-boundary {
  min-height: 190px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 22px;
}

.trust-boundary strong,
.pricing-tier h2,
.pricing-note strong,
.trust-proof-panel strong {
  color: var(--text);
}

.trust-boundary p,
.pricing-tier p,
.pricing-note p,
.trust-proof-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.trust-proof-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  overflow: hidden;
  background: var(--line);
}

.trust-proof-panel > div {
  min-height: 170px;
  padding: 24px;
  background: color-mix(in oklab, var(--surface) 92%, var(--bg));
}

.pricing-tier {
  min-height: 430px;
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 24px;
}

.pricing-tier > span {
  width: max-content;
  border: 1px solid color-mix(in oklab, var(--ivy) 42%, var(--line));
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--ivy);
  font-size: 11px;
  font-weight: 850;
}

.pricing-tier h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.1;
}

.pricing-tier ul {
  display: grid;
  gap: 10px;
  margin: 4px 0 10px;
  padding: 0;
  list-style: none;
}

.pricing-tier li {
  display: flex;
  gap: 9px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.pricing-tier li::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--ivy);
}

.pricing-tier .button {
  align-self: end;
  justify-self: start;
}

.pricing-note {
  max-width: 860px;
  padding: 22px 24px;
}

.integration-value-strip > div,
.workflow-steps li,
.integration-preview-item,
.proof-item {
  background: color-mix(in oklab, var(--surface) 86%, transparent);
}

.theme-light .integration-value-strip > div,
.theme-light .workflow-steps li,
.theme-light .integration-preview-item,
.theme-light .proof-item {
  background: #ffffff;
  border-color: var(--line);
}

@media (max-width: 980px) {
  .trust-boundary-grid,
  .pricing-grid,
  .trust-proof-panel {
    grid-template-columns: 1fr;
  }
}

/* PR #86 final visual QA rescue.
   Purpose: remove the informal mascot image, align the public site with live product screenshots,
   and make dark/light mode read as one mature SaaS system instead of stacked redesign layers. */

:root {
  --bg: #070a08;
  --bg-raised: #101612;
  --bg-soft: #151d18;
  --surface: #101713;
  --surface-strong: #18221c;
  --line: rgba(229, 238, 230, 0.13);
  --line-strong: rgba(229, 238, 230, 0.22);
  --text: #f5f8f2;
  --muted: #b5c0b5;
  --subtle: #7f8b80;
  --ivy: #27d38b;
  --ivy-strong: #18a66b;
  --shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
  --sales-bg: #070a08;
  --sales-panel: rgba(13, 19, 15, 0.92);
  --sales-panel-strong: rgba(18, 26, 21, 0.96);
  --sales-border: rgba(229, 238, 230, 0.14);
  --sales-border-strong: rgba(229, 238, 230, 0.22);
  --sales-text: #f5f8f2;
  --sales-muted: #b5c0b5;
  --sales-soft: #7f8b80;
  --sales-accent: #27d38b;
  --sales-accent-strong: #18a66b;
}

body {
  color: var(--text);
  background:
    radial-gradient(circle at 78% 6%, rgba(39, 211, 139, 0.18), transparent 30rem),
    radial-gradient(circle at 8% 12%, rgba(228, 191, 116, 0.08), transparent 22rem),
    linear-gradient(180deg, #070a08 0%, #0a0f0c 42%, #060806 100%);
}

body.theme-light {
  --bg: #f6f8f3;
  --bg-raised: #ffffff;
  --bg-soft: #edf2eb;
  --surface: #ffffff;
  --surface-strong: #f7faf5;
  --line: rgba(18, 31, 23, 0.12);
  --line-strong: rgba(18, 31, 23, 0.2);
  --text: #101611;
  --muted: #47554a;
  --subtle: #667365;
  --ivy: #0d8f5d;
  --ivy-strong: #0a7049;
  --shadow: 0 28px 72px rgba(26, 42, 30, 0.12);
  --sales-bg: #f6f8f3;
  --sales-panel: rgba(255, 255, 255, 0.92);
  --sales-panel-strong: rgba(255, 255, 255, 0.98);
  --sales-border: rgba(18, 31, 23, 0.12);
  --sales-border-strong: rgba(18, 31, 23, 0.2);
  --sales-text: #101611;
  --sales-muted: #47554a;
  --sales-soft: #667365;
  --sales-accent: #0d8f5d;
  --sales-accent-strong: #0a7049;
  color: var(--text);
  background:
    radial-gradient(circle at 78% 7%, rgba(13, 143, 93, 0.13), transparent 30rem),
    radial-gradient(circle at 8% 12%, rgba(180, 145, 77, 0.1), transparent 22rem),
    linear-gradient(180deg, #f6f8f3 0%, #edf2eb 48%, #fbfcf8 100%);
}

.site-shell,
.page-main,
.section,
.hero,
.section-paper,
.pilot-offer {
  color: var(--text);
}

.side-rail {
  background:
    linear-gradient(180deg, rgba(17, 24, 19, 0.96), rgba(8, 12, 9, 0.94)),
    rgba(8, 12, 9, 0.95);
}

.theme-light .side-rail {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 241, 0.95)),
    rgba(255, 255, 255, 0.96);
}

.side-brand {
  grid-template-columns: 1fr;
}

.side-brand img,
.brand img {
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 12px 26px rgba(39, 211, 139, 0.16));
}

.theme-light .side-brand img,
.theme-light .brand img {
  filter: invert(1) drop-shadow(0 12px 24px rgba(21, 35, 24, 0.08));
}

.side-brand span {
  margin-top: -2px;
  font-weight: 750;
  letter-spacing: 0;
}

.hero,
.theme-light .hero,
.section-paper,
.theme-light .section-paper,
.pilot-offer,
.theme-light .pilot-offer {
  background:
    radial-gradient(circle at 78% 8%, color-mix(in oklab, var(--ivy) 16%, transparent), transparent 28rem),
    linear-gradient(180deg, color-mix(in oklab, var(--bg-soft) 70%, var(--bg)), var(--bg));
}

.hero h1,
.section-head h2,
.home-proof-copy h2,
.pilot-offer h2,
.integrations-hero h1,
.capabilities-hero h1,
.trust-hero h1,
.pricing-hero h1,
.page-title {
  color: var(--text);
  letter-spacing: 0;
}

.hero-lede,
.section-head p,
.home-proof-copy p,
.pilot-offer p,
.integrations-hero p,
.capabilities-hero p,
.trust-hero p,
.pricing-hero p {
  color: var(--muted);
  max-width: 72ch;
}

.hero-product,
.home-proof-frame,
.platform-workbench,
.product-showcase,
.capabilities-workbench,
.sandbox-shell,
.integration-row,
.trust-boundary,
.trust-proof-panel,
.pricing-tier,
.pricing-note,
.pilot-scope {
  border-color: var(--line);
  background: color-mix(in oklab, var(--surface) 92%, transparent);
  box-shadow: var(--shadow);
}

.theme-light .hero-product,
.theme-light .home-proof-frame,
.theme-light .platform-workbench,
.theme-light .product-showcase,
.theme-light .capabilities-workbench,
.theme-light .sandbox-shell,
.theme-light .integration-row,
.theme-light .trust-boundary,
.theme-light .trust-proof-panel,
.theme-light .pricing-tier,
.theme-light .pricing-note,
.theme-light .pilot-scope {
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: var(--shadow);
}

.hero-product img,
.home-proof-frame img,
.product-showcase img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: top left;
  background: #0b100d;
}

.hero-product img,
.home-proof-frame img {
  aspect-ratio: 16 / 9;
}

.ivy-signature {
  right: clamp(14px, 2.2vw, 26px);
  bottom: -26px;
  min-width: min(360px, calc(100% - 28px));
  border-color: color-mix(in oklab, var(--ivy) 32%, var(--line));
  background:
    linear-gradient(135deg, color-mix(in oklab, var(--ivy) 11%, var(--surface)), var(--surface));
}

.status-orb,
.platform-note-mark {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border: 1px solid color-mix(in oklab, var(--ivy) 42%, var(--line));
  border-radius: 14px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.22), transparent 16px),
    linear-gradient(180deg, var(--ivy), var(--ivy-strong));
  color: #041109;
  font-size: 17px;
  font-weight: 900;
  box-shadow: 0 16px 40px rgba(39, 211, 139, 0.18);
}

.platform-ivy-note {
  align-items: center;
}

.platform-note-mark {
  display: inline-grid;
}

.scene-portal {
  border-color: color-mix(in oklab, var(--ivy) 34%, var(--line));
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(39, 211, 139, 0.18), rgba(9, 14, 10, 0.96));
}

.scene-portal img {
  width: 72%;
  height: 72%;
  object-fit: contain;
  border-radius: 0;
}

.scene-ivy-note {
  color: var(--muted);
}

.button {
  border: 1px solid color-mix(in oklab, var(--ivy) 36%, transparent);
  background: linear-gradient(180deg, color-mix(in oklab, var(--ivy) 92%, white), var(--ivy-strong));
  color: #041109;
  font-weight: 850;
}

.button-secondary {
  background: color-mix(in oklab, var(--surface) 70%, transparent);
  color: var(--text);
}

.theme-light .button-secondary {
  background: #ffffff;
  color: var(--text);
}

.trust-boundary p,
.pricing-tier p,
.pricing-tier li,
.pricing-note p,
.trust-proof-panel p,
.integration-copy span,
.integration-capabilities,
.planned-line span,
.workflow-steps li p,
.integration-preview-item small,
.capabilities-foundation span,
.integration-value-strip span,
.proof-item span,
.hero-product-caption span,
.home-proof-frame figcaption {
  color: var(--muted);
}

.pricing-grid,
.trust-boundary-grid {
  align-items: stretch;
}

.pricing-tier {
  grid-template-rows: auto auto minmax(64px, auto) 1fr auto;
}

.pricing-tier .button {
  margin-top: auto;
}

.theme-toggle {
  color: var(--text);
}

select,
input,
textarea {
  color: var(--text);
  background: var(--bg-raised);
}

select option {
  color: var(--text);
  background: var(--bg-raised);
}

.theme-light select,
.theme-light input,
.theme-light textarea,
.theme-light select option {
  color: #101611 !important;
  background: #ffffff !important;
}

@media (max-width: 1180px) {
  .site-shell {
    padding-left: 0;
  }

  .side-rail {
    position: sticky;
    inset: 0;
    width: auto;
    margin: 14px;
    grid-template-columns: 1fr auto;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(calc(100% - 36px), 1220px);
  }

  .side-brand img {
    width: 136px;
  }

  .ivy-signature {
    position: static;
    margin-top: 14px;
  }

  .hero-product-caption {
    display: grid;
  }
}

/* PR #86 clarity rescue: final website readability, light-mode, and motion layer.
   This intentionally sits last so older visual experiments cannot make pages unreadable. */
:root {
  --readable-body: clamp(16px, 0.36vw + 14.8px, 18px);
  --readable-small: clamp(14px, 0.24vw + 13.1px, 16px);
  --display-tight: clamp(48px, 4.25vw, 76px);
  --display-page: clamp(42px, 3.7vw, 66px);
  --motion-ease: cubic-bezier(0.32, 0.72, 0, 1);
}

html {
  font-size: 17px;
}

body,
button,
input,
select,
textarea {
  font-size: var(--readable-body);
  text-rendering: optimizeLegibility;
}

.page-main {
  min-width: 0;
}

.container {
  width: min(calc(100% - 72px), 1320px);
}

.hero-v3 {
  min-height: auto;
}

.hero-v3 .hero-inner,
.hero-inner {
  min-height: min(860px, calc(100svh - 32px));
  grid-template-columns: minmax(520px, 0.98fr) minmax(520px, 1.02fr);
  gap: clamp(42px, 5vw, 86px);
  align-items: center;
  padding-block: clamp(84px, 8vw, 136px);
}

.hero-v3 .hero-copy,
.hero-copy {
  width: auto;
  max-width: 820px;
}

.hero h1,
.hero-v3 h1 {
  max-width: 820px;
  font-size: var(--display-tight);
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-lede,
.hero-v3 .hero-lede {
  max-width: 760px;
  font-size: clamp(18px, 0.35vw + 16.6px, 21px);
  line-height: 1.64;
}

.integrations-hero,
.trust-hero,
.pricing-hero,
.capabilities-hero {
  max-width: 980px;
  margin-inline: 0;
  text-align: left;
}

.integrations-hero,
.trust-hero,
.pricing-hero {
  display: block !important;
}

.integrations-hero h1,
.trust-hero h1,
.pricing-hero h1,
.capabilities-hero h1,
.platform-page-heading h1,
.section-head h2,
.home-proof-copy h2 {
  max-width: 940px;
  font-size: var(--display-page);
  line-height: 1.02;
  text-wrap: balance;
}

.integrations-hero p,
.trust-hero p,
.pricing-hero p,
.capabilities-hero p,
.section-head p,
.home-proof-copy > p,
.pilot-offer p,
.platform-page-heading p {
  max-width: 820px;
  font-size: clamp(17px, 0.25vw + 16px, 19px);
  line-height: 1.72;
}

.section-index,
.eyebrow {
  font-size: 12px;
  letter-spacing: 0.09em;
}

.button,
.side-links a,
.side-nav a {
  min-height: 46px;
  transition:
    transform 420ms var(--motion-ease),
    border-color 420ms var(--motion-ease),
    background 420ms var(--motion-ease),
    color 420ms var(--motion-ease),
    box-shadow 420ms var(--motion-ease);
}

.button:hover,
.side-links a:hover,
.side-nav a:hover {
  transform: translateY(-1px);
}

.button:active {
  transform: translateY(0) scale(0.99);
}

.workflow-steps,
.integration-value-strip,
.proof-grid,
.capabilities-foundation {
  border-radius: 18px;
  overflow: hidden;
}

.workflow-steps li,
.workflow-steps > div,
.integration-value-strip > div,
.proof-item,
.trust-boundary,
.pricing-tier,
.pricing-note,
.integration-row,
.home-proof-frame,
.hero-product,
.platform-workbench,
.capabilities-workbench,
.sandbox-shell,
.pilot-scope {
  border-radius: 18px;
}

.workflow-steps {
  gap: 10px;
  border: 0;
}

.workflow-steps li,
.workflow-steps > div {
  min-height: 196px;
  border: 1px solid var(--line) !important;
  padding: 28px;
}

.workflow-steps strong {
  font-size: clamp(20px, 0.5vw + 18px, 25px);
}

.workflow-steps p,
.integration-copy span,
.integration-capabilities li,
.planned-line,
.trust-boundary p,
.pricing-tier p,
.pricing-tier li,
.pricing-note p,
.trust-proof-panel p,
.use-case p,
.capability p,
.security-item div span,
.docs-article li,
.docs-article section > p {
  font-size: var(--readable-small);
  line-height: 1.68;
}

.integration-value-strip {
  gap: 10px;
  border: 0;
}

.integration-value-strip > div {
  min-height: 116px;
  border: 1px solid var(--line) !important;
}

.integration-value-strip strong,
.provider-heading strong,
.integration-copy strong,
.trust-boundary strong,
.pricing-note strong,
.trust-proof-panel strong,
.security-item div strong {
  font-size: clamp(15px, 0.2vw + 14.2px, 17px);
}

.integration-value-strip span,
.provider-heading span,
.integration-preview-item > span small,
.home-proof-list span,
.home-proof-frame figcaption,
.hero-product-caption span {
  font-size: clamp(13px, 0.15vw + 12.4px, 15px);
}

.trust-boundary-grid,
.pricing-grid {
  gap: 18px;
}

.trust-boundary {
  min-height: 210px;
  padding: 28px;
}

.trust-proof-panel {
  gap: 12px;
  background: transparent;
}

.trust-proof-panel > div {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: color-mix(in oklab, var(--surface) 92%, var(--bg));
}

.pricing-tier {
  min-height: 450px;
  padding: 30px;
}

.side-rail {
  width: 280px;
  border-radius: 24px;
}

.side-brand img {
  width: 170px;
  height: auto;
}

.side-nav a {
  min-height: 60px;
  border-radius: 18px;
}

.side-nav strong,
.side-links a,
.button {
  font-size: 15px;
}

.side-nav small,
.side-brand span {
  font-size: 13px;
  line-height: 1.35;
}

.side-nav-index {
  width: 34px;
  height: 34px;
  font-size: 12px;
}

.theme-toggle {
  min-width: 46px;
}

body.theme-light {
  background:
    radial-gradient(circle at 78% 7%, rgba(21, 122, 82, 0.08), transparent 30rem),
    linear-gradient(180deg, #f8faf4 0%, #f1f5ed 46%, #fcfdf9 100%) !important;
}

.theme-light .side-rail {
  border-color: rgba(20, 31, 23, 0.1);
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 24px 70px rgba(20, 31, 23, 0.12);
}

.theme-light .hero,
.theme-light .section-paper,
.theme-light .pilot-offer,
.theme-light .home-product-proof,
.theme-light .proof-strip {
  background:
    radial-gradient(circle at 78% 8%, rgba(21, 122, 82, 0.08), transparent 28rem),
    linear-gradient(180deg, #fbfcf8, #f3f7ef) !important;
}

.theme-light .hero-product,
.theme-light .home-proof-frame,
.theme-light .integration-row,
.theme-light .trust-boundary,
.theme-light .trust-proof-panel > div,
.theme-light .pricing-tier,
.theme-light .pricing-note,
.theme-light .pilot-scope {
  background: rgba(255, 255, 255, 0.96) !important;
  color: #101611 !important;
}

.theme-light .platform-workbench,
.theme-light .capabilities-workbench,
.theme-light .sandbox-shell {
  background: #101611 !important;
  color: #f7faf5 !important;
}

.theme-light .platform-workbench *,
.theme-light .capabilities-workbench *,
.theme-light .sandbox-shell * {
  color: inherit;
}

.theme-light .platform-workbench p,
.theme-light .platform-workbench span,
.theme-light .platform-workbench small,
.theme-light .platform-evidence dt,
.theme-light .capabilities-workbench p,
.theme-light .capabilities-workbench span,
.theme-light .capabilities-workbench small,
.theme-light .sandbox-shell p,
.theme-light .sandbox-shell span,
.theme-light .sandbox-shell small {
  color: #aebbb1 !important;
}

.theme-light .platform-workbench strong,
.theme-light .platform-workbench h3,
.theme-light .platform-evidence dd,
.theme-light .capabilities-workbench strong,
.theme-light .capabilities-workbench h2,
.theme-light .sandbox-shell strong,
.theme-light .sandbox-shell h3 {
  color: #f7faf5 !important;
}

.theme-light .capabilities-copy li,
.theme-light .platform-decision-panel,
.theme-light .platform-path-card,
.theme-light .sandbox-ticket,
.theme-light .sandbox-column,
.theme-light .sandbox-detail {
  background: #17211a !important;
  color: #f7faf5 !important;
}

.theme-light .hero-product-caption,
.theme-light .home-proof-frame figcaption {
  background: #ffffff;
}

.theme-light .hero-product-caption strong,
.theme-light .home-proof-frame figcaption {
  color: #101611 !important;
}

.theme-light .hero-product-caption span {
  color: #47554a !important;
}

.theme-light .button-secondary {
  border-color: rgba(20, 31, 23, 0.16);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 34px rgba(20, 31, 23, 0.08);
}

.theme-light .side-nav a:hover,
.theme-light .side-nav a.is-active,
.theme-light .side-links a:hover {
  background: #eef8f2;
  color: #101611;
}

.theme-light .side-brand img,
.theme-light .brand img {
  filter: invert(1) drop-shadow(0 10px 20px rgba(20, 31, 23, 0.08));
}

.theme-light .section-index,
.theme-light .eyebrow,
.theme-light .live-state,
.theme-light .pricing-tier > span {
  color: #0c6845 !important;
}

.theme-light .platform-note-mark,
.theme-light .status-orb {
  color: #041109 !important;
}

.hero-product-bar,
.hero-product-caption strong,
.ivy-signature strong,
.ivy-signature small,
.environment-badge,
.status-badge,
.sandbox-freshness,
.sandbox-metrics span,
.sandbox-column > header,
.sandbox-ticket > small,
.ticket-provider,
.ticket-priority,
.sandbox-evidence dt,
.sandbox-evidence dd,
.sandbox-owner,
.sandbox-comment label,
.sandbox-audit > strong,
.sandbox-audit li,
.platform-workbench-bar,
.platform-stage-button strong,
.platform-stage-button small,
.platform-stage-number,
.platform-path-card span,
.platform-path-card strong,
.platform-path-card small,
.platform-path-core span,
.platform-path-core strong,
.platform-path-core small,
.platform-panel-meta,
.platform-recommendation span,
.platform-recommendation strong,
.platform-evidence dt,
.platform-evidence dd,
.platform-stage-actions p,
.capabilities-kicker,
.capabilities-tab strong,
.capabilities-copy li,
.capabilities-outcome span,
.capabilities-outcome strong,
.capabilities-sample-bar,
.capabilities-sample > strong,
.capabilities-sample dt,
.capabilities-sample dd,
.capabilities-sample-state span,
.capabilities-sample-state strong,
.pricing-tier > span {
  font-size: max(12px, 0.72rem) !important;
}

.ivy-signature small,
.platform-stage-button small,
.platform-path-card small,
.platform-path-core small,
.capabilities-sample-state span {
  line-height: 1.45;
}

.hero-product-bar,
.platform-workbench-bar,
.sandbox-toolbar,
.capabilities-tabs {
  min-height: 52px;
}

.hero::before,
.section-paper::before,
.pilot-offer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.035) 42%, transparent 62%),
    radial-gradient(circle at 18% 22%, color-mix(in oklab, var(--ivy) 10%, transparent), transparent 24rem);
  opacity: 0.72;
  transform: translate3d(-2%, 0, 0);
  animation: ivyops-ambient-sweep 18s var(--motion-ease) infinite alternate;
}

.theme-light .hero::before,
.theme-light .section-paper::before,
.theme-light .pilot-offer::before {
  background:
    linear-gradient(115deg, transparent 0%, rgba(13, 104, 69, 0.055) 42%, transparent 62%),
    radial-gradient(circle at 18% 22%, rgba(13, 104, 69, 0.08), transparent 24rem);
  opacity: 0.66;
}

.hero > *,
.section-paper > *,
.pilot-offer > * {
  position: relative;
  z-index: 1;
}

.hero-product,
.home-proof-frame,
.platform-workbench,
.capabilities-workbench,
.sandbox-shell {
  transition:
    transform 700ms var(--motion-ease),
    box-shadow 700ms var(--motion-ease),
    border-color 700ms var(--motion-ease);
}

.hero-product:hover,
.home-proof-frame:hover,
.platform-workbench:hover,
.capabilities-workbench:hover,
.sandbox-shell:hover {
  transform: translateY(-3px);
  border-color: color-mix(in oklab, var(--ivy) 42%, var(--line));
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.34);
}

@keyframes ivyops-ambient-sweep {
  from {
    transform: translate3d(-2%, 0, 0);
    opacity: 0.42;
  }
  to {
    transform: translate3d(2%, 0, 0);
    opacity: 0.82;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
}

.reveal.is-visible {
  animation: ivyops-reveal 820ms var(--motion-ease) both;
}

@keyframes ivyops-reveal {
  from {
    opacity: 0;
    transform: translateY(26px) scale(0.992);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (min-width: 1181px) {
  .site-shell {
    padding-left: 304px;
  }
}

@media (max-width: 1180px) {
  .container {
    width: min(calc(100% - 44px), 1220px);
  }

  .side-rail {
    width: auto;
    border-radius: 20px;
  }

  .hero-v3 .hero-inner,
  .hero-inner {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-block: 74px 96px;
  }

  .hero-visual {
    width: min(100%, 860px);
  }
}

@media (max-width: 760px) {
  html {
    font-size: 16px;
  }

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

  .hero h1,
  .hero-v3 h1,
  .integrations-hero h1,
  .trust-hero h1,
  .pricing-hero h1,
  .capabilities-hero h1,
  .platform-page-heading h1,
  .section-head h2 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .hero-lede,
  .hero-v3 .hero-lede,
  .integrations-hero p,
  .trust-hero p,
  .pricing-hero p,
  .capabilities-hero p,
  .section-head p {
    font-size: 16px;
  }

  .workflow-steps,
  .integration-value-strip,
  .trust-boundary-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}

/* Last-mile legibility guardrail: no visible marketing UI label should render below 12px. */
.platform-note-mark,
.platform-ivy-note span,
.sandbox-empty,
.sandbox-service,
.hero-product-bar span,
.ivy-signature small,
.platform-workbench-bar span,
.platform-stage-number {
  font-size: 13px !important;
}
