/* =========================================================
   CUÍDATE CON NOEMÍ · KNOWLEDGE LANDINGS
   Capa visual común para páginas de conocimiento.
   Reutiliza tokens y componentes de css/styles.css sin alterar la home.
   ========================================================= */

.knowledge {
  background:
    radial-gradient(900px 520px at 8% 0%, rgba(139, 92, 246, .14), transparent 58%),
    radial-gradient(720px 460px at 92% 18%, rgba(255, 209, 26, .055), transparent 62%),
    #07070b;
  color: var(--ink);
  overflow-x: clip;
}

.knowledge main { padding-top: 22px; }
.knowledge .k-shell { width: min(1180px, calc(100% - 52px)); margin-inline: auto; }
.knowledge .k-shell > * { min-width: 0; }

/* ---------- Accesibilidad y navegación secundaria ---------- */
.knowledge .k-skip {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 10000;
  padding: 12px 20px;
  border-radius: 10px;
  background: #fff;
  color: #111;
  font-weight: 800;
}
.knowledge .k-skip:focus { top: 12px; }
.knowledge :focus-visible { outline: 2px solid #d7c8ff; outline-offset: 5px; }

.knowledge .k-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 18px 0 22px;
  color: rgba(214, 216, 228, .56);
  font-size: .78rem;
}
.knowledge .k-breadcrumb a,
.knowledge .k-text-link {
  color: var(--brand-300);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.knowledge .k-breadcrumb a:hover,
.knowledge .k-text-link:hover { color: #e6dcff; }

/* ---------- Hero ---------- */
.knowledge .k-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(330px, .94fr);
  gap: 54px;
  align-items: center;
  padding: 44px 46px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 34px;
  background:
    radial-gradient(760px 480px at 10% 0%, rgba(139,92,246,.18), transparent 64%),
    linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012));
  box-shadow: 0 30px 90px rgba(0,0,0,.46), inset 0 1px 0 rgba(255,255,255,.035);
  overflow: hidden;
}
.knowledge .k-hero::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 2px;
  top: 0;
  left: 46px;
  background: linear-gradient(90deg, var(--brand), rgba(139,92,246,0));
  box-shadow: 0 0 24px rgba(139,92,246,.55);
}
.knowledge .k-hero > * { min-width: 0; position: relative; z-index: 1; }
.knowledge .k-kicker {
  margin: 0;
  color: var(--brand-300);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.knowledge h1,
.knowledge h2 { text-wrap: balance; }
.knowledge h1 {
  margin: 18px 0 20px;
  max-width: 13ch;
  font-family: var(--font-display);
  font-size: clamp(2.55rem, 5vw, 4.65rem);
  line-height: .96;
  letter-spacing: .035em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}
.knowledge h1 span { color: var(--brand-300); }
.knowledge .k-lead {
  max-width: 55ch;
  margin: 0 0 14px;
  color: #e1dfeb;
  font-size: clamp(1.05rem, 1.5vw, 1.18rem);
  line-height: 1.75;
}
.knowledge .k-hero-copy > p:not(.k-kicker):not(.k-lead):not(.k-caption) {
  max-width: 58ch;
  margin: 0;
  color: #bdb9ca;
  line-height: 1.78;
}
.knowledge .k-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}
.knowledge .k-trust span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid rgba(196,181,253,.17);
  border-radius: 999px;
  background: rgba(196,181,253,.055);
  color: #d8d4e2;
  font-size: .78rem;
  font-weight: 700;
}
.knowledge .k-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.knowledge .k-actions .btn {
  min-width: 0 !important;
  max-width: 100%;
  min-height: 50px;
  height: auto !important;
  padding-inline: 22px;
  white-space: normal !important;
  text-align: center;
  border-radius: 999px;
}
.knowledge .k-caption {
  margin: 17px 0 0;
  color: rgba(196,193,207,.68);
  font-size: .78rem;
}

