/* Innovatrix Teams case study */

body.case-study--innovatrix {
  --ix-purple: #a37bff;
  --ix-purple-deep: #7c5cff;
  --ix-purple-soft: rgba(163, 123, 255, 0.14);
  --ix-navy: #050517;
  --ix-ink: #101018;
  --ix-muted: #5c5c6b;
  --ix-cream: #f7f6fb;
  background: #fff;
}

body.case-study--innovatrix .case-hero__tag {
  background: var(--ix-purple-soft);
  color: var(--ix-purple-deep);
}

body.case-study--innovatrix img {
  image-rendering: auto;
}

/* ── Introduction ── */
.ix-intro {
  background: var(--ix-cream);
  padding: clamp(72px, 11vw, 120px) var(--page-padding);
}

.ix-intro__inner {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.ix-intro__label {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ix-purple-deep);
  margin: 0 0 20px;
}

.ix-intro__title {
  font-family: "Inter", sans-serif;
  font-size: clamp(1.75rem, 4.5vw, 2.75rem);
  font-weight: 600;
  line-height: 1.15;
  color: var(--ix-ink);
  margin: 0 0 20px;
}

.ix-intro__text {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.5;
  color: var(--ix-muted);
  margin: 0 auto;
  max-width: 58ch;
}

/* ── Goals ── */
.ix-goals {
  display: grid;
  gap: 16px;
  margin-top: 36px;
  grid-template-columns: 1fr;
}

@media (min-width: 720px) {
  .ix-goals {
    grid-template-columns: repeat(2, 1fr);
  }
}

.ix-goal {
  padding: 24px 22px;
  border-radius: 20px;
  background: var(--ix-cream);
  border: 1px solid rgba(16, 16, 24, 0.06);
}

.ix-goal--accent {
  background: var(--ix-navy);
  border-color: transparent;
  color: #fff;
}

.ix-goal--accent h3,
.ix-goal--accent p,
.ix-goal--accent .ix-goal__num {
  color: #fff;
}

.ix-goal__num {
  margin: 0 0 10px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ix-purple-deep);
}

.ix-goal h3 {
  margin: 0 0 10px;
  font-family: "Inter", sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--ix-ink);
}

.ix-goal p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.5;
  color: var(--ix-muted);
}

.ix-goal--accent p {
  color: rgba(255, 255, 255, 0.72);
}

.ix-goal--accent .ix-goal__num {
  color: var(--ix-purple);
}

/* ── Page showcase ── */
.ix-pages {
  padding: clamp(48px, 8vw, 88px) clamp(16px, 4vw, 48px);
  background: #fff;
}

.ix-pages--alt {
  background: var(--ix-cream);
}

.ix-pages__inner {
  max-width: min(1280px, 100%);
  margin: 0 auto;
}

.ix-pages__header {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}

.ix-pages__header h2 {
  font-family: "Inter", sans-serif;
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
  font-weight: 600;
  color: var(--ix-ink);
  margin: 0 0 12px;
}

.ix-pages__header p {
  margin: 0;
  color: var(--ix-muted);
  font-size: clamp(0.98rem, 1.8vw, 1.08rem);
  line-height: 1.5;
}

.ix-pages__frame {
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  background: #fff;
  box-shadow:
    0 28px 70px rgba(5, 5, 23, 0.14),
    0 0 0 1px rgba(5, 5, 23, 0.06);
}

.ix-pages__frame img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}

.ix-pages__label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--ix-purple-soft);
  color: var(--ix-purple-deep);
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ── Brand system: typography + colors ── */
.ix-brand {
  padding: 0;
  margin: 0;
  background: #050517;
  color: #fff;
}

.ix-typeboard {
  padding: clamp(56px, 8vw, 96px) clamp(24px, 5vw, 72px) clamp(48px, 7vw, 80px);
  max-width: 1200px;
  margin: 0 auto;
}

