.acb-equation-context {
  position: relative;
  z-index: 20;
  padding: 0 0 78px;
  background: var(--acb-surface);
}

.acb-equation-context__inner {
  width: 100%;
  max-width: none;
  padding: 0 44px;
  margin: 0 auto;
}

.acb-equation-context__card {
  position: relative;
  min-height: 0;
  padding: 0;
  background: var(--acb-surface);
  color: var(--acb-ink);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.acb-equation-context__card::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 22px 0 84px;
}

.acb-equation-context__content {
  flex: none;
  grid-auto-rows: minmax(0, 1fr);
  grid-template-rows: repeat(1, minmax(0, 1fr));
  grid-template-columns: repeat(4, minmax(50px, 1fr));
  justify-content: center;
  gap: 4px;
  align-items: stretch;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  height: min-content;
  display: grid;
  overflow: visible;
}

.acb-equation-context__intro,
.acb-equation-context__main {
  display: flex;
  flex-direction: column;
}

.acb-equation-context__intro {
  flex-flow: column;
  flex: none;
  place-content: flex-start;
  grid-column: span 1;
  place-self: start;
  align-items: flex-start;
  gap: 18px;
  width: 100%;
  height: min-content;
  padding: 0;
  position: relative;
  overflow: visible;
}

.acb-equation-context__brand {
  margin: 0;
  color: var(--acb-ink);
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -0.045em;
  font-weight: 600;
  font-family: "Inter", "Inter Placeholder", sans-serif;
}

.acb-equation-context__intro-text {
  margin: 0;
  color: var(--acb-ink);
  font-size: 17px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.04em;
  padding-right: 24px;
  align-self: stretch;
  width: 100%;
  max-width: 375px;
  opacity: 0.6;
}

.acb-equation-context__main {
  height: min-content;
  width: 1fr;
  flex-flow: column;
  flex: none;
  grid-column: span 3;
  place-content: flex-start;
  place-self: start;
  align-items: flex-start;
  gap: 60px;
  padding: 0;
  position: relative;
  overflow: visible;
}

.acb-equation-context__main-text {
  flex-flow: column;
  flex: none;
  place-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  max-width: 780px;
  height: min-content;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.acb-equation-context__headline {
  margin: 0;
  color: var(--acb-ink);
  font-family: "Bricolage Grotesque", "Inter", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -1.2px;
  max-width: 1140px;
  text-indent: clamp(48px, 8vw, 160px);
}

.acb-equation-context__headline-muted {
  color: rgba(10, 10, 10, 0.56);
  font-weight: 500;
}

.acb-equation-bridge {
  position: relative;
  z-index: 20;
  padding: 0 6px 74px;
  background: var(--acb-surface);
  color: var(--acb-panel-text);
  overflow: clip;
}

.acb-equation-bridge__rail {
  position: relative;
  width: 100%;
  min-height: clamp(156px, 18vw, 260px);
  border-radius: 25px;
  border-top: 1px solid rgba(245, 245, 245, 0.08);
  border-bottom: 1px solid rgba(245, 245, 245, 0.08);
  background:
    radial-gradient(circle at 18% 0%, rgba(245, 245, 245, 0.08), transparent 34%),
    var(--acb-panel);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 24px;
  overflow: hidden;
}

.acb-equation-bridge__rail::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 50% 50%, rgba(10, 10, 10, 0.1), rgba(10, 10, 10, 0.62)),
    rgba(10, 10, 10, 0.22);
  pointer-events: none;
}

.acb-equation-bridge__video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(1);
  opacity: 0.54;
}

.acb-equation-bridge__noise {
  position: absolute;
  inset: -70%;
  z-index: 1;
  opacity: 0.07;
  background: url("../../rR6HYXBrMmX4cRpXfXUOvpvpB0_1dae10b6bca8.png");
  animation: acb-equation-hero-noise 8s steps(10, start) infinite;
  pointer-events: none;
}

.acb-equation-bridge__text {
  position: relative;
  z-index: 3;
  display: block;
  width: min(100%, 860px);
  margin: 0;
  color: var(--acb-panel-text);
  font-family: "Bricolage Grotesque", "Inter", sans-serif;
  font-size: 36px;
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -0.055em;
  text-align: center;
  white-space: normal;
}

.acb-equation-bridge__word {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}

.acb-equation-bridge__word--muted {
  color: rgba(245, 245, 245, 0.46);
}

.acb-equation-bridge__char {
  display: inline-block;
  will-change: transform, opacity;
}