.knowledge .k-portrait {
  position: relative;
  margin: 0;
  min-height: 540px;
  border: 1px solid rgba(196,181,253,.28);
  border-radius: 28px;
  overflow: hidden;
  background: #0e0d14;
  box-shadow: 0 22px 55px rgba(0,0,0,.42);
}
.knowledge .k-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 44%, rgba(5,5,8,.12) 62%, rgba(5,5,8,.94) 100%);
}
.knowledge .k-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
  object-position: center 28%;
  transform: scale(1.015);
}
.knowledge .k-portrait figcaption {
  position: absolute;
  z-index: 2;
  inset-inline: 0;
  bottom: 0;
  padding: 48px 28px 26px;
  color: #fff;
  font-size: .9rem;
  line-height: 1.55;
}
.knowledge .k-portrait figcaption strong {
  display: block;
  max-width: 20ch;
  margin-bottom: 4px;
  font-size: 1.12rem;
  line-height: 1.38;
}

/* ---------- Índice ---------- */
.knowledge .k-index {
  display: grid;
  grid-template-columns: auto repeat(5, minmax(0, 1fr));
  gap: 10px;
  align-items: center;
  margin: 22px 0 8px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
  background: rgba(255,255,255,.025);
}
.knowledge .k-index-label {
  padding: 0 10px 0 4px;
  color: rgba(206,202,218,.58);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.knowledge .k-index a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid rgba(196,181,253,.13);
  border-radius: 12px;
  background: rgba(196,181,253,.04);
  color: #d7caff;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.knowledge .k-index a:hover {
  background: rgba(139,92,246,.11);
  border-color: rgba(196,181,253,.28);
  transform: translateY(-1px);
}

/* ---------- Secciones ---------- */
.knowledge .k-section {
  position: relative;
  padding: 72px 0;
  scroll-margin-top: 105px;
}
.knowledge .k-section + .k-section { border-top: 1px solid rgba(255,255,255,.075); }
.knowledge .k-section-head { max-width: 850px; margin-bottom: 30px; }
.knowledge h2 {
  margin: 10px 0 22px;
  max-width: 20ch;
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 4.25vw, 3.7rem);
  line-height: 1.02;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.knowledge h3 {
  margin: 0 0 10px;
  font-family: var(--font-sans);
  font-size: 1.03rem;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
}
.knowledge p,
.knowledge li { line-height: 1.8; font-weight: 400; }
.knowledge p.k-kicker { font-weight: 800; }
.knowledge .k-copy { max-width: 78ch; color: #d0ccd8; }
.knowledge .k-copy p { margin: 0 0 18px; }
.knowledge .k-copy p:last-child { margin-bottom: 0; }

/* ---------- Cards ---------- */
.knowledge .k-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
  margin-top: 30px;
}
.knowledge .k-card {
  position: relative;
  min-height: 100%;
  padding: 27px;
  border: 1px solid rgba(196,181,253,.14);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(139,92,246,.065), rgba(255,255,255,.018) 42%, rgba(255,255,255,.012));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
  overflow: hidden;
}
.knowledge .k-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 26px;
  width: 44px;
  height: 2px;
  background: linear-gradient(90deg, var(--brand), transparent);
}
.knowledge .k-card p { margin: 0; color: #bdb8c7; font-size: .93rem; }
.knowledge .k-card--myth h3 { padding-top: 3px; }
.knowledge .k-card--myth .k-card-mark {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 17px;
  border-radius: 10px;
  background: rgba(139,92,246,.10);
  color: var(--brand-300);
  font-weight: 900;
}
.knowledge .k-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
  border: 1px solid rgba(196,181,253,.25);
  border-radius: 16px;
  background: rgba(139,92,246,.09);
  color: var(--brand-300);
  font-family: var(--font-display);
  font-size: 1.75rem;
  line-height: 1;
}

