/**
 * Isolated visual system for the configuration-driven Page Builder homepage.
 *
 * Every selector is scoped to the opt-in Basic Page class. The legacy
 * homepage and the first Page Builder preview do not share these rules.
 */

html:has(body.i2-home-v2) {
  overflow-x: clip;
  scroll-padding-top: var(--i2-sticky-offset, 76px) !important;
}

body.i2-home-v2 {
  --v2-blue: #304999;
  --v2-blue-dark: #121c33;
  --v2-green: #338508;
  --v2-green-light: #b7e5a4;
  --v2-ink: #111b2e;
  --v2-muted: #5e6879;
  --v2-paper: #fff;
  --v2-cloud: #eef2f5;
  --v2-line: #d9e0e6;
  --v2-display: "Libre Franklin", "Noto Sans", sans-serif;
  --v2-body: "Libre Franklin", "Noto Sans", sans-serif;
  --v2-text-weight: 200;
  --v2-shell: min(88rem, calc(100% - clamp(2.5rem, 8vw, 8rem)));
  --v2-radius: 1.5rem;
  --v2-ease: cubic-bezier(.16, 1, .3, 1);
  margin: 0;
  overflow: visible !important;
  background: var(--v2-paper);
  color: var(--v2-ink);
  font-family: var(--v2-body);
  font-weight: var(--v2-text-weight);
}

body.i2-home-v2 *,
body.i2-home-v2 *::before,
body.i2-home-v2 *::after {
  box-sizing: border-box;
}

/*
 * The homepage uses one typographic voice from navigation through footer.
 * Keep Drupal administration chrome and icon-font glyphs outside this rule.
 */
body.i2-home-v2 :where(header, .main-page, footer) :where(
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  a,
  button,
  input,
  textarea,
  select,
  option,
  label,
  li,
  dt,
  dd,
  blockquote,
  figcaption,
  small,
  strong,
  b,
  em:not(.fa):not([class^="fa-"]):not([class*=" fa-"]):not([class^="icon-"]):not([class*=" icon-"]),
  span:not(.fa):not([class^="fa-"]):not([class*=" fa-"]):not([class^="icon-"]):not([class*=" icon-"])
) {
  font-family: var(--v2-body) !important;
  font-weight: var(--v2-text-weight) !important;
}

body.i2-home-v2 :focus-visible {
  outline: 3px solid var(--v2-green);
  outline-offset: 4px;
}

body.i2-home-v2 a {
  text-decoration: none;
}

body.i2-home-v2 .floating-btn-wrapper,
body.i2-home-v2 .contactus-btn,
body.i2-home-v2 .right-floating-btn,
body.i2-home-v2 .gavias-skins-panel,
body.i2-home-v2 #gva-overlay {
  display: none !important;
}

body.i2-home-v2 .gva-body-wrapper,
body.i2-home-v2 .body-page,
body.i2-home-v2 .main-page,
body.i2-home-v2 .content-full {
  background: var(--v2-paper);
}

body.i2-home-v2 .main-page {
  padding: 0;
}

body.i2-home-v2 .content-full > .container.container-bg {
  width: 100%;
  max-width: none;
  padding: 0;
}

body.i2-home-v2 .i2-v2-section {
  position: relative;
  margin: 0;
}

body.i2-home-v2 .i2-v2-section > .bb-inner {
  padding: clamp(120px, 12vw, 190px) 0 !important;
}

body.i2-home-v2 .i2-v2-section > .bb-inner > .bb-container {
  width: var(--v2-shell);
  max-width: none;
  padding: 0;
}

body.i2-home-v2 .i2-v2-section > .bb-inner > .bb-container > .row-wrapper {
  margin-right: -12px;
  margin-left: -12px;
}

body.i2-home-v2 .i2-v2-section > .bb-inner > .bb-container > .row-wrapper > .gsc-column {
  padding-right: 12px;
  padding-left: 12px;
}

body.i2-home-v2 .i2-v2-section .widget,
body.i2-home-v2 .i2-v2-section .gsc-heading,
body.i2-home-v2 .i2-v2-section .gsc-block-view,
body.i2-home-v2 .i2-v2-section .block {
  margin-bottom: 0;
}

/* Retained as a fallback until the legacy Page Builder chrome rows are removed
 * from the Drupal revision. The real theme header and footer remain visible. */
body.i2-home-v2 .i2-v2-section--nav {
  position: fixed;
  z-index: 1000;
  top: var(--i2-drupal-toolbar-offset, 0px);
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(16, 24, 39, .08);
  background: rgba(255, 255, 255, .91);
  backdrop-filter: blur(18px);
  transition: transform 360ms var(--v2-ease), box-shadow 280ms ease, background 280ms ease;
}

body.i2-home-v2 .i2-v2-section--nav.is-scrolled {
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 12px 34px rgba(16, 32, 59, .09);
}

body.i2-home-v2 .i2-v2-section--nav.is-hidden {
  transform: translateY(-101%);
}

body.i2-home-v2 .i2-v2-section--nav > .bb-inner {
  padding: 0 !important;
}

body.i2-home-v2 .i2-v2-section--nav > .bb-inner > .bb-container {
  width: 100%;
}

body.i2-home-v2 .i2-v2-section--nav .gsc-column {
  padding: 0 !important;
}

.i2-home-v2 .i2-v2-nav {
  display: grid;
  width: var(--v2-shell);
  min-height: 76px;
  margin: 0 auto;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.i2-home-v2 .i2-v2-nav__brand,
.i2-home-v2 .i2-v2-footer__brand {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--v2-ink);
}

.i2-home-v2 .i2-v2-wordmark {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  color: var(--v2-green);
  font-family: var(--v2-display);
  line-height: 1;
}

.i2-home-v2 .i2-v2-wordmark b {
  font-size: 30px;
  font-weight: 700;
}

.i2-home-v2 .i2-v2-wordmark strong {
  margin-left: -1px;
  color: var(--v2-blue);
  font-size: 36px;
  font-weight: 650;
}

.i2-home-v2 .i2-v2-nav__descriptor {
  color: var(--v2-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
}

.i2-home-v2 .i2-v2-nav__links {
  display: flex;
  align-items: center;
  gap: 34px;
}

.i2-home-v2 .i2-v2-nav__links a {
  position: relative;
  padding: 26px 0;
  color: var(--v2-ink);
  font-size: 13px;
  font-weight: 650;
}

.i2-home-v2 .i2-v2-nav__links a::after {
  position: absolute;
  right: 0;
  bottom: 19px;
  left: 0;
  height: 2px;
  background: var(--v2-green);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 260ms var(--v2-ease);
}

.i2-home-v2 .i2-v2-nav__links a:hover::after,
.i2-home-v2 .i2-v2-nav__links a.is-active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.i2-home-v2 .i2-v2-nav__cta {
  justify-self: end;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--v2-blue);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  transition: background 240ms ease, transform 240ms var(--v2-ease);
}

.i2-home-v2 .i2-v2-nav__cta:hover {
  background: var(--v2-green);
  transform: translateY(-2px);
}

/* Shared editorial heading contract. */
.i2-home-v2 .i2-v2-section-head {
  margin-bottom: clamp(76px, 8vw, 126px);
}

.i2-home-v2 .i2-v2-heading.gsc-heading {
  max-width: none !important;
  margin: 0;
  text-align: left;
}

.i2-home-v2 .gsc-heading .sub-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 27px;
  color: var(--v2-muted) !important;
  font-family: var(--v2-body);
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.i2-home-v2 .gsc-heading .sub-title::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--v2-green);
  content: "";
}

.i2-home-v2 .i2-v2-heading .title {
  max-width: 850px !important;
  margin: 0 !important;
  color: var(--v2-ink) !important;
  font-family: var(--v2-display);
  font-size: clamp(58px, 5.4vw, 86px) !important;
  font-weight: 200 !important;
  letter-spacing: -.065em !important;
  line-height: .99 !important;
}

.i2-home-v2 .i2-v2-heading .title-desc {
  max-width: 460px;
  margin: 28px 0 0;
  color: var(--v2-muted) !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

/* Hero and integrated milestones. */
body.i2-home-v2 .i2-v2-section--hero {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(48, 73, 153, .045) 1px, transparent 1px),
    linear-gradient(rgba(48, 73, 153, .045) 1px, transparent 1px),
    #fff;
  background-size: 80px 80px;
}

body.i2-home-v2 .i2-v2-section--hero::before {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: calc(50% + 160px);
  width: 1px;
  background: linear-gradient(transparent, rgba(48, 73, 153, .2), transparent);
  content: "";
  pointer-events: none;
}

body.i2-home-v2 .i2-v2-section--hero::after {
  position: absolute;
  z-index: 0;
  top: -256px;
  right: -240px;
  width: 736px;
  height: 736px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184, 222, 167, .55), rgba(233, 238, 252, .15) 52%, transparent 72%);
  content: "";
  filter: blur(10px);
  pointer-events: none;
}

body.i2-home-v2 .i2-v2-section--hero > .bb-inner {
  min-height: 0;
  padding: clamp(5.5rem, 10vw, 9rem) 0 4rem !important;
}

body.i2-home-v2 .i2-v2-section--hero > .bb-inner > .bb-container {
  position: static;
  z-index: 1;
  width: min(92rem, calc(100vw - clamp(2.5rem, 8vw, 8rem)));
}

body.i2-home-v2 .i2-v2-section--hero .row-wrapper {
  align-items: flex-start;
}

.i2-home-v2 .i2-v2-hero-copy {
  min-height: clamp(520px, 40.6vw, 584.5px);
  padding-bottom: 0 !important;
}

.i2-home-v2 .i2-v2-hero-heading.gsc-heading {
  margin: 0;
  padding-bottom: 0 !important;
}

.i2-home-v2 .i2-v2-hero-heading .title {
  max-width: 55rem !important;
  margin: clamp(1.5rem, 3vw, 2.75rem) 0 2rem !important;
  color: var(--v2-ink) !important;
  font-family: var(--v2-display);
  font-size: clamp(3.6rem, 7.2vw, 7.25rem) !important;
  font-weight: 200 !important;
  letter-spacing: -.07em !important;
  line-height: .94 !important;
}

.i2-home-v2 .i2-v2-hero-heading .title .i2-v2-hero-line {
  display: block;
  width: max-content;
  max-width: none;
  margin-block: -.08em;
  margin-inline: -.08em -.14em;
  overflow: hidden;
  padding-block: .08em;
  padding-inline: .08em .14em;
  font: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
  white-space: nowrap;
}

.i2-home-v2 .i2-v2-hero-heading .title .i2-v2-hero-line__inner {
  display: block;
  color: inherit;
  font: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
  transform-origin: left center;
}

.i2-home-v2 .i2-v2-hero-heading .title .i2-v2-hero-segment--leading,
.i2-home-v2 .i2-v2-hero-heading .title .i2-v2-hero-segment--accent {
  font: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
}

.i2-home-v2 .i2-v2-hero-heading .title .i2-v2-hero-segment--accent {
  margin-inline-start: .16em;
  color: var(--v2-blue);
}

.i2-home-v2 .i2-v2-hero-heading .title .line,
.i2-home-v2 .i2-v2-hero-heading .title .word {
  color: inherit;
  font: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
}

.i2-home-v2 .i2-v2-hero-heading .title .line {
  overflow: hidden;
}

.i2-home-v2 .i2-v2-hero-heading .title .i2-v2-hero-accent {
  display: block;
  color: var(--v2-blue);
  font: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
}

.i2-home-v2 .i2-v2-hero-heading .title .i2-v2-hero-accent em {
  color: inherit;
  font: inherit !important;
  font-style: normal;
  letter-spacing: inherit !important;
  line-height: inherit !important;
}

.i2-home-v2 .i2-v2-hero-heading .title-desc {
  max-width: 40rem;
  margin: 0;
  color: var(--v2-muted) !important;
  font-size: clamp(1rem, 1.4vw, 1.25rem) !important;
  line-height: 1.6 !important;
}

.i2-home-v2 .i2-v2-hero-actions {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2.5rem;
}

.i2-home-v2 .i2-v2-section--hero .i2-v2-button {
  display: inline-flex;
  min-height: 3.5rem;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: .875rem 1.5rem;
  border-radius: 999px;
  background: var(--v2-blue);
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -.01em;
  line-height: 1.55;
  overflow: hidden;
  position: relative;
  transition: background 260ms ease, transform 260ms var(--v2-ease);
}

.i2-home-v2 .i2-v2-button:hover {
  background: var(--v2-green);
  transform: translateY(-3px);
}

.i2-home-v2 .i2-v2-text-link {
  display: inline-flex;
  align-items: center;
  gap: .625rem;
  padding-block: .4rem;
  border-bottom: 1px solid var(--v2-ink);
  color: var(--v2-ink);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
}

.i2-home-v2 .i2-v2-hero-stage {
  display: flex;
  min-height: clamp(520px, 40.6vw, 584.5px);
  align-items: flex-start;
  position: static;
}

.i2-home-v2 .i2-v2-hero-stage > .column-inner,
.i2-home-v2 .i2-v2-hero-stage .column-content-inner,
.i2-home-v2 .i2-v2-signal-wrap {
  width: 100%;
}

.i2-home-v2 .i2-v2-signal {
  position: relative;
  width: 100%;
  max-width: 34rem;
  margin: 11px 0 0 auto;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(48, 73, 153, .14);
  border-radius: 2rem;
  background: rgba(238, 242, 245, .66);
  box-shadow: 0 30px 80px rgba(16, 32, 59, .14);
  isolation: isolate;
}

.i2-home-v2 .i2-v2-signal::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(48, 73, 153, .09) 0 3px, transparent 4px) 0 0 / 32px 32px,
    linear-gradient(135deg, transparent 49.8%, rgba(48, 73, 153, .12) 50%, transparent 50.2%);
  content: "";
}

.i2-home-v2 .i2-v2-signal__canvas {
  display: none;
}

.i2-home-v2 .i2-v2-signal__fallback {
  position: absolute;
  z-index: 1;
  inset: 0;
}

.i2-home-v2 .i2-v2-signal__fallback::before,
.i2-home-v2 .i2-v2-signal__fallback::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.i2-home-v2 .i2-v2-signal__fallback::before {
  width: 1rem;
  height: 1rem;
  border: .3rem solid rgba(255, 255, 255, .9);
  border-radius: 50%;
  background: var(--v2-green);
  box-shadow:
    0 0 0 1.1rem rgba(48, 73, 153, .12),
    0 0 0 2.75rem rgba(48, 73, 153, .06);
}

.i2-home-v2 .i2-v2-signal__fallback::after {
  width: 68%;
  height: 68%;
  border-radius: 50%;
  background:
    linear-gradient(26deg, transparent 49.8%, rgba(48, 73, 153, .18) 50%, transparent 50.2%),
    linear-gradient(142deg, transparent 49.8%, rgba(51, 133, 8, .16) 50%, transparent 50.2%);
}

.i2-home-v2 .i2-v2-signal__fallback i {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 54%;
  height: 54%;
  border: 1px solid rgba(48, 73, 153, .18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.i2-home-v2 .i2-v2-signal__fallback i:last-child {
  width: 78%;
  height: 78%;
  border-style: dashed;
}

.i2-home-v2 .i2-v2-signal__node {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 13px;
  border: 1px solid rgba(48, 73, 153, .15);
  border-radius: 999px;
  background: rgba(255, 255, 255, .93);
  box-shadow: 0 10px 28px rgba(16, 32, 59, .1);
  color: var(--v2-ink);
  font-size: 11px;
  font-weight: 650;
}

.i2-home-v2 .i2-v2-signal__node i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--v2-green);
}

.i2-home-v2 .i2-v2-signal__node--ai { top: 20%; left: 8%; }
.i2-home-v2 .i2-v2-signal__node--platform { top: 23%; right: 8%; }
.i2-home-v2 .i2-v2-signal__node--experience { right: 13%; bottom: 24%; left: auto; }
.i2-home-v2 .i2-v2-signal__node--impact { right: auto; bottom: 18%; left: 12%; }

.i2-home-v2 .i2-v2-signal__label {
  position: absolute;
  z-index: 4;
  right: 24px;
  bottom: 22px;
  left: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid rgba(48, 73, 153, .13);
  color: var(--v2-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.i2-home-v2 .i2-v2-signal__label strong {
  color: var(--v2-ink);
}

.i2-home-v2 .i2-v2-metric {
  flex: 0 0 calc(20% - 4.8px);
  max-width: calc(20% - 4.8px);
  height: 7.75rem;
  min-height: 7.75rem;
  margin-top: clamp(2.5rem, 4vw, 4rem);
  padding-inline: 0;
  border-bottom: 1px solid var(--v2-line);
  border-top: 1px solid var(--v2-line);
  border-right: 1px solid var(--v2-line);
}

.i2-home-v2 .i2-v2-hero-stage + .i2-v2-metric {
  margin-left: 12px;
}

.i2-home-v2 .i2-v2-metric--phrase {
  flex-basis: calc(40% - 9.6px);
  max-width: calc(40% - 9.6px);
}

.i2-home-v2 .i2-v2-metric .i2-v2-counter {
  display: grid;
  min-height: calc(7.75rem - 2px);
  align-content: center;
  padding: 1.5rem;
  text-align: left;
}

.i2-home-v2 .i2-v2-hero-stage + .i2-v2-metric .i2-v2-counter {
  padding-left: 0;
}

.i2-home-v2 .i2-v2-metric .milestone-right {
  display: block;
  width: 100%;
}

.i2-home-v2 .i2-v2-metric .milestone-number-inner {
  color: var(--v2-ink);
  font-family: var(--v2-display);
  font-size: clamp(2rem, 3vw, 3.25rem);
  font-weight: 550;
  line-height: 1;
}

.i2-home-v2 .i2-v2-metric .milestone-number {
  color: var(--v2-ink) !important;
  font-family: var(--v2-display);
  font-size: clamp(2rem, 3vw, 3.25rem) !important;
  font-weight: 550;
  letter-spacing: -.05em;
  line-height: 1;
}

.i2-home-v2 .i2-v2-metric .milestone-number::after {
  color: var(--v2-green);
  content: "+";
  font-size: .42em;
  vertical-align: top;
}

.i2-home-v2 .i2-v2-metric .milestone-text {
  max-width: none;
  margin: .75rem 0 0 !important;
  color: var(--v2-muted) !important;
  font-family: var(--v2-display);
  font-size: .75rem !important;
  font-weight: 400;
  line-height: 1.5 !important;
}

.i2-home-v2 .i2-v2-metric--phrase {
  border-right: 1px solid var(--v2-line);
}

.i2-home-v2 .i2-v2-phrase {
  position: relative;
  display: grid;
  min-height: calc(7.75rem - 2px);
  width: 100%;
  grid-template-columns: auto 1fr;
  align-items: center;
  align-content: center;
  gap: 1.25rem;
  padding: 1.5rem;
}

.i2-home-v2 .i2-v2-phrase > span:first-child {
  margin: 0;
  color: var(--v2-muted);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.i2-home-v2 .i2-v2-phrase .i2-hero__phrase-window {
  position: relative;
  display: block;
  min-height: 2.6rem;
  overflow: hidden;
  font-family: var(--v2-display);
  font-size: clamp(1.15rem, 2vw, 1.8rem);
  font-weight: 550;
  letter-spacing: -.04em;
  line-height: 1.35;
}

.i2-home-v2 .i2-v2-phrase .i2-hero__phrase-window > span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  color: var(--v2-ink);
  font: inherit;
  letter-spacing: inherit;
  transform: translateY(110%);
}

.i2-home-v2 .i2-v2-phrase .i2-hero__phrase-window > span.is-active {
  opacity: 1;
  transform: translateY(0);
}

.i2-home-v2 .i2-v2-hero-scroll {
  position: absolute;
  right: 1.5rem;
  bottom: 10rem;
  display: flex;
  align-items: center;
  gap: .75rem;
  color: var(--v2-muted);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 1.55;
  text-transform: uppercase;
  transform: rotate(90deg);
  transform-origin: right center;
}

.i2-home-v2 .i2-v2-hero-scroll i {
  position: relative;
  display: block;
  width: 4rem;
  height: 1px;
  overflow: hidden;
  background: var(--v2-line);
}

.i2-home-v2 .i2-v2-hero-scroll i::after {
  position: absolute;
  width: 40%;
  height: 100%;
  background: var(--v2-green);
  content: "";
  animation: i2-v2-scroll-line 1.8s ease-in-out infinite;
}

@keyframes i2-v2-scroll-line {
  from { transform: translateX(-110%); }
  to { transform: translateX(260%); }
}

/* About */
body.i2-home-v2 .i2-v2-section--about {
  overflow: hidden;
  border-radius: clamp(2rem, 7vw, 7rem) clamp(2rem, 7vw, 7rem) 0 0;
  background: var(--v2-cloud);
}

body.i2-home-v2 .i2-v2-section--about::after {
  position: absolute;
  top: -18rem;
  right: -12rem;
  width: 42rem;
  height: 42rem;
  border: 1px solid rgba(48, 73, 153, .1);
  border-radius: 50%;
  box-shadow:
    0 0 0 6rem rgba(48, 73, 153, .025),
    0 0 0 12rem rgba(48, 73, 153, .018);
  content: "";
  pointer-events: none;
}

body.i2-home-v2 .i2-v2-section--about > .bb-inner {
  padding: clamp(6rem, 11vw, 11rem) 0 !important;
}

body.i2-home-v2 .i2-v2-section--about > .bb-inner > .bb-container {
  width: min(calc(100% - clamp(2.5rem, 8vw, 8rem)), 88rem);
}

.i2-home-v2 .i2-v2-about-label-column,
.i2-home-v2 .i2-v2-about-title-column {
  margin-bottom: clamp(3rem, 6vw, 6rem);
}

.i2-home-v2 .i2-v2-about-kicker {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin: .75rem 0 0;
  color: var(--v2-muted);
  font-family: var(--v2-body);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
}

.i2-home-v2 .i2-v2-about-kicker span {
  display: grid;
  width: 1.875rem;
  height: 1.875rem;
  place-items: center;
  border: 1px solid var(--v2-line);
  border-radius: 50%;
  color: var(--v2-blue);
  font-size: .625rem;
  letter-spacing: 0;
}

.i2-home-v2 .i2-v2-about-heading .title {
  max-width: 67rem !important;
  font-size: clamp(2.4rem, 4.8vw, 5.25rem) !important;
  letter-spacing: -.055em !important;
  line-height: 1.04 !important;
}

.i2-home-v2 .i2-v2-about-heading.gsc-heading {
  padding-bottom: 0 !important;
}

.i2-home-v2 .i2-v2-about-statement p {
  margin: 0 0 2rem;
  color: var(--v2-ink);
  font-family: var(--v2-display);
  font-size: clamp(1.55rem, 2.5vw, 2.6rem);
  font-weight: 520;
  letter-spacing: -.04em;
  line-height: 1.2;
}

.i2-home-v2 .i2-v2-about-body p {
  margin: 0;
  color: var(--v2-muted);
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.65;
}

.i2-home-v2 .i2-v2-about-statement a {
  display: inline-flex;
  align-items: center;
  gap: .625rem;
  width: fit-content;
  padding-block: .4rem;
  border-bottom: 1px solid currentColor;
  color: var(--v2-ink);
  font-size: .9375rem;
  font-weight: 700;
}

.i2-home-v2 .i2-v2-proof-column {
  margin-top: calc(clamp(3rem, 7vw, 7rem) + 2.5rem);
}

.i2-home-v2 .i2-v2-proof {
  position: relative;
  min-height: 25rem;
  height: 25rem;
  padding: clamp(1.75rem, 3vw, 3rem);
  overflow: hidden;
  border-radius: 1.5rem;
  background: var(--v2-blue);
  color: #fff;
}

.i2-home-v2 .i2-v2-proof--accent {
  background: #b8dea7;
  color: var(--v2-ink);
}

.i2-home-v2 .i2-v2-proof__index {
  position: relative;
  z-index: 2;
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: .75rem;
}

.i2-home-v2 .i2-v2-proof__rings {
  position: absolute;
  top: -4rem;
  right: -4rem;
  width: 21rem;
  height: 21rem;
}

.i2-home-v2 .i2-v2-proof__rings i {
  position: absolute;
  border: 1px solid rgba(17, 27, 46, .14);
  border-radius: 50%;
  inset: 0;
}

.i2-home-v2 .i2-v2-proof__rings i:nth-child(2) { inset: 18%; }
.i2-home-v2 .i2-v2-proof__rings i:nth-child(3) {
  inset: 36%;
  background: rgba(255, 255, 255, .24);
}

.i2-home-v2 .i2-v2-proof h3 {
  position: absolute;
  z-index: 2;
  right: 2.5rem;
  bottom: 5.25rem;
  left: 2.5rem;
  margin: 0;
  color: currentColor;
  font-family: var(--v2-display);
  font-size: clamp(2rem, 3.7vw, 4.5rem);
  font-weight: 520;
  letter-spacing: -.055em;
  line-height: 1;
}

.i2-home-v2 .i2-v2-proof p {
  position: absolute;
  z-index: 2;
  right: 2.5rem;
  bottom: 2rem;
  left: 2.5rem;
  max-width: 32rem;
  margin: 0;
  color: currentColor;
  opacity: .72;
  font-size: .875rem;
  line-height: inherit;
}

.i2-home-v2 .i2-v2-proof__signal {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 16rem;
  height: 16rem;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 50%;
}

.i2-home-v2 .i2-v2-proof__signal::before,
.i2-home-v2 .i2-v2-proof__signal::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 50%;
  content: "";
  inset: 18%;
}

.i2-home-v2 .i2-v2-proof__signal::after {
  inset: 36%;
}

.i2-home-v2 .i2-v2-proof__signal i {
  position: absolute;
  width: .75rem;
  height: .75rem;
  border: .1875rem solid var(--v2-blue);
  border-radius: 50%;
  background: #b8dea7;
}

.i2-home-v2 .i2-v2-proof__signal i:nth-child(1) { top: 15%; left: 23%; }
.i2-home-v2 .i2-v2-proof__signal i:nth-child(2) { top: 47%; right: -.375rem; }
.i2-home-v2 .i2-v2-proof__signal i:nth-child(3) { bottom: 12%; left: 34%; }

/* Services */
body.i2-home-v2 .i2-v2-section--services {
  min-height: 1480px;
  background: #fff;
  counter-reset: v2-service;
}

.i2-home-v2 .i2-v2-section--services .i2-v2-section-head {
  margin-left: 16%;
}

.i2-home-v2 .i2-v2-services-art,
.i2-home-v2 .i2-v2-services-list {
  margin-top: 56px;
}

.i2-home-v2 .i2-v2-services-art {
  position: sticky;
  top: calc(var(--i2-sticky-offset, 76px) + 36px);
}

.i2-home-v2 .i2-v2-capability {
  --story-inset: 9% 7% 22%;
  --story-radius: 1.4rem;
  --story-panel:
    linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px) 0 0 / 100% 25%,
    linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px) 0 0 / 25% 100%,
    rgba(255, 255, 255, .035);
  --story-marker-width: 4.75rem;
  --story-marker-x: 11%;
  --story-marker-y: 15%;
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: 28px;
  background: var(--v2-blue-dark);
  box-shadow: 0 30px 80px rgba(16, 32, 59, .15);
  color: #fff;
}

.i2-home-v2 .i2-v2-capability__meta {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  padding: 0 26px;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .58);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.i2-home-v2 .i2-v2-capability__field {
  position: relative;
  min-height: 460px;
}

.i2-home-v2 .i2-v2-capability__axis {
  position: absolute;
  background: rgba(255, 255, 255, .12);
}

.i2-home-v2 .i2-v2-capability__axis--x { top: 50%; right: 0; left: 0; height: 1px; }
.i2-home-v2 .i2-v2-capability__axis--y { top: 0; bottom: 0; left: 50%; width: 1px; }

.i2-home-v2 .i2-v2-capability__orb {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: var(--v2-green);
  box-shadow: 0 0 0 32px rgba(255, 255, 255, .04);
  transform: translate(-50%, -50%);
  transition:
    width .75s var(--v2-ease),
    height .75s var(--v2-ease),
    border-radius .75s var(--v2-ease),
    border-color .5s ease,
    background-color .5s ease,
    box-shadow .75s var(--v2-ease);
}

.i2-home-v2 .i2-v2-capability__orb i {
  position: absolute;
  inset: calc(20px + var(--ring, 0) * 20px);
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 50%;
}

.i2-home-v2 .i2-v2-capability__orb i:nth-child(2) { --ring: 1; }
.i2-home-v2 .i2-v2-capability__orb i:nth-child(3) { --ring: 2; }

.i2-home-v2 .i2-v2-capability > strong {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  max-width: 270px;
  color: #fff;
  font-family: var(--v2-display);
  font-size: 23px;
  font-weight: 520;
  letter-spacing: -.03em;
}

.i2-home-v2 .i2-v2-services-list .view-content-wrap {
  display: grid;
}

.i2-home-v2 .i2-v2-services-list .view-content-wrap > .item {
  position: relative;
  display: grid;
  min-height: 148px;
  grid-template-columns: 48px 1fr 46px;
  align-items: center;
  gap: 18px;
  padding: 28px 0;
  border-top: 1px solid var(--v2-line);
  counter-increment: v2-service;
  transition: padding 300ms var(--v2-ease), background 300ms ease;
}

.i2-home-v2 .i2-v2-services-list .view-content-wrap > .item:last-child {
  border-bottom: 1px solid var(--v2-line);
}

.i2-home-v2 .i2-v2-services-list .view-content-wrap > .item::before {
  align-self: start;
  margin-top: 7px;
  color: var(--v2-green);
  content: "0" counter(v2-service);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .1em;
}

.i2-home-v2 .i2-v2-services-list .view-content-wrap > .item:hover {
  padding-right: 14px;
  padding-left: 14px;
  background: var(--v2-cloud);
}

.i2-home-v2 .i2-v2-services-list .views-field-title { grid-column: 2; }
.i2-home-v2 .i2-v2-services-list .views-field-body { grid-column: 2; color: var(--v2-muted); font-size: 13px; line-height: 1.6; }
.i2-home-v2 .i2-v2-services-list .views-field-view-node { grid-row: 1 / span 2; grid-column: 3; }

.i2-home-v2 .i2-v2-services-list .views-field-title a {
  color: var(--v2-ink);
  font-family: var(--v2-display);
  font-size: clamp(24px, 2.2vw, 33px);
  font-weight: 520;
  letter-spacing: -.04em;
}

.i2-home-v2 .i2-v2-services-list .views-field-view-node a {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--v2-line);
  border-radius: 50%;
  color: transparent;
  font-size: 0;
}

.i2-home-v2 .i2-v2-services-list .views-field-view-node a::after {
  color: var(--v2-blue);
  content: "↗";
  font-size: 16px;
}

/* Industries */
body.i2-home-v2 .i2-v2-section--industries {
  min-height: 1280px;
  background: var(--v2-cloud);
  counter-reset: v2-industry;
}

.i2-home-v2 .i2-v2-section--industries .i2-v2-section-head {
  margin-left: 22%;
}

.i2-home-v2 .i2-v2-industries-list {
  margin-top: 52px;
}

.i2-home-v2 .i2-v2-industries-view .view-content-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.i2-home-v2 .i2-v2-industries-view .view-content-wrap > .item {
  position: relative;
  min-height: 300px;
  padding: 42px 38px 40px 78px;
  overflow: hidden;
  border: 1px solid rgba(48, 73, 153, .08);
  border-radius: 22px;
  background: rgba(255, 255, 255, .75);
  counter-increment: v2-industry;
  transition: background 320ms ease, transform 320ms var(--v2-ease);
}

.i2-home-v2 .i2-v2-industries-view .view-content-wrap > .item::before {
  position: absolute;
  top: 47px;
  left: 24px;
  color: var(--v2-green);
  content: "0" counter(v2-industry);
  font-size: 10px;
  font-weight: 750;
}