.ix-typeboard__display {
  margin: 0 0 8px;
  font-family: "Funnel Display", sans-serif;
  font-weight: 700;
  font-size: clamp(2.75rem, 9vw, 5.75rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: #fff;
}

.ix-typeboard__display--onest {
  font-family: "Onest", sans-serif;
  font-size: clamp(2.4rem, 7vw, 4.5rem);
}

.ix-typeboard__face {
  margin-bottom: clamp(28px, 4vw, 40px);
}

.ix-typeboard__face--onest {
  margin-top: clamp(48px, 7vw, 72px);
  padding-top: clamp(36px, 5vw, 48px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ix-typeboard__badge {
  display: inline-block;
  margin: 0 0 12px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(156, 108, 252, 0.22);
  color: #c4b5fd;
  font-family: "Onest", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ix-typeboard__role {
  margin: 0 0 clamp(28px, 4vw, 40px);
  font-family: "Onest", sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.65);
}

.ix-typeboard__face--onest .ix-typeboard__role {
  margin-bottom: 24px;
}


.ix-typeboard__row {
  display: grid;
  gap: clamp(28px, 4vw, 48px);
  align-items: end;
}

@media (min-width: 900px) {
  .ix-typeboard__row {
    grid-template-columns: 1fr auto;
    align-items: end;
  }
}

.ix-typeboard__weights {
  display: grid;
  gap: clamp(22px, 3vw, 32px);
  grid-template-columns: 1fr;
}

@media (min-width: 720px) {
  .ix-typeboard__weights {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(20px, 3vw, 40px);
  }
}

.ix-typeboard__weight-label {
  margin: 0 0 10px;
  font-family: "Onest", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

.ix-typeboard__sample {
  margin: 0;
  font-family: "Funnel Display", sans-serif;
  font-size: clamp(0.72rem, 1.35vw, 0.9rem);
  line-height: 1.45;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.92);
  word-break: break-word;
}

.ix-typeboard__face--onest .ix-typeboard__sample {
  font-family: "Onest", sans-serif;
}

.ix-typeboard__sample--medium {
  font-weight: 500;
}

.ix-typeboard__sample--semibold {
  font-weight: 600;
}

.ix-typeboard__sample--bold {
  font-weight: 700;
}

.ix-typeboard__sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: flex-start;
  font-family: "Onest", sans-serif;
  font-size: clamp(0.95rem, 1.6vw, 1.15rem);
  font-weight: 500;
  color: #fff;
}

@media (min-width: 900px) {
  .ix-typeboard__sizes {
    flex-direction: row;
    justify-content: flex-end;
    max-width: 220px;
    text-align: right;
  }
}

.ix-palette {
  display: grid;
  width: 100%;
}

.ix-palette__swatch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: clamp(64px, 8vw, 84px);
  padding: 0 clamp(24px, 5vw, 72px);
  font-family: "Onest", sans-serif;
  font-size: clamp(0.95rem, 1.6vw, 1.125rem);
  font-weight: 500;
}

.ix-palette__swatch--midnight {
  background: #050517;
  color: #ffffff;
}

.ix-palette__swatch--ink {
  background: #181830;
  color: #ffffff;
}

.ix-palette__swatch--primary {
  background: #9c6cfc;
  color: #ffffff;
}

.ix-palette__swatch--lavender {
  background: #a884fc;
  color: #050517;
}

.ix-palette__swatch--pink {
  background: #f0c0f0;
  color: #050517;
}

.ix-palette__swatch--lime {
  background: #c1ff72;
  color: #050517;
}

.ix-palette__swatch--chartreuse {
  background: #e4fc60;
  color: #050517;
}

.ix-palette__swatch--mint {
  background: #84d86c;
  color: #050517;
}

.ix-palette__swatch--sky {
  background: #a8d8f0;
  color: #050517;
}

.ix-palette__swatch--cloud {
  background: #e4e4f0;
  color: #050517;
}

.ix-palette__swatch--white {
  background: #ffffff;
  color: #050517;
  box-shadow: inset 0 1px 0 rgba(5, 5, 23, 0.08);
}

/* ── Story / research sections ── */
.ix-section-label {
  margin: 0 0 12px;
  font-family: "Onest", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9c6cfc;
}

/* Hero desktop + mobile duo */
.ix-hero-duo {
  padding: clamp(56px, 9vw, 96px) var(--page-padding, clamp(40px, 8vw, 160px));
  background: #f7f6fb;
}

.ix-hero-duo__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.ix-hero-duo h2 {
  margin: 0 0 12px;
  font-family: "Funnel Display", sans-serif;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  color: #101018;
}

.ix-hero-duo__lead {
  margin: 0 0 36px;
  max-width: 48ch;
  font-family: "Onest", sans-serif;
  color: #5c5c6b;
  line-height: 1.55;
}

.ix-hero-duo__grid {
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr;
  align-items: end;
}

.ix-hero-duo__card {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ix-hero-duo__card figcaption {
  font-family: "Onest", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9c6cfc;
}

.ix-hero-duo__frame,
.ix-hero-duo__phone {
  background: #050517;
  padding: 10px;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(5, 5, 23, 0.18);
  box-sizing: border-box;
}

.ix-hero-duo__frame img,
.ix-hero-duo__phone img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  background: #fff;
}

.ix-hero-duo__phone {
  max-width: 300px;
  margin: 0 auto;
}

@media (min-width: 900px) {
  .ix-hero-duo__grid {
    grid-template-columns: 1.35fr auto;
    align-items: end;
    gap: 28px;
  }

  .ix-hero-duo__card--mobile {
    justify-content: flex-end;
    width: min(300px, 28vw);
  }

  .ix-hero-duo__phone {
    max-width: 100%;
    width: 100%;
  }

  .ix-hero-duo__phone img {
    width: 100%;
    height: auto;
    object-fit: unset;
  }
}

/* Mobile designs gallery */
.ix-mobile {
  padding: clamp(64px, 10vw, 100px) var(--page-padding, clamp(40px, 8vw, 160px));
  background: #050517;
  color: #fff;
}

.ix-mobile__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.ix-mobile .ix-section-label {
  color: #c1ff72;
}

.ix-mobile h2 {
  margin: 0 0 12px;
  font-family: "Funnel Display", sans-serif;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
}

.ix-mobile__lead {
  margin: 0 0 36px;
  max-width: 52ch;
  font-family: "Onest", sans-serif;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.55;
}

.ix-mobile__grid {
  display: grid;
  gap: 28px 20px;
  grid-template-columns: 1fr;
}

@media (min-width: 600px) {
  .ix-mobile__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1000px) {
  .ix-mobile__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .ix-mobile__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.ix-mobile__item {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ix-mobile__item figcaption {
  font-family: "Onest", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
}

.ix-mobile__phone {
  background: #181830;
  padding: 8px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.ix-mobile__phone img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  background: #fff;
}

/* Overview - editorial */
.ix-overview {
  padding: clamp(64px, 10vw, 100px) var(--page-padding, clamp(40px, 8vw, 160px));
  background: #fff;
}

.ix-overview__inner {
  max-width: 820px;
  margin: 0 auto;
}

.ix-overview h2 {
  margin: 0 0 28px;
  font-family: "Funnel Display", sans-serif;
  font-size: clamp(1.75rem, 3.8vw, 2.6rem);
  line-height: 1.15;
  color: #101018;
}

.ix-overview__body {
  border-left: 3px solid #9c6cfc;
  padding-left: clamp(20px, 3vw, 32px);
  display: grid;
  gap: 18px;
}

.ix-overview__lead {
  margin: 0;
  font-family: "Onest", sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.65;
  color: #101018;
  font-weight: 500;
}

.ix-overview__body p:last-child {
  margin: 0;
  font-family: "Onest", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  color: #5c5c6b;
}


.ix-pas__link {
  margin-top: 16px !important;
}

.ix-overview-grid,
.ix-approach-grid {
  display: grid;
  gap: 16px;
  margin-top: 28px;
  grid-template-columns: 1fr;
}

@media (min-width: 720px) {
  .ix-overview-grid { grid-template-columns: repeat(3, 1fr); }
  .ix-approach-grid { grid-template-columns: repeat(2, 1fr); }
}

.ix-overview-grid article,
.ix-approach-card {
  padding: 22px 20px;
  border-radius: 18px;
  background: var(--ix-cream, #f7f6fb);
  border: 1px solid rgba(5, 5, 23, 0.06);
}

.ix-overview-grid h3,
.ix-approach-card h3 {
  margin: 0 0 8px;
  font-family: "Funnel Display", "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--ix-ink, #101018);
}

.ix-overview-grid p,
.ix-approach-card p,
.ix-bullet-list {
  margin: 0;
  font-family: "Onest", "DM Sans", sans-serif;
  color: var(--ix-muted, #5c5c6b);
  line-height: 1.5;
}

.ix-bullet-list {
  margin-top: 24px;
  padding-left: 1.15em;
  display: grid;
  gap: 12px;
}

.ix-approach-card__num {
  margin: 0 0 8px;
  font-family: "Onest", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #9c6cfc;
}

/* Process orbit */
.ix-process-lab {
  padding: clamp(72px, 11vw, 120px) var(--page-padding, clamp(40px, 8vw, 160px));
  background:
    radial-gradient(circle at 20% 20%, rgba(156, 108, 252, 0.14), transparent 45%),
    radial-gradient(circle at 80% 80%, rgba(193, 255, 114, 0.1), transparent 40%),
    #050517;
  color: #fff;
}

.ix-process-lab__inner {
  max-width: 980px;
  margin: 0 auto;
}

.ix-process-lab .ix-section-label {
  color: #c1ff72;
}

.ix-process-lab h2 {
  margin: 0 0 14px;
  font-family: "Funnel Display", sans-serif;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  max-width: 20ch;
}

.ix-process-lab__lead {
  margin: 0 0 40px;
  max-width: 52ch;
  font-family: "Onest", sans-serif;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.55;
}

.ix-process-orbit {
  position: relative;
  width: min(100%, 520px);
  aspect-ratio: 1;
  margin: 0 auto 36px;
}

.ix-process-orbit__ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ix-process-orbit__hub {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  background: linear-gradient(145deg, #9c6cfc, #6b3fd4);
  box-shadow: 0 0 0 12px rgba(156, 108, 252, 0.15), 0 20px 50px rgba(0, 0, 0, 0.35);
  font-family: "Onest", sans-serif;
}

.ix-process-orbit__hub-label {
  font-family: "Funnel Display", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
}

.ix-process-orbit__hub-sub {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.75;
}

.ix-process-orbit__node {
  position: absolute;
  z-index: 3;
  width: 132px;
  padding: 12px 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
  font-family: "Onest", sans-serif;
  text-align: center;
}

.ix-process-orbit__node h3 {
  margin: 4px 0;
  font-family: "Funnel Display", sans-serif;
  font-size: 0.95rem;
}

.ix-process-orbit__node p {
  margin: 0;
  font-size: 0.68rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.62);
}

.ix-process-orbit__num {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #c1ff72;
  color: #050517;
  font-size: 0.65rem;
  font-weight: 700;
}

.ix-process-orbit__node--1 { top: 2%; left: 50%; transform: translateX(-50%); }
.ix-process-orbit__node--2 { top: 18%; right: 2%; }
.ix-process-orbit__node--3 { bottom: 18%; right: 2%; }
.ix-process-orbit__node--4 { bottom: 2%; left: 50%; transform: translateX(-50%); }
.ix-process-orbit__node--5 { bottom: 18%; left: 2%; }
.ix-process-orbit__node--6 { top: 18%; left: 2%; }

/* Mobile: vertical process timeline (orbit collapses) */
@media (max-width: 719px) {
  .ix-process-orbit {
    width: 100%;
    aspect-ratio: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 28px;
  }

  .ix-process-orbit__ring {
    display: none;
  }

  .ix-process-orbit__hub {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    height: auto;
    min-height: 72px;
    border-radius: 14px;
    box-shadow: none;
    padding: 16px;
    order: 7;
    margin-top: 6px;
  }

  .ix-process-orbit__node {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 100%;
    display: grid;
    grid-template-columns: 28px 1fr;
    grid-template-rows: auto auto;
    column-gap: 12px;
    row-gap: 2px;
    text-align: left;
    padding: 14px 16px;
    border-radius: 12px;
  }

  .ix-process-orbit__num {
    grid-row: 1 / span 2;
    align-self: center;
  }

  .ix-process-orbit__node h3 {
    margin: 0;
    font-size: 1.05rem;
  }

  .ix-process-orbit__node p {
    font-size: 0.82rem;
  }

  .ix-process-orbit__node--1 { order: 1; }
  .ix-process-orbit__node--2 { order: 2; }
  .ix-process-orbit__node--3 { order: 3; }
  .ix-process-orbit__node--4 { order: 4; }
  .ix-process-orbit__node--5 { order: 5; }
  .ix-process-orbit__node--6 { order: 6; }
}

.ix-process-gates {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .ix-process-gates { grid-template-columns: 1fr 1fr; }
}

.ix-process-gates article {
  padding: 18px 16px;
  border: 1px dashed rgba(193, 255, 114, 0.45);
  background: rgba(193, 255, 114, 0.06);
  font-family: "Onest", sans-serif;
}

.ix-process-gates__tag {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #c1ff72;
}

.ix-process-gates h3 {
  margin: 0 0 6px;
  font-family: "Funnel Display", sans-serif;
  font-size: 1.1rem;
}

.ix-process-gates p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.68);
}

/* Sitemap */
.ix-sitemap {
  padding: clamp(72px, 11vw, 120px) var(--page-padding, clamp(40px, 8vw, 160px));
  background: #ececec;
}

.ix-sitemap__inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.ix-sitemap__title {
  margin: 0 0 12px;
  font-family: "Funnel Display", sans-serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 600;
  color: #101018;
}

.ix-sitemap__desc {
  margin: 0 auto 48px;
  max-width: 52ch;
  font-family: "Onest", sans-serif;
  font-size: 0.98rem;
  line-height: 1.55;
  color: #5c5c6b;
}

.ix-sitemap__viz {
  position: relative;
  padding: 12px 8px 24px;
}

.ix-sitemap__home,
.ix-sitemap__page {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  min-height: 72px;
  padding: 18px 14px 12px;
  background: #fff;
  border: 1px solid rgba(5, 5, 23, 0.08);
  font-family: "Onest", sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  color: #101018;
}

.ix-sitemap__home {
  background: #050517;
  color: #fff;
  min-width: 140px;
  min-height: 80px;
  margin: 0 auto;
}

.ix-sitemap__dots {
  display: none;
}

.ix-sitemap__branch-row {
  display: flex;
  gap: 10px;
  position: relative;
}

.ix-sitemap__branch-row::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  width: 2px;
  height: 16px;
  background: #050517;
  transform: translateX(-50%);
}

.ix-sitemap__col--branch .ix-sitemap__substem {
  height: 20px;
}

.ix-sitemap__page--sub {
  min-width: 96px;
  min-height: 64px;
  font-size: 0.8rem;
}

.ix-sitemap__label {
  margin-top: 8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.ix-sitemap__connector {
  position: relative;
  height: 56px;
  margin: 0 auto;
  max-width: 920px;
}

.ix-sitemap__stem {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 28px;
  background: #050517;
  transform: translateX(-50%);
}

.ix-sitemap__rail {
  position: absolute;
  top: 28px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: #050517;
}

.ix-sitemap__kicker {
  color: #9c6cfc;
  margin-bottom: 8px;
}

.ix-sitemap__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 920px;
  margin: 0 auto;
}

.ix-sitemap__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.ix-sitemap__col::before {
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  width: 2px;
  height: 28px;
  background: #050517;
  transform: translateX(-50%);
}

.ix-sitemap__col--branch {
  gap: 0;
}

.ix-sitemap__substem {
  display: block;
  width: 2px;
  height: 32px;
  background: #050517;
}

.ix-sitemap__page--sub {
  margin-top: 0;
}

.ix-sitemap__page--sub::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #050517;
  transform: translateX(-50%);
}

/* Mobile: vertical sitemap tree */
@media (max-width: 719px) {
  .ix-sitemap__viz {
    padding: 0;
    max-width: 280px;
    margin: 0 auto;
  }

  .ix-sitemap__home {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    margin: 0;
  }

  .ix-sitemap__connector {
    height: 28px;
    max-width: none;
  }

  .ix-sitemap__stem {
    height: 28px;
  }

  .ix-sitemap__rail {
    display: none;
  }

  .ix-sitemap__row {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-width: none;
  }

  .ix-sitemap__col {
    width: 100%;
    align-items: stretch;
    padding-left: 28px;
    position: relative;
  }

  .ix-sitemap__col::before {
    top: 0;
    left: 10px;
    width: 2px;
    height: 100%;
    transform: none;
  }

  .ix-sitemap__col::after {
    content: "";
    position: absolute;
    top: 28px;
    left: 10px;
    width: 18px;
    height: 2px;
    background: #050517;
  }

  .ix-sitemap__page {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    margin-bottom: 10px;
    box-sizing: border-box;
  }

  .ix-sitemap__col--branch {
    gap: 0;
  }

  .ix-sitemap__substem {
    display: none;
  }

  .ix-sitemap__branch-row {
    flex-direction: column;
    gap: 0;
    padding-left: 20px;
    position: relative;
  }

  .ix-sitemap__branch-row::before {
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    transform: none;
  }

  .ix-sitemap__page--sub {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    margin-bottom: 10px;
    position: relative;
  }

  .ix-sitemap__page--sub::before {
    content: "";
    position: absolute;
    top: 24px;
    left: -20px;
    width: 20px;
    height: 2px;
    background: #050517;
  }

  .ix-sitemap__page--sub::after {
    display: none;
  }

  .ix-sitemap__col:last-child {
    margin-bottom: 0;
  }

  .ix-sitemap__col:last-child::before {
    height: 28px;
  }
}

/* Lo-fi wireframes */
.ix-lofi {
  padding: clamp(64px, 10vw, 100px) var(--page-padding, clamp(40px, 8vw, 160px));
  background: #f7f6fb;
}

.ix-lofi__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.ix-lofi h2 {
  margin: 0 0 12px;
  font-family: "Funnel Display", sans-serif;
  font-size: clamp(1.6rem, 3.5vw, 2.3rem);
  color: #101018;
}

.ix-lofi__lead {
  margin: 0 0 32px;
  max-width: 58ch;
  font-family: "Onest", sans-serif;
  color: #5c5c6b;
  line-height: 1.55;
}

.ix-lofi__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  .ix-lofi__grid { grid-template-columns: repeat(3, 1fr); align-items: start; }
}

