/* ── Nosotros page — Editorial layout ─────────────────────────────── */

/* ── Hero ── */
.nos-hero {
  background: url('assets/hero-gradient.webp') center center / cover no-repeat;
  color: var(--acenza-norte);
  padding: 180px 36px 72px;
  position: relative;
  overflow: hidden;
}
.nos-hero__bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    linear-gradient(to top, rgba(0,0,0,0.52) 0%, rgba(0,0,0,0.18) 35%, transparent 60%),
    linear-gradient(to right, rgba(0,0,0,0.22) 0%, rgba(0,0,0,0.05) 60%, transparent 100%);
}
.nos-hero__inner {
  position: relative; z-index: 1;
  max-width: 1400px; margin: 0 auto;
}
.nos-hero__eyebrow {
  font-family: var(--font-mono);
  font-size: var(--fs-caption);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  opacity: 0.55;
  display: block;
  margin-bottom: var(--sp-6);
}
.nos-hero__title {
  font-size: clamp(48px, 6.8vw, 110px);
  font-weight: var(--fw-regular);
  line-height: var(--lh-tight);
  letter-spacing: var(--tracking-tight);
  margin: 0 0 var(--sp-7);
  max-width: 14ch;
}
.nos-hero__title em {
  font-style: normal;
  color: var(--acenza-norte);
}
.nos-hero__sub {
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: var(--lh-body);
  color: rgba(235,234,219,0.78);
  max-width: 860px;
  font-weight: var(--fw-regular);
}

/* Hero purpose grid */
.nos-hero__purpose {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 56px;
  padding-top: 36px;
  border-top: 1px solid rgba(235,234,219,0.18);
}
.nos-hero__purpose-item {
  padding: 0 40px 0 0;
  border-right: 1px solid rgba(235,234,219,0.18);
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.nos-hero__purpose-item:first-child { padding-left: 0; }
.nos-hero__purpose-item:last-child { border-right: none; margin-right: 0; }
.nos-hero__purpose-label {
  font-family: var(--font-mono);
  font-size: var(--fs-caption);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--acenza-pausa);
}
.nos-hero__purpose-text {
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: var(--lh-body);
  color: rgba(235,234,219,0.78);
  margin: 0;
}
@media (max-width: 900px) {
  .nos-hero__purpose { grid-template-columns: 1fr; margin-top: 56px; padding-top: 40px; }
  .nos-hero__purpose-item {
    padding: 28px 0;
    border-right: none;
    margin-right: 0;
    border-bottom: 1px solid rgba(235,234,219,0.18);
  }
  .nos-hero__purpose-item:first-child { padding-top: 0; }
  .nos-hero__purpose-item:last-child { border-bottom: none; }
}

/* Hero proof */
.nos-hero__proof {
  display: grid;
  grid-template-columns: 1fr 1.6fr 1fr;
  gap: 48px;
  margin-top: 96px;
  padding-top: 48px;
  border-top: 1px solid rgba(235,234,219,0.18);
}
.nos-hero__proof-block {
  display: flex; flex-direction: column;
  gap: 12px;
}
.nos-hero__proof-num {
  font-size: clamp(56px, 6vw, 96px);
  font-weight: var(--fw-regular);
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--acenza-pausa);
}
.nos-hero__proof-num em {
  font-style: normal;
  color: rgba(122,227,220,0.55);
}
.nos-hero__proof-label {
  font-family: var(--font-mono);
  font-size: var(--fs-caption);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  opacity: 0.6;
}
.nos-hero__brands {
  display: flex; flex-wrap: wrap; gap: 6px;
  margin-top: 12px;
}
.nos-hero__brand {
  font-size: var(--fs-body-sm);
  padding: 6px 12px;
  border: 1px solid rgba(235,234,219,0.22);
  color: rgba(235,234,219,0.85);
  background: rgba(235,234,219,0.04);
}
.nos-hero__disciplines {
  display: flex; flex-direction: column;
  gap: 4px;
  margin-top: 12px;
}
.nos-hero__disciplines span {
  font-size: var(--fs-body);
  color: rgba(235,234,219,0.85);
  padding: 4px 0;
  border-bottom: 1px solid rgba(235,234,219,0.1);
}
.nos-hero__disciplines span:last-child { border-bottom: none; }

/* ── Team sections ── */
.nos-team {
  background: var(--acenza-norte);
  padding: 80px 48px 120px;
}
.nos-team--alt {
  background: var(--acenza-norte);
}
.nos-team__head {
  max-width: 1400px;
  margin: 0 auto 64px;
}
.nos-team__eyebrow {
  font-family: var(--font-mono);
  font-size: var(--fs-caption);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  opacity: 0.5;
  display: block;
  margin-bottom: var(--sp-5);
}
.nos-team__heading {
  font-size: clamp(40px, 5vw, 72px);
  font-weight: var(--fw-regular);
  letter-spacing: var(--tracking-tight);
  line-height: var(--lh-title);
  margin: 0;
  max-width: 16ch;
}
.nos-team__heading em {
  font-style: normal;
  color: var(--acenza-impulso);
}

/* Founders: 1 columna, layout horizontal por card */
.nos-team__grid--founders {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 72px;
}
/* Team: 1 columna, layout horizontal por card */
.nos-team__grid--team {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 72px;
}

