/* ============================================================
   EMOTIV — Nosotros (V2)
   Extends styles.css tokens. Aubergine #3A004D · mauve #835E8F
   ============================================================ */

/* ---------- current nav link ---------- */
.nav a.is-current { color: var(--mauve); position: relative; }
.nav a.is-current::after { content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px; background: var(--mauve); border-radius: 2px; }

/* ---------- about hero ---------- */
.about-hero { position: relative; padding-top: 150px; padding-bottom: clamp(2.5rem, 5vw, 4rem); overflow: hidden; }
.about-hero .wrap { text-align: center; max-width: 960px; position: relative; z-index: 2; }
.about-hero .symbol-mark { width: 66px; margin: 0 auto 1.6rem; }
.about-hero .display { font-size: clamp(2.5rem, 5.4vw, 4.6rem); margin-inline: auto; }
.about-hero .lead { margin: 1.6rem auto 0; max-width: 640px; }
.about-hero .wm { position: absolute; left: -8%; top: -4%; width: 40%; max-width: 500px; opacity: .05; pointer-events: none; user-select: none; z-index: 0; }
.about-hero .hero-water { margin-top: 2.4rem; max-width: 720px; margin-inline: auto; }

/* hero team-working collage */
.about-hero .hero-collage-wrap { max-width: 1120px; margin-top: clamp(2.4rem, 4vw, 3.4rem); position: relative; z-index: 2; text-align: left; }
.hero-collage {
  display: grid; grid-template-columns: 1.55fr 1fr; grid-template-rows: 1fr 1fr;
  gap: clamp(.7rem, 1.4vw, 1.1rem); height: clamp(320px, 42vw, 480px);
}
.hero-collage .hc-cell {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  background: linear-gradient(165deg, var(--tint), var(--tint-2)); border: 1px solid var(--line);
  box-shadow: 0 30px 60px -42px rgba(58,0,77,.5);
}
.hero-collage .hc-cell--lg { grid-row: 1 / 3; }
.hero-collage .hc-cell image-slot { width: 100%; height: 100%; display: block; }
.hero-collage .hc-fallback {
  position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: .7rem;
  pointer-events: none; text-align: center;
}
.hero-collage .hc-fallback img { width: 64px; opacity: .42; }
.hero-collage .hc-fallback em { font-style: normal; font-size: .9rem; font-weight: 700; letter-spacing: .04em; color: var(--mauve); opacity: .85; }
.hero-collage .hc-cell:not(.hc-cell--lg) .hc-fallback img { width: 44px; }
@media (max-width: 720px) {
  .hero-collage { grid-template-columns: 1fr 1fr; grid-template-rows: 1.3fr 1fr; height: clamp(300px, 80vw, 420px); }
  .hero-collage .hc-cell--lg { grid-row: 1 / 2; grid-column: 1 / 3; }
}