.knowledge .k-note {
  max-width: 84ch;
  margin: 28px 0 0;
  padding: 20px 24px;
  border: 1px solid rgba(255,209,26,.14);
  border-left: 3px solid rgba(255,209,26,.68);
  border-radius: 0 16px 16px 0;
  background: linear-gradient(90deg, rgba(255,209,26,.055), rgba(255,255,255,.012));
}
.knowledge .k-note p { margin: 0; color: #cfcbd7; }

/* ---------- Comidas / ejemplo ---------- */
.knowledge .k-example {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 38px;
  margin-top: 30px;
  padding: 34px;
  border: 1px solid rgba(196,181,253,.24);
  border-radius: 26px;
  background:
    radial-gradient(540px 300px at 0 0, rgba(139,92,246,.16), transparent 65%),
    linear-gradient(120deg,#16121f,#0d0d13);
  box-shadow: 0 20px 55px rgba(0,0,0,.28);
}
.knowledge .k-example > div {
  padding-right: 26px;
  border-right: 1px solid rgba(255,255,255,.09);
}
.knowledge .k-example h3 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 2.6vw, 2.45rem);
  line-height: 1.03;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.knowledge .k-example p { margin: 0; color: #bcb7c8; }
.knowledge .k-example ul { margin: 0; padding: 0; list-style: none; counter-reset: meals; }
.knowledge .k-example li {
  position: relative;
  margin: 0;
  padding: 15px 0 15px 48px;
  color: #c9c5d2;
  border-top: 1px solid rgba(255,255,255,.075);
}
.knowledge .k-example li:first-child { border-top: 0; padding-top: 2px; }
.knowledge .k-example li::before {
  counter-increment: meals;
  content: "0" counter(meals);
  position: absolute;
  left: 0;
  top: 15px;
  color: var(--brand-300);
  font-family: var(--font-display);
  font-size: 1.25rem;
  line-height: 1;
}
.knowledge .k-example li:first-child::before { top: 2px; }

/* ---------- Timeline ---------- */
.knowledge .k-timeline { max-width: 880px; margin-top: 30px; }
.knowledge .k-step {
  position: relative;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 20px;
  padding: 0 0 30px;
}
.knowledge .k-step:last-child { padding-bottom: 0; }
.knowledge .k-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 24px;
  top: 54px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(var(--brand), rgba(139,92,246,.05));
}
.knowledge .k-step .k-number { width: 50px; height: 50px; margin: 0; }
.knowledge .k-step h3 { font-size: 1.08rem; }
.knowledge .k-step p { margin: 0; color: #bbb7c5; }

/* ---------- Método / acompañamiento ---------- */
.knowledge .k-method {
  padding: 38px;
  border: 1px solid rgba(196,181,253,.25);
  border-radius: 30px;
  background:
    radial-gradient(650px 340px at 100% 0, rgba(139,92,246,.19), transparent 64%),
    rgba(255,255,255,.022);
  box-shadow: 0 24px 68px rgba(0,0,0,.28);
}
.knowledge .k-method .k-copy { max-width: 74ch; }
.knowledge .k-method .k-grid { margin-top: 28px; }
.knowledge .k-method .k-actions { margin-top: 28px; }

/* ---------- Autor / Noemí ---------- */
.knowledge .k-author-card {
  display: grid;
  grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
  gap: 42px;
  align-items: stretch;
  padding: 26px;
  border: 1px solid rgba(196,181,253,.24);
  border-radius: 30px;
  background:
    radial-gradient(620px 420px at 0 100%, rgba(139,92,246,.14), transparent 70%),
    linear-gradient(145deg, rgba(255,255,255,.04), rgba(255,255,255,.014));
  overflow: hidden;
}
.knowledge .k-author-media {
  position: relative;
  min-height: 430px;
  margin: 0;
  border-radius: 23px;
  overflow: hidden;
  background: #111018;
}
.knowledge .k-author-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center 34%;
}
.knowledge .k-author-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(5,5,8,.76));
  pointer-events: none;
}
.knowledge .k-author-media figcaption {
  position: absolute;
  z-index: 2;
  left: 20px;
  right: 20px;
  bottom: 18px;
  color: rgba(255,255,255,.88);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.knowledge .k-author-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 22px 24px 4px;
}
.knowledge .k-author-copy h2 { margin-bottom: 18px; }
.knowledge .k-author-copy .k-copy { margin-bottom: 20px; }
.knowledge .k-author-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  color: var(--brand-300);
  font-weight: 700;
  text-decoration: none;
}
.knowledge .k-author-link::after { content: "→"; transition: transform .2s ease; }
.knowledge .k-author-link:hover::after { transform: translateX(4px); }

