/**
 * Quiénes Somos — layout responsive / storytelling
 * No modifica header ni menú superior.
 */

/* ── Shell de lectura ── */
.page-about .c-about-page {
  padding: 28px 0 72px;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 120px);
}

.page-about .c-about-shell {
  width: min(1100px, 100%);
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .page-about .c-about-shell {
    padding: 0 28px;
  }
}

@media (min-width: 1100px) {
  .page-about .c-about-shell {
    padding: 0 20px;
  }
}

/* ── Hero ── */
.c-about-hero {
  position: relative;
  min-height: 240px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  overflow: hidden;
}

.c-about-hero--portada {
  min-height: clamp(280px, 42vw, 440px);
}

.c-about-hero__bg {
  position: absolute;
  inset: 0;
  background: #1e3a5f;
}

.c-about-hero__bg img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.c-about-hero--portada .c-about-hero__bg img {
  object-position: 44% 42%;
}

.c-about-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(8, 20, 40, 0.1) 0%,
    rgba(8, 20, 40, 0.28) 48%,
    rgba(8, 20, 40, 0.84) 100%
  );
}

.c-about-hero__content {
  position: relative;
  z-index: 1;
  padding: 40px 0 48px;
  max-width: 720px;
}

.c-about-hero__eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.92;
  margin: 0 0 12px;
  font-weight: 600;
}

.c-about-hero__title {
  font-family: var(--font-display, "Syne", sans-serif);
  font-size: clamp(1.7rem, 4.2vw, 2.55rem);
  font-weight: 800;
  line-height: 1.12;
  margin: 0 0 12px;
}

.c-about-hero__subtitle {
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  line-height: 1.5;
  opacity: 0.94;
  margin: 0;
  max-width: 36ch;
}

/* ── Campaña bar ── */
.c-about-campaign-bar,
.c-about-highlight__cta--campaign {
  display: none;
}

.c-about-campaign-bar {
  margin: 0 0 28px;
  padding: 14px 16px;
  border-radius: 14px;
  background: linear-gradient(90deg, #fff7ed, #ffedd5);
  border: 1px solid #fed7aa;
}

.c-about-campaign-bar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
  font-size: 0.86rem;
  line-height: 1.45;
  color: #9a3412;
}

.c-about-campaign-bar__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #c2410c;
  text-decoration: none;
}

.c-about-campaign-bar__back:hover {
  text-decoration: underline;
}

.page-about--campaign .c-about-campaign-bar {
  display: block;
}

.page-about--campaign .c-about-highlight__cta--campaign {
  display: inline-flex;
}

.page-about--campaign .c-about-highlight a[href="dashboard.html"],
.page-about--campaign .c-header-collective__bar-tools,
.page-about--campaign .c-footer-collective a[href="dashboard.html"] {
  display: none !important;
}

.page-about--campaign .c-header-collective__main--subnav-only {
  display: block !important;
}

/* ── Intro: texto + fundadores ── */
.c-about-intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin: 0 0 56px;
  align-items: start;
}

@media (min-width: 900px) {
  .c-about-intro {
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 360px);
    gap: 36px;
  }
}

.c-about-intro__lead {
  font-size: 1rem;
  line-height: 1.75;
  color: #4b5563;
}

@media (min-width: 768px) {
  .c-about-intro__lead {
    font-size: 1.0625rem;
  }
}

.c-about-intro__lead p {
  margin: 0 0 1.15rem;
}

.c-about-intro__lead p:last-child {
  margin-bottom: 0;
}

.c-about-intro__lead strong {
  color: #111827;
  font-weight: 700;
}

.c-about-founders {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.c-about-founders__label {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
  font-weight: 700;
  margin: 0 0 14px;
}

.c-about-founders__photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 16px;
}

@media (max-width: 520px) {
  .c-about-founders__photos {
    grid-template-columns: 1fr;
  }
}

.c-about-founders__names {
  font-family: var(--font-display, "Syne", sans-serif);
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 8px;
  color: #0f172a;
  line-height: 1.35;
}

.c-about-founders__role {
  margin: 0;
  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.6;
}

.c-about-founders__logo {
  display: block;
  max-width: 110px;
  width: 100%;
  height: auto;
  margin-top: 16px;
  border-radius: 10px;
}