.i2-home-v2 .i2-v2-industries-view .view-content-wrap > .item:hover {
  z-index: 1;
  background: var(--v2-blue);
  transform: translateY(-6px);
}

.i2-home-v2 .i2-v2-industries-view .views-field-title a {
  color: var(--v2-ink);
  font-family: var(--v2-display);
  font-size: clamp(28px, 2.8vw, 42px);
  font-weight: 520;
  letter-spacing: -.05em;
  line-height: 1.05;
}

.i2-home-v2 .i2-v2-industries-view .views-field-body {
  max-width: 440px;
  margin-top: 34px;
  color: var(--v2-muted);
  font-size: 14px;
  line-height: 1.65;
}

.i2-home-v2 .i2-v2-industries-view .views-field-view-node {
  position: absolute;
  right: 30px;
  bottom: 28px;
}

.i2-home-v2 .i2-v2-industries-view .views-field-view-node a {
  color: var(--v2-blue);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.i2-home-v2 .i2-v2-industries-view .item:hover::before,
.i2-home-v2 .i2-v2-industries-view .item:hover a,
.i2-home-v2 .i2-v2-industries-view .item:hover .views-field-body {
  color: #fff;
}

/* Products */
body.i2-home-v2 .i2-v2-section--products {
  min-height: 1380px;
  background: var(--v2-blue-dark);
}

.i2-home-v2 .i2-v2-section--products .sub-title {
  color: rgba(255, 255, 255, .55) !important;
}

.i2-home-v2 .i2-v2-section--products .i2-v2-heading .title {
  color: #fff !important;
}

.i2-home-v2 .i2-v2-product-column {
  display: flex;
  margin-top: 48px;
}

.i2-home-v2 .i2-v2-product-wrap {
  width: 100%;
}

.i2-home-v2 .i2-v2-product {
  display: flex;
  min-height: 650px;
  height: 100%;
  flex-direction: column;
  padding: 27px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 25px;
  background: #192944;
  color: #fff;
  transform: perspective(1200px) rotateX(var(--v2-tilt-x, 0deg)) rotateY(var(--v2-tilt-y, 0deg));
  transition: border-color 320ms ease, transform 360ms var(--v2-ease);
}

.i2-home-v2 .i2-v2-product--chat { background: var(--v2-blue); }
.i2-home-v2 .i2-v2-product--minutes { background: #1c392e; }

.i2-home-v2 .i2-v2-product:hover {
  border-color: var(--v2-green-light);
  transform: perspective(1200px) translateY(-8px) rotateX(var(--v2-tilt-x, 0deg)) rotateY(var(--v2-tilt-y, 0deg));
}

.i2-home-v2 .i2-v2-product__meta {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, .56);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.i2-home-v2 .i2-v2-product__meta span:last-child {
  display: flex;
  align-items: center;
  gap: 7px;
}

.i2-home-v2 .i2-v2-product__meta i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--v2-green-light);
}

.i2-home-v2 .i2-v2-product__art {
  position: relative;
  display: grid;
  height: 290px;
  margin: 42px 0 34px;
  place-items: center;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, .07);
}

.i2-home-v2 .i2-v2-score {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: var(--v2-display);
  font-size: 68px;
  font-weight: 520;
  letter-spacing: -.07em;
}

.i2-home-v2 .i2-v2-score small { color: rgba(255, 255, 255, .5); font-size: 14px; }

.i2-home-v2 .i2-v2-bars {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  padding: 24px;
}

.i2-home-v2 .i2-v2-bars i {
  width: 13%;
  height: calc(20% + var(--bar, 1) * 11%);
  border-radius: 7px 7px 0 0;
  background: rgba(183, 229, 164, .27);
}

.i2-home-v2 .i2-v2-bars i:nth-child(2) { --bar: 3; }
.i2-home-v2 .i2-v2-bars i:nth-child(3) { --bar: 4; }
.i2-home-v2 .i2-v2-bars i:nth-child(4) { --bar: 2; }
.i2-home-v2 .i2-v2-bars i:nth-child(5) { --bar: 5; }

.i2-home-v2 .i2-v2-chat {
  display: grid;
  width: 116px;
  height: 116px;
  place-items: center;
  border-radius: 50%;
  background: var(--v2-green);
  box-shadow: 0 0 0 30px rgba(255, 255, 255, .06);
}

.i2-home-v2 .i2-v2-chat i {
  position: absolute;
  width: 6px;
  height: 6px;
  margin-left: calc((var(--dot, 0) - 1) * 24px);
  border-radius: 50%;
  background: #fff;
}

.i2-home-v2 .i2-v2-chat i:nth-child(2) { --dot: 1; }
.i2-home-v2 .i2-v2-chat i:nth-child(3) { --dot: 2; }

.i2-home-v2 .i2-v2-bubble {
  position: absolute;
  width: 112px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 18px;
}

.i2-home-v2 .i2-v2-bubble--one { top: 24px; left: 24px; }
.i2-home-v2 .i2-v2-bubble--two { right: 24px; bottom: 24px; }

.i2-home-v2 .i2-v2-wave {
  display: flex;
  height: 120px;
  align-items: center;
  gap: 7px;
}

.i2-home-v2 .i2-v2-wave i {
  width: 6px;
  height: calc(24px + var(--wave, 1) * 8px);
  border-radius: 999px;
  background: var(--v2-green-light);
}

.i2-home-v2 .i2-v2-wave i:nth-child(2n) { --wave: 6; }
.i2-home-v2 .i2-v2-wave i:nth-child(3n) { --wave: 9; }

.i2-home-v2 .i2-v2-product h3 {
  margin: 0 0 13px;
  color: #fff;
  font-family: var(--v2-display);
  font-size: clamp(31px, 2.8vw, 43px);
  font-weight: 520;
  letter-spacing: -.05em;
}

.i2-home-v2 .i2-v2-product p {
  margin: 0 0 30px;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
  line-height: 1.65;
}

.i2-home-v2 .i2-v2-product > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

/* Work: the View remains the source, but the cards use the target editorial rhythm. */
body.i2-home-v2 .i2-v2-section--work {
  min-height: 2050px;
  background: var(--v2-cloud);
}

.i2-home-v2 .i2-v2-work-link {
  display: flex;
  min-height: 220px;
  align-items: flex-end;
  justify-content: flex-end;
}

.i2-home-v2 .i2-v2-button--work {
  padding: 0 0 7px !important;
  border-bottom: 1px solid var(--v2-ink) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--v2-ink) !important;
  font-size: 13px;
  font-weight: 700;
}

.i2-home-v2 .i2-v2-work-list {
  margin-top: 76px;
}

.i2-home-v2 .i2-v2-section--work .portfolio-filter,
.i2-home-v2 .i2-v2-section--work .pager {
  display: none !important;
}

.i2-home-v2 .i2-v2-section--work .gva-portfolio-items > .row {
  margin: 0;
}

.i2-home-v2 .i2-v2-section--work .isotope-items {
  display: grid;
  height: auto !important;
  gap: 70px;
}

.i2-home-v2 .i2-v2-section--work .isotope-items > div {
  position: static !important;
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
  transform: none !important;
}

.i2-home-v2 .i2-v2-section--work .portfolio-v1,
.i2-home-v2 .i2-v2-section--work .portfolio-content {
  margin: 0;
}

.i2-home-v2 .i2-v2-section--work .portfolio-v1 {
  width: 100% !important;
  max-width: none !important;
}

.i2-home-v2 .i2-v2-section--work .portfolio-content {
  display: grid;
  min-height: 540px;
  height: 540px;
  grid-template-columns: 7fr 5fr;
  overflow: hidden;
  border: 1px solid rgba(48, 73, 153, .11);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(16, 32, 59, .07);
  transition: box-shadow 360ms ease, transform 360ms var(--v2-ease);
}

.i2-home-v2 .i2-v2-section--work .portfolio-content:hover {
  box-shadow: 0 30px 80px rgba(16, 32, 59, .13);
  transform: translateY(-7px);
}

.i2-home-v2 .i2-v2-section--work .portfolio-images {
  min-height: 540px;
  height: 540px;
  overflow: hidden;
}

.i2-home-v2 .i2-v2-section--work .portfolio-images img {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 540px;
  object-fit: cover;
  transition: transform 620ms var(--v2-ease);
}

.i2-home-v2 .i2-v2-section--work .portfolio-content:hover img {
  transform: scale(1.045);
}

.i2-home-v2 .i2-v2-section--work .content-inner {
  position: static !important;
  display: flex;
  width: auto !important;
  min-height: 0;
  height: 100% !important;
  flex-direction: column;
  justify-content: flex-end;
  padding: 44px !important;
}

.i2-home-v2 .i2-v2-section--work .portfolio-information .title {
  margin: 0 0 24px;
}

.i2-home-v2 .i2-v2-section--work .portfolio-information .title a {
  color: var(--v2-ink);
  font-family: var(--v2-display);
  font-size: clamp(32px, 3.2vw, 48px);
  font-weight: 520;
  letter-spacing: -.05em;
  line-height: 1.06;
}

.i2-home-v2 .i2-v2-section--work .portfolio-hover {
  position: static !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

.i2-home-v2 .i2-v2-section--work .portfolio-hover .desc {
  display: -webkit-box;
  overflow: hidden;
  color: var(--v2-muted);
  font-size: 14px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.i2-home-v2 .i2-v2-section--work .portfolio-hover .action {
  margin-top: 26px;
}

.i2-home-v2 .i2-v2-section--work .portfolio-hover .action a {
  color: var(--v2-blue);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .09em;
  text-transform: uppercase;
}

/* Partners */
body.i2-home-v2 .i2-v2-section--partners {
  overflow: hidden;
  background: #fff;
}

body.i2-home-v2 .i2-v2-section--partners > .bb-inner {
  padding: 130px 0 115px !important;
}

body.i2-home-v2 .i2-v2-section--partners > .bb-inner > .bb-container {
  width: 100%;
}

.i2-home-v2 .i2-v2-section--partners .i2-v2-section-head {
  width: var(--v2-shell);
  margin: 0 auto 72px;
}

.i2-home-v2 .i2-v2-section--partners .i2-v2-heading .title {
  max-width: 900px !important;
  font-size: clamp(48px, 4.6vw, 72px) !important;
}

.i2-home-v2 .i2-v2-marquee {
  display: flex;
  width: max-content;
}

.i2-home-v2 .i2-v2-marquee__track {
  display: flex;
  flex: none;
  align-items: center;
  will-change: transform;
}

.i2-home-v2 .i2-v2-marquee__track span {
  display: flex;
  align-items: center;
  color: var(--v2-blue);
  font-family: var(--v2-display);
  font-size: clamp(30px, 3.5vw, 52px);
  font-weight: 520;
  letter-spacing: -.05em;
  white-space: nowrap;
}

.i2-home-v2 .i2-v2-marquee__track i {
  width: 9px;
  height: 9px;
  margin: 0 30px;
  border-radius: 50%;
  background: var(--v2-green);
}

/* CTA */
body.i2-home-v2 .i2-v2-section--cta {
  min-height: 760px;
  overflow: hidden;
  background: var(--v2-blue);
  color: #fff;
}

body.i2-home-v2 .i2-v2-section--cta::before,
body.i2-home-v2 .i2-v2-section--cta::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  content: "";
}

body.i2-home-v2 .i2-v2-section--cta::before {
  top: -190px;
  right: -20px;
  width: 590px;
  height: 590px;
}

body.i2-home-v2 .i2-v2-section--cta::after {
  right: 160px;
  bottom: -330px;
  width: 540px;
  height: 540px;
}

body.i2-home-v2 .i2-v2-section--cta > .bb-inner {
  display: flex;
  min-height: 760px;
  align-items: center;
}

.i2-home-v2 .i2-v2-section--cta .row-wrapper {
  position: relative;
  z-index: 1;
  align-items: flex-end;
}

.i2-home-v2 .i2-v2-cta-heading .sub-title,
.i2-home-v2 .i2-v2-cta-heading .title-desc {
  color: rgba(255, 255, 255, .65) !important;
}

.i2-home-v2 .i2-v2-cta-heading .sub-title::before {
  background: var(--v2-green-light);
}

.i2-home-v2 .i2-v2-cta-heading .title {
  max-width: 800px !important;
  color: #fff !important;
  font-size: clamp(58px, 5.6vw, 88px) !important;
}

.i2-home-v2 .i2-v2-cta-actions {
  padding-bottom: 10px !important;
}

.i2-home-v2 .i2-v2-button--cta {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px !important;
  border-radius: 999px !important;
  background: var(--v2-green) !important;
  color: #fff !important;
  font-size: 12px;
  font-weight: 750;
}

.i2-home-v2 .i2-v2-button--cta:hover {
  background: #fff !important;
  color: var(--v2-blue) !important;
}

.i2-home-v2 .i2-v2-cta-phone {
  display: block;
  margin: 24px 0 0 20px;
  color: #fff;
  font-family: var(--v2-display);
  font-size: 20px;
  font-weight: 520;
}

.i2-home-v2 .i2-v2-cta-phone span {
  display: block;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, .55);
  font-family: var(--v2-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

/* Page Builder footer replaces the base-theme footer. */
body.i2-home-v2 .i2-v2-section--footer {
  background: var(--v2-blue-dark);
  color: rgba(255, 255, 255, .68);
}

body.i2-home-v2 .i2-v2-section--footer > .bb-inner {
  padding: 0 !important;
}

.i2-home-v2 .i2-v2-footer {
  padding: 88px 0 32px;
}

.i2-home-v2 .i2-v2-footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 54px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.i2-home-v2 .i2-v2-wordmark--light strong,
.i2-home-v2 .i2-v2-wordmark--light b {
  color: #fff;
}

.i2-home-v2 .i2-v2-footer__brand {
  color: #fff;
  font-family: var(--v2-display);
  font-size: 18px;
  font-weight: 520;
}

.i2-home-v2 .i2-v2-footer__top button {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 0;
  background: transparent;
  color: #fff;
  font: 700 12px var(--v2-body);
  cursor: pointer;
}

.i2-home-v2 .i2-v2-footer__top button i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  font-style: normal;
}

.i2-home-v2 .i2-v2-footer__grid {
  display: grid;
  grid-template-columns: 1.35fr 1.35fr 1fr 1fr;
  gap: 56px;
  padding: 68px 0 74px;
}

.i2-home-v2 .i2-v2-footer__grid p {
  margin: 0 0 21px;
  color: rgba(255, 255, 255, .45);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.i2-home-v2 .i2-v2-footer__grid address {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .74);
  font-style: normal;
  font-size: 13px;
  line-height: 1.7;
}

.i2-home-v2 .i2-v2-footer__grid a {
  display: block;
  margin: 0 0 10px;
  color: #fff;
  font-size: 13px;
}

.i2-home-v2 .i2-v2-footer__bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
  padding-top: 27px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .45);
  font-size: 10px;
}

.i2-home-v2 .i2-v2-footer__bottom div {
  display: flex;
  gap: 25px;
}

.i2-home-v2 .i2-v2-footer__bottom a {
  color: rgba(255, 255, 255, .63);
}

.i2-home-v2 .i2-v2-footer__bottom p:last-child {
  text-align: right;
}

/* GSAP establishes initial states only after the module is ready. */
.i2-home-v2.i2-v2-motion [data-v2-reveal] {
  will-change: transform, opacity;
}

.i2-home-v2 .line {
  overflow: hidden;
}

