.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(320px, 36vw, 420px);
  align-items: flex-end;
}

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

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

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

.c-about-hero--portada .c-about-hero__overlay {
  background: linear-gradient(
    180deg,
    rgba(8, 20, 40, 0.08) 0%,
    rgba(8, 20, 40, 0.18) 45%,
    rgba(8, 20, 40, 0.82) 100%
  );
}

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

.c-about-hero__content {
  position: relative;
  z-index: 1;
  padding: 36px 0 44px;
  max-width: 760px;
}

.c-about-hero__eyebrow {
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.9;
  margin: 0 0 12px;
}

.c-about-hero__title {
  font-family: var(--font-display, 'Syne', sans-serif);
  font-size: clamp(1.75rem, 4vw, 2.6rem);
  line-height: 1.08;
  margin: 0 0 12px;
}

.c-about-hero__subtitle {
  font-size: 1.05rem;
  opacity: 0.92;
  margin: 0;
}

.c-about-page {
  padding: 40px 0 64px;
}

.c-about-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 380px);
  gap: 28px;
  align-items: start;
  margin-bottom: 48px;
}

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

.c-about-intro__lead p + p {
  margin-top: 1rem;
}

.c-about-founders {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 20px;
}

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

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

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

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

.c-about-founders__role {
  margin: 0;
  color: #475569;
  font-size: 0.9rem;
  line-height: 1.55;
}

.c-about-founders__logo {
  display: block;
  max-width: 110px;
  margin-top: 14px;
}

.c-about-section {
  margin-bottom: 48px;
}

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

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

.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.55rem, 3.4vw, 2.15rem);
  font-weight: 800;
  margin: 0 0 8px;
  color: #0f172a;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

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

.c-about-prose {
  max-width: none;
}

.c-about-prose > p {
  line-height: 1.75;
  color: #374151;
  margin: 0 0 1rem;
  font-size: 1.02rem;
}

.c-about-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 48%);
  gap: clamp(20px, 3vw, 36px);
  align-items: center;
  margin-bottom: 2rem;
  padding: 20px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.c-about-note--reverse {
  grid-template-columns: minmax(300px, 48%) minmax(0, 1fr);
}

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

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

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

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

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

.c-about-dest-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 12px;
  margin: 0;
}

.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: 12px;
  border: 1px solid #e5e7eb;
  background: #0f172a;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

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

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

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

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

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

.c-about-photo {
  margin: 0;
  width: 100%;
}

.c-about-photo--scene {
  flex: none;
  max-width: none;
}

.c-about-photo--scene img {
  aspect-ratio: 4 / 3;
  min-height: clamp(260px, 30vw, 380px);
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
}

.c-about-photo--illustration img {
  aspect-ratio: auto;
  min-height: clamp(180px, 22vw, 260px);
  max-height: none;
  object-fit: contain;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
  padding: 12px;
}

.c-about-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
}

.c-about-photo--portrait img {
  aspect-ratio: 1 / 1;
}

.c-about-photo--logo img {
  aspect-ratio: auto;
  max-height: 72px;
  object-fit: contain;
  background: #fff;
  padding: 6px;
}

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

.c-about-photo--badge img {
  aspect-ratio: auto;
  min-height: 160px;
  max-height: 220px;
  width: 100%;
  object-fit: contain;
  background: #fff;
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.c-about-photo figcaption {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #475569;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.c-about-photo-stack {
  width: 100%;
  max-width: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

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

.c-about-photo-stack .c-about-photo--scene img {
  min-height: clamp(180px, 20vw, 240px);
}

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

.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: 13px;
  font-weight: 600;
  border: 1px solid #dbeafe;
}

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

.c-about-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.c-about-pillar {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 18px;
}

.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: 18px;
  border: 1px solid rgba(234, 88, 12, 0.12);
  box-shadow: 0 6px 16px rgba(234, 88, 12, 0.1);
}

.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;
}

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

.c-about-highlight {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
  color: #fff;
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
}

.c-about-highlight h2 {
  font-family: var(--font-display, 'Syne', sans-serif);
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  margin: 0 0 12px;
}

.c-about-highlight p {
  margin: 0 auto 20px;
  max-width: 640px;
  line-height: 1.65;
  opacity: 0.92;
}

.c-about-highlight .c-button {
  margin-top: 8px;
}

.c-about-highlight .c-about-highlight__cta--mail {
  margin-left: 8px;
  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-about-highlight__logo {
  display: block;
  max-width: 150px;
  margin: 0 auto 14px;
}

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

.c-about-section--videos {
  margin-bottom: 48px;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

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

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

.c-about-video--featured {
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  align-items: center;
}

.c-about-videos__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

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

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

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

.c-about-video--featured .c-about-video__copy {
  padding: 18px 20px 20px 0;
}

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

.c-about-video__copy p {
  margin: 0 0 12px;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #475569;
}

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

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

.c-about-videos__channel {
  margin: 20px 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;
}

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

.c-about-section--milestones {
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: clamp(24px, 4vw, 36px);
}

.c-about-milestones {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2.5vw, 24px);
}

.c-about-milestone {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 480px);
  align-items: stretch;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.06);
}