/* ---------- FAQ ---------- */
.knowledge #faq {
  background: none;
  content-visibility: visible;
  contain-intrinsic-size: none;
  padding-block: 72px !important;
}
.knowledge #faq > h2 { max-width: 22ch; }
.knowledge #faq details {
  max-width: 960px;
  margin: 10px 0 0;
  padding: 0;
  border: 1px solid rgba(255,255,255,.085);
  border-radius: 17px;
  background: rgba(255,255,255,.018);
  box-shadow: none;
  overflow: hidden;
}
.knowledge #faq summary {
  position: relative;
  cursor: pointer;
  padding: 19px 52px 19px 20px;
  color: #e5e2ea;
  font-family: var(--font-sans);
  font-size: .98rem;
  font-weight: 700;
  line-height: 1.55;
  list-style: none;
}
.knowledge #faq summary::-webkit-details-marker { display: none; }
.knowledge #faq summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  border: 1px solid rgba(196,181,253,.18);
  border-radius: 999px;
  color: var(--brand-300);
  font-size: 1.05rem;
  line-height: 1;
}
.knowledge #faq details[open] summary::after { content: "−"; }
.knowledge #faq details[open] { border-color: rgba(196,181,253,.18); background: rgba(139,92,246,.035); }
.knowledge #faq details p {
  max-width: 82ch;
  margin: 0;
  padding: 0 20px 21px;
  color: #bbb7c5;
}

/* ---------- CTA final ---------- */
.knowledge .k-final {
  position: relative;
  padding: 48px;
  border: 1px solid rgba(196,181,253,.34);
  border-radius: 30px;
  background:
    radial-gradient(760px 420px at 85% 0, rgba(139,92,246,.28), transparent 62%),
    radial-gradient(520px 280px at 0 100%, rgba(255,209,26,.07), transparent 65%),
    #111019;
  box-shadow: 0 25px 75px rgba(0,0,0,.35);
  overflow: hidden;
}
.knowledge .k-final::before {
  content: "";
  position: absolute;
  width: 130px;
  height: 2px;
  top: 0;
  left: 48px;
  background: linear-gradient(90deg, var(--brand), transparent);
}
.knowledge .k-final h2 { max-width: 16ch; }
.knowledge .k-final .k-copy { max-width: 66ch; }