@media (max-width: 991px) {
  body.i2-home-v2 {
    --v2-shell: min(100% - 42px, 860px);
  }

  .i2-home-v2 .i2-v2-nav {
    grid-template-columns: 1fr auto;
  }

  .i2-home-v2 .i2-v2-nav__links {
    display: none;
  }

  .i2-home-v2 .i2-v2-hero-copy,
  .i2-home-v2 .i2-v2-hero-stage {
    min-height: auto;
  }

  .i2-home-v2 .i2-v2-hero-stage {
    margin: 60px 0 80px;
  }

  .i2-home-v2 .i2-v2-signal {
    max-width: 620px;
    margin: 0 auto;
  }

  .i2-home-v2 .i2-v2-hero-scroll {
    display: none;
  }

  .i2-home-v2 .i2-v2-metric {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .i2-home-v2 .i2-v2-hero-stage + .i2-v2-metric {
    margin-left: 0;
  }

  .i2-home-v2 .i2-v2-section--about .i2-v2-section-head,
  .i2-home-v2 .i2-v2-section--services .i2-v2-section-head,
  .i2-home-v2 .i2-v2-section--industries .i2-v2-section-head {
    margin-left: 0;
  }

  .i2-home-v2 .i2-v2-about-label-column {
    margin-bottom: 0;
  }

  .i2-home-v2 .i2-v2-about-title-column {
    margin-bottom: clamp(3rem, 6vw, 6rem);
  }

  .i2-home-v2 .i2-v2-about-heading {
    margin-top: 1.5rem !important;
  }

  .i2-home-v2 .i2-v2-about-spacer {
    display: none;
  }

  .i2-home-v2 .i2-v2-services-art {
    position: static;
    margin-bottom: 42px;
  }

  .i2-home-v2 .i2-v2-product-column {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .i2-home-v2 .i2-v2-product {
    min-height: 580px;
  }

  .i2-home-v2 .i2-v2-section--work .portfolio-content {
    grid-template-columns: 1fr;
  }

  .i2-home-v2 .i2-v2-section--work .portfolio-images {
    min-height: 360px;
  }

  .i2-home-v2 .i2-v2-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .i2-home-v2 .i2-v2-about-title-column {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .i2-home-v2 .i2-v2-proof-column {
    margin-top: calc(clamp(3rem, 7vw, 7rem) + 1.5rem);
  }

  .i2-home-v2 .i2-v2-metric .i2-v2-counter,
  .i2-home-v2 .i2-v2-phrase {
    padding-block: 1rem;
  }
}

@media (max-width: 767px) {
  .i2-home-v2 .i2-v2-hero-heading .title .i2-v2-hero-line {
    width: 100%;
    max-width: 100%;
    white-space: normal;
  }

  body.i2-home-v2 {
    --v2-shell: calc(100% - 2.5rem);
    --v2-radius: 1.125rem;
  }

  body.i2-home-v2 .i2-v2-section > .bb-inner {
    padding: 92px 0 !important;
  }

  body.i2-home-v2 .i2-v2-section--about {
    border-radius: 2rem 2rem 0 0;
  }

  body.i2-home-v2 .i2-v2-section--about > .bb-inner {
    padding: 6rem 0 !important;
  }

  body.i2-home-v2 .i2-v2-section--about > .bb-inner > .bb-container {
    width: calc(100% - 2.5rem);
  }

  .i2-home-v2 .i2-v2-nav {
    min-height: 68px;
  }

  .i2-home-v2 .i2-v2-nav__descriptor {
    display: none;
  }

  .i2-home-v2 .i2-v2-nav__cta {
    padding: 10px 14px;
  }

  body.i2-home-v2 .i2-v2-section--hero > .bb-inner {
    padding-top: 118px !important;
    padding-bottom: 0 !important;
  }

  .i2-home-v2 .i2-v2-hero-heading .title {
    font-size: clamp(56px, 16vw, 78px) !important;
  }

  .i2-home-v2 .i2-v2-hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .i2-home-v2 .i2-v2-hero-stage {
    margin-bottom: 58px;
  }

  .i2-home-v2 .i2-v2-metric {
    flex: 0 0 100%;
    max-width: 100%;
    border-left: 1px solid var(--v2-line);
  }

  .i2-home-v2 .i2-v2-heading .title {
    font-size: clamp(43px, 12vw, 62px) !important;
  }

  .i2-home-v2 .i2-v2-about-heading .title {
    font-size: clamp(2.2rem, 11vw, 3.6rem) !important;
  }

  .i2-home-v2 .i2-v2-about-heading .title > .line > span {
    width: min(100%, 18.25rem);
  }

  .i2-home-v2 .i2-v2-about-statement-column,
  .i2-home-v2 .i2-v2-about-body-column,
  .i2-home-v2 .i2-v2-proof-column,
  .i2-home-v2 .i2-v2-services-art,
  .i2-home-v2 .i2-v2-services-list,
  .i2-home-v2 .i2-v2-industries-list,
  .i2-home-v2 .i2-v2-product-column {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .i2-home-v2 .i2-v2-about-body-column {
    margin-top: 3.5rem;
  }

  .i2-home-v2 .i2-v2-proof-column {
    margin-top: 2.5rem;
  }

  .i2-home-v2 .i2-v2-proof-column--primary {
    margin-top: 4.5rem;
  }

  .i2-home-v2 .i2-v2-proof {
    min-height: 22rem;
    height: 22rem;
    border-radius: 1.125rem;
  }

  .i2-home-v2 .i2-v2-proof h3 {
    right: 1.5rem;
    bottom: 6.5rem;
    left: 1.5rem;
  }

  .i2-home-v2 .i2-v2-proof p {
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .i2-home-v2 .i2-v2-industries-view .view-content-wrap {
    grid-template-columns: 1fr;
  }

  .i2-home-v2 .i2-v2-industries-view .view-content-wrap > .item {
    border-right: 0;
  }

  .i2-home-v2 .i2-v2-work-link {
    min-height: 0;
    justify-content: flex-start;
  }

  .i2-home-v2 .i2-v2-section--work .portfolio-content,
  .i2-home-v2 .i2-v2-section--work .content-inner {
    min-height: 0;
  }

  .i2-home-v2 .i2-v2-section--work .portfolio-content {
    height: auto;
  }

  .i2-home-v2 .i2-v2-section--work .portfolio-images {
    min-height: 310px;
    height: 310px;
  }

  .i2-home-v2 .i2-v2-section--work .portfolio-images img {
    min-height: 310px;
  }

  .i2-home-v2 .i2-v2-section--work .content-inner {
    padding: 28px !important;
  }

  .i2-home-v2 .i2-v2-cta-copy,
  .i2-home-v2 .i2-v2-cta-actions {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .i2-home-v2 .i2-v2-cta-actions {
    margin-top: 42px;
  }

  .i2-home-v2 .i2-v2-footer__grid,
  .i2-home-v2 .i2-v2-footer__bottom {
    grid-template-columns: 1fr;
  }

  .i2-home-v2 .i2-v2-footer__bottom p:last-child {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.i2-home-v2 *,
  body.i2-home-v2 *::before,
  body.i2-home-v2 *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Final motion refinement: readable work cards, static product concepts and
   an explicit scroll-grown About signal. */
.i2-home-v2 .i2-v2-product.has-product-concept {
  overflow: visible;
}

.i2-home-v2 .i2-v2-product.has-product-concept .i2-v2-product__art {
  overflow: visible;
  background: transparent;
  isolation: visible;
}

.i2-home-v2 .i2-v2-product__concept-frame {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  border: 1px solid rgba(48, 73, 153, .08);
  border-radius: inherit;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 1.15rem 2.5rem rgba(16, 32, 59, .07);
  inset: 0;
}

.i2-home-v2 .i2-v2-product__concept {
  transform: scale(1);
  transition: filter .55s ease, transform .7s var(--v2-ease);
}

.i2-home-v2 .i2-v2-product:hover .i2-v2-product__concept,
.i2-home-v2 .i2-v2-product:focus-within .i2-v2-product__concept {
  filter: saturate(1.04) contrast(1.015);
  transform: scale(1.025);
}

.i2-home-v2 .i2-v2-product__breakouts,
.i2-home-v2 .i2-v2-product__breakout {
  position: absolute;
  display: block;
  pointer-events: none;
}

.i2-home-v2 .i2-v2-product__breakouts {
  z-index: 3;
  overflow: visible;
  inset: 0;
}

.i2-home-v2 .i2-v2-product__breakout {
  width: 4.4rem;
  aspect-ratio: 1;
  border: 1px solid rgba(48, 73, 153, .14);
  border-radius: 1.2rem;
  opacity: .16;
  box-shadow: 0 1rem 2rem rgba(16, 32, 59, .12);
  transform: translate3d(0, 0, 0) rotate(0) scale(.78);
  transition:
    opacity .25s ease,
    transform .58s var(--v2-ease);
  will-change: transform;
}

.i2-home-v2 .i2-v2-product:hover .i2-v2-product__breakout,
.i2-home-v2 .i2-v2-product:focus-within .i2-v2-product__breakout {
  opacity: 1;
  transform:
    translate3d(var(--i2-breakout-x, 0), var(--i2-breakout-y, 0), 0)
    rotate(var(--i2-breakout-r, 0deg))
    scale(1);
}

.i2-home-v2 .i2-v2-product__breakout::before,
.i2-home-v2 .i2-v2-product__breakout::after {
  position: absolute;
  display: block;
  content: "";
}

/* TalentSift: selected profiles and the approval pulse. */
.i2-home-v2 .i2-v2-product__breakout--profile {
  --i2-breakout-x: -1.5rem;
  --i2-breakout-y: -1.15rem;
  --i2-breakout-r: -10deg;
  top: -.6rem;
  left: 8%;
  background: #dce8ff;
}

.i2-home-v2 .i2-v2-product__breakout--profile::before {
  top: 22%;
  left: 36%;
  width: 28%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--v2-blue);
}

.i2-home-v2 .i2-v2-product__breakout--profile::after {
  right: 22%;
  bottom: 22%;
  left: 22%;
  height: 18%;
  border-radius: 99px;
  background: #72a8e6;
}

.i2-home-v2 .i2-v2-product__breakout--match {
  --i2-breakout-x: 1.65rem;
  --i2-breakout-y: -.25rem;
  --i2-breakout-r: 12deg;
  top: 34%;
  right: -.75rem;
  border-radius: 50%;
  background: #c8efb8;
}

.i2-home-v2 .i2-v2-product__breakout--match::before {
  top: 27%;
  left: 24%;
  width: 52%;
  height: 27%;
  border-bottom: .28rem solid var(--v2-green);
  border-left: .28rem solid var(--v2-green);
  transform: rotate(-45deg);
}

.i2-home-v2 .i2-v2-product__breakout--pulse {
  --i2-breakout-x: .4rem;
  --i2-breakout-y: 1.3rem;
  --i2-breakout-r: 7deg;
  right: 23%;
  bottom: -.65rem;
  width: 5.2rem;
  aspect-ratio: 1.55;
  background:
    linear-gradient(90deg, transparent 7%, var(--v2-blue) 7% 14%, transparent 14% 22%, #72a8e6 22% 31%, transparent 31% 40%, var(--v2-green) 40% 51%, transparent 51% 62%, var(--v2-blue) 62% 75%, transparent 75%);
}

/* Chatify: source nodes reorganise into one governed answer. */
.i2-home-v2 .i2-v2-product__breakout--source {
  --i2-breakout-x: .5rem;
  --i2-breakout-y: -1.45rem;
  --i2-breakout-r: 8deg;
  top: -.7rem;
  right: 12%;
  background: #fff;
}

.i2-home-v2 .i2-v2-product__breakout--source::before {
  top: 25%;
  right: 19%;
  bottom: 25%;
  left: 19%;
  border-radius: .4rem;
  background: var(--v2-blue);
  box-shadow: 0 .45rem 0 -.2rem rgba(48, 73, 153, .35);
}

.i2-home-v2 .i2-v2-product__breakout--route {
  --i2-breakout-x: -1.6rem;
  --i2-breakout-y: .2rem;
  --i2-breakout-r: -12deg;
  top: 42%;
  left: -.7rem;
  border-radius: 50%;
  background: #dce8ff;
}

.i2-home-v2 .i2-v2-product__breakout--route::before {
  top: 47%;
  right: 18%;
  left: 18%;
  height: 2px;
  background: var(--v2-blue);
  box-shadow: 0 0 0 .4rem transparent;
}

.i2-home-v2 .i2-v2-product__breakout--route::after {
  top: calc(50% - .32rem);
  left: calc(50% - .32rem);
  width: .64rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--v2-green);
  box-shadow: -1.25rem 0 0 #72a8e6, 1.25rem 0 0 var(--v2-blue);
}

.i2-home-v2 .i2-v2-product__breakout--verified {
  --i2-breakout-x: .65rem;
  --i2-breakout-y: 1.35rem;
  --i2-breakout-r: -7deg;
  right: 21%;
  bottom: -.65rem;
  background: #c8efb8;
}

.i2-home-v2 .i2-v2-product__breakout--verified::before {
  top: 26%;
  left: 23%;
  width: 52%;
  height: 27%;
  border-bottom: .28rem solid var(--v2-green);
  border-left: .28rem solid var(--v2-green);
  transform: rotate(-45deg);
}

/* MinutesMax: waveform fragments become accountable action notes. */
.i2-home-v2 .i2-v2-product__breakout--wave {
  --i2-breakout-x: -1.1rem;
  --i2-breakout-y: -1.35rem;
  --i2-breakout-r: -6deg;
  top: -.6rem;
  left: 12%;
  width: 6.4rem;
  aspect-ratio: 1.7;
  background:
    repeating-linear-gradient(
      90deg,
      var(--v2-blue) 0 .18rem,
      transparent .18rem .52rem
    );
}

.i2-home-v2 .i2-v2-product__breakout--note {
  --i2-breakout-x: 1.55rem;
  --i2-breakout-y: -.15rem;
  --i2-breakout-r: 10deg;
  top: 31%;
  right: -.65rem;
  width: 5.5rem;
  aspect-ratio: 1.35;
  background:
    linear-gradient(var(--v2-blue), var(--v2-blue)) 18% 26% / 12% 54% no-repeat,
    repeating-linear-gradient(
      180deg,
      #a6adba 0 .12rem,
      transparent .12rem .58rem
    ) 52% 50% / 48% 56% no-repeat,
    #fff;
}

.i2-home-v2 .i2-v2-product__breakout--complete {
  --i2-breakout-x: .4rem;
  --i2-breakout-y: 1.35rem;
  --i2-breakout-r: -5deg;
  right: 22%;
  bottom: -.65rem;
  border-radius: 50%;
  background: #c8efb8;
}

.i2-home-v2 .i2-v2-product__breakout--complete::before {
  top: 26%;
  left: 23%;
  width: 52%;
  height: 27%;
  border-bottom: .28rem solid var(--v2-green);
  border-left: .28rem solid var(--v2-green);
  transform: rotate(-45deg);
}

.i2-home-v2 .i2-v2-parallax--about .i2-v2-parallax__piece--growth {
  z-index: -1;
  top: 18%;
  left: -4%;
  width: 108%;
  height: 34%;
  border-radius: 999px 2.5rem 2.5rem 999px;
  background: #6554c7;
  box-shadow: 0 2rem 7rem rgba(101, 84, 199, .22);
  transform-origin: left center;
}

.i2-home-v2 .i2-v2-parallax--about .i2-v2-parallax__piece--growth::after {
  top: 50%;
  right: 1.5rem;
  width: clamp(2rem, 6vw, 5rem);
  height: 2px;
  background: rgba(255, 255, 255, .8);
}

body.i2-home-v2 .i2-v2-section--about::after {
  opacity: .35;
}

@media (min-width: 992px) {
  body.i2-home-v2 .i2-v2-section--work.i2-v2-work-story > .bb-inner {
    align-items: flex-start;
    padding-block: clamp(2.5rem, 4.2vh, 3.75rem) !important;
  }

  .i2-home-v2 .i2-v2-section--work.i2-v2-work-story .i2-v2-section-label-column,
  .i2-home-v2 .i2-v2-section--work.i2-v2-work-story .i2-v2-section-title-column,
  .i2-home-v2 .i2-v2-section--work.i2-v2-work-story .i2-v2-work-link {
    margin-bottom: clamp(1.5rem, 3vh, 2.5rem);
  }

  .i2-home-v2 .i2-v2-section--work.i2-v2-work-story .i2-v2-work-list {
    margin-top: 0;
  }

  body.i2-home-v2 .i2-v2-section--work .i2-v2-work-track > div {
    flex-basis: min(58vw, 50rem) !important;
    width: min(58vw, 50rem) !important;
  }

  .i2-home-v2 .i2-v2-section--work.i2-v2-work-story .portfolio-content {
    position: relative;
    display: block;
    min-height: 0;
    height: auto;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .i2-home-v2 .i2-v2-section--work.i2-v2-work-story .portfolio-images {
    min-height: 0;
    height: auto;
    aspect-ratio: 15 / 8;
    border-radius: 1.6rem;
  }

  .i2-home-v2 .i2-v2-section--work.i2-v2-work-story .portfolio-images img {
    min-height: 0;
    height: 100% !important;
  }

  .i2-home-v2 .i2-v2-section--work.i2-v2-work-story .content-inner {
    position: absolute !important;
    z-index: 5;
    top: clamp(1rem, 2vw, 1.5rem);
    left: clamp(1rem, 2vw, 1.5rem);
    display: block;
    width: min(78%, 35rem) !important;
    height: auto !important;
    padding: 0 !important;
    pointer-events: none;
  }

  .i2-home-v2 .i2-v2-section--work.i2-v2-work-story .content-inner::before {
    display: none;
  }

  .i2-home-v2 .i2-v2-section--work.i2-v2-work-story .portfolio-information {
    padding: .9rem 1rem 1rem;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 1rem;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 .8rem 2rem rgba(16, 32, 59, .11);
    backdrop-filter: blur(.8rem);
    pointer-events: auto;
  }

  .i2-home-v2 .i2-v2-section--work.i2-v2-work-story .portfolio-information .title a {
    font-size: clamp(1.35rem, 2vw, 2rem);
    line-height: 1.06;
  }
}

/* -------------------------------------------------------------------------
 * Cinematic hero browser story
 * ---------------------------------------------------------------------- */

body.i2-home-v2 .i2-v2-section--hero.i2-v2-hero-cinematic {
  overflow: clip;
  background: var(--v2-cloud);
  background-image: none;
}

body.i2-home-v2 .i2-v2-section--hero.i2-v2-hero-cinematic::before,
body.i2-home-v2 .i2-v2-section--hero.i2-v2-hero-cinematic::after {
  display: none;
}

body.i2-home-v2 .i2-v2-section--hero.i2-v2-hero-cinematic > .bb-inner {
  padding: 0 !important;
}

body.i2-home-v2 .i2-v2-section--hero.i2-v2-hero-cinematic > .bb-inner > .bb-container {
  width: 100%;
  max-width: none;
  padding: 0;
}

.i2-home-v2 .i2-v2-hero-cinematic .row-wrapper {
  width: 100%;
  margin: 0 !important;
}

.i2-home-v2 .i2-v2-hero-copy--cinematic {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  min-height: 0;
  padding: 0 !important;
}

.i2-home-v2 .i2-v2-hero-copy--cinematic > .column-inner,
.i2-home-v2 .i2-v2-hero-copy--cinematic .column-content-inner {
  padding: 0 !important;
}

.i2-home-v2 .i2-v2-hero-case-config-wrap:empty {
  display: none;
}

.i2-home-v2 .i2-v2-cinematic {
  position: relative;
  width: 100%;
  height: clamp(35rem, calc(100svh - var(--i2-sticky-offset, 76px)), 45rem);
  min-height: 0;
  overflow: hidden;
  background: #dfe7eb;
  isolation: isolate;
}

.i2-home-v2 .i2-v2-cinematic__panorama {
  position: absolute;
  z-index: 0;
  inset: -5%;
  overflow: hidden;
  background: #dfe7eb;
  will-change: opacity, transform;
}

.i2-home-v2 .i2-v2-cinematic__panorama img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 64%;
  will-change: transform;
}

.i2-home-v2 .i2-v2-cinematic__wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(238, 242, 245, .2), rgba(255, 255, 255, .06)),
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, .32), transparent 52%);
  pointer-events: none;
}

.i2-home-v2 .i2-v2-browser {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: min(
    74vw,
    70rem,
    calc((100svh - var(--i2-sticky-offset, 76px) - 5.25rem) * 1.7778)
  );
  overflow: hidden;
  border: 1px solid rgba(16, 32, 59, .16);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow:
    0 2.6rem 7rem rgba(16, 32, 59, .23),
    0 .35rem 1rem rgba(16, 32, 59, .12);
  transform: translateX(-50%);
  will-change: transform, opacity;
}

.i2-home-v2 .i2-v2-browser__chrome {
  display: grid;
  height: 2.625rem;
  grid-template-columns: 5rem minmax(0, 1fr) 5rem;
  align-items: center;
  gap: .75rem;
  padding: 0 .875rem;
  border-bottom: 1px solid rgba(16, 32, 59, .09);
  background: rgba(248, 250, 251, .96);
  color: #697386;
  font-family: var(--v2-body);
  font-size: .625rem;
}

.i2-home-v2 .i2-v2-browser__nav,
.i2-home-v2 .i2-v2-browser__menu {
  display: flex;
  align-items: center;
  gap: .38rem;
}

.i2-home-v2 .i2-v2-browser__nav i {
  display: block;
  width: .75rem;
  height: .75rem;
  border: 1px solid #a8b2c1;
  border-radius: .18rem;
}

.i2-home-v2 .i2-v2-browser__nav i:last-child {
  opacity: .55;
}

.i2-home-v2 .i2-v2-browser__address {
  display: flex;
  width: min(100%, 25rem);
  height: 1.65rem;
  align-items: center;
  justify-self: center;
  gap: .5rem;
  padding: 0 .75rem;
  border: 1px solid rgba(16, 32, 59, .09);
  border-radius: 999px;
  background: #fff;
}

.i2-home-v2 .i2-v2-browser__address i {
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  background: var(--v2-green);
  box-shadow: 0 0 0 .2rem rgba(51, 133, 8, .1);
}

.i2-home-v2 .i2-v2-browser__address span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.i2-home-v2 .i2-v2-browser__menu {
  justify-content: flex-end;
}

.i2-home-v2 .i2-v2-browser__menu i {
  width: .18rem;
  height: .18rem;
  border-radius: 50%;
  background: #758195;
}

.i2-home-v2 .i2-v2-browser__screen {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #fff;
}

.i2-home-v2 .i2-v2-browser__opening,
.i2-home-v2 .i2-v2-browser__project {
  position: absolute;
  inset: 0;
}

.i2-home-v2 .i2-v2-browser__opening {
  z-index: 2;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  padding: clamp(2rem, 4vw, 4rem) clamp(2rem, 5vw, 5rem) 1.25rem;
  background:
    linear-gradient(90deg, rgba(48, 73, 153, .045) 1px, transparent 1px),
    linear-gradient(rgba(48, 73, 153, .045) 1px, transparent 1px),
    radial-gradient(circle at 88% 9%, rgba(183, 222, 166, .4), transparent 27%),
    #fff;
  background-size: 4rem 4rem, 4rem 4rem, auto, auto;
}

.i2-home-v2 .i2-v2-browser__opening-copy {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 0;
  text-align: center;
  transform: translateY(-3%);
}

.i2-home-v2 .i2-v2-browser__opening .i2-v2-hero-heading.gsc-heading {
  width: min(100%, 52rem);
}

.i2-home-v2 .i2-v2-browser__opening .i2-v2-hero-heading .sub-title {
  justify-content: center;
  margin-bottom: .9rem;
}

.i2-home-v2 .i2-v2-browser__opening .i2-v2-hero-heading .title {
  max-width: none !important;
  margin: clamp(.65rem, 1.4vh, 1rem) auto clamp(1.1rem, 2vh, 1.5rem) !important;
  font-size: clamp(2.75rem, 4.35vw, 4.35rem) !important;
  line-height: .95 !important;
}

.i2-home-v2 .i2-v2-browser__opening .i2-v2-hero-heading .title .i2-v2-hero-line {
  margin-inline: auto;
}

.i2-home-v2 .i2-v2-browser__opening .i2-v2-hero-heading .title-desc {
  max-width: 44rem;
  margin-inline: auto;
  font-size: clamp(.82rem, 1vw, 1rem) !important;
  line-height: 1.5 !important;
}

/*
 * Prevent the server-rendered Hero from flashing before initHeroIntro has
 * synchronously established its GSAP entrance state. Drupal adds html.js in
 * the document head, so this guard is active before the first body paint.
 */
html.js body.i2-home-v2:not(.i2-v2-hero-intro-ready)
  .i2-v2-section--hero .i2-v2-hero-heading .sub-title,
html.js body.i2-home-v2:not(.i2-v2-hero-intro-ready)
  .i2-v2-section--hero .i2-v2-hero-heading .title,
html.js body.i2-home-v2:not(.i2-v2-hero-intro-ready)
  .i2-v2-section--hero .i2-v2-hero-heading .title-desc,
html.js body.i2-home-v2:not(.i2-v2-hero-intro-ready)
  .i2-v2-section--hero .i2-v2-hero-actions {
  visibility: hidden;
  opacity: 0;
}

.i2-home-v2 .i2-v2-browser__opening .i2-v2-hero-actions {
  justify-content: center;
  gap: 1.4rem;
  margin-top: 1.35rem;
}

.i2-home-v2 .i2-v2-browser__opening .i2-v2-hero-actions-wrap {
  margin-bottom: 1rem;
}

.i2-home-v2 .i2-v2-browser__opening .i2-v2-button,
.i2-home-v2 .i2-v2-browser__opening .i2-v2-text-link {
  min-height: 2.8rem;
  font-size: .8rem;
}

.i2-home-v2 .i2-v2-browser__metrics {
  display: grid;
  grid-template-columns: 1fr 1fr 1.25fr 1.75fr;
  border: 1px solid var(--v2-line);
  background: rgba(255, 255, 255, .74);
  backdrop-filter: blur(.5rem);
}

.i2-home-v2 .i2-v2-browser__metrics .i2-v2-metric {
  width: auto;
  max-width: none;
  height: 4.65rem;
  min-height: 4.65rem;
  margin: 0;
  border: 0;
  border-right: 1px solid var(--v2-line);
}

.i2-home-v2 .i2-v2-browser__metrics .i2-v2-metric:last-child {
  border-right: 0;
}

.i2-home-v2 .i2-v2-browser__metrics .i2-v2-counter,
.i2-home-v2 .i2-v2-browser__metrics .i2-v2-phrase {
  min-height: 4.6rem;
  padding: .75rem 1rem;
}

.i2-home-v2 .i2-v2-browser__metrics .milestone-number,
.i2-home-v2 .i2-v2-browser__metrics .milestone-number-inner {
  font-size: clamp(1.35rem, 2vw, 2rem) !important;
}

.i2-home-v2 .i2-v2-browser__metrics .milestone-text,
.i2-home-v2 .i2-v2-browser__metrics .i2-v2-phrase > span:first-child {
  margin-top: .35rem !important;
  font-size: .55rem !important;
}

.i2-home-v2 .i2-v2-browser__metrics .i2-v2-phrase {
  grid-template-columns: auto 1fr;
  gap: .65rem;
}

.i2-home-v2 .i2-v2-browser__metrics .i2-hero__phrase-window {
  min-height: 1.7em;
  font-size: clamp(.72rem, 1vw, .95rem);
}

.i2-home-v2 .i2-v2-browser__scroll-cue {
  position: absolute;
  z-index: 4;
  right: 1.2rem;
  bottom: 6.7rem;
  display: flex;
  align-items: center;
  gap: .5rem;
  color: var(--v2-muted);
  font-size: .55rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.i2-home-v2 .i2-v2-browser__scroll-cue i {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid rgba(48, 73, 153, .26);
  border-radius: 50%;
}

.i2-home-v2 .i2-v2-browser__scroll-cue i::before,
.i2-home-v2 .i2-v2-browser__scroll-cue i::after {
  position: absolute;
  left: 50%;
  content: "";
  transform: translateX(-50%);
}

.i2-home-v2 .i2-v2-browser__scroll-cue i::before {
  top: .36rem;
  width: 1px;
  height: .65rem;
  background: var(--v2-blue);
}

.i2-home-v2 .i2-v2-browser__scroll-cue i::after {
  bottom: .33rem;
  width: .3rem;
  height: .3rem;
  border-right: 1px solid var(--v2-blue);
  border-bottom: 1px solid var(--v2-blue);
  transform: translateX(-50%) rotate(45deg);
}

.i2-home-v2 .i2-v2-browser__project {
  z-index: 3;
  background: #f5f7fa;
}

.i2-home-v2 .i2-v2-case-config,
.i2-home-v2 .i2-v2-case-app {
  width: 100%;
  height: 100%;
}

.i2-home-v2 .i2-v2-case-app {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr);
  color: #152139;
  font-family: var(--v2-body);
  font-size: .68rem;
  text-align: left;
}

.i2-home-v2 .i2-v2-case-app * {
  box-sizing: border-box;
}

.i2-home-v2 .i2-v2-case-app__rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .45rem;
  padding: 1rem .55rem;
  border-right: 1px solid rgba(16, 32, 59, .1);
  background: #13203a;
  color: rgba(255, 255, 255, .7);
}

.i2-home-v2 .i2-v2-case-app__mark {
  display: grid;
  width: 2.65rem;
  height: 2.1rem;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: .65rem;
  background: #fff;
  color: var(--v2-blue);
  font-family: var(--v2-display);
  font-size: .7rem;
  font-weight: 750;
}

.i2-home-v2 .i2-v2-case-app__rail-link {
  display: grid;
  width: 100%;
  min-height: 2.55rem;
  place-items: center;
  gap: .18rem;
  border-radius: .55rem;
  font-size: .48rem;
}

.i2-home-v2 .i2-v2-case-app__rail-link i {
  width: .75rem;
  height: .75rem;
  border: 1px solid currentColor;
  border-radius: .22rem;
}

.i2-home-v2 .i2-v2-case-app__rail-link.is-active {
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.i2-home-v2 .i2-v2-case-app__rail-link.is-active i {
  border-color: #b8dea7;
  background: #b8dea7;
  box-shadow: inset 0 0 0 .2rem #13203a;
}

.i2-home-v2 .i2-v2-case-app__rail-user {
  display: grid;
  width: 1.8rem;
  height: 1.8rem;
  place-items: center;
  margin-top: auto;
  border-radius: 50%;
  background: #b8dea7;
  color: #13203a;
  font-size: .52rem;
  font-weight: 750;
}

.i2-home-v2 .i2-v2-case-app__workspace {
  min-width: 0;
  padding: 0 1.4rem 1.3rem;
  overflow: hidden;
}

.i2-home-v2 .i2-v2-case-app__modulebar {
  display: flex;
  min-height: 2.25rem;
  align-items: center;
  gap: 1rem;
  margin: 0 -1.4rem 1rem;
  padding: 0 1.4rem;
  border-bottom: 1px solid #dde3ec;
  background: #eef1f5;
  color: #647086;
  font-size: .48rem;
}

.i2-home-v2 .i2-v2-case-app__modulebar strong {
  margin-right: auto;
  color: #273650;
  font-size: .58rem;
}

.i2-home-v2 .i2-v2-case-app__modulebar span {
  padding-block: .7rem;
}

.i2-home-v2 .i2-v2-case-app__modulebar .is-current {
  border-bottom: 2px solid var(--v2-green);
  color: #273650;
  font-weight: 750;
}

.i2-home-v2 .i2-v2-case-app__header,
.i2-home-v2 .i2-v2-case-app__section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.i2-home-v2 .i2-v2-case-app__eyebrow,
.i2-home-v2 .i2-v2-case-app__section-heading span,
.i2-home-v2 .i2-v2-case-app__detail-kicker {
  color: #6d7890;
  font-size: .48rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.i2-home-v2 .i2-v2-case-app__header h2 {
  margin: .14rem 0 0;
  color: #152139;
  font-family: var(--v2-display);
  font-size: 1.25rem;
  font-weight: 650;
  letter-spacing: -.04em;
  line-height: 1;
}

.i2-home-v2 .i2-v2-case-app__header-actions {
  display: flex;
  gap: .45rem;
}

.i2-home-v2 .i2-v2-case-app__search,
.i2-home-v2 .i2-v2-case-app__new,
.i2-home-v2 .i2-v2-case-app__filter {
  display: inline-flex;
  min-height: 1.75rem;
  align-items: center;
  padding: 0 .75rem;
  border: 1px solid #d6ddea;
  border-radius: .5rem;
  background: #fff;
  color: #5e6b82;
  font-size: .55rem;
}

.i2-home-v2 .i2-v2-case-app__new {
  border-color: var(--v2-blue);
  background: var(--v2-blue);
  color: #fff;
  font-weight: 700;
}

.i2-home-v2 .i2-v2-case-app__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .65rem;
  margin: 1rem 0 .75rem;
}

.i2-home-v2 .i2-v2-case-app__stats article {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: .2rem .5rem;
  padding: .7rem .8rem;
  border: 1px solid #e0e5ee;
  border-radius: .65rem;
  background: #fff;
}

.i2-home-v2 .i2-v2-case-app__stats strong {
  grid-row: 1 / 3;
  color: var(--v2-blue);
  font-family: var(--v2-display);
  font-size: 1.35rem;
  font-weight: 650;
  letter-spacing: -.05em;
  line-height: 1;
}

.i2-home-v2 .i2-v2-case-app__stats span {
  color: #28364e;
  font-size: .56rem;
  font-weight: 650;
}

.i2-home-v2 .i2-v2-case-app__stats i {
  color: #778298;
  font-size: .46rem;
  font-style: normal;
}

.i2-home-v2 .i2-v2-case-app__stats i.is-positive {
  color: var(--v2-green);
}

.i2-home-v2 .i2-v2-case-app__content {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(12rem, .75fr);
  gap: .75rem;
  min-height: 0;
}

.i2-home-v2 .i2-v2-case-app__board,
.i2-home-v2 .i2-v2-case-app__detail {
  min-width: 0;
  padding: .85rem;
  border: 1px solid #e0e5ee;
  border-radius: .75rem;
  background: #fff;
}

.i2-home-v2 .i2-v2-case-app__section-heading h3,
.i2-home-v2 .i2-v2-case-app__detail h3 {
  margin: .12rem 0 0;
  color: #152139;
  font-family: var(--v2-display);
  font-size: .83rem;
  font-weight: 650;
  letter-spacing: -.025em;
  line-height: 1.1;
}

.i2-home-v2 .i2-v2-case-app__filter {
  min-height: 1.45rem;
  font-size: .48rem;
  letter-spacing: 0;
  text-transform: none;
}

.i2-home-v2 .i2-v2-case-app__steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: .3rem;
  margin: .75rem 0;
}

.i2-home-v2 .i2-v2-case-app__steps span {
  display: grid;
  min-height: 2.7rem;
  align-content: center;
  gap: .12rem;
  padding: .4rem .55rem;
  border-radius: .5rem;
  background: #f2f4f8;
  color: #69768c;
  font-size: .48rem;
}

.i2-home-v2 .i2-v2-case-app__steps b {
  color: #384761;
  font-size: .7rem;
}

.i2-home-v2 .i2-v2-case-app__steps .is-complete {
  background: rgba(184, 222, 167, .35);
  color: #38721c;
}

.i2-home-v2 .i2-v2-case-app__steps .is-active {
  background: rgba(48, 73, 153, .11);
  color: var(--v2-blue);
  box-shadow: inset 0 0 0 1px rgba(48, 73, 153, .18);
}

.i2-home-v2 .i2-v2-case-app__table {
  overflow: hidden;
  border: 1px solid #e4e8ef;
  border-radius: .55rem;
}

.i2-home-v2 .i2-v2-case-app__table-head,
.i2-home-v2 .i2-v2-case-app__row {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr .75fr;
  align-items: center;
  gap: .45rem;
  padding: .46rem .6rem;
}

.i2-home-v2 .i2-v2-case-app__table-head {
  background: #f4f6f9;
  color: #7b8598;
  font-size: .43rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.i2-home-v2 .i2-v2-case-app__row {
  border-top: 1px solid #edf0f4;
  color: #46536a;
  font-size: .49rem;
}

.i2-home-v2 .i2-v2-case-app__row.is-selected {
  background: rgba(48, 73, 153, .045);
  box-shadow: inset .15rem 0 0 var(--v2-blue);
}

.i2-home-v2 .i2-v2-case-app__row b,
.i2-home-v2 .i2-v2-case-app__row small {
  display: block;
}

.i2-home-v2 .i2-v2-case-app__row b {
  color: #273650;
  font-size: .53rem;
}

.i2-home-v2 .i2-v2-case-app__row small {
  margin-top: .08rem;
  color: #8c96a7;
  font-size: .4rem;
}

.i2-home-v2 .i2-v2-case-app__row .status {
  justify-self: start;
  padding: .22rem .35rem;
  border-radius: 999px;
  font-size: .42rem;
  font-weight: 700;
}

.i2-home-v2 .status--review { background: #e7ebf8; color: var(--v2-blue); }
.i2-home-v2 .status--plan { background: #eaf4e5; color: #39751d; }
.i2-home-v2 .status--intake { background: #f1f2f5; color: #606c80; }

.i2-home-v2 .i2-v2-case-app__detail {
  display: flex;
  flex-direction: column;
}

.i2-home-v2 .i2-v2-case-app__profile {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin: .75rem 0;
  padding-bottom: .65rem;
  border-bottom: 1px solid #e7eaf0;
}

.i2-home-v2 .i2-v2-case-app__profile > span {
  display: grid;
  width: 1.8rem;
  height: 1.8rem;
  place-items: center;
  border-radius: 50%;
  background: rgba(48, 73, 153, .11);
  color: var(--v2-blue);
  font-size: .52rem;
  font-weight: 750;
}

.i2-home-v2 .i2-v2-case-app__profile b,
.i2-home-v2 .i2-v2-case-app__profile small {
  display: block;
}

.i2-home-v2 .i2-v2-case-app__profile b {
  color: #273650;
  font-size: .55rem;
}

.i2-home-v2 .i2-v2-case-app__profile small {
  color: var(--v2-green);
  font-size: .43rem;
}

.i2-home-v2 .i2-v2-case-app__detail dl {
  display: grid;
  gap: .42rem;
  margin: 0;
}

.i2-home-v2 .i2-v2-case-app__detail dl div {
  display: flex;
  justify-content: space-between;
  gap: .55rem;
}

.i2-home-v2 .i2-v2-case-app__detail dt {
  color: #7c879a;
  font-size: .45rem;
  font-weight: 500;
}

.i2-home-v2 .i2-v2-case-app__detail dd {
  margin: 0;
  color: #34425a;
  font-size: .46rem;
  font-weight: 650;
  text-align: right;
}

.i2-home-v2 .i2-v2-case-app__ai-note {
  margin-top: .75rem;
  padding: .6rem;
  border-radius: .55rem;
  background: linear-gradient(135deg, rgba(48, 73, 153, .1), rgba(184, 222, 167, .2));
}

.i2-home-v2 .i2-v2-case-app__ai-note span {
  color: var(--v2-blue);
  font-size: .46rem;
  font-weight: 750;
}

.i2-home-v2 .i2-v2-case-app__ai-note p {
  margin: .25rem 0 0;
  color: #5d6980;
  font-size: .43rem;
  line-height: 1.4;
}

.i2-home-v2 .i2-v2-case-app__open {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: .65rem;
  color: var(--v2-blue);
  font-size: .48rem;
  font-weight: 750;
}

.i2-home-v2 .i2-v2-case-app__trend {
  margin-top: .55rem;
  padding: .35rem .45rem .25rem;
  border: 1px solid rgba(48, 73, 153, .08);
  border-radius: .6rem;
  background:
    linear-gradient(180deg, rgba(48, 73, 153, .045), rgba(255, 255, 255, 0)),
    #fbfcfe;
}

.i2-home-v2 .i2-v2-case-app__trend svg {
  display: block;
  width: 100%;
  height: 6.75rem;
  overflow: visible;
}

.i2-home-v2 .i2-v2-case-app__trend-grid path {
  fill: none;
  stroke: #e1e6ef;
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.i2-home-v2 .i2-v2-case-app__trend-area {
  fill: url("#i2-case-trend-fill");
}

.i2-home-v2 .i2-v2-case-app__trend-line {
  fill: none;
  stroke: var(--v2-blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  vector-effect: non-scaling-stroke;
}

.i2-home-v2 .i2-v2-case-app__trend-points circle {
  fill: #fff;
  stroke: var(--v2-blue);
  stroke-width: 3;
  vector-effect: non-scaling-stroke;
}

.i2-home-v2 .i2-v2-case-app__trend-points circle:last-child {
  fill: var(--v2-green);
  stroke: #fff;
}

.i2-home-v2 .i2-v2-case-app__trend-axis {
  display: flex;
  justify-content: space-between;
  padding: .1rem .25rem 0;
  color: #8a95a8;
  font-size: .42rem;
}

.i2-home-v2 .i2-v2-case-app__pipeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .3rem;
  margin-top: .55rem;
}

.i2-home-v2 .i2-v2-case-app__pipeline span {
  display: grid;
  min-height: 2rem;
  align-content: center;
  gap: .12rem;
  padding: .35rem .5rem;
  border-radius: .45rem;
  background: #f0f3f8;
  color: #66738a;
  font-size: .43rem;
}

.i2-home-v2 .i2-v2-case-app__pipeline span:first-child {
  background: rgba(184, 222, 167, .35);
  color: #39751d;
}

.i2-home-v2 .i2-v2-case-app__pipeline b {
  color: #273650;
  font-size: .62rem;
}

.i2-home-v2 .i2-v2-case-app__donut {
  position: relative;
  display: grid;
  width: 5.4rem;
  aspect-ratio: 1;
  place-items: center;
  margin: .55rem auto;
  border-radius: 50%;
  background: conic-gradient(
    var(--v2-blue) 0 42%,
    #5876cf 42% 73%,
    var(--v2-green) 73% 90%,
    #b8dea7 90% 100%
  );
  box-shadow: 0 .5rem 1.4rem rgba(48, 73, 153, .12);
}

.i2-home-v2 .i2-v2-case-app__donut::before {
  position: absolute;
  inset: 19%;
  border: 1px solid rgba(48, 73, 153, .08);
  border-radius: inherit;
  background: #fff;
  content: "";
}

.i2-home-v2 .i2-v2-case-app__donut span {
  position: relative;
  z-index: 1;
  display: grid;
  text-align: center;
}

.i2-home-v2 .i2-v2-case-app__donut b {
  color: var(--v2-blue);
  font-family: var(--v2-display);
  font-size: 1.1rem;
  line-height: 1;
}

.i2-home-v2 .i2-v2-case-app__donut small {
  margin-top: .1rem;
  color: #718097;
  font-size: .4rem;
  text-transform: uppercase;
}

.i2-home-v2 .i2-v2-case-app__legend {
  display: grid;
  gap: .32rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.i2-home-v2 .i2-v2-case-app__legend li {
  display: grid;
  grid-template-columns: .42rem minmax(0, 1fr) auto;
  align-items: center;
  gap: .4rem;
  color: #647087;
  font-size: .5rem;
  line-height: 1.25;
}

.i2-home-v2 .i2-v2-case-app__legend i {
  width: .38rem;
  min-width: .38rem;
  height: .38rem;
  margin: 0;
  justify-self: center;
  border-radius: 50%;
  background: var(--v2-blue);
}

.i2-home-v2 .i2-v2-case-app__legend li:nth-child(2) i { background: #5876cf; }
.i2-home-v2 .i2-v2-case-app__legend li:nth-child(3) i { background: var(--v2-green); }
.i2-home-v2 .i2-v2-case-app__legend li:nth-child(4) i { background: #b8dea7; }

.i2-home-v2 .i2-v2-case-app__legend b {
  color: #2f3e56;
  font-size: .5rem;
  line-height: 1;
  text-align: right;
}

.i2-home-v2 .i2-v2-case-app__dashboard-note {
  margin-top: auto;
  padding: .48rem .55rem;
  border-radius: .5rem;
  background: linear-gradient(135deg, rgba(48, 73, 153, .08), rgba(184, 222, 167, .18));
}

.i2-home-v2 .i2-v2-case-app__dashboard-note span {
  color: var(--v2-blue);
  font-size: .42rem;
  font-weight: 750;
  text-transform: uppercase;
}

.i2-home-v2 .i2-v2-case-app__dashboard-note p {
  margin: .16rem 0 0;
  color: #5d6980;
  font-size: .42rem;
  line-height: 1.35;
}

.i2-home-v2 .i2-v2-cinematic__handoff {
  position: absolute;
  z-index: 6;
  right: 0;
  bottom: -1px;
  left: 0;
  min-height: 88%;
  padding: clamp(2.75rem, 5.25vw, 5.5rem) clamp(2rem, 7vw, 8rem);
  border-radius: clamp(2rem, 5vw, 5rem) clamp(2rem, 5vw, 5rem) 0 0;
  background:
    linear-gradient(112deg, rgba(48, 73, 153, .04), transparent 48%),
    var(--v2-cloud);
  box-shadow: 0 -1.5rem 4rem rgba(16, 32, 59, .08);
  will-change: transform;
}

.i2-home-v2 .i2-v2-cinematic__handoff > div {
  width: min(100%, 70rem);
  margin-inline: auto;
}

.i2-home-v2 .i2-v2-cinematic__about-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-content: start;
  gap: clamp(1.5rem, 3.25vw, 3rem) clamp(1rem, 2vw, 2rem);
}

.i2-home-v2 .i2-v2-cinematic__about-grid > [class*="i2-v2-about-"] {
  width: auto;
  max-width: none;
  flex: none;
  margin: 0;
  padding: 0;
}

.i2-home-v2 .i2-v2-cinematic__about-grid .i2-v2-about-label-column {
  grid-column: 1 / 4;
}

.i2-home-v2 .i2-v2-cinematic__about-grid .i2-v2-about-title-column {
  grid-column: 4 / 13;
}

.i2-home-v2 .i2-v2-cinematic__about-grid .i2-v2-about-statement-column {
  grid-column: 1 / 5;
}

.i2-home-v2 .i2-v2-cinematic__about-grid .i2-v2-about-spacer {
  display: none;
}

.i2-home-v2 .i2-v2-cinematic__about-grid .i2-v2-about-body-column {
  grid-column: 7 / 13;
}

.i2-home-v2 .i2-v2-cinematic__about-grid .i2-v2-about-kicker {
  margin-top: .25rem;
}

.i2-home-v2 .i2-v2-cinematic__about-grid .i2-v2-about-heading .title {
  font-size: clamp(2.5rem, 4.5vw, 4.8rem) !important;
  line-height: 1 !important;
}

.i2-home-v2 .i2-v2-cinematic__about-grid .i2-v2-about-statement p {
  margin-bottom: 1.25rem;
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.i2-home-v2 .i2-v2-cinematic__about-grid .i2-v2-about-body p {
  font-size: clamp(.88rem, 1.2vw, 1.05rem);
  line-height: 1.55;
}

.i2-home-v2 .i2-v2-cinematic__handoff-line {
  position: absolute;
  right: 8vw;
  bottom: 3rem;
  left: 8vw;
  height: 1px;
  background: linear-gradient(90deg, var(--v2-blue), rgba(48, 73, 153, .08));
}

@media (max-width: 1023px) {
  .i2-home-v2 .i2-v2-cinematic {
    height: clamp(35rem, calc(100svh - var(--i2-sticky-offset, 72px)), 41rem);
  }

  .i2-home-v2 .i2-v2-browser {
    top: 50%;
    width: min(
      88vw,
      54rem,
      calc((100svh - var(--i2-sticky-offset, 72px) - 4.5rem) * 1.7778)
    );
  }

  .i2-home-v2 .i2-v2-browser__opening {
    padding: 2rem 2.25rem 1rem;
  }

  .i2-home-v2 .i2-v2-browser__opening .i2-v2-hero-heading .title {
    font-size: clamp(2.2rem, 4.8vw, 3.25rem) !important;
  }

  .i2-home-v2 .i2-v2-browser__opening .i2-v2-hero-actions-wrap {
    margin-bottom: 3.5rem;
  }

  .i2-home-v2 .i2-v2-browser__metrics .i2-v2-phrase {
    grid-template-columns: 1fr;
    align-content: end;
    justify-items: center;
    gap: .2rem;
    padding-bottom: .75rem;
    text-align: center;
  }

  .i2-home-v2 .i2-v2-browser__metrics .i2-v2-phrase > span:first-child,
  .i2-home-v2 .i2-v2-browser__metrics .i2-hero__phrase-window {
    width: 100%;
    text-align: center;
  }

  .i2-home-v2 .i2-v2-browser__metrics
    .i2-hero__phrase-window > span {
    justify-content: center;
  }

  .i2-home-v2 .i2-v2-case-app__content {
    grid-template-columns: minmax(0, 1.5fr) minmax(10rem, .7fr);
  }

  .i2-home-v2 .i2-v2-case-app__workspace {
    padding: 0 1rem 1rem;
  }

  .i2-home-v2 .i2-v2-case-app__modulebar {
    margin: 0 -1rem .8rem;
    padding-inline: 1rem;
  }

  .i2-home-v2 .i2-v2-cinematic__handoff {
    min-height: 90%;
    padding: 2.75rem 2.25rem;
  }

  .i2-home-v2 .i2-v2-cinematic__about-grid {
    gap: 1.35rem 1rem;
  }

  .i2-home-v2 .i2-v2-cinematic__about-grid .i2-v2-about-title-column {
    grid-column: 4 / 13;
  }

  .i2-home-v2 .i2-v2-cinematic__about-grid .i2-v2-about-statement-column {
    grid-column: 1 / 6;
  }

  .i2-home-v2 .i2-v2-cinematic__about-grid .i2-v2-about-body-column {
    grid-column: 7 / 13;
  }
}

@media (max-width: 767px) {
  .i2-home-v2 .i2-v2-cinematic {
    height: clamp(34rem, calc(100svh - var(--i2-sticky-offset, 70px)), 38rem);
    min-height: 0;
  }

  .i2-home-v2 .i2-v2-cinematic__panorama {
    inset: -2.5rem -45%;
  }

  .i2-home-v2 .i2-v2-browser {
    top: 47%;
    width: calc(100vw - 1.5rem);
    border-radius: 1rem;
  }

  .i2-home-v2 .i2-v2-browser__chrome {
    height: 2.25rem;
    grid-template-columns: 2.5rem minmax(0, 1fr) 2.5rem;
    gap: .35rem;
    padding-inline: .55rem;
  }

  .i2-home-v2 .i2-v2-browser__address {
    height: 1.45rem;
  }

  .i2-home-v2 .i2-v2-browser__screen {
    height: min(72svh, 39rem);
    aspect-ratio: auto;
  }

  .i2-home-v2 .i2-v2-browser__opening {
    grid-template-rows: minmax(0, 1fr) auto;
    padding: 1.5rem .9rem .8rem;
    background-size: 2.6rem 2.6rem, 2.6rem 2.6rem, auto, auto;
  }

  .i2-home-v2 .i2-v2-browser__opening-copy {
    /*
     * Keep the opening stage full-height for the cinematic timeline, while
     * using the otherwise empty lower part of its flexible copy track. This
     * brings the CTAs closer to the achievements without changing the
     * screen, pin or ScrollTrigger measurements.
     */
    transform: translateY(14%);
  }

  .i2-home-v2 .i2-v2-browser__opening .i2-v2-hero-heading .sub-title {
    margin-bottom: .65rem;
    font-size: .5rem !important;
  }

  .i2-home-v2 .i2-v2-browser__opening .i2-v2-hero-heading .title {
    margin-bottom: .75rem !important;
    font-size: clamp(2.15rem, 10vw, 3.1rem) !important;
    line-height: .94 !important;
  }

  .i2-home-v2 .i2-v2-browser__opening .i2-v2-hero-heading .title-desc {
    font-size: .7rem !important;
    line-height: 1.45 !important;
  }

  .i2-home-v2 .i2-v2-browser__opening .i2-v2-hero-actions {
    gap: .65rem;
    margin-top: 1rem;
  }

  .i2-home-v2 .i2-v2-browser__opening .i2-v2-button,
  .i2-home-v2 .i2-v2-browser__opening .i2-v2-text-link {
    min-height: 2.45rem;
    padding: .55rem .8rem;
    font-size: .65rem;
  }

  .i2-home-v2 .i2-v2-browser__metrics {
    grid-template-columns: 1fr 1fr;
  }

  .i2-home-v2 .i2-v2-browser__metrics .i2-v2-metric {
    height: 3.5rem;
    min-height: 3.5rem;
    border-bottom: 1px solid var(--v2-line);
  }

  .i2-home-v2 .i2-v2-browser__metrics .i2-v2-metric:nth-child(2) {
    border-right: 0;
  }

  .i2-home-v2 .i2-v2-browser__metrics .i2-v2-metric:nth-child(n + 3) {
    border-bottom: 0;
  }

  .i2-home-v2 .i2-v2-browser__metrics .i2-v2-counter,
  .i2-home-v2 .i2-v2-browser__metrics .i2-v2-phrase {
    min-height: 3.45rem;
    padding: .5rem .65rem;
  }

  .i2-home-v2 .i2-v2-browser__metrics .milestone-number,
  .i2-home-v2 .i2-v2-browser__metrics .milestone-number-inner {
    font-size: 1.15rem !important;
  }

  .i2-home-v2 .i2-v2-browser__metrics .milestone-text,
  .i2-home-v2 .i2-v2-browser__metrics .i2-v2-phrase > span:first-child {
    font-size: .45rem !important;
  }

  .i2-home-v2 .i2-v2-browser__metrics .i2-hero__phrase-window {
    min-height: 1.2em;
    font-size: .58rem;
  }

  .i2-home-v2 .i2-v2-browser__scroll-cue {
    right: .75rem;
    bottom: 7.8rem;
  }

  .i2-home-v2 .i2-v2-case-app {
    grid-template-columns: 1fr;
  }

  .i2-home-v2 .i2-v2-case-app__rail {
    display: none;
  }

  .i2-home-v2 .i2-v2-case-app__workspace {
    padding: 0 .85rem .85rem;
  }

  .i2-home-v2 .i2-v2-case-app__modulebar {
    min-height: 2rem;
    gap: .65rem;
    margin: 0 -.85rem .7rem;
    padding-inline: .85rem;
  }

  .i2-home-v2 .i2-v2-case-app__modulebar span:nth-of-type(n + 4) {
    display: none;
  }

  .i2-home-v2 .i2-v2-case-app__header-actions,
  .i2-home-v2 .i2-v2-case-app__detail {
    display: none;
  }

  .i2-home-v2 .i2-v2-case-app__header h2 {
    font-size: 1.05rem;
  }

  .i2-home-v2 .i2-v2-case-app__stats {
    gap: .35rem;
    margin: .7rem 0 .55rem;
  }

  .i2-home-v2 .i2-v2-case-app__stats article {
    display: block;
    padding: .5rem;
  }

  .i2-home-v2 .i2-v2-case-app__stats strong,
  .i2-home-v2 .i2-v2-case-app__stats span,
  .i2-home-v2 .i2-v2-case-app__stats i {
    display: block;
  }

  .i2-home-v2 .i2-v2-case-app__stats strong {
    margin-bottom: .25rem;
    font-size: 1.05rem;
  }

  .i2-home-v2 .i2-v2-case-app__stats span {
    font-size: .43rem;
  }

  .i2-home-v2 .i2-v2-case-app__stats i {
    margin-top: .12rem;
    font-size: .36rem;
  }

  .i2-home-v2 .i2-v2-case-app__content {
    display: block;
  }

  .i2-home-v2 .i2-v2-case-app__board {
    padding: .65rem;
  }

  .i2-home-v2 .i2-v2-case-app__steps {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: .2rem;
  }

  .i2-home-v2 .i2-v2-case-app__steps span {
    min-height: 2.2rem;
    padding: .3rem .24rem;
    font-size: .38rem;
  }

  .i2-home-v2 .i2-v2-case-app__table-head,
  .i2-home-v2 .i2-v2-case-app__row {
    grid-template-columns: 1.1fr .85fr .8fr;
  }

  .i2-home-v2 .i2-v2-case-app__table-head span:nth-child(3),
  .i2-home-v2 .i2-v2-case-app__row > span:nth-child(3) {
    display: none;
  }

  .i2-home-v2 .i2-v2-cinematic__handoff {
    min-height: 94%;
    padding: 2.5rem 1.4rem 3.5rem;
    border-radius: 2.2rem 2.2rem 0 0;
  }

  .i2-home-v2 .i2-v2-cinematic__about-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }

  .i2-home-v2 .i2-v2-cinematic__about-grid .i2-v2-about-label-column,
  .i2-home-v2 .i2-v2-cinematic__about-grid .i2-v2-about-title-column,
  .i2-home-v2 .i2-v2-cinematic__about-grid .i2-v2-about-statement-column,
  .i2-home-v2 .i2-v2-cinematic__about-grid .i2-v2-about-body-column {
    grid-column: 1;
  }

  .i2-home-v2 .i2-v2-cinematic__about-grid .i2-v2-about-kicker {
    margin: 0;
    font-size: .62rem;
  }

  .i2-home-v2 .i2-v2-cinematic__about-grid .i2-v2-about-heading .title {
    font-size: clamp(2.05rem, 10vw, 3.15rem) !important;
  }

  .i2-home-v2 .i2-v2-cinematic__about-grid .i2-v2-about-statement p {
    margin: 0;
    font-size: 1.15rem;
  }

  .i2-home-v2 .i2-v2-cinematic__about-grid .i2-v2-about-statement a {
    margin-top: .75rem;
  }

  .i2-home-v2 .i2-v2-cinematic__about-grid .i2-v2-about-body p {
    font-size: .78rem;
    line-height: 1.45;
  }
}

@media (prefers-reduced-motion: reduce) {
  .i2-home-v2 .i2-v2-hero-cinematic--reduced .i2-v2-cinematic {
    display: grid;
    height: auto;
    min-height: 0;
    gap: 1.5rem;
    padding: 2rem clamp(1rem, 4vw, 3rem) 4rem;
  }

  .i2-home-v2 .i2-v2-hero-cinematic--reduced .i2-v2-cinematic__panorama {
    inset: 0;
  }

  .i2-home-v2 .i2-v2-hero-cinematic--reduced .i2-v2-browser {
    position: relative;
    top: auto;
    left: auto;
    width: min(100%, 70rem);
    margin-inline: auto;
    transform: none;
  }

  .i2-home-v2 .i2-v2-hero-cinematic--reduced .i2-v2-browser__screen {
    display: grid;
    height: auto;
    aspect-ratio: auto;
  }

  .i2-home-v2 .i2-v2-hero-cinematic--reduced .i2-v2-browser__opening,
  .i2-home-v2 .i2-v2-hero-cinematic--reduced .i2-v2-browser__project {
    position: relative;
    min-height: 32rem;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .i2-home-v2 .i2-v2-hero-cinematic--reduced .i2-v2-browser__scroll-cue {
    display: none;
  }

  .i2-home-v2 .i2-v2-hero-cinematic--reduced .i2-v2-cinematic__handoff {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    min-height: 0;
    transform: none !important;
  }
}

body.i2-home-v2 .i2-v2-section--about.i2-v2-about--integrated {
  border-radius: 0;
}

body.i2-home-v2 .i2-v2-section--about.i2-v2-about--integrated::after {
  top: -7rem;
}

body.i2-home-v2 .i2-v2-section--about.i2-v2-about--integrated > .bb-inner {
  padding: clamp(2.5rem, 5vw, 5rem) 0 clamp(6rem, 10vw, 10rem) !important;
}

body.i2-home-v2 .i2-v2-section--about.i2-v2-about--integrated .i2-v2-proof-column {
  margin-top: 0;
}

@media (max-width: 767px) {
  body.i2-home-v2 .i2-v2-section--about.i2-v2-about--integrated > .bb-inner {
    padding: 1.5rem 0 4.5rem !important;
  }
}

@media (max-width: 991px) {
  .i2-home-v2 .i2-v2-product.has-product-concept {
    overflow: hidden;
  }

  .i2-home-v2 .i2-v2-product__breakouts {
    display: none;
  }

  .i2-home-v2 .i2-v2-parallax--about .i2-v2-parallax__piece--growth {
    top: 24%;
    left: -10%;
    width: 120%;
    height: 28%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .i2-home-v2 .i2-v2-parallax--about .i2-v2-parallax__piece--growth {
    opacity: .1 !important;
    transform: rotate(-3deg) scaleX(1) scaleY(1) !important;
  }

  .i2-home-v2 .i2-v2-product__breakout {
    opacity: .75;
    transform: none !important;
  }
}

/* -------------------------------------------------------------------------
 * Final configuration-first interaction pass.
 * ---------------------------------------------------------------------- */

/* The Drupal theme owns the site chrome. Page Builder owns body sections. */
body.i2-home-v2 #header,
body.i2-home-v2 #footer {
  display: block !important;
}

body.i2-home-v2 .i2-v2-section--nav,
body.i2-home-v2 .i2-v2-section--footer {
  display: none !important;
}

body.i2-home-v2 .i2-v2-section[id] {
  scroll-margin-top: var(--i2-sticky-offset, 76px);
}

/* Section labels remain readable without redundant sequence numbers. */
.i2-home-v2 .i2-v2-about-kicker > span:first-child,
.i2-home-v2 .i2-v2-kicker > span:first-child,
.i2-home-v2 .i2-v2-section-label > span:first-child,
.i2-home-v2 .i2-v2-cta-heading .sub-title > span:first-child {
  display: none !important;
}

/* Layered capability stage. The scene pieces are independent DOM layers. */
.i2-home-v2 .i2-v2-capability__field::before,
.i2-home-v2 .i2-v2-capability__field::after,
.i2-home-v2 .i2-v2-capability__axis,
.i2-home-v2 .i2-v2-capability__orb {
  display: none !important;
}

.i2-home-v2 .i2-v2-capability__media {
  background:
    radial-gradient(circle at 82% 12%, rgba(183, 229, 164, .32), transparent 34%),
    linear-gradient(150deg, #f9fbff, #eaf0fb 72%, #f6faf4);
}

.i2-home-v2 .i2-v2-capability__media::before {
  opacity: .66;
}

.i2-home-v2 .i2-v2-capability__scene {
  position: absolute;
  z-index: 2;
  right: 5.5%;
  bottom: 5%;
  left: 5.5%;
  height: 61%;
  overflow: hidden;
  border: 1px solid rgba(48, 73, 153, .13);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, .67);
  box-shadow:
    0 1.75rem 3.5rem rgba(18, 28, 51, .11),
    inset 0 1px 0 rgba(255, 255, 255, .8);
  isolation: isolate;
  will-change: opacity, transform;
}

.i2-home-v2 .i2-v2-capability__scene [data-scene-piece] {
  position: absolute;
  display: block;
  will-change: opacity, transform;
}

.i2-home-v2 .i2-v2-capability__scene i {
  position: absolute;
  display: block;
}

/* Experience design: component canvas, library and live preview. */
.i2-home-v2 .i2-scene-device--canvas {
  top: 15%;
  left: 7%;
  width: 55%;
  height: 70%;
  overflow: hidden;
  border: 1px solid rgba(48, 73, 153, .2);
  border-radius: .75rem;
  background: #fff;
  box-shadow: 0 1rem 2rem rgba(18, 28, 51, .1);
}

.i2-home-v2 .i2-scene-toolbar {
  top: 0;
  left: 0;
  width: 100%;
  height: 13%;
  border-bottom: 1px solid rgba(48, 73, 153, .12);
  background:
    radial-gradient(circle at 8% 50%, var(--v2-green) 0 3px, transparent 4px),
    linear-gradient(90deg, #eef2f8, #fff);
}

.i2-home-v2 .i2-scene-layout {
  border: 1px solid rgba(48, 73, 153, .17);
  border-radius: .45rem;
  background: linear-gradient(135deg, #e9efff, #f8faff);
}

.i2-home-v2 .i2-scene-layout--wide {
  top: 22%;
  right: 8%;
  left: 8%;
  height: 24%;
  background: linear-gradient(115deg, rgba(48, 73, 153, .22), rgba(183, 229, 164, .35));
}

.i2-home-v2 .i2-scene-layout--half {
  bottom: 10%;
  left: 8%;
  width: 51%;
  height: 34%;
}

.i2-home-v2 .i2-scene-layout--small {
  right: 8%;
  bottom: 10%;
  width: 27%;
  height: 34%;
  background: rgba(51, 133, 8, .16);
}

.i2-home-v2 .i2-scene-module--library {
  top: 9%;
  right: 5%;
  display: grid;
  width: 36%;
  height: 41%;
  grid-template-columns: repeat(2, 1fr);
  gap: .4rem;
  padding: .65rem;
  border: 1px solid rgba(48, 73, 153, .15);
  border-radius: .8rem;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 .8rem 2rem rgba(18, 28, 51, .12);
}

.i2-home-v2 .i2-scene-module--library i {
  position: static;
  border-radius: .25rem;
  background: #e7ecf7;
}

.i2-home-v2 .i2-scene-module--library i:nth-child(3n) {
  background: #cfe9c4;
}

.i2-home-v2 .i2-scene-module--preview {
  right: 8%;
  bottom: 8%;
  width: 35%;
  height: 31%;
  border: 1px solid rgba(48, 73, 153, .13);
  border-radius: .7rem;
  background: var(--v2-blue);
  box-shadow: 0 .75rem 1.8rem rgba(18, 28, 51, .18);
}

.i2-home-v2 .i2-scene-module--preview i {
  left: 11%;
  height: 8%;
  border-radius: 99px;
  background: rgba(255, 255, 255, .75);
}

.i2-home-v2 .i2-scene-module--preview i:nth-child(1) { top: 24%; width: 67%; }
.i2-home-v2 .i2-scene-module--preview i:nth-child(2) { top: 44%; width: 47%; }
.i2-home-v2 .i2-scene-module--preview i:nth-child(3) {
  top: 67%;
  width: 24%;
  background: var(--v2-green-light);
}

.i2-home-v2 .i2-scene-cursor {
  z-index: 5;
  top: 46%;
  left: 54%;
  width: 1.4rem;
  height: 1.7rem;
  filter: drop-shadow(0 .25rem .25rem rgba(18, 28, 51, .2));
}

.i2-home-v2 .i2-scene-cursor::before {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--v2-green);
  clip-path: polygon(0 0, 88% 61%, 53% 69%, 41% 100%);
  content: "";
}

.i2-home-v2 .i2-scene-route {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--v2-blue), var(--v2-green), transparent);
  transform-origin: left center;
}

.i2-home-v2 .i2-scene-route--experience {
  top: 55%;
  left: 46%;
  width: 35%;
  transform: rotate(-18deg);
}

/* Governed AI: phone, intelligence core and human review. */
.i2-home-v2 .i2-scene-phone {
  overflow: hidden;
  border: 2px solid #16264e;
  border-radius: 1.45rem;
  background: #f9fbff;
  box-shadow: 0 1.25rem 2.5rem rgba(18, 28, 51, .16);
}

.i2-home-v2 .i2-scene-phone--ai {
  bottom: 7%;
  left: 9%;
  width: 35%;
  height: 82%;
  transform: rotate(-5deg);
}

.i2-home-v2 .i2-scene-phone__speaker {
  top: 4%;
  left: 39%;
  width: 22%;
  height: 2%;
  border-radius: 99px;
  background: #1a2440;
}

.i2-home-v2 .i2-scene-phone__prompt,
.i2-home-v2 .i2-scene-phone__answer {
  right: 10%;
  left: 10%;
  height: 14%;
  border-radius: .65rem;
}

.i2-home-v2 .i2-scene-phone__prompt {
  top: 25%;
  left: 23%;
  background: #e3e9f7;
}

.i2-home-v2 .i2-scene-phone__answer {
  top: 45%;
  right: 21%;
  background: #dcefd4;
}

.i2-home-v2 .i2-scene-phone__action {
  right: 34%;
  bottom: 17%;
  left: 34%;
  height: 7%;
  border-radius: 99px;
  background: var(--v2-blue);
}

.i2-home-v2 .i2-scene-core {
  z-index: 3;
  top: 30%;
  left: 42%;
  width: 24%;
  aspect-ratio: 1;
  border: 1px solid rgba(48, 73, 153, .2);
  border-radius: 50%;
  background: var(--v2-blue);
  box-shadow: 0 0 0 1.5rem rgba(48, 73, 153, .08);
}

.i2-home-v2 .i2-scene-core i {
  top: 48%;
  width: 8%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
}

.i2-home-v2 .i2-scene-core i:nth-child(1) { left: 34%; }
.i2-home-v2 .i2-scene-core i:nth-child(2) { left: 47%; }
.i2-home-v2 .i2-scene-core i:nth-child(3) { left: 60%; }

.i2-home-v2 .i2-scene-review {
  top: 18%;
  right: 7%;
  width: 33%;
  height: 48%;
  border: 1px solid rgba(48, 73, 153, .14);
  border-radius: .9rem;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 1rem 2rem rgba(18, 28, 51, .11);
}

.i2-home-v2 .i2-scene-review__person {
  top: 16%;
  left: 12%;
  width: 18%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #b7c4e5;
}

.i2-home-v2 .i2-scene-review__line {
  top: 26%;
  right: 12%;
  width: 50%;
  height: 6%;
  border-radius: 99px;
  background: #dfe5f1;
  box-shadow: 0 1rem 0 #e9edf5, 0 2rem 0 #e9edf5;
}

.i2-home-v2 .i2-scene-review__approve {
  right: 11%;
  bottom: 10%;
  width: 27%;
  height: 16%;
  border-radius: 99px;
  background: var(--v2-green);
}

.i2-home-v2 .i2-scene-chip {
  z-index: 5;
  width: 19%;
  height: 9%;
  border: 1px solid rgba(48, 73, 153, .14);
  border-radius: 99px;
  background: #fff;
  box-shadow: 0 .5rem 1.2rem rgba(18, 28, 51, .09);
}

.i2-home-v2 .i2-scene-chip::before {
  position: absolute;
  top: 34%;
  left: 16%;
  width: 68%;
  height: 28%;
  border-radius: 99px;
  background: #b8c4df;
  content: "";
}

.i2-home-v2 .i2-scene-chip--source { right: 15%; bottom: 20%; }
.i2-home-v2 .i2-scene-chip--policy { right: 4%; bottom: 7%; }

/* Connected platforms: a stable hub whose surrounding nodes reorganise. */
.i2-home-v2 .i2-scene-network {
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
}

.i2-home-v2 .i2-scene-network path {
  fill: none;
  stroke: rgba(48, 73, 153, .28);
  stroke-dasharray: 7 7;
  stroke-width: 1.5;
}

.i2-home-v2 .i2-scene-network circle {
  fill: var(--v2-green);
}

.i2-home-v2 .i2-scene-hub {
  z-index: 3;
  top: 30%;
  left: 39%;
  width: 22%;
  aspect-ratio: 1;
  border-radius: 1.2rem;
  background: var(--v2-blue);
  box-shadow: 0 0 0 1.35rem rgba(48, 73, 153, .08);
}

.i2-home-v2 .i2-scene-hub i {
  top: 30%;
  left: 23%;
  width: 54%;
  height: 9%;
  border-radius: 99px;
  background: #fff;
  box-shadow: 0 1.05rem 0 rgba(255, 255, 255, .72), 0 2.1rem 0 rgba(183, 229, 164, .9);
}

.i2-home-v2 .i2-scene-node {
  z-index: 2;
  width: 22%;
  height: 23%;
  border: 1px solid rgba(48, 73, 153, .14);
  border-radius: .8rem;
  background: #fff;
  box-shadow: 0 .8rem 1.8rem rgba(18, 28, 51, .09);
}

.i2-home-v2 .i2-scene-node i:first-child {
  top: 18%;
  left: 12%;
  width: 22%;
  aspect-ratio: 1;
  border-radius: .35rem;
  background: #d9e2f7;
}

.i2-home-v2 .i2-scene-node i:last-child {
  top: 28%;
  right: 12%;
  width: 42%;
  height: 8%;
  border-radius: 99px;
  background: #c4ccdc;
  box-shadow: 0 .75rem 0 #e4e8ef, 0 1.5rem 0 #e4e8ef;
}

.i2-home-v2 .i2-scene-node--one { top: 8%; left: 6%; }
.i2-home-v2 .i2-scene-node--two { top: 6%; right: 5%; }
.i2-home-v2 .i2-scene-node--three { bottom: 7%; left: 4%; }
.i2-home-v2 .i2-scene-node--four { right: 6%; bottom: 6%; }

/* Commerce: storefront, cart, payment and receipt remain separate layers. */
.i2-home-v2 .i2-scene-shop {
  top: 12%;
  left: 7%;
  width: 58%;
  height: 73%;
  overflow: hidden;
  border: 1px solid rgba(48, 73, 153, .15);
  border-radius: .9rem;
  background: #fff;
  box-shadow: 0 1rem 2.2rem rgba(18, 28, 51, .1);
}

.i2-home-v2 .i2-scene-shop__bar {
  top: 0;
  left: 0;
  width: 100%;
  height: 14%;
  background: var(--v2-blue);
}

.i2-home-v2 .i2-scene-product-tile {
  top: 27%;
  width: 25%;
  height: 51%;
  border-radius: .55rem;
  background: linear-gradient(150deg, #dce5fb, #f7f9fe);
}

.i2-home-v2 .i2-scene-product-tile::after {
  position: absolute;
  right: 14%;
  bottom: 10%;
  left: 14%;
  height: 7%;
  border-radius: 99px;
  background: rgba(48, 73, 153, .45);
  content: "";
}

.i2-home-v2 .i2-scene-product-tile--one { left: 8%; }
.i2-home-v2 .i2-scene-product-tile--two { left: 38%; background: #e0f0d9; }
.i2-home-v2 .i2-scene-product-tile--three { right: 8%; }

.i2-home-v2 .i2-scene-cart {
  z-index: 4;
  top: 14%;
  right: 6%;
  width: 27%;
  height: 25%;
  border-radius: .85rem;
  background: var(--v2-blue);
  box-shadow: 0 .9rem 2rem rgba(18, 28, 51, .18);
}

.i2-home-v2 .i2-scene-cart i:first-child {
  top: 27%;
  left: 22%;
  width: 52%;
  height: 31%;
  border: 2px solid #fff;
  border-top: 0;
  transform: skew(-8deg);
}

.i2-home-v2 .i2-scene-cart i:nth-child(n+2) {
  bottom: 20%;
  width: 8%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--v2-green-light);
}

.i2-home-v2 .i2-scene-cart i:nth-child(2) { left: 31%; }
.i2-home-v2 .i2-scene-cart i:nth-child(3) { right: 29%; }

.i2-home-v2 .i2-scene-payment {
  z-index: 5;
  right: 11%;
  bottom: 30%;
  width: 32%;
  height: 20%;
  border: 1px solid rgba(48, 73, 153, .14);
  border-radius: .75rem;
  background: #fff;
  box-shadow: 0 .75rem 1.6rem rgba(18, 28, 51, .12);
}

.i2-home-v2 .i2-scene-payment i:first-child {
  top: 20%;
  left: 9%;
  width: 17%;
  height: 25%;
  border-radius: .25rem;
  background: var(--v2-green-light);
}

.i2-home-v2 .i2-scene-payment i:last-child {
  right: 9%;
  bottom: 24%;
  width: 53%;
  height: 8%;
  border-radius: 99px;
  background: #cbd3e3;
  box-shadow: 0 -.75rem 0 #e6eaf1;
}

.i2-home-v2 .i2-scene-receipt {
  z-index: 3;
  right: 3%;
  bottom: 5%;
  width: 22%;
  height: 28%;
  border-radius: .65rem;
  background: #fdfefa;
  box-shadow: 0 .65rem 1.5rem rgba(18, 28, 51, .09);
}

.i2-home-v2 .i2-scene-receipt i {
  left: 17%;
  width: 66%;
  height: 5%;
  border-radius: 99px;
  background: #c9d1df;
}

.i2-home-v2 .i2-scene-receipt i:nth-child(1) { top: 22%; }
.i2-home-v2 .i2-scene-receipt i:nth-child(2) { top: 43%; }
.i2-home-v2 .i2-scene-receipt i:nth-child(3) { top: 64%; background: var(--v2-green); }
.i2-home-v2 .i2-scene-route--commerce {
  top: 53%;
  left: 47%;
  width: 41%;
  transform: rotate(20deg);
}

/* Mobile: foreground and background phones, notices and gesture path. */
.i2-home-v2 .i2-scene-phone--rear {
  top: 15%;
  left: 18%;
  width: 31%;
  height: 69%;
  opacity: .64;
  transform: rotate(-8deg);
}

.i2-home-v2 .i2-scene-phone--front {
  z-index: 3;
  top: 7%;
  left: 38%;
  width: 32%;
  height: 82%;
  transform: rotate(4deg);
}

.i2-home-v2 .i2-scene-mobile-card {
  top: 24%;
  right: 10%;
  left: 10%;
  height: 48%;
  border-radius: .7rem;
  background: linear-gradient(150deg, #dce5fa, #f6f8fd);
}

.i2-home-v2 .i2-scene-mobile-hero {
  top: 15%;
  right: 8%;
  left: 8%;
  height: 28%;
  border-radius: .65rem;
  background: linear-gradient(135deg, var(--v2-blue), #6680cf);
}

.i2-home-v2 .i2-scene-mobile-row {
  right: 12%;
  bottom: 32%;
  left: 12%;
  height: 7%;
  border-radius: 99px;
  background: #c5cedf;
}

.i2-home-v2 .i2-scene-mobile-row--short {
  right: 35%;
  bottom: 20%;
  background: var(--v2-green);
}

.i2-home-v2 .i2-scene-notice {
  z-index: 5;
  right: 8%;
  width: 27%;
  height: 17%;
  border: 1px solid rgba(48, 73, 153, .13);
  border-radius: .75rem;
  background: #fff;
  box-shadow: 0 .7rem 1.5rem rgba(18, 28, 51, .11);
}

.i2-home-v2 .i2-scene-notice::before {
  position: absolute;
  top: 25%;
  left: 9%;
  width: 16%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--v2-green-light);
  content: "";
}

.i2-home-v2 .i2-scene-notice i {
  top: 31%;
  right: 10%;
  width: 55%;
  height: 8%;
  border-radius: 99px;
  background: #bcc6da;
  box-shadow: 0 .65rem 0 #e2e7ef;
}

.i2-home-v2 .i2-scene-notice--one { top: 17%; }
.i2-home-v2 .i2-scene-notice--two { top: 43%; right: 3%; }

.i2-home-v2 .i2-scene-gesture {
  z-index: 6;
  right: 16%;
  bottom: 8%;
  width: 16%;
  aspect-ratio: 1;
  border: 2px solid rgba(48, 73, 153, .32);
  border-radius: 50%;
}

.i2-home-v2 .i2-scene-gesture::before {
  position: absolute;
  top: 48%;
  left: -78%;
  width: 80%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--v2-green));
  content: "";
}

.i2-home-v2 .i2-scene-gesture i:first-child {
  top: 24%;
  left: 24%;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background: var(--v2-blue);
}

.i2-home-v2 .i2-scene-gesture i:last-child {
  top: 45%;
  left: 45%;
  width: 10%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
}

/* Industry cards: a route map draws once and then rests. */
.i2-home-v2 .i2-v2-industries-view .view-content-wrap > .item::after {
  display: none !important;
}

.i2-home-v2 .i2-v2-industries-view .view-content-wrap > .item:hover {
  background: var(--v2-blue);
}

.i2-home-v2 .i2-v2-industry-map {
  position: absolute;
  z-index: 0;
  right: 2rem;
  bottom: 1.5rem;
  left: 2rem;
  width: calc(100% - 4rem);
  height: 9rem;
  overflow: visible;
  opacity: .52;
  pointer-events: none;
  transition: opacity .45s var(--v2-ease), transform .6s var(--v2-ease);
}

.i2-home-v2 .i2-v2-industry-map__route {
  fill: none;
  stroke: rgba(48, 73, 153, .28);
  stroke-linecap: round;
  stroke-width: 1.4;
  vector-effect: non-scaling-stroke;
}

.i2-home-v2 .i2-v2-industry-map__node {
  fill: var(--v2-green);
  stroke: rgba(255, 255, 255, .8);
  stroke-width: 2;
  transform-box: fill-box;
  transform-origin: center;
}

.i2-home-v2 .i2-v2-industries-view .item > *:not(.i2-v2-industry-map) {
  position: relative;
  z-index: 1;
}

.i2-home-v2 .i2-v2-industries-view .item:hover .i2-v2-industry-map {
  opacity: .9;
  transform: translateY(-.3rem);
}

.i2-home-v2 .i2-v2-industries-view .item:hover .i2-v2-industry-map__route {
  stroke: rgba(255, 255, 255, .5);
}

.i2-home-v2 .i2-v2-industries-view .item:hover .i2-v2-industry-map__node {
  fill: var(--v2-green-light);
}

/* Generated product loops replace the placeholder CSS diagrams. */
.i2-home-v2 .i2-v2-product.has-product-concept .i2-v2-product__art {
  display: grid;
  place-items: center;
  overflow: hidden;
  background: rgba(255, 255, 255, .78);
  isolation: isolate;
}

.i2-home-v2 .i2-v2-product__concept {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .8s var(--v2-ease), filter .8s var(--v2-ease);
}

.i2-home-v2 .i2-v2-product:hover .i2-v2-product__concept,
.i2-home-v2 .i2-v2-product:focus-within .i2-v2-product__concept {
  filter: saturate(1.04) contrast(1.015);
  transform: scale(1.035);
}

/* Selected Work: four View results share a single horizontal reading track. */
@media (min-width: 992px) {
  body.i2-home-v2 .i2-v2-section--work.i2-v2-work-story {
    min-height: 100vh;
    height: var(--i2-v2-work-scroll-height, auto);
    overflow: clip;
  }

  body.i2-home-v2 .i2-v2-section--work.i2-v2-work-story > .bb-inner {
    position: sticky;
    top: var(--i2-v2-work-sticky-top, var(--i2-sticky-offset, 76px));
    display: flex;
    min-height: calc(100vh - var(--i2-sticky-offset, 76px));
    align-items: center;
    padding-block: clamp(5rem, 8vh, 8rem) !important;
  }

  .i2-home-v2 .i2-v2-section--work.i2-v2-work-story .i2-v2-work-list {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }

  body.i2-home-v2 .i2-v2-section--work .i2-v2-work-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: max-content !important;
    gap: clamp(1.5rem, 3vw, 3.5rem) !important;
    padding: 0 max(2rem, 6.5vw);
    will-change: transform;
  }

  body.i2-home-v2 .i2-v2-section--work .i2-v2-work-track > div {
    flex: 0 0 min(72vw, 65rem) !important;
    width: min(72vw, 65rem) !important;
  }

  .i2-home-v2 .i2-v2-section--work .portfolio-images {
    aspect-ratio: 16 / 9;
  }
}

/* Recording-inspired depth system for About and CTA. */
.i2-home-v2 .i2-v2-section--about > .bb-inner,
.i2-home-v2 .i2-v2-section--cta > .bb-inner {
  position: relative;
  isolation: isolate;
}

.i2-home-v2 .i2-v2-section--about .bb-container,
.i2-home-v2 .i2-v2-section--cta .bb-container {
  position: relative;
  z-index: 2;
}

.i2-home-v2 .i2-v2-parallax {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  inset: 0;
  pointer-events: none;
}

.i2-home-v2 .i2-v2-parallax__piece {
  position: absolute;
  display: block;
  will-change: transform;
}

.i2-home-v2 .i2-v2-parallax--about .i2-v2-parallax__piece--plane {
  top: 8%;
  right: -7%;
  width: clamp(17rem, 31vw, 34rem);
  height: clamp(12rem, 23vw, 25rem);
  border: 1px solid rgba(48, 73, 153, .12);
  border-radius: 2.2rem;
  background:
    linear-gradient(rgba(48, 73, 153, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 73, 153, .055) 1px, transparent 1px),
    rgba(255, 255, 255, .22);
  background-size: 3rem 3rem;
  transform: rotate(9deg);
}

.i2-home-v2 .i2-v2-parallax--about .i2-v2-parallax__piece--route {
  top: 22%;
  right: 5%;
  width: clamp(12rem, 23vw, 25rem);
  height: clamp(12rem, 23vw, 25rem);
  border: 1px dashed rgba(51, 133, 8, .26);
  border-radius: 47% 53% 62% 38%;
}

.i2-home-v2 .i2-v2-parallax--about .i2-v2-parallax__piece--node {
  top: 52%;
  right: 28%;
  width: clamp(3.5rem, 7vw, 7rem);
  aspect-ratio: 1;
  border: 1px solid rgba(48, 73, 153, .17);
  border-radius: 50%;
  background: rgba(183, 229, 164, .56);
  box-shadow: 0 0 0 1.5rem rgba(183, 229, 164, .1);
}

.i2-home-v2 .i2-v2-parallax--about .i2-v2-parallax__piece--panel {
  right: -2%;
  bottom: 4%;
  width: clamp(10rem, 18vw, 19rem);
  height: clamp(5rem, 9vw, 9rem);
  border: 1px solid rgba(48, 73, 153, .13);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, .44);
  box-shadow: 0 1rem 3rem rgba(18, 28, 51, .07);
}

.i2-home-v2 .i2-v2-parallax--cta .i2-v2-parallax__piece--portal {
  top: -26%;
  right: -7%;
  width: clamp(26rem, 50vw, 55rem);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
  box-shadow:
    0 0 0 5rem rgba(255, 255, 255, .025),
    0 0 0 10rem rgba(255, 255, 255, .018);
}

.i2-home-v2 .i2-v2-parallax--cta .i2-v2-parallax__piece--ribbon {
  right: 4%;
  bottom: 16%;
  width: clamp(18rem, 37vw, 39rem);
  height: 6rem;
  border: 1px solid rgba(183, 229, 164, .23);
  border-radius: 99px;
  transform: rotate(-17deg);
}

.i2-home-v2 .i2-v2-parallax--cta .i2-v2-parallax__piece--node {
  top: 19%;
  right: 25%;
  width: clamp(3rem, 6vw, 6rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--v2-green);
  box-shadow: 0 0 0 1.6rem rgba(183, 229, 164, .08);
}

.i2-home-v2 .i2-v2-parallax--cta .i2-v2-parallax__piece--panel {
  right: 8%;
  bottom: 7%;
  width: clamp(12rem, 22vw, 23rem);
  height: clamp(7rem, 13vw, 13rem);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 1.35rem;
  background:
    linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 2.75rem 2.75rem;
}

@media (max-width: 991px) {
  body.i2-home-v2 .i2-v2-section--work .i2-v2-work-track {
    display: flex !important;
    width: auto;
    gap: 1.25rem;
    padding: 0 1.25rem 1rem;
    overflow-x: auto;
    scroll-padding-inline: 1.25rem;
    scroll-snap-type: x mandatory;
  }

  body.i2-home-v2 .i2-v2-section--work .i2-v2-work-track > div {
    flex: 0 0 min(86vw, 37rem);
    width: min(86vw, 37rem) !important;
    margin: 0 !important;
    scroll-snap-align: start;
  }

  .i2-home-v2 .i2-v2-capability__scene {
    right: 4%;
    bottom: 4%;
    left: 4%;
    height: 58%;
    border-radius: .8rem;
  }

  .i2-home-v2 .i2-v2-parallax--about .i2-v2-parallax__piece--panel,
  .i2-home-v2 .i2-v2-parallax--cta .i2-v2-parallax__piece--panel {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .i2-home-v2 .i2-v2-capability__scene [data-scene-piece],
  .i2-home-v2 .i2-v2-parallax__piece,
  .i2-home-v2 .i2-v2-work-track {
    transform: none !important;
    will-change: auto;
  }
}

/* Measured parity pass: configuration-driven sections after About.
   The Page Builder row is the twelve-column layout contract. */
.i2-home-v2 .i2-v2-section--services .row-wrapper,
.i2-home-v2 .i2-v2-section--industries .row-wrapper,
.i2-home-v2 .i2-v2-section--products .row-wrapper,
.i2-home-v2 .i2-v2-section--work .row-wrapper,
.i2-home-v2 .i2-v2-section--partners .row-wrapper {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0 1.5rem;
  margin: 0 !important;
}

.i2-home-v2 .i2-v2-section--services .row-wrapper > .gsc-column,
.i2-home-v2 .i2-v2-section--industries .row-wrapper > .gsc-column,
.i2-home-v2 .i2-v2-section--products .row-wrapper > .gsc-column,
.i2-home-v2 .i2-v2-section--work .row-wrapper > .gsc-column,
.i2-home-v2 .i2-v2-section--partners .row-wrapper > .gsc-column {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

.i2-home-v2 .i2-v2-section-label-column {
  grid-column: 1 / 4;
}

.i2-home-v2 .i2-v2-section-title-column {
  grid-column: 4 / 11;
}

.i2-home-v2 .i2-v2-section-aside-column,
.i2-home-v2 .i2-v2-work-link {
  grid-column: 11 / 13;
}

.i2-home-v2 .i2-v2-section-label-column,
.i2-home-v2 .i2-v2-section-title-column,
.i2-home-v2 .i2-v2-section-aside-column,
.i2-home-v2 .i2-v2-work-link {
  margin-bottom: clamp(3rem, 6vw, 6rem);
}

.i2-home-v2 .i2-v2-section-label-column {
  align-self: start;
  padding-top: .75rem !important;
}

.i2-home-v2 .i2-v2-kicker {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin: 0;
  color: var(--v2-muted);
  font-family: var(--v2-body);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
}

.i2-home-v2 .i2-v2-kicker span {
  display: grid;
  width: 1.875rem;
  height: 1.875rem;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--v2-line);
  border-radius: 50%;
  color: var(--v2-blue);
  font-size: .625rem;
}

.i2-home-v2 .i2-v2-section-title.gsc-heading {
  padding: 0 !important;
}

.i2-home-v2 .i2-v2-section-title .title {
  width: 100%;
  max-width: 67rem !important;
  margin: 0 !important;
  color: #000 !important;
  font-family: var(--v2-display);
  font-size: clamp(2.4rem, 4.8vw, 5.25rem) !important;
  font-weight: 200 !important;
  letter-spacing: -.055em !important;
  line-height: 1.04 !important;
}

.i2-home-v2 .i2-v2-section-title .title > span {
  color: inherit;
  font: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
}

.i2-home-v2 .i2-v2-section-title .title .line,
.i2-home-v2 .i2-v2-section-title .title .word,
.i2-home-v2 .i2-v2-cta-heading .title .line,
.i2-home-v2 .i2-v2-cta-heading .title .word {
  color: inherit;
  font-family: var(--v2-display) !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
}

.i2-home-v2 .i2-v2-section-title .title > span[aria-hidden="true"] > span,
.i2-home-v2 .i2-v2-cta-heading .title > span[aria-hidden="true"] > span {
  display: block !important;
  font-family: var(--v2-display) !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
}

.i2-home-v2 .i2-v2-section-aside-column {
  align-self: end;
}

.i2-home-v2 .i2-v2-section-aside p {
  margin: 0 0 .5rem;
  color: var(--v2-muted);
  font-family: var(--v2-display);
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.55;
}

body.i2-home-v2 .i2-v2-section--services,
body.i2-home-v2 .i2-v2-section--products,
body.i2-home-v2 .i2-v2-section--work {
  min-height: 0;
  background: #fff;
  counter-reset: v2-work;
}

body.i2-home-v2 .i2-v2-section--services > .bb-inner,
body.i2-home-v2 .i2-v2-section--industries > .bb-inner,
body.i2-home-v2 .i2-v2-section--products > .bb-inner,
body.i2-home-v2 .i2-v2-section--work > .bb-inner {
  padding: calc(clamp(6.5rem, 11vw, 11rem) - 1.5px) 0 !important;
}

/* Services */
.i2-home-v2 .i2-v2-services-art {
  position: sticky;
  top: calc(var(--i2-sticky-offset, 4.75rem) + 2.75rem);
  height: fit-content;
  align-self: start;
  grid-column: 1 / 6;
  margin: 0;
}

.i2-home-v2 .i2-v2-services-spacer {
  grid-column: 6 / 7;
}

.i2-home-v2 .i2-v2-services-list {
  grid-column: 7 / 13;
  margin: 0;
}

.i2-home-v2 .i2-v2-capability {
  --story-inset: 0;
  --story-radius: 1rem;
  --story-panel:
    linear-gradient(rgba(48, 73, 153, .065) 1px, transparent 1px) 0 0 / 100% 25%,
    linear-gradient(90deg, rgba(48, 73, 153, .055) 1px, transparent 1px) 0 0 / 25% 100%,
    #f8fafc;
  position: relative;
  display: grid;
  height: max(
    30rem,
    min(
      39rem,
      calc(100svh - var(--i2-sticky-offset, 4.75rem) - 3.75rem)
    )
  );
  min-height: 0;
  grid-template-rows: auto 1fr auto;
  padding: 1.125rem;
  overflow: hidden;
  border: 1px solid rgba(48, 73, 153, .12);
  border-radius: 1.5rem;
  background: linear-gradient(145deg, #f8fafc 0%, #eef3f8 100%);
  box-shadow: 0 1.5rem 4.5rem rgba(31, 50, 85, .1);
  color: var(--v2-ink);
}

.i2-home-v2 .i2-v2-capability::before {
  position: absolute;
  top: 20%;
  left: 28%;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  background: rgba(48, 73, 153, .09);
  content: "";
  filter: blur(5rem);
}

.i2-home-v2 .i2-v2-capability__meta,
.i2-home-v2 .i2-v2-capability__bottom {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: 0;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border: 0;
  color: rgba(16, 32, 59, .56);
  font-size: .59375rem;
  font-weight: 700;
  letter-spacing: .09em;
  line-height: 1;
  text-transform: uppercase;
}

.i2-home-v2 .i2-v2-capability__meta {
  padding-bottom: .875rem;
  border-bottom: 1px solid rgba(48, 73, 153, .13);
}

.i2-home-v2 .i2-v2-capability__meta span:last-child {
  color: var(--v2-green);
}

.i2-home-v2 .i2-v2-capability__bottom {
  padding-top: .875rem;
  border-top: 1px solid rgba(48, 73, 153, .13);
}

.i2-home-v2 .i2-v2-capability__bottom i {
  width: 4rem;
  height: 1px;
  background: rgba(51, 133, 8, .58);
}

.i2-home-v2 .i2-v2-capability__field {
  position: relative;
  display: grid;
  min-height: 0;
  margin: .875rem 0;
  overflow: hidden;
  border: 1px solid rgba(48, 73, 153, .13);
  border-radius: 1.0625rem;
  background: #f8fafc;
  isolation: isolate;
  place-items: center;
}

.i2-home-v2 .i2-v2-capability__field::before {
  position: absolute;
  z-index: 1;
  border: 0;
  border-radius: inherit;
  background: var(--story-panel);
  box-shadow: none;
  content: "";
  inset: var(--story-inset);
  transition:
    inset .7s var(--v2-ease),
    border-radius .7s var(--v2-ease),
    box-shadow .7s var(--v2-ease),
    opacity .45s ease;
}

.i2-home-v2 .i2-v2-capability__field::after {
  position: absolute;
  z-index: 2;
  top: var(--story-marker-y);
  left: var(--story-marker-x);
  width: var(--story-marker-width);
  height: .5rem;
  border-radius: 999px;
  background: rgba(184, 222, 167, .85);
  box-shadow:
    0 1.15rem 0 rgba(255, 255, 255, .14),
    0 2.3rem 0 rgba(255, 255, 255, .08);
  content: "";
  transform-origin: left center;
  transition:
    top .7s var(--v2-ease),
    left .7s var(--v2-ease),
    width .7s var(--v2-ease),
    height .7s var(--v2-ease),
    border-radius .7s var(--v2-ease),
    transform .7s var(--v2-ease),
    opacity .45s ease;
}

.i2-home-v2 .i2-v2-capability__axis {
  position: absolute;
  z-index: 2;
  background: rgba(48, 73, 153, .18);
  transition: opacity .45s ease;
}

.i2-home-v2 .i2-v2-capability__orb {
  position: absolute;
  z-index: 3;
  top: 46%;
  left: 50%;
  width: 14rem;
  height: 14rem;
  border: 2px solid rgba(51, 133, 8, .65);
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  transform: translate(-50%, -50%);
  transition: opacity .45s ease;
}

.i2-home-v2 .i2-v2-capability__orb i {
  position: absolute;
  border: 1px solid rgba(48, 73, 153, .46);
  border-radius: 50%;
  inset: 21%;
  transition:
    inset .75s var(--v2-ease),
    border-radius .75s var(--v2-ease),
    transform .75s var(--v2-ease),
    background-color .5s ease;
}

.i2-home-v2 .i2-v2-capability__orb i:nth-child(2) {
  inset: 42%;
  border: 0;
  background: var(--v2-green);
}

.i2-home-v2 .i2-v2-capability__orb i:nth-child(3) {
  top: 10%;
  right: 5%;
  bottom: auto;
  left: auto;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #fff;
  background: var(--v2-green);
}

.i2-home-v2 .i2-v2-capability[data-service-story="ai"] .i2-v2-capability__orb {
  width: 12.5rem;
  height: 12.5rem;
  border-radius: 2.5rem;
  border-color: rgba(184, 222, 167, .85);
  box-shadow: 0 0 0 2rem rgba(184, 222, 167, .06);
}

.i2-home-v2 .i2-v2-capability[data-service-story="ai"] {
  --story-panel:
    linear-gradient(90deg, transparent 49.8%, rgba(51, 133, 8, .16) 50%, transparent 50.2%),
    linear-gradient(rgba(48, 73, 153, .06) 1px, transparent 1px) 0 0 / 100% 25%,
    #f3f7fb;
  --story-marker-width: 6.25rem;
  --story-marker-x: 12%;
  --story-marker-y: 17%;
}

.i2-home-v2 .i2-v2-capability[data-service-story="ai"] .i2-v2-capability__field::after {
  border-radius: .45rem;
  transform: translateX(185%);
}

.i2-home-v2 .i2-v2-capability[data-service-story="ai"] .i2-v2-capability__orb i:first-child {
  border-radius: 1.5rem;
  inset: 16%;
  transform: rotate(45deg);
}

.i2-home-v2 .i2-v2-capability[data-service-story="connected"] {
  --story-panel:
    radial-gradient(circle at 18% 30%, rgba(184, 222, 167, .9) 0 .3rem, transparent .34rem),
    radial-gradient(circle at 82% 28%, rgba(48, 73, 153, .6) 0 .3rem, transparent .34rem),
    radial-gradient(circle at 76% 76%, rgba(184, 222, 167, .76) 0 .3rem, transparent .34rem),
    linear-gradient(28deg, transparent 49.8%, rgba(48, 73, 153, .13) 50%, transparent 50.2%),
    #f8fafc;
  --story-marker-width: 3.25rem;
  --story-marker-x: 15%;
  --story-marker-y: 20%;
}

.i2-home-v2 .i2-v2-capability[data-service-story="connected"] .i2-v2-capability__field::after {
  height: 3.25rem;
  border: 1px solid rgba(184, 222, 167, .65);
  border-radius: 50%;
  background: transparent;
  box-shadow:
    19rem 1rem 0 -1px rgba(48, 73, 153, .45),
    19rem 1rem 0 0 rgba(184, 222, 167, .65);
}

.i2-home-v2 .i2-v2-capability[data-service-story="connected"] .i2-v2-capability__orb {
  width: 16rem;
  height: 10rem;
  border-radius: 999px;
  background: rgba(48, 73, 153, .18);
}

.i2-home-v2 .i2-v2-capability[data-service-story="connected"] .i2-v2-capability__orb i:first-child {
  inset: 18% 28%;
}

.i2-home-v2 .i2-v2-capability[data-service-story="commerce"] {
  --story-panel:
    linear-gradient(90deg, rgba(184, 222, 167, .72) 0 18%, transparent 18% 24%, rgba(48, 73, 153, .1) 24% 48%, transparent 48% 54%, rgba(48, 73, 153, .16) 54% 78%, transparent 78%),
    linear-gradient(rgba(48, 73, 153, .055) 1px, transparent 1px) 0 0 / 100% 20%,
    #f8fafc;
  --story-marker-width: 2.5rem;
  --story-marker-x: 12%;
  --story-marker-y: 16%;
}

.i2-home-v2 .i2-v2-capability[data-service-story="commerce"] .i2-v2-capability__field::after {
  height: 2.5rem;
  border-radius: .75rem;
  box-shadow:
    3.25rem 0 0 rgba(255, 255, 255, .12),
    6.5rem 0 0 rgba(255, 255, 255, .08);
}

.i2-home-v2 .i2-v2-capability[data-service-story="commerce"] .i2-v2-capability__orb {
  width: 11.5rem;
  height: 11.5rem;
  border-radius: 30% 70% 58% 42%;
  box-shadow: 0 0 0 2.5rem rgba(48, 73, 153, .16);
}

.i2-home-v2 .i2-v2-capability[data-service-story="commerce"] .i2-v2-capability__orb i:first-child {
  border-radius: 70% 30% 42% 58%;
  transform: rotate(-35deg);
}

.i2-home-v2 .i2-v2-capability[data-service-story="mobile"] {
  --story-inset: 4% 28% 14%;
  --story-radius: 2.5rem;
  --story-panel:
    linear-gradient(rgba(48, 73, 153, .07) 1px, transparent 1px) 0 0 / 100% 20%,
    rgba(48, 73, 153, .08);
  --story-marker-width: 3.5rem;
  --story-marker-x: 44%;
  --story-marker-y: 14%;
}

.i2-home-v2 .i2-v2-capability[data-service-story="mobile"] .i2-v2-capability__field::after {
  height: .35rem;
  box-shadow:
    0 18rem 0 rgba(184, 222, 167, .35),
    0 19.25rem 0 rgba(255, 255, 255, .08);
}

.i2-home-v2 .i2-v2-capability[data-service-story="mobile"] .i2-v2-capability__orb {
  width: 9.5rem;
  height: 9.5rem;
  border-color: #fff;
  background: var(--v2-green);
  box-shadow:
    0 0 0 2rem rgba(184, 222, 167, .08),
    0 0 0 4rem rgba(48, 73, 153, .14);
}

.i2-home-v2 .i2-v2-capability__media {
  position: absolute;
  z-index: 4;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  border: 0;
  border-radius: inherit;
  background:
    radial-gradient(
      circle at 83% 14%,
      rgba(184, 222, 167, .2),
      transparent 31%
    ),
    #f8fafc;
  box-shadow: none;
  pointer-events: none;
  transition: opacity .55s ease;
}

.i2-home-v2 .i2-v2-capability__media::before {
  position: absolute;
  z-index: 0;
  background-image:
    radial-gradient(
      circle,
      rgba(48, 73, 153, .18) 0 1px,
      transparent 1.4px
    );
  background-size: 1.45rem 1.45rem;
  content: "";
  inset: 0;
  mask-image:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, .72),
      rgba(0, 0, 0, .28) 62%,
      transparent
    );
}

.i2-home-v2 .i2-v2-capability.has-active-media .i2-v2-capability__media {
  opacity: 1;
}

.i2-home-v2 .i2-v2-capability__media-panel {
  position: absolute;
  z-index: 1;
  opacity: 0;
  inset: 0;
  pointer-events: none;
}

.i2-home-v2 .i2-v2-capability__media-panel.is-transitioning {
  transition: none;
}

.i2-home-v2 .i2-v2-capability__media-panel.is-leaving {
  opacity: 1;
}

.i2-home-v2 .i2-v2-capability__media-panel.is-active {
  opacity: 1;
}

.i2-home-v2 .i2-v2-capability__image-frame {
  position: absolute;
  z-index: 2;
  right: 6%;
  bottom: 5%;
  left: 6%;
  height: 59%;
  overflow: hidden;
  border: 1px solid rgba(48, 73, 153, .11);
  border-radius: 1.05rem;
  background: #fff;
  box-shadow:
    0 1.25rem 3rem rgba(16, 32, 59, .13),
    0 .25rem .8rem rgba(16, 32, 59, .06);
  will-change: clip-path, opacity, transform;
}

.i2-home-v2 .i2-v2-capability__image-frame::after {
  position: absolute;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 58%,
      rgba(238, 242, 245, .12) 76%,
      rgba(238, 242, 245, .5) 100%
    );
  content: "";
  inset: 0;
  pointer-events: none;
}

.i2-home-v2 .i2-v2-capability__signal {
  position: absolute;
  z-index: 5;
  top: 36%;
  right: 4.5%;
  display: grid;
  width: clamp(4rem, 6.7vw, 5.25rem);
  height: clamp(4rem, 6.7vw, 5.25rem);
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(51, 133, 8, .16);
  border-radius: 1rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .52), transparent),
    #c9ebb9;
  box-shadow:
    0 1rem 2.5rem rgba(31, 68, 22, .16),
    inset 0 1px 0 rgba(255, 255, 255, .68);
  pointer-events: none;
  will-change: opacity, transform;
}

.i2-home-v2 .i2-v2-capability__signal svg {
  width: 72%;
  height: 72%;
  overflow: visible;
}

.i2-home-v2 .i2-v2-capability__signal svg > * {
  fill: none;
  stroke: var(--v2-blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.6;
  vector-effect: non-scaling-stroke;
}

.i2-home-v2 .i2-v2-capability__signal > i {
  position: absolute;
  top: .65rem;
  right: .65rem;
  width: .42rem;
  height: .42rem;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 50%;
  background: var(--v2-green);
}

.i2-home-v2 .i2-v2-capability__trace {
  position: absolute;
  z-index: 4;
  top: 44%;
  right: 12%;
  width: 23%;
  height: 2.5rem;
  pointer-events: none;
  will-change: opacity, transform;
}

.i2-home-v2 .i2-v2-capability__trace::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background:
    linear-gradient(
      90deg,
      rgba(48, 73, 153, .14),
      rgba(48, 73, 153, .48),
      rgba(51, 133, 8, .68)
    );
  content: "";
}

.i2-home-v2 .i2-v2-capability__trace i {
  position: absolute;
  top: 50%;
  width: .42rem;
  height: .42rem;
  border: 2px solid #f8fafc;
  border-radius: 50%;
  background: var(--v2-blue);
  box-shadow: 0 0 0 1px rgba(48, 73, 153, .16);
  transform: translate(-50%, -50%);
}

.i2-home-v2 .i2-v2-capability__trace i:nth-child(1) {
  left: 0;
}

.i2-home-v2 .i2-v2-capability__trace i:nth-child(2) {
  left: 52%;
}

.i2-home-v2 .i2-v2-capability__trace i:nth-child(3) {
  left: 100%;
  background: var(--v2-green);
}

.i2-home-v2 .i2-v2-capability__copy {
  position: absolute;
  z-index: 7;
  top: 6%;
  right: 6%;
  left: 6%;
  max-width: 72%;
  pointer-events: none;
  will-change: opacity, transform;
}

.i2-home-v2 .i2-v2-capability__title {
  display: block;
  margin: 0;
  color: var(--v2-ink);
  font-family: var(--v2-display);
  font-size: clamp(1.2rem, 2.1vw, 1.75rem);
  font-weight: 550;
  letter-spacing: -.045em;
  line-height: 1.05;
}

.i2-home-v2 .i2-v2-capability__description {
  display: -webkit-box;
  max-width: 25rem;
  margin: .65rem 0 0;
  overflow: hidden;
  color: var(--v2-muted);
  font-size: clamp(.75rem, 1vw, .875rem);
  font-weight: 400;
  line-height: 1.48;
  text-wrap: pretty;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.i2-home-v2 .i2-v2-capability__media img,
.i2-home-v2 .i2-v2-capability__media video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}

.i2-home-v2 .i2-v2-capability__media video {
  z-index: 1;
}

.i2-home-v2 .i2-v2-capability.has-active-media .i2-v2-capability__field::before,
.i2-home-v2 .i2-v2-capability.has-active-media .i2-v2-capability__field::after,
.i2-home-v2 .i2-v2-capability.has-active-media .i2-v2-capability__axis,
.i2-home-v2 .i2-v2-capability.has-active-media .i2-v2-capability__orb {
  opacity: 0;
}

.i2-home-v2 .i2-v2-services-list .view-content-wrap {
  display: block;
}

.i2-home-v2 .i2-v2-services-list .views-field-field-homepage-story,
.i2-home-v2 .i2-v2-services-list .views-field-field-homepage-label,
.i2-home-v2 .i2-v2-services-list .views-field-field-homepage-video,
.i2-home-v2 .i2-v2-services-list .views-field-field-homepage-poster {
  display: none;
}

.i2-home-v2 .i2-v2-services-list .view-content-wrap > .item {
  display: block;
  min-height: 0;
  padding: 0;
  border-top: 1px solid var(--v2-line);
  background: transparent;
  counter-increment: v2-service;
}

.i2-home-v2 .i2-v2-services-list .view-content-wrap > .item:hover {
  padding: 0;
  background: transparent;
}

.i2-home-v2 .i2-v2-services-list .view-content-wrap > .item::before {
  display: none;
}

.i2-home-v2 .i2-v2-service-row__button {
  display: grid;
  width: 100%;
  min-height: 7rem;
  grid-template-columns: 3rem 1fr 3rem;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 0;
  border: 0;
  background: transparent;
  color: var(--v2-ink);
  text-align: left;
  cursor: pointer;
}

.i2-home-v2 .i2-v2-service-row__index {
  color: var(--v2-muted);
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.55;
}

.i2-home-v2 .i2-v2-service-row__button .views-field-title {
  grid-column: auto;
}

.i2-home-v2 .i2-v2-service-row__button .views-field-title {
  color: var(--v2-ink);
  font-family: var(--v2-display);
  font-size: clamp(2rem, 3.4vw, 4rem);
  font-weight: 520;
  letter-spacing: -.055em;
  line-height: 1;
  transition: color .4s var(--v2-ease), transform .5s var(--v2-ease);
}

.i2-home-v2 .i2-v2-service-row__icon {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  justify-self: end;
  border: 1px solid var(--v2-line);
  border-radius: 50%;
  transition: background-color .4s ease, border-color .4s ease, transform .5s var(--v2-ease);
}

.i2-home-v2 .i2-v2-service-row__icon::before,
.i2-home-v2 .i2-v2-service-row__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: .875rem;
  height: 1px;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
}

.i2-home-v2 .i2-v2-service-row__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform .35s ease;
}

.i2-home-v2 .i2-v2-service-row__detail {
  display: grid;
  max-height: 0;
  grid-template-columns: 3rem minmax(0, 1fr) auto;
  column-gap: 1rem;
  row-gap: 1.125rem;
  overflow: hidden;
  opacity: 0;
  line-height: 1.55;
  transition: max-height .65s var(--v2-ease), opacity .45s ease, padding .65s var(--v2-ease);
}

.i2-home-v2 .i2-v2-service-row__divider {
  height: 1px;
  grid-column: 2 / 4;
  background:
    linear-gradient(
      90deg,
      rgba(51, 133, 8, .62) 0 4.5rem,
      rgba(48, 73, 153, .14) 4.5rem 100%
    );
  transform-origin: left center;
}

.i2-home-v2 .i2-v2-service-row__detail .views-field-body {
  max-width: 34rem;
  grid-column: 2;
  color: var(--v2-muted);
  font-size: clamp(1rem, 1.15vw, 1.125rem);
  line-height: 1.58;
}

.i2-home-v2 .i2-v2-service-row__detail .views-field-view-node {
  position: static;
  grid-row: auto;
  grid-column: 3;
  align-self: start;
  justify-self: end;
}

.i2-home-v2 .i2-v2-service-row__detail .views-field-view-node a {
  display: inline-flex;
  width: auto;
  height: auto;
  align-items: center;
  gap: .5rem;
  border: 0;
  border-radius: 0;
  color: var(--v2-blue);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.i2-home-v2 .i2-v2-service-row__detail .views-field-view-node a::after {
  content: "↗";
  color: currentColor;
  font-size: 1rem;
}

.i2-home-v2 .i2-v2-service-row.is-active .i2-v2-service-row__button .views-field-title {
  display: inline-block;
  color: var(--v2-blue);
  transform: none;
}

.i2-home-v2 .i2-v2-service-row.is-active .i2-v2-service-row__icon {
  border-color: var(--v2-green);
  background: var(--v2-green);
  color: #fff;
  transform: rotate(180deg);
}

.i2-home-v2 .i2-v2-service-row.is-active .i2-v2-service-row__icon::after {
  transform: translate(-50%, -50%);
}

.i2-home-v2 .i2-v2-service-row.is-active .i2-v2-service-row__detail {
  max-height: 12rem;
  min-height: 0;
  padding: 0 0 1.75rem;
  opacity: 1;
}

.i2-home-v2 .i2-v2-service-row__button {
  position: relative;
}

.i2-home-v2 .i2-v2-service-row__button:focus {
  outline: 0;
}

.i2-home-v2 .i2-v2-service-row__button:focus-visible .views-field-title {
  text-decoration: underline;
  text-decoration-color: rgba(51, 133, 8, .7);
  text-decoration-thickness: 1px;
  text-underline-offset: .18em;
}

.i2-home-v2 .i2-v2-service-row__button:focus-visible .i2-v2-service-row__icon {
  box-shadow: 0 0 0 3px rgba(51, 133, 8, .16);
}

.i2-home-v2 .i2-v2-service-row__button::after {
  display: none;
}

.i2-home-v2 .i2-v2-service-row.is-active .i2-v2-service-row__button::after {
  transform: none;
}

.i2-home-v2 .i2-v2-services-footer {
  display: flex;
  grid-column: 1 / 13;
  justify-content: flex-end;
  margin-top: 3rem;
}

.i2-home-v2 .i2-v2-outline-link {
  display: inline-flex;
  min-height: 3.5rem;
  align-items: center;
  gap: 1rem;
  padding: .875rem 1.5rem;
  border: 1px solid var(--v2-line);
  border-radius: 999px;
  color: var(--v2-ink);
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  transition: border-color .35s var(--v2-ease), color .35s var(--v2-ease), transform .35s var(--v2-ease);
}

.i2-home-v2 .i2-v2-outline-link:hover {
  border-color: var(--v2-blue);
  color: var(--v2-blue);
  transform: translateY(-3px);
}

/* Industries */
body.i2-home-v2 .i2-v2-section--industries {
  min-height: 0;
  border-radius: clamp(2rem, 7vw, 7rem);
  background: #e9eefc;
}

.i2-home-v2 .i2-v2-industries-list {
  grid-column: 1 / 13;
  margin: 0;
}

.i2-home-v2 .i2-v2-industries-view .view-content-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.i2-home-v2 .i2-v2-industries-view .view-content-wrap > .item {
  position: relative;
  display: grid;
  min-height: 21rem;
  grid-template-columns: 3rem 1fr auto;
  align-items: end;
  gap: 1.5rem;
  padding: clamp(1.5rem, 3vw, 2.75rem);
  overflow: hidden;
  border: 1px solid rgba(48, 73, 153, .13);
  border-radius: var(--v2-radius);
  background: rgba(255, 255, 255, .7);
  color: var(--v2-ink);
  counter-increment: v2-industry;
  transition: background-color .5s var(--v2-ease), color .5s var(--v2-ease), transform .5s var(--v2-ease);
}

.i2-home-v2 .i2-v2-industries-view .view-content-wrap > .item::before {
  position: static;
  align-self: start;
  color: var(--v2-blue);
  content: "0" counter(v2-industry);
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.i2-home-v2 .i2-v2-industries-view .view-content-wrap > .item::after {
  position: absolute;
  top: -8rem;
  right: -8rem;
  width: 16rem;
  height: 16rem;
  border: 1px solid rgba(48, 73, 153, .18);
  border-radius: 50%;
  content: "";
  transition: transform .7s var(--v2-ease);
}

.i2-home-v2 .i2-v2-industries-view .view-content-wrap > .item:hover {
  background:
    radial-gradient(
      circle 12rem at var(--v2-pointer-x, 70%) var(--v2-pointer-y, 30%),
      rgba(184, 222, 167, .2),
      transparent 68%
    ),
    var(--v2-blue);
}

.i2-home-v2 .i2-v2-industries-view .views-field-title {
  grid-column: 2;
}

.i2-home-v2 .i2-v2-industries-view .views-field-title a {
  color: #000;
  font-family: var(--v2-display);
  font-size: clamp(1.8rem, 3vw, 3.5rem);
  font-weight: 520;
  letter-spacing: -.05em;
  line-height: 1.05;
}

.i2-home-v2 .i2-v2-industries-view .views-field-body {
  grid-column: 2;
  max-width: 31rem;
  margin: 1.25rem 0 0;
  color: var(--v2-muted);
  font-size: .875rem;
  line-height: 1.55;
}

.i2-home-v2 .i2-v2-industries-view .views-field-view-node {
  position: static;
  grid-row: 1 / span 2;
  grid-column: 3;
  align-self: end;
}

.i2-home-v2 .i2-v2-industries-view .views-field-view-node a {
  position: relative;
  z-index: 2;
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  overflow: hidden;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: transparent;
  font-size: 0;
}

.i2-home-v2 .i2-v2-industries-view .views-field-view-node a::after {
  color: var(--v2-blue);
  content: "↗";
  font-size: 1.2rem;
}

.i2-home-v2 .i2-v2-industries-view .view-content-wrap > .item:hover {
  background: var(--v2-blue);
  color: #fff;
  transform: translateY(-.4rem);
}

.i2-home-v2 .i2-v2-industries-view .view-content-wrap > .item:hover::after {
  border-color: rgba(255, 255, 255, .25);
  transform: scale(1.45);
}

.i2-home-v2 .i2-v2-industries-view .item:hover::before,
.i2-home-v2 .i2-v2-industries-view .item:hover .views-field-title a,
.i2-home-v2 .i2-v2-industries-view .item:hover .views-field-body,
.i2-home-v2 .i2-v2-industries-view .item:hover .views-field-view-node a::after {
  color: #fff;
}

/* Products */
.i2-home-v2 .i2-v2-products-title-column {
  grid-column: 4 / 13;
}

.i2-home-v2 .i2-v2-section--products .i2-v2-section-label-column,
.i2-home-v2 .i2-v2-section--products .i2-v2-section-title-column {
  margin-bottom: clamp(3rem, 6vw, 6rem);
}

.i2-home-v2 .i2-v2-section--products .i2-v2-section-title .title {
  color: #000 !important;
}

.i2-home-v2 .i2-v2-section--products .i2-v2-product-column {
  display: flex;
  grid-column: span 4;
  margin: 0;
}

.i2-home-v2 .i2-v2-product-column > .column-inner,
.i2-home-v2 .i2-v2-product-column > .column-inner > .column-content-inner {
  width: 100%;
}

.i2-home-v2 .i2-v2-product-wrap {
  width: 100%;
}

.i2-home-v2 .i2-v2-product {
  display: flex;
  min-height: 43.73rem;
  height: 100%;
  flex-direction: column;
  padding: 1.5rem;
  overflow: hidden;
  border: 0;
  border-radius: var(--v2-radius);
  background: #e9eefc;
  color: var(--v2-ink);
  transform: perspective(75rem) rotateX(var(--v2-tilt-x, 0deg)) rotateY(var(--v2-tilt-y, 0deg));
  transform-style: preserve-3d;
  transition: box-shadow .5s var(--v2-ease), transform .2s ease-out;
}

.i2-home-v2 .i2-v2-product--chat {
  background: #dcebd6;
}

.i2-home-v2 .i2-v2-product--minutes {
  background: #e7e9ee;
}

.i2-home-v2 .i2-v2-product:hover {
  border-color: transparent;
  box-shadow: 0 1.5rem 4rem rgba(16, 32, 59, .12);
  transform: perspective(75rem) translateY(-.4rem) rotateX(var(--v2-tilt-x, 0deg)) rotateY(var(--v2-tilt-y, 0deg));
}

.i2-home-v2 .i2-v2-product__art > * {
  transition: transform .65s var(--v2-ease);
}

.i2-home-v2 .i2-v2-product:hover .i2-v2-bars {
  transform: translateY(-.65rem);
}

.i2-home-v2 .i2-v2-product:hover .i2-v2-chat {
  transform: rotate(12deg) scale(1.06);
}

.i2-home-v2 .i2-v2-product:hover .i2-v2-wave {
  transform: scaleX(1.06);
}

.i2-home-v2 .i2-v2-product__meta {
  color: var(--v2-muted);
  font-size: .625rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.i2-home-v2 .i2-v2-product__meta i {
  background: var(--v2-green);
  box-shadow: 0 0 0 .25rem rgba(51, 133, 8, .1);
}

.i2-home-v2 .i2-v2-product__art {
  height: 23rem;
  margin: 2.75rem 0 2rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, .55);
  transform: translateZ(1.5rem);
}

.i2-home-v2 .i2-v2-score {
  color: var(--v2-blue);
}

.i2-home-v2 .i2-v2-score small {
  color: var(--v2-muted);
}

.i2-home-v2 .i2-v2-bars i {
  background: rgba(48, 73, 153, .45);
}

.i2-home-v2 .i2-v2-bars i:nth-child(3) {
  background: var(--v2-green);
}

.i2-home-v2 .i2-v2-chat {
  background: var(--v2-blue);
  box-shadow: 0 0 0 2rem rgba(51, 133, 8, .08);
}

.i2-home-v2 .i2-v2-bubble {
  border-color: rgba(17, 27, 46, .18);
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 1.25rem 3rem rgba(16, 32, 59, .09);
}

.i2-home-v2 .i2-v2-wave i {
  background: var(--v2-green);
}

.i2-home-v2 .i2-v2-product h3 {
  margin: 0;
  color: #000;
  font-size: clamp(2rem, 3vw, 3.4rem);
  font-weight: 550;
  letter-spacing: -.055em;
  line-height: 1;
}

.i2-home-v2 .i2-v2-product p {
  min-height: 4.5rem;
  margin: 1.25rem 0 1.5rem;
  color: var(--v2-muted);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.55;
}

.i2-home-v2 .i2-v2-product > a {
  padding-top: 1rem;
  border-top: 1px solid rgba(17, 27, 46, .16);
  color: var(--v2-ink);
  font-size: .75rem;
  font-weight: 700;
}

/* Work */
.i2-home-v2 .i2-v2-work-link {
  display: flex;
  min-height: 0;
  align-items: flex-end;
  justify-content: flex-end;
}

.i2-home-v2 .i2-v2-button--work {
  padding: .4rem 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--v2-ink) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--v2-ink) !important;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.55;
}

.i2-home-v2 .i2-v2-work-list {
  grid-column: 1 / 13;
  margin: 0;
}

.i2-home-v2 .i2-v2-section--work .isotope-items {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(4rem, 7vw, 7rem) clamp(1.5rem, 3vw, 3rem);
}

.i2-home-v2 .i2-v2-section--work .isotope-items > div {
  position: static !important;
  width: auto !important;
  max-width: none !important;
  margin: 0;
  padding: 0 !important;
  transform: none !important;
  counter-increment: v2-work;
}

.i2-home-v2 .i2-v2-section--work .isotope-items > div:nth-child(n) {
  min-height: 0;
  grid-column: auto;
  margin-top: 0;
}

.i2-home-v2 .i2-v2-section--work .portfolio-content {
  position: relative;
  display: block;
  min-height: 0;
  height: auto;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: translate3d(0, 0, 0) scale(.985);
  transform-origin: center;
  transition: transform .38s var(--v2-ease);
  will-change: transform;
}

.i2-home-v2 .i2-v2-section--work .portfolio-content:hover,
.i2-home-v2 .i2-v2-section--work .portfolio-content:focus-within {
  z-index: 2;
  box-shadow: none;
  transform: translate3d(0, -.35rem, 0) scale(1.018);
}

.i2-home-v2 .i2-v2-section--work .portfolio-images {
  position: relative;
  min-height: 0;
  height: auto;
  aspect-ratio: 1.452 / 1;
  overflow: hidden;
  border-radius: var(--v2-radius);
  background: var(--v2-cloud);
  box-shadow: 0 1rem 2.75rem rgba(16, 32, 59, .08);
  cursor: pointer;
  isolation: isolate;
  transition: box-shadow .38s var(--v2-ease);
}

.i2-home-v2 .i2-v2-section--work .portfolio-images::after {
  position: absolute;
  z-index: 1;
  background:
    linear-gradient(
      180deg,
      rgba(18, 28, 51, 0) 25%,
      rgba(18, 28, 51, .2) 55%,
      rgba(18, 28, 51, .92) 100%
    );
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity .32s ease;
  inset: 0;
}

.i2-home-v2 .i2-v2-section--work .portfolio-images img {
  width: 100% !important;
  height: 100% !important;
  min-height: 0;
  object-fit: cover;
  transform: translate3d(0, 0, 0) scale(1);
  transition: transform .55s var(--v2-ease);
  will-change: transform;
}

.i2-home-v2 .i2-v2-section--work .portfolio-content:hover img,
.i2-home-v2 .i2-v2-section--work .portfolio-content:focus-within img {
  transform: translate3d(0, 0, 0) scale(1.045);
}

.i2-home-v2 .i2-v2-section--work .portfolio-content:hover .portfolio-images,
.i2-home-v2 .i2-v2-section--work .portfolio-content:focus-within .portfolio-images {
  box-shadow: 0 1.75rem 4rem rgba(16, 32, 59, .15);
}

.i2-home-v2 .i2-v2-section--work .portfolio-content:hover .portfolio-images::after,
.i2-home-v2 .i2-v2-section--work .portfolio-content:focus-within .portfolio-images::after {
  opacity: 1;
}

.i2-home-v2 .i2-v2-work-image-link {
  position: absolute;
  z-index: 2;
  inset: 0;
}

.i2-home-v2 .i2-v2-section--work .content-inner {
  position: static !important;
  display: grid;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  grid-template-columns: minmax(0, 1fr);
  gap: .7rem;
  padding: 1.35rem 0 0 !important;
}

.i2-home-v2 .i2-v2-section--work .content-inner::before {
  grid-row: auto;
  grid-column: 1;
  padding: 0;
  color: var(--v2-blue);
  content: "0" counter(v2-work);
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.i2-home-v2 .i2-v2-section--work .portfolio-information {
  width: 100% !important;
  max-width: none !important;
  grid-column: 1;
}

.i2-home-v2 .i2-v2-section--work .portfolio-information .title {
  width: 100%;
  max-width: none;
  margin: 0;
}

.i2-home-v2 .i2-v2-section--work .portfolio-information .title a {
  display: block;
  width: 100%;
  color: #000;
  font-family: var(--v2-display);
  font-size: clamp(1.55rem, 2.2vw, 2.35rem);
  font-weight: 550;
  letter-spacing: -.045em;
  line-height: 1.1;
  text-decoration: none !important;
  text-underline-offset: .15em;
  transition: color .25s ease;
}

.i2-home-v2 .i2-v2-section--work .portfolio-information .title a:hover,
.i2-home-v2 .i2-v2-section--work .portfolio-information .title a:focus-visible {
  color: var(--v2-blue);
  text-decoration: underline !important;
}

.i2-home-v2 .i2-v2-section--work .portfolio-hover.i2-v2-work-overlay {
  position: absolute !important;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  min-height: 52%;
  grid-template-columns: minmax(0, 1fr) auto;
  align-content: end;
  align-items: end;
  gap: 1rem 1.5rem;
  padding: clamp(1.25rem, 2.4vw, 2rem);
  visibility: visible !important;
  margin: 0;
  opacity: 0 !important;
  pointer-events: none;
  transform: translate3d(0, 1rem, 0) !important;
  transition: opacity .28s ease, transform .38s var(--v2-ease) !important;
}

.i2-home-v2 .i2-v2-section--work .portfolio-content:hover .i2-v2-work-overlay,
.i2-home-v2 .i2-v2-section--work .portfolio-content:focus-within .i2-v2-work-overlay {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}

.i2-home-v2 .i2-v2-section--work .i2-v2-work-overlay .desc {
  display: -webkit-box;
  max-width: 31rem;
  margin: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, .86);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-wrap: pretty;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.i2-home-v2 .i2-v2-section--work .i2-v2-work-overlay .desc .field {
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.i2-home-v2 .i2-v2-section--work .i2-v2-work-overlay .action {
  grid-row: 1;
  grid-column: 2;
  margin: 0;
  pointer-events: auto;
}

.i2-home-v2 .i2-v2-section--work .i2-v2-work-overlay .action a {
  display: grid;
  align-items: center;
  justify-items: center;
  gap: .45rem;
  color: #fff;
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
}

.i2-home-v2 .i2-v2-work-overlay__label {
  opacity: .82;
}

.i2-home-v2 .i2-v2-work-orbit {
  display: grid;
  width: 4.75rem;
  height: 4.75rem;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  transition: background-color .25s ease, transform .35s var(--v2-ease);
}

.i2-home-v2 .i2-v2-work-orbit__svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.i2-home-v2 .i2-v2-work-orbit__track,
.i2-home-v2 .i2-v2-work-orbit__sweep,
.i2-home-v2 .i2-v2-work-orbit__arrow {
  fill: none;
  vector-effect: non-scaling-stroke;
}

.i2-home-v2 .i2-v2-work-orbit__track {
  stroke: rgba(255, 255, 255, .35);
  stroke-width: 1;
}

.i2-home-v2 .i2-v2-work-orbit__sweep {
  stroke: var(--v2-green-light);
  stroke-linecap: round;
  stroke-width: 2;
}

.i2-home-v2 .i2-v2-work-orbit__node {
  fill: var(--v2-green-light);
}

.i2-home-v2 .i2-v2-work-orbit__node--small {
  fill: #fff;
}

.i2-home-v2 .i2-v2-work-orbit__arrow {
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.i2-home-v2 .i2-v2-work-orbit__rings {
  transform-box: fill-box;
  transform-origin: center;
  transition: transform .7s var(--v2-ease);
}

.i2-home-v2 .i2-v2-work-overlay .action a:hover .i2-v2-work-orbit,
.i2-home-v2 .i2-v2-work-overlay .action a:focus-visible .i2-v2-work-orbit {
  background: var(--v2-blue);
  transform: scale(1.06);
}

.i2-home-v2 .i2-v2-work-overlay .action a:hover .i2-v2-work-orbit__rings,
.i2-home-v2 .i2-v2-work-overlay .action a:focus-visible .i2-v2-work-orbit__rings {
  transform: rotate(145deg);
}

/* Partners */
body.i2-home-v2 .i2-v2-section--partners {
  min-height: 0;
  border-top: 1px solid var(--v2-line);
  border-bottom: 1px solid var(--v2-line);
  background: #fff;
}

body.i2-home-v2 .i2-v2-section--partners > .bb-inner {
  padding: clamp(5rem, 8vw, 8rem) 0 !important;
}

body.i2-home-v2 .i2-v2-section--partners > .bb-inner > .bb-container {
  width: var(--v2-shell);
  margin-right: auto;
  margin-left: auto;
}

.i2-home-v2 .i2-v2-section--partners .i2-v2-partners-label-column {
  grid-column: 1 / 6;
  align-self: end;
  margin-bottom: 4rem;
  padding-top: 0 !important;
}

.i2-home-v2 .i2-v2-section--partners .i2-v2-partners-title-column {
  grid-column: 6 / 13;
  margin-bottom: 4rem;
}

.i2-home-v2 .i2-v2-section--partners .i2-v2-section-title .title {
  font-size: clamp(2rem, 4vw, 4.75rem) !important;
}

.i2-home-v2 .i2-v2-partners-list {
  width: 100vw !important;
  grid-column: 1 / 13;
  margin-left: calc((var(--v2-shell) - 100vw) / 2);
}

.i2-home-v2 .i2-v2-marquee__track span {
  gap: 1rem;
  padding-right: clamp(3rem, 7vw, 7rem);
  color: var(--v2-muted);
  font-size: clamp(1.5rem, 2.7vw, 3rem);
  font-weight: 520;
  letter-spacing: -.04em;
  line-height: 1.55;
}

.i2-home-v2 .i2-v2-marquee__track i {
  width: .6rem;
  height: .6rem;
  margin: 0;
}

/* CTA */
body.i2-home-v2 .i2-v2-section--cta {
  min-height: 0;
  background: var(--v2-blue);
}

body.i2-home-v2 .i2-v2-section--cta > .bb-inner {
  display: block;
  min-height: 0;
  padding: clamp(7rem, 12vw, 12rem) 0 !important;
}

body.i2-home-v2 .i2-v2-section--cta::before {
  top: -20rem;
  right: -14rem;
  width: 48rem;
  height: 48rem;
  box-shadow: 0 0 0 6rem rgba(255, 255, 255, .025), 0 0 0 12rem rgba(255, 255, 255, .018);
}

body.i2-home-v2 .i2-v2-section--cta::after {
  top: 0;
  right: clamp(2.5rem, 8vw, 8rem);
  bottom: 0;
  width: min(34vw, 30rem);
  height: auto;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, .12);
  border-left: 1px solid rgba(255, 255, 255, .12);
  border-radius: 0;
  background:
    linear-gradient(rgba(255, 255, 255, .12), rgba(255, 255, 255, .12)) 0 28% / 100% 1px no-repeat,
    linear-gradient(rgba(255, 255, 255, .12), rgba(255, 255, 255, .12)) 0 50% / 100% 1px no-repeat;
}

.i2-home-v2 .i2-v2-section--cta .row-wrapper {
  position: relative;
  z-index: 2;
  display: block !important;
  margin: 0 !important;
}

.i2-home-v2 .i2-v2-section--cta .row-wrapper > .gsc-column {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

.i2-home-v2 .i2-v2-cta-heading.gsc-heading {
  padding: 0 !important;
}

.i2-home-v2 .i2-v2-cta-label-column {
  margin-bottom: 2.5rem;
}

.i2-home-v2 .i2-v2-cta-label-column .i2-v2-kicker {
  color: rgba(255, 255, 255, .64);
}

.i2-home-v2 .i2-v2-cta-label-column .i2-v2-kicker span {
  border-color: rgba(255, 255, 255, .25);
  color: var(--v2-green-light);
}

.i2-home-v2 .i2-v2-cta-heading .title {
  max-width: 65rem !important;
  margin: 0 0 2.5rem !important;
  color: #fff !important;
  font-family: var(--v2-display) !important;
  font-size: clamp(3.2rem, 7vw, 7.8rem) !important;
  font-weight: 200 !important;
  letter-spacing: -.07em !important;
  line-height: .96 !important;
}

.i2-home-v2 .i2-v2-cta-heading .title > span {
  color: inherit;
  font: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
}

.i2-home-v2 .i2-v2-cta-heading .title-desc {
  width: 100%;
  max-width: 37rem;
  margin: 0;
  color: rgba(255, 255, 255, .7) !important;
  font-size: clamp(1rem, 1.5vw, 1.25rem) !important;
  font-weight: 400;
  line-height: 1.55 !important;
}

.i2-home-v2 .i2-v2-cta-actions {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 3.5rem;
  padding: 0 !important;
}

.i2-home-v2 .i2-v2-cta-actions .column-inner,
.i2-home-v2 .i2-v2-cta-actions .column-content-inner {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 2rem;
}

.i2-home-v2 .i2-v2-cta-actions .column-content-inner > style,
.i2-home-v2 .i2-v2-cta-actions .column-content-inner > .clearfix {
  display: none;
}

.i2-home-v2 .i2-v2-button--cta {
  display: inline-flex !important;
  width: 19.05rem;
  min-width: 19.05rem;
  max-width: 100%;
  min-height: 4.5rem;
  align-items: center;
  justify-content: space-between;
  padding: .875rem 1.75rem !important;
  border-radius: 999px !important;
  background: #b8dea7 !important;
  color: var(--v2-ink) !important;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -.01em !important;
  line-height: 1.55;
  margin-bottom: 0 !important;
  text-transform: none !important;
}

.i2-home-v2 .i2-v2-button--cta:hover {
  background: #fff !important;
  color: var(--v2-blue) !important;
  transform: translateY(-3px);
}

.i2-home-v2 .i2-v2-cta-phone {
  display: flex;
  flex-direction: column;
  gap: .2rem;
  margin: 0;
  color: #fff;
  font-family: var(--v2-display);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
}

.i2-home-v2 .i2-v2-cta-phone span {
  margin: 0;
  color: rgba(255, 255, 255, .54);
  font-size: .6875rem;
  font-weight: 600;
  letter-spacing: .08em;
}

/* Footer */
body.i2-home-v2 .i2-v2-section--footer {
  background: #121c33;
}

.i2-home-v2 .i2-v2-footer {
  padding: clamp(4rem, 8vw, 7rem) 0 2rem;
}

.i2-home-v2 .i2-v2-footer__top {
  align-items: flex-end;
  padding-bottom: 3.5rem;
  border-color: rgba(255, 255, 255, .16);
}

.i2-home-v2 .i2-v2-footer__brand {
  align-items: flex-end;
  gap: 1.5rem;
  color: #fff;
}

.i2-home-v2 .i2-v2-footer__brand .i2-v2-wordmark {
  padding-left: 1.5rem;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: -.16em;
  line-height: .8;
}

.i2-home-v2 .i2-v2-footer__brand .i2-v2-wordmark b,
.i2-home-v2 .i2-v2-footer__brand .i2-v2-wordmark strong {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font: inherit;
}

.i2-home-v2 .i2-v2-footer__brand .i2-v2-wordmark strong {
  color: #b8dea7;
  font-size: 1.08em;
}

.i2-home-v2 .i2-v2-footer__brand > span:last-child {
  padding-left: 1.5rem;
  border-left: 1px solid rgba(255, 255, 255, .25);
  color: rgba(255, 255, 255, .7);
  font-family: var(--v2-display);
  font-size: 1.1rem;
  line-height: 1.55;
}

.i2-home-v2 .i2-v2-footer__top button {
  gap: .75rem;
  font-size: .75rem;
  font-weight: 700;
}

.i2-home-v2 .i2-v2-footer__top button i {
  width: 2.75rem;
  height: 2.75rem;
  border-color: rgba(255, 255, 255, .3);
  transition: background-color .3s ease, color .3s ease, transform .3s var(--v2-ease);
}

.i2-home-v2 .i2-v2-footer__top button:hover i {
  background: var(--v2-green-light);
  color: var(--v2-ink);
  transform: translateY(-.2rem);
}

.i2-home-v2 .i2-v2-footer__grid {
  grid-template-columns: 1.4fr 1.4fr .8fr .8fr;
  gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(4rem, 7vw, 6rem) 0;
}

.i2-home-v2 .i2-v2-footer__grid p {
  margin: 0 0 1.25rem;
  color: #b8dea7;
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.55;
}

.i2-home-v2 .i2-v2-footer__grid address {
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, .62);
  font-size: .875rem;
  line-height: 1.7;
}

.i2-home-v2 .i2-v2-footer__grid a {
  display: inline;
  margin: 0;
  color: rgba(255, 255, 255, .66);
  font-size: .8125rem;
  line-height: 1.55;
}

.i2-home-v2 .i2-v2-footer__grid > div > a {
  color: #fff;
  font-size: .875rem;
  font-weight: 700;
}

.i2-home-v2 .i2-v2-footer__grid nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .8rem;
}

.i2-home-v2 .i2-v2-footer__bottom {
  align-items: center;
  gap: 2rem;
  padding-top: 2rem;
  border-color: rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .42);
  font-size: .6875rem;
  line-height: 1.55;
}

.i2-home-v2 .i2-v2-footer__bottom p {
  margin: 0 !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .i2-home-v2 .i2-v2-section-title-column {
    grid-column: 4 / 10;
  }

  .i2-home-v2 .i2-v2-section-aside-column,
  .i2-home-v2 .i2-v2-work-link {
    grid-column: 10 / 13;
  }

  .i2-home-v2 .i2-v2-products-title-column {
    grid-column: 4 / 10;
  }

  .i2-home-v2 .i2-v2-section--products .i2-v2-product-column:nth-of-type(3) {
    grid-column: 1 / 7;
    width: calc(100% + .25rem) !important;
  }

  .i2-home-v2 .i2-v2-section--products .i2-v2-product-column:nth-of-type(4) {
    grid-column: 7 / 13;
    width: calc(100% + .25rem) !important;
    transform: translateX(-.25rem);
  }

  .i2-home-v2 .i2-v2-section--products .i2-v2-product-column:nth-of-type(5) {
    grid-column: 1 / 13;
    margin-top: 1rem;
  }
}

@media (min-width: 1200px) {
  .i2-home-v2 .i2-v2-section--products .i2-v2-product-column {
    width: calc(100% + .333rem) !important;
  }

  .i2-home-v2 .i2-v2-section--products .i2-v2-product-column:nth-of-type(4) {
    transform: translateX(-.1665rem);
  }

  .i2-home-v2 .i2-v2-section--products .i2-v2-product-column:nth-of-type(5) {
    transform: translateX(-.333rem);
  }
}

@media (max-width: 991px) {
  .i2-home-v2 .i2-v2-section--services .row-wrapper,
  .i2-home-v2 .i2-v2-section--industries .row-wrapper,
  .i2-home-v2 .i2-v2-section--products .row-wrapper,
  .i2-home-v2 .i2-v2-section--work .row-wrapper,
  .i2-home-v2 .i2-v2-section--partners .row-wrapper {
    grid-template-columns: 1fr;
  }

  .i2-home-v2 .i2-v2-section-label-column,
  .i2-home-v2 .i2-v2-section-title-column,
  .i2-home-v2 .i2-v2-section-aside-column,
  .i2-home-v2 .i2-v2-services-art,
  .i2-home-v2 .i2-v2-services-list,
  .i2-home-v2 .i2-v2-services-footer,
  .i2-home-v2 .i2-v2-industries-list,
  .i2-home-v2 .i2-v2-products-title-column,
  .i2-home-v2 .i2-v2-section--products .i2-v2-product-column,
  .i2-home-v2 .i2-v2-work-link,
  .i2-home-v2 .i2-v2-work-list,
  .i2-home-v2 .i2-v2-section--partners .i2-v2-partners-label-column,
  .i2-home-v2 .i2-v2-section--partners .i2-v2-partners-title-column,
  .i2-home-v2 .i2-v2-partners-list {
    grid-column: 1 !important;
  }

  .i2-home-v2 .i2-v2-section-label-column {
    margin-bottom: 2rem;
  }

  .i2-home-v2 .i2-v2-section-title-column {
    margin-bottom: 2rem;
  }

  .i2-home-v2 .i2-v2-section-aside-column {
    margin-bottom: 3.5rem;
  }

  .i2-home-v2 .i2-v2-services-art {
    position: static;
    margin: 0 0 2.5rem;
  }

  .i2-home-v2 .i2-v2-capability {
    display: flex;
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
    flex-direction: column;
    padding: 1rem;
    border-radius: 1.25rem;
  }

  .i2-home-v2 .i2-v2-capability__field {
    min-height: 0;
    flex: 0 0 auto;
    aspect-ratio: 4 / 3;
  }

  .i2-home-v2 .i2-v2-services-spacer {
    display: none;
  }

  .i2-home-v2 .i2-v2-services-footer {
    justify-content: flex-start;
  }

  .i2-home-v2 .i2-v2-section--products .i2-v2-product-column + .i2-v2-product-column {
    margin-top: 1rem;
  }

  .i2-home-v2 .i2-v2-work-link {
    justify-content: flex-start;
    margin: 0 0 3.5rem;
  }

  .i2-home-v2 .i2-v2-section--work .isotope-items {
    grid-template-columns: 1fr;
  }

  .i2-home-v2 .i2-v2-section--work .isotope-items > div:nth-child(n) {
    grid-column: 1;
    min-height: 0;
    margin-top: 0;
  }

  .i2-home-v2 .i2-v2-section--partners .i2-v2-partners-label-column {
    margin-bottom: 2rem;
  }

  .i2-home-v2 .i2-v2-section--partners .i2-v2-partners-title-column {
    margin-bottom: 4rem;
  }

  .i2-home-v2 .i2-v2-partners-list {
    margin-left: calc((var(--v2-shell) - 100vw) / 2);
  }
}

@media (max-width: 767px) {
  body.i2-home-v2 .i2-v2-section--services > .bb-inner,
  body.i2-home-v2 .i2-v2-section--industries > .bb-inner,
  body.i2-home-v2 .i2-v2-section--products > .bb-inner,
  body.i2-home-v2 .i2-v2-section--work > .bb-inner {
    padding: 6rem 0 !important;
  }

  .i2-home-v2 .i2-v2-section-title .title {
    font-size: clamp(2.2rem, 11vw, 3.6rem) !important;
  }

  .i2-home-v2 .i2-v2-section--services .i2-v2-kicker,
  .i2-home-v2 .i2-v2-section--industries .i2-v2-kicker,
  .i2-home-v2 .i2-v2-section--products .i2-v2-kicker,
  .i2-home-v2 .i2-v2-section--work .i2-v2-kicker {
    transform: translateY(.75rem);
  }

  .i2-home-v2 .i2-v2-section-label-column {
    margin-bottom: 2.25rem;
  }

  .i2-home-v2 .i2-v2-section--products .i2-v2-section-label-column {
    margin-bottom: 2.25rem;
  }

  .i2-home-v2 .i2-v2-section-title-column {
    margin-bottom: 1rem;
  }

  .i2-home-v2 .i2-v2-section-aside-column {
    margin-bottom: 3rem;
  }

  .i2-home-v2 .i2-v2-capability {
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
    padding: .875rem;
    border-radius: 1rem;
  }

  .i2-home-v2 .i2-v2-capability__field {
    min-height: 0;
    margin: .75rem 0;
    border-radius: .8rem;
  }

  .i2-home-v2 .i2-v2-capability__copy {
    top: 5%;
    right: 5%;
    left: 5%;
    max-width: 84%;
  }

  .i2-home-v2 .i2-v2-capability__title {
    font-size: 1.1rem;
  }

  .i2-home-v2 .i2-v2-capability__description {
    margin-top: .4rem;
    font-size: .6875rem;
    line-height: 1.4;
  }

  .i2-home-v2 .i2-v2-capability__image-frame {
    right: 4%;
    bottom: 4%;
    left: 4%;
    height: 58%;
    border-radius: .75rem;
  }

  .i2-home-v2 .i2-v2-capability__signal {
    top: 35%;
    right: 2.5%;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: .75rem;
  }

  .i2-home-v2 .i2-v2-capability__trace {
    top: 43%;
    right: 11%;
    width: 23%;
  }

  .i2-home-v2 .i2-v2-services-art {
    margin-bottom: 1.5rem;
  }

  .i2-home-v2 .i2-v2-service-row__button {
    min-height: 7rem;
    grid-template-columns: 2rem 1fr 2.5rem;
    gap: .75rem;
  }

  .i2-home-v2 .i2-v2-service-row__button .views-field-title {
    font-size: clamp(1.7rem, 8vw, 2.5rem);
  }

  .i2-home-v2 .i2-v2-service-row.is-active .i2-v2-service-row__detail {
    min-height: 0;
    padding: 0 0 1.5rem;
  }

  .i2-home-v2 .i2-v2-services-view .item:nth-child(n) {
    min-height: 0;
  }

  .i2-home-v2 .i2-v2-service-row__detail {
    grid-template-columns: 2rem minmax(0, 1fr);
    column-gap: .75rem;
    row-gap: .875rem;
  }

  .i2-home-v2 .i2-v2-service-row__divider,
  .i2-home-v2 .i2-v2-service-row__detail .views-field-body,
  .i2-home-v2 .i2-v2-service-row__detail .views-field-view-node {
    grid-column: 2;
  }

  .i2-home-v2 .i2-v2-service-row__detail .views-field-view-node {
    justify-self: start;
  }

  .i2-home-v2 .i2-v2-industries-view .view-content-wrap {
    grid-template-columns: 1fr;
  }

  .i2-home-v2 .i2-v2-industries-view .view-content-wrap > .item {
    min-height: 23rem;
    grid-template-columns: 2rem 1fr auto;
    gap: 1rem;
  }

  .i2-home-v2 .i2-v2-product {
    min-height: 40.73rem;
  }

  .i2-home-v2 .i2-v2-product__art {
    height: 20rem;
  }

  .i2-home-v2 .i2-v2-section--work .portfolio-images {
    min-height: 0;
    height: auto;
  }

  body.i2-home-v2 .i2-v2-section--work .isotope-items {
    display: block !important;
  }

  .i2-home-v2 .i2-v2-section--work .isotope-items > div:nth-child(n) {
    margin-bottom: 5rem;
  }

  .i2-home-v2 .i2-v2-section--work .isotope-items > div:nth-child(n) {
    min-height: 0;
  }

  .i2-home-v2 .i2-v2-button--work {
    margin-bottom: 0 !important;
    font-size: 1rem;
    line-height: 1.55;
  }

  body.i2-home-v2 .i2-v2-section--cta > .bb-inner {
    padding: 7rem 0 !important;
  }

  .i2-home-v2 .i2-v2-cta-heading .title {
    font-size: clamp(3rem, 14vw, 5rem) !important;
  }

  .i2-home-v2 .i2-v2-cta-actions,
  .i2-home-v2 .i2-v2-cta-actions .column-inner,
  .i2-home-v2 .i2-v2-cta-actions .column-content-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .i2-home-v2 .i2-v2-button--cta {
    min-width: 0;
    min-height: 4.96rem;
    width: 100%;
  }

  .i2-home-v2 .i2-v2-footer__top {
    align-items: flex-start;
    flex-direction: column;
    gap: 2.5rem;
  }

  .i2-home-v2 .i2-v2-footer__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .i2-home-v2 .i2-v2-footer__bottom {
    gap: 1.25rem;
  }

  .i2-home-v2 .i2-v2-section--partners .row-wrapper > .gsc-column {
    min-width: 0;
  }

  .i2-home-v2 .i2-v2-section--partners .i2-v2-partners-label-column {
    margin-bottom: 1.5rem;
  }

  .i2-home-v2 .i2-v2-section--partners .i2-v2-partners-title-column {
    margin-bottom: 2.5rem;
  }

  body.i2-home-v2 .i2-v2-section--partners .i2-v2-partners-list {
    width: 100vw !important;
    min-width: 100vw;
    margin-left: -1.25rem;
  }

  .i2-home-v2 .i2-v2-section--partners .i2-v2-section-title .title .line > span {
    max-width: 16.667rem;
    white-space: normal;
  }

  .i2-home-v2 .i2-v2-section--partners .i2-v2-section-title .title > span[aria-hidden="true"] > span {
    max-width: 16.667rem;
    white-space: normal;
  }

  body.i2-home-v2 .i2-v2-section--footer > .bb-inner {
    padding: 0 !important;
  }

  .i2-home-v2 .i2-v2-footer__top button {
    height: 2.75rem;
    min-height: 2.75rem;
    margin: 0 !important;
    padding: 0 !important;
  }

  .i2-home-v2 .i2-v2-footer__grid > div {
    line-height: 1.55;
  }
}

@media (prefers-reduced-motion: reduce) {
  .i2-home-v2 .i2-v2-capability__media-panel,
  .i2-home-v2 .i2-v2-capability__image-frame,
  .i2-home-v2 .i2-v2-capability__signal,
  .i2-home-v2 .i2-v2-capability__trace,
  .i2-home-v2 .i2-v2-capability__copy {
    transition-duration: .01ms !important;
    will-change: auto;
  }
}

@media (hover: none), (pointer: coarse) {
  .i2-home-v2 .i2-v2-section--work .portfolio-images {
    cursor: auto;
  }

  .i2-home-v2 .i2-v2-section--work .portfolio-images::after {
    opacity: 1;
  }

  .i2-home-v2 .i2-v2-section--work .portfolio-hover.i2-v2-work-overlay {
    min-height: 58%;
    padding: 1.15rem;
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important;
  }

  .i2-home-v2 .i2-v2-section--work .i2-v2-work-overlay .desc {
    font-size: .8125rem;
    -webkit-line-clamp: 2;
  }

  .i2-home-v2 .i2-v2-work-orbit {
    width: 3.5rem;
    height: 3.5rem;
  }

  .i2-home-v2 .i2-v2-work-overlay__label {
    display: none;
  }

}

@media (prefers-reduced-motion: reduce) {
  body.i2-home-v2 *,
  body.i2-home-v2 *::before,
  body.i2-home-v2 *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* Highest-priority delivery overrides. These intentionally live at EOF so
   legacy Page Builder theme rules cannot flatten the new compositions. */
.i2-home-v2 .i2-v2-product.has-product-concept {
  overflow: visible;
}

.i2-home-v2 .i2-v2-product.has-product-concept .i2-v2-product__art {
  overflow: visible;
  background: transparent;
  isolation: visible;
}

.i2-home-v2 .i2-v2-product.has-product-concept .i2-v2-product__concept {
  transform: scale(1);
}

.i2-home-v2 .i2-v2-parallax--about .i2-v2-parallax__piece--growth {
  z-index: 0;
  top: 18%;
  left: 3%;
  width: 101%;
  height: 34%;
  border-radius: 999px 2.5rem 2.5rem 999px;
  background: #6554c7;
  box-shadow: 0 2rem 7rem rgba(101, 84, 199, .22);
  transform-origin: left center;
}

@media (min-width: 992px) {
  body.i2-home-v2 .i2-v2-section--work.i2-v2-work-story > .bb-inner {
    align-items: flex-start;
    padding-block: clamp(2.5rem, 4.2vh, 3.75rem) !important;
  }

  .i2-home-v2 .i2-v2-section--work.i2-v2-work-story .i2-v2-section-label-column,
  .i2-home-v2 .i2-v2-section--work.i2-v2-work-story .i2-v2-section-title-column,
  .i2-home-v2 .i2-v2-section--work.i2-v2-work-story .i2-v2-work-link {
    margin-bottom: clamp(1.5rem, 3vh, 2.5rem);
  }

  .i2-home-v2 .i2-v2-section--work.i2-v2-work-story .i2-v2-work-list {
    margin-top: 0;
  }

  body.i2-home-v2 .i2-v2-section--work .i2-v2-work-track > div {
    flex-basis: min(58vw, 50rem) !important;
    width: min(58vw, 50rem) !important;
  }

  .i2-home-v2 .i2-v2-section--work.i2-v2-work-story .portfolio-content {
    position: relative;
    display: block;
    min-height: 0;
    height: auto;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .i2-home-v2 .i2-v2-section--work.i2-v2-work-story .portfolio-images {
    min-height: 0;
    height: auto;
    aspect-ratio: 15 / 8;
    border-radius: 1.6rem;
  }

  .i2-home-v2 .i2-v2-section--work.i2-v2-work-story .portfolio-images img {
    min-height: 0;
    height: 100% !important;
  }

  .i2-home-v2 .i2-v2-section--work.i2-v2-work-story .content-inner {
    position: absolute !important;
    z-index: 5;
    top: clamp(1rem, 2vw, 1.5rem);
    left: clamp(1rem, 2vw, 1.5rem);
    display: block;
    width: min(78%, 35rem) !important;
    height: auto !important;
    padding: 0 !important;
    pointer-events: none;
  }

  .i2-home-v2 .i2-v2-section--work.i2-v2-work-story .content-inner::before {
    display: none;
  }

  .i2-home-v2 .i2-v2-section--work.i2-v2-work-story .portfolio-information {
    padding: .9rem 1rem 1rem;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 1rem;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 .8rem 2rem rgba(16, 32, 59, .11);
    backdrop-filter: blur(.8rem);
    pointer-events: auto;
  }

  .i2-home-v2 .i2-v2-section--work.i2-v2-work-story .portfolio-information .title a {
    font-size: clamp(1.35rem, 2vw, 2rem);
    line-height: 1.06;
  }
}

@media (max-width: 991px) {
  .i2-home-v2 .i2-v2-product.has-product-concept {
    overflow: hidden;
  }

  .i2-home-v2 .i2-v2-product__breakouts {
    display: none;
  }

  .i2-home-v2 .i2-v2-section--work .row-wrapper,
  .i2-home-v2 .i2-v2-section--partners .row-wrapper,
  .i2-home-v2 .i2-v2-section--work .row-wrapper > .gsc-column,
  .i2-home-v2 .i2-v2-section--partners .row-wrapper > .gsc-column {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .i2-home-v2 .i2-v2-section--work .i2-v2-work-list,
  .i2-home-v2 .i2-v2-section--partners .i2-v2-partners-list {
    width: 100% !important;
    min-width: 0;
    max-width: 100%;
    margin-left: 0;
    overflow: hidden;
  }

  body.i2-home-v2 .i2-v2-section--work .i2-v2-work-track {
    width: 100% !important;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  .i2-home-v2 .i2-v2-marquee {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
  }
}

@media (prefers-reduced-motion: reduce) {
  .i2-home-v2 .i2-v2-parallax--about .i2-v2-parallax__piece--growth {
    opacity: .1 !important;
    transform: rotate(-3deg) scaleX(1) scaleY(1) !important;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  body.i2-home-v2 .i2-v2-section--work.i2-v2-work-story {
    min-height: 0;
    height: auto !important;
    overflow: visible;
  }

  body.i2-home-v2 .i2-v2-section--work.i2-v2-work-story > .bb-inner {
    position: static;
    min-height: 0;
  }

  body.i2-home-v2 .i2-v2-section--work .i2-v2-work-track {
    width: auto !important;
    overflow-x: auto;
    scroll-padding-inline: max(2rem, 6.5vw);
    scroll-snap-type: x mandatory;
  }

  body.i2-home-v2 .i2-v2-section--work .i2-v2-work-track > div {
    scroll-snap-align: start;
  }
}

/* Motion refinement: the About section opens through a circular aperture,
   work cards keep their captions in the reading flow, and product artwork
   uses one crisp generated asset family. */
body.i2-home-v2 .i2-v2-section--about {
  background: #fff;
}

body.i2-home-v2 .i2-v2-section--about::after {
  display: none;
}

.i2-home-v2 .i2-v2-parallax--about {
  z-index: 0;
  overflow: hidden;
}

.i2-home-v2 .i2-v2-parallax--about .i2-v2-parallax__piece--growth {
  z-index: 0;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: var(--v2-cloud);
  box-shadow: none;
  clip-path: circle(1.5% at 50% 100%);
  inset: 0;
  transform: none;
  transform-origin: center bottom;
  will-change: clip-path;
}

.i2-home-v2 .i2-v2-parallax--about .i2-v2-parallax__piece--growth::after {
  display: none;
}

.i2-home-v2 .i2-v2-product.has-product-concept .i2-v2-product__art {
  height: auto;
  aspect-ratio: 1;
  border-radius: clamp(1rem, 1.5vw, 1.5rem);
  background: #fff;
}

.i2-home-v2 .i2-v2-product__concept-frame {
  border: 0;
  border-radius: inherit;
  background: #fff;
  box-shadow: none;
}

.i2-home-v2 .i2-v2-product__concept {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.i2-home-v2 .i2-v2-product__breakout {
  width: clamp(4.5rem, 5.6vw, 6rem);
  height: auto;
  aspect-ratio: 1;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  box-shadow: 0 1rem 2.5rem rgba(16, 32, 59, .16);
  object-fit: contain;
  opacity: 0;
  transform: translate3d(0, 0, 0) rotate(0) scale(.72);
}

.i2-home-v2 .i2-v2-product__breakout--slot-1 {
  --i2-breakout-x: -1.25rem;
  --i2-breakout-y: -1.15rem;
  --i2-breakout-r: -8deg;
  top: 4%;
  left: 8%;
}

.i2-home-v2 .i2-v2-product__breakout--slot-2 {
  --i2-breakout-x: 1.35rem;
  --i2-breakout-y: -.2rem;
  --i2-breakout-r: 9deg;
  top: 38%;
  right: -1rem;
  left: auto;
}

.i2-home-v2 .i2-v2-product__breakout--slot-3 {
  --i2-breakout-x: .5rem;
  --i2-breakout-y: 1.2rem;
  --i2-breakout-r: -6deg;
  right: 18%;
  bottom: -1rem;
  left: auto;
}

@media (min-width: 992px) {
  body.i2-home-v2 .i2-v2-section--work.i2-v2-work-story > .bb-inner {
    padding-block: clamp(2.25rem, 3.5vh, 3rem) !important;
  }

  .i2-home-v2 .i2-v2-section--work.i2-v2-work-story .i2-v2-section-label-column,
  .i2-home-v2 .i2-v2-section--work.i2-v2-work-story .i2-v2-section-title-column,
  .i2-home-v2 .i2-v2-section--work.i2-v2-work-story .i2-v2-work-link {
    margin-bottom: clamp(1.1rem, 2vh, 1.6rem);
  }

  body.i2-home-v2 .i2-v2-section--work .i2-v2-work-track > div {
    flex-basis: min(52vw, 46rem) !important;
    width: min(52vw, 46rem) !important;
  }

  .i2-home-v2 .i2-v2-section--work.i2-v2-work-story .portfolio-images {
    aspect-ratio: 16 / 8.7;
  }

  .i2-home-v2 .i2-v2-section--work.i2-v2-work-story .content-inner {
    position: static !important;
    display: block;
    width: 100% !important;
    height: auto !important;
    padding: 1.15rem .15rem 0 !important;
    pointer-events: auto;
  }

  .i2-home-v2 .i2-v2-section--work.i2-v2-work-story .portfolio-information {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .i2-home-v2 .i2-v2-section--work.i2-v2-work-story .portfolio-information .title {
    max-width: 35rem;
    margin: 0;
  }

  .i2-home-v2 .i2-v2-section--work.i2-v2-work-story .portfolio-information .title a {
    color: var(--v2-ink);
    font-size: clamp(1.55rem, 2vw, 2.1rem);
    line-height: 1.08;
    text-decoration: none;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .i2-home-v2 .i2-v2-product {
    min-height: 38rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .i2-home-v2 .i2-v2-product.has-product-concept {
    overflow: visible;
  }

  .i2-home-v2 .i2-v2-product__breakouts {
    display: block;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.i2-home-v2 .i2-v2-section--about {
    background: var(--v2-cloud);
  }

  .i2-home-v2 .i2-v2-parallax--about .i2-v2-parallax__piece--growth {
    display: none;
  }

  .i2-home-v2 .i2-v2-section--about .bb-container {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Centered hero composition with independently animated decorative assets. */
.i2-home-v2 .i2-v2-hero-copy--centered {
  position: relative;
  display: flex;
  min-height: clamp(34rem, 52vw, 44rem);
  align-items: center;
  justify-content: center;
  text-align: center;
}

.i2-home-v2 .i2-v2-hero-copy--centered > .column-inner,
.i2-home-v2 .i2-v2-hero-copy--centered > .column-inner > .column-content-inner {
  width: 100%;
}

.i2-home-v2 .i2-v2-hero-heading--centered,
.i2-home-v2 .i2-v2-hero-actions-wrap--centered {
  position: relative;
  z-index: 2;
}

.i2-home-v2 .i2-v2-hero-heading--centered .sub-title {
  justify-content: center;
}

.i2-home-v2 .i2-v2-hero-heading--centered .title {
  max-width: 70rem !important;
  margin-inline: auto !important;
}

.i2-home-v2 .i2-v2-hero-heading--centered .title .i2-v2-hero-line {
  margin-inline: auto;
}

.i2-home-v2 .i2-v2-hero-heading--centered .title .i2-v2-hero-line__inner {
  transform-origin: center;
}

.i2-home-v2 .i2-v2-hero-heading--centered .title-desc {
  max-width: 50rem;
  margin-inline: auto;
}

.i2-home-v2 .i2-v2-hero-actions-wrap--centered .i2-v2-hero-actions {
  justify-content: center;
}

.i2-home-v2 .i2-v2-hero-decor-wrap {
  position: absolute;
  z-index: 1;
  overflow: visible;
  pointer-events: none;
  inset: 0;
}

.i2-home-v2 .i2-v2-hero-decor,
.i2-home-v2 .i2-v2-hero-decor-wrap > div {
  position: absolute;
  overflow: visible;
  inset: 0;
}

.i2-home-v2 .i2-v2-hero-decor img {
  position: absolute;
  display: block;
  height: auto;
  user-select: none;
  will-change: transform;
}

.i2-home-v2 .i2-v2-hero-decor__ribbon {
  bottom: -4%;
  left: -8%;
  width: clamp(25rem, 51vw, 53rem);
  opacity: .2;
}

.i2-home-v2 .i2-v2-hero-decor__bloom {
  top: 4%;
  right: -1%;
  width: clamp(11rem, 18vw, 19rem);
  opacity: .38;
}

/* Configurable Page Builder FAQ accordion. */
body.i2-home-v2 .i2-v2-section--faq {
  overflow: hidden;
  border-radius: clamp(2rem, 4vw, 4rem);
  background:
    radial-gradient(circle at 9% 14%, rgba(184, 222, 167, .36), transparent 24rem),
    var(--v2-cloud);
}

body.i2-home-v2 .i2-v2-section--faq > .bb-inner {
  padding-block: clamp(6rem, 10vw, 10rem) !important;
}

.i2-home-v2 .i2-v2-faq-label-column {
  grid-column: 1 / 4;
}

.i2-home-v2 .i2-v2-faq-title-column,
.i2-home-v2 .i2-v2-faq-list {
  grid-column: 4 / 13;
}

.i2-home-v2 .i2-v2-faq-title-column {
  margin-bottom: clamp(3rem, 6vw, 6rem);
}

.i2-home-v2 .i2-v2-faq-heading .title {
  max-width: 54rem;
}

.i2-home-v2 .i2-v2-faq-heading .title-desc {
  max-width: 44rem;
  margin-top: 1.5rem;
  color: var(--v2-muted) !important;
  font-size: clamp(1rem, 1.35vw, 1.2rem) !important;
  line-height: 1.6 !important;
}

.i2-home-v2 .i2-v2-section--faq .panel-group {
  margin: 0;
}

.i2-home-v2 .i2-v2-section--faq .panel {
  margin: 0;
  border: 0;
  border-top: 1px solid rgba(17, 27, 46, .18);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.i2-home-v2 .i2-v2-section--faq .panel:last-child {
  border-bottom: 1px solid rgba(17, 27, 46, .18);
}

.i2-home-v2 .i2-v2-section--faq .panel-heading {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.i2-home-v2 .i2-v2-section--faq .panel-title {
  margin: 0;
}

.i2-home-v2 .i2-v2-section--faq .panel-title > a {
  position: relative;
  display: flex;
  min-height: 6.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.6rem 5rem 1.6rem 0;
  color: var(--v2-ink);
  font-family: var(--v2-display);
  font-size: clamp(1.45rem, 2.2vw, 2.35rem);
  font-weight: 520;
  letter-spacing: -.04em;
  line-height: 1.12;
  text-decoration: none;
}

.i2-home-v2 .i2-v2-section--faq .panel-title > a::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border: 1px solid rgba(48, 73, 153, .25);
  border-radius: 50%;
  color: var(--v2-blue);
  content: "−";
  font-family: sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  transform: translateY(-50%) rotate(0);
  transition:
    border-color .3s ease,
    color .3s ease,
    transform .4s var(--v2-ease);
}

.i2-home-v2 .i2-v2-section--faq .panel-title > a.collapsed::after {
  content: "+";
  transform: translateY(-50%) rotate(90deg);
}

.i2-home-v2 .i2-v2-section--faq .panel-title > a:hover::after,
.i2-home-v2 .i2-v2-section--faq .panel-title > a:focus-visible::after {
  border-color: var(--v2-green);
  color: var(--v2-green);
}

.i2-home-v2 .i2-v2-section--faq .panel-collapse {
  border: 0;
}

.i2-home-v2 .i2-v2-section--faq .panel-body {
  max-width: 55rem;
  padding: 0 5rem 2rem 0;
  border: 0;
  color: var(--v2-muted);
  font-size: clamp(.95rem, 1.2vw, 1.08rem);
  line-height: 1.72;
}

/*
 * Desktop FAQ story.
 * The Page Builder accordion remains semantic and editable; this layer only
 * composes its existing panels into a scroll-led reading sequence.
 */
@media (min-width: 992px) and (prefers-reduced-motion: no-preference) {
  body.i2-home-v2 .i2-v2-section--faq.i2-v2-faq-story {
    --i2-v2-faq-progress: 0;
    border-radius: 0;
    background:
      radial-gradient(circle at 7% 16%, rgba(184, 222, 167, .46), transparent 25rem),
      linear-gradient(115deg, rgba(238, 242, 245, .94), #fff 72%);
  }

  body.i2-home-v2 .i2-v2-faq-story > .bb-inner {
    position: relative;
    display: flex;
    min-height: calc(100svh - var(--i2-sticky-offset, 76px) - 1.5rem);
    align-items: center;
    padding-block: clamp(1rem, 1.5vw, 1.5rem) !important;
  }

  .i2-home-v2 .i2-v2-faq-story > .bb-inner::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: .25rem;
    background:
      linear-gradient(
        90deg,
        var(--v2-green) 0 calc(var(--i2-v2-faq-progress) * 100%),
        rgba(48, 73, 153, .12) calc(var(--i2-v2-faq-progress) * 100%) 100%
      );
    content: "";
    pointer-events: none;
  }

  .i2-home-v2 .i2-v2-faq-story .i2-v2-faq-label-column {
    flex: 0 0 20%;
    max-width: 20%;
    align-self: start;
    margin-bottom: 0;
  }

  .i2-home-v2 .i2-v2-faq-story .i2-v2-faq-title-column {
    flex: 0 0 32%;
    max-width: 32%;
    align-self: start;
    margin-bottom: 0;
    padding-right: clamp(1.5rem, 3vw, 3.5rem);
  }

  .i2-home-v2 .i2-v2-faq-story .i2-v2-faq-list {
    position: relative;
    flex: 0 0 48%;
    max-width: 48%;
    align-self: center;
    padding-top: 2.5rem;
  }

  .i2-home-v2 .i2-v2-faq-story__status {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: grid;
    grid-template-columns: auto minmax(3rem, 1fr) auto;
    align-items: center;
    gap: .85rem;
    color: var(--v2-muted);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .12em;
  }

  .i2-home-v2 .i2-v2-faq-story__status i {
    height: 1px;
    background: rgba(48, 73, 153, .22);
  }

  .i2-home-v2 .i2-v2-faq-story .panel {
    padding: 0;
    transition:
      border-color .35s ease,
      opacity .35s ease;
  }

  .i2-home-v2 .i2-v2-faq-story .panel:not(.is-scroll-active) {
    opacity: .58;
  }

  .i2-home-v2 .i2-v2-faq-story .panel.is-scroll-active {
    border-top-color: var(--v2-green);
    opacity: 1;
  }

  .i2-home-v2 .i2-v2-faq-story .panel-title > a {
    min-height: 3.35rem;
    padding: .7rem 3.5rem .7rem 0;
    font-size: clamp(.9rem, 1.1vw, 1.05rem);
    line-height: 1.24;
    transition:
      color .35s ease,
      transform .45s var(--v2-ease);
  }

  .i2-home-v2 .i2-v2-faq-story .panel.is-scroll-active .panel-title > a {
    min-height: 4rem;
    color: var(--v2-blue);
    font-size: clamp(1.1rem, 1.35vw, 1.3rem);
    transform: translateX(.4rem);
  }

  .i2-home-v2 .i2-v2-faq-story .panel-title > a::after {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.1rem;
  }

  .i2-home-v2 .i2-v2-faq-story .panel-collapse {
    display: block !important;
    border: 0;
    visibility: hidden;
  }

  .i2-home-v2 .i2-v2-faq-story .panel-body {
    padding: 0 4rem 1.35rem 0;
    font-size: clamp(.9rem, 1.05vw, 1rem);
    line-height: 1.55;
  }
}

@media (max-width: 991px) {
  .i2-home-v2 .i2-v2-hero-copy--centered {
    min-height: clamp(38rem, 82vw, 48rem);
  }

  .i2-home-v2 .i2-v2-hero-decor__ribbon {
    bottom: 3%;
    left: -20%;
    width: 78vw;
  }

  .i2-home-v2 .i2-v2-hero-decor__bloom {
    top: 9%;
    right: -8%;
    width: 26vw;
  }

  .i2-home-v2 .i2-v2-faq-label-column,
  .i2-home-v2 .i2-v2-faq-title-column,
  .i2-home-v2 .i2-v2-faq-list {
    grid-column: 1;
  }

  .i2-home-v2 .i2-v2-faq-label-column {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .i2-home-v2 .i2-v2-hero-copy--centered {
    min-height: 42rem;
    align-items: flex-start;
    padding-top: 2rem;
  }

  .i2-home-v2 .i2-v2-hero-actions-wrap--centered .i2-v2-hero-actions {
    align-items: center;
  }

  .i2-home-v2 .i2-v2-hero-decor__ribbon {
    bottom: 7%;
    left: -36%;
    width: 108vw;
    opacity: .18;
  }

  .i2-home-v2 .i2-v2-hero-decor__bloom {
    top: 3%;
    right: -18%;
    width: 42vw;
    opacity: .28;
  }

  .i2-home-v2 .i2-v2-section--faq .panel-title > a {
    min-height: 5.5rem;
    padding-right: 4rem;
    font-size: clamp(1.3rem, 6vw, 1.75rem);
  }

  .i2-home-v2 .i2-v2-section--faq .panel-body {
    padding-right: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .i2-home-v2 .i2-v2-hero-decor img {
    transform: none !important;
  }
}

/*
 * Products use one predictable responsive grid:
 * three cards on desktop, two on tablet, and one on mobile.
 * Page Builder places the two heading columns before the three product columns,
 * so the product selectors intentionally begin at nth-of-type(3).
 */
.i2-home-v2 .i2-v2-section--products .i2-v2-product-column {
  width: 100% !important;
  transform: none !important;
}

@media (min-width: 1200px) {
  .i2-home-v2 .i2-v2-section--products .i2-v2-product-column:nth-of-type(3),
  .i2-home-v2 .i2-v2-section--products .i2-v2-product-column:nth-of-type(4),
  .i2-home-v2 .i2-v2-section--products .i2-v2-product-column:nth-of-type(5) {
    grid-column: span 4;
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .i2-home-v2 .i2-v2-section--products .row-wrapper {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .i2-home-v2 .i2-v2-section--products .i2-v2-section-label-column {
    grid-column: 1 / 4 !important;
  }

  .i2-home-v2 .i2-v2-section--products .i2-v2-products-title-column {
    grid-column: 4 / 13 !important;
  }

  .i2-home-v2 .i2-v2-section--products .i2-v2-product-column:nth-of-type(3) {
    grid-column: 1 / 7 !important;
    margin-top: 0;
  }

  .i2-home-v2 .i2-v2-section--products .i2-v2-product-column:nth-of-type(4) {
    grid-column: 7 / 13 !important;
    margin-top: 0;
  }

  .i2-home-v2 .i2-v2-section--products .i2-v2-product-column:nth-of-type(5) {
    grid-column: 1 / 7 !important;
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  .i2-home-v2 .i2-v2-section--products .i2-v2-product-column:nth-of-type(3),
  .i2-home-v2 .i2-v2-section--products .i2-v2-product-column:nth-of-type(4),
  .i2-home-v2 .i2-v2-section--products .i2-v2-product-column:nth-of-type(5) {
    grid-column: 1 !important;
  }
}

/*
 * Selected Work vertical rhythm.
 * Reallocate the pinned stage's generous lower breathing room above the cards
 * so the editorial heading and the horizontal gallery do not visually collide.
 */
@media (min-width: 992px) {
  .i2-home-v2 .i2-v2-section--work.i2-v2-work-story .i2-v2-section-label-column,
  .i2-home-v2 .i2-v2-section--work.i2-v2-work-story .i2-v2-section-title-column,
  .i2-home-v2 .i2-v2-section--work.i2-v2-work-story .i2-v2-work-link {
    margin-bottom: clamp(2.75rem, 5.5vh, 3.5rem);
  }
}

/*
 * Mobile rhythm system.
 * Keep interactive stages stable, let content cards size to their copy, and
 * use one section inset so consecutive sections do not double large gutters.
 */
@media (max-width: 767px) {
  body.i2-home-v2 {
    --i2-v2-mobile-section-space: 3.5rem;
  }

  body.i2-home-v2 .i2-v2-section--about > .bb-inner,
  body.i2-home-v2 .i2-v2-section--services > .bb-inner,
  body.i2-home-v2 .i2-v2-section--industries > .bb-inner,
  body.i2-home-v2 .i2-v2-section--products > .bb-inner,
  body.i2-home-v2 .i2-v2-section--work > .bb-inner,
  body.i2-home-v2 .i2-v2-section--partners > .bb-inner,
  body.i2-home-v2 .i2-v2-section--faq > .bb-inner {
    padding-block: var(--i2-v2-mobile-section-space) !important;
  }

  .i2-home-v2 .i2-v2-section-label-column,
  .i2-home-v2 .i2-v2-section--products .i2-v2-section-label-column,
  .i2-home-v2 .i2-v2-section--partners .i2-v2-partners-label-column,
  .i2-home-v2 .i2-v2-faq-label-column {
    margin-bottom: 1.25rem;
  }

  .i2-home-v2 .i2-v2-section-title-column {
    margin-bottom: 1.5rem;
  }

  .i2-home-v2 .i2-v2-section-aside-column {
    margin-bottom: 2rem;
  }

  /*
   * On mobile the accordion directly below the visual already carries the
   * active title and description. Removing the duplicate overlay gives every
   * service the same readable stage height.
   */
  .i2-home-v2 .i2-v2-capability__field {
    height: clamp(18rem, 62vw, 20rem);
    aspect-ratio: auto;
  }

  .i2-home-v2 .i2-v2-capability__copy {
    display: none;
  }

  .i2-home-v2 .i2-v2-capability__scene {
    top: 5%;
    right: 4%;
    bottom: 5%;
    left: 4%;
    height: auto;
  }

  /* Industry cards follow their content instead of reserving a tall poster. */
  .i2-home-v2 .i2-v2-industries-view .view-content-wrap > .item {
    min-height: 0;
    grid-template-columns: 2rem minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    align-items: start;
    column-gap: .75rem;
    row-gap: 1rem;
    padding: 1.5rem;
  }

  .i2-home-v2 .i2-v2-industries-view .view-content-wrap > .item::before {
    grid-row: 1;
    grid-column: 1;
  }

  .i2-home-v2 .i2-v2-industries-view .views-field-title {
    grid-row: 1;
    grid-column: 2 / 4;
    padding-right: 2.25rem;
  }

  .i2-home-v2 .i2-v2-industries-view .views-field-body {
    grid-row: 2;
    grid-column: 2;
    margin-top: 0;
  }

  .i2-home-v2 .i2-v2-industries-view .views-field-view-node {
    grid-row: 2;
    grid-column: 3;
    align-self: end;
  }

  /*
   * Product cards retain the generated artwork but use a landscape crop and
   * natural content height, avoiding the long empty tail before the CTA.
   */
  .i2-home-v2 .i2-v2-product {
    min-height: 0;
    height: auto;
    padding: 1.5rem;
  }

  .i2-home-v2 .i2-v2-product.has-product-concept .i2-v2-product__art {
    height: auto;
    aspect-ratio: 4 / 3;
    margin: 1.75rem 0 1.5rem;
  }

  .i2-home-v2 .i2-v2-product p {
    margin-bottom: 1.5rem;
  }

  .i2-home-v2 .i2-v2-product > a {
    margin-top: 0;
  }

  .i2-home-v2 .i2-v2-work-link {
    margin-bottom: 2rem;
  }

  .i2-home-v2 .i2-v2-section--work .isotope-items > div:nth-child(n) {
    margin-bottom: 2rem;
  }
}

/*
 * Desktop hero entry rhythm.
 * Keep a deliberate pause below the site header without allowing the
 * vertically centred hero canvas to create an oversized empty band.
 */
@media (min-width: 992px) {
  body.i2-home-v2 .i2-v2-section--hero > .bb-inner {
    padding-top: clamp(3.75rem, 5.5vw, 5.5rem) !important;
  }

  .i2-home-v2 .i2-v2-hero-copy--centered {
    min-height: clamp(34rem, 48vw, 42rem);
  }
}

/*
 * Cinematic hero owns its viewport rhythm. It must not inherit the legacy
 * centred-hero spacer above, otherwise the pinned scene begins with empty sky.
 */
body.i2-home-v2 .i2-v2-section--hero.i2-v2-hero-cinematic > .bb-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.i2-home-v2 .i2-v2-section--about.i2-v2-about--integrated > .bb-inner {
  padding-top: clamp(2.5rem, 5vw, 5rem) !important;
}

@media (max-width: 767px) {
  body.i2-home-v2 .i2-v2-section--about.i2-v2-about--integrated > .bb-inner {
    padding-top: 1.5rem !important;
  }
}

/*
 * Responsive density and cinematic-opening correction.
 *
 * These rules intentionally sit last: the Page Builder stylesheet contains
 * legacy poster proportions and desktop card minimums that are unsuitable
 * for the compact tablet/mobile reading flow.
 */
body.i2-home-v2 .i2-v2-section--hero.i2-v2-hero-cinematic,
.i2-home-v2 .i2-v2-cinematic {
  background: #fff;
}

/*
 * Its editable introduction columns have already been moved into the
 * cinematic handoff. Keep the original Page Builder section as a compact
 * continuation because its two proof cards remain editable configuration.
 */
body.i2-home-v2 .i2-v2-section--about.i2-v2-about--merged {
  display: block !important;
  border-radius: 0;
}

body.i2-home-v2 .i2-v2-section--about.i2-v2-about--merged > .bb-inner {
  padding: 0 0 clamp(4rem, 7vw, 7rem) !important;
}

body.i2-home-v2 .i2-v2-section--about.i2-v2-about--merged .row-wrapper {
  row-gap: 1.5rem;
}

body.i2-home-v2 .i2-v2-section--about.i2-v2-about--merged .i2-v2-proof-column {
  margin-top: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  /*
   * The integrated About handoff only needs enough room for its editable
   * content. The previous 90% floor left a large empty lower half on iPad.
   */
  .i2-home-v2 .i2-v2-cinematic__handoff {
    min-height: 66%;
    padding: 2rem 2.25rem 2.75rem;
  }

  .i2-home-v2 .i2-v2-cinematic__handoff-line {
    bottom: 1.5rem;
  }

  body.i2-home-v2 .i2-v2-section--services > .bb-inner,
  body.i2-home-v2 .i2-v2-section--industries > .bb-inner,
  body.i2-home-v2 .i2-v2-section--products > .bb-inner,
  body.i2-home-v2 .i2-v2-section--work > .bb-inner {
    padding-block: 3.75rem !important;
  }

  .i2-home-v2 .i2-v2-capability__field {
    height: clamp(21rem, 40vw, 23rem);
    min-height: 0;
    aspect-ratio: auto;
  }

  .i2-home-v2 .i2-v2-capability__scene {
    top: 4%;
    right: 4%;
    bottom: 4%;
    left: 4%;
    height: auto;
  }

  .i2-home-v2 .i2-v2-service-row__button {
    min-height: 5.25rem;
    padding-block: 1rem;
  }

  .i2-home-v2 .i2-v2-industries-view .view-content-wrap > .item {
    min-height: 12rem;
    padding: 1.25rem;
  }

  .i2-home-v2 .i2-v2-product {
    min-height: 0;
    height: auto;
    padding: 1.1rem;
  }

  .i2-home-v2 .i2-v2-product.has-product-concept .i2-v2-product__art {
    height: auto;
    aspect-ratio: 2 / 1;
    margin: 1.1rem 0 .9rem;
  }

  .i2-home-v2 .i2-v2-product p {
    min-height: 0;
    margin: .65rem 0 .9rem;
  }

  .i2-home-v2 .i2-v2-product > a {
    margin-top: .5rem;
  }
}

@media (max-width: 767px) {
  body.i2-home-v2 {
    --i2-v2-mobile-section-space: 3.5rem;
  }

  .i2-home-v2 .i2-v2-cinematic__handoff {
    min-height: 86%;
    padding: 1.75rem 1.25rem 2.75rem;
  }

  .i2-home-v2 .i2-v2-cinematic__handoff-line {
    right: 1.25rem;
    bottom: 1.35rem;
    left: 1.25rem;
  }

  body.i2-home-v2 .i2-v2-section--services > .bb-inner,
  body.i2-home-v2 .i2-v2-section--industries > .bb-inner,
  body.i2-home-v2 .i2-v2-section--products > .bb-inner,
  body.i2-home-v2 .i2-v2-section--work > .bb-inner {
    padding-block: 3rem !important;
  }

  .i2-home-v2 .i2-v2-capability__field {
    height: clamp(17rem, 66vw, 19rem);
    min-height: 0;
    aspect-ratio: auto;
  }

  .i2-home-v2 .i2-v2-service-row__button {
    min-height: 4.75rem;
    padding-block: .875rem;
  }

  .i2-home-v2 .i2-v2-service-row.is-active .i2-v2-service-row__detail {
    padding-bottom: 1.1rem;
  }

  .i2-home-v2 .i2-v2-industries-view .view-content-wrap > .item {
    min-height: 0;
    padding: 1.35rem;
  }

  .i2-home-v2 .i2-v2-product {
    min-height: 0;
    height: auto;
    padding: 1rem;
  }

  .i2-home-v2 .i2-v2-product.has-product-concept .i2-v2-product__art {
    height: auto;
    aspect-ratio: 16 / 9;
    margin: 1rem 0 .85rem;
  }

  .i2-home-v2 .i2-v2-product p {
    min-height: 0;
    margin: .65rem 0 .85rem;
  }

  .i2-home-v2 .i2-v2-product > a {
    margin-top: .25rem;
  }
}

/* -------------------------------------------------------------------------
 * Motion-safe material and ambient-light refinement.
 *
 * This layer intentionally changes visual paint only. Scroll-story geometry,
 * transforms, visibility, opacity, sticky positioning and measured spacing
 * remain owned by homepage-pagebuilder.js and the component rules above.
 * ---------------------------------------------------------------------- */

body.i2-home-v2 #about-source {
  display: none !important;
}

body.i2-home-v2 .i2-v2-section--hero.i2-v2-hero-cinematic,
.i2-home-v2 .i2-v2-cinematic {
  background:
    radial-gradient(
      circle at 82% 18%,
      rgba(184, 222, 167, .2),
      transparent 34rem
    ),
    radial-gradient(
      circle at 14% 74%,
      rgba(48, 73, 153, .1),
      transparent 38rem
    ),
    linear-gradient(135deg, #fff 12%, #f8fafc 58%, #fff 100%);
  transition: background-color .3s ease;
}

.i2-home-v2 .i2-v2-section--hero .i2-v2-button--primary {
  border: 1px solid rgba(48, 73, 153, .16) !important;
  background:
    radial-gradient(
      circle at 18% 0,
      rgba(184, 222, 167, .2),
      transparent 62%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, .72),
      rgba(238, 242, 250, .58)
    ) !important;
  color: var(--v2-ink) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .58),
    inset 0 1px 0 rgba(255, 255, 255, .88),
    0 .85rem 2.35rem rgba(48, 73, 153, .13);
  -webkit-backdrop-filter: saturate(135%) blur(18px);
  backdrop-filter: saturate(135%) blur(18px);
  transition:
    background-color .26s ease,
    border-color .26s ease,
    color .26s ease,
    box-shadow .26s ease;
}

.i2-home-v2 .i2-v2-section--hero .i2-v2-button--primary:hover,
.i2-home-v2 .i2-v2-section--hero .i2-v2-button--primary:focus-visible {
  border-color: rgba(51, 133, 8, .24) !important;
  background:
    radial-gradient(
      circle at 20% 0,
      rgba(184, 222, 167, .32),
      transparent 64%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, .78),
      rgba(239, 248, 235, .62)
    ) !important;
  color: var(--v2-blue) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .66),
    inset 0 1px 0 rgba(255, 255, 255, .92),
    0 1rem 2.5rem rgba(48, 73, 153, .15);
}

body.i2-home-v2 .i2-v2-section--about {
  background: #fbfaf7;
}

body.i2-home-v2 .i2-v2-section--services {
  background:
    radial-gradient(
      circle at 88% 10%,
      rgba(48, 73, 153, .05),
      transparent 32rem
    ),
    linear-gradient(180deg, #fff 0%, #fbfcfe 64%, #fff 100%);
}

.i2-home-v2 .i2-v2-capability {
  border-color: rgba(48, 73, 153, .13);
  background:
    radial-gradient(
      circle at 88% 8%,
      rgba(184, 222, 167, .25),
      transparent 44%
    ),
    linear-gradient(145deg, #fbfcff 0%, #edf3f8 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .76),
    0 1.75rem 5rem rgba(31, 50, 85, .11);
  transition:
    background-color .3s ease,
    border-color .3s ease,
    box-shadow .3s ease;
}

.i2-home-v2 .i2-v2-service-row__button {
  transition:
    background-color .28s ease,
    border-color .28s ease,
    color .28s ease,
    box-shadow .28s ease;
}

.i2-home-v2 .i2-v2-service-row__button:hover,
.i2-home-v2 .i2-v2-service-row__button:focus-visible {
  background-color: rgba(48, 73, 153, .035);
}

body.i2-home-v2 .i2-v2-section--industries {
  background:
    radial-gradient(
      circle at 12% 20%,
      rgba(48, 73, 153, .12),
      transparent 34rem
    ),
    radial-gradient(
      circle at 88% 74%,
      rgba(184, 222, 167, .3),
      transparent 38rem
    ),
    #e9eefc;
  transition:
    background-color .3s ease,
    border-color .3s ease,
    box-shadow .3s ease;
}

.i2-home-v2 .i2-v2-industries-view .view-content-wrap > .item {
  border-color: rgba(48, 73, 153, .12);
  background-color: rgba(255, 255, 255, .92);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .84),
    0 1.25rem 3.5rem rgba(48, 73, 153, .075);
}

.i2-home-v2 .i2-v2-product {
  border-color: rgba(48, 73, 153, .1);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .6),
    0 1.5rem 4rem rgba(17, 27, 46, .08);
}

.i2-home-v2 .i2-v2-product:hover,
.i2-home-v2 .i2-v2-product:focus-within {
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .74),
    0 2rem 4.5rem rgba(17, 27, 46, .13);
}

.i2-home-v2 .i2-v2-work-orbit {
  border-color: rgba(255, 255, 255, .3);
  background-color: rgba(255, 255, 255, .15);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .32),
    inset 0 1px 0 rgba(255, 255, 255, .42),
    0 .8rem 2rem rgba(17, 27, 46, .18);
  -webkit-backdrop-filter: saturate(130%) blur(14px);
  backdrop-filter: saturate(130%) blur(14px);
}

body.i2-home-v2 .i2-v2-section--partners {
  background:
    radial-gradient(
      circle at 52% 0,
      rgba(48, 73, 153, .045),
      transparent 34rem
    ),
    linear-gradient(180deg, #fff, #fbfcfd);
  transition:
    background-color .3s ease,
    border-color .3s ease,
    box-shadow .3s ease;
}

body.i2-home-v2 .i2-v2-section--faq,
body.i2-home-v2 .i2-v2-section--faq.i2-v2-faq-story {
  background:
    radial-gradient(
      circle at 8% 14%,
      rgba(184, 222, 167, .5),
      transparent 30rem
    ),
    radial-gradient(
      circle at 88% 78%,
      rgba(48, 73, 153, .11),
      transparent 36rem
    ),
    linear-gradient(115deg, rgba(238, 242, 245, .96), #fff 72%);
  transition:
    background-color .3s ease,
    border-color .3s ease,
    box-shadow .3s ease;
}

.i2-home-v2 .i2-v2-section--faq .panel-title > a::after {
  background-color: rgba(255, 255, 255, .5);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .68),
    inset 0 1px 0 rgba(255, 255, 255, .86),
    0 .7rem 1.8rem rgba(48, 73, 153, .09);
  -webkit-backdrop-filter: saturate(130%) blur(14px);
  backdrop-filter: saturate(130%) blur(14px);
}

.i2-home-v2 .i2-v2-section--faq .panel .panel-heading .panel-title > a.collapsed::after {
  border-color: rgba(48, 73, 153, .22);
  background-color: rgba(255, 255, 255, .5);
  color: var(--v2-blue);
}

.i2-home-v2 .i2-v2-section--faq .panel.is-scroll-active .panel-title > a::after {
  border-color: rgba(51, 133, 8, .32);
  background-color: rgba(184, 222, 167, .48);
  color: var(--v2-green);
}

.i2-home-v2 .i2-v2-section--faq .panel-title > a:hover::after,
.i2-home-v2 .i2-v2-section--faq .panel-title > a:focus-visible::after {
  border-color: rgba(51, 133, 8, .38);
  background-color: rgba(184, 222, 167, .56);
}

body.i2-home-v2 .i2-v2-section--cta {
  background:
    radial-gradient(
      circle at 78% 8%,
      rgba(184, 222, 167, .16),
      transparent 30rem
    ),
    radial-gradient(
      circle at 12% 100%,
      rgba(255, 255, 255, .09),
      transparent 36rem
    ),
    var(--v2-blue);
  transition:
    background-color .3s ease,
    border-color .3s ease,
    box-shadow .3s ease;
}

.i2-home-v2 .i2-v2-button--cta {
  border: 1px solid rgba(255, 255, 255, .34) !important;
  background:
    radial-gradient(
      circle at 18% 0,
      rgba(184, 222, 167, .18),
      transparent 62%
    ),
    rgba(255, 255, 255, .14) !important;
  color: #fff !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .2),
    inset 0 1px 0 rgba(255, 255, 255, .46),
    0 1rem 2.5rem rgba(17, 27, 46, .2);
  -webkit-backdrop-filter: saturate(130%) blur(16px);
  backdrop-filter: saturate(130%) blur(16px);
  transition:
    background-color .3s ease,
    border-color .3s ease,
    color .3s ease,
    box-shadow .3s ease;
}

.i2-home-v2 .i2-v2-button--cta:hover,
.i2-home-v2 .i2-v2-button--cta:focus-visible {
  border-color: rgba(184, 222, 167, .6) !important;
  background:
    radial-gradient(
      circle at 18% 0,
      rgba(184, 222, 167, .28),
      transparent 64%
    ),
    rgba(255, 255, 255, .19) !important;
  color: #fff !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .28),
    inset 0 1px 0 rgba(255, 255, 255, .56),
    0 1.15rem 2.75rem rgba(17, 27, 46, .24);
}

@media (prefers-reduced-transparency: reduce) {
  .i2-home-v2 .i2-v2-section--hero .i2-v2-button--primary {
    background: #eef2f5 !important;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .i2-home-v2 .i2-v2-work-orbit,
  .i2-home-v2 .i2-v2-button--cta,
  .i2-home-v2 .i2-v2-section--faq .panel-title > a::after {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

/* -------------------------------------------------------------------------
 * Responsive layout correction.
 *
 * Keep ScrollTrigger-owned geometry untouched. These overrides only bridge
 * the 992–1199 desktop-motion/tablet-layout boundary and normalise static
 * control spacing at narrow widths.
 * ---------------------------------------------------------------------- */
body.i2-home-v2 {
  --v2-page-gutter: clamp(1.25rem, 4vw, 4rem);
  --v2-content-max: 88rem;
  --v2-section-space: clamp(3.5rem, 7vw, 7rem);
  --v2-heading-copy-gap: clamp(.875rem, 1.5vw, 1.5rem);
  --v2-heading-content-gap: clamp(2rem, 4vw, 4rem);
  --v2-card-pad: clamp(1rem, 2vw, 1.5rem);
  --v2-grid-gap: clamp(1rem, 2vw, 1.5rem);
  --v2-shell: min(
    var(--v2-content-max),
    calc(100% - var(--v2-page-gutter) - var(--v2-page-gutter))
  );
}

/* The cinematic switches to its desktop scale at 1024px. Give the opening
 * copy enough internal breathing room before the metrics row at that scale. */
@media (min-width: 992px) and (max-width: 1199px) {
  .i2-home-v2 .i2-v2-browser__opening-copy {
    align-content: end;
    transform: none;
  }

  .i2-home-v2 .i2-v2-browser__opening .i2-v2-hero-heading .title-desc {
    max-width: 31rem;
  }

  .i2-home-v2 .i2-v2-browser__opening .i2-v2-hero-actions-wrap {
    margin-bottom: 1rem;
  }

  .i2-home-v2 .i2-v2-browser__metrics {
    width: calc(100% - 6rem);
    margin-top: .75rem;
    margin-inline: auto;
  }

  .i2-home-v2 .i2-v2-browser__scroll-cue {
    right: 6rem;
  }

  .i2-home-v2 .i2-v2-browser__scroll-cue span {
    display: none;
  }

  .i2-home-v2 .i2-v2-product {
    min-height: 0;
    height: auto;
    padding: 1.25rem;
  }

  .i2-home-v2 .i2-v2-product.has-product-concept .i2-v2-product__art {
    height: auto;
    aspect-ratio: 16 / 9;
    margin: 1.25rem 0 1rem;
  }

  .i2-home-v2 .i2-v2-product p {
    min-height: 0;
    margin: .75rem 0 1rem;
  }

  .i2-home-v2 .i2-v2-product > a {
    margin-top: .25rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .i2-home-v2 .i2-v2-browser__opening-copy {
    /*
     * The 16:9 opening stage already centres this grid track vertically.
     * Pull the copy slightly upward so tablet retains the same visual
     * breathing room as desktop and mobile instead of adding a second,
     * oversized top offset.
     */
    transform: translateY(-8%);
  }

  .i2-home-v2 .i2-v2-browser__opening .i2-v2-hero-actions-wrap {
    margin-bottom: 1.25rem;
  }

  .i2-home-v2 .i2-v2-browser__scroll-cue span {
    display: none;
  }
}

@media (min-width: 768px) {
  .i2-home-v2 .i2-v2-cinematic__about-grid {
    margin-top: clamp(2.5rem, 6vh, 4rem);
  }

  .i2-home-v2 .i2-v2-cinematic__handoff-line {
    background: transparent;
  }
}

@media (max-width: 1199px) {
  .i2-home-v2 .i2-v2-capability__description {
    -webkit-line-clamp: 3;
  }
}

@media (max-width: 767px) {
  .i2-home-v2 .i2-v2-browser__opening .i2-v2-hero-heading .title {
    font-size: clamp(1.9rem, 8.5vw, 2.35rem) !important;
  }

  .i2-home-v2 .i2-v2-browser__opening
    .i2-v2-hero-heading .title .i2-v2-hero-line {
    width: max-content;
    max-width: 100%;
    white-space: nowrap;
  }

  .i2-home-v2 .i2-v2-browser__metrics .i2-v2-phrase {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: .2rem;
    padding-bottom: .65rem;
    text-align: center;
  }

  .i2-home-v2 .i2-v2-browser__metrics .i2-v2-phrase > span:first-child,
  .i2-home-v2 .i2-v2-browser__metrics .i2-hero__phrase-window {
    width: 100%;
    margin-inline: 0;
    text-align: center;
  }

  .i2-home-v2 .i2-v2-browser__scroll-cue {
    bottom: 8.25rem;
  }

  .i2-home-v2 .i2-v2-service-row__detail .views-field-view-node a,
  .i2-home-v2 .i2-v2-product > a,
  .i2-home-v2 .i2-v2-button--work {
    position: relative;
  }

  .i2-home-v2 .i2-v2-service-row__detail .views-field-view-node a::before,
  .i2-home-v2 .i2-v2-product > a::before,
  .i2-home-v2 .i2-v2-button--work::before {
    position: absolute;
    inset: -.5rem 0;
    content: "";
  }

  .i2-home-v2 .i2-v2-product > a,
  .i2-home-v2 .i2-v2-button--work {
    min-height: 2.75rem;
  }
}

/* Use an escaped code point so the icon survives every Drupal/CSS encoding
 * path without rendering the mojibake glyph reported at tablet width. */
.i2-home-v2 .i2-v2-industries-view .views-field-view-node a::after {
  content: "\2197";
  font-family: Arial, sans-serif;
}

/* -------------------------------------------------------------------------
 * Hero opening spacing contract.
 *
 * Keep the cinematic stage and ScrollTrigger geometry full-height, but lay
 * out the visible opening content as one intrinsic, vertically centred group.
 * This replaces breakpoint-specific translate compensation with the same
 * copy → cue → achievements rhythm at desktop, tablet and mobile widths.
 * ---------------------------------------------------------------------- */
.i2-home-v2 .i2-v2-browser__opening {
  --v2-hero-opening-gap: clamp(.75rem, 1.8vh, 1.25rem);
  --v2-hero-opening-edge: clamp(1rem, 2.5vh, 2rem);

  grid-template-rows: auto auto auto;
  align-content: center;
  row-gap: var(--v2-hero-opening-gap);
  padding-block: var(--v2-hero-opening-edge);
}

.i2-home-v2 .i2-v2-browser__opening-copy {
  grid-row: 1;
  transform: none;
}

.i2-home-v2 .i2-v2-browser__opening .i2-v2-hero-actions-wrap {
  margin-bottom: 0;
}

.i2-home-v2 .i2-v2-browser__scroll-cue {
  position: static;
  grid-row: 2;
  align-self: center;
  justify-self: end;
  margin: 0;
}

.i2-home-v2 .i2-v2-browser__metrics {
  grid-row: 3;
}

/*
 * Wide, short browser windows (and the same window with Drupal's horizontal
 * toolbar) have less vertical room than their width suggests. Once the
 * opening canvas is rendered at 1:1 scale, move the editorial group down by
 * a restrained amount so the reclaimed lower whitespace becomes intentional
 * breathing room above the kicker instead of separating the CTA and cue.
 */
@media (min-width: 1200px) and (max-height: 850px) {
  .i2-home-v2 .i2-v2-browser.is-unscaled-full-bleed .i2-v2-browser__opening-copy {
    transform: translateY(clamp(1rem, 3.5vh, 2rem));
  }
}

/* -------------------------------------------------------------------------
 * Final responsive gap and reflow corrections.
 *
 * These rules do not change the cinematic pin distance, section order, or
 * JavaScript-owned transforms. They only make each static layer use the space
 * already allocated to it.
 * ---------------------------------------------------------------------- */

/* The About handoff was reserving 88% of the pinned viewport although its
 * editorial copy needs substantially less space on wide screens. Its height
 * is not used when the ScrollTrigger distance is calculated, so this compact
 * intrinsic floor is safe while preserving the handoff timeline. */
@media (min-width: 1024px) {
  .i2-home-v2 .i2-v2-cinematic__handoff {
    min-height: min(64%, 34rem);
    padding-block: clamp(2.5rem, 4vw, 3.5rem);
  }

  .i2-home-v2 .i2-v2-cinematic__about-grid {
    margin-top: clamp(1rem, 2.25vh, 1.5rem);
  }
}

/* The animated rule had become a visual divider between About and the next
 * section. Removing its paint avoids an unexplained empty band without
 * changing its animation selector or timeline. */
.i2-home-v2 .i2-v2-cinematic__handoff-line {
  background: transparent !important;
}

/* All three cinematic profiles use the same opening composition: the copy
 * occupies the flexible canvas while the cue and achievement row stay
 * anchored to its lower inset. */
.i2-home-v2 .i2-v2-browser__opening {
  grid-template-rows: minmax(0, 1fr) auto auto;
  align-content: stretch;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .i2-home-v2 .i2-v2-cinematic__handoff {
    min-height: 0;
    padding-block: 2rem;
  }

  .i2-home-v2 .i2-v2-cinematic__about-grid {
    margin-top: 1.25rem;
  }
}

@media (max-width: 1023px) {
  /*
   * Tablet and mobile share a taller browser stage than the intrinsic CRM
   * dashboard. Let the chart row absorb that available height on both
   * profiles so the interface finishes at the browser's lower edge.
   */
  .i2-home-v2 .i2-v2-case-app__workspace {
    display: grid;
    grid-template-rows: auto auto auto minmax(0, 1fr);
  }

  .i2-home-v2 .i2-v2-case-app__content,
  .i2-home-v2 .i2-v2-case-app__board {
    min-height: 0;
    height: 100%;
  }

  .i2-home-v2 .i2-v2-case-app__content {
    display: block;
  }

  .i2-home-v2 .i2-v2-case-app__detail {
    display: none;
  }

  .i2-home-v2 .i2-v2-case-app__board {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
  }

  .i2-home-v2 .i2-v2-case-app__trend {
    position: relative;
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .i2-home-v2 .i2-v2-case-app__trend svg {
    position: absolute;
    inset: 0;
    width: 100%;
    min-height: 0;
    height: 100% !important;
    flex: 1 1 auto;
  }
}

@media (max-width: 767px) {
  /*
   * Keep the opening copy in the flexible first row and anchor the cue plus
   * achievements to the bottom. The previous centred three-row grid left a
   * large unused strip below the achievements.
   */
  .i2-home-v2 .i2-v2-browser__opening {
    grid-template-rows: minmax(0, 1fr) auto auto;
    align-content: stretch;
  }

  .i2-home-v2 .i2-v2-cinematic__handoff {
    min-height: 0;
    padding-block: 1.5rem;
  }

  /*
   * Give long industry names the full title lane. The outgoing-link control
   * stays in the lower row, so no right-side reservation is needed here.
   */
  .i2-home-v2 .i2-v2-industries-view .views-field-title {
    padding-right: 0;
  }

  .i2-home-v2 .i2-v2-industries-view .views-field-title a {
    font-size: clamp(1.55rem, 7vw, 1.8rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  /*
   * Below the horizontal-story breakpoint Selected Work is a normal vertical
   * list. Remove the desktop track's inset and scroll container so cards align
   * to the same mobile gutter and never imply a sideways swipe.
   */
  body.i2-home-v2 .i2-v2-section--work .i2-v2-work-track {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    overflow: visible !important;
    scroll-snap-type: none;
  }

  body.i2-home-v2 .i2-v2-section--work .i2-v2-work-track > div {
    flex: none !important;
    flex-basis: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
    padding-inline: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* The post-shrink tablet browser is intentionally compact. Prioritise the
   * requested trend chart and move the secondary pipeline out of this frame. */
  .i2-home-v2 .i2-v2-case-app__board {
    grid-template-rows: auto minmax(0, 1fr);
  }

  .i2-home-v2 .i2-v2-case-app__pipeline {
    display: none;
  }
}