/* ---------- manifesto (big statement) ---------- */
.manifesto { background: var(--brand); color: #fff; }
.manifesto .wrap { max-width: 1000px; }
.manifesto .eyebrow { color: var(--mauve-soft); }
.manifesto .m-statement {
  font-size: clamp(1.7rem, 3.6vw, 3rem); font-weight: 800; line-height: 1.18;
  letter-spacing: -.02em; color: #fff; margin-top: 1.4rem; text-wrap: balance;
}
.manifesto .m-statement em { font-style: normal; color: var(--mauve-soft); }
.manifesto .m-sub { color: rgba(255,255,255,.78); font-size: clamp(1.1rem, 1.6vw, 1.32rem); margin-top: 1.8rem; max-width: 60ch; }

/* ---------- story (two column editorial) ---------- */
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.story-figure { position: relative; }
.story-figure image-slot { width: 100%; aspect-ratio: 4/5; display: block; border-radius: var(--radius-lg); overflow: hidden; }
.story-figure .fig-fallback {
  position: absolute; inset: 0; border-radius: var(--radius-lg);
  background: linear-gradient(165deg, var(--tint), var(--tint-2)); border: 1px solid var(--line);
  display: grid; place-items: center; pointer-events: none;
}
.story-figure .fig-fallback img { width: 42%; opacity: .8; }
.story-figure .fig-badge {
  position: absolute; left: 22px; bottom: 22px; right: 22px; z-index: 3;
  background: rgba(255,255,255,.92); backdrop-filter: blur(6px);
  border-radius: 14px; padding: 1rem 1.2rem; font-size: .94rem; color: var(--brand); font-weight: 600;
}
.story-body p { color: #3a2842; font-size: 1.1rem; margin-bottom: 1.1rem; }
.story-body p strong { color: var(--brand); }
.story-body .lead { margin-bottom: 1.4rem; }
@media (max-width: 820px) { .story-grid { grid-template-columns: 1fr; gap: 2.6rem; } .story-figure { order: -1; } .story-figure image-slot { aspect-ratio: 16/11; } }

/* ---------- values grid ---------- */
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; margin-top: 3rem; }
.value {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: clamp(1.6rem, 2.6vw, 2.2rem); transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.value:hover { transform: translateY(-4px); box-shadow: 0 24px 50px -28px rgba(58,0,77,.4); border-color: var(--line-strong); }
.value .vicon { width: 48px; height: 48px; border-radius: 13px; background: var(--tint); color: var(--mauve); display: grid; place-items: center; margin-bottom: 1.3rem; }
.value h3 { font-size: 1.28rem; margin-bottom: .6rem; }
.value p { color: #5a4862; font-size: 1.01rem; }
@media (max-width: 900px) { .values { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .values { grid-template-columns: 1fr; } }

/* ---------- approach / neuro angle (dark band) ---------- */
.approach .approach-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(2rem,5vw,4rem); align-items: center; }
.approach .a-list { list-style: none; display: grid; gap: 1.1rem; margin-top: 2rem; }
.approach .a-list li { display: flex; gap: 1rem; align-items: flex-start; }
.approach .a-list .a-n { flex: none; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.1); color: var(--mauve-soft); display: grid; place-items: center; font-weight: 800; font-size: .95rem; margin-top: .1em; }
.approach .a-list h4 { color: #fff; font-size: 1.12rem; font-weight: 700; margin-bottom: .25rem; }
.approach .a-list p { color: rgba(255,255,255,.74); font-size: 1rem; }
.approach .a-visual {
  position: relative; aspect-ratio: 1/1; border-radius: var(--radius-lg);
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.14);
  display: grid; place-items: center; overflow: hidden;
}
.approach .a-visual img { width: 50%; opacity: .9; filter: grayscale(1) brightness(3); }
.approach .a-visual .vcap { position: absolute; left: 24px; right: 24px; bottom: 22px; color: rgba(255,255,255,.7); font-size: .9rem; font-weight: 600; }
@media (max-width: 820px) { .approach .approach-grid { grid-template-columns: 1fr; } .approach .a-visual { order: -1; aspect-ratio: 16/10; } }

/* ---------- stats band ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; margin-top: 1rem; }
.stat { text-align: center; padding: 1.4rem 1rem; }
.stat .s-num { font-size: clamp(2.6rem, 5vw, 3.8rem); font-weight: 800; color: var(--brand); letter-spacing: -.04em; line-height: 1; }
.stat .s-lab { margin-top: .6rem; color: #5a4862; font-size: 1rem; font-weight: 500; }
.section--brand .stat .s-num { color: #fff; }
.section--brand .stat .s-lab { color: rgba(255,255,255,.74); }
@media (max-width: 760px) { .stats { grid-template-columns: 1fr 1fr; gap: 1.6rem; } }

/* ---------- team grid ---------- */
.team { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.4rem, 3vw, 2.2rem); margin-top: 3rem; }
.member { text-align: left; }
.member .m-photo { position: relative; aspect-ratio: 4/5; border-radius: var(--radius); overflow: hidden; background: linear-gradient(165deg, var(--tint), var(--tint-2)); border: 1px solid var(--line); }
.member-photo { width: 100%; height: 100%; display: block; object-fit: cover; }
.member-photo--damian { object-position: 68% 50%; }
.member-photo--maria { object-position: 48% 36%; }
.member-photo--placeholder { display: grid; place-items: center; background:
  linear-gradient(165deg, rgba(114, 183, 170, .22), rgba(159, 123, 163, .28)),
  url("assets/emotiv-symbol.png") center 52% / 44% no-repeat;
}
.member-photo--placeholder span { width: 5.6rem; aspect-ratio: 1; display: grid; place-items: center; border-radius: 999px; background: rgba(255,255,255,.72); border: 1px solid rgba(159,123,163,.2); color: var(--mauve); font-weight: 800; font-size: 1.7rem; letter-spacing: .02em; box-shadow: 0 18px 40px rgba(56,39,64,.08); }
.member h3 { font-size: 1.3rem; margin-top: 1.2rem; margin-bottom: .2rem; }
.member .m-role { color: var(--mauve); font-weight: 700; font-size: .95rem; letter-spacing: .02em; }
.member .m-bio { color: #5a4862; font-size: 1rem; margin-top: .7rem; }
@media (max-width: 860px) { .team { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .team { grid-template-columns: 1fr; max-width: 340px; margin-inline: auto; } }

/* ---------- partners / trust strip ---------- */
.trust { text-align: center; }
.trust .t-label { font-size: .82rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--mauve); }
.trust .t-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem 2.6rem; margin-top: 1.8rem; }
.trust .t-row span { font-size: 1.15rem; font-weight: 700; color: var(--brand); opacity: .55; }

/* ---------- about CTA ---------- */
.about-cta { text-align: center; }
.about-cta .display { font-size: clamp(2rem, 4vw, 3.2rem); margin-inline: auto; max-width: 18ch; }
.about-cta .lead { margin: 1.3rem auto 2.2rem; max-width: 560px; }
