.acb-presenca-projects {
  background: var(--acb-surface);
  color: var(--acb-ink);
  padding: 0 6px 6px;
}

.acb-presenca-projects__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 64px 0 72px;
}

.acb-presenca-projects__top {
  display: grid;
  grid-template-columns: repeat(4, minmax(50px, 1fr));
  gap: 4px;
  align-items: start;
  margin-bottom: clamp(44px, 5vw, 64px);
}

.acb-presenca-projects__meta {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0a0a0a;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.acb-presenca-projects__meta-icon {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #0a0a0a;
  position: relative;
  flex: 0 0 18px;
}

.acb-presenca-projects__meta-icon::before,
.acb-presenca-projects__meta-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #f5f5f5;
  transform: translate(-50%, -50%);
  border-radius: 2px;
}

.acb-presenca-projects__meta-icon::before {
  width: 9px;
  height: 2px;
}

.acb-presenca-projects__meta-icon::after {
  width: 2px;
  height: 9px;
}

.acb-presenca-projects__heading {
  width: 100%;
  display: grid;
  gap: 18px;
}

.acb-presenca-projects__title {
  margin: 0;
  max-width: 900px;
  color: #090909;
  font-family: "Bricolage Grotesque", Inter, sans-serif;
  font-size: clamp(34px, 4.7vw, 42px);
  line-height: 1.03;
  font-weight: 600;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.acb-presenca-projects__title-muted {
  color: rgba(10, 10, 10, 0.54);
}

.acb-presenca-projects__copy {
  margin: 0;
  max-width: 610px;
  color: rgba(10, 10, 10, 0.58);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: -0.04em;
  text-wrap: pretty;
}

.acb-presenca-projects__stage {
  position: relative;
  min-height: min(680px, calc(100vh - 160px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  overflow: hidden;
  border-radius: 25px;
  padding: clamp(28px, 4vw, 48px);
  background: #f2f2f2;
  color: #0a0a0a;
}

.acb-presenca-projects__stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(245, 245, 245, 0.98) 0%, rgba(245, 245, 245, 0.9) 36%, rgba(245, 245, 245, 0.28) 68%, rgba(245, 245, 245, 0.78) 100%),
    linear-gradient(180deg, rgba(245, 245, 245, 0.2) 0%, rgba(245, 245, 245, 0.86) 100%);
}

.acb-presenca-projects__background {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.acb-presenca-projects__background-image {
  position: absolute;
  top: -150px;
  right: -38px;
  width: min(1040px, 76vw);
  height: calc(100% + 320px);
  object-fit: cover;
  object-position: center 28%;
  opacity: 0;
  filter: grayscale(1) contrast(0.96);
  transform: rotate(-2.4deg);
  transform-origin: 58% 50%;
  transition: opacity 0.24s ease;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 10%, #000 78%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 10%, #000 78%, transparent 100%);
}

.acb-presenca-projects__background-image.is-active {
  opacity: 0.72;
}

.acb-presenca-projects__stage-content {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 28px;
  align-self: center;
  max-width: 650px;
}

.acb-presenca-projects__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: center;
}

.acb-presenca-projects__case {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 9px 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(10, 10, 10, 0.56);
  font: inherit;
  text-align: center;
  cursor: pointer;
  appearance: none;
  transition:
    color 0.2s ease,
    opacity 0.2s ease;
}

.acb-presenca-projects__case + .acb-presenca-projects__case::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 18px;
  background: rgba(10, 10, 10, 0.18);
  transform: translateY(-50%);
}

.acb-presenca-projects__case:hover,
.acb-presenca-projects__case:focus-visible {
  color: #0a0a0a;
  outline: none;
}

.acb-presenca-projects__case.is-active {
  color: #0a0a0a;
}

