:root {
  --plum: #3f2c3c;
  --plum-deep: #271b25;
  --lavender: #94629f;
  --lavender-dark: #76467f;
  --mauve: #c29db5;
  --paper: #f6f6fe;
  --warm: #faf9f7;
  --white: #ffffff;
  --ink: #2e252d;
  --muted: #71666e;
  --line: rgba(63, 44, 60, 0.14);
  --line-strong: rgba(63, 44, 60, 0.24);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Inter", system-ui, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-primer: cubic-bezier(0.16, 1, 0.3, 1);
  --max: 1220px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5rem; }
body { margin: 0; padding-top: 76px; color: var(--ink); background: var(--warm); font-family: var(--sans); line-height: 1.5; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--lavender); outline-offset: 4px; }
.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 18px; padding: 8px 12px; border: 1px solid var(--line-strong); color: var(--lavender-dark); background: var(--white); font: 700 10px/1.2 var(--sans); letter-spacing: 0.18em; text-transform: uppercase; }
.eyebrow::before { flex: none; width: 6px; height: 6px; background: var(--lavender); content: ""; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid var(--plum); color: var(--white); background: var(--plum); font-size: 13px; font-weight: 700; text-decoration: none; transition: background-color 180ms ease, box-shadow 180ms ease, transform 140ms var(--ease-out); }
.button:active { transform: scale(0.97); }
.text-link { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 5px; }

.site-nav { position: fixed; inset: 0 0 auto; z-index: 40; width: 100%; border-bottom: 1px solid rgba(63, 44, 60, 0.11); background: rgba(250, 249, 247, 0.78); backdrop-filter: blur(20px) saturate(150%); }
.nav-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.hero { padding: clamp(74px, 9vw, 116px) 0 0; overflow: hidden; }
.hero-copy { max-width: 1000px; margin-inline: auto; text-align: center; }
.hero h1 { max-width: 900px; margin: 0 auto; font: 500 clamp(44px, 5vw, 68px)/1.04 var(--serif); letter-spacing: -0.04em; text-wrap: balance; }
.hero h1 em { color: var(--lavender); font-weight: inherit; }
.hero-subhead { max-width: 620px; margin: 28px auto 0; color: var(--muted); font-size: clamp(17px, 1.8vw, 19px); line-height: 1.7; text-wrap: balance; }
.hero-actions { margin-top: 36px; display: flex; justify-content: center; align-items: center; gap: 20px; flex-wrap: wrap; }
.hero-copy > * { animation: rise-in 480ms var(--ease-out) both; }
.hero-copy > :nth-child(2) { animation-delay: 50ms; }
.hero-copy > :nth-child(3) { animation-delay: 100ms; }
.hero-copy > :nth-child(4) { animation-delay: 150ms; }
.hero-copy > :nth-child(5) { animation-delay: 200ms; }
.hero-proof { max-width: 620px; margin: 26px auto 0; color: var(--muted); font: 500 14px/1.6 var(--sans); text-wrap: balance; }
.hero-proof strong { color: var(--ink); font-weight: 700; }
.hero-proof a { color: var(--lavender-dark); font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 4px; white-space: nowrap; }
.hero-visual { display: none; margin: 0; }

@media (min-width: 981px) {
  .hero { padding-top: clamp(64px, 7vw, 96px); }
  .hero-layout { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr); align-items: center; gap: clamp(48px, 5vw, 88px); }
  .hero-copy { max-width: none; margin: 0; text-align: left; }
  .hero h1 { max-width: 600px; margin: 0; font-size: clamp(40px, 3.6vw, 54px); }
  .hero-subhead { max-width: 520px; margin: 24px 0 0; }
  .hero-actions { justify-content: flex-start; }
  .hero-proof { max-width: 540px; margin: 26px 0 0; }
  .hero-visual { display: block; border: 1px solid var(--line-strong); background: var(--white); box-shadow: 0 18px 48px rgba(63, 44, 60, 0.09); animation: rise-in 480ms var(--ease-out) 200ms both; }
  .hero-visual img { display: block; width: 100%; height: auto; }
  .logo-proof { margin-top: clamp(56px, 6vw, 80px); }
}