.ix-lofi__item {
  margin: 0;
  background: #fff;
  border: 1px solid rgba(5, 5, 23, 0.08);
  box-shadow: 0 12px 32px rgba(5, 5, 23, 0.06);
  overflow: hidden;
}

.ix-lofi__caption {
  padding: 12px 14px;
  margin: 0;
  font-family: "Onest", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9c6cfc;
  border-bottom: 1px solid rgba(5, 5, 23, 0.06);
}

.ix-lofi__item img {
  display: block;
  width: 100%;
  height: auto;
}

.ix-wf__head p {
  margin: 4px 0 0;
  font-family: "Onest", sans-serif;
  font-size: 0.88rem;
  color: #5c5c6b;
}

.ix-wf__tag {
  display: inline-block;
  padding: 4px 10px;
  background: #050517;
  color: #c1ff72;
  font-family: "Onest", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ix-wf__screen {
  background: #fff;
  border: 1px solid rgba(5, 5, 23, 0.1);
  padding: 10px;
  display: grid;
  gap: 8px;
  box-shadow: 0 16px 40px rgba(5, 5, 23, 0.08);
}

.ix-wf__bar {
  display: flex;
  gap: 4px;
}

.ix-wf__bar span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d8d8e4;
}

.ix-wf__bar span:first-child { background: #f0c0f0; }
.ix-wf__bar span:nth-child(2) { background: #e4fc60; }
.ix-wf__bar span:nth-child(3) { background: #84d86c; }

.ix-wf__nav {
  display: grid;
  grid-template-columns: 28px 1fr 36px;
  gap: 6px;
  align-items: center;
}

.ix-wf__logo {
  height: 10px;
  background: #ececf2;
  border-radius: 2px;
}

.ix-wf__navlinks {
  height: 8px;
  background: repeating-linear-gradient(90deg, #ececf2 0 18px, transparent 18px 22px);
}

.ix-wf__cta {
  height: 14px;
  background: #050517;
  border-radius: 999px;
}

.ix-wf__hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 8px;
  min-height: 72px;
}

.ix-wf__hero--short {
  grid-template-columns: 1fr;
  min-height: auto;
}

.ix-wf__hero--split {
  min-height: 56px;
}

.ix-wf__hero-copy {
  display: grid;
  gap: 6px;
  align-content: center;
}

.ix-wf__line {
  display: block;
  height: 8px;
  background: #ececf2;
  border-radius: 2px;
}

.ix-wf__line--lg { width: 92%; }
.ix-wf__line--md { width: 72%; }
.ix-wf__line--sm { width: 48%; }

.ix-wf__btn {
  width: 48px;
  height: 14px;
  background: #9c6cfc;
  border-radius: 999px;
}

.ix-wf__hero-visual {
  background: #ececf2;
  border: 2px dashed #d0d0dc;
  min-height: 72px;
}

.ix-wf__hero-visual--sm {
  min-height: 56px;
}

.ix-wf__cards {
  display: grid;
  gap: 6px;
}

.ix-wf__cards--4 { grid-template-columns: repeat(4, 1fr); }
.ix-wf__cards--3 { grid-template-columns: repeat(3, 1fr); }

.ix-wf__cards span,
.ix-wf__card-dark {
  display: block;
  height: 36px;
  background: #ececf2;
  border: 1px solid #e0e0ea;
}

.ix-wf__cards--services .ix-wf__card-dark {
  background: #050517;
  border-color: #050517;
}

.ix-wf__logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
}

.ix-wf__logos span {
  height: 14px;
  background: #f3f3f8;
  border-radius: 2px;
}

.ix-wf__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.ix-wf__block {
  height: 40px;
  background: #ececf2;
  border: 1px dashed #d0d0dc;
}

.ix-wf__banner {
  height: 48px;
  background: #050517;
  opacity: 0.85;
}

.ix-wf__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.ix-wf__stats span {
  height: 28px;
  background: #ececf2;
}

.ix-wf__team {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}

.ix-wf__team span {
  height: 44px;
  background: #ececf2;
  border-radius: 4px;
}

.ix-wf__roles {
  display: grid;
  gap: 6px;
}

.ix-wf__roles span {
  height: 18px;
  background: #f3f3f8;
}

.ix-wf__faq {
  display: grid;
  gap: 4px;
}

.ix-wf__faq span {
  height: 12px;
  background: #f3f3f8;
}

.ix-wf__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}

.ix-wf__grid span {
  height: 32px;
  background: #ececf2;
}

.ix-wf__cta-band {
  display: grid;
  place-items: center;
  padding: 8px 0;
  background: #f3f3f8;
}

.ix-wf__footer {
  height: 24px;
  background: #050517;
  opacity: 0.9;
}

.ix-process {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}

@media (min-width: 800px) {
  .ix-process { grid-template-columns: repeat(3, 1fr); }
}

.ix-process li {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 16px;
  border-radius: 16px;
  background: #050517;
  color: #fff;
  font-family: "Onest", sans-serif;
}

.ix-process strong {
  font-family: "Funnel Display", sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
}

.ix-process span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
  line-height: 1.4;
}