/* ---------- Fuentes ---------- */
.knowledge .k-sources {
  padding-top: 50px;
  color: rgba(194,191,205,.7);
  font-size: .82rem;
}
.knowledge .k-sources h2 {
  max-width: none;
  margin-bottom: 12px;
  color: #cbc7d4;
  font-size: clamp(1.8rem, 3vw, 2.35rem);
}
.knowledge .k-sources > p { max-width: 76ch; }
.knowledge .k-sources ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px 28px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.knowledge .k-sources li {
  position: relative;
  margin: 0;
  padding-left: 17px;
  line-height: 1.55;
}
.knowledge .k-sources li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(196,181,253,.55);
}
.knowledge .k-sources a { color: #bdb0e6; text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Footer específico ---------- */
.knowledge footer { margin-top: 18px; }
.knowledge footer .cols { align-items: start; }
.knowledge footer .footer-knowledge { margin-top: 19px; }
.knowledge .backdrop { opacity: 1; }
.knowledge #cn-cookie { max-height: 70vh; overflow: auto; }
.knowledge dialog { max-height: 85vh; width: min(820px, calc(100% - 32px)); }

/* ---------- Tablet ---------- */
@media (max-width: 1020px) {
  .knowledge .k-shell { width: min(920px, calc(100% - 40px)); }
  .knowledge .k-hero {
    grid-template-columns: 1fr 360px;
    gap: 32px;
    padding: 36px;
  }
  .knowledge .k-portrait,
  .knowledge .k-portrait img { min-height: 500px; }
  .knowledge .k-index { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .knowledge .k-index-label { grid-column: 1 / -1; }
}

/* ---------- Móvil ---------- */
@media (max-width: 760px) {
  .knowledge {
    background:
      radial-gradient(420px 260px at 15% 0%, rgba(139,92,246,.12), transparent 70%),
      #07070b;
  }
  .knowledge main { padding-top: 82px; }
  .knowledge .k-shell { width: calc(100% - 30px); }
  .knowledge .k-breadcrumb { display: none; }

  .knowledge .k-hero {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 28px 20px 20px;
    border-radius: 26px;
  }
  .knowledge .k-hero::before { left: 20px; width: 120px; }
  .knowledge h1 {
    max-width: none;
    margin: 15px 0 18px;
    font-size: clamp(2.15rem, 10.3vw, 3rem);
    line-height: .98;
    letter-spacing: .025em;
  }
  .knowledge .k-lead { font-size: 1rem; line-height: 1.72; }
  .knowledge .k-hero-copy > p:not(.k-kicker):not(.k-lead):not(.k-caption) { line-height: 1.72; }
  .knowledge .k-trust { gap: 7px; margin-top: 16px; }
  .knowledge .k-trust span { font-size: .72rem; min-height: 31px; }
  .knowledge .k-actions { flex-direction: column; align-items: stretch; gap: 10px; margin-top: 22px; }
  .knowledge .k-actions .btn { width: 100%; min-height: 50px; font-size: .87rem; }
  .knowledge .k-caption { margin-top: 14px; }

  .knowledge .k-portrait {
    width: 100%;
    min-height: 0;
    aspect-ratio: 4 / 4.45;
    border-radius: 22px;
  }
  .knowledge .k-portrait img {
    min-height: 0;
    height: 100%;
    aspect-ratio: auto;
    object-position: center 24%;
    transform: none;
  }
  .knowledge .k-portrait figcaption { padding: 54px 18px 18px; font-size: .82rem; }
  .knowledge .k-portrait figcaption strong { font-size: 1rem; }

  .knowledge .k-index {
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 8px;
    margin-top: 14px;
    padding: 12px;
    border-radius: 18px;
  }
  .knowledge .k-index-label { padding: 2px 2px 4px; text-align: center; }
  .knowledge .k-index a { justify-content: center; min-height: 43px; padding: 9px 11px; text-align: center; }
  .knowledge .k-index a:last-child:nth-child(even) { grid-column: 1 / -1; }

  .knowledge .k-section { padding: 50px 0; }
  .knowledge #faq { padding-block: 50px !important; }
  .knowledge .k-section-head { margin-bottom: 24px; }
  .knowledge h2 { margin: 9px 0 18px; font-size: clamp(2rem, 9.2vw, 2.75rem); }
  .knowledge p,
  .knowledge li { line-height: 1.72; }
  .knowledge .k-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 24px; }
  .knowledge .k-card { padding: 22px; border-radius: 19px; }
  .knowledge .k-note { margin-top: 22px; padding: 18px 18px 18px 20px; }

  .knowledge .k-example {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px 20px;
    border-radius: 22px;
  }
  .knowledge .k-example > div { padding: 0 0 20px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.09); }
  .knowledge .k-example li { padding-left: 42px; }

  .knowledge .k-timeline { margin-top: 24px; }
  .knowledge .k-step { grid-template-columns: 52px 1fr; gap: 15px; padding-bottom: 24px; }
  .knowledge .k-step:not(:last-child)::after { left: 21px; }
  .knowledge .k-step .k-number { width: 44px; height: 44px; font-size: 1.55rem; }

  .knowledge .k-method { padding: 24px 18px; border-radius: 24px; }

  /* Noemí: la foto pasa de miniatura a retrato protagonista */
  .knowledge .k-author-card {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 14px;
    border-radius: 25px;
  }
  .knowledge .k-author-media {
    width: 100%;
    min-height: 0;
    aspect-ratio: 4 / 4.8;
    border-radius: 19px;
  }
  .knowledge .k-author-media img {
    min-height: 0;
    height: 100%;
    object-position: center 30%;
  }
  .knowledge .k-author-copy { padding: 28px 8px 12px; }
  .knowledge .k-author-copy h2 { margin-bottom: 15px; }

  .knowledge #faq details { border-radius: 15px; margin-top: 8px; }
  .knowledge #faq summary { padding: 17px 48px 17px 16px; font-size: .94rem; }
  .knowledge #faq details p { padding: 0 16px 18px; }

  .knowledge .k-final { padding: 30px 22px; border-radius: 24px; }
  .knowledge .k-final::before { left: 22px; width: 90px; }

  .knowledge .k-sources { padding-top: 40px; }
  .knowledge .k-sources ul { grid-template-columns: 1fr; gap: 9px; }

  .knowledge footer .cols { gap: 26px; }
}

@media (max-width: 390px) {
  .knowledge .k-shell { width: calc(100% - 24px); }
  .knowledge .k-hero { padding-inline: 16px; }
  .knowledge .k-index { padding: 10px; }
  .knowledge .k-index a { font-size: .74rem; }
}

@media (prefers-reduced-motion: reduce) {
  .knowledge { scroll-behavior: auto; }
  .knowledge *, .knowledge *::before, .knowledge *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
