.section-trail {
  position: relative;
  border-bottom: 1px solid var(--border);
  background: var(--bg);
}

.trail-links {
  display: flex;
  gap: 14px;
  align-items: center;
  overflow-x: auto;
  padding: 14px 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
  scrollbar-width: none;
}

.trail-links::-webkit-scrollbar {
  display: none;
}

.trail-links a {
  color: var(--fg);
}

.trail-links a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.trail-dot {
  color: var(--border);
}

.nosotros-page .hero[data-od-id="nosotros-portada"] {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  padding: 0;
  background: var(--fg);
  color: var(--bg);
}

.nosotros-page .hero[data-od-id="nosotros-portada"] .hero-media {
  position: absolute;
  inset: 0;
  margin: 0;
}

.nosotros-page .hero[data-od-id="nosotros-portada"] .hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: color-mix(in srgb, var(--fg) 46%, transparent);
}

.nosotros-page .hero[data-od-id="nosotros-portada"] .hero-media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.nosotros-page .hero[data-od-id="nosotros-portada"] .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
  filter: saturate(0.72) contrast(1.06);
}

.nosotros-page .hero[data-od-id="nosotros-portada"] .hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 720px;
  align-items: flex-end;
  padding-top: 96px;
  padding-bottom: 96px;
}

.nosotros-page .hero[data-od-id="nosotros-portada"] .hero-copy {
  max-width: 860px;
}

.nosotros-page .hero[data-od-id="nosotros-portada"] .eyebrow {
  color: var(--accent);
}

.nosotros-page .hero[data-od-id="nosotros-portada"] h1 {
  max-width: 13ch;
  margin: 24px 0 22px;
  color: var(--bg);
  font-family: var(--font-display);
  font-size: clamp(58px, 6.8vw, 112px);
  font-weight: 550;
  letter-spacing: -0.03em;
  line-height: 0.92;
  text-wrap: balance;
}

.nosotros-page .hero[data-od-id="nosotros-portada"] .lead {
  max-width: 62ch;
  color: var(--bg);
  font-size: 19px;
  line-height: 1.6;
}

.nosotros-page .section {
  scroll-margin-top: 190px;
}

.nosotros-page .context {
  background: var(--bg);
}

.nosotros-page .context-grid {
  display: grid;
  grid-template-columns: 5fr 1fr 6fr;
  gap: 24px;
  align-items: center;
}

.nosotros-page .context-copy {
  grid-column: 1;
}

.nosotros-page .context-copy h2,
.nosotros-page .response-copy h2,
.nosotros-page .principles-copy h2,
.nosotros-page .projection-copy h2 {
  max-width: 15ch;
  margin: 18px 0 26px;
  font-family: var(--font-display);
  font-size: clamp(40px, 4.6vw, 72px);
  font-weight: 550;
  letter-spacing: -0.028em;
  line-height: 1.02;
  text-wrap: balance;
}

.nosotros-page .response-copy h2,
.nosotros-page .principles-copy h2 {
  max-width: 16ch;
  font-size: clamp(36px, 4vw, 62px);
  line-height: 1.05;
  letter-spacing: -0.024em;
}

.nosotros-page .context-copy .body,
.nosotros-page .response-copy .body,
.nosotros-page .principles-copy .body,
.nosotros-page .projection-copy .body {
  max-width: 66ch;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
}

.nosotros-page .context-copy .body + .body,
.nosotros-page .response-copy .body + .body {
  margin-top: 18px;
}

.nosotros-page .context-media {
  grid-column: 3;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--surface);
}

.nosotros-page .context-media picture {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 620px;
}

.nosotros-page .context-media img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.72) contrast(1.04);
}

.nosotros-page .bridge {
  height: 88px;
  background: linear-gradient(to bottom, var(--bg) 0 50%, var(--surface) 50% 100%);
}

.nosotros-page .response {
  background: var(--surface);
}

.nosotros-page .response-layout {
  display: grid;
  grid-template-columns: 5fr 1fr 6fr;
  gap: 24px;
  align-items: start;
}

.nosotros-page .response-copy {
  grid-column: 1;
  position: sticky;
  top: 190px;
}

.nosotros-page .response-cards {
  grid-column: 3;
  display: grid;
  gap: 16px;
}

