/* Página de inicio: hero con collage de talentos, banda de introducción,
   componente de órbita, servicios, vista previa de campañas y cierre. */

/* ---------- hero ---------- */

.hero {
  position: relative;
  overflow: hidden;
}

.glow--hero-tr { top: -140px; right: -80px;  width: 560px; height: 560px; opacity: .30; }
.glow--hero-bl { bottom: -180px; left: -120px; width: 460px; height: 460px; opacity: .35; }

.hero__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  align-items: center;
  gap: clamp(32px, 4vw, 64px);
  padding: clamp(32px, 5vw, 72px) var(--gutter) clamp(48px, 6vw, 88px);
}

.hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border: 1px solid rgba(16, 16, 20, 0.15);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero__dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--violet);
}

.hero__title {
  margin: 24px 0 0;
  font-weight: 700;
  font-size: clamp(30px, 4.7vw, 60px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  text-wrap: balance;
}
.hero__accent { color: var(--violet); }

.hero__lede {
  max-width: 52ch;
  margin: 28px 0 0;
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.55;
  color: var(--ink-70);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

/* Collage: una figura alta, una media, y un par pequeño lado a lado. */
.hero__gallery {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr;
  gap: 14px;
  min-width: 0;
}

.hero__fig {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #E6E4DD;
  border-radius: 20px;
}
.hero__fig--tall { grid-row: span 2; aspect-ratio: 3 / 4.35; }
.hero__fig:not(.hero__fig--tall):not(.hero__fig--sm) { aspect-ratio: 3 / 4; }
.hero__fig--sm { aspect-ratio: 2 / 3; border-radius: 16px; }

.hero__fig img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  min-width: 0;
}

.hero__cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 56px 18px 18px;
  background: linear-gradient(to top, rgba(16, 16, 20, 0.86), rgba(16, 16, 20, 0));
  pointer-events: none;
}
.hero__cap-name { font-family: var(--font-display); font-size: 22px; font-weight: 700; color: var(--white); letter-spacing: -0.01em; }
.hero__cap-role { margin-top: 2px; font-size: 14px; font-weight: 500; color: var(--yellow); }

.hero__cap--lg { padding: 56px 18px 18px; }
.hero__cap:not(.hero__cap--lg):not(.hero__cap--sm) {
  padding: 44px 14px 14px;
  background: linear-gradient(to top, rgba(16, 16, 20, 0.88), rgba(16, 16, 20, 0));
}
.hero__cap:not(.hero__cap--lg):not(.hero__cap--sm) .hero__cap-name { font-size: 17px; }
.hero__cap:not(.hero__cap--lg):not(.hero__cap--sm) .hero__cap-role { font-size: 13px; }

.hero__cap--sm {
  padding: 34px 10px 10px;
  background: linear-gradient(to top, rgba(16, 16, 20, 0.9), rgba(16, 16, 20, 0));
}
.hero__cap--sm .hero__cap-name { font-size: 14px; line-height: 1.15; }
.hero__cap--sm .hero__cap-role { font-size: 11px; }

/* ---------- introducción (banda oscura) ---------- */

.intro {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 6vw, 88px) 0;
  background: var(--ink);
  color: var(--cream);
}
.glow--intro { top: -160px; right: 8%; width: 560px; height: 520px; opacity: .55; }

.intro__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  align-items: center;
  gap: clamp(28px, 4vw, 64px);
}

.intro__title {
  max-width: 16ch;
  margin: 0;
  font-size: clamp(22.5px, 2.7vw, 36px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--white);
}

.intro__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.intro__body p {
  margin: 0;
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.55;
  color: #C9C8C3;
}

/* ---------- órbita de talentos ---------- */

.orbit {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 6vw, 96px) 0;
}
.glow--orbit-tl { top: -100px; left: -160px;  width: 600px; height: 540px; opacity: .15; }
.glow--orbit-br { bottom: -140px; right: -140px; width: 460px; height: 440px; opacity: .22; }

.orbit__stage {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 var(--gutter);
  aspect-ratio: 16 / 10;
  min-height: 520px;
}

.orbit__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.orbit__ring--out {
  width: 96%;
  aspect-ratio: 1;
  border: 1px solid rgba(108, 43, 242, 0.28);
  background: radial-gradient(circle, rgba(108, 43, 242, 0.05) 0%, rgba(108, 43, 242, 0) 70%);
}
.orbit__ring--in {
  width: 64%;
  aspect-ratio: 1;
  border: 1px solid rgba(108, 43, 242, 0.45);
}

.orbit__avatar {
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
  background: #EDECE8;
  box-shadow: 0 10px 30px rgba(16, 16, 20, 0.14);
  text-decoration: none;
  transition: transform .4s cubic-bezier(.2, .7, .3, 1), box-shadow .4s;
}
.orbit__avatar:hover { box-shadow: 0 18px 44px rgba(108, 43, 242, 0.34); text-decoration: none; }
.orbit__avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }

.orbit__avatar--a { top: 20%; left: 20%; width: clamp(120px, 13vw, 176px); height: clamp(120px, 13vw, 176px); }
.orbit__avatar--b { top: 8%;  left: 54%; width: clamp(110px, 11vw, 152px); height: clamp(110px, 11vw, 152px); }
.orbit__avatar--c { top: 40%; left: 88%; width: clamp(110px, 12vw, 164px); height: clamp(110px, 12vw, 164px); }
.orbit__avatar--d { top: 74%; left: 16%; width: clamp(100px, 10vw, 140px); height: clamp(100px, 10vw, 140px); }

.orbit__chip {
  position: absolute;
  transform: translate(-50%, -50%);
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--white);
  border: 1px solid rgba(16, 16, 20, 0.12);
  box-shadow: 0 8px 22px rgba(16, 16, 20, 0.08);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--ink);
}
.orbit__chip--a { top: 40%; left: 8%; }
.orbit__chip--b { top: 20%; left: 80%; }
.orbit__chip--c { top: 80%; left: 78%; }

.orbit__copy {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(440px, 60%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
}
.orbit__copy .eyebrow { margin: 0; }
.orbit__title {
  margin: 0;
  font-size: clamp(22.5px, 2.7vw, 37.5px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
}
.orbit__lede {
  margin: 0;
  max-width: 34ch;
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.5;
  color: var(--ink-70);
}

/* Variante en rejilla para pantallas angostas: el layout circular no cabe. */
.orbit__list {
  display: none;
  max-width: var(--shell);
  margin: 0 auto;
  padding: 0 var(--gutter);
  text-align: center;
}
.orbit__list-eyebrow { margin: 0; }
.orbit__list-title {
  margin: 14px 0 0;
  font-size: clamp(22.5px, 5.3vw, 33px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.03em;
}
.orbit__list-lede {
  max-width: 40ch;
  margin: 16px auto 0;
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink-70);
}

.orbit__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 24px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}
.orbit__grid a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.orbit__grid a:hover { text-decoration: none; }
.orbit__grid-photo {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: #EDECE8;
}
.orbit__grid-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.orbit__grid-name {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  text-align: center;
  line-height: 1.15;
}
.orbit__grid-role { font-size: 13px; color: var(--ink-55); text-align: center; }

.orbit__list-cta { margin-top: 36px; }

@media (max-width: 879px) {
  .orbit__stage { display: none; }
  .orbit__list { display: block; }
}

/* ---------- servicios ---------- */

.services {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 6vw, 88px) 0;
  background: var(--ink);
  color: var(--cream);
}
.glow--services { top: -160px; right: 8%; width: 560px; height: 520px; opacity: .55; }

.services__title {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(24px, 3vw, 40.5px);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -0.03em;
  color: var(--white);
}

.services__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 0 32px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(244, 243, 239, 0.22);
}
.services__item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(244, 243, 239, 0.22);
  color: var(--cream);
  font-family: var(--font-display);
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 600;
  letter-spacing: -0.01em;
}
.services__item--cta { display: flex; align-items: center; }

/* ---------- vista previa de campañas ---------- */

.campaigns-preview {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 6vw, 88px) 0;
}
.glow--cp-tr { top: 6%; right: -170px; width: 560px; height: 520px; opacity: .15; }
.glow--cp-bl { bottom: -120px; left: -150px; width: 440px; height: 420px; opacity: .2; }

.campaigns-preview__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
.campaigns-preview__title {
  max-width: 16ch;
  margin: 0;
  font-size: clamp(24px, 3vw, 40.5px);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -0.03em;
}
.campaigns-preview__lede {
  margin: 14px 0 0;
  font-size: clamp(16px, 1.2vw, 19px);
  color: var(--ink-70);
}

.campaigns-preview__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(16px, 1.8vw, 24px);
  margin-top: 40px;
}

.campaign-card__frame {
  position: relative;
  aspect-ratio: 9 / 16;
  border-radius: 20px;
  overflow: hidden;
  background: #E6E4DD;
}
.campaign-card__video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--ink);
}
.campaign-card__tag {
  position: absolute;
  top: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}
.campaign-card__tag--video {
  right: 12px;
  background: rgba(16, 16, 20, 0.75);
  color: var(--white);
  letter-spacing: .08em;
}
.campaign-card__tag--format { left: 12px; background: var(--yellow); color: var(--ink); }

.campaign-card__title {
  margin: 14px 0 0;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

/* ---------- cierre ---------- */

.cta {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 7vw, 104px) 0;
  background: var(--ink);
  color: var(--cream);
}
.glow--cta { top: -120px; right: 10%; width: 520px; height: 520px; opacity: .55; }

.cta__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: center;
  gap: clamp(28px, 4vw, 64px);
}
.cta__title {
  margin: 0;
  font-size: clamp(25.5px, 3.5vw, 46.5px);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -0.03em;
}
.cta__highlight { color: var(--yellow); }
.cta__lede {
  max-width: 46ch;
  margin: 0;
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.55;
  color: #C9C8C3;
}
.cta__link { margin-top: 28px; }
/* Sobre fondo oscuro un violeta más oscuro no destaca: aquí el hover aclara en vez de oscurecer. */
.cta .btn--violet:hover { background: #8A55FF; }