.logo-proof { margin-top: clamp(60px, 7vw, 92px); border-block: 1px solid var(--line); background: var(--white); }
.logo-proof-inner { padding-block: clamp(36px, 4.5vw, 54px); text-align: center; }
.logo-proof-copy { padding-block: 0; }
.logo-proof-label { max-width: 620px; margin: 0 auto; color: var(--muted); font: 600 14px/1.6 var(--sans); text-wrap: balance; }
.logo-proof-label strong { color: var(--lavender-dark); font-size: 1em; }
.logo-row { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); align-items: center; gap: 20px clamp(28px, 4vw, 56px); max-width: 1060px; margin: 30px auto 0; padding-block: 0; }
.logo-track, .logo-set { display: contents; }
.logo-set[aria-hidden="true"] { display: none; }
.logo-cell { min-height: 66px; display: flex; align-items: center; justify-content: center; padding: 8px 6px; }
.logo-cell img { width: auto; max-width: 100%; max-height: 40px; object-fit: contain; filter: none; opacity: 0.86; transition: opacity 220ms ease; }
@media (min-width: 721px) {
  .logo-cell img { transform: scale(1.25); }
  .logo-cell--baranof img { transform: scale(1.5); }
}

.section { padding: clamp(72px, 8vw, 104px) 0; }
.section-head { display: grid; grid-template-columns: 1.08fr 0.92fr; align-items: end; gap: 8%; margin-bottom: 44px; }
.section h2 { max-width: 740px; margin: 0; font: 500 clamp(36px, 4vw, 52px)/1.02 var(--serif); letter-spacing: -0.045em; text-wrap: balance; }
.section-head > p { max-width: 500px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }

.product-section { background: var(--paper); }
.product-window { overflow: hidden; border: 1px solid var(--line-strong); background: var(--white); box-shadow: 0 18px 48px rgba(63, 44, 60, 0.09); }
.product-capture { display: block; width: 100%; height: auto; aspect-ratio: 1280 / 537; object-fit: cover; }
.product-explainer { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--line); background: var(--white); list-style: none; }
.explainer-step { display: grid; grid-template-columns: 30px 1fr; gap: 13px; padding: 22px; }
.explainer-step + .explainer-step { border-left: 1px solid var(--line); }
.step-number { width: 28px; height: 28px; display: grid; place-items: center; color: var(--lavender-dark); background: var(--paper); font: 500 10px var(--mono); }
.explainer-step strong { display: block; font-size: 12px; }
.explainer-step p { margin: 5px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }

.data-depth { color: var(--white); background-color: var(--plum-deep); background-image: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px); background-size: 64px 64px; }
.data-depth .eyebrow { border-color: rgba(255,255,255,0.28); color: var(--mauve); background: rgba(255,255,255,0.06); }
.data-depth .eyebrow::before { background: var(--mauve); }
.data-depth .section-head > p { color: rgba(255,255,255,0.78); }
.data-depth h2 { max-width: 940px; }
.data-catalog { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid rgba(255,255,255,0.28); background: rgba(39,27,37,0.6); }
.data-category { min-width: 0; padding: clamp(26px, 3vw, 36px) clamp(22px, 2.5vw, 30px); }
.data-category + .data-category { border-left: 1px solid rgba(255,255,255,0.18); }
.data-category summary { list-style: none; }
.data-category summary::-webkit-details-marker { display: none; }
.data-category-toggle { display: none; }
.data-category-index { display: block; color: var(--mauve); font: 500 10px/1 var(--mono); letter-spacing: 0.16em; }
.data-category h3 { margin: 16px 0 20px; font: 500 clamp(23px, 2.2vw, 29px)/1.12 var(--serif); letter-spacing: -0.025em; }
.data-category ul { margin: 0; padding: 0; list-style: none; }
.data-category li { padding: 12px 0; border-top: 1px solid rgba(255,255,255,0.14); color: rgba(255,255,255,0.88); font-size: 14px; font-weight: 500; line-height: 1.55; }
.data-outcome { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(30px, 6vw, 86px); align-items: end; margin-top: 22px; padding: clamp(28px, 4vw, 44px); border: 1px solid rgba(255,255,255,0.28); background: rgba(255,255,255,0.05); }
.data-outcome-label { margin: 0 0 14px; color: var(--mauve); font: 500 10px/1 var(--mono); letter-spacing: 0.16em; text-transform: uppercase; }
.data-outcome h3 { max-width: 760px; margin: 0; font: 500 clamp(29px, 3vw, 41px)/1.12 var(--serif); letter-spacing: -0.03em; }
.data-outcome > p:last-child { max-width: 470px; margin: 0; color: rgba(255,255,255,0.8); font-size: 16px; line-height: 1.7; }
.data-outcome strong { display: block; margin-bottom: 8px; color: var(--white); font-size: 16px; }

