  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; scroll-padding-top: 86px; }
  body {
    margin: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: #fafafa;
    color: #111;
    overflow-x: hidden;
  }
  .grad { background: linear-gradient(90deg,#d946ef,#6366f1,#3b82f6); -webkit-background-clip: text; background-clip: text; color: transparent; }
  .shell { max-width: 1100px; margin: 0 auto; padding: 0 32px; }

  /* ---------- NAV: PÍLDORA GLASS FLOTANTE ---------- */
  nav {
    position: fixed; top: 18px; left: 0; right: 0; z-index: 500;
    display: flex; justify-content: center;
    pointer-events: none;
  }
  .nav-shell {
    pointer-events: auto;
    display: inline-flex; align-items: center; gap: 36px;
    width: auto; max-width: calc(100% - 32px);
    padding: 10px 24px;
    border-radius: 999px;
    background: rgba(250, 250, 250, .6);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(17, 17, 17, .08);
    box-shadow: 0 10px 34px rgba(17, 17, 17, .07);
    transition: background .3s ease, border-color .3s ease, box-shadow .3s ease;
  }
  .nav-logo { position: relative; z-index: 2; display: inline-block; text-decoration: none; line-height: 0; }
  .nav-logo img { height: 26px; display: block; transition: filter .3s ease; }

  .nav-menu { display: flex; align-items: center; gap: 32px; }
  .nav-link {
    position: relative; font-size: 12px; font-weight: 700; letter-spacing: 1.5px;
    color: #777; text-decoration: none; padding: 4px 0; transition: color .2s ease;
  }
  .nav-link:hover { color: #111; }
  .nav-link.is-active { color: #111; }
  .nav-link.is-active::after {
    content: ''; position: absolute; left: 0; right: 0; bottom: -3px; height: 2px; border-radius: 2px;
    background: linear-gradient(90deg,#d946ef,#6366f1,#3b82f6);
  }

  .nav-toggle {
    display: none; position: relative; z-index: 2;
    flex-direction: column; justify-content: center; gap: 5px;
    width: 30px; height: 30px; padding: 0; border: 0; background: none; cursor: pointer;
  }
  .nav-toggle span {
    display: block; height: 2px; width: 22px; border-radius: 2px; background: #111;
    transition: transform .25s ease, background .25s ease;
  }
  .nav-toggle.open span:nth-child(1) { transform: translateY(3.5px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }

  /* ---------- HERO ---------- */
  .hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; }
  .hero-ghost {
    position: absolute; top: 50%; left: 0; width: 100%; transform: translateY(-50%);
    font-size: clamp(90px, 17vw, 240px); font-weight: 900; line-height: .82; letter-spacing: -6px;
    color: #f1f1ef; white-space: nowrap; pointer-events: none; user-select: none; z-index: 0;
    padding-left: 4vw;
  }
  .hero-cross { position: absolute; inset: 0; pointer-events: none; z-index: 1; }
  .hero-cross::before {
    content: ''; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: #ececea;
  }
  .hero-cross::after {
    content: ''; position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: #ececea;
  }
  .hero-inner { position: relative; z-index: 2; width: 100%; }
  .hero-title {
    font-size: clamp(54px, 11vw, 132px); font-weight: 900; line-height: .86; letter-spacing: -5px;
    margin: 0; text-transform: uppercase;
  }
  .hero-title span { display: block; }
  /* un solo degradado sobre todo el bloque: cada linea toma su tramo segun su ancho */
  .hero-title {
    background: linear-gradient(95deg, #e935f0 0%, #c13ff2 28%, #8b5cf6 58%, #5b8df6 100%);
    -webkit-background-clip: text; background-clip: text; color: transparent;
    width: fit-content;
  }
  .hero-sub { font-size: 15px; color: #555; line-height: 1.65; margin-top: 26px; max-width: 320px; }

  /* ---------- CONSTRUCCIÓN CON SCROLL ---------- */
  .scroll-zone { height: 460vh; position: relative; }
  .sticky {
    position: sticky; top: 0; height: 100vh; overflow: hidden;
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 28px;
  }
  .phase-wrap { height: 44px; position: relative; width: 100%; text-align: center; }
  .phase-text {
    position: absolute; inset: 0; font-size: clamp(20px, 3.2vw, 30px); font-weight: 900; letter-spacing: -1px;
    opacity: 0; transition: opacity .5s ease, transform .5s ease; transform: translateY(10px);
    display: flex; align-items: center; justify-content: center; white-space: nowrap;
  }
  .phase-text.on { opacity: 1; transform: translateY(0); }

  .device-mobile { display: none; }
  .device-laptop { width: min(760px, 84vw); }
  .laptop-screen { background: #1c1c1e; border-radius: 14px 14px 4px 4px; padding: 12px 12px 0; box-shadow: 0 30px 60px rgba(0,0,0,.14); }
  .laptop-viewport { background: #f4f4f2; border-radius: 6px 6px 0 0; height: 400px; overflow: hidden; padding: 14px; }
  .laptop-base { height: 14px; background: linear-gradient(180deg,#d8d8da,#b9b9bc); border-radius: 0 0 12px 12px; position: relative; }
  .laptop-base::after { content: ''; position: absolute; left: 50%; transform: translateX(-50%); top: 0; width: 90px; height: 5px; background: #a6a6a9; border-radius: 0 0 6px 6px; }

  .phone-frame { width: 270px; background: #1c1c1e; border-radius: 34px; padding: 10px; box-shadow: 0 24px 50px rgba(0,0,0,.16); margin: 0 auto; }
  .phone-viewport { background: #f4f4f2; border-radius: 26px; height: 460px; overflow: hidden; padding: 12px; position: relative; }
  .phone-notch { position: absolute; top: 8px; left: 50%; transform: translateX(-50%); width: 70px; height: 5px; background: #1c1c1e; border-radius: 10px; z-index: 6; }

  .mock { display: grid; gap: 10px; }
  .box { border-radius: 3px; background: #e0dedb; position: relative; overflow: hidden;
    transition: background .9s ease, border-radius .9s ease, height .7s cubic-bezier(.65,0,.35,1); }
  .box .inner { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; padding: 0 16px; opacity: 0; transition: opacity .55s ease; }
  .row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; }
  .b-nav { height: 36px; }
  .b-hero { height: 130px; position: relative; }
  .b-card { height: 96px; border: 2px solid transparent;
    transition: background .9s ease, border-radius .9s ease, height .7s cubic-bezier(.65,0,.35,1), border-color .7s ease; }
  .stage.filled .box { background: #fff; border-radius: 10px; }
  .stage.filled .box .inner { opacity: 1; }
  .stage.filled .b-hero { height: 160px; }
  .hero-color { position: absolute; inset: 0; background: linear-gradient(125deg,#c2410c,#ea580c,#f59e0b); opacity: 0; z-index: 1; }
  .b-hero .inner { z-index: 2; }
  .stage.accented .b-card { border-color: #f0eae4; }
  .stage.accented .b-card:nth-child(2) { transition-delay: .12s; }
  .stage.accented .b-card:nth-child(3) { transition-delay: .24s; }
  .fake-label { transition: color .8s ease; font-size: 9px; font-weight: 700; letter-spacing: 1.5px; color: #bbb; margin-bottom: 5px; }
  .stage.accented .fake-label { color: #c2410c; }
  .stage.accented .b-card:nth-child(2) .fake-label { transition-delay: .12s; }
  .stage.accented .b-card:nth-child(3) .fake-label { transition-delay: .24s; }
  .fake-title { font-size: 21px; font-weight: 900; letter-spacing: -.5px; line-height: 1.08; transition: color .6s ease; }
  .fake-sub { font-size: 11px; margin-top: 5px; opacity: .75; transition: color .6s ease; }
  .fake-card-t { font-size: 13px; font-weight: 900; }
  .fake-line { height: 6px; border-radius: 4px; background: #efece8; margin-top: 7px; }
  .fake-line.short { width: 55%; }
  .nav-inner { flex-direction: row !important; align-items: center; justify-content: space-between; }
  .nav-logo-ph { width: 78px; height: 8px; border-radius: 5px; background: #ddd8d3; }
  .nav-items { display: flex; gap: 12px; font-size: 9px; font-weight: 700; color: #bbb; letter-spacing: 1px; }
  .nav-burger { width: 18px; height: 10px; display: none; flex-direction: column; justify-content: space-between; }
  .nav-burger i { display: block; height: 2px; background: #ccc; border-radius: 2px; }

  /* ---------- MANIFIESTO ---------- */
  .manifesto { padding: 110px 0 100px; }
  .manifesto-title {
    font-size: clamp(34px, 6.4vw, 76px); font-weight: 900; line-height: .95; letter-spacing: -3px;
    margin: 0; text-transform: uppercase;
  }
  .manifesto-sub { font-size: 14px; color: #666; line-height: 1.8; margin-top: 30px; max-width: 420px; }
  .manifesto-name {
    font-size: clamp(30px, 5.6vw, 64px); font-weight: 900; letter-spacing: -2.5px; line-height: 1;
    margin-top: 70px; text-transform: uppercase;
  }
  .manifesto-role { font-size: 12px; color: #777; letter-spacing: .5px; margin-top: 12px; line-height: 1.7; }

  /* ---------- VISIÓN ---------- */
  .vision { position: relative; overflow: hidden; background: linear-gradient(125deg,#8b3fd4,#6d5ae0,#3b82f6); padding: 110px 0 120px; }
  .vision::before { content: ''; position: absolute; width: 520px; height: 520px; right: -8%; top: -30%; background: rgba(255,255,255,.07); border-radius: 46% 54% 50% 50% / 58% 42% 58% 42%; }
  .vision::after { content: ''; position: absolute; width: 300px; height: 300px; left: 4%; bottom: -22%; background: rgba(255,255,255,.05); border-radius: 50%; }
  .vision .shell { position: relative; z-index: 2; }
  .vision-top { display: flex; justify-content: space-between; font-size: 11px; letter-spacing: 2px; color: rgba(255,255,255,.65); font-weight: 700; margin-bottom: 56px; }
  .vision-label { font-size: 12px; letter-spacing: 3px; color: rgba(255,255,255,.75); font-weight: 700; margin-bottom: 18px; }
  .vision h2 { font-size: clamp(38px, 6.4vw, 64px); font-weight: 900; line-height: .95; letter-spacing: -2.5px; color: #fff; margin: 0 0 40px; }
  .vision-text { font-size: clamp(18px, 2.4vw, 25px); line-height: 1.5; color: #fff; font-weight: 500; max-width: 780px; margin: 0; }
  .vision-text strong { font-weight: 900; }
  .vision-foot { margin-top: 44px; font-size: 13px; letter-spacing: 1px; color: rgba(255,255,255,.7); font-weight: 700; }
  .vision-link {
    display: inline-block; margin-top: 44px; font-size: 13px; letter-spacing: 1px; font-weight: 700;
    color: #fff; text-decoration: none; border-bottom: 2px solid rgba(255,255,255,.4); padding-bottom: 6px;
    transition: border-color .2s ease;
  }
  .vision-link:hover { border-bottom-color: #fff; }

  /* ---------- LO QUE HAGO ---------- */
  .doing { position: relative; padding: 100px 0 110px; overflow: hidden; }
  .doing-ghost {
    position: absolute; top: 46px; left: 0; width: 100%;
    font-size: clamp(40px, 8.4vw, 116px); font-weight: 900; letter-spacing: -4px; line-height: .9;
    color: #f1f1ef; pointer-events: none; user-select: none; z-index: 0; padding: 0 32px;
  }
  .doing .shell { position: relative; z-index: 2; }
  .doing-label { font-size: 11px; letter-spacing: 3px; color: #999; font-weight: 700; margin-bottom: 14px; }
  .doing-title { font-size: clamp(32px, 5.2vw, 48px); font-weight: 900; letter-spacing: -2px; line-height: .98; margin: 0 0 56px; }
  .cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .card {
    background: #fff; border: 2px solid #eee; border-radius: 18px; padding: 28px 26px 26px;
    text-decoration: none; color: inherit; display: flex; flex-direction: column;
    transition: border-color .2s ease, transform .2s ease;
  }
  .card:hover { border-color: #c4b5fd; transform: translateY(-3px); }
  .card-label { font-size: 10px; font-weight: 700; letter-spacing: 2px; color: #a855f7; margin-bottom: 14px; }
  .card-title { font-size: 21px; font-weight: 900; letter-spacing: -.5px; line-height: 1.15; margin-bottom: 12px; }
  .card-desc { font-size: 14px; line-height: 1.7; color: #777; margin-bottom: 20px; flex: 1; }
  .card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 22px; }
  .tag { font-size: 10px; font-weight: 700; letter-spacing: .5px; color: #888; background: #f5f5f3; border-radius: 20px; padding: 5px 11px; }
  .card-cta { font-size: 12px; font-weight: 700; letter-spacing: 1px; color: #111; }

  /* ---------- CONTACTO ---------- */
  .contact { position: relative; padding: 100px 0 60px; overflow: hidden; }
  .contact-ghost {
    position: absolute; top: 56px; left: 0; width: 100%;
    font-size: clamp(38px, 8vw, 104px); font-weight: 900; letter-spacing: -4px; line-height: .92;
    color: #f1f1ef; pointer-events: none; user-select: none; z-index: 0; padding: 0 32px;
  }
  .contact .shell { position: relative; z-index: 2; }
  .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
  .contact-label { font-size: 11px; letter-spacing: 3px; color: #999; font-weight: 700; margin-bottom: 14px; }
  .contact-title { font-size: clamp(32px, 5vw, 46px); font-weight: 900; letter-spacing: -2px; line-height: 1.0; margin: 0 0 18px; }
  .contact-sub { font-size: 11px; letter-spacing: 1.5px; color: #999; font-weight: 700; line-height: 1.9; margin-bottom: 36px; }
  .links a {
    display: block; font-size: clamp(19px, 2.6vw, 24px); font-weight: 900; color: #111; text-decoration: none;
    border-bottom: 2px solid #eee; padding-bottom: 8px; margin-bottom: 16px; width: fit-content;
    transition: border-color .2s ease;
  }
  .links a:hover { border-bottom-color: #a855f7; }
  .links .note { font-size: 11px; font-weight: 700; color: #ccc; letter-spacing: 1px; }

  footer { max-width: 1100px; margin: 0 auto; padding: 50px 32px 60px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
  .foot-left { font-size: 12px; color: #999; line-height: 1.7; }
  .foot-left strong { color: #111; }
  .foot-right { font-size: 12px; color: #999; }

  /* ---------- RESPONSIVE ---------- */
  @media (max-width: 860px) {
    .shell { padding: 0 22px; }

    /* la píldora se queda solo con logo + burger */
    nav { top: 14px; }
    .nav-shell { gap: 18px; padding: 9px 12px 9px 20px; }
    .nav-logo img { height: 24px; }
    .nav-toggle { display: flex; }

    /* menú a pantalla completa, fondo negro */
    .nav-menu {
      position: fixed; inset: 0; z-index: 1;
      flex-direction: column; align-items: flex-start; justify-content: center; gap: 0;
      background: #111; padding: 0 30px;
      opacity: 0; visibility: hidden;
      transition: opacity .3s ease, visibility .3s ease;
    }
    .nav-menu.open { opacity: 1; visibility: visible; }
    .nav-link {
      font-size: clamp(34px, 11vw, 54px); font-weight: 900; letter-spacing: -2px;
      color: rgba(255, 255, 255, .45); padding: 12px 0;
    }
    .nav-link:hover { color: #fff; }
    .nav-link.is-active { color: #fff; }
    .nav-link.is-active::after { left: 0; right: auto; bottom: 6px; width: 46px; height: 3px; }

    /* con el menú abierto, la píldora desaparece y el logo se invierte */
    body.nav-open { overflow: hidden; }
    body.nav-open .nav-shell {
      background: transparent; border-color: transparent; box-shadow: none;
      -webkit-backdrop-filter: none; backdrop-filter: none;
    }
    body.nav-open .nav-logo img { filter: invert(1); }
    body.nav-open .nav-toggle span { background: #fff; }
    .cards { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; gap: 10px; }
    .doing { padding: 70px 0 76px; }
    .contact { padding: 70px 0 40px; }
    .vision { padding: 76px 0 84px; }
    .manifesto { padding: 76px 0 70px; }
    .manifesto-name { margin-top: 48px; }
    .vision-top { margin-bottom: 36px; font-size: 10px; }
    footer { padding: 40px 22px 50px; }
    .hero-title { letter-spacing: -3px; }
    .hero-ghost { letter-spacing: -3px; }
  }

  @media (max-width: 760px) {
    .device-laptop { display: none; }
    .device-mobile { display: block; }
    .phase-wrap { height: 32px; }
    .sticky { gap: 20px; }
    .row { grid-template-columns: 1fr; }
    .nav-items { display: none; }
    .nav-burger { display: flex; }
    .b-hero { height: 150px; }
    .stage.filled .b-hero { height: 175px; }
    .b-card { height: 64px; }
    .fake-title { font-size: 19px; }
  }

/* ---------- PÁGINAS DE LISTADO (producto / obra / formación) ---------- */
.page-header { position: relative; overflow: hidden; padding: 150px 0 50px; }
.page-ghost {
  position: absolute; top: 84px; left: 0; width: 100%;
  font-size: clamp(46px, 10vw, 140px); font-weight: 900; letter-spacing: -4px; line-height: .9;
  color: #f1f1ef; white-space: nowrap; pointer-events: none; user-select: none; z-index: 0;
  padding: 0 32px; text-transform: uppercase;
}
.page-header .shell { position: relative; z-index: 2; }
.page-label { font-size: 11px; letter-spacing: 3px; color: #999; font-weight: 700; margin-bottom: 14px; }
.page-title {
  font-size: clamp(40px, 7vw, 84px); font-weight: 900; line-height: .95; letter-spacing: -3px;
  margin: 0 0 22px; text-transform: uppercase;
}
.page-sub { font-size: 15px; color: #555; line-height: 1.7; max-width: 560px; margin: 0 0 26px; }
.page-tags { display: flex; flex-wrap: wrap; gap: 8px; }

.projects { padding: 0 0 110px; }

/* Filtro con indicador deslizante */
.filter-bar {
  position: relative; display: inline-flex; flex-wrap: wrap; gap: 2px;
  margin: 10px 0 44px; padding: 6px; background: #fff; border: 2px solid #eee; border-radius: 30px;
}
.filter-indicator {
  position: absolute; top: 0; left: 0; z-index: 0; border-radius: 24px;
  background: linear-gradient(95deg, #e935f0, #8b5cf6, #5b8df6);
  transition: transform .38s cubic-bezier(.65,0,.35,1), width .38s cubic-bezier(.65,0,.35,1), height .38s cubic-bezier(.65,0,.35,1);
}
.filter-btn {
  position: relative; z-index: 1;
  font-family: inherit; font-size: 12px; font-weight: 700; letter-spacing: .5px; color: #777;
  background: transparent; border: none; border-radius: 24px; padding: 9px 18px;
  cursor: pointer; transition: color .3s ease;
}
.filter-btn:hover:not(.active) { color: #111; }
.filter-btn.active { color: #fff; }

/* Tarjetas: miniatura */
.card-thumb {
  width: 40px; height: 40px; border-radius: 10px; margin-bottom: 16px;
  display: flex; align-items: center; justify-content: center; color: #a855f7;
  background: #f5f5f3;
}
.card-thumb svg { width: 20px; height: 20px; }

.card-status {
  display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: .5px;
  color: #a855f7; background: #f5eeff; border-radius: 20px; padding: 5px 11px; margin-bottom: 14px;
  width: fit-content;
}

.card.is-hidden { display: none; }

/* Obra: piezas con presencia propia, no una lista */
.piece {
  opacity: 0; transform: translateY(24px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.22,.8,.32,1);
}
.piece.show { opacity: 1; transform: translateY(0); }

.pieces { padding: 0 0 30px; }

/* marco para la imagen que falta: listo para recibir el archivo real */
.art-frame {
  border-radius: 18px; border: 2px dashed #ddd; background: #fafafa;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
  color: #ccc; width: 100%;
}
.art-frame svg { width: 30px; height: 30px; }
.art-frame span { font-size: 10px; letter-spacing: .3px; color: #bbb; }

/* Food for the Roots: imagen + texto, asimétrico */
.piece-visual {
  display: grid; grid-template-columns: minmax(220px, 360px) 1fr; gap: 52px; align-items: center;
  padding: 90px 0;
}
.piece-visual .art-frame { aspect-ratio: 4 / 5; }
.piece-visual .manifesto-title { margin: 0 0 22px; }
.piece-visual .page-sub { margin: 0 0 22px; max-width: 480px; }
.piece-visual .page-tags { margin-bottom: 28px; }

/* Cómics: galería en pareja */
.comic-shelf { display: grid; grid-template-columns: repeat(2, 1fr); gap: 36px; padding: 10px 0 100px; }
.comic-item .art-frame { aspect-ratio: 3 / 4; margin-bottom: 22px; }
.comic-item .doing-label { margin-bottom: 10px; }
.comic-item .card-title { margin-bottom: 10px; }
.comic-item .card-desc { margin-bottom: 18px; }
.comic-item .card-tags { margin-bottom: 20px; }

@media (max-width: 860px) {
  .page-header { padding: 118px 0 36px; }
  .piece-visual { grid-template-columns: 1fr; gap: 30px; padding: 60px 0; }
  .piece-visual .art-frame { aspect-ratio: 16 / 10; }
  .comic-shelf { grid-template-columns: 1fr; padding: 10px 0 70px; }
}

/* Formación: dos universidades secundarias, en pareja */
.cards--two { grid-template-columns: repeat(2, 1fr); }

/* Formación: secciones consecutivas, sin doble hueco muerto */
.doing--tight { padding-top: 0; }

/* Formación: temario en lista, sin filas huérfanas */
.syllabus { border-top: 2px solid #eee; }
.syllabus-item {
  display: grid; grid-template-columns: minmax(180px, 300px) 1fr; gap: 40px;
  padding: 26px 0; border-bottom: 2px solid #eee; align-items: baseline;
}
.syllabus-name { font-size: 17px; font-weight: 900; letter-spacing: -.4px; color: #111; }
.syllabus-desc { font-size: 14px; line-height: 1.7; color: #777; margin: 0; }

/* Formación: proyecto destacado, una sola card ancha */
.card--wide { padding: 44px 48px; }
.card--wide .card-desc { flex: none; }
.card--wide .card-title { font-size: clamp(24px, 3.2vw, 32px); }
.card--wide .card-desc { max-width: 620px; }

/* Formación: bloque de consultoría, tinta sólida en vez de degradado */
.dark-block {
  background: #111; border-radius: 22px; padding: 64px 56px; color: #fff; margin-top: 16px;
}
.dark-label { font-size: 11px; letter-spacing: 3px; color: rgba(255,255,255,.55); font-weight: 700; margin-bottom: 20px; }
.dark-title {
  font-size: clamp(24px, 3.4vw, 34px); font-weight: 900; letter-spacing: -1px; line-height: 1.15;
  margin: 0 0 24px; max-width: 620px;
}
.dark-copy { font-size: 15px; line-height: 1.8; color: rgba(255,255,255,.7); max-width: 640px; margin: 0 0 30px; }
.dark-meta { font-size: 11px; letter-spacing: 1.5px; color: rgba(255,255,255,.45); font-weight: 700; }

@media (max-width: 860px) {
  .cards--two { grid-template-columns: 1fr; }
  .card--wide { padding: 30px 26px; }
  .dark-block { padding: 44px 30px; }
  .syllabus-item { grid-template-columns: 1fr; gap: 8px; padding: 20px 0; }
}

/* Formación: nombre del programa dentro de la card de universidad */
.uni-prog {
  font-size: 12px; font-weight: 900; letter-spacing: -.2px; color: #111;
  margin-bottom: 8px; line-height: 1.4;
}
.cards--two .card-desc { flex: none; margin-bottom: 20px; }
.cards--two .card-title { margin-bottom: 18px; }

/* Formación: rejilla de asignaturas, sin cta ni tags */
.cards--topics .card-desc { flex: none; margin-bottom: 0; }
.cards--topics .card-title { margin-bottom: 10px; }

/* Formación: separación entre kituxui y el bloque de consultoría */
.projects .dark-block { margin-top: 24px; }