/* Personas */
.ix-personas {
  padding: clamp(64px, 10vw, 100px) var(--page-padding, clamp(40px, 8vw, 160px));
  background: #fff;
}

.ix-personas__inner {
  max-width: 1120px;
  margin: 0 auto;
}

.ix-personas h2 {
  margin: 0 0 28px;
  font-family: "Funnel Display", "Inter", sans-serif;
  font-size: clamp(1.6rem, 3.5vw, 2.3rem);
  color: #101018;
}

.ix-persona-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  .ix-persona-grid { grid-template-columns: repeat(3, 1fr); }
}

.ix-persona {
  padding: 24px 20px;
  border-radius: 20px;
  background: #f7f6fb;
  border: 1px solid rgba(5, 5, 23, 0.06);
}

.ix-persona__img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  margin-bottom: 16px;
  display: block;
  background: #e4e4f0;
  box-shadow: 0 8px 24px rgba(5, 5, 23, 0.12);
}

.ix-persona h3 {
  margin: 0 0 4px;
  font-family: "Funnel Display", sans-serif;
  font-size: 1.25rem;
  color: #101018;
}

.ix-persona__role {
  margin: 0 0 12px;
  font-family: "Onest", sans-serif;
  font-size: 13px;
  color: #5c5c6b;
}