.acb-presenca-projects__case-name {
  position: relative;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.acb-presenca-projects__case.is-active .acb-presenca-projects__case-name::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.acb-presenca-projects__device {
  position: relative;
  z-index: 2;
  justify-self: end;
  align-self: center;
  width: min(100%, 280px);
}

.acb-presenca-projects__device-frame {
  aspect-ratio: 430 / 932;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(245, 245, 245, 0.16);
  border-radius: 34px;
  padding: 5px;
  background:
    #080808;
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(245, 245, 245, 0.06);
}

.acb-presenca-projects__video {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 28px;
  background: #0a0a0a;
  object-fit: contain;
  object-position: top center;
}

.acb-presenca-structure {
  background: var(--acb-surface);
  color: var(--acb-ink);
  padding: 0 6px 6px;
}

.acb-presenca-structure__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 88px clamp(28px, 4vw, 48px) 78px;
  box-sizing: border-box;
}

.acb-presenca-structure__top {
  display: grid;
  grid-template-columns: repeat(4, minmax(50px, 1fr));
  gap: 4px;
  align-items: start;
  margin-bottom: clamp(54px, 6vw, 86px);
}

.acb-presenca-structure__meta {
  grid-column: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #0a0a0a;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.acb-presenca-structure__meta-icon {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #0a0a0a;
}

.acb-presenca-structure__meta-icon::before,
.acb-presenca-structure__meta-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 999px;
  background: #f5f5f5;
  transform: translate(-50%, -50%);
}

.acb-presenca-structure__meta-icon::before {
  width: 9px;
  height: 2px;
}

.acb-presenca-structure__meta-icon::after {
  width: 2px;
  height: 9px;
}

.acb-presenca-structure__heading {
  grid-column: span 3;
  display: grid;
  gap: 24px;
}

