/* ═══════════════════════════════════════════════
   GICELL ACADEMY — Página "Sobre nosotros" (monocromo luxury)
   Playfair Display + Jost · tokens en gicell-tokens.css
   TODO scopeado bajo .gicell-nosotros para convivir con el chrome global.
   ═══════════════════════════════════════════════ */

.gicell-nosotros, .gicell-nosotros * { margin: 0; padding: 0; box-sizing: border-box; }

.gicell-nosotros {
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.gicell-nosotros img { display: block; max-width: 100%; }
.gicell-nosotros a { text-decoration: none; color: inherit; }

.gicell-nosotros .container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px;
}

/* ── Icons ─────────────────────────────── */
.gicell-nosotros .ic {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.gicell-nosotros .ic--arrow { width: 13px; height: 13px; }

/* ── Shared type ───────────────────────── */
.gicell-nosotros .eyebrow {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--metal);
  text-align: center;
  margin-bottom: 18px;
}
.gicell-nosotros .eyebrow--left { text-align: left; }

.gicell-nosotros .section-title {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--ink);
}
.gicell-nosotros .section-title--center { text-align: center; }

.gicell-nosotros .section-text {
  font-size: 14px;
  color: var(--muted);
  max-width: 480px;
  margin-top: 14px;
}
.gicell-nosotros .section-text + .section-text { margin-top: 18px; }
.gicell-nosotros .section-text--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* ── Buttons ───────────────────────────── */
.gicell-nosotros .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.06em;
  padding: 14px 26px;
  border-radius: 4px;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.gicell-nosotros .btn--light {
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--paper);
}
.gicell-nosotros .btn--light:hover { background: var(--white); }

/* ═══════════ HERO ═══════════ */
.gicell-nosotros .nos-hero {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  padding: 120px 0 96px;
}
.gicell-nosotros .nos-hero__inner {
  max-width: 780px;
  text-align: center;
}
.gicell-nosotros .nos-hero .eyebrow { margin-bottom: 22px; }
.gicell-nosotros .nos-hero__title {
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 500;
  line-height: 1.12;
  color: var(--ink);
}
.gicell-nosotros .nos-hero__sub {
  font-size: 15px;
  color: var(--muted);
  max-width: 620px;
  margin: 22px auto 0;
  letter-spacing: 0.01em;
}

/* ═══════════ MISIÓN / HISTORIA ═══════════ */
.gicell-nosotros .nos-story {
  background: var(--white);
  padding: 100px 0;
}
.gicell-nosotros .nos-story__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 70px;
  align-items: center;
}
.gicell-nosotros .nos-story__copy .section-title { margin-bottom: 8px; }
.gicell-nosotros .nos-story__copy .section-text { max-width: none; }

.gicell-nosotros .nos-story__visual {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  padding: 12px 34px;
  overflow: hidden;
}
.gicell-nosotros .nos-story__portrait {
  margin: -12px -34px 12px;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
.gicell-nosotros .nos-story__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 22%;
  display: block;
  filter: grayscale(0);
}
.gicell-nosotros .nos-stat {
  padding: 28px 0;
  text-align: left;
}
.gicell-nosotros .nos-stat + .nos-stat { border-top: 1px solid var(--line); }
.gicell-nosotros .nos-stat__num {
  display: block;
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 500;
  line-height: 1;
  color: var(--ink);
}
.gicell-nosotros .nos-stat__label {
  display: block;
  font-size: 13px;
  color: var(--muted);
  margin-top: 12px;
  max-width: 260px;
}

/* ═══════════ VALORES / METODOLOGÍA ═══════════ */
.gicell-nosotros .nos-values {
  background: var(--paper-2);
  padding: 100px 0;
}
.gicell-nosotros .nos-values__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 56px;
}
.gicell-nosotros .nos-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 34px 28px 32px;
  transition: box-shadow 0.3s, transform 0.3s;
}
.gicell-nosotros .nos-card:hover {
  box-shadow: 0 14px 40px rgba(14, 14, 14, 0.08);
  transform: translateY(-3px);
}
.gicell-nosotros .nos-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid var(--metal);
  color: var(--metal);
  margin-bottom: 22px;
}
.gicell-nosotros .nos-card__icon .ic { width: 22px; height: 22px; stroke-width: 1.4; }
.gicell-nosotros .nos-card__title {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 500;
  color: var(--ink);
}
.gicell-nosotros .nos-card__text {
  font-size: 13.5px;
  color: var(--muted);
  margin-top: 12px;
}

/* ═══════════ EQUIPO DOCENTE ═══════════ */
.gicell-nosotros .nos-team {
  background: var(--white);
  padding: 100px 0;
}
.gicell-nosotros .nos-team__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  margin-top: 56px;
}
/* Una sola instructora: card centrada, no estirada a la izquierda. */
.gicell-nosotros .nos-team__grid.nos-team__grid--solo {
  grid-template-columns: minmax(0, 360px);
  justify-content: center;
}
.gicell-nosotros .nos-team__card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 40px 24px 34px;
  text-align: center;
  transition: box-shadow 0.3s;
}
.gicell-nosotros .nos-team__card:hover { box-shadow: 0 14px 40px rgba(14, 14, 14, 0.08); }
.gicell-nosotros .nos-team__avatar {
  width: 96px;
  height: 96px;
  margin: 0 auto 22px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
}
.gicell-nosotros .nos-team__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gicell-nosotros .nos-team__initial {
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 500;
  color: #14110a;
  line-height: 1;
}
.gicell-nosotros .nos-team__name {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 500;
  color: var(--ink);
}
.gicell-nosotros .nos-team__role {
  font-size: 12px;
  color: var(--muted);
  margin-top: 6px;
  letter-spacing: 0.03em;
}

/* ═══════════ CTA FINAL ═══════════ */
.gicell-nosotros .nos-cta {
  background: var(--black);
  padding: 110px 0;
}
.gicell-nosotros .nos-cta__inner {
  max-width: 620px;
  text-align: center;
}
.gicell-nosotros .nos-cta .eyebrow { color: var(--metal-2); }
.gicell-nosotros .nos-cta__title {
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 500;
  line-height: 1.18;
  color: var(--white);
}
.gicell-nosotros .nos-cta__text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  max-width: 440px;
  margin: 20px auto 32px;
}

/* ═══════════ RESPONSIVE ═══════════ */
@media (max-width: 980px) {
  .gicell-nosotros .nos-story__grid { grid-template-columns: 1fr; gap: 44px; }
  .gicell-nosotros .nos-values__grid { grid-template-columns: 1fr 1fr; }
  .gicell-nosotros .nos-team__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .gicell-nosotros .container { padding: 0 22px; }
  .gicell-nosotros .nos-hero { padding: 90px 0 72px; }
  .gicell-nosotros .nos-hero__title { font-size: 38px; }
  .gicell-nosotros .section-title { font-size: 30px; }
  .gicell-nosotros .nos-story,
  .gicell-nosotros .nos-values,
  .gicell-nosotros .nos-team,
  .gicell-nosotros .nos-cta { padding: 64px 0; }
  .gicell-nosotros .nos-values__grid,
  .gicell-nosotros .nos-team__grid { grid-template-columns: 1fr; }
  .gicell-nosotros .nos-cta__title { font-size: 32px; }
  .gicell-nosotros .nos-story__visual { padding: 8px 26px; }
}
