/* Identidad de Clubes TED-Ed dentro de la portada institucional. */
#itec3-landing .ted-brand-lockup {
  display: flex;
  align-items: center;
  gap: clamp(0.9rem, 2vw, 1.45rem);
  margin: 0 0 clamp(1.6rem, 3vw, 2.35rem);
}

#itec3-landing .ted-brand-primary {
  width: clamp(7.75rem, 13vw, 10.5rem);
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: clamp(1rem, 2vw, 1.45rem);
  box-shadow: 0 1.25rem 3.2rem rgba(2, 8, 28, 0.28);
}

#itec3-landing .ted-brand-divider {
  width: 1px;
  height: clamp(3.3rem, 6vw, 4.8rem);
  background: rgba(255, 255, 255, 0.3);
}

#itec3-landing .ted-brand-secondary {
  width: clamp(5.1rem, 8vw, 7.2rem);
  height: auto;
  object-fit: contain;
}

#itec3-landing .ted-edition {
  margin: 0 0 0.9rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-transform: uppercase;
}

#itec3-landing .ted-copy h2 {
  margin-top: 0;
}

@media (max-width: 700px) {
  #itec3-landing .ted-brand-lockup {
    gap: 0.85rem;
    margin-bottom: 1.4rem;
  }

  #itec3-landing .ted-brand-primary {
    width: clamp(6.8rem, 33vw, 8.8rem);
  }

  #itec3-landing .ted-brand-secondary {
    width: clamp(4.5rem, 21vw, 5.8rem);
  }
}
