/* ═══════════════════════════════════════
   NOSOTROS PAGE — Premium Redesign
═══════════════════════════════════════ */

/* ── HERO ── */
.nos-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  padding-top: var(--header-h);
}

/* Left panel — dark text */
.nos-hero-left {
  background: var(--black);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 5rem var(--pad-x) 5rem clamp(1.5rem, 5vw, 5rem);
  position: relative;
  z-index: 2;
}
.nos-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 0.75rem;
  font-size: 0.65rem; font-weight: 800;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 2rem;
}
.nos-hero-eyebrow::before {
  content: ''; width: 28px; height: 1px; background: var(--gold);
}
.nos-hero-title {
  font-family: var(--ff-display);
  font-size: clamp(3.5rem, 6.5vw, 7rem);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: -0.045em;
  color: var(--white);
  margin-bottom: 2.5rem;
}
.nos-hero-desc {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.75;
  max-width: 42ch;
  margin-bottom: 2.5rem;
}
.nos-hero-pills {
  display: flex; gap: 0.75rem; flex-wrap: wrap;
}
.nos-hero-pill {
  padding: 0.5rem 1.1rem;
  border-radius: 100px;
  border: 1px solid rgba(255,255,255,0.15);
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}

/* Right panel — image */
.nos-hero-right {
  position: relative;
  overflow: hidden;
}
.nos-hero-right img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center top;
  filter: brightness(0.85) saturate(0.9);
  transition: transform 14s ease;
}
.nos-hero:hover .nos-hero-right img { transform: scale(1.03); }
.nos-hero-right::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(10,10,10,0.5) 0%, transparent 50%);
}

/* Floating stat chip */
.nos-hero-stat-chip {
  position: absolute;
  bottom: 2.5rem; left: 2.5rem;
  z-index: 3;
  background: rgba(200,169,110,0.95);
  color: var(--black);
  border-radius: 16px;
  padding: 1.25rem 1.5rem;
  text-align: center;
  line-height: 1.2;
}
.nos-hero-stat-chip strong {
  display: block;
  font-family: var(--ff-display);
  font-size: 2.4rem; font-weight: 900;
  line-height: 1; letter-spacing: -0.03em;
}
.nos-hero-stat-chip span {
  font-size: 0.65rem; font-weight: 800;
  letter-spacing: 0.1em; text-transform: uppercase;
}

/* ── ADN SECTION ── */
.nos-adn {
  background: var(--white);
  padding-block: var(--section-py);
}
.nos-adn-header {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 4rem; flex-wrap: wrap; gap: 2rem;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding-bottom: 2rem;
}
.nos-adn-header h2 {
  font-family: var(--ff-display);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 900; line-height: 0.9;
  letter-spacing: -0.04em; color: var(--black);
}
.nos-adn-header p {
  max-width: 38ch; font-size: 1rem;
  color: #666; line-height: 1.65;
}

.nos-adn-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.nos-adn-item {
  padding: 3rem;
  border-right: 1px solid rgba(0,0,0,0.08);
  transition: background 0.3s;
}
.nos-adn-item:last-child { border-right: none; }
.nos-adn-item:hover { background: #f8f7f4; }
.nos-adn-num {
  font-family: var(--ff-display);
  font-size: 5rem; font-weight: 900;
  line-height: 1; color: rgba(0,0,0,0.06);
  margin-bottom: 1rem; letter-spacing: -0.05em;
}
.nos-adn-label {
  font-size: 0.62rem; font-weight: 800;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold-dk); margin-bottom: 1rem;
  display: block;
}
.nos-adn-value {
  font-family: var(--ff-display);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 800; line-height: 1.1;
  letter-spacing: -0.025em; color: var(--black);
  margin-bottom: 1rem;
}
.nos-adn-desc {
  font-size: 0.9rem; color: #666; line-height: 1.7;
}
.nos-adn-verse-chip {
  display: inline-block;
  margin-top: 1.25rem;
  background: rgba(168,136,62,0.1);
  border-left: 2px solid var(--gold-dk);
  padding: 0.75rem 1rem;
  border-radius: 0 8px 8px 0;
  font-size: 0.82rem;
  color: #444; font-style: italic; line-height: 1.6;
}
.nos-adn-verse-chip cite {
  display: block; font-style: normal;
  font-size: 0.62rem; font-weight: 800;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--gold-dk); margin-top: 0.4rem;
}

/* ── HISTORIA ── */
.nos-historia {
  background: var(--black);
  padding-block: var(--section-py);
  overflow: hidden;
}
.nos-historia-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}
.nos-historia-img-wrap {
  position: relative;
}
.nos-historia-img {
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4/5;
}
.nos-historia-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: sepia(0.15) contrast(1.05);
  transition: transform 0.8s var(--ease);
}
.nos-historia-img-wrap:hover .nos-historia-img img { transform: scale(1.04); }
.nos-historia-badge {
  position: absolute;
  bottom: -1.5rem; right: -1.5rem;
  background: var(--gold);
  color: var(--black);
  border-radius: 18px;
  padding: 1.5rem 1.75rem;
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}
.nos-historia-badge strong {
  display: block;
  font-family: var(--ff-display);
  font-size: 2.8rem; font-weight: 900;
  line-height: 1; letter-spacing: -0.03em;
}
.nos-historia-badge span {
  font-size: 0.65rem; font-weight: 800;
  letter-spacing: 0.1em; text-transform: uppercase;
}
.nos-historia-text {}
.nos-historia-text h2 {
  font-family: var(--ff-display);
  font-size: clamp(2.5rem, 5.5vw, 4rem);
  font-weight: 900; line-height: 0.9;
  letter-spacing: -0.04em; margin-bottom: 2rem;
}
.nos-historia-text p {
  font-size: 1rem; color: rgba(255,255,255,0.62);
  line-height: 1.8; margin-bottom: 1.25rem;
}
.nos-historia-text p:last-of-type { margin-bottom: 2rem; }
.nos-historia-facts {
  display: flex; gap: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  flex-wrap: wrap;
}
.nos-fact {}
.nos-fact-num {
  font-family: var(--ff-display);
  font-size: 2.2rem; font-weight: 900;
  color: var(--gold); line-height: 1;
}
.nos-fact-lbl {
  font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: rgba(255,255,255,0.4); margin-top: 0.25rem;
}