.ix-persona__quote {
  margin: 0 0 16px;
  font-family: "Onest", sans-serif;
  font-size: 0.95rem;
  font-style: italic;
  color: #3a3a48;
  line-height: 1.45;
}

.ix-persona__cols {
  display: grid;
  gap: 14px;
}

.ix-persona__cols h4 {
  margin: 0 0 6px;
  font-family: "Onest", sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9c6cfc;
}

.ix-persona__cols ul {
  margin: 0;
  padding-left: 1.1em;
  font-family: "Onest", sans-serif;
  font-size: 0.88rem;
  color: #5c5c6b;
  line-height: 1.45;
}

/* Empathy */
.ix-empathy {
  padding: clamp(64px, 10vw, 100px) var(--page-padding, clamp(40px, 8vw, 160px));
  background: #f7f6fb;
}

.ix-empathy__inner {
  max-width: 960px;
  margin: 0 auto;
}

.ix-empathy h2 {
  margin: 0 0 28px;
  font-family: "Funnel Display", sans-serif;
  font-size: clamp(1.5rem, 3.2vw, 2.1rem);
  color: #101018;
}

.ix-empathy__map {
  position: relative;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}

@media (min-width: 720px) {
  .ix-empathy__map {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    min-height: 420px;
  }
}

.ix-empathy__q {
  position: relative;
  z-index: 1;
  padding: 22px 20px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(5, 5, 23, 0.06);
}