/* ── Member card (editorial) ── */
.nos-card {
  display: flex;
  flex-direction: row;
  gap: 56px;
  align-items: flex-start;
}
/* Alternar lado: cards pares tienen foto a la derecha — ritmo editorial (solo desktop) */
@media (min-width: 901px) {
  .nos-team__grid--founders .nos-card:nth-child(even),
  .nos-team__grid--team .nos-card:nth-child(even) {
    flex-direction: row-reverse;
  }
}

/* Photo: contenedor con frame de marca */
.nos-card__photo {
  position: relative;
  flex-shrink: 0;
  width: 481px;
  background: var(--bg-muted);
  aspect-ratio: 481 / 566;
  border: 1px solid var(--acenza-pleno);
  padding: 8px;
  box-shadow: var(--shadow-card);
  overflow: hidden;
  transition: box-shadow var(--dur-normal) var(--ease-standard), transform var(--dur-normal) var(--ease-standard);
}
.nos-card:hover .nos-card__photo {
  box-shadow: var(--shadow-lift);
  transform: translateY(-2px);
}
.nos-card__photo img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: top center;
  display: block;
  transition: transform 1.4s var(--ease-emph);
}
.nos-card:hover .nos-card__photo img {
  transform: scale(1.03);
}

/* Lucas: zoom para igualar encuadre corporal con el resto */
.nos-team__grid--team .nos-card:nth-child(2) .nos-card__photo img {
  transform: scale(1.45);
  object-position: top center;
}
.nos-team__grid--team .nos-card:nth-child(2):hover .nos-card__photo img {
  transform: scale(1.48);
}

/* Body */
.nos-card__body {
  flex: 1;
  min-width: 0;
  display: flex; flex-direction: column;
  gap: var(--sp-4);
}
.nos-card__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: var(--fs-caption);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--acenza-impulso);
  margin: 0;
}
.nos-card__sep {
  opacity: 0.4;
  color: var(--fg);
}
.nos-card__eyebrow > span:last-child {
  color: var(--fg-muted);
}
.nos-card__name {
  font-size: clamp(28px, 2.8vw, 44px);
  font-weight: var(--fw-regular);
  line-height: var(--lh-title);
  letter-spacing: var(--tracking-tight);
  margin: 0;
}
.nos-card--founder .nos-card__name {
  font-size: clamp(36px, 3.6vw, 56px);
}
.nos-card__role {
  font-size: var(--fs-body);
  color: var(--fg-muted);
  margin: 0;
}
.nos-card__highlight {
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: var(--lh-body);
  color: var(--fg);
  margin: 8px 0;
  padding: 16px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  font-style: normal;
}
.nos-card__bio {
  display: flex; flex-direction: column; gap: var(--sp-4);
}
.nos-card__bio p {
  font-size: var(--fs-body);
  line-height: var(--lh-loose);
  color: var(--fg-muted);
  margin: 0;
}
.nos-card__bio p:first-child {
  color: var(--fg);
}

.nos-card__linkedin {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: var(--fs-body-sm);
  font-weight: var(--fw-bold);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--fg);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
  width: fit-content;
  margin-top: 8px;
  transition: color var(--dur-fast) var(--ease-standard), border-color var(--dur-fast);
}
.nos-card__linkedin:hover {
  color: var(--acenza-impulso);
  opacity: 1;
}
.nos-card__linkedin svg { flex-shrink: 0; }

/* ── CTA final ── */
.nos-cta {
  background: var(--acenza-pleno);
  color: var(--acenza-norte);
  padding: 120px 36px;
  text-align: center;
}
.nos-cta__inner { max-width: 800px; margin: 0 auto; }
.nos-cta h2 {
  font-size: clamp(36px, 5vw, 80px);
  font-weight: var(--fw-regular);
  letter-spacing: var(--tracking-tight);
  line-height: var(--lh-title);
  margin: 0 0 var(--sp-7);
}
.nos-cta h2 em { font-style: normal; color: var(--acenza-pausa); }
.nos-cta .btn-primary {
  background: var(--acenza-pausa);
  color: var(--acenza-pleno);
}
.nos-cta .btn-primary:hover { background: var(--acenza-norte); }

/* ── Footer ── */
.nos-footer {
  background: var(--acenza-pleno);
  color: var(--acenza-norte);
  padding: 40px 36px;
  border-top: 1px solid rgba(235,234,219,0.1);
  display: flex; justify-content: space-between; align-items: center;
  font-size: var(--fs-caption);
  font-family: var(--font-mono);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  opacity: 0.5;
}

/* Reveal */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s var(--ease-emph), transform 0.7s var(--ease-emph); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: 0.1s; }
.reveal-d2 { transition-delay: 0.2s; }
.reveal-d3 { transition-delay: 0.3s; }
.reveal-d4 { transition-delay: 0.4s; }

/* ── Responsive ── */
@media (max-width: 1000px) {
  .nos-hero__proof { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 900px) {
  .nos-card {
    flex-direction: column;
    gap: var(--sp-6);
  }
  .nos-card__photo,
  .nos-card--team .nos-card__photo {
    width: 100%;
    aspect-ratio: 4/5;
  }
  .nos-team { padding: 80px 24px; }
}
@media (max-width: 600px) {
  .nos-hero { padding: 140px 24px 80px; }
  .nos-hero__proof { margin-top: 64px; }
  .nos-team__head { margin-bottom: 40px; }
}