/* ── Secciones ── */
.c-about-section {
  margin: 0 0 56px;
}

.c-about-section__head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 0 0 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e2e8f0;
}

.c-about-section__icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  color: #ea580c;
  font-size: 1.15rem;
  border: 1px solid rgba(234, 88, 12, 0.15);
  box-shadow: 0 8px 20px rgba(234, 88, 12, 0.1);
}

.c-about-section__titles {
  flex: 1;
  min-width: 0;
}

.c-about-section__head h2 {
  font-family: var(--font-display, "Syne", sans-serif);
  font-size: clamp(1.45rem, 3.2vw, 2rem);
  font-weight: 800;
  margin: 0 0 8px;
  color: #0f172a;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.c-about-section__head p {
  margin: 0;
  color: #64748b;
  max-width: 62ch;
  font-size: 1rem;
  line-height: 1.65;
}

/* ── Prosa / notas storytelling ── */
.c-about-prose {
  display: grid;
  gap: 28px;
}

.c-about-prose > p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
  color: #4b5563;
  max-width: 68ch;
}

@media (min-width: 768px) {
  .c-about-prose > p {
    font-size: 1.0625rem;
  }
}

.c-about-note {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: center;
  margin: 0;
  padding: 18px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

@media (min-width: 768px) {
  .c-about-note {
    grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
    gap: 28px;
    padding: 24px;
  }

  .c-about-note--reverse {
    grid-template-columns: minmax(260px, 0.95fr) minmax(0, 1.05fr);
  }

  .c-about-note--reverse > p {
    order: 2;
  }

  .c-about-note--reverse > .c-about-photo,
  .c-about-note--reverse > .c-about-photo-stack,
  .c-about-note--reverse > .c-about-dest-gallery {
    order: 1;
  }
}

.c-about-note--gallery {
  grid-template-columns: 1fr;
}

.c-about-note--center {
  margin-top: 8px;
}

.c-about-note p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
  color: #4b5563;
}

@media (min-width: 768px) {
  .c-about-note p {
    font-size: 1.0625rem;
  }
}

.c-about-note p strong {
  color: #111827;
  font-weight: 700;
}

/* ── Media base ── */
.c-about-photo {
  margin: 0;
  width: 100%;
  max-width: 560px;
}

.c-about-photo img,
.c-about-dest-gallery__item img,
.c-about-milestone__media img,
.c-about-founders__photos img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.c-about-photo img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
}

.c-about-photo--portrait img {
  aspect-ratio: 4 / 5;
  min-height: 180px;
}

.c-about-photo--scene {
  max-width: 100%;
}

.c-about-photo--scene img {
  min-height: 200px;
  max-height: 420px;
  width: 100%;
  object-fit: cover;
}

.c-about-photo--badge {
  max-width: 280px;
  justify-self: center;
}

.c-about-photo--badge img {
  aspect-ratio: auto;
  min-height: 140px;
  max-height: 220px;
  object-fit: contain;
  background: #fff;
  padding: 12px;
}

.c-about-photo figcaption {
  margin-top: 10px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #64748b;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.4;
}

.c-about-photo-stack {
  width: 100%;
  display: grid;
  gap: 14px;
}

.c-about-photo-stack .c-about-photo {
  max-width: 100%;
}

.c-about-photo-stack .c-about-photo--scene img {
  min-height: 160px;
  max-height: 260px;
}

/* ── Galerías destino ── */
.c-about-dest-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

@media (min-width: 640px) {
  .c-about-dest-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .c-about-dest-gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.c-about-dest-gallery--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .c-about-dest-gallery--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.c-about-dest-gallery__item {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #0f172a;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}

.c-about-dest-gallery__item img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.c-about-dest-gallery__item:hover img {
  transform: scale(1.03);
}

.c-about-dest-gallery__item figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 8px 10px;
  font-size: 0.75rem;
  font-weight: 650;
  color: #fff;
  line-height: 1.35;
  background: linear-gradient(180deg, transparent 0%, rgba(15, 23, 42, 0.8) 100%);
}

.c-about-destinations {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.c-about-destinations span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 100%);
  color: #1e40af;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.4;
  border: 1px solid #dbeafe;
}

.c-about-destinations span i {
  color: #ea580c;
  font-size: 0.75rem;
}

