/* Progress / Who We Are — manifest headline (right column) */
.it-progress-sseed .it-progress-dsc p {
  text-align: justify;
}

.it-progress-sseed .it-progress-title-box .it-subtitle {
  padding-top: 48px;
}

.it-progress-sseed .it-progress-shape img {
  animation: sseed-progress-shape-float 4.2s ease-in-out infinite;
  will-change: transform;
}

@keyframes sseed-progress-shape-float {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(-22px, -18px);
  }
}

.it-progress-sseed-manifest {
  padding-left: clamp(0px, 2vw, 24px);
  width: 100%;
  max-width: 100%;
}

.it-progress-sseed .it-progress-thumb img {
  display: block;
  width: 100%;
  height: auto;
  max-height: clamp(200px, 28vw, 343px);
  object-fit: cover;
  border-radius: 10px;
}

.it-progress-sseed-heading {
  display: flex;
  flex-direction: column;
  gap: clamp(0.55rem, 1.4vw, 1rem);
  width: 100%;
  margin: 0;
  font-family: var(--it-ff-heading, "Inter", "Roboto", "Open Sans", sans-serif);
  text-transform: capitalize;
}

.it-progress-sseed-word {
  display: inline-block;
  will-change: transform;
  backface-visibility: hidden;
}

.it-progress-sseed-line {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.3em 0.2em;
  width: fit-content;
  max-width: 100%;
  font-size: clamp(2.75rem, 5.2vw, 5.25rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--it-common-black);
  white-space: nowrap;
}

.it-progress-sseed-line--1 {
  align-self: flex-start;
}

.it-progress-sseed-line--2 {
  align-self: flex-end;
  margin-left: auto;
  justify-content: flex-end;
  text-align: right;
}

.it-progress-sseed-line--2 .it-progress-sseed-word--left {
  margin-left: clamp(36px, 9vw, 112px);
}

.it-progress-sseed-line--3 {
  align-self: flex-start;
  /* margin-left: clamp(18px, 5vw, 64px); */
}

.it-progress-sseed-accent {
  color: var(--sseed-svc-yellow);
}

.it-progress-sseed-tagline {
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  line-height: 1.5;
  font-weight: 500;
  color: var(--it-common-black);
  margin: 0;
  max-width: 520px;
  margin-left: auto;
  text-align: right;
}

/* Glitch mini icons + shine overlay */
.it-progress-sseed-glitch {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  width: fit-content;
  max-width: min(100%, 187px);
  vertical-align: middle;
  line-height: 0;
  overflow: hidden;
  transform-origin: 50% 50%;
}

.it-progress-sseed-glitch img {
  display: block;
  width: clamp(88px, 12vw, 187px);
  height: auto;
  aspect-ratio: 187 / 66;
  max-width: 100%;
  position: relative;
  z-index: 1;
  transform-origin: 50% 50%;
  will-change: transform;
  object-fit: cover;
  border-radius: 50px;
}

.it-progress-sseed-glitch::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    65deg,
    transparent 62%,
    rgba(255, 255, 255, 0.22) 68%,
    rgba(255, 255, 255, 0.45) 70%,
    rgba(255, 255, 255, 0.22) 72%,
    transparent 78%
  );
  background-size: 200% 200%;
  animation: sseed-progress-icon-shine 4s linear infinite;
}

.it-progress-sseed-glitch--delay-1::after {
  animation-delay: 0.45s;
}

.it-progress-sseed-glitch--delay-2::after {
  animation-delay: 0.9s;
}

@keyframes sseed-progress-icon-shine {
  0% {
    background-position: 0 0;
  }

  25% {
    background-position: 100% 0;
  }

  50% {
    background-position: 100% 100%;
  }

  75% {
    background-position: 0 100%;
  }

  100% {
    background-position: 0 0;
  }
}

@media (max-width: 1199px) {
  .it-progress-sseed-line {
    font-size: clamp(2rem, 4.8vw, 4.25rem);
  }

  .it-progress-sseed-glitch {
    max-width: min(100%, clamp(120px, 16vw, 160px));
  }

  .it-progress-sseed-glitch img {
    width: clamp(80px, 14vw, 160px);
  }
}

@media (max-width: 991px) {
  .it-progress-sseed-manifest {
    margin-top: 40px;
    padding-left: 0;
  }

  .it-progress-sseed-line--2 {
    align-self: flex-start;
    margin-left: clamp(48px, 14%, 100px);
    text-align: left;
    justify-content: flex-start;
  }

  .it-progress-sseed-line--2 .it-progress-sseed-word--left {
    margin-left: 0;
  }

  .it-progress-sseed-line--3 {
    margin-left: 0;
    align-self: flex-end;
    margin-right: clamp(16px, 8%, 48px);
  }

  .it-progress-sseed-tagline {
    margin-left: 0;
    text-align: left;
    max-width: none;
  }
}

@media (max-width: 767px) {
  .it-progress-sseed-line {
    font-size: clamp(1.35rem, 9vw, 2.75rem);
    flex-wrap: wrap;
    white-space: normal;
  }

  .it-progress-sseed-glitch {
    max-width: min(100%, clamp(96px, 28vw, 140px));
  }

  .it-progress-sseed-glitch img {
    width: clamp(72px, 24vw, 140px);
  }

  .it-progress-sseed .it-progress-thumb img {
    max-height: clamp(180px, 52vw, 280px);
  }

  .it-progress-sseed-line--2 {
    margin-left: 19px;
  }

  .img-pop {
    margin-bottom: 0px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .it-progress-sseed-glitch::after,
  .it-progress-sseed .it-progress-shape img {
    animation: none;
  }
}
