/* ============================================
   VECINOS — Nosotros / About Us
   ============================================ */

/* ── PAGE INTRO ── */
.about-intro {
  border-bottom: var(--border-thick);
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.about-intro__left {
  padding: 80px var(--px);
  border-right: var(--border-thick);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 60px;
}

.about-intro__tag {
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--grey-mid);
  border-top: var(--border);
  padding-top: 12px;
  align-self: flex-start;
}

.about-intro__heading {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(52px, 6.5vw, 112px);
  line-height: 0.93;
  letter-spacing: -0.03em;
}

.about-intro__heading em {
  font-style: normal;
  color: var(--accent);
}

.about-intro__since {
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--grey-mid);
  border-top: var(--border);
  padding-top: 12px;
}

.about-intro__right {
  display: grid;
  grid-template-rows: 1fr auto;
}

.about-intro__img {
  background: var(--grey-light) url('../images/about1.png') center/cover no-repeat;
  border-bottom: var(--border);
  min-height: 420px;
}

.about-intro__aside {
  padding: 40px var(--px);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-intro__aside p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--grey-dark);
}

/* ── MANIFIESTO ── */
.manifiesto {
  border-bottom: var(--border-thick);
  padding: 100px var(--px);
  background: var(--black);
  color: var(--white);
}

.manifiesto__inner {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 80px;
  align-items: start;
}

.manifiesto__label {
  color: var(--grey-mid);
  padding-top: 16px;
  border-top: 2px solid var(--grey-dark);
}

.manifiesto__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.manifiesto__quote {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(28px, 3.5vw, 52px);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.manifiesto__quote em {
  font-style: normal;
  color: var(--accent);
}

.manifiesto__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  border-top: 2px solid var(--grey-dark);
  padding-top: 40px;
}

.manifiesto__body p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--grey-light);
}

/* ── VALORES ── */
.valores {
  border-bottom: var(--border-thick);
}

.valores__header {
  display: flex;
  align-items: baseline;
  gap: 24px;
  padding: 32px var(--px);
  border-bottom: var(--border);
}

.valores__header h2 {
  font-family: var(--font-heading);
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.valores__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.valor-card {
  padding: 48px 32px;
  border-right: var(--border);
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: background 0.15s;
}

.valor-card:last-child { border-right: none; }

.valor-card:hover {
  background: var(--black);
  color: var(--white);
}

.valor-card:hover p { color: var(--grey-light); }

.valor-card__num {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 72px;
  line-height: 1;
  color: var(--accent);
  letter-spacing: -0.03em;
}

.valor-card__title {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.valor-card p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--grey-dark);
  flex: 1;
}

/* ── EQUIPO ── */
.equipo {
  border-bottom: var(--border-thick);
}

.equipo__header {
  display: flex;
  align-items: baseline;
  gap: 24px;
  padding: 32px var(--px);
  border-bottom: var(--border);
}