.ix-empathy__q h3 {
  margin: 0 0 10px;
  font-family: "Onest", sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9c6cfc;
}

.ix-empathy__q ul {
  margin: 0;
  padding-left: 1.1em;
  font-family: "Onest", sans-serif;
  font-size: 0.95rem;
  color: #3a3a48;
  line-height: 1.45;
}

.ix-empathy__center {
  display: none;
}

@media (min-width: 720px) {
  .ix-empathy__center {
    display: grid;
    place-items: center;
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #050517;
    color: #fff;
    font-family: "Funnel Display", sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    z-index: 2;
    box-shadow: 0 8px 24px rgba(5, 5, 23, 0.2);
  }
}

/* Survey + quant */
.ix-survey {
  margin-top: 36px;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(5, 5, 23, 0.08);
  box-shadow: 0 16px 40px rgba(5, 5, 23, 0.06);
}

.ix-survey__chrome {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #f3f2f7;
  border-bottom: 1px solid rgba(5, 5, 23, 0.06);
  font-family: "Onest", sans-serif;
  font-size: 12px;
  color: #5c5c6b;
}

.ix-survey__chrome span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d1d1d6;
}

.ix-survey__chrome span:nth-child(1) { background: #ff5f57; }
.ix-survey__chrome span:nth-child(2) { background: #febc2e; }
.ix-survey__chrome span:nth-child(3) { background: #28c840; }

.ix-survey__chrome p { margin: 0 0 0 8px; }

.ix-survey__q {
  margin: 0;
  padding: 32px 28px 24px;
  display: grid;
  gap: 28px;
  font-family: "Onest", sans-serif;
}

.ix-survey__q > li {
  padding-bottom: 8px;
}

.ix-survey__hint {
  margin: -4px 0 10px !important;
  font-weight: 500 !important;
  font-size: 0.88rem !important;
  color: #5c5c6b !important;
}

/* Hero secondary CTA */
body.case-study--innovatrix .case-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

body.case-study--innovatrix .case-hero__connect--ghost {
  background: transparent;
  color: #101018;
  border: 1.5px solid rgba(16, 16, 24, 0.2);
}

body.case-study--innovatrix .case-hero__connect--ghost:hover {
  border-color: #9c6cfc;
  color: #9c6cfc;
}

.ix-survey__opts,
.ix-survey__scale {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ix-survey__opts span,
.ix-survey__scale span {
  padding: 8px 12px;
  border-radius: 10px;
  background: #f7f6fb;
  border: 1px solid rgba(5, 5, 23, 0.08);
  font-size: 0.88rem;
  color: #3a3a48;
}

.ix-survey__scale span:nth-child(n+8) {
  background: rgba(156, 108, 252, 0.14);
  border-color: rgba(156, 108, 252, 0.35);
  color: #5b3db8;
}

.ix-quant {
  display: grid;
  gap: 12px;
  margin-top: 22px;
  grid-template-columns: 1fr;
}

@media (min-width: 720px) {
  .ix-quant { grid-template-columns: repeat(4, 1fr); }
}

.ix-quant article {
  padding: 18px 16px;
  border-radius: 16px;
  background: #050517;
  color: #fff;
  font-family: "Onest", sans-serif;
}

.ix-quant strong {
  display: block;
  margin-bottom: 6px;
  font-family: "Funnel Display", sans-serif;
  font-size: 1.6rem;
  color: #c1ff72;
}

.ix-quant span {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
}

/* Problem / Approach / Solution band */
.ix-pas {
  padding: clamp(64px, 10vw, 100px) var(--page-padding, clamp(40px, 8vw, 160px));
  background:
    radial-gradient(ellipse 80% 60% at 10% 0%, rgba(156, 108, 252, 0.18), transparent 55%),
    radial-gradient(ellipse 60% 50% at 90% 100%, rgba(193, 255, 114, 0.14), transparent 50%),
    #050517;
  color: #fff;
}

.ix-pas__inner {
  max-width: 1120px;
  margin: 0 auto;
}

.ix-pas .ix-section-label {
  color: #c1ff72;
}

.ix-pas h2 {
  margin: 0 0 32px;
  font-family: "Funnel Display", sans-serif;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  max-width: 18ch;
}

.ix-pas__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  .ix-pas__grid { grid-template-columns: repeat(3, 1fr); }
}

.ix-pas__card {
  position: relative;
  padding: 24px 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  font-family: "Onest", sans-serif;
  overflow: hidden;
}

.ix-pas__card--problem { border-top: 3px solid #f0c0f0; }
.ix-pas__card--approach { border-top: 3px solid #9c6cfc; }
.ix-pas__card--solution { border-top: 3px solid #c1ff72; }

.ix-pas__eyebrow {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.ix-pas__card h3 {
  margin: 0 0 12px;
  font-family: "Funnel Display", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}

.ix-pas__card p,
.ix-pas__card li {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  line-height: 1.5;
}

.ix-pas__card ul {
  margin: 16px 0 0;
  padding-left: 1.1em;
  display: grid;
  gap: 8px;
}

.ix-pas__link {
  margin-top: 18px !important;
}

.ix-pas__link a {
  color: #c1ff72;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Usability lab */
.ix-usability-lab {
  padding: clamp(64px, 10vw, 100px) var(--page-padding, clamp(40px, 8vw, 160px));
  background:
    linear-gradient(160deg, #f7f6fb 0%, #fff 40%, #f0eaff 100%);
  position: relative;
  overflow: hidden;
}

.ix-usability-lab::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(156, 108, 252, 0.12);
  top: -80px;
  right: -60px;
  pointer-events: none;
}

.ix-usability-lab::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  background: rgba(193, 255, 114, 0.25);
  bottom: 40px;
  left: -40px;
  transform: rotate(18deg);
  pointer-events: none;
}

.ix-usability-lab__inner {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.ix-usability-lab h2 {
  margin: 0 0 12px;
  font-family: "Funnel Display", sans-serif;
  font-size: clamp(1.6rem, 3.5vw, 2.3rem);
  color: #101018;
}

.ix-usability-lab__lead {
  margin: 0 0 28px;
  max-width: 58ch;
  font-family: "Onest", sans-serif;
  color: #5c5c6b;
  line-height: 1.5;
}

.ix-lab-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 800px) {
  .ix-lab-grid { grid-template-columns: repeat(2, 1fr); }
}

.ix-lab-card {
  position: relative;
  padding: 26px 22px 22px;
  font-family: "Onest", sans-serif;
  overflow: hidden;
  min-height: 220px;
  display: flex;
  flex-direction: column;
}

.ix-lab-card__shape {
  position: absolute;
  pointer-events: none;
}

.ix-lab-card--violet {
  background: linear-gradient(145deg, #9c6cfc 0%, #6b3fd4 100%);
  color: #fff;
}

.ix-lab-card--violet .ix-lab-card__shape {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  top: -40px;
  right: -30px;
}

.ix-lab-card--lime {
  background: linear-gradient(145deg, #c1ff72 0%, #84d86c 100%);
  color: #050517;
}

.ix-lab-card--lime .ix-lab-card__shape {
  width: 100px;
  height: 100px;
  background: rgba(5, 5, 23, 0.08);
  bottom: -20px;
  right: 24px;
  transform: rotate(45deg);
}

.ix-lab-card--pink {
  background: linear-gradient(145deg, #f0c0f0 0%, #e8a0e8 100%);
  color: #050517;
}

.ix-lab-card--pink .ix-lab-card__shape {
  width: 160px;
  height: 80px;
  border-radius: 80px;
  background: rgba(255, 255, 255, 0.35);
  top: 20px;
  right: -40px;
}

.ix-lab-card--navy {
  background: #050517;
  color: #fff;
}

.ix-lab-card--navy .ix-lab-card__shape {
  width: 0;
  height: 0;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-bottom: 120px solid rgba(156, 108, 252, 0.35);
  top: -20px;
  right: -20px;
}

.ix-lab-card__tag {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.75;
}

.ix-lab-card h3 {
  margin: 0 0 10px;
  font-family: "Funnel Display", sans-serif;
  font-size: 1.35rem;
  position: relative;
}

.ix-lab-card > p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.45;
  opacity: 0.9;
  position: relative;
  flex: 1;
}

.ix-lab-card ul {
  margin: 0;
  padding-left: 1.1em;
  display: grid;
  gap: 6px;
  font-size: 0.92rem;
  line-height: 1.4;
  position: relative;
}

.ix-lab-card__stat {
  margin-top: 18px;
  display: flex;
  align-items: baseline;
  gap: 10px;
  position: relative;
}

.ix-lab-card__stat strong {
  font-family: "Funnel Display", sans-serif;
  font-size: 1.6rem;
}

.ix-lab-card__stat span {
  font-size: 0.85rem;
  opacity: 0.8;
  line-height: 1.3;
}

/* Flows - flowchart */
.ix-flows {
  padding: clamp(64px, 10vw, 100px) var(--page-padding, clamp(40px, 8vw, 160px));
  background: #fff;
}

.ix-flows__inner {
  max-width: 960px;
  margin: 0 auto;
}

.ix-flows h2 {
  margin: 0 0 28px;
  font-family: "Funnel Display", sans-serif;
  font-size: clamp(1.5rem, 3.2vw, 2.1rem);
  color: #101018;
}

.ix-flowchart {
  margin-bottom: 36px;
  padding: 28px 20px;
  background: #f7f6fb;
  border: 1px solid rgba(5, 5, 23, 0.06);
}

.ix-flowchart__title {
  margin: 0 0 22px;
  text-align: center;
  font-family: "Onest", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9c6cfc;
}

.ix-flowchart__canvas {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  font-family: "Onest", sans-serif;
}

.ix-fc-node {
  min-width: 180px;
  max-width: 240px;
  padding: 14px 16px;
  text-align: center;
  background: #fff;
  border: 2px solid #9c6cfc;
  color: #101018;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.35;
  box-shadow: 0 8px 20px rgba(156, 108, 252, 0.12);
}

.ix-fc-node small {
  display: block;
  margin-top: 4px;
  font-weight: 500;
  font-size: 0.78rem;
  color: #5c5c6b;
}

.ix-fc-node--start {
  background: #9c6cfc;
  color: #fff;
  border-color: #9c6cfc;
  border-radius: 999px;
}

.ix-fc-node--start small { color: rgba(255, 255, 255, 0.85); }

.ix-fc-node--end {
  background: #050517;
  color: #fff;
  border-color: #050517;
}

.ix-fc-node--end small { color: rgba(255, 255, 255, 0.7); }

.ix-fc-node--exit {
  background: #fff;
  border-color: #f0c0f0;
  border-style: dashed;
  color: #5c5c6b;
}

.ix-fc-diamond {
  width: 120px;
  height: 120px;
  display: grid;
  place-items: center;
  text-align: center;
  background: #c1ff72;
  color: #050517;
  font-weight: 700;
  font-size: 0.82rem;
  line-height: 1.25;
  transform: rotate(45deg);
  margin: 16px 0;
  border: 2px solid #84d86c;
}

.ix-fc-diamond span {
  display: block;
  transform: rotate(-45deg);
  max-width: 7ch;
}

.ix-fc-line {
  width: 2px;
  height: 28px;
  background: linear-gradient(#9c6cfc, #84d86c);
}

.ix-fc-branch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  width: min(100%, 520px);
  margin-top: 8px;
}

.ix-fc-branch__col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ix-fc-label {
  display: inline-block;
  margin-bottom: 6px;
  padding: 2px 10px;
  background: #050517;
  color: #c1ff72;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (max-width: 560px) {
  .ix-fc-branch {
    grid-template-columns: 1fr;
  }
}

/* KPIs */
.ix-kpis {
  padding: clamp(64px, 10vw, 100px) var(--page-padding, clamp(40px, 8vw, 160px));
  background: #050517;
  color: #fff;
}

.ix-kpis__inner {
  max-width: 1120px;
  margin: 0 auto;
}

.ix-kpis .ix-section-label {
  color: #c1ff72;
}

.ix-kpis h2 {
  margin: 0 0 12px;
  font-family: "Funnel Display", sans-serif;
  font-size: clamp(1.6rem, 3.5vw, 2.3rem);
}

.ix-kpis__lead {
  margin: 0 0 28px;
  max-width: 58ch;
  font-family: "Onest", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}

.ix-kpi-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}

@media (min-width: 800px) {
  .ix-kpi-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1100px) {
  .ix-kpi-grid { grid-template-columns: repeat(4, 1fr); }
}

.ix-kpi {
  position: relative;
  padding: 22px 18px 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-family: "Onest", sans-serif;
  overflow: hidden;
}

.ix-kpi--good {
  border-bottom: 3px solid #c1ff72;
}

.ix-kpi__badge {
  display: inline-block;
  margin: 0 0 14px;
  padding: 4px 10px;
  background: rgba(193, 255, 114, 0.16);
  color: #c1ff72;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ix-kpi strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Funnel Display", sans-serif;
  font-size: clamp(2rem, 4vw, 2.5rem);
  color: #fff;
  line-height: 1;
}

.ix-kpi__label {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  line-height: 1.4;
  margin-bottom: 12px;
}

.ix-kpi__verdict {
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #c1ff72;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.4;
}

/* Explore more - fix white-on-white */
body.case-study--innovatrix .jg-more-work.ix-more-work {
  background: #050517;
}

body.case-study--innovatrix .jg-more-work.ix-more-work .cs-carousel-bar__title,
body.case-study--innovatrix .jg-more-work.ix-more-work .cs-thank-you__line,
body.case-study--innovatrix .jg-more-work.ix-more-work .jg-more-work__line,
body.case-study--innovatrix .jg-more-work.ix-more-work .project-slide h3 {
  color: #fff;
}

body.case-study--innovatrix .jg-more-work.ix-more-work .project-slide p {
  color: rgba(255, 255, 255, 0.72);
}

body.case-study--innovatrix .jg-more-work.ix-more-work .project-slide {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* User flow - reference style */
.ix-uf {
  padding: clamp(64px, 10vw, 100px) var(--page-padding, clamp(40px, 8vw, 160px));
  background: #fff;
}

.ix-uf__inner {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

.ix-uf .ix-section-label {
  color: #9c6cfc;
}

.ix-uf__title {
  margin: 0 0 14px;
  font-family: "Funnel Display", sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  color: #101018;
}

.ix-uf__lead {
  margin: 0 auto 48px;
  max-width: 52ch;
  font-family: "Onest", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #5c5c6b;
}

.ix-uf__board {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  position: relative;
}

@media (min-width: 860px) {
  .ix-uf__board {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    align-items: start;
  }
}

.ix-uf__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.ix-uf__box {
  min-width: min(100%, 168px);
  padding: 14px 16px;
  border: 2px solid #4db6ac;
  border-radius: 14px;
  background: #fff;
  font-family: "Onest", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: #101018;
  line-height: 1.35;
}

.ix-uf__box--end {
  background: #f0faf9;
  font-weight: 600;
}

.ix-uf__box--muted {
  border-style: dashed;
  color: #5c5c6b;
  font-size: 0.82rem;
}

.ix-uf__diamond {
  width: 92px;
  height: 92px;
  margin: 10px 0;
  display: grid;
  place-items: center;
  transform: rotate(45deg);
  border: 2px solid #4db6ac;
  border-radius: 8px;
  background: #fff;
}

.ix-uf__diamond span {
  display: block;
  transform: rotate(-45deg);
  max-width: 7ch;
  font-family: "Onest", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.25;
  color: #101018;
}

.ix-uf__arrow {
  display: block;
  width: 2px;
  height: 28px;
  background: #4db6ac;
  position: relative;
}

.ix-uf__arrow::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #4db6ac;
}

.ix-uf__arrow--dashed {
  background: repeating-linear-gradient(#4db6ac 0 4px, transparent 4px 8px);
}

.ix-uf__branch-label {
  margin: 6px 0 0;
  font-family: "Onest", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #4db6ac;
  text-transform: lowercase;
}

.ix-uf__exit {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -8px;
}

@media (min-width: 860px) {
  .ix-uf__exit {
    position: absolute;
    left: 0;
    top: 168px;
    margin-top: 0;
    align-items: flex-start;
  }

  .ix-uf__col:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 20px;
    height: 2px;
    background: #4db6ac;
  }

  .ix-uf__col:nth-child(1)::after {
    left: calc(33.33% - 10px);
    top: 220px;
    width: calc(33.33% - 40px);
    height: 2px;
  }
}

body.case-study--innovatrix .jg-more-work.ix-more-work .carousel-nav button {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
}

body.case-study--innovatrix .jg-more-work.ix-more-work .project-live {
  background: rgba(34, 197, 94, 0.18);
  color: #86efac;
}