/* ── Pilares ── */
.c-about-pillars {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 20px;
}

@media (min-width: 700px) {
  .c-about-pillars {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }
}

.c-about-pillar {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.c-about-pillar__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  color: #ea580c;
  margin-bottom: 14px;
  font-size: 1.1rem;
  border: 1px solid rgba(234, 88, 12, 0.12);
}

.c-about-pillar h3 {
  margin: 0 0 8px;
  font-family: var(--font-display, "Syne", sans-serif);
  font-size: 1.08rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
}

.c-about-pillar p {
  margin: 0;
  color: #4b5563;
  font-size: 0.95rem;
  line-height: 1.65;
}

/* ── Videos ── */
.c-about-section--videos {
  margin-bottom: 56px;
  padding: clamp(20px, 3vw, 32px);
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.c-about-videos {
  display: grid;
  gap: 24px;
}

.c-about-video {
  display: grid;
  gap: 0;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.c-about-video--featured {
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  .c-about-video--featured {
    grid-template-columns: minmax(0, 1.25fr) minmax(240px, 0.75fr);
    align-items: stretch;
  }
}

.c-about-videos__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

@media (min-width: 700px) {
  .c-about-videos__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .c-about-videos__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.c-about-video__embed {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #0f172a;
  max-width: 100%;
}

.c-about-video__embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.c-about-video__copy {
  padding: 16px 18px 18px;
}

.c-about-video--featured .c-about-video__copy {
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.c-about-video__copy h3 {
  margin: 0 0 8px;
  font-family: var(--font-display, "Syne", sans-serif);
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
}

.c-about-video__copy p {
  margin: 0 0 12px;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #4b5563;
}

.c-about-video__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.86rem;
  font-weight: 700;
  color: #c2410c;
  text-decoration: none;
}

.c-about-video__link:hover {
  text-decoration: underline;
}

.c-about-videos__channel {
  margin: 22px 0 0;
  text-align: center;
}

.c-about-videos__channel a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid #fed7aa;
  background: #fff7ed;
  color: #c2410c;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.4;
}

.c-about-videos__channel a:hover {
  background: #ffedd5;
}

/* ── Hitos / milestones ── */
.c-about-section--milestones {
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: clamp(20px, 3vw, 32px);
  margin-bottom: 56px;
}

.c-about-milestones {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.c-about-milestone {
  display: grid;
  grid-template-columns: 1fr;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

@media (min-width: 860px) {
  .c-about-milestone:not(.c-about-milestone--partners):not(.c-about-milestone--highlight) {
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 42%);
  }

  .c-about-milestone:nth-child(even):not(.c-about-milestone--partners):not(.c-about-milestone--highlight) .c-about-milestone__content {
    order: 2;
  }

  .c-about-milestone:nth-child(even):not(.c-about-milestone--partners):not(.c-about-milestone--highlight) .c-about-milestone__media {
    order: 1;
  }
}

.c-about-milestone__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: clamp(20px, 3vw, 32px);
  min-width: 0;
}

.c-about-milestone__tag {
  display: inline-flex;
  align-self: flex-start;
  padding: 7px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  border: 1px solid #fdba74;
  color: #c2410c;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.3;
}

.c-about-milestone__content h3 {
  margin: 0;
  font-family: var(--font-display, "Syne", sans-serif);
  font-size: clamp(1.15rem, 2.2vw, 1.4rem);
  font-weight: 800;
  line-height: 1.3;
  color: #0f172a;
}

.c-about-milestone__content p {
  margin: 0;
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.75;
}

.c-about-milestone__media {
  position: relative;
  margin: 0;
  min-height: 220px;
  background: #0f172a;
}

@media (min-width: 860px) {
  .c-about-milestone__media {
    min-height: 280px;
  }
}

.c-about-milestone__media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.c-about-milestone__media figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.72);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  z-index: 2;
  line-height: 1.3;
}

.c-about-milestone__media--video {
  overflow: hidden;
}

.c-about-milestone__video {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
  cursor: pointer;
}

.c-about-milestone__video:focus-visible {
  outline: 3px solid #fb923c;
  outline-offset: -3px;
}

.c-about-milestone__video-poster {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  display: block;
  transition: opacity 0.25s ease;
}

.c-about-milestone__video-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.25rem;
  pointer-events: none;
  z-index: 1;
}

