.nosotros-main {
  overflow: hidden;
  background: var(--paper);
}

/* Hero */
.nosotros-hero {
  display: grid;
  min-height: min(700px, calc(100svh - 78px));
  background: var(--brand-charcoal);
  color: var(--paper);
  grid-template-columns: minmax(440px, 0.95fr) minmax(0, 1.05fr);
}

.nosotros-hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  padding: clamp(56px, 7vw, 100px) clamp(32px, 5.5vw, 90px);
  justify-content: center;
  flex-direction: column;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 3.5%) 1px, transparent 1px) 0 0 / 32px 32px,
    radial-gradient(circle at 18% 76%, rgb(206 15 61 / 16%), transparent 32%);
}

.nosotros-eyebrow {
  margin: 0 0 18px;
  color: var(--brand-red);
  font-family: var(--headline);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  transform: translateY(-20px);
}

.nosotros-hero-copy h1 {
  margin: 0;
  font-family: var(--primary-title);
  font-size: clamp(46px, 5.2vw, 82px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.03em;
  transform: translateY(-20px);
}

.nosotros-hero-copy h1 em {
  color: var(--brand-red);
  font-style: normal;
}

.nosotros-hero-lead {
  max-width: 520px;
  margin: 26px 0 0;
  color: rgb(255 255 255 / 68%);
  font-size: 15px;
  line-height: 1.75;
}

.nosotros-hero-facts {
  display: grid;
  max-width: 560px;
  margin: 70px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid rgb(255 255 255 / 14%);
  list-style: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 0;
}

.nosotros-hero-facts li {
  display: grid;
  padding: 0 18px;
  border-left: 1px solid rgb(255 255 255 / 14%);
  gap: 6px;
}

.nosotros-hero-facts li:first-child {
  padding-left: 0;
  border-left: 0;
}

.nosotros-hero-facts strong {
  font-family: var(--headline);
  font-size: 13px;
  line-height: 1.3;
}

.nosotros-hero-facts span {
  color: rgb(255 255 255 / 48%);
  font-size: 10px;
  line-height: 1.4;
}

.nosotros-hero-media {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #050505;
}

.nosotros-hero-media::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgb(20 18 19 / 45%), transparent 32%),
    linear-gradient(0deg, rgb(0 0 0 / 32%), transparent 40%);
  content: "";
  pointer-events: none;
}

.nosotros-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.nosotros-hero-index {
  position: absolute;
  z-index: 3;
  right: clamp(22px, 3.5vw, 56px);
  bottom: clamp(26px, 3.5vw, 50px);
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgb(255 255 255 / 70%);
  font-family: var(--headline);
  font-size: 9px;
  letter-spacing: 0.16em;
}

.nosotros-hero-index i {
  width: 40px;
  height: 1px;
  background: var(--brand-red);
}

/* Values */
.nosotros-values {
  position: relative;
  padding: clamp(90px, 10vw, 150px) var(--page-gutter) clamp(100px, 11vw, 170px);
  background:
    linear-gradient(rgb(35 31 32 / 3%) 1px, transparent 1px) 0 0 / 36px 36px,
    linear-gradient(90deg, rgb(35 31 32 / 3%) 1px, transparent 1px) 0 0 / 36px 36px,
    var(--paper);
}

.nosotros-top-band {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -9vw;
  width: 30vw;
  height: 100%;
  background: linear-gradient(115deg, transparent 0 34%, rgb(206 15 61 / 6%) 34% 47%, transparent 47%);
  pointer-events: none;
}

.nosotros-values-heading,
.nosotros-values-grid {
  position: relative;
  z-index: 1;
}

.nosotros-values-heading {
  max-width: 720px;
  margin: 0 auto clamp(48px, 5vw, 76px);
  text-align: center;
}

.nosotros-values-heading .nosotros-eyebrow {
  margin-bottom: 2px;
  font-size: 12px;
}

.nosotros-values-heading h2 {
  margin: 0;
  font-family: var(--primary-title);
  font-size: clamp(42px, 4.6vw, 62px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.025em;
}

.nosotros-values-grid {
  display: grid;
  width: min(100%, 1200px);
  margin-inline: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 36px);
}

.nosotros-value-card {
  padding: clamp(36px, 3.8vw, 52px);
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--paper);
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1), border-color 200ms ease;
}

.nosotros-value-card:hover {
  transform: translateY(-4px);
  border-color: var(--brand-silver);
}

.nosotros-value-card-dark {
  border-color: transparent;
  background: var(--brand-charcoal);
  color: var(--paper);
}

.nosotros-value-number {
  display: block;
  margin-bottom: 22px;
  color: var(--brand-red);
  font-family: var(--headline);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.nosotros-value-card h3 {
  margin: 0 0 16px;
  font-family: var(--primary-title);
  font-size: clamp(26px, 2.6vw, 34px);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.nosotros-value-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.75;
}

.nosotros-value-card-dark p {
  color: rgb(255 255 255 / 68%);
}

/* Tagline */
.nosotros-tagline {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 9vw, 120px) var(--page-gutter);
  background: var(--brand-charcoal);
  text-align: center;
}

.nosotros-tagline::before {
  position: absolute;
  inset: -20%;
  background: radial-gradient(circle, rgb(206 15 61 / 20%) 0%, transparent 45%);
  content: "";
  pointer-events: none;
}

.nosotros-tagline p {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  color: var(--paper);
  font-family: var(--body);
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

.nosotros-tagline strong {
  color: var(--brand-red);
  font-family: var(--primary-title);
  font-weight: 700;
}

/* Reveal on scroll */
[data-nosotros-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms cubic-bezier(0.16, 1, 0.3, 1), transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

[data-nosotros-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.nosotros-values-grid .nosotros-value-card:nth-child(2) {
  transition-delay: 0.1s;
}

@media (prefers-reduced-motion: reduce) {
  [data-nosotros-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 900px) {
  .nosotros-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .nosotros-hero-copy {
    padding-top: clamp(130px, 30vw, 180px);
  }

  .nosotros-hero-copy h1 {
    font-size: clamp(30px, 10vw, 40px);
    white-space: nowrap;
  }

  .nosotros-hero-media {
    min-height: 340px;
  }

  .nosotros-values-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .nosotros-hero-facts {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .nosotros-hero-facts li {
    padding-left: 0;
    border-left: 0;
    padding-top: 14px;
    border-top: 1px solid rgb(255 255 255 / 14%);
  }

  .nosotros-hero-facts li:first-child {
    padding-top: 0;
    border-top: 0;
  }
}