.acb-presenca-structure__title {
  margin: 0;
  max-width: 940px;
  color: #090909;
  font-family: "Bricolage Grotesque", Inter, sans-serif;
  font-size: clamp(34px, 4.7vw, 42px);
  line-height: 1.03;
  font-weight: 600;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.acb-presenca-structure__title-muted {
  color: rgba(10, 10, 10, 0.54);
}

.acb-presenca-structure__copy {
  margin: 0;
  max-width: 610px;
  color: rgba(10, 10, 10, 0.58);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: -0.04em;
  text-wrap: pretty;
}

.acb-presenca-structure__map {
  position: relative;
  width: 100%;
}

.acb-presenca-structure__track {
  --acb-structure-progress: 100%;
  --acb-structure-arrow-opacity: 1;
  --acb-structure-arrow-scale: 1;
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.acb-presenca-structure__track::before {
  content: "";
  position: absolute;
  left: 8px;
  right: calc(16.666% + 48px);
  top: 12px;
  height: 1px;
  background: linear-gradient(
    90deg,
    #0a0a0a 0%,
    #0a0a0a var(--acb-structure-progress),
    rgba(10, 10, 10, 0.08) var(--acb-structure-progress),
    rgba(10, 10, 10, 0.18) calc(var(--acb-structure-progress) + 18%),
    rgba(10, 10, 10, 0.08)
  );
}

.acb-presenca-structure__track::after {
  content: "";
  position: absolute;
  right: calc(16.666% + 39px);
  top: 6px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 12px solid #0a0a0a;
  opacity: var(--acb-structure-arrow-opacity);
  transform: scale(var(--acb-structure-arrow-scale));
  transform-origin: center;
}

.acb-presenca-structure__item {
  position: relative;
  display: grid;
  align-content: start;
  gap: 24px;
  min-height: 190px;
  padding: 0 clamp(14px, 2vw, 28px) 0 0;
}

.acb-presenca-structure__node {
  position: relative;
  z-index: 1;
  width: 25px;
  height: 25px;
  border-radius: 999px;
  background: #d8d8d8;
  transition:
    background-color 280ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.acb-presenca-structure__node::before,
.acb-presenca-structure__node::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 999px;
  background: #fff;
  transform: translate(-50%, -50%);
}

.acb-presenca-structure__node::before {
  width: 10px;
  height: 2px;
}

.acb-presenca-structure__node::after {
  width: 2px;
  height: 10px;
}

.acb-presenca-structure__node.is-active {
  background: #0a0a0a;
}

.acb-presenca-structure__item--outcome .acb-presenca-structure__node {
  display: inline-grid;
  place-items: center;
  background: transparent;
  color: rgba(10, 10, 10, 0.28);
}

.acb-presenca-structure__item--outcome .acb-presenca-structure__node::before,
.acb-presenca-structure__item--outcome .acb-presenca-structure__node::after {
  display: none;
}

.acb-presenca-structure__sparkle {
  display: block;
  width: 31px;
  height: 31px;
  transition: color 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.acb-presenca-structure__item--outcome .acb-presenca-structure__node.is-active {
  color: #0a0a0a;
}

.acb-presenca-structure__item-copy {
  display: grid;
  gap: 7px;
  padding-top: 2px;
}

.acb-presenca-structure__index {
  color: rgba(10, 10, 10, 0.24);
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.acb-presenca-structure__name {
  margin: 0;
  color: rgba(10, 10, 10, 0.86);
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -0.045em;
}

.acb-presenca-structure__text {
  margin: 0;
  max-width: 210px;
  color: rgba(10, 10, 10, 0.54);
  font-size: 15px;
  line-height: 1.28;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.acb-presenca-page .acb-home-section {
  position: relative;
  padding: 0 4px;
  background: var(--acb-surface);
  color: var(--acb-ink);
}

.acb-presenca-page .acb-home-section__inner {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 110px 36px 56px 36px;
}

.acb-presenca-principles .acb-home-section__inner {
  padding-top: 56px;
}

.acb-presenca-process .acb-home-section__inner {
  padding-top: 72px;
}

.acb-presenca-page .acb-section-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 70px;
}

.acb-presenca-page .acb-section-meta__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--acb-ink);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.acb-presenca-page .acb-section-meta__icon {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #fff;
  flex: 0 0 auto;
}

.acb-presenca-page .acb-section-meta__icon::before,
.acb-presenca-page .acb-section-meta__icon::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 8px;
  width: 2px;
  height: 8px;
  background: #0a0a0a;
  border-radius: 999px;
}

.acb-presenca-page .acb-section-meta__icon::after {
  transform: rotate(90deg);
}

.acb-presenca-page .acb-home-title {
  margin: 0;
  color: #090909;
  font-family: "Bricolage Grotesque", Inter, sans-serif;
  font-size: clamp(48px, 8.8vw, 148px);
  line-height: 0.88;
  font-weight: 700;
  letter-spacing: -0.08em;
}

.acb-presenca-page .acb-home-copy {
  margin: 0;
  max-width: 980px;
  color: rgba(10, 10, 10, 0.56);
  font-size: clamp(20px, 2.1vw, 34px);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.055em;
}

.acb-presenca-page .acb-protocol__grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.acb-presenca-page .acb-protocol__card {
  min-height: 320px;
  border-radius: 25px;
  padding: 28px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 1px 0 rgba(10, 10, 10, 0.04);
}

.acb-presenca-page .acb-protocol__index {
  color: rgba(10, 10, 10, 0.34);
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.045em;
}

.acb-presenca-page .acb-protocol__title {
  margin: 0;
  font-size: clamp(25px, 2.6vw, 42px);
  line-height: 0.96;
  font-weight: 700;
  letter-spacing: -0.07em;
}

.acb-presenca-page .acb-protocol__text {
  margin: 18px 0 0;
  color: rgba(10, 10, 10, 0.56);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: -0.04em;
}

@media (min-width: 901px) {
  .acb-presenca-projects__preview-overlay,
  .acb-presenca-projects__preview-close,
  .acb-presenca-projects__preview-trigger {
    display: none;
  }
}

.acb-presenca-page .acb-equation-navigator {
  position: relative;
  z-index: 20;
  padding: 0 0 6px;
  background: var(--acb-surface);
  color: var(--acb-ink);
}

.acb-presenca-page .acb-equation-navigator__inner {
  width: 100%;
  padding: 0 44px;
  margin: 0 auto;
}

.acb-presenca-page .acb-equation-navigator__frame {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.acb-presenca-page .acb-equation-navigator__top {
  display: grid;
  grid-template-columns: repeat(4, minmax(50px, 1fr));
  gap: 4px;
  align-items: start;
  padding: 0 0 50px;
}

.acb-presenca-page .acb-equation-navigator__meta {
  grid-column: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--acb-ink);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.acb-presenca-page .acb-equation-navigator__meta-icon {
  position: relative;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--acb-ink);
}

.acb-presenca-page .acb-equation-navigator__meta-icon::before,
.acb-presenca-page .acb-equation-navigator__meta-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 999px;
  background: #f5f5f5;
  transform: translate(-50%, -50%);
}

.acb-presenca-page .acb-equation-navigator__meta-icon::before {
  width: 9px;
  height: 2px;
}

.acb-presenca-page .acb-equation-navigator__meta-icon::after {
  width: 2px;
  height: 9px;
}

.acb-presenca-page .acb-equation-navigator__heading {
  grid-column: span 3;
  place-self: start;
  width: 100%;
  height: min-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 26px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.acb-presenca-page .acb-equation-navigator__copy {
  width: 100%;
  height: min-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 18px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.acb-presenca-page .acb-equation-navigator__title {
  margin: 0;
  width: 100%;
  max-width: 930px;
  color: var(--acb-ink);
  font-family: "Bricolage Grotesque", "Inter", sans-serif;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.acb-presenca-page .acb-equation-navigator__title-muted {
  color: rgba(10, 10, 10, 0.54);
}

.acb-presenca-page .acb-equation-navigator__subcopy {
  margin: 0;
  width: 100%;
  max-width: 450px;
  color: var(--acb-ink);
  font-size: 17px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.04em;
  opacity: 0.6;
}

.acb-presenca-page .acb-equation-navigator__copy-divider {
  width: 100%;
  max-width: 640px;
  height: 1px;
  margin: 6px 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(10, 10, 10, 0.16) 50%,
    transparent 100%
  );
}

.acb-presenca-page .acb-equation-navigator__lead-body {
  width: 100%;
  max-width: 640px;
  color: rgba(10, 10, 10, 0.62);
  font-size: 18px;
  line-height: 1.42;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.acb-presenca-page .acb-equation-navigator__lead-body p {
  margin: 0;
}

.acb-presenca-page .acb-equation-navigator__lead-body p + p {
  margin-top: 12px;
}

.acb-presenca-page .acb-principles__copy-divider,
.acb-presenca-page .acb-presenca-principles__copy-divider {
  width: 100%;
  max-width: 640px;
  height: 1px;
  margin: 6px 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(10, 10, 10, 0.16) 50%,
    transparent 100%
  );
}

.acb-presenca-page .acb-principles__lead-body,
.acb-presenca-page .acb-presenca-principles__lead-body {
  width: 100%;
  max-width: 640px;
  color: rgba(10, 10, 10, 0.62);
  font-size: 18px;
  line-height: 1.42;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.acb-presenca-page .acb-principles__lead-body p,
.acb-presenca-page .acb-presenca-principles__lead-body p {
  margin: 0;
}

.acb-presenca-page .acb-principles__lead-body p + p,
.acb-presenca-page .acb-presenca-principles__lead-body p + p {
  margin-top: 12px;
}

.acb-presenca-principles__audience-marquee {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  max-width: 640px;
}

.acb-presenca-principles__audience-viewport {
  width: 100%;
  min-width: 0;
  overflow: visible;
}

.acb-presenca-principles__audience-list {
  --acb-ds-pill-gap: 7px;
}

.acb-presenca-principles__audience-marquee.is-pill-marquee-ready .acb-presenca-principles__audience-viewport {
  overflow: hidden;
  padding-block: 1px;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 38px, #000 calc(100% - 38px), transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 38px, #000 calc(100% - 38px), transparent 100%);
}

.acb-presenca-principles__audience-marquee.is-pill-marquee-ready .acb-presenca-principles__audience-list {
  flex-wrap: nowrap;
  width: max-content;
  will-change: transform;
}

.acb-presenca-principles .acb-principles__thumb--01 {
  background-image: url("../../imagens/presenca-de-performance/pilares/oferta.jpg");
}

.acb-presenca-principles .acb-principles__thumb--02 {
  background-image: url("../../imagens/presenca-de-performance/pilares/posicionamento-narrativa.jpg");
}

.acb-presenca-principles .acb-principles__thumb--03 {
  background-image: url("../../imagens/presenca-de-performance/pilares/experiencia-mobile.jpg");
}

.acb-presenca-principles .acb-principles__thumb--04 {
  background-image: url("../../imagens/presenca-de-performance/pilares/performance.jpg");
}