.equipo__header h2 {
  font-family: var(--font-heading);
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.equipo__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.team-card {
  border-right: var(--border);
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  transition: background 0.15s;
}

.team-card:last-child { border-right: none; }
.team-card:hover { background: var(--black); color: var(--white); }
.team-card:hover .team-card__role { color: var(--grey-light); }
.team-card:hover .team-card__bio { color: var(--grey-light); }

.team-card__img {
  border-right: var(--border);
  overflow: hidden;
  position: relative;
  min-height: 400px;
}

.team-card:nth-child(1) .team-card__img { background: #c8c8c8 url('../images/sandra.png') center top/cover no-repeat; }
.team-card:nth-child(2) .team-card__img { background: #b8b8b8 url('../images/fran.jpeg') center top/cover no-repeat; }

.team-card__body {
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: flex-end;
}

.team-card__name {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(24px, 2.5vw, 36px);
  letter-spacing: -0.02em;
  line-height: 1.0;
}

.team-card__role {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--grey-mid);
  margin-bottom: 8px;
}

.team-card__bio {
  font-size: 14px;
  line-height: 1.7;
  color: var(--grey-dark);
  border-top: var(--border);
  padding-top: 16px;
}

/* ── PROCESO ── */
.proceso {
  border-bottom: var(--border-thick);
  display: grid;
  grid-template-columns: 380px 1fr;
}

.proceso__left {
  padding: 64px var(--px);
  border-right: var(--border-thick);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.proceso__left h2 {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(32px, 3.5vw, 52px);
  line-height: 1.0;
  letter-spacing: -0.02em;
}

.proceso__left h2 em {
  font-style: normal;
  color: var(--accent);
}

.proceso__left p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--grey-dark);
}

.proceso__steps {
  display: flex;
  flex-direction: column;
}

.paso {
  padding: 40px var(--px);
  border-bottom: var(--border);
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 32px;
  align-items: start;
  transition: background 0.15s;
  cursor: default;
}

.paso:last-child { border-bottom: none; }
.paso:hover { background: var(--black); color: var(--white); }
.paso:hover .paso__desc { color: var(--grey-light); }

.paso__num {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 48px;
  line-height: 1;
  color: var(--accent);
  letter-spacing: -0.02em;
}

.paso__title {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
  line-height: 1.1;
}

.paso__desc {
  font-size: 15px;
  line-height: 1.7;
  color: var(--grey-dark);
}

/* ── CLIENTES TICKER ── */
.clientes-ticker {
  border-bottom: var(--border-thick);
  background: var(--accent);
  overflow: hidden;
  white-space: nowrap;
}

.clientes-ticker__track {
  display: inline-flex;
  animation: ticker 22s linear infinite;
}

.clientes-ticker__track span {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white);
  padding: 18px 0;
  margin-right: 56px;
}

.clientes-ticker__track span::after {
  content: '★';
  margin-left: 56px;
  opacity: 0.6;
}

/* ============================================
   RESPONSIVE
   ============================================ */

/* ── Tablet (≤1024px) ── */
@media (max-width: 1024px) {
  .about-intro { grid-template-columns: 1fr; }
  .about-intro__left {
    border-right: none;
    border-bottom: var(--border-thick);
    padding: 64px var(--px);
    gap: 40px;
  }

  .manifiesto__inner { grid-template-columns: 1fr; gap: 40px; }
  .manifiesto__label { display: none; }

  .valores__grid { grid-template-columns: 1fr 1fr; }
  .valor-card:nth-child(2) { border-right: none; }
  .valor-card:nth-child(3) {
    border-right: none;
    border-top: var(--border);
    grid-column: 1 / -1;
  }

  /* equipo ya es 2 cols — sin cambios en tablet */

  .proceso { grid-template-columns: 1fr; }
  .proceso__left {
    position: static;
    border-right: none;
    border-bottom: var(--border-thick);
  }
}

/* ── Mobile (≤768px) ── */
@media (max-width: 768px) {
  .about-intro__aside p { font-size: 16px; }

  .manifiesto { padding: 64px var(--px); }
  .manifiesto__body { grid-template-columns: 1fr; gap: 24px; }

  .valores__grid { grid-template-columns: 1fr; }
  .valor-card { border-right: none; border-bottom: var(--border); }
  .valor-card:last-child { border-bottom: none; }
  .valor-card:nth-child(3) { grid-column: auto; border-top: none; }

  /* equipo: apilar imagen y bio en mobile */
  .team-card { grid-template-columns: 1fr; }
  .team-card:last-child { border-right: none; border-top: var(--border); }
  .team-card__img { aspect-ratio: 3/4; border-right: none; border-bottom: var(--border); min-height: unset; }
  .team-card__body { padding: 28px var(--px); justify-content: flex-start; }

  .paso { grid-template-columns: 44px 1fr; gap: 20px; padding: 32px var(--px); }
  .paso__num { font-size: 36px; }
  .paso__title { font-size: 18px; }
}

/* ── Small mobile (≤480px) ── */
@media (max-width: 480px) {
  .equipo__grid { grid-template-columns: 1fr; }
}