/* ── CREENCIAS ── */
.nos-beliefs {
  background: var(--light-bg);
  padding-block: var(--section-py);
}
.nos-beliefs-head {
  text-align: center; margin-bottom: 5rem;
}
.nos-beliefs-head h2 {
  font-family: var(--ff-display);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 900; line-height: 0.9;
  letter-spacing: -0.04em; color: var(--black);
  margin-top: 1rem; margin-bottom: 1rem;
}
.nos-beliefs-head p {
  font-size: 1rem; color: #666;
  max-width: 52ch; margin-inline: auto;
  line-height: 1.65;
}

/* 9 beliefs grid */
.nos-beliefs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 20px;
  overflow: hidden;
}
.nos-belief-item {
  padding: 2.5rem;
  border-right: 1px solid rgba(0,0,0,0.08);
  border-bottom: 1px solid rgba(0,0,0,0.08);
  background: var(--white);
  transition: background 0.25s var(--ease);
  position: relative;
}
.nos-belief-item:nth-child(3n) { border-right: none; }
.nos-belief-item:nth-child(n+7) { border-bottom: none; }
.nos-belief-item:hover { background: #fafaf8; }
.nos-belief-num {
  font-family: var(--ff-display);
  font-size: 3.5rem; font-weight: 900;
  color: rgba(0,0,0,0.05); line-height: 1;
  position: absolute; top: 1.5rem; right: 1.75rem;
  letter-spacing: -0.05em;
}
.nos-belief-item h4 {
  font-family: var(--ff-display);
  font-size: 1.2rem; font-weight: 800;
  color: var(--black); margin-bottom: 0.625rem;
}
.nos-belief-item p {
  font-size: 0.88rem; color: #555; line-height: 1.7;
}
.nos-belief-ref {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.62rem; font-weight: 800;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold-dk);
  padding: 0.3rem 0.75rem;
  background: rgba(168,136,62,0.1);
  border-radius: 100px;
}

.nos-beliefs-footnote {
  max-width: 56ch;
  margin: 2.5rem auto 0;
  text-align: center;
  font-size: 0.88rem;
  font-style: italic;
  color: #777;
  line-height: 1.7;
}

/* ── TEAM ── */
.nos-team {
  background: var(--black);
  padding-block: var(--section-py);
}
.nos-team-header {
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-bottom: 4rem; flex-wrap: wrap; gap: 2rem;
}
.nos-team-header h2 {
  font-family: var(--ff-display);
  font-size: clamp(2.5rem, 5.5vw, 4rem);
  font-weight: 900; line-height: 0.9;
  letter-spacing: -0.04em;
}
.nos-team-header p {
  max-width: 40ch; font-size: 1rem;
  color: rgba(255,255,255,0.5); line-height: 1.65;
}

/* Lead pastors — feature cards */
.nos-lead-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 5rem;
}
.nos-lead-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 3/4;
  cursor: default;
}
.nos-lead-card img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center top;
  transition: transform 0.7s var(--ease);
  filter: grayscale(20%) contrast(1.05);
}
.nos-lead-card:hover img { transform: scale(1.04); filter: grayscale(0%); }
.nos-lead-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    to top,
    rgba(10,10,10,0.95) 0%,
    rgba(10,10,10,0.4) 50%,
    transparent 100%
  );
}
.nos-lead-info {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 2rem;
}
.nos-lead-role {
  font-size: 0.6rem; font-weight: 800;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 0.4rem;
  display: block;
}
.nos-lead-name {
  font-family: var(--ff-display);
  font-size: 1.8rem; font-weight: 900;
  line-height: 1; letter-spacing: -0.025em;
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .nos-hero { grid-template-columns: 1fr; min-height: auto; }
  .nos-hero-right { height: 55svh; }
  .nos-hero-left { padding: 4rem var(--pad-x); }
  .nos-historia-grid { grid-template-columns: 1fr; gap: 4rem; }
  .nos-historia-badge { right: 1rem; bottom: -1rem; }
  .nos-adn-items { grid-template-columns: 1fr; }
  .nos-adn-item { border-right: none; border-bottom: 1px solid rgba(0,0,0,0.08); }
  .nos-lead-grid { grid-template-columns: 1fr 1fr; }
  .nos-beliefs-grid { grid-template-columns: 1fr 1fr; }
  .nos-belief-item:nth-child(3n) { border-right: 1px solid rgba(0,0,0,0.08); }
  .nos-belief-item:nth-child(2n) { border-right: none; }
}
@media (max-width: 640px) {
  .nos-lead-grid { grid-template-columns: 1fr; }
  .nos-lead-card { aspect-ratio: 4/3; }
  .nos-beliefs-grid { grid-template-columns: 1fr; }
  .nos-belief-item { border-right: none; }
  .nos-belief-item:nth-child(3n) { border-right: none; }
  .nos-historia-facts { gap: 1.5rem; }
}