.nosotros-page .response-card,
.nosotros-page .principle-card,
.nosotros-page .projection-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg);
}

.nosotros-page .response-card {
  padding: 28px;
}

.nosotros-page .response-card h3,
.nosotros-page .principle-card h3,
.nosotros-page .projection-card h3 {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.35;
  text-transform: uppercase;
}

.nosotros-page .response-card p,
.nosotros-page .principle-card p,
.nosotros-page .projection-card p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.nosotros-page .principles {
  background: var(--editorial-bg);
  color: var(--bg);
}

.nosotros-page .principles .eyebrow,
.nosotros-page .projection .eyebrow {
  color: var(--accent);
}

.nosotros-page .principles-grid,
.nosotros-page .projection-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  align-items: start;
}

.nosotros-page .principles-copy {
  grid-column: 1 / 5;
}

.nosotros-page .principles-copy .body {
  color: var(--border);
}

.nosotros-page .principles-cards {
  grid-column: 6 / 13;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.nosotros-page .principle-card {
  min-height: 300px;
  padding: 26px;
  border-color: color-mix(in srgb, var(--bg) 20%, var(--fg));
  background: color-mix(in srgb, var(--bg) 8%, var(--fg));
}

.nosotros-page .principle-card p {
  color: var(--border);
}

.nosotros-page .projection {
  background: var(--surface);
}

.nosotros-page .projection-copy {
  grid-column: 1 / 5;
}

.nosotros-page .projection-cards {
  grid-column: 6 / 13;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.nosotros-page .projection-card {
  min-height: 290px;
  padding: 26px;
}

.nosotros-page .projection-card strong {
  display: block;
  margin-bottom: 64px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.nosotros-page .projection-card h3 {
  color: var(--fg);
}

.nosotros-page .conversion,
.nosotros-page .conversion__copy .eyebrow,
.nosotros-page .conversion__copy h2,
.nosotros-page .conversion__copy .lead {
  color: var(--bg);
}

@media (max-width: 1000px) {
  .nosotros-page .context-grid,
  .nosotros-page .response-layout {
    grid-template-columns: repeat(8, 1fr);
  }

  .nosotros-page .context-copy,
  .nosotros-page .response-copy {
    grid-column: 1 / 4;
  }

  .nosotros-page .context-media,
  .nosotros-page .response-cards {
    grid-column: 4 / 9;
  }

  .nosotros-page .principles-copy,
  .nosotros-page .projection-copy {
    grid-column: 1 / 4;
  }

  .nosotros-page .principles-cards,
  .nosotros-page .projection-cards {
    grid-column: 4 / 13;
  }
}

@media (max-width: 760px) {
  .trail-links {
    gap: 10px;
    padding: 12px 0;
  }

  .nosotros-page .hero[data-od-id="nosotros-portada"],
  .nosotros-page .hero[data-od-id="nosotros-portada"] .hero-content {
    min-height: 620px;
  }

  .nosotros-page .hero[data-od-id="nosotros-portada"] .hero-content {
    padding-top: 72px;
    padding-bottom: 56px;
  }

  .nosotros-page .hero[data-od-id="nosotros-portada"] h1 {
    max-width: 11ch;
    font-size: 52px;
  }

  .nosotros-page .hero[data-od-id="nosotros-portada"] .lead {
    font-size: 17px;
  }

  .nosotros-page .section {
    scroll-margin-top: 138px;
  }

  .nosotros-page .context-grid,
  .nosotros-page .response-layout,
  .nosotros-page .principles-grid,
  .nosotros-page .projection-grid {
    display: block;
  }

  .nosotros-page .context-media {
    min-height: 360px;
    margin-top: 40px;
  }

  .nosotros-page .context-media picture,
  .nosotros-page .context-media img {
    min-height: 360px;
  }

  .nosotros-page .bridge {
    height: 48px;
  }

  .nosotros-page .response-copy {
    position: static;
  }

  .nosotros-page .response-cards,
  .nosotros-page .principles-cards,
  .nosotros-page .projection-cards {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .nosotros-page .principle-card,
  .nosotros-page .projection-card {
    min-height: 0;
  }

  .nosotros-page .projection-card strong {
    margin-bottom: 36px;
  }
}