.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: 10px;
  padding: clamp(22px, 3vw, 34px);
  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: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.c-about-milestone__content h3 {
  margin: 0;
  font-family: var(--font-display, 'Syne', sans-serif);
  font-size: clamp(1.2rem, 2.4vw, 1.45rem);
  font-weight: 800;
  line-height: 1.25;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.c-about-milestone__content p {
  margin: 0;
  color: #475569;
  font-size: 1.02rem;
  line-height: 1.72;
}

.c-about-milestone__media {
  position: relative;
  margin: 0;
  min-height: clamp(280px, 32vw, 380px);
  background: #0f172a;
}

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

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

.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.35rem;
  pointer-events: none;
  z-index: 1;
}

.c-about-milestone__video-play i {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.58);
  box-shadow: 0 10px 30px 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: clamp(16px, 2vw, 24px);
}

.c-about-milestone__media--contain img {
  width: auto;
  max-width: 100%;
  max-height: min(320px, 100%);
  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: 0;
}

.c-about-milestone--badge .c-about-milestone__media--contain {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: clamp(10px, 1.2vw, 16px);
  height: 100%;
}

.c-about-milestone--badge .c-about-milestone__media--contain img {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: none;
  min-height: 100%;
  object-fit: contain;
  object-position: center;
  align-self: stretch;
}

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

.c-about-milestone--partners .c-about-milestone__partners {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.c-about-milestone--partners .c-about-milestone__partner {
  min-width: 0;
  padding: 16px 18px;
}

.c-about-milestone--partners .c-about-milestone__partner img {
  width: 64px;
  height: 64px;
}

.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;
  margin-top: 8px;
  border-radius: 10px;
}

.c-about-milestone__partners {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}

.c-about-milestone__partner {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: min(100%, 220px);
  padding: 12px 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: 14px;
  font-weight: 700;
  color: #0f172a;
}

.c-about-milestone__partner.is-fallback span {
  font-size: 15px;
}

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

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

.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__item:last-child {
  padding-bottom: 0;
}

.c-about-timeline__marker {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #ea580c;
  box-shadow: 0 0 0 3px rgba(234, 88, 12, 0.1);
  margin-top: 4px;
  position: relative;
  z-index: 1;
}

.c-about-timeline__item--highlight .c-about-timeline__marker {
  background: #ea580c;
  border-color: #c2410c;
}

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

.c-about-timeline__body--with-photo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(200px, 320px);
  gap: 20px;
  align-items: center;
}

.c-about-timeline__body--with-photo .c-about-photo {
  max-width: none;
  width: 100%;
}

.c-about-timeline__body--with-photo .c-about-photo img {
  min-height: 180px;
  max-height: none;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.c-about-timeline__body--with-photo .c-about-photo--badge img {
  aspect-ratio: auto;
  min-height: 150px;
  max-height: 200px;
  object-fit: contain;
}

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

.c-about-timeline__year {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ea580c;
  font-weight: 600;
}

.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.6;
  font-size: 0.9rem;
}

.c-about-timeline__logo {
  display: block;
  max-width: 120px;
  margin-top: 10px;
}

@media (max-width: 900px) {
  .c-about-intro,
  .c-about-pillars {
    grid-template-columns: 1fr;
  }

  .c-about-hero--portada {
    min-height: 340px;
  }

  .c-about-hero--portada .c-about-hero__bg img {
    object-position: 48% 38%;
  }

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

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

  .c-about-note--reverse p,
  .c-about-note--reverse .c-about-photo,
  .c-about-note--reverse .c-about-photo-stack {
    order: unset;
  }

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

  .c-about-photo--scene img {
    min-height: 220px;
  }

  .c-about-milestone,
  .c-about-milestone:nth-child(even):not(.c-about-milestone--partners):not(.c-about-milestone--highlight) .c-about-milestone__content,
  .c-about-milestone:nth-child(even):not(.c-about-milestone--partners):not(.c-about-milestone--highlight) .c-about-milestone__media,
  .c-about-milestone--partners {
    grid-template-columns: 1fr;
  }

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

  .c-about-milestone__media {
    min-height: clamp(220px, 52vw, 300px);
  }

  .c-about-milestone--badge .c-about-milestone__media {
    min-height: clamp(240px, 58vw, 340px);
  }

  .c-about-milestone--badge .c-about-milestone__media--contain img {
    min-height: 100%;
    height: 100%;
  }

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

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

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

  .c-about-section--milestones {
    padding: 20px 16px;
  }

  .c-about-section--videos {
    padding: 20px 16px;
  }

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

  .c-about-video--featured .c-about-video__copy {
    padding: 0 18px 18px;
  }

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

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

  .c-about-hero--portada {
    min-height: 360px;
  }

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

/* Modo campaña — visitantes desde landing Grand Tour (sin login ni catálogo) */
.c-about-campaign-bar,
.c-about-highlight__cta--campaign {
  display: none;
}

.c-about-campaign-bar {
  margin-bottom: 24px;
  padding: 12px 0;
  background: linear-gradient(90deg, #fff7ed, #ffedd5);
  border-bottom: 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: 13px;
  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__main,
.page-about--campaign .c-header-collective__bar-tools,
.page-about--campaign .c-footer-collective a[href="dashboard.html"] {
  display: none !important;
}
