@font-face {
  font-family: Archivo;
  src: url('/assets/fonts/archivo-variable.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --paper: #f3f5f5;
  --white: #fff;
  --ink: #1e2a32;
  --muted: #536168;
  --line: #d8dfe1;
  --blue: #2447db;
  /* Pale blue identifies saved rules and agent outputs. */
  --output-bg: #eaf0ff;
  /* Soft orange marks decisions reserved for the customer's team. */
  --decision-bg: #fce8e0;
  --decision-ink: #8b3a22;
  --gutter: clamp(24px, 5vw, 80px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Archivo, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; text-underline-offset: 5px; }
a:hover { text-decoration: underline; }
button { font: inherit; cursor: pointer; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
::selection { background: var(--blue); color: white; }
h1, h2, h3, p, blockquote { margin: 0; }
h1, h2, h3 { font-weight: 500; text-wrap: balance; }
h1, h2 { line-height: 1.08; letter-spacing: -0.05em; }
h3 { line-height: 1.3; letter-spacing: -0.025em; }
p { text-wrap: pretty; }
svg { display: block; }
.wrap {
  width: min(100%, 1380px);
  padding-inline: var(--gutter);
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 16px;
  transform: translateY(-160%);
  padding: 12px 20px;
  z-index: 99;
  background: var(--ink);
  color: #fff;
}
.skip-link:focus { transform: translateY(0); }
.site-header {
  min-height: 104px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.brand {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-size: 32px;
  font-weight: 580;
  letter-spacing: -0.045em;
  color: var(--blue);
  white-space: nowrap;
  flex-shrink: 0;
  line-height: 1;
}
.brand:hover { text-decoration: none; }
.brand svg { width: 40px; height: 40px; margin-right: 6px; flex-shrink: 0; }
nav { display: flex; align-items: center; gap: 36px; }
nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; white-space: nowrap; }
.site-nav { flex: 1; justify-content: space-between; gap: 24px; margin-left: 32px; }
.site-nav a { justify-content: center; font-weight: 500; line-height: 20px; }
.nav-explore { color: var(--muted); }
.nav-actions { display: flex; align-items: center; gap: 24px; }
.site-nav .nav-contact { min-height: 44px; padding: 12px 20px; background: var(--blue); color: var(--white); }
.site-nav .nav-contact:hover { background: #1936b3; text-decoration: none; }
.site-nav .nav-explore:hover, .site-nav .nav-sign-in:hover { color: var(--blue); }

.hero { padding-top: 82px; padding-bottom: 100px; }
h1 { font-size: clamp(46px, 6.2vw, 84px); font-weight: 530; max-width: 1060px; }
.hero-description { max-width: 585px; font-size: 20px; line-height: 1.55; color: var(--muted); margin-top: 30px; }
.hero .button { margin-top: 30px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 23px;
  min-height: 54px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
.button:hover { text-decoration: none; }
.button-primary { background: var(--blue); color: white; }
.button-primary:hover { background: #1936b3; }
.example { padding-bottom: 88px; }
.example-heading { margin-bottom: 30px; }
.example-heading h2 { font-size: clamp(27px, 3vw, 38px); }
.example-heading p { margin-top: 12px; color: var(--muted); }
.workflow-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  padding: 0;
  margin: 0;
  background: var(--white);
  border: 1px solid var(--line);
}
.workflow-steps li { min-width: 0; padding: 30px; }
.workflow-steps li + li { border-left: 1px solid var(--line); }
.step-number { display: block; color: var(--muted); font-size: 14px; margin-bottom: 30px; }
.workflow-steps h3 { font-size: 21px; margin-bottom: 15px; }
.workflow-steps p, .workflow-steps blockquote { font-size: 16px; line-height: 1.55; }
.workflow-steps p { color: var(--muted); }
.workflow-steps .result-step { background: var(--output-bg); }
.workflow-steps .quote-source { font-size: 12px; margin-top: 16px; }
.example-disclosure { color: var(--muted); font-size: 12px; margin-top: 14px; }
.contact { padding-bottom: 88px; }
.contact-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  border-top: 1px solid var(--line);
  padding-top: 64px;
}
.contact h2 { font-size: clamp(32px, 3.5vw, 46px); margin-bottom: 20px; }
.contact p { max-width: 600px; font-size: 17px; color: var(--muted); }
.contact .button { flex-shrink: 0; }
.experience-inner { border-top: 1px solid var(--line); padding-block: 20px 28px; }
.experience-heading { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 12px; }
.experience h2 { color: var(--muted); font-size: 14px; line-height: 1.5; letter-spacing: 0; }
.logo-marquee { overflow-x: auto; }
.logo-track { display: flex; width: max-content; }
.logo-group { display: flex; align-items: center; gap: 56px; padding: 12px 56px 12px 0; margin: 0; list-style: none; }
.logo-group li { width: 160px; height: 58px; flex: none; display: grid; place-items: center; }
.logo-group img { display: block; width: 160px; height: 42px; object-fit: contain; filter: grayscale(1); opacity: 0.75; }
.logo-group .logo-bcg { width: 92px; height: 38px; }
.logo-group .logo-dropbox { width: 128px; }
.logo-group .hemut-lockup { display: flex; justify-content: center; gap: 9px; color: #515659; font-size: 26px; font-weight: 600; letter-spacing: -0.04em; }
.logo-group .logo-hemut { width: 27px; height: 31px; filter: grayscale(1) brightness(0.45); }
.logo-group .logo-ricoh { width: 125px; height: 42px; }
.logo-group .logo-bocconi { width: 135px; }
.logo-marquee.is-animated {
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 24px, #000 calc(100% - 24px), transparent);
}
.logo-marquee.is-animated .logo-track { animation: logo-scroll 80s linear infinite; }
@keyframes logo-scroll { to { transform: translateX(-50%); } }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  border-top: 1px solid var(--line);
  padding-block: 16px;
  font-size: 12px;
  color: var(--muted);
}
.footer-bottom a { min-height: 44px; display: inline-flex; align-items: center; }
.privacy-main { max-width: 900px; padding-block: 65px 100px; }
.privacy-main h1 { font-size: clamp(40px, 6vw, 68px); margin-bottom: 36px; }
.privacy-main h2 { font-size: 27px; letter-spacing: -0.025em; margin: 36px 0 12px; }
.privacy-main p { font-size: 17px; line-height: 1.65; color: var(--muted); margin-bottom: 18px; }
.privacy-main p a { text-decoration: underline; }
.privacy-main .section-context { font-size: 12px; }
.privacy-main .button { color: #fff; text-decoration: none; }
@media (max-width: 900px) {
  .hero { padding-top: 56px; padding-bottom: 72px; }
  .workflow-steps li { padding: 24px; }
  .workflow-steps h3 { font-size: 19px; }
  .contact-layout { gap: 32px; }
}
@media (max-width: 650px) {
  .site-header { min-height: 84px; gap: 16px; }
  .brand { font-size: 28px; }
  .brand svg { width: 34px; height: 34px; }
  nav { gap: 20px; }
  nav a { font-size: 13px; }
  .site-header:has(.site-nav) { flex-wrap: wrap; gap: 12px; padding-top: 20px; padding-bottom: 16px; }
  .site-nav { flex-basis: 100%; margin-left: 0; gap: 16px; }
  .nav-actions { gap: 16px; }
  .site-nav .nav-contact { padding-inline: 16px; }
  .hero { padding-top: 42px; padding-bottom: 64px; }
  h1 { font-size: clamp(41px, 9.6vw, 60px); }
  h1 br { display: none; }
  .hero-description { font-size: 18px; margin-top: 24px; }
  .hero .button { margin-top: 24px; }
  .example { padding-bottom: 56px; }
  .example-heading h2 { font-size: 28px; }
  .example-heading p { font-size: 15px; }
  .workflow-steps { grid-template-columns: 1fr; }
  .workflow-steps li { padding: 24px; }
  .workflow-steps li + li { border-left: 0; border-top: 1px solid var(--line); }
  .step-number { margin-bottom: 14px; }
  .workflow-steps h3 { font-size: 21px; }
  .contact { padding-bottom: 56px; }
  .contact-layout { display: block; padding-top: 44px; }
  .contact .button { margin-top: 24px; }
  .contact h2 { font-size: 34px; }
  .logo-group { gap: 40px; padding-right: 40px; }
  .logo-group li { width: 140px; }
  .logo-group img { max-width: 140px; }
  .privacy-main { padding-top: 42px; }
}
.workflow-explorer { padding-block: 64px 88px; }
.explorer-heading { max-width: 760px; margin-bottom: 36px; }
.explorer-heading h2 { font-size: clamp(32px, 3.8vw, 50px); }
.explorer-heading p { margin-top: 20px; font-size: 18px; color: var(--muted); }
.workflow-option { border-top: 1px solid var(--line); }
.workflow-option:last-child { border-bottom: 1px solid var(--line); }
.workflow-option summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px 0; cursor: pointer; list-style: none; }
.workflow-option summary::-webkit-details-marker { display: none; }
.workflow-sector { display: block; font-size: 13px; color: var(--muted); margin-bottom: 6px; }
.workflow-title { display: block; font-size: clamp(22px, 2.5vw, 30px); font-weight: 500; letter-spacing: -0.03em; line-height: 1.25; }
.disclosure-mark { position: relative; width: 24px; height: 24px; flex: none; }
.disclosure-mark::before, .disclosure-mark::after { content: ''; position: absolute; background: var(--ink); }
.disclosure-mark::before { width: 16px; height: 2px; left: 4px; top: 11px; }
.disclosure-mark::after { width: 2px; height: 16px; left: 11px; top: 4px; }
.workflow-option[open] .disclosure-mark::after { display: none; }
.workflow-detail { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 88px); padding: 12px 0 40px; align-items: start; }
.workflow-sequence { margin: 0; padding-left: 25px; }
.workflow-sequence li { padding-left: 12px; }
.workflow-sequence li + li { margin-top: 26px; }
.workflow-sequence li::marker { color: var(--muted); font-size: 13px; }
.workflow-sequence h3 { font-size: 18px; margin-bottom: 8px; }
.workflow-sequence p { font-size: 15px; line-height: 1.65; color: var(--muted); max-width: 570px; }
.workflow-deliverable { background: var(--white); border: 1px solid var(--line); }
.workflow-deliverable dl { margin: 0; }
.workflow-deliverable dl > div { padding: 24px; }
.workflow-deliverable dl > div + div { border-top: 1px solid var(--line); }
.workflow-deliverable dt { font-size: 13px; color: var(--muted); margin-bottom: 10px; }
.workflow-deliverable dd { margin: 0; font-size: 16px; line-height: 1.55; }
.workflow-output { background: var(--output-bg); }
.workflow-decision { background: var(--decision-bg); }
.workflow-decision dt { color: var(--decision-ink); font-weight: 550; }
.workflow-disclosure { margin-top: 20px; max-width: 720px; font-size: 12px; color: var(--muted); }
@media (max-width: 750px) {
  .workflow-explorer { padding-block: 44px 56px; }
  .workflow-detail { grid-template-columns: 1fr; gap: 28px; }
  .explorer-heading p { font-size: 16px; }
  .workflow-option summary { padding-block: 22px; }
  .workflow-deliverable dl > div { padding: 20px; }
}
/* The setup slideshow reveals one step at a time after JavaScript loads. */
.product-flow { padding-bottom: 72px; }
.flow-intro { padding-top: 52px; border-top: 1px solid var(--line); }
.flow-intro h2 { font-size: clamp(34px, 4.2vw, 54px); max-width: 760px; }
.flow-tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 36px; border-bottom: 1px solid var(--line); }
.flow-tabs button { display: flex; align-items: center; gap: 12px; padding: 20px 12px; min-height: 64px; color: var(--muted); text-align: left; background: transparent; border: 0; border-bottom: 3px solid transparent; font-size: 16px; }
.flow-tabs button span { font-size: 12px; }
.flow-tabs button[aria-selected='true'] { color: var(--ink); border-bottom-color: var(--blue); }
.flow-tabs button:hover { background: var(--white); }
.flow-slide { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(32px, 6vw, 80px); align-items: center; padding-block: 36px 20px; }
.slide-copy h3 { font-size: clamp(28px, 3vw, 40px); line-height: 1.12; letter-spacing: -.04em; }
.slide-copy p { margin-top: 20px; max-width: 440px; font-size: 18px; color: var(--muted); line-height: 1.6; }
.slide-demo { margin: 0; min-width: 0; }
.slide-demo video { display: block; width: 100%; height: auto; aspect-ratio: 8 / 5; background: var(--paper); border: 1px solid var(--line); }
.slide-demo figcaption { margin-top: 10px; font-size: 12px; color: var(--muted); }
.flow-controls { display: flex; align-items: center; gap: 20px; }
.flow-controls button { min-height: 44px; padding: 10px 16px; border: 1px solid var(--line); background: transparent; color: var(--ink); font-size: 14px; }
.flow-controls .flow-next { background: var(--blue); border-color: var(--blue); color: white; }
.flow-controls button:disabled { opacity: .4; cursor: default; }
.flow-position { color: var(--muted); font-size: 12px; }
.flow-slide[hidden], .flow-tabs[hidden], .flow-controls[hidden] { display: none; }
@media (max-width: 750px) {
  .product-flow { padding-bottom: 56px; }
  .flow-intro { padding-top: 40px; }
  .flow-tabs { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 24px; }
  .flow-tabs button { font-size: 14px; padding: 14px 8px; gap: 8px; min-height: 56px; }
  .flow-slide { grid-template-columns: 1fr; gap: 24px; padding-top: 28px; }
  .slide-copy p { font-size: 16px; margin-top: 16px; }
  .flow-controls { gap: 12px; justify-content: space-between; }
  .flow-controls button { padding-inline: 10px; font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .logo-marquee.is-animated { overflow: visible; mask-image: none; }
  .logo-track, .logo-marquee.is-animated .logo-track { animation: none; transform: none; width: 100%; }
  .logo-group { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 20px; padding: 12px 0; width: 100%; }
  .logo-group li { width: 100%; }
  .logo-group img { max-width: 100%; }
  .logo-group[aria-hidden='true'] { display: none; }
}

/* Keep the step selector with its text, beside the video. */
@media (min-width: 751px) {
  .product-flow.is-slideshow { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); column-gap: clamp(32px, 6vw, 80px); row-gap: 28px; }
  .is-slideshow .flow-intro { grid-column: 1 / -1; grid-row: 1; }
  .is-slideshow .flow-tabs { grid-column: 1; grid-row: 2; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 8px; align-self: start; }
  .is-slideshow .flow-tabs button { padding: 14px 8px; font-size: 14px; min-height: 56px; }
  .is-slideshow .flow-slide { display: contents; }
  .is-slideshow .flow-slide[hidden] { display: none; }
  .is-slideshow .slide-copy { grid-column: 1; grid-row: 3; align-self: start; }
  .is-slideshow .slide-demo { grid-column: 2; grid-row: 2 / 5; align-self: center; }
  .is-slideshow .flow-controls { grid-column: 1; grid-row: 4; align-self: end; }
}

.contact-dialog { width: min(560px, calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 32px; border: 1px solid var(--line); background: var(--paper); color: var(--ink); }
.contact-dialog::backdrop { background: rgb(30 42 50 / .5); }
body:has(.contact-dialog[open], .privacy-dialog[open]) { overflow: hidden; }
.dialog-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.dialog-heading h2 { font-size: 36px; }
.dialog-close { width: 44px; height: 44px; flex: none; border: 0; background: transparent; color: var(--ink); font-size: 30px; }
.contact-form { display: grid; gap: 18px; }
.contact-form label { display: block; font-size: 14px; }
.field-optional { color: var(--muted); }
.contact-form input, .contact-form textarea { display: block; width: 100%; margin-top: 8px; padding: 12px; font: inherit; font-size: 16px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 0; }
.contact-form textarea { resize: vertical; min-height: 112px; }
.contact-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-status { color: var(--ink); font-size: 14px; }
.form-status:empty { display: none; }
.form-status[data-error='true'] { color: #8b3a22; }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.form-actions button { border: 0; }
.form-actions button:disabled { opacity: .6; cursor: wait; }
.form-actions a { font-size: 13px; text-decoration: underline; }
.contact-page { max-width: 720px; padding-block: 48px 80px; }
.contact-page h1 { font-size: 48px; margin-bottom: 32px; }
@media (max-width: 650px) { .contact-dialog { padding: 22px; } }

/* Selected design: four connected steps, with one active circle. */
.flow-tabs, .is-slideshow .flow-tabs { position: relative; isolation: isolate; gap: 0; border-bottom: 0; }
.flow-tabs::before { content: ''; position: absolute; top: 17px; height: 1px; left: 12.5%; right: 12.5%; background: #b9c3c8; z-index: -1; }
.flow-tabs button, .is-slideshow .flow-tabs button { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 12px; min-width: 0; padding: 0 5px; min-height: 84px; font-size: 13px; line-height: 1.3; text-align: center; border: 0; background: transparent; }
.flow-tabs button span { display: grid; place-items: center; width: 34px; height: 34px; flex-shrink: 0; padding: 0; border: 1px solid #b9c3c8; border-radius: 50%; background: var(--paper); color: var(--muted); font-size: 13px; line-height: 1; }
.flow-tabs button[aria-selected='true'] { color: var(--blue); border: 0; }
.flow-tabs button[aria-selected='true'] span { background: var(--blue); border-color: var(--blue); color: white; }
.flow-tabs button:hover { background: transparent; color: var(--blue); }
.footer-links { display: flex; gap: 24px; }
.team { padding-bottom: 64px; }
.team-inner { border-top: 1px solid var(--line); padding-top: 48px; }
.team h2 { font-size: clamp(32px, 3.5vw, 46px); margin-bottom: 20px; }
.team-people { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-top: 30px; }
.team-photo { display: block; width: min(100%, 280px); height: auto; aspect-ratio: 1; object-fit: cover; margin-bottom: 20px; }
.team-name { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.team-people h3 { font-size: 23px; margin: 0; }
.team-people p { color: var(--muted); max-width: 450px; }
.team-people .team-role { font-size: 14px; margin-bottom: 12px; }
.team-education { margin-top: 12px; }
.team-linkedin { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; flex: none; color: var(--ink); }
.team-linkedin svg { display: block; }
@media (max-width: 650px) {
  .team { padding-bottom: 44px; }
  .team-inner { padding-top: 36px; }
  .team-people { grid-template-columns: 1fr; gap: 24px; }
  .flow-tabs button, .is-slideshow .flow-tabs button { font-size: 12px; padding: 0 5px; }
}

@media (max-width: 360px) {
  .site-nav, .nav-actions { gap: 12px; }
  .site-nav .nav-contact { padding-inline: 12px; }
}

.faq { padding-bottom: 64px; }
.faq-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(32px, 6vw, 80px); border-top: 1px solid var(--line); padding-top: 48px; }
.faq h2 { max-width: 340px; font-size: clamp(32px, 3.5vw, 46px); }
.faq-item + .faq-item { border-top: 1px solid var(--line); }
.faq-item summary { display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 72px; padding-block: 22px; font-size: 18px; font-weight: 500; line-height: 1.4; cursor: pointer; list-style: none; }
.faq-item:first-child summary { padding-top: 0; min-height: 50px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item[open] .disclosure-mark::after { display: none; }
.faq-item p { padding: 0 48px 24px 0; color: var(--muted); line-height: 1.65; }

.privacy-dialog { width: min(560px, calc(100% - 32px)); max-height: calc(100dvh - 48px); padding: 28px 32px 32px; border: 1px solid var(--line); color: var(--ink); background: var(--white); overflow: hidden; }
.privacy-dialog[open] { display: flex; flex-direction: column; }
.privacy-dialog:focus { outline: none; }
.privacy-dialog::backdrop { background: rgb(30 42 50 / .45); }
.privacy-heading { display: flex; flex-shrink: 0; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 16px; }
.privacy-heading h2 { font-size: 24px; letter-spacing: -.025em; }
.privacy-heading h2:focus { outline: none; }
.privacy-heading .dialog-close { display: inline-flex; justify-content: center; align-items: center; text-decoration: none; }
.privacy-copy { min-height: 0; overflow-y: auto; overscroll-behavior: contain; font-size: 15px; line-height: 1.65; }
.privacy-copy p { color: var(--muted); }
.privacy-copy h3 { margin: 22px 0 6px; font-size: 16px; font-weight: 550; letter-spacing: 0; }
.privacy-copy a { text-decoration: underline; }
html:not(.has-dialogs) .privacy-dialog:target { display: flex; flex-direction: column; position: fixed; inset: 0; margin: auto; z-index: 100; box-shadow: 0 0 0 100vmax rgb(30 42 50 / .45); }
html:not(.has-dialogs) body:has(.privacy-dialog:target) { overflow: hidden; }

@media (max-width: 750px) {
  .faq { padding-bottom: 44px; }
  .faq-layout { grid-template-columns: 1fr; gap: 32px; padding-top: 36px; }
  .faq h2 { max-width: 100%; }
  .faq-item summary { font-size: 17px; gap: 16px; }
  .faq-item p { padding-right: 0; }
  .privacy-dialog { padding: 20px 24px 28px; }
}