.connected-workflows { padding: clamp(88px, 9vw, 128px) 0; background: var(--paper); border-top: 1px solid var(--line); }
.connected-workflows-head { grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr); align-items: start; gap: clamp(64px, 9vw, 120px); margin-bottom: clamp(54px, 6vw, 76px); }
.connected-workflows-head h2 { max-width: 620px; }
.connected-workflows-copy { display: grid; gap: 14px; max-width: 470px; padding-top: 52px; }
.connected-workflows-copy > p { margin: 0; color: var(--muted); }
.connected-workflows-copy > p:first-child { color: var(--ink); font-size: 18px; line-height: 1.6; letter-spacing: -0.01em; }
.connected-workflows-copy > p:last-child { font-size: 13px; line-height: 1.7; }
.connected-workflows-layout { display: grid; grid-template-columns: minmax(280px, 0.64fr) minmax(0, 1.36fr); gap: clamp(48px, 6vw, 80px); align-items: center; padding: clamp(32px, 4.5vw, 56px); border: 1px solid var(--line-strong); background: rgba(255, 255, 255, 0.82); box-shadow: 0 24px 70px rgba(63, 44, 60, 0.06); }
.connected-workflows-layout > div:first-child { min-width: 0; }
.connected-workflows-uses { margin: 0; padding: 0; border-top: 1px solid var(--line-strong); counter-reset: workflow-use; list-style: none; }
.connected-workflows-uses li { display: grid; grid-template-columns: 28px minmax(0, 1fr); column-gap: 15px; padding: 22px 0; border-bottom: 1px solid var(--line-strong); counter-increment: workflow-use; }
.connected-workflows-uses li::before { grid-row: 1 / span 2; color: var(--lavender-dark); content: "0" counter(workflow-use); font: 500 9px/1.4 var(--mono); letter-spacing: 0.1em; }
.connected-workflows-uses strong { grid-column: 2; display: block; font: 500 23px/1.12 var(--serif); letter-spacing: -0.025em; }
.connected-workflows-uses span { grid-column: 2; display: block; margin-top: 8px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.connected-workflows .text-link { margin-top: 24px; justify-content: flex-start; }
.magic-beam-diagram { --magic-beam-layout: horizontal; position: relative; min-height: 420px; display: grid; place-items: center; overflow: hidden; }
.magic-beam-stage { position: relative; z-index: 1; width: min(100%, 640px); min-height: 420px; display: grid; grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr); column-gap: clamp(84px, 10vw, 124px); align-items: stretch; margin-inline: auto; padding: 12px 0; }
.magic-beam-paths { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.magic-beam-path-base { fill: none; stroke: rgba(63, 44, 60, 0.24); stroke-width: 1.5; }
.magic-beam-path-gradient { fill: none; stroke-width: 3; stroke-linecap: round; stroke-dasharray: 16 84; animation: magic-beam-flow 3s linear infinite; }
.magic-beam-source, .magic-beam-outputs { position: relative; z-index: 1; }
.magic-beam-source { display: flex; align-items: center; justify-content: center; }
.magic-beam-outputs { display: grid; grid-template-rows: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; align-items: center; }
.magic-node-wrap { display: flex; align-items: center; gap: 14px; }
.magic-beam-source .magic-node-wrap { flex-direction: column; gap: 13px; }
.magic-node { width: 66px; height: 66px; flex: none; display: grid; place-items: center; border: 2px solid var(--plum); border-radius: 50%; background: var(--white); box-shadow: 0 0 20px -12px rgba(0,0,0,0.8); }
.magic-node--source { width: 96px; height: 96px; border-color: var(--lavender-dark); }
.magic-node img { width: 30px; height: 30px; object-fit: contain; }
.magic-node--source img { width: 46px; height: 46px; }
.magic-node-label { color: var(--ink); font-size: 13px; font-weight: 700; line-height: 1.2; }
.magic-beam-source .magic-node-label { color: var(--lavender-dark); font: 500 10px/1.2 var(--mono); letter-spacing: 0.12em; text-align: center; text-transform: uppercase; }
/* page.js flags the diagram and the logo row when they scroll out of view. */
.is-offscreen .magic-beam-path-gradient, .is-offscreen .logo-track { animation-play-state: paused; }
@keyframes magic-beam-flow { to { stroke-dashoffset: -100; } }

.comparison { background: var(--white); }
.comparison-grid { display: grid; grid-template-columns: 0.92fr 1.08fr; border: 1px solid var(--line-strong); overflow: hidden; }
.compare-lane { padding: clamp(30px, 4vw, 48px); }
.compare-lane:first-child { background: var(--warm); }
.compare-lane:last-child { color: var(--white); background: var(--plum); }
.compare-kicker { display: block; min-height: 104px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.compare-lane:last-child .compare-kicker { border-color: rgba(255,255,255,0.2); }
.compare-kicker span { color: var(--muted); font: 500 9px var(--mono); letter-spacing: 0.12em; text-transform: uppercase; }
.compare-lane:last-child .compare-kicker span { color: var(--mauve); }
.compare-kicker strong { display: block; margin-top: 12px; font: 500 clamp(28px, 3vw, 38px)/1.05 var(--serif); letter-spacing: -0.035em; }
.compare-steps { margin: 0; padding: 12px 0 0; list-style: none; }
.compare-steps li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 600; }
.compare-lane:last-child .compare-steps li { border-color: rgba(255,255,255,0.13); }
.compare-steps b { color: var(--lavender); font: 500 9px var(--mono); }
.compare-lane:last-child .compare-steps b { color: var(--mauve); }
.compare-result { margin: 20px 0 0; font: 500 24px/1.25 var(--serif); }
.compare-lane:first-child .compare-result { color: var(--muted); }

.faq { padding: clamp(72px, 8vw, 104px) 0; background: var(--white); border-top: 1px solid var(--line); }
.faq-layout { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 8%; align-items: start; }
.faq h2 { max-width: 480px; margin: 0; font: 500 clamp(40px, 5vw, 62px)/1.02 var(--serif); letter-spacing: -0.045em; }
.faq-list { border-top: 1px solid var(--line-strong); }
.faq-item { border-bottom: 1px solid var(--line-strong); }
.faq-trigger { width: 100%; min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 0; color: var(--ink); text-align: left; cursor: pointer; list-style: none; }
.faq-trigger::-webkit-details-marker { display: none; }
.faq-trigger strong { font-size: 15px; }
.faq-icon { width: 20px; height: 20px; flex: none; position: relative; color: var(--lavender-dark); }
.faq-icon::before, .faq-icon::after { position: absolute; top: 50%; left: 50%; width: 14px; height: 1px; background: currentColor; content: ""; transform: translate(-50%, -50%); }
.faq-icon::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform 180ms var(--ease-out), opacity 140ms ease; }
.faq-item[data-accordion-state="open"] .faq-icon::after { opacity: 0; transform: translate(-50%, -50%) rotate(0); }
.faq-answer { overflow: hidden; }
.faq-answer p { max-width: 660px; margin: 0; padding: 0 42px 24px 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.reveal { opacity: 0; transform: translateY(20px); filter: blur(2px); transition: opacity 520ms var(--ease-primer), transform 520ms var(--ease-primer), filter 420ms var(--ease-primer); transition-delay: var(--reveal-delay, 0ms); }
.reveal.reveal--visible { opacity: 1; transform: translateY(0); filter: blur(0); }
/* Hint the compositor only while the reveal is in flight, never before or after. */
.reveal.reveal--visible:not(.is-settled) { will-change: transform, opacity, filter; }

.stories { padding: clamp(72px, 8vw, 104px) 0; color: var(--plum); background: var(--paper); }
.stories-head { margin-bottom: 22px; }
.stories .eyebrow { color: var(--lavender-dark); }
.story-feature { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-areas: "headline identity" "quote identity" "link identity"; column-gap: clamp(34px, 5vw, 72px); padding: clamp(34px, 5vw, 62px) 0; border-block: 1px solid rgba(148, 98, 159, 0.45); }
.story-feature > *, .story-supporting > * { min-width: 0; }
.story-feature h2 { grid-area: headline; max-width: 820px; margin: 0; font: 500 clamp(42px, 5vw, 68px)/1 var(--serif); letter-spacing: -0.05em; overflow-wrap: anywhere; text-wrap: balance; }
.story-feature h2 em { color: var(--lavender-dark); font-weight: inherit; font-style: normal; }
.story-feature blockquote { grid-area: quote; max-width: 760px; margin: 28px 0 0; font: 500 clamp(22px, 2.5vw, 32px)/1.35 var(--serif); letter-spacing: -0.025em; text-wrap: balance; }
.story-feature blockquote em { color: var(--lavender-dark); font-weight: inherit; font-style: normal; }
.story-feature-identity { grid-area: identity; margin: 0; padding-left: clamp(26px, 4vw, 48px); border-left: 1px solid rgba(148, 98, 159, 0.45); }
.story-feature-identity > img { width: 100%; height: 290px; object-fit: contain; object-position: center bottom; }
.story-feature-identity figcaption { padding-top: 22px; overflow-wrap: anywhere; }
.story-feature-identity figcaption img { width: auto; max-width: 150px; max-height: 50px; margin-bottom: 17px; object-fit: contain; }
.story-feature-identity strong, .story-feature-identity span { display: block; }
.story-feature-identity strong { font-size: 14px; }
.story-feature-identity span { margin-top: 4px; font-size: 12px; line-height: 1.5; }
.story-link { grid-area: link; width: fit-content; margin-top: 30px; color: var(--plum); font-size: 13px; font-weight: 700; overflow-wrap: anywhere; text-decoration-color: var(--lavender); text-decoration-thickness: 2px; text-underline-offset: 6px; transition: text-decoration-color 150ms ease; }
.story-supporting-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.story-supporting { display: grid; grid-row: span 4; grid-template-rows: subgrid; grid-template-columns: minmax(0, 1fr); row-gap: clamp(22px, 2.4vw, 32px); padding: clamp(34px, 4vw, 50px) 0; border-bottom: 1px solid rgba(148, 98, 159, 0.45); }
.story-supporting + .story-supporting { padding-left: clamp(28px, 4vw, 54px); border-left: 1px solid rgba(148, 98, 159, 0.45); }
.story-supporting h3 { margin: 0; font: 500 clamp(29px, 3.1vw, 42px)/1.08 var(--serif); letter-spacing: -0.04em; overflow-wrap: anywhere; text-wrap: balance; }
.story-supporting h3 em { color: var(--lavender-dark); font-weight: inherit; font-style: normal; }
.story-supporting blockquote, .story-outcome { max-width: 560px; margin: 0; font: 500 clamp(19px, 2vw, 25px)/1.4 var(--serif); letter-spacing: -0.02em; overflow-wrap: anywhere; text-wrap: balance; }
.story-supporting blockquote em { color: var(--lavender-dark); font-weight: inherit; font-style: normal; }
.story-identity { display: flex; align-items: center; gap: 16px; margin: 0; }
.story-identity > img { flex: none; width: 56px; height: 56px; border-radius: 50%; object-fit: cover; background: var(--white); }
.story-identity figcaption { font-size: 12px; line-height: 1.5; overflow-wrap: anywhere; }
.story-identity figcaption strong, .story-identity figcaption span { display: block; }
.story-identity figcaption strong { font-size: 14px; }
.story-supporting .story-link { grid-area: auto; align-self: start; margin-top: 0; }

.metrics { background: var(--white); border-bottom: 1px solid var(--line); }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.metric { padding: 28px 30px 44px; }
.metric + .metric { border-left: 1px solid var(--line); }
.metric strong { display: block; color: var(--lavender-dark); font: 500 clamp(32px, 3.4vw, 48px)/1 var(--serif); letter-spacing: -0.03em; }
.metric span { display: block; max-width: 30ch; margin-top: 12px; color: var(--muted); font-size: 13px; line-height: 1.55; }

.final-cta { padding: clamp(76px, 8vw, 108px) 0; background: var(--paper); }
.cta-layout { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 8%; align-items: end; }
.final-cta h2 { max-width: 850px; margin: 0; font: 500 clamp(46px, 5.8vw, 78px)/1 var(--serif); letter-spacing: -0.05em; }
.final-cta h2 em { color: var(--lavender-dark); font-weight: inherit; font-style: normal; }
.cta-side p { margin: 0 0 24px; color: var(--muted); font-size: 16px; line-height: 1.7; }

@keyframes rise-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@media (hover: hover) and (pointer: fine) {
  .button:hover { background: #5c3a59; box-shadow: 0 8px 24px rgba(63,44,60,0.16); transform: translateY(-1px); }
  .story-link:hover { text-decoration-color: var(--lavender-dark); }
  .logo-cell:hover img { opacity: 1; }
}
@media (max-width: 980px) {
  .section-head, .cta-layout { grid-template-columns: 1fr; gap: 22px; }
  .faq-layout { grid-template-columns: 1fr; gap: 42px; }
  .logo-proof-inner { padding-block: 32px; }
  .logo-row { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px 26px; margin-top: 26px; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .metric:nth-child(3) { border-top: 1px solid var(--line); border-left: 0; }
  .metric:nth-child(4) { border-top: 1px solid var(--line); }
  .data-catalog { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .data-category:nth-child(3) { border-top: 1px solid rgba(255,255,255,0.18); border-left: 0; }
  .data-category:nth-child(4) { border-top: 1px solid rgba(255,255,255,0.18); }
  .connected-workflows-head { gap: 24px; }
  .connected-workflows-copy { max-width: 640px; padding-top: 0; }
  .connected-workflows-layout { grid-template-columns: 1fr; gap: 46px; padding: clamp(30px, 5vw, 44px); }
  .magic-beam-diagram { padding-top: 8px; border-top: 1px solid var(--line); }
  .magic-beam-diagram, .magic-beam-stage { min-height: 430px; }
}
@media (max-width: 720px) {
  .shell { width: min(calc(100% - 32px), var(--max)); }
  .hero { padding-top: 40px; }
  .hero-layout { min-width: 0; }
  .hero-copy { min-width: 0; text-align: left; }
  .hero .eyebrow { max-width: 100%; margin-bottom: 20px; padding: 7px 10px; white-space: normal; }
  .hero h1 { max-width: 11ch; margin: 0; font-size: clamp(42px, 12vw, 52px); line-height: 0.98; letter-spacing: -0.05em; text-wrap: pretty; }
  .hero-subhead { max-width: 34ch; margin: 22px 0 0; font-size: 16px; line-height: 1.6; text-wrap: pretty; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-visual { display: block; margin-top: 28px; overflow: hidden; border: 1px solid var(--line-strong); background: var(--white); box-shadow: 0 16px 36px rgba(63, 44, 60, 0.08); animation: rise-in 480ms var(--ease-out) 150ms both; }
  .hero-visual img { width: 100%; height: 210px; object-fit: cover; object-position: center; }
  .logo-proof { margin-top: 36px; }
  .logo-proof-inner { width: 100%; padding: 22px 0 24px 16px; text-align: left; }
  .logo-proof-label { max-width: 30ch; margin: 0; font-size: 12px; line-height: 1.5; }
  .logo-row { display: block; max-width: none; margin-top: 16px; overflow: hidden; }
  .logo-track { width: max-content; display: flex; gap: 10px; animation: logo-marquee 32s linear infinite; will-change: transform; }
  .logo-set, .logo-set[aria-hidden="true"] { display: flex; flex: none; gap: 10px; }
  .logo-cell { width: 108px; min-width: 108px; min-height: 58px; padding: 10px; border: 1px solid var(--line); background: var(--warm); }
  .logo-cell img { max-height: 30px; }
  .section { padding: 60px 0; }
  .section-head { margin-bottom: 30px; }
  .section h2, .stories h2 { font-size: 36px; line-height: 1.02; }
  .section-head > p { font-size: 15px; line-height: 1.65; }
  .product-explainer { grid-template-columns: 1fr; }
  .explainer-step { padding: 16px; }
  .explainer-step + .explainer-step { border-top: 1px solid var(--line); border-left: 0; }
  .data-catalog { display: block; border: 1px solid rgba(255,255,255,0.28); background: rgba(39,27,37,0.76); }
  .data-category { padding: 0; border: 0 !important; background: transparent; }
  .data-category + .data-category { border-top: 1px solid rgba(255,255,255,0.18) !important; }
  .data-category summary { min-height: 88px; display: grid; grid-template-columns: minmax(0, 1fr) 24px; gap: 16px; align-items: center; padding: 18px 20px; cursor: pointer; }
  .data-category summary:active { background: rgba(255,255,255,0.05); }
  .data-category h3 { margin: 10px 0 0; font-size: 24px; }
  .data-category-toggle { width: 20px; height: 20px; display: block; position: relative; }
  .data-category-toggle::before, .data-category-toggle::after { position: absolute; top: 50%; left: 50%; width: 14px; height: 1px; background: var(--mauve); content: ""; transform: translate(-50%, -50%); }
  .data-category-toggle::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform 180ms var(--ease-out), opacity 180ms ease; }
  .data-category[data-accordion-state="open"] .data-category-toggle::after { opacity: 0; transform: translate(-50%, -50%) rotate(0); }
  .data-category-body { overflow: hidden; padding: 0 20px 18px; }
  .data-outcome { display: none; }
  .connected-workflows { padding-block: 60px; }
  .connected-workflows-head { margin-bottom: 28px; }
  .connected-workflows-copy { gap: 0; }
  .connected-workflows-copy > p:first-child { font-size: 15px; }
  .connected-workflows-copy > p:last-child { display: none; }
  .connected-workflows-layout { gap: 18px; padding: 20px; box-shadow: none; }
  .connected-workflows-uses { display: none; }
  .connected-workflows .text-link { margin-top: 0; }
  .magic-beam-diagram { --magic-beam-layout: vertical; min-height: 250px; padding: 8px 0 0; border-top: 0; }
  .magic-beam-paths { display: block; }
  .magic-beam-stage { width: 100%; min-height: 238px; display: grid; grid-template-columns: 1fr; grid-template-rows: 88px minmax(0, 1fr); row-gap: 26px; padding: 0 2px; }
  .magic-beam-source { align-items: start; }
  .magic-beam-outputs { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: none; gap: 6px; }
  .magic-node-wrap { flex-direction: column; justify-content: center; gap: 9px; }
  .magic-node, .magic-node--source { width: 48px; height: 48px; border-width: 1px; }
  .magic-node img, .magic-node--source img { width: 24px; height: 24px; }
  .magic-node-label { font-size: 9px; text-align: center; }
  .magic-beam-source .magic-node-label { font-size: 8px; }
  .comparison { display: none; }
  .metric { min-height: 132px; padding: 22px 16px; }
  .metric strong { font-size: 30px; }
  .metric span { margin-top: 9px; font-size: 11px; }
  .cta-layout { align-items: start; }
  .faq { padding: 60px 0; }
  .faq-layout { gap: 28px; }
  .faq h2 { font-size: 36px; }
  .faq-trigger { min-height: 64px; padding: 16px 0; }
  .final-cta { padding: 60px 0; }
  .final-cta h2 { font-size: 38px; line-height: 1.02; }
  .cta-side p { margin-bottom: 20px; font-size: 15px; }
  .cta-side .button { width: 100%; }
}
@keyframes logo-marquee { to { transform: translateX(calc(-50% - 5px)); } }
@media (max-width: 768px) {
  .stories { padding: 60px 0; overflow: hidden; }
  .stories-head { margin-bottom: 16px; }
  .story-rail { --story-card-height: 500px; display: grid; grid-auto-flow: column; grid-auto-columns: min(84vw, 340px); grid-template-rows: var(--story-card-height); align-items: stretch; gap: 12px; margin-inline: -16px; padding: 0 16px 10px; overflow-x: auto; overflow-y: hidden; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .story-rail::-webkit-scrollbar { display: none; }
  .story-supporting-grid { display: contents; }
  .story-feature, .story-supporting { height: var(--story-card-height); min-height: 0; display: flex; flex-direction: column; gap: 20px; overflow: hidden; padding: 24px; border: 1px solid rgba(148, 98, 159, 0.34); background: rgba(255,255,255,0.72); scroll-snap-align: center; }
  .story-supporting + .story-supporting { padding-left: 24px; border-left: 1px solid rgba(148, 98, 159, 0.34); }
  .story-feature h2, .story-supporting h3 { font-size: 29px; line-height: 1.06; letter-spacing: -0.04em; }
  .story-feature blockquote, .story-supporting blockquote, .story-outcome { margin: 0; font-size: 17px; line-height: 1.45; }
  .story-feature-identity { display: flex; align-items: center; gap: 14px; margin: auto 0 0; padding: 20px 0 0; border-top: 1px solid rgba(148, 98, 159, 0.28); border-left: 0; }
  .story-feature-identity > img { width: 52px; height: 52px; flex: none; border-radius: 50%; object-fit: cover; }
  .story-feature-identity figcaption { padding-top: 0; }
  .story-feature-identity figcaption img { display: none; }
  .story-identity { margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(148, 98, 159, 0.28); }
  .story-link, .story-supporting .story-link { margin-top: 0; font-size: 12px; line-height: 1.5; }
}
@media (max-width: 430px) {
  .metric-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .metric + .metric { border-left: 1px solid var(--line); }
  .metric:nth-child(3) { border-top: 1px solid var(--line); border-left: 0; }
  .metric:nth-child(4) { border-top: 1px solid var(--line); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-delay: 0ms !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1 !important; transform: none !important; filter: none !important; transition: none !important; }
  .magic-beam-path-gradient { display: none; animation: none !important; }
  .logo-row { overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; }
  .logo-row::-webkit-scrollbar { display: none; }
  .logo-track { animation: none !important; will-change: auto; }
  .logo-set[aria-hidden="true"] { display: none; }
}
@media (prefers-reduced-transparency: reduce) {
  .site-nav { background: var(--white); backdrop-filter: none; }
}

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; color: var(--white); background: var(--plum); font-size: 13px; font-weight: 700; transform: translateY(-160%); transition: transform 160ms ease; }
.skip-link:focus { transform: translateY(0); }
.brand-lockup { display: flex; align-items: center; gap: 11px; min-width: 0; }
.brand-parent, .brand-product { display: flex; align-items: center; }
.brand-parent { opacity: 0.72; transition: opacity 160ms ease; }
.brand-parent:hover { opacity: 1; }
.brand-parent img { width: auto; height: 18px; }
.brand-product img { width: auto; height: 24px; }
.brand-divider { color: rgba(63,44,60,0.3); font: 500 12px var(--sans); }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { color: var(--muted); font-size: 12px; font-weight: 700; text-decoration: none; transition: color 160ms ease; }
.desktop-nav a:hover { color: var(--plum); }
.nav-cta { min-height: 46px; margin-left: 4px; padding-inline: 18px; font-size: 12px; }
.mobile-menu-toggle { display: none; width: 46px; height: 46px; align-items: center; justify-content: center; border: 1px solid var(--line-strong); color: var(--plum); background: var(--white); cursor: pointer; }
.mobile-menu-toggle svg { width: 22px; height: 22px; }
.mobile-menu-toggle .menu-icon-close { display: none; }
.mobile-menu-toggle[aria-expanded="true"] .menu-icon-open { display: none; }
.mobile-menu-toggle[aria-expanded="true"] .menu-icon-close { display: block; }
.mobile-menu { position: absolute; top: 100%; left: 0; width: 100%; border-bottom: 1px solid var(--line-strong); background: var(--warm); box-shadow: 0 20px 42px rgba(39,27,37,0.14); }
.mobile-menu[hidden] { display: none; }
.mobile-menu-inner { display: grid; gap: 4px; padding: 18px 0 24px; }
.mobile-menu-label { margin: 8px 0 3px; color: var(--muted); font: 500 9px var(--mono); letter-spacing: 0.12em; text-transform: uppercase; }
.mobile-menu a:not(.button) { min-height: 46px; display: flex; align-items: center; padding-inline: 12px; color: var(--ink); font-size: 15px; font-weight: 600; text-decoration: none; }
.mobile-menu .button { width: 100%; margin-top: 8px; }

.site-footer { padding: clamp(54px, 6vw, 78px) 0 28px; border-top: 1px solid var(--line); background: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.25fr repeat(3, 0.75fr); gap: clamp(30px, 5vw, 68px); padding-bottom: 52px; }
.footer-brand img { width: 154px; height: auto; }
.footer-brand p { max-width: 290px; margin: 20px 0 22px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.footer-social { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line-strong); color: var(--plum); transition: border-color 160ms ease, color 160ms ease; }
.footer-social:hover { border-color: var(--lavender); color: var(--lavender-dark); }
.footer-social svg { width: 19px; height: 19px; }
.footer-heading { margin: 0 0 20px; color: var(--lavender-dark); font: 500 10px var(--mono); letter-spacing: 0.12em; text-transform: uppercase; }
.footer-links { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.footer-links a { color: var(--muted); font-size: 13px; font-weight: 600; text-decoration: none; transition: color 160ms ease; }
.footer-links a:hover { color: var(--plum); }
.footer-links + .footer-heading { margin-top: 26px; }
.footer-product-link { display: inline-flex; align-items: center; gap: 8px; }
.footer-product-link img { width: 16px; height: 16px; object-fit: contain; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-top: 26px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.5; }
.footer-bottom-links { display: flex; align-items: center; gap: 20px; }
.footer-bottom a { color: inherit; text-underline-offset: 4px; }
@media (max-width: 860px) {
  body { padding-top: 68px; }
  .nav-inner { min-height: 68px; }
  .desktop-nav, .nav-cta { display: none; }
  .mobile-menu-toggle { display: flex; }
  .brand-parent img { height: 16px; }
  .brand-product img { height: 21px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .brand-parent img { height: 14px; }
  .brand-product img { height: 19px; }
  .brand-lockup { gap: 8px; }
  .site-footer { padding: 40px 0 22px; }
  .footer-grid { grid-template-columns: 1.2fr 0.8fr; gap: 28px 20px; padding-bottom: 30px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand img { width: 126px; }
  .footer-brand p { max-width: 34ch; margin: 14px 0 16px; font-size: 12px; line-height: 1.55; }
  .footer-social { width: 40px; height: 40px; }
  .footer-heading { margin-bottom: 14px; }
  .footer-links { gap: 11px; }
  .footer-links a { font-size: 12px; line-height: 1.45; }
  .footer-compare { display: none; }
  .footer-start { display: none; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom-links { flex-wrap: wrap; gap: 10px 16px; }
}