.c-about-milestone__video-play i {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.58);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.c-about-milestone__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.c-about-milestone__video.is-playing .c-about-milestone__video-poster,
.c-about-milestone__video.is-playing .c-about-milestone__video-play {
  opacity: 0;
}

.c-about-milestone__video.is-playing iframe {
  opacity: 1;
  pointer-events: auto;
}

.c-about-milestone__media--contain {
  background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
  display: grid;
  place-items: center;
  padding: 18px;
}

.c-about-milestone__media--contain img {
  width: auto;
  max-width: 100%;
  max-height: 280px;
  min-height: 0;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.1);
}

.c-about-milestone--badge .c-about-milestone__media {
  min-height: 220px;
}

.c-about-milestone--partners,
.c-about-milestone--highlight {
  grid-template-columns: 1fr;
}

.c-about-milestone--highlight {
  background: linear-gradient(135deg, #fff7ed 0%, #ffffff 55%, #fff 100%);
  border-color: #fed7aa;
}

.c-about-milestone--highlight .c-about-milestone__tag {
  background: #ea580c;
  border-color: #c2410c;
  color: #fff;
}

.c-about-milestone__logo {
  display: block;
  max-width: 140px;
  width: 100%;
  height: auto;
  margin-top: 8px;
  border-radius: 10px;
}

.c-about-milestone__partners {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}

@media (min-width: 640px) {
  .c-about-milestone__partners {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.c-about-milestone__partner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.c-about-milestone__partner img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  flex-shrink: 0;
}

.c-about-milestone__partner span {
  font-size: 0.92rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.35;
}

.c-about-allies-mount {
  display: none;
}

.page-about .c-footer-partners--inline {
  margin: 0 0 48px;
  border-radius: 20px;
  overflow: hidden;
}

/* ── CTA final ── */
.c-about-highlight {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
  color: #fff;
  border-radius: 18px;
  padding: clamp(28px, 4vw, 40px) clamp(18px, 3vw, 28px);
  text-align: center;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
}

.c-about-highlight__logo {
  display: block;
  max-width: 150px;
  width: 100%;
  height: auto;
  margin: 0 auto 16px;
}

.c-about-highlight h2 {
  font-family: var(--font-display, "Syne", sans-serif);
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  font-weight: 800;
  margin: 0 0 12px;
  line-height: 1.25;
}

.c-about-highlight p {
  margin: 0 auto 22px;
  max-width: 58ch;
  line-height: 1.7;
  opacity: 0.94;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.92);
}

.c-about-highlight .c-button {
  margin: 6px 6px 0;
}

.c-about-highlight .c-about-highlight__cta--mail {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.75);
}

.c-about-highlight .c-about-highlight__cta--mail:hover,
.c-about-highlight .c-about-highlight__cta--mail:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border-color: #fff;
}

.c-header-subnav__links a.is-active {
  color: var(--s-color-brand-primary, #e85d04);
  font-weight: 600;
}

/* Timeline legacy (si se reutiliza) */
.c-about-timeline {
  list-style: none;
  margin: 0;
  padding: 4px 0 0;
  position: relative;
}

.c-about-timeline::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, #fdba74 0%, #ea580c 100%);
}

.c-about-timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 16px;
  padding-bottom: 20px;
}

.c-about-timeline__marker {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #ea580c;
  margin-top: 4px;
  z-index: 1;
}

.c-about-timeline__body {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px 16px;
}

.c-about-timeline__body h3 {
  margin: 0 0 6px;
  font-family: var(--font-display, "Syne", sans-serif);
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
}

.c-about-timeline__body p {
  margin: 0;
  color: #4b5563;
  line-height: 1.65;
  font-size: 0.95rem;
}

/* ── Mobile hero tuning ── */
@media (max-width: 700px) {
  .c-about-hero--portada {
    min-height: 300px;
  }

  .c-about-hero--portada .c-about-hero__bg img {
    object-position: 50% 34%;
  }

  .c-about-hero__content {
    padding: 28px 0 36px;
  }

  .c-about-section__head {
    gap: 12px;
  }

  .c-about-section__icon {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
    font-size: 1rem;
  }

  .page-about .c-about-page {
    padding-bottom: max(88px, calc(env(safe-area-inset-bottom, 0px) + 80px));
  }
}
