/** Shopify CDN: Minification failed

Line 5592:0 Unexpected "}"

**/
/* ═══════════════════════════════════════════════════════════════════════════
   0. @FONT-FACE — Source Serif 4 self-hosted (variable font, axis wght 200-900)
   ═══════════════════════════════════════════════════════════════════════════
   Capa 2 Lote 2 Performance (19/04/2026): self-host Source Serif 4 para
   eliminar dependencia Google Fonts + permitir preload stable.
   4 archivos únicos (variable font) cubren 8 style/weight combos × 2 subsets.
   Inter + Roboto Mono permanecen en Google Fonts (pendiente self-host futuro).
   ═══════════════════════════════════════════════════════════════════════════ */

@font-face {
  font-family: 'Source Serif 4';
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
  src: url('SourceSerif4-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Source Serif 4';
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
  src: url('SourceSerif4-italic-latinExt.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url('SourceSerif4-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url('SourceSerif4-normal-latinExt.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ═══════════════════════════════════════════════════════════════════════════
   1. VARIABLES (:root ÚNICO — FUENTE DE VERDAD)
   ════���══════════════════════════════════════════════════════════════════════ */

/* Inter + Roboto Mono: cargadas via <link> a fonts.googleapis.com en theme.liquid (pendiente self-host futuro) */

:root {
  /* ── Colores principales ── */
  --kl-header:            #1A1F2E;
  --kl-bg:                #FDFBF7;
  --kl-bg-alt:            #F0EDE6;
  --kl-terracota:         #A15F4A;
  --kl-terracota-hover:   #8B5040;
  --kl-terracota-light:   rgba(161, 95, 74, 0.08);
  --kl-terracota-border:  rgba(161, 95, 74, 0.35);
  --kl-text:              #1A1A1A;
  --kl-muted:             rgba(26, 26, 26, 0.62);
  --kl-light:             rgba(253, 251, 247, 0.9);
  --kl-light-muted:       rgba(253, 251, 247, 0.7);

  /* ── Colores semánticos (ex-bloque Home) ── */
  --kl-dark:              #1A1F2E;
  --kl-warm-white:        #FAFAF8;
  --kl-sand:              #F0EDE6;
  --kl-terra:             #A15F4A;
  --kl-text-inv:          #F4F3EF;
  --kl-sand-mid:          #B5A897;

  /* ── Bordes y líneas ── */
  --kl-line:              rgba(26, 26, 26, 0.14);
  --kl-line-light:        rgba(253, 251, 247, 0.25);
  --kl-border:            rgba(181, 168, 151, 0.55);
  --kl-border-soft:       rgba(181, 168, 151, 0.35);

  /* ── Radios ── */
  --kl-radius:            14px;
  --kl-radius-sm:         8px;

  /* ── Tipografía — fuentes ── */
  --kl-font-heading:      'Source Serif 4', Georgia, serif;
  --kl-font-body:         'Inter', -apple-system, 'Segoe UI', sans-serif;
  --kl-font-mono:         'Roboto Mono', 'Courier New', monospace;

  /* ── Tipografía — escala (ex-bloque Home) ── */
  --kl-text-hero:         3.75rem;
  --kl-text-h2:           2.5rem;
  --kl-text-h3:           1.75rem;
  --kl-text-body-lg:      1.25rem;
  --kl-text-body:         1.125rem;
  --kl-text-small:        0.9375rem;
  --kl-text-mono:         0.875rem;
  --kl-text-caps:         0.75rem;

  /* ── Tipografía — line-heights ── */
  --kl-lh-hero:           1.1;
  --kl-lh-h2:             1.2;
  --kl-lh-h3:             1.3;
  --kl-lh-body:           1.65;
  --kl-lh-small:          1.6;

  /* ── Layout ── */
  --kl-header-h:          84px;

  /* ── Dawn overrides (consumidos por el tema internamente) ── */
  --color-base-background-1: 253, 251, 247;
  --color-base-background-2: 240, 237, 230;
  --color-base-text:         26, 26, 26;
  --color-base-accent-1:     26, 31, 46;
  --color-base-accent-2:     161, 95, 74;
  --gradient-base-background-1: rgb(253, 251, 247);
  --gradient-base-background-2: rgb(240, 237, 230);
  --gradient-base-accent-1:     rgb(161, 95, 74);

  /* ─── SISTEMA DE ESPACIADO KLOTHOS — v2 definitivo ──────────── */

  /* Márgenes de página (distancia bajo el header) */
  --kl-page-top:           32px;
  --kl-page-top-md:        40px;
  --kl-page-top-sm:        24px;

  /* Márgenes inferiores de página */
  --kl-page-bottom:        80px;
  --kl-page-bottom-sm:     48px;

  /* Espacio entre secciones */
  --kl-section-gap:        7.5rem;
  --kl-section-gap-md:     48px;
  --kl-section-gap-sm:     40px;

  /* Padding interno de cada sección */
  --kl-section-pad:        64px;
  --kl-section-pad-md:     48px;
  --kl-section-pad-sm:     40px;
  --kl-section-padding:    6rem;

  /* Padding lateral del contenedor */
  --kl-page-x:             clamp(40px, 5vw, 80px);
  --kl-page-x-md:          clamp(24px, 4vw, 48px);
  --kl-page-x-sm:          20px;
}

/* ── Responsive :root — Tablet ── */
@media screen and (max-width: 989px) {
  :root {
    --kl-page-top:      var(--kl-page-top-md);
    --kl-section-gap:   var(--kl-section-gap-md);
    --kl-section-pad:   var(--kl-section-pad-md);
    --kl-page-x:        var(--kl-page-x-md);
  }
}

/* ── Responsive :root — Móvil ── */
@media screen and (max-width: 749px) {
  :root {
    --kl-page-top:         var(--kl-page-top-sm);
    --kl-section-gap:      4.5rem;
    --kl-section-pad:      var(--kl-section-pad-sm);
    --kl-section-padding:  3.5rem;
    --kl-page-x:           var(--kl-page-x-sm);
    --kl-page-bottom:      var(--kl-page-bottom-sm);
    --kl-text-hero:        2.75rem;
    --kl-text-h2:          2rem;
    --kl-text-h3:          1.5rem;
    --kl-text-body-lg:     1.125rem;
    --kl-text-body:        1.0625rem;
  }
}


/* ═══════════════════════════════════════════════════════════════════════════
   2. BASE (body, headings, links, layout global)
   ═══════���═══════════════════════════════════════════════════════════════════ */

html, body {
  background: var(--kl-bg);
  color: var(--kl-text);
  height: 100%;
}

body {
  font-family: var(--kl-font-body);
  font-size: 18px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#MainContent {
  flex: 1 0 auto;
  padding-top: var(--kl-header-h);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--kl-font-heading);
  font-style: normal;
  color: var(--kl-text);
  margin: 0 0 24px 0;
}

h1 { font-size: 48px; line-height: 1.15; font-weight: 600; letter-spacing: 0.02em; }
h2 { font-size: 32px; line-height: 1.2;  font-weight: 600; letter-spacing: 0.01em; }
h3 { font-size: 24px; line-height: 1.3;  font-weight: 600; }
h4 { font-size: 20px; line-height: 1.35; font-weight: 600; }

p { margin: 0 0 24px 0; }

a, .link {
  color: var(--kl-text);
  text-decoration-color: var(--kl-terracota);
  text-underline-offset: 6px;
}
a:hover, .link:hover {
  color: var(--kl-terracota);
}

.small, .caption {
  font-size: 14px;
  line-height: 1.6;
  color: var(--kl-muted);
}

/* Bordes Dawn */
hr, .card, .field__input, .select__select, .quantity__input {
  border-color: var(--kl-border);
}

/* Gradientes Dawn — neutralizar */
.gradient { background: transparent; }


/* ── Clases utilitarias de espaciado de página ── */
.kl-page-wrap {
  padding-top: var(--kl-page-top);
  padding-bottom: var(--kl-page-bottom);
  padding-left: var(--kl-page-x);
  padding-right: var(--kl-page-x);
}

.kl-page-wrap--flush {
  padding-top: var(--kl-page-top);
  padding-bottom: var(--kl-page-bottom);
  padding-left: 0;
  padding-right: 0;
}

.kl-page-wrap--hero {
  padding-top: 0;
  padding-bottom: var(--kl-page-bottom);
}
/* Nota: responsive de .kl-page-wrap ahora automático via :root responsive */


/* ═══════════════════════════════════════════════════════════════════════════
   3. HEADER (capa única — reemplaza 6 capas previas)
   ════════════════════════���═══�������������������������══════════════════════════════════════════════ */

/* Sticky — !important: override Dawn section CSS inline que define position */
#shopify-section-header {
  position: fixed !important;
  top: 0; left: 0; right: 0;
  width: 100%;
  z-index: 9999;
}
#shopify-section-header .header-wrapper,
#shopify-section-header .header,
#shopify-section-header header {
  transform: none !important;
  transition: none !important;
}

/* Fondo: franja completa — !important: override Dawn header section inline CSS */
.header-wrapper,
.section-header,
header.header,
#shopify-section-header,
.header {
  background: var(--kl-header) !important;
}

/* Limpiar fondos internos (anti-pastillas) — !important: Dawn header aplica bg/shadow inline */
#shopify-section-header .header__heading,
#shopify-section-header .header__heading *,
#shopify-section-header .header__inline-menu,
#shopify-section-header .header__inline-menu *,
#shopify-section-header .header__icons,
#shopify-section-header .header__icons * {
  background: transparent !important;
  box-shadow: none !important;
}

/* Pseudo-elementos (anti-pastillas) ����� !important: Dawn pseudo-element overrides */
.header__menu-item::before,
.header__menu-item::after,
.header__heading-link::before,
.header__heading-link::after {
  background: transparent !important;
  box-shadow: none !important;
}

/* Texto + iconos en blanco cálido — !important: Dawn header color scheme inline */
.header__heading-link,
.header__heading,
.header__heading *,
.header__inline-menu a,
.header__menu-item,
.header__active-menu-item,
.header__icon,
.header__icon * {
  color: var(--kl-bg) !important;
}
.header__icon svg,
.header__icon svg * {
  fill: var(--kl-bg) !important;
  stroke: var(--kl-bg) !important;
}

/* Logo SVG — !important: Dawn logo fill/stroke override */
.header__heading-logo,
.header__heading-logo svg,
.header__heading-logo path {
  fill: var(--kl-bg) !important;
  stroke: var(--kl-bg) !important;
}

/* Hover sobrio */
.header__menu-item:hover,
.header__inline-menu a:hover {
  opacity: 0.88;
}

/* Subrayado activo — !important: Dawn underline decoration override */
.header__active-menu-item,
.header__menu-item[aria-current="page"] {
  text-decoration-color: rgba(253, 251, 247, 0.65) !important;
}

/* Submenús — !important: Dawn submenu bg/color/border inline */
.header__submenu,
.header__submenu * {
  background: var(--kl-header) !important;
  color: var(--kl-bg) !important;
}
.header__submenu {
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

/* Sin borde inferior — !important: Dawn header-wrapper border */
.header-wrapper--border-bottom {
  border-bottom: 0 !important;
}

/* Drawer móvil — !important: Dawn drawer color scheme */
.menu-drawer,
.menu-drawer * {
  color: var(--kl-bg) !important;
}

/* CTA en header (pastilla terracota) */
#shopify-section-header .list-menu__item--link[href^="/products/"],
#shopify-section-header .list-menu__item--link[href^="/cart"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.05rem;
  border-radius: 999px;
  border: 1px solid var(--kl-terracota);
  background: transparent;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
}
#shopify-section-header .list-menu__item--link[href^="/products/"]:hover,
#shopify-section-header .list-menu__item--link[href^="/cart"]:hover {
  background: rgba(161, 95, 74, 0.10);
}

/* CTA en drawer móvil */
#shopify-section-header .menu-drawer__menu-item[href^="/products/"],
#shopify-section-header .menu-drawer__menu-item[href^="/cart"] {
  font-weight: 600;
  border-left: 2px solid var(--kl-terracota);
}

/* Announcement bar — oculta. !important: forzar display:none sobre Dawn inline */
.announcement-bar,
.announcement-bar__message,
.announcement-bar__announcement,
.announcement-bar-section {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}


/* ═══════════════════════════════════════════════════════════════════════════
   4. HOME — ESTRUCTURA BASE Y SECCIONES H1–H8
   
   RITMO VERTICAL VARIADO (anti-monotonía):
   H1 Hero:          84/48  (comprime: inmediatez)
   H2 Composición:   110/96 (respira: contenido denso)
   H3 Uso:           80/80  (equilibrado: lectura + imagen)
   H4 Método:        64/64  (comprime: pausa reflexiva)
   H5 Transparencia:  96/96 (estándar: contraste cromático ya diferencia)
   H6 Arquitectura:   0/0   (padding propio en flex)
   H7 Biblioteca:     80/80 (equilibrado: panel informativo)
   H8 Pre-footer:     64/80 (asimétrico: cierre con peso inferior)
   ═���═══���═══���═���═���═════════════════════════════════════════════════════════════ */

/* Reset Dawn para Home — !important: Dawn .shopify-section tiene padding inline */
.template-index .shopify-section {
  padding: 0 !important;
  margin: 0 !important;
}

.kl-home {
  background: var(--kl-bg);
}

.kl-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

/* Variante estrecha: lectura, legal, profesionales */
.kl-container--narrow {
  width: min(820px, calc(100% - 48px));
  margin: 0 auto;
}
/* ── Tipografía Home ── */

.kl-eyebrow {
  font-family: var(--kl-font-body);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--kl-muted);
  margin-bottom: 14px;
}

.kl-eyebrow--light {
  color: var(--kl-light-muted);
}

.kl-microline {
  font-family: var(--kl-font-body);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--kl-terracota);
  margin-bottom: 22px;
}

/* .kl-signature: definición única consolidada (base + refinado silencioso) */
.kl-signature {
  font-family: var(--kl-font-heading);
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.55);
  margin: 10px 0 14px;
}

.kl-h1 {
  font-family: var(--kl-font-heading);
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: 0.02em;
  color: var(--kl-text);
  margin: 0 0 18px;
}

/* .kl-lead: definición única consolidada (base + refinado) */
.kl-lead {
  font-family: var(--kl-font-body);
  font-size: 18px;
  line-height: 1.55;
  color: rgba(26, 26, 26, 0.78);
  margin: 0 0 14px;
  max-width: 58ch;
}

.kl-muted { color: var(--kl-muted); margin: 0; }

.kl-dose {
  font-family: var(--kl-font-body);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--kl-terracota);
  margin: 16px 0 22px;
}

/* ── Botones Home ── */

.kl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 999px;
  border: 1px solid var(--kl-line);
  color: var(--kl-text);
  text-decoration: none;
  font-family: var(--kl-font-body);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
}
.kl-btn:hover {
  border-color: var(--kl-terracota);
  color: var(--kl-terracota);
}

.kl-btn--primary {
  background: var(--kl-header);
  border-color: var(--kl-header);
  color: var(--kl-bg);
}
.kl-btn--primary:hover {
  background: var(--kl-terracota);
  border-color: var(--kl-terracota);
  color: var(--kl-bg);
}

.kl-btn--secondary {
  border-color: var(--kl-terracota-border);
  color: var(--kl-text);
}
.kl-btn--secondary:hover {
  border-color: var(--kl-terracota);
  color: var(--kl-terracota);
}

.kl-btn--outline {
  background: transparent;
  color: var(--kl-text);
  border: 1px solid rgba(26, 26, 26, 0.2);
}
.kl-btn--outline:hover {
  border-color: var(--kl-terracota);
  color: var(--kl-terracota);
}

.kl-btn--light {
  border-color: var(--kl-line-light);
  color: var(--kl-light);
}
.kl-btn--light:hover {
  background: rgba(253, 251, 247, 0.1);
  border-color: var(--kl-light);
}

/* H1 del sistema: menos “marca”, más editorial */
.kl-h1--system{
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.06;
  letter-spacing: 0.01em;
  margin-bottom: 14px;
}

/* ─���� Placeholders ── */

.kl-placeholder {
  border: 1px dashed var(--kl-terracota-border);
  background: var(--kl-terracota-light);
  border-radius: var(--kl-radius);
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  color: var(--kl-muted);
  font-family: var(--kl-font-body);
  font-size: 12px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  line-height: 1.6;
}

.kl-placeholder--light {
  border-color: rgba(253, 251, 247, 0.3);
  background: rgba(253, 251, 247, 0.08);
  color: var(--kl-light-muted);
}

/* ── Layout compartido ── */

.kl-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.kl-center {
  text-align: center;
  max-width: 60ch;
  margin: 0 auto;
}


/* ───────────────────────────────────────────────
   H1 — HERO (padding: 84/48 — compresión)
   ─────────────────────────────────────────────── */

.kl-hero-grid .kl-panel > img {
  border-radius: 0;
  border-top-left-radius: var(--kl-radius);
  border-top-right-radius: var(--kl-radius);
  max-height: calc(100vh - var(--kl-header-h, 84px) - 240px);
  height: calc(100vh - var(--kl-header-h, 84px) - 240px);
  width: 100%;
  object-fit: contain;
  object-position: center center;
}

.kl-hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.kl-panel {
  border: 1px solid var(--kl-line);
  border-radius: var(--kl-radius);
  background: var(--kl-bg-alt);
  padding: 24px;
}

.kl-panel-meta {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--kl-line);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--kl-muted);
}



/* ��──────────────����─────��──────���──────────────────
   H2 — COMPOSICIÓN (padding: var(--kl-section-gap) — 48px)
   ────��────────────────────────────────────────── */

#h2 .kl-container {
  background: var(--kl-bg-alt);
  border-radius: var(--kl-radius);
  padding: 56px 48px;
}

.kl-comp h2 {
  font-family: var(--kl-font-heading);
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 600;
  margin: 0 0 12px;
  color: var(--kl-text);
}

.kl-comp .kl-sub {
  font-family: var(--kl-font-body);
  font-size: 16px;
  color: var(--kl-muted);
  margin: 0 0 32px;
  max-width: 65ch;
}

.kl-comp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* Cards ingredientes (consolidado: estructural + refinado) */
.kl-card {
  border: 1px solid rgba(0,0,0,0.04);
  border-radius: var(--kl-radius);
  background: rgba(253,251,247,0.65);
  padding: 18px;
  transition: border-color 0.2s;
  position: relative;
}
.kl-card:hover {
  border-color: var(--kl-terracota-border);
}

/* Área completa clickable */
.kl-card a::after {
  content: '';
  position: absolute;
  inset: 0;
}

.kl-card .kl-img {
  aspect-ratio: 1 / 1;
  border-radius: var(--kl-radius-sm);
  overflow: hidden;
  margin-bottom: 14px;
}
.kl-card .kl-img .kl-placeholder {
  min-height: auto;
  height: 100%;
  border-radius: var(--kl-radius-sm);
}

.kl-card h3 {
  font-family: var(--kl-font-heading);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin: 0 0 6px;
  color: var(--kl-text);
}

.kl-card .kl-dose2 {
  font-family: var(--kl-font-body);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--kl-terracota);
  margin-bottom: 10px;
  opacity: 0.95;
}

.kl-card p {
  font-family: var(--kl-font-body);
  font-size: 13px;
  line-height: 1.6;
  color: rgba(26,26,26,0.75);
  margin: 0 0 12px;
}

.kl-card a {
  font-family: var(--kl-font-body);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--kl-text);
  border-bottom: 1px solid var(--kl-terracota-border);
  transition: border-color 0.2s;
  opacity: 0.7;
}
.kl-card a:hover {
  border-bottom-color: var(--kl-terracota);
  color: var(--kl-terracota);
  opacity: 1;
}

/* Badges con iconos */
.kl-badges-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--kl-line);
}

.kl-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--kl-font-body);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--kl-muted);
}
.kl-badge svg { flex-shrink: 0; color: var(--kl-muted); }
.kl-badge--highlight { color: var(--kl-terracota); }
.kl-badge--highlight svg { color: var(--kl-terracota); }

/* ───────────────────────────────────────────────
   H3 — USO CONTINUADO (padding: 80/80)
   
   Eyebrow atenuado (metadato, no promo).
   Lead editorial. Quote box "documento".
   ─────────────���───────────────────────────────── */

#h3.kl-uso {
  padding: var(--kl-section-pad) 0;
  background: var(--kl-bg);
}

#h3 .kl-split {
  grid-template-columns: 1.1fr 0.9fr;
}

#h3 .kl-uso-content {
  max-width: 520px;
}

/* Eyebrow atenuado: metadato, no headline */
#h3 .kl-eyebrow {
  color: rgba(26,26,26,0.45);
  letter-spacing: 0.18em;
}

/* Lead editorial */
#h3 .kl-lead {
  font-size: clamp(18px, 1.6vw, 21px);
  line-height: 1.45;
  color: rgba(26,26,26,0.9);
  max-width: 52ch;
  margin: 0 0 28px;
}

/* Quote box: tono documento */
#h3 .kl-quote {
  border-left: 2px solid rgba(161,95,74,0.65);
  padding-left: 22px;
  margin: 0 0 26px;
}
#h3 .kl-quote-main {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.5;
  color: rgba(26,26,26,0.9);
  margin: 0 0 10px;
}
#h3 .kl-quote-sub {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(26,26,26,0.68);
  margin: 0;
}

/* Tagline: casi metadata */
#h3 .kl-tagline {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.5);
  opacity: 0.55;
}

/* Placeholder imagen: discreto */
#h3 .kl-placeholder {
  aspect-ratio: 4 / 3;
  width: 100%;
  max-height: 400px;
  border-color: rgba(161,95,74,0.22);
  background: rgba(161,95,74,0.045);
  color: rgba(26,26,26,0.45);
}
#h3 .kl-placeholder span {
  display: block;
  margin-top: 8px;
  font-size: 10px;
  letter-spacing: 0.08em;
  opacity: 0.7;
  text-transform: none;
}

/* ──────────────────────────────────────���────────
   H4 — EL MÉTODO (padding: 64/64 — pausa compacta)
   
   Centrado visual. Quote box como protagonista.
   Tono manifiesto técnico silencioso.
   ──────���───���───���──────────────────────────────── */

#h4.kl-metodo {
  padding: var(--kl-section-pad) 0;
  background: var(--kl-bg);
}

#h4 .kl-metodo-content {
  max-width: 800px;
  margin: 0 auto;
}

/* Eyebrow: casi metadato */
#h4 .kl-eyebrow {
  color: rgba(26,26,26,0.42);
  letter-spacing: 0.20em;
}

/* Título centrado: editorial */
#h4 .kl-h2 {
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.005em;
  color: rgba(26,26,26,0.92);
  margin: 0 0 26px;
  text-align: center;
}

/* Quote box protagonista: lectura cómoda y sobria */
#h4 .kl-quote {
  border-left: 2px solid rgba(161,95,74,0.55);
  padding-left: 22px;
  margin: 0 0 32px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
#h4 .kl-quote p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(26,26,26,0.74);
  margin: 0 0 14px;
}
#h4 .kl-quote p:last-child { margin-bottom: 0; }

/* Frases fuertes: criterio, no eslogan */
#h4 .kl-quote-strong {
  font-weight: 500;
  color: rgba(26,26,26,0.9);
}

/* Cierre: sin teatralidad */
#h4 .kl-metodo-cierre {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: rgba(26,26,26,0.55);
  text-align: center;
  margin: 0;
  font-style: normal;
}
/* ───────────────────────────────────────────────
   H5 — TRANSPARENCIA (padding: 96/96)
   Fondo terracota completo. Un CTA, tono técnico.
   ─────────���─────────────────────��─────────────── */

#h5.kl-transp {
  padding: var(--kl-section-pad) 0;
  background: var(--kl-bg);
  color: var(--kl-bg);
}

#h5 .kl-container {
  background: var(--kl-terracota);
  border-radius: var(--kl-radius);
  padding: 56px 48px;
}

#h5 .kl-split {
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
}

#h5 .kl-transp-content {
  max-width: 560px;
}

#h5 .kl-eyebrow {
  color: rgba(253, 251, 247, 0.7);
  letter-spacing: 0.20em;
}

#h5 .kl-transp-title {
  font-family: var(--kl-font-heading);
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 600;
  font-style: italic;
  line-height: 1.15;
  letter-spacing: 0.005em;
  color: var(--kl-bg);
  margin: 0 0 28px;
}

#h5 .kl-transp-body { margin-bottom: 32px; }
#h5 .kl-transp-body p {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(253, 251, 247, 0.86);
  margin: 0 0 12px;
}
#h5 .kl-transp-body p:last-child { margin-bottom: 0; }

#h5 .kl-transp-anchor {
  margin-top: 20px;
  font-style: italic;
  color: var(--kl-bg);
  font-weight: 500;
}

#h5 .kl-transp-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 10px;
}

#h5 .kl-btn--light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 999px;
  border: 1px solid var(--kl-line-light);
  color: var(--kl-light);
  text-decoration: none;
  font-family: var(--kl-font-body);
  font-size: 12px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  background: transparent;
  transition: all 0.2s ease;
  opacity: 0.95;
}
#h5 .kl-btn--light:hover {
  background: rgba(253, 251, 247, 0.1);
  border-color: var(--kl-light);
  opacity: 1;
}

#h5 .kl-placeholder--light {
  border-color: rgba(253, 251, 247, 0.3);
  background: rgba(253, 251, 247, 0.08);
  color: var(--kl-light-muted);
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  font-family: var(--kl-font-body);
  font-size: 12px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  line-height: 1.6;
  border-radius: var(--kl-radius);
  border-style: dashed;
}
#h5 .kl-placeholder--light span {
  display: block;
  margin-top: 8px;
  font-size: 10px;
  letter-spacing: 0.08em;
  opacity: 0.7;
  text-transform: none;
}

/* ─��─────────────────────────────────────────────
   H6 — VERIFICA TU LOTE (trazabilidad)
   Fondo oscuro —kl-header. Zona de acción premium.
   ────────────────────────────────────���────────── */

#h6.kl-verifica {
  padding: var(--kl-section-pad) 0;
  background: var(--kl-bg);
}

#h6 .kl-container {
  background: rgba(161,95,74,0.08);
  border-radius: var(--kl-radius);
  padding: 56px 48px;
}

#h6 .kl-verifica-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  border-left: 2px solid var(--kl-terracota);
  padding-left: 40px;
}

#h6 .kl-verifica-text {
  max-width: 600px;
}

#h6 .kl-verifica-text .kl-eyebrow {
  color: var(--kl-terracota);
  letter-spacing: 0.20em;
}

#h6 .kl-verifica-text h2 {
  font-family: var(--kl-font-heading);
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 600;
  line-height: 1.15;
  color: var(--kl-text);
  margin: 0 0 14px;
}

#h6 .kl-verifica-text p {
  font-family: var(--kl-font-body);
  font-size: 15px;
  line-height: 1.7;
  color: rgba(26,26,26,0.6);
  margin: 0;
}

#h6 .kl-btn--verifica {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  flex-shrink: 0;
  padding: 14px 28px;
  border-radius: 999px;
  border: none;
  background: var(--kl-header);
  color: var(--kl-bg);
  font-family: var(--kl-font-body);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s ease;
}
#h6 .kl-btn--verifica:hover {
  background: var(--kl-terracota);
  color: var(--kl-bg);
}


/* ─────────────────────────��─────────────────────
   H7 — BIBLIOTECA (padding: 0/var(--kl-section-gap), panel invitación)
   ─────────────────────────��─────��─────��───────── */

#h7.kl-biblio {
  padding: 0 0 var(--kl-section-pad);
  background: var(--kl-bg);
}

#h7 .kl-biblio-panel {
  background: rgba(240,237,230,0.75);
  border-top: 2px solid rgba(161,95,74,0.7);
  border-radius: 0 0 var(--kl-radius) var(--kl-radius);
  padding: 40px 36px;
}

#h7 .kl-biblio-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 40px;
  align-items: center;
}

#h7 .kl-biblio-content { max-width: 600px; }

#h7 .kl-biblio-title {
  font-family: var(--kl-font-heading);
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.005em;
  color: rgba(26,26,26,0.92);
  margin: 0 0 20px;
}

#h7 .kl-biblio-desc {
  font-family: var(--kl-font-body);
  font-size: 16px;
  line-height: 1.65;
  color: rgba(26,26,26,0.72);
  margin: 0 0 14px;
}
#h7 .kl-biblio-desc:last-of-type { margin-bottom: 20px; }

#h7 .kl-biblio-tagline {
  font-family: var(--kl-font-body);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.5);
  margin-top: 8px;
}

#h7 .kl-biblio-cta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#h7 .kl-btn--outline {
  white-space: nowrap;
  border-color: rgba(26,26,26,0.22);
  color: rgba(26,26,26,0.85);
}
#h7 .kl-btn--outline:hover {
  border-color: rgba(161,95,74,0.75);
  color: rgba(161,95,74,0.9);
}


/* ───────────────────────────────────────────────
   H8 ��� PRE-FOOTER (padding: 24/var(--kl-section-gap) — cierre + fórmula)
   ───────────────────────────��─────────────────── */

#h8.kl-prefooter {
  padding: 24px 0 var(--kl-section-pad);
  text-align: center;
}

#h8 .kl-prefooter-inner {
  max-width: 980px;
  margin: 0 auto;
}

#h8 .kl-prefooter-topline {
  height: 3px;
  background: rgba(161, 95, 74, 0.85);
  margin: 0 auto 54px auto;
  width: 100%;
}

#h8 .kl-prefooter-formula {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: none;
  color: rgba(161, 95, 74, 0.95);
  margin-bottom: 22px;
  opacity: 0.8;
}

#h8 .kl-prefooter-text {
  margin: 0 0 36px 0;
  line-height: 1.8;
  color: rgba(26,26,26,0.78);
  opacity: 0.9;
}

#h8 .kl-btn--primary {
  letter-spacing: 0.10em;
  text-transform: uppercase;
  border-radius: 999px;
}

.kl-prefooter-seo {
  font-family: var(--kl-font-body);
  font-size: 13px;
  line-height: 1.5;
  color: rgba(26, 26, 26, 0.5);
  margin: 16px auto 0;
  max-width: 500px;
}

/* ═══════════════════════════════════════════════���═══════════════��═══════════
   5. LA FÓRMULA (colección)
   Todos los !important en esta sección son override de Dawn collection CSS inline
   ════════════════════════════════════════════════════════════════════���══════ */

/* Ocultar barra de filtros */
.template-collection .facets-container,
.template-collection .facets,
.template-collection .facets-wrapper,
.template-collection .facet-filters,
.template-collection .facet-filters-form,
.template-collection .facet-filters__sort,
.template-collection .product-count,
.template-collection .collection-toolbar,
.template-collection .collection__toolbar,
.template-collection .collection-filters,
.template-collection .sorting,
.template-collection .mobile-facets {
  display: none !important;
}

/* Hero izquierda */
.template-collection .collection-hero,
.template-collection .collection-hero * {
  text-align: left !important;
}

.template-collection .collection-hero .page-width {
  max-width: 80rem !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

/* Cards sin tarjeta */
.template-collection .product-grid-container .card,
.template-collection .product-grid-container .card__inner,
.template-collection .product-grid-container .card__content {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Ficha de Transparencia */
.klothos-technical-sheet {
  max-width: 880px;
  margin: 4rem auto;
  padding: 0 1.5rem;
}
.klothos-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  color: var(--kl-text);
}
.klothos-table th {
  padding: 1.2rem 0;
  border-bottom: 2px solid var(--kl-text);
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}
.klothos-table td {
  padding: 1.6rem 0;
  border-bottom: 1px solid #eaeaea;
  line-height: 1.45;
}


/* ═══════════════════════════════════════════════════════════════════════════
   6. PRODUCTO (PDP) — Active Woman panel + collapsibles
   ══════════════════════════════════��════════════════════════════════════════ */

/* Active Woman panel */
.kl-aw { max-width: 1200px; margin: 0 auto; padding: var(--kl-section-pad) 24px; }
.kl-aw__header { margin-bottom: 28px; }
.kl-aw__title { margin: 0; letter-spacing: 0.06em; }

.kl-aw__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.kl-aw__ph {
  width: 100%;
  min-height: 360px;
  border-radius: 10px;
  background: #F5F5F5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 28px;
  color: #595959;
}
.kl-aw__phTitle { letter-spacing: 0.18em; text-transform: uppercase; font-size: 12px; opacity: 0.9; }
.kl-aw__phMeta { margin-top: 10px; font-size: 12px; opacity: 0.75; }

.kl-aw__panel { padding-top: 6px; }
.kl-aw__dl { margin: 0; }
.kl-aw__row {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.kl-aw__row dt { margin: 0; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.7; }
.kl-aw__row dd { margin: 0; line-height: 1.6; }

.kl-aw__updated { opacity: 0.7; font-size: 12px; }
.kl-aw__buy { margin-top: 18px; display: flex; flex-direction: column; gap: 10px; }
.kl-aw__price { font-size: 18px; letter-spacing: 0.08em; margin-bottom: 10px; }

/* CTA Active Woman — #MainContent da especificidad (1,1,0), suficiente sin !important */
#MainContent .kl-aw__cta,
#MainContent .kl-aw__cta:link,
#MainContent .kl-aw__cta:visited {
  color: var(--kl-text);
  background: transparent;
  border: 1px solid var(--kl-text);
  text-decoration: none;
  box-shadow: none;
  display: inline-block;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-radius: 10px;
  width: max-content;
  margin-bottom: 14px;
  transition: background 0.15s ease, color 0.15s ease;
}
#MainContent .kl-aw__cta:hover {
  background: var(--kl-text);
  color: #ffffff;
}

/* Links secundarios Active Woman — especificidad (1,1,1) suficiente */
#MainContent .kl-aw__buy a,
#MainContent .kl-aw__buy a:link,
#MainContent .kl-aw__buy a:visited {
  color: var(--kl-text);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
#MainContent .kl-aw__buy a:hover { opacity: 0.75; }

#MainContent .kl-aw__verify,
#MainContent .kl-aw__buy a[href="/pages/active-woman"] {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.35;
  opacity: 0.85;
}
#MainContent .kl-aw__buy a[href="/pages/active-woman"] {
  margin-top: 18px;
  opacity: 0.70;
}

/* Botón primario Dawn — !important: Dawn .button--primary tiene estilos inline via section CSS */
.button--primary,
.shopify-payment-button__button {
  background-color: var(--kl-header) !important;
  border-color: var(--kl-header) !important;
  color: var(--kl-bg) !important;
  border-radius: 0 !important;
  text-transform: none !important;
}
.button--primary:hover { filter: brightness(1.06); }

.button--secondary,
.button--tertiary {
  background: transparent !important;
  color: var(--kl-text) !important;
  border-color: var(--kl-border) !important;
}
.button--secondary:hover,
.button--tertiary:hover {
  border-color: var(--kl-terracota) !important;
  color: var(--kl-terracota) !important;
}

/* ═══════════════════════════════════════════════════════════════════════════
   7. INSIDE v2.0 (KLOTHOS Inside — sistema de transparencia)
   
   CAMBIOS vs v1:
   - Todos los colores migrados a variables canónicas (0 hardcoded)
   - Eliminados 3 !important innecesarios
   - Añadido soporte .kl-reveal (animaciones de entrada)
   - Añadido bloque CoA preview (punto 19 brief)
   - Añadido bridge → producto (conversión)
   - Añadido pills de acceso rápido
   - Añadidos links contextuales en marco ético
   - Cierre con meta de revisión (coherente con Biblioteca)
   ═══�����══════════���═══════════════════════════════════════════════════════════ */

/* ── Wrapper Inside (scope) ── */
.kl-inside {
  color: var(--kl-text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* ── Hero Inside ── */
.kl-inside-hero {
  padding: var(--kl-page-top) 0 var(--kl-section-pad);
  background: var(--kl-bg);
}

.kl-inside-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

@media (max-width: 749px) {
  .kl-inside-hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .kl-inside-hero-image {
    order: 2;  /* Imagen después del texto en móvil */
    max-height: 300px;
  }
}

.kl-inside-hero .kl-eyebrow {
  font-family: var(--kl-font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--kl-terracota);  /* FIX: era rgba gris, ahora terracota como Home/Biblio */
  margin-bottom: 14px;
}

.kl-inside-hero .kl-subtitle {
  font-family: var(--kl-font-body);
  font-size: 18px;
  color: var(--kl-terracota);
  margin: 0 0 20px;
  font-weight: 500;
}

/* ── Pills acceso rápido (nuevas v2.0) ── */
.kl-inside-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 8px;
}

/* Reutiliza .kl-pill de Biblioteca — si no está global, definir aquí */
.kl-inside .kl-pill {
  display: inline-flex;
  align-items: center;
  padding: 11px 18px;
  border-radius: 999px;
  border: 1px solid var(--kl-line);
  text-decoration: none;
  font-family: var(--kl-font-body);
  font-size: 12px;
  letter-spacing: 0.05em;
  color: var(--kl-text);
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.kl-inside .kl-pill:hover {
  border-color: var(--kl-terracota-border);
  background: var(--kl-terracota-light);
  transform: translateY(-1px);
}
.kl-inside .kl-pill:focus-visible {
  outline: 2px solid var(--kl-terracota-border);
  outline-offset: 2px;
}

/* ── Paneles Inside ── */
.kl-inside-panel {
  background: var(--kl-bg-alt);
  border: 1px solid var(--kl-line);
  border-radius: var(--kl-radius);
  padding: 32px;
  margin: 32px 0;
}
.kl-inside-panel h2,
.kl-inside-panel h3 {
  font-family: var(--kl-font-heading);
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 600;
  margin: 0 0 16px;
}

/* Lista estructurada Inside (nueva v2.0) */
.kl-inside-list {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}
.kl-inside-list li {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--kl-line);
  font-family: var(--kl-font-body);
  font-size: 15px;
  line-height: 1.6;
  color: var(--kl-text);
}
.kl-inside-list li:first-child {
  border-top: 1px solid var(--kl-line);
}
.kl-inside-list li a {
  color: var(--kl-terracota);
  text-decoration: none;
  border-bottom: 1px solid var(--kl-terracota-border);
}
.kl-inside-list li a:hover {
  border-bottom-color: var(--kl-terracota);
}

.kl-inside-panel-note {
  font-size: 14px;
  line-height: 1.65;
  color: var(--kl-muted);
  margin: 0;
}
.kl-inside-panel-note a {
  color: var(--kl-terracota);
  text-decoration: none;
  border-bottom: 1px solid var(--kl-terracota-border);
}
.kl-inside-panel-note a:hover {
  border-bottom-color: var(--kl-terracota);
}

/* ── Bloque log/código ── */
.kl-inside-log {
  background: var(--kl-terracota-light);
  border-left: 3px solid var(--kl-terracota);
  border-radius: 0 var(--kl-radius-sm) var(--kl-radius-sm) 0;
  padding: 20px 24px;
  margin: 32px 0;
  font-family: var(--kl-font-mono);
  font-size: 13px;
  line-height: 1.8;
  color: var(--kl-text);
}
.kl-inside-log div {
  display: flex;
  gap: 8px;
}
.kl-inside-log-label {
  color: var(--kl-muted);
  display: inline-block;
  min-width: 92px;
  font-weight: 500;
}

/* Override amarillo/olive residual — !important: override estilos inline [style*=...] */
.template-page [style*="rgb(128, 128, 0)"],
.template-page [style*="#808000"],
.template-page [style*="olive"] {
  border-color: var(--kl-terracota) !important;
}

/* ── Card Lote ── */
.kl-inside-lote-card {
  background: #FFFFFF;
  border: 1px solid var(--kl-line);
  border-radius: var(--kl-radius);
  overflow: hidden;
  margin: 24px 0;
}
.kl-inside-lote-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid var(--kl-line);
}
.kl-inside-lote-header h3 {
  font-family: var(--kl-font-heading);
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

/* Badge status */
.kl-badge-status {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid var(--kl-line);
  font-family: var(--kl-font-body);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--kl-muted);
  background: transparent;
}

/* Filas Inside */
.kl-inside-lote-row {
  display: flex;
  padding: 16px 24px;
  border-bottom: 1px solid var(--kl-line);
}
.kl-inside-lote-row:last-child { border-bottom: none; }

.kl-inside-lote-label {
  font-family: var(--kl-font-body);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--kl-muted);
  width: 180px;
  flex-shrink: 0;
}
.kl-inside-lote-value {
  font-family: var(--kl-font-body);
  font-size: 16px;
  color: var(--kl-text);
}
.kl-inside-lote-value a {
  color: var(--kl-terracota);
  text-decoration: none;
  border-bottom: 1px solid var(--kl-terracota-border);
}
.kl-inside-lote-value a:hover {
  border-bottom-color: var(--kl-terracota);
}

/* ── CoA Preview (nuevo v2.0 — punto 19 brief) ── */
.kl-inside-coa {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: var(--kl-section-pad);
  align-items: center;
  padding: var(--kl-section-pad) 0;
}
.kl-inside-coa .kl-eyebrow {
  font-family: var(--kl-font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--kl-terracota);
  margin-bottom: 14px;
}
.kl-inside-coa p {
  font-family: var(--kl-font-body);
  font-size: 15px;
  line-height: 1.7;
  color: var(--kl-muted);
  margin: 0 0 14px;
  max-width: 520px;
}
.kl-inside-coa-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 18px;
  font-family: var(--kl-font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--kl-muted);
}
.kl-inside-coa-preview .kl-placeholder {
  aspect-ratio: 3 / 4;
  min-height: 320px;
}

/* ── Firewall sanitario ── */
.kl-inside-firewall {
  background: #FFFFFF;
  border: 1px solid var(--kl-line);
  border-radius: var(--kl-radius);
  padding: 36px;
  margin: var(--kl-section-pad) 0;
}
.kl-inside-firewall h2 {
  font-family: var(--kl-font-heading);
  font-size: clamp(24px, 2.8vw, 32px);
  font-weight: 600;
  font-style: italic;
  margin: 0 0 16px;
}
.kl-inside-firewall .kl-intro {
  font-size: 15px;
  line-height: 1.7;
  color: var(--kl-muted);
  margin: 0 0 24px;
}

/* Lista firewall estructurada (nueva v2.0) */
.kl-inside-firewall-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.kl-inside-firewall-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--kl-line);
}
.kl-inside-firewall-list li:first-child {
  border-top: 1px solid var(--kl-line);
}
.kl-inside-firewall-list strong {
  display: block;
  font-family: var(--kl-font-heading);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}
.kl-inside-firewall-list p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--kl-muted);
  margin: 0;
}

.kl-inside-firewall .kl-code {
  font-family: var(--kl-font-mono);
  font-size: 12px;
  font-weight: 600;
  color: var(--kl-terracota);
  margin-right: 0;
  flex-shrink: 0;
  min-width: 54px;
  padding-top: 2px;
}
.kl-inside-firewall .kl-note {
  font-size: 14px;
  line-height: 1.6;
  color: var(--kl-muted);
  margin: 0;
}
.kl-inside-firewall .kl-note a {
  color: var(--kl-terracota);
  text-decoration: none;
  border-bottom: 1px solid var(--kl-terracota-border);
}
.kl-inside-firewall .kl-note a:hover {
  border-bottom-color: var(--kl-terracota);
}

/* ── Marco ético ── */
.kl-inside-etico {
  max-width: 700px;
  margin: var(--kl-section-pad) auto;
  padding: 0 24px;
}
.kl-inside-etico h2 {
  font-family: var(--kl-font-heading);
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 600;
  margin: 0 0 24px;
}
.kl-inside-etico .kl-quote {
  border-left: 2px solid var(--kl-terracota);
  padding-left: 24px;
  margin: 0 0 32px;
}
.kl-inside-etico .kl-quote p {
  font-family: var(--kl-font-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--kl-muted);
  margin: 0 0 16px;
}
.kl-inside-etico .kl-quote p:last-child { margin-bottom: 0; }

/* Links contextuales marco ético (nuevos v2.0) */
/* ── Bridge → Producto (nuevo v2.0) ── */
/* ── Cierre ── */
.kl-inside-cierre .kl-statement {
  font-family: var(--kl-font-heading);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 600;
  font-style: italic;
  line-height: 1.2;
  margin: 0 0 18px;
}
.kl-inside-cierre-meta {
  font-family: var(--kl-font-body);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--kl-muted);
  margin-bottom: 6px;
}
.kl-inside-cierre-marca {
  font-family: var(--kl-font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--kl-muted);
  opacity: 0.5;
}


/* ═════════════════════════════════��═════════════════════════════════════════
   7b. INSIDE — RESPONSIVE
   ═════��═════════════════════════════════════════════════════════════════════ */

@media (max-width: 989px) {
  .kl-inside-coa { grid-template-columns: 1fr; gap: 32px; }
  .kl-inside-bridge {
    flex-direction: column;
    align-items: flex-start;
    padding: 34px 28px;
  }
  .kl-inside-firewall { padding: 28px; }
}

@media (max-width: 749px) {
  .kl-inside-hero .kl-desc { font-size: 15px; }
  .kl-inside-quick { flex-direction: column; }
  .kl-inside .kl-pill { width: 100%; justify-content: center; }
  .kl-inside-panel { padding: 24px; }
  .kl-inside-list li { flex-direction: column; gap: 4px; }
  .kl-inside-firewall { padding: 24px; }
  .kl-inside-firewall-list li { flex-direction: column; gap: 6px; }
  .kl-inside-lote-row { flex-direction: column; gap: 6px; }
  .kl-inside-lote-label { width: 100%; }
  .kl-inside-coa { grid-template-columns: 1fr; gap: 24px; }
  .kl-inside-coa-preview .kl-placeholder { aspect-ratio: 4 / 3; min-height: 240px; }
  .kl-inside-etico { padding: 0 16px; }
  .kl-inside-bridge {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px var(--kl-page-x);
  }
  .kl-inside-cierre { padding: var(--kl-section-pad) var(--kl-page-x); }
}
/* ═══════════════════════════════════════════��═══════════════════════════════
   8b. BIBLIOTECA HOME v4.0 (migrado desde inline <style>)
   
   MIGRACIÓN:
   - 848 líneas extraídas de kl-biblioteca-home.liquid
   - Componentes compartidos (.kl-reveal, .kl-pill, .kl-btn-reset) 
     promovidos a sección 2b (shared) para reutilización en Inside
   - El <style> inline del template se elimina completamente
   - Responsive propio incluido al final del bloque
   ═══════════════════════════════════════════════════════════════════════════ */


/* ── 2b. COMPONENTES COMPARTIDOS (Biblioteca + Inside + futuras) ──────── */

/* Reveal animation (usado en Biblioteca, Inside, y futuras páginas) */
.kl-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.kl-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.kl-reveal-d1 { transition-delay: 0.08s; }
.kl-reveal-d2 { transition-delay: 0.16s; }
.kl-reveal-d3 { transition-delay: 0.24s; }
.kl-reveal-d4 { transition-delay: 0.32s; }

@media (prefers-reduced-motion: reduce) {
  .kl-reveal { opacity: 1; transform: none; transition: none; }
}

/* Generic button reset (Biblioteca FAQ + futuras) */
.kl-btn-reset {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  width: 100%;
  cursor: pointer;
}
.kl-btn-reset:focus-visible {
  outline: 2px solid var(--kl-terracota-border);
  outline-offset: 2px;
}

/* Pills (Biblioteca + Inside) */
.kl-pill {
  display: inline-flex;
  align-items: center;
  padding: 11px 18px;
  border-radius: 999px;
  border: 1px solid var(--kl-line);
  text-decoration: none;
  font-family: var(--kl-font-body);
  font-size: 12px;
  letter-spacing: 0.05em;
  color: var(--kl-text);
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.kl-pill:hover {
  border-color: var(--kl-terracota-border);
  background: var(--kl-terracota-light);
  transform: translateY(-1px);
}
.kl-pill:focus-visible {
  outline: 2px solid var(--kl-terracota-border);
  outline-offset: 2px;
}

/* Bridge → Producto (Biblioteca + Inside) */
.kl-bridge-text { max-width: 620px; }
.kl-bridge-title {
  font-family: var(--kl-font-heading);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
  color: var(--kl-text);
  margin-bottom: 10px;
}
.kl-bridge-desc {
  font-family: var(--kl-font-body);
  font-size: 14px;
  line-height: 1.65;
  color: var(--kl-muted);
}
.kl-bridge-link {
  font-family: var(--kl-font-body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  white-space: nowrap;
  padding: 12px 22px;
  border: 1px solid var(--kl-terracota-border);
  border-radius: var(--kl-radius-sm);
  color: var(--kl-terracota);
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.kl-bridge-link:hover {
  background: var(--kl-terracota);
  color: var(--kl-light);
  transform: translateY(-1px);
}
.kl-bridge-link:focus-visible {
  outline: 2px solid var(--kl-terracota-border);
  outline-offset: 2px;
}


/* ── 8b. BIBLIOTECA HOME ─────────────────────────────────────────────── */

/* Scoped reset */
.kl-bib, .kl-bib * { box-sizing: border-box; }
.kl-bib h1, .kl-bib h2, .kl-bib h3, .kl-bib p { margin: 0; }
.kl-bib a { color: inherit; }

.kl-bib {
  color: var(--kl-text);
  font-family: var(--kl-font-heading);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  padding-top: var(--kl-page-top);
}

/* ── Hero ── */
.kl-bib-hero {
  padding: var(--kl-section-pad) 0 32px;
  max-width: 760px;
}

.kl-bib .kl-eyebrow {
  font-family: var(--kl-font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--kl-terracota);
  margin-bottom: 18px;
}

.kl-bib-hero h1 {
  font-family: var(--kl-font-heading);
  font-size: clamp(34px, 4.6vw, 48px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.01em;
  color: var(--kl-text);
  margin-bottom: 22px;
}

.kl-bib .kl-hero-sub {
  font-family: var(--kl-font-body);
  font-size: 17px;
  line-height: 1.75;
  color: var(--kl-muted);
  max-width: 620px;
}

/* ── Status + Quick ── */
.kl-top-rail {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin: 10px 0 36px;
  max-width: 760px;
}

.kl-status {
  background: var(--kl-terracota-light);
  border-left: 3px solid var(--kl-terracota);
  border-radius: 0 var(--kl-radius-sm) var(--kl-radius-sm) 0;
  padding: 14px 18px;
  font-family: var(--kl-font-mono);
  font-size: 12.5px;
  line-height: 1.8;
  color: var(--kl-text);
  width: fit-content;
}
.kl-status span {
  color: var(--kl-muted);
  display: inline-block;
  min-width: 92px;
}

.kl-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

/* ── Section nav (anclas) ── */
.kl-section-nav {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.kl-section-nav a {
  font-family: var(--kl-font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-decoration: none;
  color: var(--kl-muted);
  padding: 8px 14px;
  border: 1px solid transparent;
  border-radius: var(--kl-radius-sm);
  transition: all .18s ease;
}
.kl-section-nav a:hover,
.kl-section-nav a.is-active {
  color: var(--kl-terracota);
  border-color: var(--kl-terracota-border);
  background: var(--kl-terracota-light);
}

/* ── Secciones genérico ── */
.kl-bib-section {
  padding: var(--kl-section-pad) 0;
  border-top: 1px solid var(--kl-line);
  scroll-margin-top: calc(var(--kl-header-h, 84px) + 20px);
}

.kl-bib .kl-section-eyebrow {
  font-family: var(--kl-font-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--kl-muted);
  margin-bottom: 12px;
  opacity: 0.6;
}

.kl-bib .kl-section-title {
  font-family: var(--kl-font-heading);
  font-size: clamp(22px, 3.1vw, 30px);
  font-weight: 400;
  line-height: 1.25;
  color: var(--kl-text);
  margin-bottom: 8px;
}

.kl-bib .kl-section-desc {
  font-family: var(--kl-font-body);
  font-size: 15px;
  line-height: 1.65;
  color: var(--kl-muted);
  margin-bottom: 34px;
  max-width: 620px;
}

/* ── Formula Snapshot ── */
.kl-formula-snap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--kl-line);
  border-radius: var(--kl-radius);
  overflow: hidden;
  margin-bottom: 40px;
}

.kl-snap-item {
  padding: 22px 18px;
  text-align: center;
  border-right: 1px solid var(--kl-line);
  position: relative;
  transition: background .2s ease;
}
.kl-snap-item:last-child { border-right: none; }
.kl-snap-item:hover { background: var(--kl-terracota-light); }

.kl-snap-dose {
  font-family: var(--kl-font-heading);
  font-size: 26px;
  font-weight: 400;
  color: var(--kl-terracota);
  line-height: 1;
  margin-bottom: 4px;
}
.kl-snap-dose .kl-snap-unit {
  font-size: 13px;
  color: var(--kl-muted);
  font-weight: 400;
}

.kl-snap-name {
  font-family: var(--kl-font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--kl-text);
  margin-bottom: 6px;
}

.kl-snap-role {
  font-family: var(--kl-font-body);
  font-size: 10px;
  color: var(--kl-muted);
  line-height: 1.4;
  opacity: 0.7;
}

.kl-snap-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -4px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--kl-terracota);
  opacity: 0.25;
  z-index: 1;
}

/* ── System SVG (diagrama interactivo) ── */
.kl-system-wrap {
  margin: 0 auto 44px;
  max-width: 680px;
}
.kl-system-wrap svg { width: 100%; height: auto; }
.kl-system-wrap svg text { pointer-events: none; }
.kl-system-wrap svg .sys-node {
  cursor: pointer;
  transition: opacity .2s ease;
}
.kl-system-wrap svg .sys-node:hover { opacity: 0.85; }

.kl-system-caption {
  font-family: var(--kl-font-body);
  font-size: 13px;
  line-height: 1.65;
  color: var(--kl-muted);
  text-align: center;
  margin-top: 16px;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

/* ── Ingredient Cards ── */
.kl-ingr-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.kl-ingr-card {
  background: #FFFFFF;
  border: 1px solid var(--kl-line);
  border-radius: var(--kl-radius);
  padding: 26px 22px 22px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  min-height: 220px;
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
  position: relative;
  overflow: hidden;
}
.kl-ingr-card:hover {
  border-color: var(--kl-terracota-border);
  box-shadow: 0 8px 26px var(--kl-terracota-light);
  transform: translateY(-2px);
}
.kl-ingr-card:focus-visible {
  outline: 2px solid var(--kl-terracota-border);
  outline-offset: 3px;
}

.kl-ingr-dose {
  font-family: var(--kl-font-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--kl-terracota);
  margin-bottom: 12px;
}

.kl-ingr-name {
  font-family: var(--kl-font-heading);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--kl-text);
  margin-bottom: 10px;
}

.kl-ingr-desc {
  font-family: var(--kl-font-body);
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--kl-muted);
  flex: 1;
  margin-bottom: 14px;
}

.kl-ingr-role {
  display: inline-block;
  font-family: var(--kl-font-body);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--kl-terracota);
  background: var(--kl-terracota-light);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 12px;
  width: fit-content;
}

.kl-ingr-arrow {
  font-family: var(--kl-font-body);
  font-size: 12px;
  font-weight: 500;
  color: var(--kl-terracota);
  letter-spacing: 0.04em;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity .22s ease, transform .22s ease;
}
.kl-ingr-card:hover .kl-ingr-arrow {
  opacity: 1;
  transform: translateX(0);
}

/* ── FAQ Accordion ── */
.kl-faq-list {
  display: flex;
  flex-direction: column;
}

.kl-faq-item {
  border-bottom: 1px solid rgba(26, 26, 26, 0.06);
}
.kl-faq-item:first-child {
  border-top: 1px solid rgba(26, 26, 26, 0.06);
}

.kl-faq-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 22px 0;
  width: 100%;
  cursor: pointer;
  background: none;
  border: none;
  font: inherit;
  text-align: left;
  color: inherit;
  transition: padding-left .18s ease;
}
.kl-faq-trigger:hover { padding-left: 8px; }
.kl-faq-trigger:focus-visible {
  outline: 2px solid var(--kl-terracota-border);
  outline-offset: 2px;
  border-radius: 4px;
}

.kl-faq-left {
  display: flex;
  align-items: baseline;
  gap: 14px;
  min-width: 0;
  flex: 1;
}

.kl-faq-badge {
  font-family: var(--kl-font-body);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--kl-muted);
  min-width: 70px;
  flex-shrink: 0;
  opacity: 0.5;
}

.kl-faq-question {
  font-family: var(--kl-font-heading);
  font-size: 16.5px;
  line-height: 1.42;
  color: var(--kl-text);
}

.kl-faq-icon {
  color: var(--kl-terracota);
  font-size: 20px;
  flex-shrink: 0;
  transition: transform .25s ease, opacity .18s ease;
  opacity: 0.4;
  font-family: var(--kl-font-body);
  font-weight: 300;
  line-height: 1;
}
.kl-faq-trigger:hover .kl-faq-icon { opacity: 1; }
.kl-faq-item.is-open .kl-faq-icon {
  transform: rotate(45deg);
  opacity: 1;
}

.kl-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}
.kl-faq-item.is-open .kl-faq-answer {
  max-height: 400px;
}

.kl-faq-answer-inner {
  padding: 0 0 26px 84px;
  font-family: var(--kl-font-body);
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--kl-muted);
  max-width: 640px;
}

.kl-faq-source {
  display: inline-block;
  margin-top: 10px;
  font-size: 11px;
  font-weight: 500;
  color: var(--kl-terracota);
  text-decoration: none;
  letter-spacing: 0.04em;
}
.kl-faq-source:hover { text-decoration: underline; }

/* ── Articles List (preguntas) ── */
.kl-preguntas-list {
  display: flex;
  flex-direction: column;
}

.kl-pregunta-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.06);
  text-decoration: none;
  transition: padding-left .18s ease;
}
.kl-pregunta-item:first-child {
  border-top: 1px solid rgba(26, 26, 26, 0.06);
}
.kl-pregunta-item:hover { padding-left: 8px; }
.kl-pregunta-item:focus-visible {
  outline: 2px solid var(--kl-terracota-border);
  outline-offset: 2px;
  border-radius: 4px;
}
.kl-pregunta-item.is-disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.kl-pregunta-item.is-disabled:hover { padding-left: 0; }

.kl-preg-left {
  display: flex;
  align-items: baseline;
  gap: 14px;
  min-width: 0;
  flex: 1;
}

.kl-preg-badge {
  font-family: var(--kl-font-body);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--kl-muted);
  min-width: 70px;
  flex-shrink: 0;
  opacity: 0.5;
}

.kl-preg-text {
  font-family: var(--kl-font-heading);
  font-size: 16.5px;
  line-height: 1.42;
  color: var(--kl-text);
}

.kl-preg-arrow {
  color: var(--kl-terracota);
  font-size: 18px;
  opacity: 0.35;
  transition: opacity .18s ease;
  flex-shrink: 0;
}
.kl-pregunta-item:hover .kl-preg-arrow { opacity: 1; }
.kl-pregunta-item.is-disabled:hover .kl-preg-arrow { opacity: 0.35; }

/* ── Video ── */
.kl-video-featured {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 36px;
  align-items: center;
}

.kl-video-thumb {
  aspect-ratio: 16 / 9;
  background: var(--kl-bg-alt);
  border-radius: var(--kl-radius);
  border: 1px solid var(--kl-line);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.kl-video-thumb.is-disabled {
  cursor: not-allowed;
  opacity: 0.75;
}

.kl-play-btn {
  width: 58px;
  height: 58px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.10);
  transition: transform .18s ease;
}
.kl-video-thumb:hover .kl-play-btn { transform: scale(1.08); }
.kl-video-thumb.is-disabled:hover .kl-play-btn { transform: none; }
.kl-play-btn svg { width: 20px; height: 20px; fill: var(--kl-terracota); margin-left: 3px; }

.kl-video-info .kl-vid-badge {
  font-family: var(--kl-font-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--kl-terracota);
  margin-bottom: 12px;
}

.kl-video-info .kl-vid-title {
  font-family: var(--kl-font-heading);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.35;
  color: var(--kl-text);
  margin-bottom: 10px;
}

.kl-video-info .kl-vid-desc {
  font-family: var(--kl-font-body);
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--kl-muted);
  margin-bottom: 18px;
}

.kl-vid-link {
  font-family: var(--kl-font-body);
  font-size: 12px;
  font-weight: 500;
  color: var(--kl-terracota);
  text-decoration: none;
  letter-spacing: 0.04em;
  width: max-content;
  border: none;
  background: none;
  cursor: pointer;
}
.kl-vid-link:hover { text-decoration: underline; }
.kl-vid-link.is-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.kl-vid-link.is-disabled:hover { text-decoration: none; }

.kl-videos-mini {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.kl-video-mini-card {
  text-decoration: none;
  display: block;
}
.kl-video-mini-card:focus-visible {
  outline: 2px solid var(--kl-terracota-border);
  outline-offset: 2px;
  border-radius: var(--kl-radius-sm);
}
.kl-video-mini-card.is-disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.kl-mini-thumb {
  aspect-ratio: 16 / 9;
  background: var(--kl-bg-alt);
  border-radius: var(--kl-radius-sm);
  border: 1px solid var(--kl-line);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--kl-font-body);
  font-size: 10px;
  letter-spacing: 0.08em;
  color: var(--kl-muted);
  opacity: 0.4;
  margin-bottom: 12px;
}

.kl-mini-title {
  font-family: var(--kl-font-body);
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--kl-text);
  opacity: 0.78;
}

/* ── Bridge (scoped en Biblioteca) ── */
.kl-bib-bridge {
  background: var(--kl-bg-alt);
  border: 1px solid var(--kl-terracota-light);
  border-radius: var(--kl-radius);
  padding: 40px 44px;
  margin: var(--kl-section-pad) 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

/* ── Cierre ── */
.kl-bib-cierre {
  text-align: center;
  padding: var(--kl-section-pad) 0 10px;
  border-top: 1px solid var(--kl-line);
}

.kl-cierre-text {
  font-family: var(--kl-font-heading);
  font-size: 17px;
  font-style: italic;
  line-height: 1.7;
  color: var(--kl-muted);
  opacity: 0.55;
  max-width: 520px;
  margin: 0 auto 14px;
}

.kl-cierre-meta {
  font-family: var(--kl-font-body);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--kl-muted);
  opacity: 0.35;
  margin-bottom: 6px;
}

.kl-cierre-marca {
  font-family: var(--kl-font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--kl-muted);
  opacity: 0.3;
  padding-bottom: 20px;
}


/* ── 8b RESPONSIVE ── */

@media (max-width: 989px) {
  .kl-bib-hero { padding: var(--kl-section-pad) 0 28px; }
  .kl-ingr-grid { grid-template-columns: repeat(2, 1fr); }
  .kl-formula-snap { grid-template-columns: repeat(2, 1fr); }
  .kl-snap-item:nth-child(2) { border-right: none; }
  .kl-snap-item:nth-child(2)::after { display: none; }
  .kl-video-featured { grid-template-columns: 1fr; gap: 22px; }
  .kl-bib-bridge {
    flex-direction: column;
    align-items: flex-start;
    padding: 34px 28px;
  }
  .kl-system-wrap { max-width: 100%; overflow-x: auto; }
}

@media (max-width: 749px) {
  .kl-bib { padding-top: var(--kl-page-top); }
  .kl-bib-hero h1 { font-size: clamp(28px, 7vw, 48px); }
  .kl-ingr-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .kl-ingr-card { padding: 20px 16px 16px; min-height: 180px; }
  .kl-ingr-name { font-size: 16px; }
  .kl-formula-snap { grid-template-columns: repeat(2, 1fr); }
  .kl-snap-dose { font-size: 22px; }
  .kl-faq-badge, .kl-preg-badge { display: none; }
  .kl-faq-answer-inner { padding-left: 0; }
  .kl-videos-mini { grid-template-columns: 1fr; }
  .kl-bib-section { padding: var(--kl-section-pad) 0; }
  .kl-status { font-size: 11px; }
  .kl-status span { min-width: 74px; }
  .kl-section-nav { display: none; }
}

/* Container override: Biblioteca usa page-width de Dawn,
   lo forzamos al ancho de kl-container para coherencia */
.kl-bib .page-width {
  max-width: 1180px;
  padding: 0 24px;
}
@media (max-width: 749px) {
  .kl-bib .page-width {
    padding: 0 16px;
  }
}

/* ═════════════════════════════════════════════════���═════════════════════════
   8. BIBLIOTECA (páginas de evidencia)
   ════════════════════════════════════════��════════════════════════════���═════ */

.kl-lib, .kl-ficha { padding: 56px 0; }
.kl-lib__inner, .kl-ficha__inner { max-width: 1080px; margin: 0 auto; padding: 0 20px; }

/* ── Biblioteca hero split grid (5.15) ── */
.kl-lib__hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.kl-lib__hero-image {
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 16/9;
}
@media (max-width: 749px) {
  .kl-lib__hero-grid { grid-template-columns: 1fr; }
  .kl-lib__hero-image { order: -1; }
}

/* ��─ Profesionales documentación imagen (5.14) ── */
.kl-pro-docimg {
  padding: 56px 0;
  background: var(--kl-bg-alt);
}
.kl-pro-docimg-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.kl-pro-docimg-image {
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
@media (max-width: 749px) {
  .kl-pro-docimg-inner { grid-template-columns: 1fr; }
  .kl-pro-docimg-image { order: -1; }
}


.kl-lib__kicker, .kl-ficha__kicker {
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0.75;
  margin: 0 0 10px;
}

.kl-lib__title, .kl-ficha__title { margin: 0 0 10px; }
.kl-lib__lead p { margin: 0 0 10px; max-width: 760px; }

.kl-lib-meta, .kl-ficha-meta {
  margin-top: 18px;
  background: #F7F7F7;
  border-left: 3px solid var(--kl-terracota);
  padding: 14px 18px;
  font-family: var(--kl-font-mono);
  font-size: 12px;
  line-height: 1.9;
  color: #555;
  max-width: 520px;
}
.kl-lib-meta span, .kl-ficha-meta span {
  opacity: 0.7; margin-right: 8px; letter-spacing: 0.08em; text-transform: uppercase;
}

/* Mapa biblioteca */
.kl-lib-map {
  border: 1px solid #E7E7E7;
  border-radius: 8px;
  padding: 18px;
}
.kl-lib-map__item {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 12px;
  padding: 14px 10px;
  border-bottom: 1px solid #EEE;
}
.kl-lib-map__item:last-child { border-bottom: none; }
.kl-lib-map__tag {
  font-family: var(--kl-font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #555;
}

/* Grid cards biblioteca */
.kl-lib-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.kl-lib-card {
  display: block;
  border: 1px solid #E7E7E7;
  border-radius: 10px;
  padding: 16px;
  text-decoration: none;
}
.kl-lib-card:hover { border-color: #D9D9D9; }
.kl-lib-card__tag {
  font-family: var(--kl-font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.8;
}

/* Links biblioteca */
.kl-lib-links, .kl-ficha__links { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 14px; }
.kl-lib-links__a, .kl-ficha__links a {
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}
.kl-lib-links__a:hover, .kl-ficha__links a:hover {
  border-bottom-color: rgba(0, 0, 0, 0.45);
}

/* Ficha detalle */
.kl-ficha__quote { font-size: 18px; line-height: 1.55; margin: 0; }
.kl-ficha__dl { margin: 0; }
.kl-ficha__row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #EEE;
}
.kl-ficha__row:last-child { border-bottom: none; }
.kl-ficha__row dt {
  opacity: 0.75;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
}

/* Utilidades biblioteca */
.kl-log {
  font-family: var(--kl-font-mono);
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  color: #666;
  background: #f7f7f7;
  padding: 1.1rem 1.3rem;
  margin: 2rem 0 3.5rem 0;
  border-left: 3px solid var(--kl-text);
}
.kl-ref {
  font-family: var(--kl-font-mono);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  color: #555;
  background: #f7f7f7;
  padding: 0.55rem 0.8rem;
  margin: 2.2rem 0 0.6rem 0;
  display: inline-block;
  border: 1px solid #ececec;
}
.kl-closure {
  border-top: 1px solid #eee;
  padding-top: 2rem;
  margin-top: 3rem;
  font-size: 0.9rem;
  color: #595959;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}


/* ═══════════════════════════════════════════════════════════════════════════
   9. CONTACTO / FAQ
   ═════════════════════���═════════════════════════════════════════════════════ */

/* Labels terminal — especificidad aumentada para ganar a Dawn sin !important */
.template-page .contact .field__label,
.template-page .contact .form__label {
  font-family: var(--kl-font-mono);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(0, 0, 0, 0.55);
}

/* Campos sobrios — especificidad aumentada para ganar a Dawn sin !important */
.template-page .contact .field__input,
.template-page .contact .text-area,
.template-page .contact .select__select {
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 0;
  background: transparent;
}

/* Select caret */
.kl-select { position: relative; }
.kl-select .kl-caret {
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 0.75rem;
  pointer-events: none;
  opacity: 0.65;
}
.kl-select select { padding-right: 3.2rem; }

/* Botón contact — especificidad (0,3,0) suficiente sin !important */
.template-page .contact .contact__button .button {
  border-radius: 0;
  letter-spacing: 0.2em;
}

/* Log sistema (contact/faq) */
.kl-log-sistema {
  background: #f8f8f6;
  border-left: 3px solid var(--kl-terracota);
  padding: 10px 16px;
  margin: 16px 0 20px 0;
  font-family: var(--kl-font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #555;
  display: block;
}

/* Chips uso canal */
.kl-uso-canal {
  background: #fafafa;
  padding: 16px;
  margin: 16px 0 24px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.kl-uso-label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #595959;
  margin-bottom: 10px;
  font-family: var(--kl-font-mono);
}
.kl-uso-chips {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 8px;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2px;
}
.kl-chip {
  display: inline-block;
  background: #fff;
  border: 1px solid #ddd;
  padding: 7px 12px;
  font-size: 13px;
  color: var(--kl-text);
  text-decoration: none;
  line-height: 1;
  flex: 0 0 auto;
  cursor: pointer;
}
.kl-chip:hover { border-color: var(--kl-terracota); }

/* FAQ chips */
.indice-faq { margin: 32px 0; }
.indice-label { display: block; font-size: 18px; font-weight: 400; margin-bottom: 16px; }
.indice-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip-link {
  background: #FFFFFF;
  border: 1px solid var(--kl-terracota);
  color: var(--kl-terracota);
  padding: 10px 18px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.chip-link:hover {
  background: var(--kl-terracota);
  color: #FFFFFF;
}

/* Bloques operativos FAQ */
.kl-summary { font-weight: 500; margin-bottom: 12px; }
.kl-box-operativa {
  border: 1px solid #eee;
  padding: 12px 16px;
  margin-top: 16px;
  background: #fafafa;
}
.kl-links-sistema { margin-top: 12px; font-size: 14px; }
.kl-links-sistema a { color: var(--kl-terracota); text-decoration: underline; }
.kl-links-sistema .sep { opacity: 0.5; margin: 0 6px; }

/* Índice FAQ */
.kl-indice-horizontal {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  color: var(--kl-terracota);
  font-weight: 500;
}
.kl-indice-horizontal a { color: var(--kl-terracota); text-decoration: none; }
.kl-indice-horizontal a:hover { text-decoration: underline; }
.kl-indice-horizontal .sep { opacity: 0.5; margin: 0 2px; }

/* Hero contacto */
.hero-contacto {
  align-items: start;
  grid-template-columns: 1.2fr 1fr;
}
.hero-imagen { align-items: flex-start; }


/* ═════════════════════════════��═════════════════════════════════════════════
   10. FOOTER
   Todos los !important en footer son override de Dawn footer section CSS inline
   ════════════════��═════���════════════════════════════════════════════════════ */

.footer {
  background: var(--kl-header) !important;
  color: var(--kl-bg) !important;
  border-top: 1px solid rgba(253, 251, 247, 0.14) !important;
  margin-top: auto;
  width: min(1180px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}

/* P0-03: Headings visibles sobre fondo oscuro (WCAG AA) */
.footer-block__heading,
.footer h2,
.footer h3 {
  color: var(--kl-bg) !important;
  font-weight: 600;
}

/* F0 — WCAG AA contrast fix copyright footer (ref audit Lote 1 A5-1).
   La clase .caption (klothos.css L199) aplica color: var(--kl-muted) que
   es rgba(26,26,26,0.62), tuneado para cream bg. Sobre la bg navy del
   footer #1A1F2E compone a #1A1C22 (ratio 1.03 — texto invisible).
   Override a cream 85% → ratio ~12:1 AAA, manteniendo tratamiento muted.
   PUT al live: 2026-04-18T14:32:46 (theme 195683418459). */
.footer__copyright.caption,
.footer__copyright .copyright__content {
  color: rgba(253, 251, 247, 0.85) !important;
}

.footer a, .footer__link {
  color: rgba(253, 251, 247, 0.72) !important;
  font-size: 1.1rem !important;
  letter-spacing: 0.05em !important;
}
.footer a:hover, .footer__link:hover {
  color: var(--kl-bg) !important;
  text-decoration: underline !important;
}

/* Pegado perfecto newsletter → footer — !important: Dawn section spacing inline */
.footer-group,
.footer-group .shopify-section,
.footer-group .shopify-section .page-width {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Ancho consistente prefooter */
.kl-footer-seal {
  width: min(1180px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}
.footer-group .shopify-section + .shopify-section {
  margin-top: 0 !important;
}
#shopify-section-footer,
.footer {
  margin-top: 0 !important;
}

/* P0-04: Separador sutil pre-footer → footer */
.footer::before {
  content: '';
  display: block;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent 10%,
    rgba(253, 251, 247, 0.12) 50%,
    transparent 90%
  );
}


/* ═══════════════════════════���═══════════════════════════════════════════════
   11. COMPONENTES REUTILIZABLES (grafías)
   ═══════════════════════════════════════════════════════════════════════════ */

/* Divider */
.kl-divider {
  border: 0;
  border-top: 1px solid var(--kl-line);
  margin: clamp(18px, 3vw, 34px) 0;
}

/* Heading mark (cuadrado lateral) */
.kl-hmark {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.kl-hmark::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid rgba(26, 26, 26, 0.55);
  margin-top: 0.25em;
  flex: 0 0 auto;
}
.kl-hmark > h2,
.kl-hmark > h3,
.kl-hmark > h4 { margin: 0; }

/* Vertical line (manifiesto) */
.kl-vline {
  position: relative;
  padding-left: 22px;
}
.kl-vline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  bottom: 0.15em;
  width: 2px;
  background: rgba(26, 26, 26, 0.55);
  border-radius: 1px;
  opacity: 0.9;
}

/* Glosa técnica */
.klothos-glosa {
  font-family: var(--kl-font-mono);
  font-size: 13px;
  line-height: 1.6;
  background: #F9F9F9;
  padding: 16px;
  margin: 24px 0;
  color: var(--kl-text);
}


/* ═════���═════════════════════════════════════════════════════════════════════
   12. ACCESIBILIDAD
   ═══════════════════════════════���═══════════════════════════════════════════ */

/* Focus global */
:focus-visible {
  outline: 2px solid rgba(161, 95, 74, 0.55);
  outline-offset: 3px;
}

/* Botones principales */
.kl-btn:focus-visible {
  outline: 2px solid var(--kl-terracota);
  outline-offset: 3px;
}

/* Botones fondo terracota */
.kl-btn--light:focus-visible,
#h5 .kl-btn--light:focus-visible {
  outline: 2px solid var(--kl-bg);
  outline-offset: 3px;
}

/* Cards */
.kl-card:focus-visible {
  outline: 2px solid var(--kl-terracota);
  outline-offset: 3px;
}

/* Links fichas técnicas */
.kl-card a:focus-visible {
  outline: 2px solid var(--kl-terracota);
  outline-offset: 2px;
}

/* Links fondo terracota */
#h5 a:focus-visible {
  outline: 2px solid var(--kl-bg);
  outline-offset: 3px;
}

/* Header focus — !important: Dawn header focus-visible tiene outline inline */
.header__menu-item:focus-visible,
.header__heading-link:focus-visible,
.header__icon:focus-visible {
  outline: 2px solid rgba(161, 95, 74, 0.65) !important;
  outline-offset: 4px !important;
  background: transparent !important;
}

/* Badges (si interactivos) */
.kl-badge:focus-visible {
  outline: 2px solid var(--kl-terracota);
  outline-offset: 2px;
}

/* Pre-footer */
#h8 .kl-btn:focus-visible {
  outline: 2px solid rgba(161, 95, 74, 0.75);
  outline-offset: 3px;
}

/* Chips */
.kl-chip:focus-visible {
  outline: 2px solid var(--kl-terracota);
  outline-offset: 2px;
}

/* ARIA: selectores para secciones custom-liquid con role="region" */
section[role="region"][aria-label] {
  /* Asegura que las secciones con ARIA label sean accesibles */
  position: relative;
}


/* ═══════════════════════════════════════════════════════════════════════════
   13. RESPONSIVE (consolidado — un solo bloque por breakpoint)
   ═════════════════���═════════════════════════════════════════════════════════ */

/* ── Tablet (≤989px) — solo cambios ESTRUCTURALES ── */
@media (max-width: 989px) {
  /* Base — padding de sección ahora automático via :root responsive */
  .kl-container { width: calc(100% - 2 * var(--kl-page-x)); }
  .kl-split { grid-template-columns: 1fr; gap: 32px; }
  .kl-comp-grid { grid-template-columns: repeat(2, 1fr); }

  /* H1 Hero */
    .kl-hero {
    padding-top: calc(var(--kl-header-h, 60px) + 24px);
  min-height: auto;
  max-height: none;
  }

  .kl-hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  /* H2 Composición — contenedores internos */
  #h2 .kl-container { padding: var(--kl-section-pad) 32px; }

  /* H3 Uso */
  #h3 .kl-split { grid-template-columns: 1fr; }
  #h3 .kl-uso-content { max-width: 100%; }
  #h3 .kl-placeholder { aspect-ratio: 16 / 10; max-height: 320px; }

  /* H4 Método */
  #h4 .kl-quote { padding-left: 24px; }

  /* H5 Transparencia */
  #h5 .kl-container { padding: var(--kl-section-pad) 32px; }
  #h5 .kl-split { grid-template-columns: 1fr; gap: 32px; }
  #h5 .kl-transp-content { max-width: 100%; }

  /* H6 Verifica */
  #h6 .kl-container { padding: var(--kl-section-pad) 32px; }
  #h6 .kl-verifica-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    padding-left: 28px;
  }

  /* H7 Biblioteca */
  #h7 .kl-biblio-panel { padding: 32px 28px; }
  #h7 .kl-biblio-grid { grid-template-columns: 1fr; gap: 28px; }
  #h7 .kl-biblio-cta { justify-content: flex-start; }

  /* Active Woman */
  .kl-aw__grid { grid-template-columns: 1fr; gap: 28px; }
  .kl-aw__row { grid-template-columns: 1fr; gap: 8px; }

  /* Producto collapsibles */
  .product__accordion {
    border-top: 1px solid #e6e6e6;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
  }
  .accordion__title {
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding-right: 3rem;
  }

  /* Biblioteca fichas */
  .kl-lib-grid { grid-template-columns: 1fr; }
}

/* ── Mobile (≤749px) — layout + tipografía ── */
@media (max-width: 749px) {
  /* Base — tipografía móvil */
  body { font-size: 16px; line-height: 1.65; }
  h1 { font-size: clamp(28px, 7vw, 48px); }
  h2 { font-size: clamp(22px, 5vw, 36px); }
  h3 { font-size: 20px; }
  .kl-container { width: calc(100% - 2 * var(--kl-page-x)); }

  /* H1 Hero — texto primero, imagen debajo */
  .kl-hero-ctas { flex-direction: column; }
  .kl-hero-ctas .kl-btn { width: 100%; justify-content: center; }

  /* H2 Composición */
  #h2 .kl-container { padding: 28px var(--kl-page-x); border-radius: var(--kl-radius-sm); }
  .kl-comp-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .kl-badges-row { gap: 16px; }
  .kl-badge { font-size: 10px; }

  /* H3 Uso */
  #h3 .kl-split { gap: 24px; }
  #h3 .kl-quote { padding-left: 18px; margin-bottom: 24px; }
  #h3 .kl-placeholder { aspect-ratio: 16 / 9; max-height: 260px; }

  /* H4 Método */
  #h4 .kl-h2 { text-align: left; }
  #h4 .kl-quote { padding-left: 18px; }
  #h4 .kl-quote p { font-size: 15px; }
  #h4 .kl-metodo-cierre { text-align: left; font-size: 14px; }

  /* H5 Transparencia */
  #h5 .kl-container { padding: 28px var(--kl-page-x); border-radius: var(--kl-radius-sm); }
  #h5 .kl-transp-ctas { flex-direction: column; }
  #h5 .kl-btn--light { width: 100%; justify-content: center; }
  #h5 .kl-transp-body p { font-size: 15px; }

  /* H6 Verifica */
  #h6 .kl-container { padding: 28px var(--kl-page-x); border-radius: var(--kl-radius-sm); }
  #h6 .kl-verifica-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding-left: 20px;
  }
  #h6 .kl-btn--verifica { width: 100%; justify-content: center; }

  /* H7 Biblioteca */
  #h7 .kl-biblio-panel { padding: 28px var(--kl-page-x); }
  #h7 .kl-biblio-desc { font-size: 15px; }
  #h7 .kl-btn--outline { width: 100%; justify-content: center; }

  /* H8 Pre-footer */
  #h8 .kl-prefooter-topline { margin-bottom: 32px; }
  .kl-prefooter-formula { font-size: 14px; margin-bottom: 12px; }
  .kl-prefooter-text { font-size: 15px; margin-bottom: 20px; }
  .kl-prefooter-seo { font-size: 12px; }

  /* Contacto */
  .kl-log-sistema { font-size: 11px; padding: 10px 12px; letter-spacing: 0.05em; }
  .kl-uso-canal { padding: 14px; }
  .kl-uso-chips { flex-direction: column; overflow-x: visible; white-space: normal; }
  .kl-chip { font-size: 12px; padding: 7px 10px; }
  .indice-chips { flex-direction: column; }
  .chip-link { text-align: center; }

  /* Footer responsive — !important: Dawn footer responsive tiene estilos inline */
  .footer {
    padding-top: 16px !important;
    padding-bottom: 10px !important;
  }
  .footer__blocks-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px 16px !important;
    align-items: start !important;
  }
  .footer__block { margin: 0 !important; }
  .footer-block__heading {
    font-size: 12px !important;
    margin-bottom: 8px !important;
    letter-spacing: 0.12em !important;
  }
  .footer__block li { padding: 6px 0 !important; margin: 0 !important; }
  .footer__block:last-child { grid-column: 1 / -1 !important; margin-top: 6px !important; }
  .list-payment {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 10px !important;
    justify-items: center !important;
    margin-top: 12px !important;
  }
  .footer__copyright { margin-top: 10px !important; }
  .footer__copyright small { line-height: 1.35 !important; }
  

  /* Grafías */
  .kl-vline { padding-left: 18px; }
  .kl-hmark { gap: 12px; }
  .kl-hmark::before { width: 16px; height: 16px; }
  .klothos-glosa { font-size: 12px; }

  /* Tabla técnica */
  .klothos-table th,
  .klothos-table td { font-size: 1.3rem; }
}

/* ── Chips en desktop grande (≥900px) ── */
@media (min-width: 900px) {
  .kl-uso-chips .kl-chip {
    padding: 6px 10px;
    font-size: 12px;
  }
}

/* ── Biblioteca preguntas grid (≥750px) ── */
@media (min-width: 750px) {
  .kl-lib-q { grid-template-columns: 1fr 1fr; }
}
/* ═════════════════════════════════���═════════════════════════════════════════
   14. PRE-F5 (REVERSIBLE — eliminar clase body para activar venta)
   Todos los !important aquí fuerzan display:none sobre Dawn elements inline
   ═══════════════════════════════════════════════════════════════════════════ */

/* Carrito */
body.klothos-pre-f5 .header__icon--cart,
body.klothos-pre-f5 a[href="/cart"],
body.klothos-pre-f5 a[href^="/cart?"],
body.klothos-pre-f5 .header__icon[href*="cart"] {
  display: none !important;
}
body.klothos-pre-f5 .cart-notification,
body.klothos-pre-f5 cart-notification,
body.klothos-pre-f5 cart-drawer,
body.klothos-pre-f5 .drawer__inner {
  display: none !important;
}

/* Cantidad */
.klothos-pre-f5 .product-form__quantity,
.klothos-pre-f5 quantity-input.quantity,
.klothos-pre-f5 .quantity__label,
.klothos-pre-f5 .quantity__rules,
.klothos-pre-f5 volume-pricing,
.klothos-pre-f5 price-per-item,
.klothos-pre-f5 .price-per-item__container {
  display: none !important;
}

/* Inventario */
.klothos-pre-f5 .product__inventory {
  display: none !important;
}

/* Precio */
.klothos-pre-f5 .price,
.klothos-pre-f5 .price--large {
  display: none !important;
}


/* Badges */
.klothos-pre-f5 .badge,
.klothos-pre-f5 .product__badge {
  display: none !important;
}

/* Texto fiscal */
.klothos-pre-f5 .product__tax {
  display: none !important;
}

/* Bloque Lote/CoA */
.klothos-pre-f5 .kl-pre-f5-lote {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 12px;
  line-height: 1.35;
}
.klothos-pre-f5 .kl-pre-f5-row {
  display: flex;
  gap: 10px;
  margin: 4px 0;
  align-items: baseline;
}
.klothos-pre-f5 .kl-pre-f5-label {
  min-width: 44px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.65;
}
.klothos-pre-f5 .kl-pre-f5-value { opacity: 0.9; }
.klothos-pre-f5 .kl-pre-f5-muted { opacity: 0.55; }
.klothos-pre-f5 .kl-pre-f5-coa-link {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Techblock */
.klothos-pre-f5 .klothos-techblock {
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  max-width: 560px;
}
.klothos-pre-f5 .klothos-techblock__title {
  font-family: var(--kl-font-mono);
  font-size: 11px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.55);
  margin: 0 0 10px 0;
}
.klothos-pre-f5 .klothos-techgrid {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 6px 14px;
  align-items: baseline;
  font-family: var(--kl-font-mono);
  font-size: 12px;
  line-height: 1.35;
}
.klothos-pre-f5 .klothos-techgrid__k {
  color: rgba(0, 0, 0, 0.45);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.klothos-pre-f5 .klothos-techgrid__v { color: rgba(0, 0, 0, 0.80); }
.klothos-pre-f5 .klothos-techgrid__v a {
  font-family: var(--kl-font-mono);
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.klothos-pre-f5 .klothos-techgrid__v a:hover { color: rgba(0, 0, 0, 0.9); }

.klothos-pre-f5 .klothos-techbadge {
  display: inline-block;
  padding: 2px 8px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.65);
}

.klothos-pre-f5 .klothos-techblock__ref { margin-top: 10px; font-size: 12px; }
.klothos-pre-f5 .klothos-techblock__ref a {
  color: rgba(0, 0, 0, 0.55);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.klothos-pre-f5 .klothos-techblock__ref a:hover { color: rgba(0, 0, 0, 0.8); }

.klothos-pre-f5 .klothos-techlink {
  font-family: var(--kl-font-mono);
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: inherit;
}
.klothos-pre-f5 .klothos-techlink:hover { opacity: 0.85; }

/* Status lote */
.klothos-lote-status { margin-top: 1rem; font-size: 0.9rem; color: #4b5563; }
.klothos-lote-status strong { color: #111827; }


/* ═════════════════════════════════���═════════════════════════════════════════
   15. PDP — La Fórmula (descripcion_producto.html)
   ═══════════════════════════════════════════════════════════════════════════ */

/* — Layout breakout — */
.kl-compra-wrap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.kl-compra-container {
  width: min(1560px, calc(100% - clamp(40px, 6vw, 140px)));
  margin: 0 auto;
  padding: 24px 0 40px;
  box-sizing: border-box;
}

/* — Grid principal — */
.kl-compra-grid {
  display: grid;
  grid-template-columns: 375px 1fr;
  gap: 48px;
  align-items: start;
}

/* — Columna imagen — */
.kl-imagen-principal {
  aspect-ratio: 1/1;
  background: #F0EDE6;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(26,26,26,0.07);
  margin-bottom: 10px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.kl-imagen-principal:hover {
  box-shadow: 0 8px 32px rgba(26,26,26,0.08);
}
.kl-imagen-placeholder {
  text-align: center;
  color: rgba(26,26,26,0.3);
  font-size: 11px;
  letter-spacing: 0.08em;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.kl-miniaturas {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.kl-miniatura {
  aspect-ratio: 1/1;
  background: #F0EDE6;
  border-radius: 7px;
  border: 1px solid rgba(26,26,26,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  color: rgba(26,26,26,0.45);
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.15s ease;
}
.kl-miniatura:hover {
  border-color: #A15F4A;
  transform: scale(1.04);
}
.kl-miniatura--activa {
  border: 2px solid #A15F4A;
}

/* — Eyebrow — */
.kl-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}
.kl-eyebrow__cat {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(26,26,26,0.45);
}
.kl-eyebrow__lote {
  background: rgba(161,95,74,0.1);
  color: #a15f4a;
  font-size: 9px;
  padding: 2px 9px;
  border-radius: 4px;
  letter-spacing: 0.07em;
  font-weight: 500;
}

/* — Título y subtítulo — */
.kl-producto-titulo {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 34px;
  font-weight: 600;
  margin: 0 0 8px;
  color: #1a1a1a;
  letter-spacing: 0.01em;
}
.kl-producto-sub {
  font-size: 13px;
  color: rgba(26,26,26,0.55);
  margin: 0 0 20px;
  line-height: 1.6;
}
.kl-producto-sub span { color: #1a1a1a; }

/* — Bloque modalidades — */
.kl-modalidades-wrap {
  background: #F0EDE6;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
}
.kl-modalidades-intro {
  font-size: 11px;
  color: rgba(26,26,26,0.48);
  margin: 0 0 14px;
  text-align: center;
  letter-spacing: 0.02em;
}
.kl-modalidades-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

/* — Tarjetas — */
.kl-tarjeta {
  background: #FFFFFF;
  border: 1px solid rgba(26,26,26,0.09);
  border-radius: 9px;
  padding: 14px;
  cursor: pointer;
  position: relative;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}
.kl-tarjeta:hover {
  border-color: #A15F4A;
  box-shadow: 0 4px 18px rgba(161,95,74,0.1);
  transform: translateY(-1px);
}
.kl-tarjeta--activa {
  border: 2px solid #A15F4A;
  box-shadow: 0 4px 18px rgba(161,95,74,0.12);
}
.kl-tarjeta__popular {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #A15F4A;
  color: #fff;
  font-size: 8px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 999px;
  white-space: nowrap;
  letter-spacing: 0.08em;
}
.kl-tarjeta__nombre {
  font-size: 9px;
  font-weight: 700;
  color: rgba(26,26,26,0.45);
  letter-spacing: 0.12em;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.kl-tarjeta__nombre--tc { color: #a15f4a; }
.kl-tarjeta__precio {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 2px;
  font-family: 'Source Serif 4', Georgia, serif;
}
.kl-tarjeta__mes {
  font-size: 11px;
  font-weight: 400;
  font-family: inherit;
}
.kl-tarjeta__envio {
  font-size: 9px;
  color: rgba(26,26,26,0.38);
  margin-bottom: 10px;
}
.kl-tarjeta__lista {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 10px;
  color: rgba(26,26,26,0.65);
  line-height: 1.75;
}
.kl-tarjeta__lista li::before { margin-right: 4px; }
.kl-ok::before { content: "✓"; color: rgba(26,26,26,0.5); }
.kl-ok--tc::before { content: "✓"; color: #a15f4a; }
.kl-ok--tc { color: #a15f4a; font-weight: 500; }
.kl-no::before { content: "✗"; color: rgba(26,26,26,0.25); }
.kl-no { color: rgba(26,26,26,0.28); }
.kl-tarjeta__tag {
  font-size: 9px;
  color: rgba(26,26,26,0.35);
  margin-top: 9px;
  font-style: italic;
}

/* — CTA PRE-F5 — */
.kl-cta-bloque {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}
.kl-cta-estado {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: rgba(26,26,26,0.45);
  letter-spacing: 0.01em;
}
.kl-cta-estado__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #A15F4A;
  opacity: 0.6;
  flex-shrink: 0;
  animation: klPulse 2.5s ease-in-out infinite;
}
@keyframes klPulse {
  0%, 100% { opacity: 0.6; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.3); }
}
.kl-btn-main {
  width: 100%;
  background: #1A1F2E;
  color: #fdfbf7;
  border: none;
  border-radius: 999px;
  padding: 15px 28px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}
.kl-btn-main:not(:disabled):hover {
  background: #2a3148;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(26,31,46,0.25);
}
.kl-btn-main:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.kl-cta-info {
  font-size: 11px;
  color: #a15f4a;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.02em;
  transition: opacity 0.2s;
}
.kl-cta-info:hover { opacity: 0.75; }

/* — Badges — */
.kl-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 10px;
  color: rgba(26,26,26,0.48);
  letter-spacing: 0.03em;
}
.kl-badge {
  display: flex;
  align-items: center;
  gap: 4px;
}
.kl-badge--tc { color: #a15f4a; }
.kl-badge svg { flex-shrink: 0; }
.kl-badge-sep { opacity: 0.25; }

/* — Fold — */
.kl-fold {
  border-top: 1px solid rgba(26,26,26,0.07);
  margin-top: 36px;
  padding-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 36px;
  overflow-x: hidden;
  max-width: 100%;
}

/* — Suscripción detalle — */
.kl-suscripcion-bloque {
  background: #FDFBF7;
  border: 1px solid rgba(26,26,26,0.06);
  border-radius: 12px;
  padding: 28px 24px;
}
.kl-suscripcion-bloque__titulo {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 5px;
  color: #1a1a1a;
  text-align: center;
}
.kl-suscripcion-bloque__sub {
  font-size: 11px;
  color: #a15f4a;
  margin: 0 0 20px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.kl-suscripcion-iconos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
}
.kl-suscripcion-icono {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
}
.kl-suscripcion-icono span {
  font-size: 10px;
  color: rgba(26,26,26,0.55);
  letter-spacing: 0.04em;
}

/* — Transparencia — */
.kl-transparencia__titulo {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 6px;
  color: #1a1a1a;
}
.kl-transparencia__sub {
  font-size: 12px;
  color: rgba(26,26,26,0.48);
  margin: 0 0 14px;
  line-height: 1.6;
}
.kl-transparencia__links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.kl-pill {
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(26,26,26,0.1);
  color: #1a1a1a;
  text-decoration: none;
  font-size: 10px;
  letter-spacing: 0.04em;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.kl-pill:hover {
  border-color: #A15F4A;
  color: #A15F4A;
  background: rgba(161,95,74,0.04);
}

/* — Cierre — */
.kl-cierre {
  text-align: center;
  padding: 40px 24px;
  background: rgba(161,95,74,0.06);
  border-radius: 12px;
}
.kl-cierre__frase {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  color: #1a1a1a;
  margin: 0 0 18px;
  line-height: 1.4;
}
.kl-cierre__ingredientes {
  font-size: 9px;
  color: rgba(26,26,26,0.3);
  margin: 14px 0 0;
  letter-spacing: 0.16em;
}

/* — Salidas — */
.kl-salidas {
  padding-top: 4px;
}
.kl-salidas__label {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(26,26,26,0.35);
  margin: 0 0 12px;
}
.kl-salidas__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(26,26,26,0.07);
  text-decoration: none;
  color: #1a1a1a;
  font-size: 13px;
  letter-spacing: 0.01em;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
.kl-salidas__item:first-of-type { border-top: 1px solid rgba(26,26,26,0.07); }
.kl-salidas__item:hover {
  color: #A15F4A;
  padding-left: 6px;
}
.kl-salidas__item svg {
  opacity: 0.35;
  flex-shrink: 0;
  transition: opacity 0.2s, transform 0.2s;
}
.kl-salidas__item:hover svg {
  opacity: 1;
  transform: translateX(3px);
}

/* — Responsive — */
@media (max-width: 900px) {
  .kl-compra-container { width: calc(100% - 32px); }
  .kl-compra-grid { grid-template-columns: 1fr; gap: 24px; }
  .kl-modalidades-grid { grid-template-columns: 1fr; }
  .kl-miniaturas { justify-content: center; }
}


/* ═════════════════���═════════════════════════════════════════════════════════
   16. C06 — Image-banner hero (Home)
   ═══════════════════════════════════════════════���═══════════════════════════ */

/* Selector duplicado (0,2,0) para ganar a Dawn sin !important */
.kl-btn-hero.kl-btn-hero {
  background: #1A1F2E;
  color: #FDFBF7;
  border: none;
  border-radius: 999px;
  padding: 14px 32px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  text-decoration: none;
}
.kl-btn-hero.kl-btn-hero:hover {
  background: #2a3148;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(26,31,46,0.25);
  color: #FDFBF7;
}
.kl-btn-hero--secondary.kl-btn-hero--secondary {
  background: transparent;
  color: #1A1A1A;
  border: 1px solid rgba(26,26,26,0.2);
}
.kl-btn-hero--secondary.kl-btn-hero--secondary:hover {
  background: rgba(26,26,26,0.04);
  border-color: #A15F4A;
  color: #A15F4A;
  box-shadow: none;
}


/* ═══════════════════════════════════════════════════════════════════════════
   17. C07 — Footer tagline FC-09
   ═══════════════════════════════════════════════════════════════════════════ */

.footer__klothos-tagline {
  padding: 1.6rem 0 0.8rem;
  border-top: 1px solid rgba(var(--color-foreground), 0.08);
  text-align: center;
}

.footer__klothos-tagline-text {
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.45;
  margin: 0;
  color: var(--kl-bg);
}


/* ═══════════════════════════════════════════════════════════════════════════
   17. C01 — PDP navegación interna + Módulo "Antes de decidir"
   ═══════════════════════════════════════════════════════════════════════════ */

/* Navegación interna */
.klothos-pdp-nav {
  margin-top: 2.4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(var(--color-foreground), 0.1);
}
.klothos-pdp-nav__label {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.klothos-pdp-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.klothos-pdp-nav__link {
  font-size: 1.3rem;
  opacity: 0.75;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.klothos-pdp-nav__link:hover { opacity: 1; }

/* Módulo C cierre */
.klothos-modulo-c {
  padding: 4rem 0 2rem;
}
.klothos-modulo-c__inner {
  border-top: 1px solid rgba(var(--color-foreground), 0.12);
  padding-top: 3.2rem;
  max-width: 72rem;
}
.klothos-modulo-c__heading {
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.45;
  margin-bottom: 1.6rem;
}
.klothos-modulo-c__list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.klothos-modulo-c__list li {
  font-size: 1.4rem;
  line-height: 1.6;
  opacity: 0.8;
  padding-left: 1.2rem;
  border-left: 2px solid rgba(var(--color-foreground), 0.2);
}
.klothos-modulo-c__links {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  flex-wrap: wrap;
}
.klothos-modulo-c__link {
  font-size: 1.3rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.klothos-modulo-c__sep { opacity: 0.3; }


/* ═══════════���═══════════════════════════════════════════════════════════════
   18. C01 — PDP salidas editoriales
   ═══════════════════════════════════════════════════════════════════════════ */

.klothos-pdp-salidas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  padding: 1.5rem 0 2rem;
}

.klothos-pdp-salidas__link {
  font-family: 'Roboto Mono', monospace;
  font-size: 0.6875rem;
  color: rgba(161,95,74,0.70);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.18s;
  padding: 0;
}

.klothos-pdp-salidas__link:hover {
  color: rgba(161,95,74,1);
}

.klothos-pdp-salidas__link::after {
  content: none;
}

.klothos-pdp-salidas__link:not(:last-child)::after {
  content: ' \00b7 ';
  color: rgba(161,95,74,0.35);
  padding: 0 0.5rem;
  display: inline;
}

/* ─── COA DINÁMICO PDP ─────────────────────────────────── */
.kl-pdp-coa {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.kl-pdp-coa__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--kl-bg-alt, #F0EDE6);
  border-radius: var(--kl-radius-sm, 6px);
  padding: 6px 12px;
}
.kl-pdp-coa__label {
  font-family: var(--kl-font-mono, 'IBM Plex Mono', monospace);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--kl-muted, rgba(26,26,26,0.5));
}
.kl-pdp-coa__value {
  font-family: var(--kl-font-mono, 'IBM Plex Mono', monospace);
  font-size: 12px;
  font-weight: 500;
  color: var(--kl-text, #1a1a1a);
}
.kl-pdp-coa__link {
  font-family: var(--kl-font-body, 'Inter', sans-serif);
  font-size: 13px;
  color: var(--kl-terracota, #A15F4A);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}
.kl-pdp-coa__link:hover {
  border-bottom-color: var(--kl-terracota, #A15F4A);
}

/* ═════════���══════════════════════════════════════════════════════════��══════
   19. C13 — Contacto KLOTHOS v3.1
/* ══════════════��════════════════════════════════════════════════════════════
   19. C13 — Contacto KLOTHOS v3.1
   Layout: Split editorial · FAQ (arena F0EDE6) + Form (blanco FDFBF7)
   Coherente con paleta canónica y ritmo visual de la Home
   ═════════════════════��═════════════════════════════════════════════���═══════ */

/* ── Root layout ── */
.klc-root {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  align-items: start;
}

/* ══════════════════════════════════════════════
   PANEL IZQUIERDO — FAQ · fondo arena
══════════════════════════════════════════════ */
.klc-doc {
  background: var(--kl-bg-alt);          /* #F0EDE6 arena — igual que secciones alternativas de Home */
  padding: var(--kl-section-pad) clamp(32px, 5vw, 64px);
  position: relative;
}

/* Línea terracota lateral discreta */
.klc-doc::before {
  content: '';
  position: absolute;
  top: var(--kl-section-pad);
  left: 0;
  width: 2px;
  height: 56px;
  background: var(--kl-terracota);
  opacity: 0.6;
}

/* En desktop: sticky scroll independiente */
@media (min-width: 1024px) {
  .klc-doc {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--kl-terracota-border) transparent;
  }
  .klc-doc::-webkit-scrollbar        { width: 3px; }
  .klc-doc::-webkit-scrollbar-thumb  { background: var(--kl-terracota-border); border-radius: 2px; }
  .klc-form {
    min-height: 100vh;
  }
}

/* Cabecera del doc */
.klc-doc__head {
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--kl-line);
}

.klc-doc__eyebrow {
  display: block;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--kl-terracota);
  font-weight: 600;
  margin-bottom: 16px;
}

.klc-doc__titulo {
  font-family: var(--kl-font-heading);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 600;
  color: var(--kl-text);
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin: 0 0 12px;
}

.klc-doc__sub {
  font-size: 13px;
  line-height: 1.7;
  color: var(--kl-muted);
  margin: 0;
}

/* Índice navegable */
.klc-doc__indice {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 40px;
  border-left: 1px solid var(--kl-line);
  padding-left: 16px;
}

.klc-doc__indice-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
  text-decoration: none;
  color: var(--kl-muted);
  font-size: 11px;
  transition: color 0.18s ease, padding-left 0.18s ease;
}

.klc-doc__indice-item:hover {
  color: var(--kl-text);
  padding-left: 4px;
}

.klc-doc__indice-item:hover .klc-doc__indice-num {
  color: var(--kl-terracota);
}

.klc-doc__indice-num {
  font-size: 9px;
  letter-spacing: 0.1em;
  color: var(--kl-terracota);
  opacity: 0.5;
  font-weight: 600;
  flex-shrink: 0;
  width: 18px;
  transition: opacity 0.18s;
}

.klc-doc__indice-item:hover .klc-doc__indice-num {
  opacity: 1;
}

/* Secciones FAQ */
.klc-sec {
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--kl-line);
}

.klc-sec:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.klc-sec__head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 16px;
}

.klc-sec__num {
  font-size: 9px;
  letter-spacing: 0.16em;
  color: var(--kl-terracota);
  font-weight: 600;
  flex-shrink: 0;
}

.klc-sec__titulo {
  font-family: var(--kl-font-heading);
  font-size: 12px;
  font-weight: 500;
  color: var(--kl-text);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0;
}

/* Items FAQ */
.klc-item {
  border-bottom: 1px solid var(--kl-line);
}

.klc-item:last-child { border-bottom: none; }

.klc-item__q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: var(--kl-font-body);
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--kl-muted);
  transition: color 0.18s ease;
}

.klc-item__q:hover { color: var(--kl-text); }

.klc-item__q[aria-expanded="true"] {
  color: var(--kl-text);
  font-weight: 500;
}

.klc-item__arr {
  flex-shrink: 0;
  opacity: 0.3;
  stroke: var(--kl-text);
  transition: transform 0.22s ease, opacity 0.18s ease;
}

.klc-item__q:hover .klc-item__arr { opacity: 0.6; }

.klc-item__q[aria-expanded="true"] .klc-item__arr {
  transform: rotate(180deg);
  opacity: 1;
  stroke: var(--kl-terracota);
}

.klc-item__r { padding: 0 0 14px; }

.klc-item__r p {
  font-size: 12.5px;
  line-height: 1.75;
  color: var(--kl-muted);
  margin: 0;
}

/* ══════════════════════════════════════════════
   PANEL DERECHO — Formulario · fondo blanco cálido
══════════════════════════════════════════════ */
.klc-form {
  background: var(--kl-bg);              /* #FDFBF7 — idéntico al fondo base del sitio */
  padding: var(--kl-section-pad) clamp(32px, 5vw, 64px);
  border-left: 1px solid var(--kl-line);
  display: flex;
  flex-direction: column;
}

.klc-form__header { margin-bottom: 36px; }

.klc-form__eyebrow {
  display: block;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--kl-terracota);
  font-weight: 600;
  margin-bottom: 14px;
}

.klc-form__titulo {
  font-family: var(--kl-font-heading);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 600;
  color: var(--kl-text);
  letter-spacing: -0.01em;
  margin: 0 0 8px;
}

.klc-form__sub {
  font-size: 13px;
  color: var(--kl-muted);
  margin: 0;
}

/* Canales selector */
.klc-canales {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 32px;
}

.klc-can {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  background: var(--kl-bg-alt);
  border: 1px solid var(--kl-line);
  border-radius: var(--kl-radius-sm);
  cursor: pointer;
  text-align: left;
  font-family: var(--kl-font-body);
  transition: border-color 0.18s ease, background 0.18s ease;
  position: relative;
  overflow: hidden;
}

/* Línea terracota izquierda — solo en activo */
.klc-can::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 2px;
  background: var(--kl-terracota);
  transform: scaleY(0);
  transition: transform 0.2s ease;
  transform-origin: center;
}

.klc-can:hover {
  border-color: var(--kl-terracota-border);
  background: rgba(161, 95, 74, 0.03);
}

.klc-can--on {
  border-color: var(--kl-terracota-border);
  background: rgba(161, 95, 74, 0.04);
}

.klc-can--on::before { transform: scaleY(1); }

.klc-can__num {
  font-size: 9px;
  letter-spacing: 0.12em;
  color: var(--kl-muted);
  font-weight: 600;
  padding-top: 2px;
  flex-shrink: 0;
  transition: color 0.18s;
  opacity: 0.5;
}

.klc-can--on .klc-can__num {
  color: var(--kl-terracota);
  opacity: 1;
}

.klc-can__info { display: flex; flex-direction: column; gap: 2px; }

.klc-can__nom {
  font-size: 11.5px;
  font-weight: 500;
  color: var(--kl-text);
  line-height: 1.3;
}

.klc-can__det {
  font-size: 10px;
  color: var(--kl-muted);
  line-height: 1.3;
}

/* Estados de envío */
.klc-ok {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--kl-terracota-light);
  border: 1px solid var(--kl-terracota-border);
  border-radius: var(--kl-radius-sm);
  padding: 13px 16px;
  font-size: 12px;
  color: var(--kl-terracota);
  margin-bottom: 24px;
  line-height: 1.5;
}

.klc-err {
  background: rgba(190, 50, 50, 0.05);
  border: 1px solid rgba(190, 50, 50, 0.18);
  border-radius: var(--kl-radius-sm);
  padding: 13px 16px;
  font-size: 12px;
  color: #b03030;
  margin-bottom: 24px;
}

/* Grid de campos */
.klc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}

.klc-f { display: flex; flex-direction: column; gap: 6px; }
.klc-f--full { grid-column: 1 / -1; }
.klc-f--h    { display: none; }

.klc-f__l {
  font-size: 10.5px;
  font-weight: 500;
  color: var(--kl-muted);
  letter-spacing: 0.03em;
}

.klc-req {
  color: var(--kl-terracota);
  font-style: normal;
  text-decoration: none;
}

.klc-f__i {
  background: #fff;
  border: 1px solid var(--kl-line);
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 13px;
  color: var(--kl-text);
  font-family: var(--kl-font-body);
  width: 100%;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.klc-f__i:focus {
  border-color: var(--kl-terracota);
  box-shadow: 0 0 0 3px rgba(161, 95, 74, 0.09);
}

.klc-f__i--mono {
  font-family: var(--kl-font-mono);
  letter-spacing: 0.05em;
  font-size: 12px;
}

.klc-f__ta  { resize: vertical; min-height: 118px; line-height: 1.65; }
.klc-f__s   { cursor: pointer; }

.klc-f__n {
  font-size: 10px;
  color: var(--kl-muted);
  line-height: 1.5;
  opacity: 0.7;
}

/* Footer del formulario */
.klc-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.klc-aviso {
  font-size: 10px;
  color: var(--kl-muted);
  margin: 0;
  line-height: 1.6;
  opacity: 0.7;
}

.klc-aviso__a {
  color: var(--kl-muted);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.klc-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--kl-terracota);
  color: var(--kl-bg);
  border: none;
  border-radius: 999px;
  padding: 13px 28px;
  font-size: 10.5px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  font-family: var(--kl-font-body);
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

.klc-btn:hover {
  background: var(--kl-terracota-hover);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(161, 95, 74, 0.22);
}

.klc-btn svg { transition: transform 0.18s ease; }
.klc-btn:hover svg { transform: translateX(3px); }

/* Meta inferior */
.klc-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--kl-line);
  font-size: 10px;
  color: var(--kl-muted);
  letter-spacing: 0.04em;
  opacity: 0.7;
}

.klc-meta__sep { opacity: 0.4; }

/* ══════════════════════════════════════════════
   RESPONSIVE — Tablet (600–1023px)
══���══════════════════════════════════���════════ */
@media (max-width: 1023px) and (min-width: 600px) {
  .klc-root          { grid-template-columns: 1fr; }
  .klc-doc           { padding: 48px 40px 56px; }
  .klc-form          { border-left: none; border-top: 1px solid var(--kl-line); padding: 48px 40px 64px; }
  .klc-canales       { grid-template-columns: 1fr 1fr; }
}

/* ══════════════════════════════════════════════
   RESPONSIVE — Mobile (<600px)
══════════════════════════════════════════════ */
@media (max-width: 599px) {
  .klc-root    { grid-template-columns: 1fr; }
  .klc-doc     { padding: 40px 20px 48px; }
  .klc-doc::before { display: none; }
  .klc-form    { border-left: none; border-top: 3px solid var(--kl-terracota); padding: 36px 20px 56px; }
  .klc-canales { grid-template-columns: 1fr; gap: 6px; }
  .klc-grid    { grid-template-columns: 1fr; }
  .klc-foot    { flex-direction: column; align-items: flex-start; }
  .klc-btn     { width: 100%; justify-content: center; }
}


/* ═══════��═════════��═════════════════════════════════════
   ARTÍCULO CANÓNICO — Breadcrumb + Related
   ═══════════════════════════════════════════════════════ */

.kl-art-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1.2rem;
  color: rgba(26,26,26,0.45);
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.kl-art-breadcrumb a {
  color: rgba(26,26,26,0.45);
  text-decoration: none;
  transition: color 0.15s;
}
.kl-art-breadcrumb a:hover { color: var(--kl-terracota); }
.kl-art-bc-sep { opacity: 0.4; }

.kl-art-related {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(26,26,26,0.08);
}
.kl-art-related__grid {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.kl-art-related__item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px 16px;
  border: 1px solid rgba(26,26,26,0.1);
  border-radius: var(--kl-radius);
  text-decoration: none;
  background: var(--kl-bg-alt);
  transition: border-color 0.2s;
  min-width: 160px;
}
.kl-art-related__item:hover { border-color: var(--kl-terracota); }
.kl-art-related__label {
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(26,26,26,0.4);
}
.kl-art-related__name {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--kl-text);
}
.kl-art-related__bridge {
  font-size: 1.4rem;
  color: rgba(26,26,26,0.6);
  line-height: 1.6;
}
.kl-art-bridge-link {
  color: var(--kl-terracota);
  text-decoration: none;
  font-weight: 500;
}
.kl-art-bridge-link:hover { text-decoration: underline; }

@media (max-width: 749px) {
  .kl-art-related__grid { flex-direction: column; }
  .kl-art-related__item { min-width: unset; }
}
/* ─── FRICCIÓN POSITIVA ─── */

.kl-friccion-positiva {
  border-top: 1px solid rgba(244,243,239,0.12);
  padding: 2rem 0 1.5rem;
  margin: 2rem 0;
}

.kl-friccion-titulo {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-base-text, #F4F3EF);
  opacity: 0.6;
  margin-bottom: 0.75rem;
}

.kl-friccion-lista {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}

.kl-friccion-lista li {
  font-size: 0.9rem;
  line-height: 1.6;
  opacity: 0.75;
  padding: 0.3rem 0 0.3rem 1.2rem;
  position: relative;
}

.kl-friccion-lista li::before {
  content: '---';
  position: absolute;
  left: 0;
  opacity: 0.4;
}

.kl-friccion-cierre {
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 500;
  opacity: 0.75;
  margin: 0;
}

/* Fix PDP mobile overflow (2026-03-29) */
.kl-fold div, .kl-fold p { max-width: 100% !important; overflow-wrap: break-word; word-break: break-word; box-sizing: border-box; }
.kl-compra-container { overflow-x: hidden; }


/* Ocultar selector de país/mercado — solo idioma visible */
.disclosure:has([data-disclosure-currency]),
.localization-form__select--country,
[data-disclosure-list-id*="country"],
.header__localization form:first-child,
.localization-wrapper .localization-form:first-child {
  display: none !important;
}


/* Accesibilidad — focus visible global (remediacion 2026-03-29) */
*:focus-visible { outline: 2px solid #A65D4C; outline-offset: 2px; }
button:focus:not(:focus-visible), a:focus:not(:focus-visible) { outline: none; }


/* [CONSOLIDADO] Escala tipográfica + variables globales movidas a :root principal (L58) */

.kl-home__contenido {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* ==========================================================================
   HOME — Estilos nuevas secciones (H2b, H2c, H5 rediseño, H8 CTA)
   ========================================================================== */

.kl-home__seccion {
  padding: var(--kl-section-padding) 1.5rem;
}

.kl-home__titulo {
  font-family: var(--kl-font-heading);
  font-size: var(--kl-text-h2);
  line-height: var(--kl-lh-h2);
  letter-spacing: -0.01em;
  text-align: center;
  margin-bottom: 2.5rem;
  color: var(--kl-dark);
}





/* --- Ritual (H2c) --- */
/* --- Transparencia (H5 rediseno 3 columnas) --- */
.kl-home__transp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.kl-home__transp-cta:hover {
  color: var(--kl-dark);
}

/* --- CTA final (H8) --- */
.kl-home__cta-boton:hover {
  opacity: 0.9;
}

/* ==========================================================================
   RESPONSIVE — Nuevas secciones
   ========================================================================== */

@media (max-width: 749px) {



  .kl-home__contenido {
    padding: 0 1rem;
  }

  .kl-home__ritual-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .kl-home__transp-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

}


/* ==========================================================================
   PATCH: 7 AJUSTES VISUALES — Revision fundador 02/04/2026
   ========================================================================== */


/* --- AJUSTE 2: H2c Ritual — mas grande --- */
/* --- AJUSTE 3: H3 Uso continuado — texto mas grande, imagen reducida --- */
.kl-uso .kl-eyebrow {
  font-size: calc(var(--kl-text-caps) * 1.15);
}

.kl-uso .kl-lead {
  font-size: calc(var(--kl-text-body-lg) * 1.15);
}

.kl-uso .kl-quote-main,
.kl-uso .kl-split > div:last-child img {
  max-height: 350px;
  object-fit: cover;
  object-position: center;
}

/* --- AJUSTE 4: H4 El Metodo — frases quote y cierre mas grandes --- */
/* --- AJUSTE 5: H5 Transparencia — todo mas grande --- */
.kl-home__transp-titulo {
  font-size: calc(var(--kl-text-h3) * 1.2);
  font-family: var(--kl-font-heading);
  line-height: var(--kl-lh-h3);
  color: var(--kl-dark);
  margin-bottom: 0.5rem;
}

.kl-home__transp-desc {
  font-size: var(--kl-text-body);
  opacity: 0.8;
  font-family: var(--kl-font-body);
  color: var(--kl-text);
  margin-bottom: 1rem;
}

.kl-home__transp-cta {
  font-size: var(--kl-text-body);
  font-family: var(--kl-font-body);
  color: var(--kl-terra);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.kl-home__transp-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 1rem;
  display: block;
}

/* --- AJUSTE 6: H7 Biblioteca — layout 2col con hueco imagen --- */
.kl-biblio-grid--v2 {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 3rem;
  align-items: start;
}

.kl-biblio-title {
  font-size: calc(var(--kl-text-h2) * 1.1);
}

.kl-biblio-desc {
  font-size: calc(var(--kl-text-body) * 1.1);
}

/* --- AJUSTE 7: H8 CTA final — fondo arena, texto oscuro, precio/dia --- */
.kl-home__cta-inner {
  text-align: center;
}

/* --- PATCH responsive --- */
@media (max-width: 749px) {
  .kl-biblio-grid--v2 {
    grid-template-columns: 1fr;
  }
  .kl-biblio-imagen {
    display: none;
  }
}


/* ==========================================================================
   PATCH 2: 5 AJUSTES + CROMATICA — Revision fundador 02/04/2026 (ronda 2)
   ========================================================================== */

/* --- P2-1: H2b Fisiologia — ingredientes mas grandes --- */
/* --- P2-2: H2c Ritual — iconos SVG + texto mas grande --- */
.kl-home__ritual-icon {
  width: 48px;
  height: 48px;
  display: block;
  margin: 0 auto 0.75rem;
}

/* --- P2-3: H3 Uso continuado — texto expandido mas grande --- */
.kl-uso .kl-quote-main {
  font-size: var(--kl-text-h3);
  line-height: var(--kl-lh-h3);
}

.kl-uso .kl-quote-sub {
  font-size: var(--kl-text-body-lg);
  line-height: var(--kl-lh-body);
}

/* --- P2-4: H7 Biblioteca — hueco imagen min-height --- */
/* --- P2-5: Cromatica — alternancia blanco/arena --- */
/* Hero: navy (ya) / Comp: warm-white / Fisio: warm-white / Ritual: sand (ya) */
/* Uso: warm-white / Metodo: warm-white / Transp: sand (ya) / Biblio: warm-white / CTA: sand (ya) */
.kl-comp {
  background: var(--kl-warm-white);
}

.kl-uso {
  background: var(--kl-warm-white);
}


/* ==========================================================================
   PATCH 3: 4 AJUSTES VISUALES — Tercera ronda 02/04/2026
   ========================================================================== */

/* --- P3-1: H2 Composicion — tarjetas flex con enlace al fondo --- */
.kl-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.kl-card > a:last-child {
  margin-top: auto;
}

/* --- P3-2: H3 Uso continuado — headline grande, texto reducido --- */
/* --- P3-3: Fondos arena — no full-width, alinear con header (1200px) --- */
.kl-home__ritual,
.kl-home__transparencia,
.kl-home__cta-final,
.kl-biblio {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  background: var(--kl-warm-white);
}

/* --- P3-4: H8 CTA final — todo mas grande --- */
.kl-home__cta-titulo {
  font-size: calc(var(--kl-text-h2) * 1.25);
  color: var(--kl-dark);
}

.kl-home__cta-precio {
  font-size: calc(var(--kl-text-body-lg) * 1.4);
  letter-spacing: 0.05em;
  font-family: var(--kl-font-mono);
  color: var(--kl-terra);
  margin-bottom: 2rem;
  text-align: center;
}

.kl-home__cta-precio-dia {
  font-size: var(--kl-text-body-lg);
  opacity: 0.8;
  font-family: var(--kl-font-body);
  color: var(--kl-text);
  margin-top: 0.25rem;
  margin-bottom: 2rem;
  text-align: center;
}

.kl-home__cta-boton {
  font-size: calc(var(--kl-text-body) * 1.15);
  padding: 1.25rem 3rem;
  display: inline-block;
  background: var(--kl-terra);
  color: var(--kl-text-inv);
  font-family: var(--kl-font-body);
  border: none;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.kl-home__cta-refuerzo {
  font-size: var(--kl-text-body);
  font-weight: 500;
  font-family: var(--kl-font-body);
  color: var(--kl-text-inv);
  opacity: 0.8;
  margin-top: 1.5rem;
  text-align: center;
}

.kl-home__cta-envio {
  font-size: var(--kl-text-body);
  font-family: var(--kl-font-body);
  color: var(--kl-text-inv);
  opacity: 0.5;
  margin-top: 0.5rem;
  text-align: center;
}

/* --- P3 responsive --- */
@media (max-width: 749px) {
  .kl-home__ritual,
  .kl-home__transparencia,
  .kl-home__cta-final,
  .kl-biblio {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}


/* ==========================================================================
   PATCH 4: H2d — Por que una base · 02/04/2026
   ========================================================================== */

.kl-home__porque {
  background: var(--kl-warm-white);
}

.kl-home__porque-layout {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 3rem;
  align-items: center;
}

@media (max-width: 749px) {
  .kl-home__porque-layout {
    grid-template-columns: 1fr;
  }
  .kl-home__porque-imagen {
    display: none;
  }
}


/* ==========================================================================
   PATCH 5: REFINAMIENTO PREMIUM — 7 ajustes · 02/04/2026
   ========================================================================== */

/* --- P5-1: H2 Composicion — imagenes ingredientes mas grandes --- */




/* --- P5-3: H2c Ritual — placeholders imagen + texto premium --- */
.kl-home__ritual-img-placeholder .kl-home__ritual-icon {
  width: 56px;
  height: 56px;
  opacity: 0.5;
  margin: 0;
}

.kl-home__ritual-num {
  font-size: 2.75rem;
  margin-bottom: 0.75rem;
  display: block;
  font-family: var(--kl-font-mono);
  color: var(--kl-terra);
  opacity: 0.8;
}

.kl-home__ritual-texto {
  font-size: var(--kl-text-body-lg);
  max-width: 280px;
  margin: 0 auto;
  font-family: var(--kl-font-body);
  line-height: var(--kl-lh-body);
  color: var(--kl-text);
}

/* --- P5-4: H2d Por que una base — mas presencia --- */
.kl-home__porque .kl-home__titulo {
  font-size: calc(var(--kl-text-h2) * 1.2);
  margin-bottom: 2rem;
}

.kl-home__porque-imagen {
  min-height: auto;
  max-height: 250px;
  overflow: hidden;
  background: transparent;
  border-radius: 8px;
}

/* --- P5-5: H3 Uso continuado — texto mas grande --- */
.kl-uso-headline {
  font-size: calc(var(--kl-text-h2) * 1.3);
  font-family: var(--kl-font-heading);
  line-height: var(--kl-lh-h2);
  letter-spacing: -0.01em;
  color: var(--kl-dark);
  margin-bottom: 1.5rem;
}

/* --- P5-6: H4 El Metodo — tratamiento statement premium --- */
.kl-metodo {
  background: var(--kl-sand);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  padding: var(--kl-section-padding) 4rem;
}

.kl-metodo .kl-eyebrow {
  font-family: var(--kl-font-mono);
  font-size: var(--kl-text-mono);
  letter-spacing: 0.15em;
  color: var(--kl-terra);
  margin-bottom: 1.5rem;
}

.kl-metodo .kl-h2 {
  font-size: calc(var(--kl-text-h2) * 1.4);
  line-height: 1.15;
  margin-bottom: 3rem;
}

.kl-metodo .kl-quote {
  padding-left: 2rem;
  border-left-width: 3px;
}

/* --- P5-7: H7 Biblioteca — placeholder con fondo sutil --- */
.kl-biblio-imagen {
  min-height: 150px;
  max-height: 200px;
  overflow: hidden;
  background: rgba(26, 31, 46, 0.02);
  border-radius: 8px;
}

/* --- P5 responsive --- */
@media (max-width: 749px) {
  .kl-metodo {
    padding: var(--kl-section-padding) 1.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

}


/* ==========================================================================
   PATCH 6: 9 AJUSTES FINALES — Refinamiento visual 02/04/2026
   ========================================================================== */

/* --- P6-2: H2 Composicion — fotos ingredientes 280px --- */
/* --- P6-3: H2b Fisiologia — placeholder con borde dashed temporal --- */
/* --- P6-4: H2c Ritual — mas separacion y ancho --- */
.kl-home__ritual-grid {
  gap: 4rem;
  max-width: 1000px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  text-align: center;
}

.kl-home__ritual-img-placeholder {
  height: 220px;
  width: 100%;
  background: rgba(26, 31, 46, 0.03);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

/* --- P6-5: H2d Por que una base — body mas grande --- */
.kl-home__porque-body {
  font-size: calc(var(--kl-text-body-lg) * 1.25);
  line-height: 1.75;
  letter-spacing: -0.005em;
  font-family: var(--kl-font-body);
  color: var(--kl-text);
}

/* --- P6-6: H3 Uso continuado — texto mas grande --- */
.kl-uso-texto {
  font-size: calc(var(--kl-text-body-lg) * 1.25);
  line-height: 1.75;
  font-family: var(--kl-font-body);
  color: var(--kl-text);
  margin-bottom: 1.5rem;
}

.kl-uso .kl-tagline {
  font-size: calc(var(--kl-text-body-lg) * 1.1);
  font-weight: 500;
  letter-spacing: 0.1em;
  opacity: 0.8;
}

/* --- P6-7: H4 El Metodo ��� quotes mas grandes --- */
.kl-metodo .kl-quote p {
  font-size: calc(var(--kl-text-body-lg) * 1.25);
  line-height: 1.75;
  margin-bottom: 1.5rem;
}

.kl-metodo .kl-quote-strong {
  font-size: calc(var(--kl-text-body-lg) * 1.3);
  font-weight: 600;
}

.kl-metodo-cierre {
  font-size: calc(var(--kl-text-h3) * 1.1);
  font-weight: 500;
  opacity: 1;
  font-family: var(--kl-font-heading);
  text-align: center;
  margin-top: 3rem;
  color: var(--kl-dark);
}

/* --- P6-8: H5 Transparencia — fondo blanco --- */
.kl-home__transparencia {
  background: var(--kl-warm-white);
  max-width: none;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
}

/* --- P6-9: H8 CTA final — fondo blanco --- */
.kl-home__cta-final {
  background: var(--kl-warm-white);
  max-width: none;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
}

/* --- P6 responsive --- */
@media (max-width: 749px) {
  .kl-home__ritual-img-placeholder {
    height: 160px;
  }
}


/* ==========================================================================
   PATCH 7: Infografia H2b + Fix Hero · 02/04/2026
   ========================================================================== */

/* --- P7-1: H2b Fisiologia — quitar borde dashed, SVG define altura --- */
/* ==========================================================================
   PATCH 8: Hero 50vh + Composicion gap + Fisiologia SVG compacto · 02/04/2026
   ========================================================================== */

/* --- P8-2: H2 Composicion — reducir hueco entre imagen y nombre --- */




/* ==========================================================================
   PATCH 9: Hero spacing, composicion gap, infografia zoom · 02/04/2026
   ========================================================================== */

/* --- P9-2: Composicion — eliminar gap imagen-nombre --- */
.kl-comp .kl-card > *:not(.kl-img) {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

/* --- P9-3: Infografia SVG — zoom al hover --- */



/* ==========================================================================
   PATCH 10: Hero, composicion, infografia lightbox · 02/04/2026
   ========================================================================== */

/* --- P10-2: Composicion — gap nuclear a cero --- */
.kl-comp .kl-card {
  gap: 0;
  padding-top: 0;
  overflow: hidden;
}

.kl-comp .kl-img {
  margin: 0;
  padding: 0;
  margin-bottom: 0;
}

.kl-comp .kl-card h3 {
  margin-top: 0;
  padding-top: 0.25rem;
}

/* --- P10-3: Infografia lightbox --- */




@media (max-width: 749px) {
}


/* ==========================================================================
   HERO: RESET COMPLETO — Estado final limpio · 02/04/2026
   ========================================================================== */

.kl-hero {
  padding-top: 10rem;
  padding-bottom: 4rem;
}

.kl-hero-grid {
  position: relative;
}

.kl-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 48%;
  overflow: hidden;
  border-radius: 8px;
}

.kl-panel img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center top;
}

@media (max-width: 749px) {
  .kl-hero-grid {
    display: flex;
    flex-direction: column;
    position: static;
  gap: 24px;
  }

  .kl-hero .kl-panel,
  .kl-hero-grid .kl-panel > img,
}

/* Hero bottom spacing — nuclear reset */
.kl-panel-meta {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Hero panel — overrides con especificidad suficiente */
.kl-hero .kl-panel,
.kl-hero-grid .kl-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 48%;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  max-height: none;
  height: auto;
  padding-top: 0;
}

.kl-hero-grid .kl-panel > img,
.kl-hero .kl-panel img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center top;
  display: block;
  border-radius: 0;
}

.kl-hero .kl-panel-meta {
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  padding: 0.25rem 0.5rem;
  margin: 0;
  background: transparent;
  color: #F4F3EF;
  text-shadow: 0 1px 3px rgba(0,0,0,0.4);
  font-size: 11px;
  border-top: none;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Hero sección — quitar max-height */
.kl-hero {
  max-height: none;
  min-height: auto;
  display: flex;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 4rem;
}

.kl-hero-grid {
  padding-bottom: 0;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: start;
  position: relative;
  min-height: 520px;
}

.kl-hero .kl-container {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* padding consolidado en L7325 */

/* Composicion — gap cero entre imagen y nombre */
.kl-card .kl-img {
  margin: 0;
  padding: 0;
  aspect-ratio: auto;
}

.kl-card .kl-img img,
.kl-comp .kl-img img {
  margin: 0;
  padding: 0;
  display: block;
  height: auto;
  max-height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.kl-card h3 {
  margin-top: 0;
  padding-top: 0;
  line-height: 1.2;
}

.kl-card {
  padding: 0.5rem;
  gap: 0.25rem;
}

.kl-card .kl-dose2 {
  margin-top: 0;
  padding-top: 0;
}

.kl-card p {
  margin-top: 0;
}

/* Badges — reducir espacio arriba */
.kl-badges-row {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: none;
}

/* Composicion container — reducir padding inferior */
#h2 .kl-container {
  padding-bottom: 1.5rem;
}

#h2.kl-comp {
  padding-bottom: 4rem;
}

/* Espejo del visitante — premium, izquierda, ancho completo */
.kl-uso--espejo {
  padding: 8rem 0 3rem;
  text-align: left;
}

#h3.kl-uso--espejo .kl-uso-content,
.kl-uso--espejo .kl-uso-content {
  max-width: 100%;
}

.kl-uso--espejo .kl-uso-headline {
  font-size: calc(var(--kl-text-hero) * 1.1);
  line-height: var(--kl-lh-hero);
  text-align: left;
  margin-bottom: 3rem;
}

.kl-uso--espejo .kl-uso-texto {
  font-size: var(--kl-text-h3);
  line-height: 1.8;
  text-align: left;
  margin-bottom: 2.5rem;
}

.kl-uso--espejo .kl-uso-texto--secondary {
  font-size: var(--kl-text-h3);
  font-weight: 600;
  color: var(--kl-dark, #1A1F2E);
  border-left: 3px solid var(--kl-terra, #A15F4A);
  padding-left: 1.5rem;
  margin-top: 0;
}

@media (max-width: 749px) {
  .kl-uso--espejo .kl-uso-content {
    max-width: 100%;
  }
}

/* Ritual — layout 2 columnas texto + imagen */
.kl-ritual-layout {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  gap: 3rem;
  align-items: center;
}

.kl-ritual-paso {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.kl-ritual-paso:last-child {
  margin-bottom: 0;
}

.kl-ritual-texto {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kl-ritual-num {
  font-family: var(--kl-font-mono);
  font-size: 3rem;
  color: var(--kl-terra);
  opacity: 0.8;
  flex-shrink: 0;
}

.kl-ritual-desc {
  font-family: var(--kl-font-body);
  font-size: var(--kl-text-h3);
  line-height: var(--kl-lh-body);
  color: var(--kl-text);
  margin: 0;
}

.kl-ritual-imagen {
  border-radius: 8px;
  overflow: hidden;
  max-height: 300px;
}

.kl-home__ritual {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: var(--kl-sand);
}

.kl-ritual-imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

@media (max-width: 749px) {
  .kl-ritual-layout {
    grid-template-columns: 1fr;
  }
  .kl-ritual-imagen img,
  .kl-ritual-img {
    max-height: 300px;
  }
}

.kl-ritual-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}


/* ==========================================================================
   MOBILE HERO FIX — DEBE SER EL ULTIMO BLOQUE DEL ARCHIVO
   Anula position:absolute de desktop en mobile
   ========================================================================== */
@media (max-width: 749px) {
  .kl-hero-grid,
  .kl-hero .kl-hero-grid {
    display: flex;
    flex-direction: column;
    position: static;
    min-height: auto;
  }

  .kl-hero .kl-panel,
  .kl-hero-grid .kl-panel {
    position: static;
    width: 100%;
    height: auto;
    max-height: 300px;
    overflow: hidden;
    margin-top: 1.5rem;
    bottom: auto;
    right: auto;
    top: auto;
  }

  .kl-hero-grid .kl-panel > img,
  .kl-hero .kl-panel img {
    width: 100%;
    height: 300px;
    max-height: 300px;
    object-fit: cover;
  }

  .kl-hero .kl-panel-meta {
    position: static;
    background: transparent;
    padding: 0.5rem 0;
  }

  .kl-hero {
    padding-top: 2rem;
  }
}

/* [CONSOLIDADO] Escala tipográfica móvil movida a :root @media 749px principal (L153) */

/* Inside hero — igualado a Home, pegado a verifica */
.kl-inside-hero,
section.kl-inside-hero,
.kl-inside-hero + .kl-section {
  padding-top: 1rem;
  margin-top: 0;
  border-top: none;
}

/* Inside — Cómo leer un CoA premium */
.kl-inside-leer-h2 {
  font-size: calc(var(--kl-text-h2) * 1.25);
  margin-bottom: 2.5rem;
}

.kl-inside-coa-campo {
  border-left: 3px solid var(--kl-terra, #A15F4A);
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.kl-inside-coa-campo:last-child {
  margin-bottom: 0;
}

.kl-inside-coa-campo strong {
  display: block;
  font-family: var(--kl-font-heading);
  font-size: var(--kl-text-body-lg);
  color: var(--kl-dark, #1A1F2E);
  margin-bottom: 0.25rem;
}

.kl-inside-coa-campo p {
  font-family: var(--kl-font-body);
  font-size: var(--kl-text-body-lg);
  line-height: var(--kl-lh-body);
  color: var(--kl-text, #1A1A1A);
  margin: 0;
}

/* ==========================================================================
   INSIDE — 5 ajustes visuales · 03/04/2026
   ========================================================================== */

/* --- Bloque 1: Hero Inside --- */
.kl-inside-hero h1 {
  font-family: var(--kl-font-heading);
  font-size: calc(var(--kl-text-hero) * 0.9);
  line-height: var(--kl-lh-hero);
  letter-spacing: -0.02em;
  font-weight: 600;
  color: var(--kl-text);
  margin: 0 0 16px;
}

.kl-inside-hero .kl-desc {
  font-size: var(--kl-text-h3);
  line-height: 1.7;
  margin-top: 1.5rem;
  font-family: var(--kl-font-body);
  color: var(--kl-muted);
  max-width: 700px;
  margin: 0 0 24px;
}

.kl-inside-hero .kl-inside-cta p {
  font-size: var(--kl-text-body-lg);
}

.kl-inside-hero .kl-inside-cta a {
  font-size: calc(var(--kl-text-body) * 1.2);
  padding: 1.25rem 3rem;
}

.kl-inside-hero-image {
  max-height: none;
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 16/9;
}

.kl-inside-hero-image img {
  max-height: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* --- Ajuste 3: Cómo leer CoA — 2 columnas --- */
.kl-inside-coa-campos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 4rem;
}

/* --- Bloque 2: Cada caja es verificable --- */
.kl-inside-coa h2 {
  font-size: calc(var(--kl-text-h2) * 1.15);
  font-family: var(--kl-font-heading);
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 18px;
}

.kl-inside-coa-content p {
  font-size: var(--kl-text-h3);
  line-height: 1.7;
}

/* --- Bloque 4: Cierre producto --- */
.kl-inside-bridge {
  background: var(--kl-sand, #F0EDE6);
  border-radius: 8px;
  border: 1px solid var(--kl-terracota-light);
  padding: 40px 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.kl-inside-bridge .kl-bridge-title {
  font-size: calc(var(--kl-text-h2) * 1.1);
}

.kl-inside-bridge .kl-bridge-desc {
  font-size: var(--kl-text-body-lg);
}

.kl-inside-bridge .kl-bridge-link {
  font-size: var(--kl-text-body-lg);
}

.kl-inside-cierre {
  background: transparent;
  text-align: center;
  padding: var(--kl-section-pad) 24px;
  margin: var(--kl-section-pad) 0 0;
  border-radius: var(--kl-radius) var(--kl-radius) 0 0;
}

/* --- Ajuste 5: Enlaces navegación premium --- */
.kl-inside-etico-links {
  padding: 4rem 0;
  border-top: 1px solid rgba(26, 31, 46, 0.1);
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}

.kl-inside-etico-links a {
  font-family: var(--kl-font-heading);
  font-size: var(--kl-text-h3);
  color: var(--kl-terra, #A15F4A);
  text-decoration: none;
  transition: opacity 0.2s;
  letter-spacing: -0.01em;
  font-weight: 500;
  border-bottom: 1px solid var(--kl-terracota-border);
}

.kl-inside-etico-links a:hover {
  opacity: 0.7;
  border-bottom-color: var(--kl-terracota);
}

@media (max-width: 749px) {
  .kl-inside-hero {
    padding-top: 4rem;
  }
  .kl-inside-coa-campos {
    grid-template-columns: 1fr;
  }
  .kl-inside-etico-links {
    flex-direction: column;
    gap: 1.5rem;
  }
}

/* Verifica tu lote — mismo padding-top que Home e Inside */
.kl-verifica {
  padding-top: 10rem;
}

/* Inside — pegar bloque 1 con bloque 2 (0px separacion) */
section.kl-section.kl-inside-hero {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
  padding-top: 10rem;
}

.kl-inside-verifica-inline {
  margin-top: 1rem;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}

section#seccion-coa.kl-section {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

section#seccion-coa .kl-inside-coa {
  padding-top: 0;
  margin-top: 0;
}

/* Ritual — bloque formato stick */
.kl-ritual-formato-titulo {
  font-family: var(--kl-font-heading);
  font-size: var(--kl-text-h3);
  color: var(--kl-dark, #1A1F2E);
  margin-bottom: 1rem;
}

.kl-ritual-formato-texto {
  font-size: var(--kl-text-body-lg);
  line-height: 1.7;
  color: var(--kl-dark, #1A1F2E);
  opacity: 0.8;
}

/* PDP tarjetas — font-size subido */
.kl-tarjeta__nombre { font-size: 10.5px; }
.kl-tarjeta__precio { font-size: 23px; }
.kl-tarjeta__mes { font-size: 12.5px; }
.kl-tarjeta__envio { font-size: 10px; }
.kl-tarjeta__lista { font-size: 11px; }
.kl-tarjeta__tag { font-size: 9.5px; }
.kl-tarjeta__popular { font-size: 9px; }

/* PDP fricción positiva — nuevo grid 2x2 */
.kl-friction-eyebrow {
  font-family: var(--kl-font-mono);
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: var(--kl-terra, #A15F4A);
  margin-bottom: 2rem;
}

.kl-friction-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding-top: 2rem;
}

.kl-friction-item {
  border-left: 3px solid var(--kl-terra, #A15F4A);
  padding-left: 1.5rem;
}

.kl-friction-item strong {
  display: block;
  font-size: var(--kl-text-body-lg);
  margin-bottom: 0.5rem;
  color: var(--kl-dark, #1A1F2E);
}

.kl-friction-item p {
  font-size: var(--kl-text-body);
  line-height: 1.7;
  opacity: 0.8;
}

@media (max-width: 749px) {
  .kl-friction-grid {
    grid-template-columns: 1fr;
  }
}

/* --- ESPEJO DEL VISITANTE v2 --- */
.kl-espejo {
  background: var(--kl-bg, #FAFAF8);
  padding: 4rem 0;
}

.kl-espejo__inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  background: var(--kl-dark, #1A1F2E);
  border-radius: var(--kl-radius, 4px);
  padding: 5rem 48px;
}

.kl-espejo__linea {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 1.1;
  color: var(--kl-text-inv, #F4F3EF);
  margin: 0 0 0.1em 0;
  letter-spacing: -0.01em;
}

.kl-espejo__linea--tension {
  color: rgba(244, 243, 239, 0.4);
}

.kl-espejo__gap {
  height: 2.5rem;
}

.kl-espejo__cierre {
  margin-top: 3rem;
  padding-left: 1.25rem;
  border-left: 2px solid var(--kl-terra, #A15F4A);
}

.kl-espejo__cierre p {
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  color: var(--kl-text-inv, #F4F3EF);
  margin: 0;
}

@media (max-width: 749px) {
  .kl-espejo { padding: 3rem 0; }
  .kl-espejo__linea { font-size: 2.25rem; }
  .kl-espejo__gap { height: 1.75rem; }
  .kl-espejo__cierre { margin-top: 2rem; }
  .kl-espejo__cierre p { font-size: 1.0625rem; }
}

/* Espaciado espejo-composicion */
.kl-espejo { margin-bottom: 0; }
#h2.kl-comp { padding-top: 4rem; }

@media (max-width: 749px) {
  #h2.kl-comp { padding-top: 3rem; padding-bottom: 3rem; }
}

/* --- FISIOLOGIA HOME v2 (2 columnas) --- */
.kl-fisio2 { background: var(--kl-warm-white, #FAFAF8); padding: 5rem 0; }
.kl-fisio2__inner { max-width: min(1180px, calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: 60% 40%; gap: 4rem; align-items: start; }
.kl-fisio2__col-left { display: flex; flex-direction: column; }
.kl-fisio2__col-right { position: sticky; top: 2rem; }
.kl-fisio2__svg-wrap { width: 100%; }
.kl-fisio2__svg-wrap svg { width: 100%; height: auto; }
.kl-fisio2__label { font-family: 'Roboto Mono', monospace; font-size: 1.5rem; letter-spacing: 0.08em; color: rgba(26,31,46,0.5); text-transform: uppercase; margin: 0 0 3rem 0; }
.kl-fisio2__bloque { padding: 2rem 0; }
.kl-fisio2__nombre { display: block; font-family: 'Roboto Mono', monospace; font-size: 1.375rem; letter-spacing: 0.08em; color: var(--kl-terra, #A15F4A); margin-bottom: 0.75rem; }
.kl-fisio2__statement { font-family: 'Source Serif 4', Georgia, serif; font-size: 2.75rem; font-weight: 300; line-height: 1.15; color: var(--kl-dark, #1A1F2E); margin: 0 0 0.25em 0; letter-spacing: -0.01em; }
.kl-fisio2__sub { font-family: 'Source Serif 4', Georgia, serif; font-size: 2.75rem; font-weight: 300; line-height: 1.15; color: rgba(26,31,46,0.4); margin: 0; letter-spacing: -0.01em; max-width: 720px; }
.kl-fisio2__sep { height: 1px; background: rgba(26,31,46,0.1); }
.kl-fisio2__cta { display: inline-block; margin-top: 3rem; font-family: 'Inter', sans-serif; font-size: 0.9375rem; color: var(--kl-terra, #A15F4A); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 749px) {
}

/* --- RITUAL HOME v2 --- */
.kl-ritual2 { background: var(--kl-bg, #FAFAF8); padding: 4rem 0; }
.kl-ritual2__inner { width: min(1180px, calc(100% - 48px)); margin: 0 auto; background: transparent; border-radius: var(--kl-radius, 4px); padding: 5rem 48px; display: grid; grid-template-columns: 55% 45%; gap: 4rem; align-items: center; min-height: 420px; min-width: 0; }
.kl-ritual2__col-right { min-width: 0; }
.kl-ritual2__col-left { display: flex; flex-direction: column; justify-content: center; padding: 3rem 0; }
.kl-ritual2__pasos { display: flex; flex-direction: column; gap: 0.75rem; }
.kl-ritual2__paso { display: flex; align-items: baseline; gap: 1.5rem; }
.kl-ritual2__num { font-family: 'Roboto Mono', monospace; font-size: 3rem; font-weight: 400; color: var(--kl-terra, #A15F4A); min-width: 3rem; line-height: 1; }
.kl-ritual2__texto { font-family: 'Source Serif 4', Georgia, serif; font-size: 3.6rem; font-weight: 300; line-height: 1.2; color: var(--kl-dark, #1A1F2E); margin: 0; letter-spacing: -0.01em; }
.kl-ritual2__sep { display: none; }
.kl-ritual2__cierre { font-family: 'Source Serif 4', Georgia, serif; font-size: 2.4rem; font-weight: 300; line-height: 1.2; color: rgba(26,31,46,0.45); margin: 3rem 0 0 0; letter-spacing: -0.01em; }
.kl-ritual2__col-right { display: flex; align-items: stretch; justify-content: center; max-height: 440px; overflow: hidden; border-radius: 8px; min-width: 0; }
.kl-ritual2__img { width: 100%; height: 100%; max-height: 440px; object-fit: cover; object-position: center; border-radius: 8px; }

@media (max-width: 749px) {
  .kl-ritual2 { padding: 3rem 0; }
  .kl-ritual2__inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .kl-ritual2__num { font-size: 1.5rem; }
  .kl-ritual2__texto { font-size: 2.25rem; }
  .kl-ritual2__cierre { font-size: 2.25rem; }
  .kl-ritual2__col-right { order: -1; }
}

/* --- EL METODO HOME v2 --- */
.kl-metodo2 { background: var(--kl-warm-white, #FAFAF8); padding: 5rem 0; }
.kl-metodo2__inner { max-width: min(860px, calc(100% - 48px)); margin: 0 auto; text-align: center; display: flex; flex-direction: column; align-items: center; }
.kl-metodo2__label { font-family: 'Roboto Mono', monospace; font-size: 1.1rem; letter-spacing: 0.14em; color: rgba(26,31,46,0.45); text-transform: uppercase; margin: 0 0 2.5rem 0; }
.kl-metodo2__headline { font-family: 'Source Serif 4', Georgia, serif; font-size: 4.5rem; font-weight: 300; line-height: 1.15; color: var(--kl-dark, #1A1F2E); margin: 0 0 2rem 0; letter-spacing: -0.01em; }
.kl-metodo2__lineas { display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 3rem; }
.kl-metodo2__linea { font-family: 'Source Serif 4', Georgia, serif; font-size: 2.75rem; font-weight: 300; line-height: 1.2; color: rgba(26,31,46,0.4); margin: 0; letter-spacing: -0.01em; }
.kl-metodo2__footer { font-family: 'Roboto Mono', monospace; font-size: 0.9rem; letter-spacing: 0.1em; color: rgba(26,31,46,0.4); text-transform: uppercase; margin: 0; }

@media (max-width: 749px) {
  .kl-metodo2 { padding: 4rem 0; }
  .kl-metodo2__headline { font-size: 2.75rem; }
  .kl-metodo2__linea { font-size: 2rem; }
}

/* --- POR QUE UNA BASE v2 (arquitectura espejo) --- */
.kl-base2 { background: var(--kl-warm-white, #FAFAF8); padding: 5rem 0; }
.kl-base2__inner { width: min(1180px, calc(100% - 48px)); margin: 0 auto; border-radius: var(--kl-radius, 4px); overflow: hidden; background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; min-height: 520px; display: flex; flex-direction: column; justify-content: space-between; }
.kl-base2__overlay { position: absolute; inset: 0; background: linear-gradient(to top right, rgba(26,31,46,0.75) 0%, rgba(26,31,46,0.50) 40%, rgba(26,31,46,0.20) 75%, rgba(26,31,46,0.05) 100%); z-index: 1; border-radius: var(--kl-radius, 4px); }
.kl-base2__content { position: relative; z-index: 2; padding: 2.5rem 3rem; max-width: 620px; margin: 0; text-align: left; }
.kl-base2__label { color: #F4F3EF; font-weight: 500; text-shadow: 0 1px 8px rgba(26,31,46,1), 0 2px 20px rgba(26,31,46,1), 0 0 60px rgba(26,31,46,0.95); }
.kl-base2__hl1, .kl-base2__hl2 { text-shadow: 0 1px 16px rgba(26,31,46,0.95), 0 0 40px rgba(26,31,46,0.85); }
.kl-base2__body { text-shadow: 0 1px 12px rgba(26,31,46,0.95), 0 0 30px rgba(26,31,46,0.80); }
.kl-base2__label { font-family: 'Source Serif 4', Georgia, serif; font-size: 3.5rem; font-weight: 300; letter-spacing: -0.01em; color: #F4F3EF; text-transform: none; margin: 0; padding: 2.5rem 3rem; text-align: center; position: relative; z-index: 2; text-shadow: 0 2px 20px rgba(26,31,46,0.9), 0 0 60px rgba(26,31,46,0.7); }
.kl-base2__headline { font-family: 'Source Serif 4', Georgia, serif; font-weight: 300; line-height: 1.1; margin: 0 0 2rem 0; letter-spacing: -0.02em; }
.kl-base2__hl1 { display: block; font-size: 4.5rem; color: #F4F3EF; }
.kl-base2__hl2 { display: block; font-size: 4.5rem; color: rgba(244,243,239,0.5); }
.kl-base2__body { font-family: 'Inter', sans-serif; font-size: 1.5rem; font-weight: 500; line-height: 1.7; color: #F4F3EF; margin: 0; max-width: 560px; text-shadow: 0 1px 8px rgba(26,31,46,1), 0 2px 20px rgba(26,31,46,1), 0 0 60px rgba(26,31,46,0.95); }

@media (max-width: 749px) {
  .kl-base2 { padding: 3.5rem 0; }
  .kl-base2__inner { min-height: 400px; }
  .kl-base2__content { padding: 3rem 1.5rem; }
  .kl-base2__hl1, .kl-base2__hl2 { font-size: 2.75rem; }
  .kl-base2__body { font-size: 1.0625rem; }
  .kl-base2__overlay { background: linear-gradient(to top, rgba(26,31,46,0.82) 0%, rgba(26,31,46,0.55) 55%, rgba(26,31,46,0.20) 100%); }
  .kl-base2__label { font-size: 2rem; padding: 2rem 1.5rem; }
  .kl-base2__content { padding: 2rem 1.75rem; margin: 0; }
}

/* --- TRANSPARENCIA HOME v2 --- */
.kl-trans2 { background: var(--kl-warm-white, #FAFAF8); padding: 5rem 0; }
.kl-trans2__inner { width: min(1180px, calc(100% - 48px)); margin: 0 auto; background: transparent; border-radius: var(--kl-radius, 4px); padding: 5rem 4rem; }
.kl-trans2__label { font-family: 'Source Serif 4', serif; font-size: 3.5rem; font-weight: 600; font-style: normal; color: #1A1F2E; margin: 0 0 2rem 0; line-height: 1.1; letter-spacing: 0; text-transform: none; }
.kl-trans2__item { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2rem 0; }
.kl-trans2__lineas { flex: 1; }
.kl-trans2__l1 { font-family: 'Source Serif 4', serif; font-size: 1.725rem; font-weight: 400; line-height: 1.15; color: #1A1F2E; margin: 0 0 0.15em 0; letter-spacing: -0.01em; white-space: nowrap; }
.kl-trans2__l2 { font-family: 'Source Serif 4', serif; font-size: 1.44rem; font-weight: 400; line-height: 1.15; color: rgba(26,31,46,0.6); margin: 0; letter-spacing: -0.01em; }
.kl-trans2__link { font-family: 'Inter', sans-serif; font-size: 1.25rem; font-weight: 500; color: var(--kl-terra, #A15F4A); text-decoration: none; white-space: nowrap; flex-shrink: 0; border: 1.5px solid var(--kl-terra, #A15F4A); border-radius: 2px; padding: 1rem 2.5rem; transition: background 0.2s, color 0.2s; letter-spacing: 0.03em; }
.kl-trans2__link:hover { background: var(--kl-terra, #A15F4A); color: #FAFAF8; }
.kl-trans2__sep { height: 1px; background: rgba(26,31,46,0.1); }

@media (max-width: 749px) {
  .kl-trans2 { padding: 3.5rem 0; }
  .kl-trans2__inner { padding: 3rem 1.75rem; }
  .kl-trans2__item { flex-direction: column; align-items: flex-start; gap: 1rem; padding: 1.5rem 0; }
  .kl-trans2__label { font-size: 2.5rem; }
  .kl-trans2__l1 { font-size: 1.44rem; white-space: normal; }
  .kl-trans2__l2 { font-size: 1.265rem; }
  .kl-trans2__link { width: 100%; text-align: center; padding: 0.875rem 1.5rem; }
}

/* --- BIBLIOTECA ARTAH --- */
.kl-bib3 { background: #FAFAF8; padding: 5rem 0; }
.kl-bib3__wrap { max-width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.kl-bib3__eyebrow { font-family: 'Source Serif 4', Georgia, serif; font-size: 3rem; font-weight: 300; font-style: italic; color: #1A1F2E; margin: 0 0 3.5rem; }
.kl-bib3__item { padding: 2rem 0; }
.kl-bib3__meta { display: flex; align-items: center; gap: 1.25rem; margin: 0 0 0.875rem; }
.kl-bib3__tag { font-family: 'Roboto Mono', monospace; font-size: 1.2rem; letter-spacing: 0.14em; color: #A15F4A; } /* KLOTHOS F_CH_02 fix: WCAG AA mínimo legibilidad (commit 14) — era 0.68rem */
.kl-bib3__count { font-family: 'Roboto Mono', monospace; font-size: 1.2rem; letter-spacing: 0.06em; color: rgba(26,31,46,0.38); } /* KLOTHOS F_CH_02 fix: WCAG AA mínimo legibilidad (commit 14) — era 0.68rem */
.kl-bib3__titulo { display: block; font-family: 'Source Serif 4', Georgia, serif; font-size: 3rem; font-weight: 300; line-height: 1.15; letter-spacing: -0.015em; color: #1A1F2E; text-decoration: none; max-width: 100%; transition: color 0.18s ease; }
.kl-bib3__titulo:hover { color: #A15F4A; }
.kl-bib3__hr { border: none; border-top: 1px solid rgba(26,31,46,0.12); margin: 0; }
.kl-bib3__footer { margin: 2.5rem 0 0; }
.kl-bib3__cta { font-family: 'Inter', sans-serif; font-size: 1.6rem; font-weight: 500; color: #1A1F2E; text-decoration: underline; text-underline-offset: 3px; }
.kl-bib3__cta:hover { color: #A15F4A; }

@media (max-width: 749px) {
  .kl-bib3 { padding: 4rem 0; }
  .kl-bib3__eyebrow { font-size: 1.5rem; margin-bottom: 2.5rem; }
  .kl-bib3__titulo { font-size: 2rem; }
  .kl-bib3__item { padding: 1.5rem 0; }
}

/* ── CTA FINAL ── */
.kl-cta2 { padding: 6rem 0 5rem; background: var(--kl-warm-white, #FAFAF8); text-align: center; width: min(1180px, calc(100% - 48px)); margin-left: auto; margin-right: auto; }
.kl-cta2__inner { width: min(720px, calc(100% - 48px)); margin: 0 auto; }
.kl-cta2__headline { margin: 0 0 1.5rem; }
.kl-cta2__hl1 { display: block; font-family: 'Source Serif 4', Georgia, serif; font-size: 5rem; font-weight: 300; line-height: 1.08; letter-spacing: -0.02em; color: #1A1F2E; }
.kl-cta2__hl2 { display: block; font-family: 'Source Serif 4', Georgia, serif; font-size: 5rem; font-weight: 300; line-height: 1.08; letter-spacing: -0.02em; color: rgba(26, 31, 46, 0.38); }
.kl-cta2__precio { font-family: 'Roboto Mono', monospace; font-size: 1.5rem; font-weight: 500; letter-spacing: 0.04em; color: #1A1F2E; margin: 0 0 0.25rem; }
.kl-cta2__dia { font-family: 'Inter', sans-serif; font-size: 0.95rem; color: rgba(26,31,46,0.5); margin: 0 0 2.5rem; }
.kl-cta2__accion { margin: 0 0 2rem; }
.kl-cta2__btn { display: inline-block; padding: 18px 56px; background: #1A1F2E; color: #FAFAF8; font-family: 'Inter', sans-serif; font-size: 1.6rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; border-radius: 0; transition: background 0.2s ease; }
.kl-cta2__btn:hover { background: #A15F4A; }
.kl-cta2__trust { font-family: 'Inter', sans-serif; font-size: 0.85rem; color: rgba(26,31,46,0.45); margin: 0 0 0.35rem; letter-spacing: 0.01em; }
.kl-cta2__envio { font-family: 'Inter', sans-serif; font-size: 0.85rem; color: rgba(26,31,46,0.45); margin: 0; letter-spacing: 0.01em; }

/* Toggle registro sanitario */
.kl-trans2__registro-btn {
  background: none;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--kl-terracota, #A15F4A);
  border: 1.5px solid var(--kl-terracota, #A15F4A);
  border-radius: 2px;
  padding: 1rem 2.5rem;
  transition: background 0.2s, color 0.2s;
}
.kl-trans2__registro-btn:hover {
  background: var(--kl-terracota, #A15F4A);
  color: var(--kl-crema, #F4F3EF);
}
.kl-trans2__registro-num {
  transition: opacity 0.3s;
}

/* ─── SOBRE KLOTHOS v2 ──────────────────────────────────── */
.kl-sobre2 { background: var(--kl-warm-white, #FAFAF8); }
.kl-sobre2__wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.kl-sobre2__intro { padding: 5rem 0 4rem; }
.kl-sobre2__eyebrow { font-family: 'Roboto Mono', monospace; font-size: 0.85rem; letter-spacing: 0.14em; color: var(--kl-terracota, #A15F4A); text-transform: uppercase; margin: 0 0 2rem; }
.kl-sobre2__headline { margin: 0 0 2rem; }
.kl-sobre2__hl1 { display: block; font-family: 'Source Serif 4', Georgia, serif; font-size: 4.5rem; font-weight: 300; line-height: 1.1; letter-spacing: -0.02em; color: var(--kl-navy, #1A1F2E); }
.kl-sobre2__hl2 { display: block; font-family: 'Source Serif 4', Georgia, serif; font-size: 4.5rem; font-weight: 300; line-height: 1.1; letter-spacing: -0.02em; color: rgba(26, 31, 46, 0.38); }
.kl-sobre2__lead { font-family: 'Inter', sans-serif; font-size: 1.25rem; line-height: 1.75; color: rgba(26, 31, 46, 0.65); max-width: 700px; margin: 0; }
.kl-sobre2__seccion { padding: 5rem 0; }
.kl-sobre2__seccion--light { background: var(--kl-warm-white, #FAFAF8); }
.kl-sobre2__seccion--dark { background: var(--kl-warm-white, #FAFAF8); }
.kl-sobre2__seccion--contacto { border-top: 1px solid rgba(26, 31, 46, 0.08); }
.kl-sobre2__navy-inner { background: var(--kl-navy, #1A1F2E); border-radius: var(--kl-radius, 4px); padding: 5rem 4rem; }
.kl-sobre2__label { font-family: 'Roboto Mono', monospace; font-size: 0.85rem; letter-spacing: 0.14em; color: var(--kl-terracota, #A15F4A); text-transform: uppercase; margin: 0 0 2.5rem; }
.kl-sobre2__label--dim { color: rgba(244, 243, 239, 0.45); }
.kl-sobre2__stmts { display: flex; flex-direction: column; }
.kl-sobre2__stmt { padding: 2rem 0; }
.kl-sobre2__stmt-l1 { font-family: 'Source Serif 4', Georgia, serif; font-size: 3rem; font-weight: 300; line-height: 1.1; letter-spacing: -0.015em; color: var(--kl-crema, #F4F3EF); margin: 0 0 0.5rem; }
.kl-sobre2__stmt-l2 { font-family: 'Source Serif 4', Georgia, serif; font-size: 1.5rem; font-weight: 300; line-height: 1.4; color: rgba(244, 243, 239, 0.45); margin: 0; max-width: 640px; }
.kl-sobre2__hr { height: 1px; background: rgba(244, 243, 239, 0.1); }
.kl-sobre2__ings { display: flex; flex-direction: column; }
.kl-sobre2__ing { padding: 2rem 0; }
.kl-sobre2__ing-top { display: flex; align-items: baseline; gap: 1.25rem; margin-bottom: 0.75rem; }
.kl-sobre2__ing-nombre { font-family: 'Source Serif 4', Georgia, serif; font-size: 1.75rem; font-weight: 300; color: var(--kl-navy, #1A1F2E); }
.kl-sobre2__ing-dosis { font-family: 'Roboto Mono', monospace; font-size: 0.8rem; letter-spacing: 0.08em; color: var(--kl-terracota, #A15F4A); }
.kl-sobre2__ing-desc { font-family: 'Inter', sans-serif; font-size: 1.0625rem; line-height: 1.7; color: rgba(26, 31, 46, 0.65); max-width: 700px; margin: 0; }
.kl-sobre2__sep { border: none; border-top: 1px solid rgba(26, 31, 46, 0.1); margin: 0; }
.kl-sobre2__difs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; }
.kl-sobre2__dif-titulo { font-family: 'Source Serif 4', Georgia, serif; font-size: 1.375rem; font-weight: 300; color: var(--kl-crema, #F4F3EF); margin: 0 0 0.75rem; }
.kl-sobre2__dif-desc { font-family: 'Inter', sans-serif; font-size: 1.5rem; line-height: 1.65; color: rgba(244, 243, 239, 0.55); margin: 0; }
.kl-sobre2__contacto-texto { font-family: 'Inter', sans-serif; font-size: 1.8rem; color: rgba(26, 31, 46, 0.6); margin: 0 0 0.5rem; }
.kl-sobre2__contacto-email { margin: 0; }
.kl-sobre2__link { font-family: 'Inter', sans-serif; font-size: 1.8rem; color: var(--kl-terracota, #A15F4A); text-decoration: underline; text-underline-offset: 3px; }
.kl-sobre2__principios { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3rem; }
.kl-sobre2__principio-num { font-family: 'Roboto Mono', monospace; font-size: 1.2rem; letter-spacing: 0.1em; color: var(--kl-terracota, #A15F4A); margin: 0 0 0.75rem; }
.kl-sobre2__principio-titulo { font-family: 'Source Serif 4', Georgia, serif; font-size: 1.375rem; font-weight: 300; color: var(--kl-navy, #1A1F2E); margin: 0 0 0.75rem; }
.kl-sobre2__principio-desc { font-family: 'Inter', sans-serif; font-size: 1.5rem; line-height: 1.65; color: rgba(26, 31, 46, 0.6); margin: 0; }
.kl-sobre2__kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3rem; }
.kl-sobre2__kpi-num { font-family: 'Roboto Mono', monospace; font-size: 2.5rem; letter-spacing: -0.02em; color: var(--kl-navy, #1A1F2E); margin: 0 0 0.5rem; }
.kl-sobre2__kpi-desc { font-family: 'Inter', sans-serif; font-size: 1.4rem; line-height: 1.55; color: rgba(26, 31, 46, 0.55); margin: 0; }
.kl-sobre2__seccion--numeros { border-top: 1px solid rgba(26, 31, 46, 0.08); border-bottom: 1px solid rgba(26, 31, 46, 0.08); }

@media (max-width: 749px) {
  .kl-sobre2__hl1, .kl-sobre2__hl2 { font-size: 2.75rem; }
  .kl-sobre2__stmt-l1 { font-size: 2rem; }
  .kl-sobre2__stmt-l2 { font-size: 1.8rem; }
  .kl-sobre2__navy-inner { padding: 3rem 1.75rem; }
  .kl-sobre2__difs { grid-template-columns: 1fr; gap: 2rem; }
  .kl-sobre2__ing-nombre { font-size: 1.375rem; }
  .kl-sobre2__seccion { padding: 3.5rem 0; }
  .kl-sobre2__intro { padding: 3.5rem 0 2.5rem; }
  .kl-sobre2__principios { grid-template-columns: 1fr; gap: 2rem; }
  .kl-sobre2__kpis { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
  .kl-sobre2__kpi-num { font-size: 1.75rem; }
}

/* ─── PÁGINAS LEGALES ───────────────────────────────────── */
.kl-legal { background: var(--kl-warm-white, #FAFAF8); }
.kl-legal__wrap { width: min(860px, calc(100% - 48px)); margin: 0 auto; }
.kl-legal__header { padding: 4rem 0 3rem; border-bottom: 1px solid rgba(26, 31, 46, 0.08); }
.kl-legal__eyebrow { font-family: 'Roboto Mono', monospace; font-size: 0.8rem; letter-spacing: 0.14em; color: var(--kl-terracota, #A15F4A); text-transform: uppercase; margin: 0 0 1rem; }
.kl-legal__headline { font-family: 'Source Serif 4', Georgia, serif; font-size: 3rem; font-weight: 300; line-height: 1.1; letter-spacing: -0.02em; color: var(--kl-navy, #1A1F2E); margin: 0 0 0.75rem; }
.kl-legal__fecha { font-family: 'Roboto Mono', monospace; font-size: 1.2rem; color: rgba(26, 31, 46, 0.4); margin: 0; letter-spacing: 0.04em; }
.kl-legal__contenido { padding: 4rem 0 6rem; }
.kl-legal__bloque { padding: 2rem 0; }
.kl-legal__label { font-family: 'Roboto Mono', monospace; font-size: 1.2rem; letter-spacing: 0.12em; color: var(--kl-terracota, #A15F4A); text-transform: uppercase; margin: 0 0 1.25rem; }
.kl-legal__texto p { font-family: 'Inter', sans-serif; font-size: 1.6rem; line-height: 1.75; color: rgba(26, 31, 46, 0.72); margin: 0 0 1rem; }
.kl-legal__texto p:last-child { margin-bottom: 0; }
.kl-legal__lista { font-family: 'Inter', sans-serif; font-size: 1.6rem; line-height: 1.75; color: rgba(26, 31, 46, 0.72); margin: 0.75rem 0 0 1.25rem; padding: 0; }
.kl-legal__lista li { margin-bottom: 0.4rem; }
.kl-legal__lista li strong { color: var(--kl-navy, #1A1F2E); font-weight: 600; }
.kl-legal__sep { border: none; border-top: 1px solid rgba(26, 31, 46, 0.08); margin: 0; }
.kl-legal__link { color: var(--kl-terracota, #A15F4A); text-decoration: underline; text-underline-offset: 3px; }
.kl-legal__link:hover { opacity: 0.75; }
.kl-cookies__tabla-wrap { overflow-x: auto; margin-top: 0.5rem; }
.kl-cookies__tabla { width: 100%; border-collapse: collapse; font-family: 'Inter', sans-serif; font-size: 1.4rem; }
.kl-cookies__tabla th { font-family: 'Roboto Mono', monospace; font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(26, 31, 46, 0.5); text-align: left; padding: 0.75rem 1rem 0.75rem 0; border-bottom: 1px solid rgba(26, 31, 46, 0.12); }
.kl-cookies__tabla td { padding: 0.875rem 1rem 0.875rem 0; color: rgba(26, 31, 46, 0.7); border-bottom: 1px solid rgba(26, 31, 46, 0.06); vertical-align: top; line-height: 1.5; }
.kl-cookies__tabla td:first-child { font-family: 'Roboto Mono', monospace; font-size: 0.8rem; color: var(--kl-navy, #1A1F2E); }
.kl-cookies__tabla tr:last-child td { border-bottom: none; }
.kl-leg2__navy .kl-cookies__tabla th { color: rgba(244, 243, 239, 0.4); border-bottom-color: rgba(244, 243, 239, 0.12); }
.kl-leg2__navy .kl-cookies__tabla td { color: rgba(244, 243, 239, 0.65); border-bottom-color: rgba(244, 243, 239, 0.08); }
.kl-leg2__navy .kl-cookies__tabla td:first-child { color: var(--kl-crema, #F4F3EF); }

@media (max-width: 749px) {
  .kl-legal__headline { font-size: 2rem; }
  .kl-legal__header { padding: 3rem 0 2rem; }
  .kl-legal__contenido { padding: 3rem 0 4rem; }
  .kl-legal__bloque { padding: 1.5rem 0; }
  .kl-cookies__tabla { font-size: 0.8125rem; }
  .kl-cookies__tabla th, .kl-cookies__tabla td { padding: 0.625rem 0.5rem 0.625rem 0; }
}

/* ─── LEGAL EDITORIAL v2 ────────────────────────────────── */
.kl-leg2 { background: var(--kl-warm-white, #FAFAF8); }
.kl-leg2__wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.kl-leg2__header { padding: 5rem 0 4rem; }
.kl-leg2__eyebrow { font-family: 'Roboto Mono', monospace; font-size: 0.85rem; letter-spacing: 0.14em; color: var(--kl-terracota, #A15F4A); text-transform: uppercase; margin: 0 0 2rem; }
.kl-leg2__headline { margin: 0 0 2rem; }
.kl-leg2__hl1 { display: block; font-family: 'Source Serif 4', Georgia, serif; font-size: 4.5rem; font-weight: 300; line-height: 1.1; letter-spacing: -0.02em; color: var(--kl-navy, #1A1F2E); }
.kl-leg2__hl2 { display: block; font-family: 'Source Serif 4', Georgia, serif; font-size: 4.5rem; font-weight: 300; line-height: 1.1; letter-spacing: -0.02em; color: rgba(26, 31, 46, 0.38); }
.kl-leg2__lead { font-family: 'Inter', sans-serif; font-size: 1.25rem; line-height: 1.75; color: rgba(26, 31, 46, 0.6); max-width: 700px; margin: 0; }
.kl-leg2__fecha { font-family: 'Roboto Mono', monospace; font-size: 1.2rem; color: rgba(26, 31, 46, 0.35); margin: 1.5rem 0 0; letter-spacing: 0.04em; }
.kl-leg2__seccion { padding: 5rem 0; }
.kl-leg2__seccion--light { background: var(--kl-warm-white, #FAFAF8); }
.kl-leg2__seccion--dark { background: var(--kl-warm-white, #FAFAF8); }
.kl-leg2__seccion--border { border-top: 1px solid rgba(26, 31, 46, 0.08); }
.kl-leg2__navy { background: var(--kl-navy, #1A1F2E); border-radius: var(--kl-radius, 4px); padding: 4rem 4rem; }
.kl-leg2__label { font-family: 'Roboto Mono', monospace; font-size: 0.85rem; letter-spacing: 0.14em; color: var(--kl-terracota, #A15F4A); text-transform: uppercase; margin: 0 0 2rem; }
.kl-leg2__label--dim { color: rgba(244, 243, 239, 0.45); }
.kl-leg2__texto p { font-family: 'Inter', sans-serif; font-size: 1.0625rem; line-height: 1.75; color: rgba(26, 31, 46, 0.7); margin: 0 0 1rem; max-width: 780px; }
.kl-leg2__texto p:last-child { margin-bottom: 0; }
.kl-leg2__texto--light p { color: rgba(244, 243, 239, 0.65); }
.kl-leg2__lista { font-family: 'Inter', sans-serif; font-size: 1.0625rem; line-height: 1.75; color: rgba(26, 31, 46, 0.7); margin: 0.75rem 0 0 1.25rem; padding: 0; max-width: 780px; }
.kl-leg2__lista li { margin-bottom: 0.5rem; }
.kl-leg2__lista li strong { color: var(--kl-navy, #1A1F2E); font-weight: 600; }
.kl-leg2__lista--light { color: rgba(244, 243, 239, 0.6); }
.kl-leg2__lista--light li strong { color: var(--kl-crema, #F4F3EF); font-weight: 500; }
.kl-leg2__sep { border: none; border-top: 1px solid rgba(26, 31, 46, 0.08); margin: 0; }
.kl-leg2__link { color: var(--kl-terracota, #A15F4A); text-decoration: underline; text-underline-offset: 3px; }
.kl-leg2__link:hover { opacity: 0.75; }
.kl-leg2__link--light { color: var(--kl-terracota, #A15F4A); }
.kl-leg2__dato { display: grid; grid-template-columns: 160px 1fr; gap: 0.25rem 1.5rem; font-family: 'Inter', sans-serif; font-size: 1.6rem; line-height: 1.6; }
.kl-leg2__dato dt { font-family: 'Roboto Mono', monospace; font-size: 1.2rem; letter-spacing: 0.06em; color: rgba(244, 243, 239, 0.4); text-transform: uppercase; padding: 0.5rem 0; }
.kl-leg2__dato dd { color: var(--kl-crema, #F4F3EF); padding: 0.5rem 0; margin: 0; }
.kl-leg2__bloque { padding: 2.5rem 0; }
.kl-leg2__bloque-titulo { font-family: 'Source Serif 4', Georgia, serif; font-size: 1.5rem; font-weight: 300; color: var(--kl-navy, #1A1F2E); margin: 0 0 1.25rem; }
.kl-leg2__stmts { display: flex; flex-direction: column; }
.kl-leg2__stmt { padding: 1.75rem 0; }
.kl-leg2__stmt-l1 { font-family: 'Source Serif 4', Georgia, serif; font-size: 2.25rem; font-weight: 300; line-height: 1.15; color: var(--kl-crema, #F4F3EF); margin: 0 0 0.35rem; }
.kl-leg2__stmt-l2 { font-family: 'Inter', sans-serif; font-size: 1.6rem; line-height: 1.6; color: rgba(244, 243, 239, 0.5); margin: 0; max-width: 600px; }
.kl-leg2__hr { height: 1px; background: rgba(244, 243, 239, 0.1); }
.kl-leg2__hr--light { background: rgba(26, 31, 46, 0.08); }
.kl-leg2__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.5rem; }
.kl-leg2__grid--3 { grid-template-columns: repeat(3, 1fr); }
.kl-leg2__card-num { font-family: 'Roboto Mono', monospace; font-size: 0.7rem; letter-spacing: 0.1em; color: var(--kl-terracota, #A15F4A); margin: 0 0 0.5rem; }
.kl-leg2__card-titulo { font-family: 'Source Serif 4', Georgia, serif; font-size: 1.25rem; font-weight: 300; color: var(--kl-navy, #1A1F2E); margin: 0 0 0.6rem; }
.kl-leg2__card-titulo--light { color: var(--kl-crema, #F4F3EF); }
.kl-leg2__card-desc { font-family: 'Inter', sans-serif; font-size: 1.5rem; line-height: 1.65; color: rgba(26, 31, 46, 0.6); margin: 0; }
.kl-leg2__card-desc--light { color: rgba(244, 243, 239, 0.5); }
.kl-leg2__pie { border-top: 1px solid rgba(26, 31, 46, 0.08); padding: 2rem 0; background: var(--kl-warm-white, #FAFAF8); }
.kl-leg2__pie-texto { font-family: 'Roboto Mono', monospace; font-size: 1.2rem; color: rgba(26, 31, 46, 0.35); margin: 0; letter-spacing: 0.04em; }

/* ─── SELECTOR LOCALIZACIÓN UNIFICADO ──────────────────── */
.kl-loc { position: relative; }
.kl-loc__current { display: flex; align-items: center; gap: 0.5rem; cursor: pointer; font-family: 'Inter', sans-serif; font-size: 1.4rem; color: var(--kl-crema, #F4F3EF); padding: 0.375rem 0.5rem; border-radius: 3px; transition: background 0.15s; white-space: nowrap; user-select: none; }
.kl-loc__current:hover { background: rgba(244, 243, 239, 0.08); }
.kl-loc__flag { font-size: 1.6rem; line-height: 1; }
.kl-loc__label { font-family: 'Inter', sans-serif; }
.kl-loc__chevron { color: rgba(244, 243, 239, 0.5); flex-shrink: 0; transition: transform 0.2s; }
.kl-loc__current[aria-expanded="true"] .kl-loc__chevron { transform: rotate(180deg); }
.kl-loc__dropdown { position: absolute; top: calc(100% + 8px); right: 0; background: var(--kl-navy, #1A1F2E); border: 1px solid rgba(244, 243, 239, 0.12); border-radius: 4px; min-width: 200px; overflow: hidden; z-index: 999; box-shadow: 0 8px 24px rgba(0,0,0,0.3); }
.kl-loc__option { display: flex; align-items: center; gap: 0.75rem; width: 100%; padding: 0.875rem 1.25rem; font-family: 'Inter', sans-serif; font-size: 1.4rem; color: rgba(244, 243, 239, 0.7); background: none; border: none; cursor: pointer; text-align: left; transition: background 0.15s, color 0.15s; }
.kl-loc__option:hover { background: rgba(244, 243, 239, 0.06); color: var(--kl-crema, #F4F3EF); }
.kl-loc__option--active { color: var(--kl-crema, #F4F3EF); font-weight: 500; }

@media (max-width: 749px) {
  .kl-loc__label { display: none; }
  .kl-loc__dropdown { right: -1rem; min-width: 180px; }
}

/* ─── PDP LUJO v4 ───────────────────────────────────────── */
.product__description.rte { all: unset; display: block; }
.kl-pdp4 { display: flex; flex-direction: column; gap: 0; padding-top: 2.5rem; }
.kl-pdp4__eyebrow { font-family: 'Roboto Mono', monospace; font-size: 0.95rem; letter-spacing: 0.2em; color: rgba(26,31,46,0.5); text-transform: uppercase; margin: 0 0 1.5rem; }
.kl-pdp4__headline-wrap { margin-bottom: 2rem; }
.kl-pdp4__h1 { font-family: 'Source Serif 4', Georgia, serif; font-size: 3.5rem; font-weight: 300; line-height: 0.95; letter-spacing: -0.03em; color: var(--kl-navy, #1A1F2E); margin: 0; }
.kl-pdp4__tagline { font-family: 'Source Serif 4', Georgia, serif; font-size: 3.5rem; font-weight: 300; line-height: 0.95; letter-spacing: -0.03em; color: rgba(26,31,46,0.3); margin: 0; font-style: italic; }
.kl-pdp4__formula { border-top: 1px solid rgba(26,31,46,0.1); border-bottom: 1px solid rgba(26,31,46,0.1); padding: 0.25rem 0; margin-bottom: 2rem; }
.kl-pdp4__formula-row { display: flex; justify-content: space-between; align-items: center; padding: 0.375rem 0; border-bottom: 1px solid rgba(26,31,46,0.05); }
.kl-pdp4__formula-row:last-child { border-bottom: none; }
.kl-pdp4__f-nombre { font-family: 'Inter', sans-serif; font-size: 1.0625rem; color: rgba(26,31,46,0.55); font-weight: 400; letter-spacing: 0.01em; }
.kl-pdp4__f-dosis { font-family: 'Roboto Mono', monospace; font-size: 1.5rem; font-weight: 400; color: var(--kl-navy, #1A1F2E); letter-spacing: -0.02em; }
.kl-pdp4__radio { position: absolute; opacity: 0; pointer-events: none; }
.kl-pdp4__toggle { display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 1.25rem; }
.kl-pdp4__opcion { display: flex; align-items: flex-start; gap: 0.875rem; border: 1px solid rgba(26,31,46,0.1); border-radius: 3px; padding: 1rem 1.125rem; cursor: pointer; transition: border-color 0.15s, box-shadow 0.15s; }
.kl-pdp4__opcion:has(.kl-pdp4__radio:checked) { border-color: var(--kl-navy, #1A1F2E); box-shadow: inset 0 0 0 0.5px var(--kl-navy, #1A1F2E); }
.kl-pdp4__opcion--sub:has(.kl-pdp4__radio:checked) { border-color: var(--kl-terracota, #A15F4A); box-shadow: inset 0 0 0 0.5px var(--kl-terracota, #A15F4A); }
.kl-pdp4__opcion-check { flex-shrink: 0; width: 16px; height: 16px; border-radius: 50%; border: 1.5px solid rgba(26,31,46,0.2); margin-top: 2px; transition: all 0.15s; position: relative; }
.kl-pdp4__opcion:has(.kl-pdp4__radio:checked) .kl-pdp4__opcion-check { border-color: var(--kl-navy, #1A1F2E); background: var(--kl-navy, #1A1F2E); }
.kl-pdp4__opcion--sub:has(.kl-pdp4__radio:checked) .kl-pdp4__opcion-check { border-color: var(--kl-terracota, #A15F4A); background: var(--kl-terracota, #A15F4A); }
.kl-pdp4__opcion-check::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 5px; height: 5px; border-radius: 50%; background: white; opacity: 0; transition: opacity 0.15s; }
.kl-pdp4__opcion:has(.kl-pdp4__radio:checked) .kl-pdp4__opcion-check::after { opacity: 1; }
.kl-pdp4__opcion-body { flex: 1; display: flex; flex-direction: column; gap: 0.2rem; }
.kl-pdp4__opcion-top { display: flex; justify-content: space-between; align-items: baseline; }
.kl-pdp4__opcion-label { font-family: 'Inter', sans-serif; font-size: 1.17rem; font-weight: 600; color: var(--kl-navy, #1A1F2E); }
.kl-pdp4__opcion-precio { font-family: 'Roboto Mono', monospace; font-size: 1.33rem; color: var(--kl-navy, #1A1F2E); letter-spacing: -0.01em; }
.kl-pdp4__opcion-bottom { display: flex; justify-content: space-between; align-items: center; }
.kl-pdp4__opcion-bottom span { font-family: 'Inter', sans-serif; font-size: 1.6rem; color: rgba(26,31,46,0.45); }
.kl-pdp4__opcion-envio--free { color: var(--kl-terracota, #A15F4A) !important; font-weight: 500; }
.kl-pdp4__opcion-fine { font-family: 'Inter', sans-serif; font-size: 1.4rem; color: rgba(26,31,46,0.35); margin: 0.25rem 0 0; }
.kl-pdp4__cta { width: 100%; background: var(--kl-navy, #1A1F2E); color: var(--kl-crema, #F4F3EF); font-family: 'Inter', sans-serif; font-size: 1.09rem; font-weight: 600; letter-spacing: 0.12em; border: none; border-radius: 2px; padding: 1.125rem; cursor: pointer; transition: background 0.18s; margin-bottom: 1.5rem; }
.kl-pdp4__cta:hover { background: var(--kl-terracota, #A15F4A); }
.kl-pdp4__cred { border-top: 1px solid rgba(26,31,46,0.08); padding: 1rem 0 0.75rem; display: flex; flex-direction: column; gap: 0.625rem; margin-bottom: 0.5rem; }
.kl-pdp4__cred-row { display: flex; justify-content: space-between; align-items: center; text-decoration: none; gap: 1rem; }
.kl-pdp4__cred-txt { font-family: 'Inter', sans-serif; font-size: 0.8rem; color: rgba(26,31,46,0.55); }
.kl-pdp4__cred-link { font-family: 'Roboto Mono', monospace; font-size: 0.7rem; color: var(--kl-terracota, #A15F4A); white-space: nowrap; text-decoration: underline; text-underline-offset: 2px; }
.kl-pdp4__notif { font-family: 'Roboto Mono', monospace; font-size: 0.6rem; color: rgba(26,31,46,0.2); letter-spacing: 0.04em; margin: 0; }
.kl-pdp4__anti { border-top: 1px solid rgba(26,31,46,0.07); padding: 0.875rem 0; margin-bottom: 0.75rem; }
.kl-pdp4__anti-sum { font-family: 'Roboto Mono', monospace; font-size: 0.65rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(26,31,46,0.35); cursor: pointer; list-style: none; display: flex; justify-content: space-between; }
.kl-pdp4__anti-sum::-webkit-details-marker { display: none; }
.kl-pdp4__anti-sum::after { content: '+'; }
details[open] .kl-pdp4__anti-sum::after { content: '\2212'; }
.kl-pdp4__anti-body { padding-top: 0.875rem; display: flex; flex-direction: column; gap: 0.5rem; }
.kl-pdp4__anti-body p { font-family: 'Inter', sans-serif; font-size: 0.8rem; line-height: 1.6; color: rgba(26,31,46,0.5); margin: 0; padding-left: 0.75rem; border-left: 1px solid rgba(26,31,46,0.1); }
.kl-pdp4__disc { font-family: 'Inter', sans-serif; font-size: 0.6875rem; line-height: 1.65; color: rgba(26,31,46,0.25); margin: 0; }

/* ═══ POST-CTA PREMIUM · 05/04/2026 ═══ */
.kl-trust-row { display: flex; align-items: flex-start; gap: 0; padding: 1.125rem 0; border-top: 1px solid rgba(26,31,46,0.08); border-bottom: 1px solid rgba(26,31,46,0.08); margin-top: 1.25rem; }
.kl-trust-item { flex: 1; display: flex; flex-direction: column; gap: 0.25rem; padding: 0 1rem; }
.kl-trust-item:first-child { padding-left: 0; }
.kl-trust-item:last-child { padding-right: 0; }
.kl-trust-divider { width: 1px; background: rgba(26,31,46,0.08); align-self: stretch; flex-shrink: 0; }
.kl-trust-label { font-family: 'Roboto Mono', monospace; font-size: 1.03rem; letter-spacing: 0.12em; color: var(--kl-terracota, #A15F4A); text-transform: uppercase; line-height: 1; }
.kl-trust-desc { font-family: 'Inter', sans-serif; font-size: 1.8rem; color: rgba(26,31,46,0.55); line-height: 1.4; margin: 0; }
.kl-trust-link { font-family: 'Roboto Mono', monospace; font-size: 1.5rem; color: var(--kl-navy, #1A1F2E); text-decoration: none; margin-top: 0.1rem; transition: color 0.18s; display: inline-block; }
.kl-trust-link:hover { color: var(--kl-terracota, #A15F4A); }
.kl-reg-row { margin-top: 1rem; }
.kl-reg-pill { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.375rem 0.75rem; border: 1px solid rgba(26,31,46,0.14); border-radius: 2px; background: transparent; }
.kl-reg-check { font-size: 0.6rem; color: var(--kl-terracota, #A15F4A); flex-shrink: 0; line-height: 1; }
.kl-reg-text { font-family: 'Roboto Mono', monospace; font-size: 1.8rem; letter-spacing: 0.04em; color: rgba(26,31,46,0.4); line-height: 1; }
/* ─── ANTI-SELL GRID 2 COL ─── */
.kl-antisell-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid rgba(26,31,46,0.08); }
/* ─── STATEMENT ANTI-HYPE ─── */
.kl-statement-navy { margin-top: 1.5rem; padding: 1.75rem 2rem; background: var(--kl-navy, #1A1F2E); border-radius: 4px; }
.kl-statement-navy p { font-family: 'Inter', sans-serif; font-size: 1.5rem; line-height: 1.6; color: rgba(244,243,239,0.82); margin: 0; }
.kl-as-item { display: flex; gap: 0.875rem; padding-left: 1.25rem; padding-top: 0.125rem; padding-bottom: 0.25rem; border-left: 1px solid rgba(161,95,74,0.35); }
.kl-as-num { font-family: 'Roboto Mono', monospace; font-size: 1.2rem; color: var(--kl-terracota, #A15F4A); padding-top: 0.2rem; flex-shrink: 0; width: 1.25rem; letter-spacing: 0.04em; } /* KLOTHOS F_CH_02 fix commit 14: defensive default 0.5625rem→0.75rem (override .kl-manifesto .kl-as-num a 1rem sigue vigente en usos actuales) */
.kl-as-content { flex: 1; }
.kl-as-l1 { font-family: 'Inter', sans-serif; font-size: 1.0625rem; font-weight: 600; color: var(--kl-navy, #1A1F2E); margin: 0 0 0.2rem; line-height: 1.35; }
.kl-as-l2 { font-family: 'Inter', sans-serif; font-size: 1.5rem; color: rgba(26,31,46,0.38); margin: 0; line-height: 1.45; }
.kl-disclaimer { font-family: 'Inter', sans-serif; font-size: 1.25rem; color: rgba(26,31,46,0.22); line-height: 1.55; margin: 0; margin-top: 1.25rem; padding-top: 1rem; }
.kl-fullwidth-legal { padding: 2.5rem 0 2rem; margin-top: 2rem; }

@media (max-width: 749px) {
  .kl-trust-row { flex-direction: column; gap: 1rem; }
  .kl-trust-divider { width: 100%; height: 1px; align-self: auto; }
  .kl-trust-item { padding: 0; }
  .kl-reg-pill { flex-wrap: wrap; }
  .kl-antisell-grid { grid-template-columns: 1fr; gap: 1rem; }
  .kl-fullwidth-legal { padding: 2rem 1.5rem; }
  .kl-statement-navy { padding: 1.25rem 1.25rem; }
  .kl-statement-navy p { font-size: 1.4rem; }
}

/* ═══ OPCIONES COMPRA PREMIUM · 05/04/2026 ═══ */
.kl-opciones { display: flex; flex-direction: column; gap: 0.625rem; margin: 1.5rem 0; }
.kl-opcion { display: block; border: 1.5px solid rgba(26,31,46,0.14); border-radius: 3px; cursor: pointer; transition: border-color 0.18s; position: relative; overflow: hidden; }
.kl-opcion input[type="radio"] { position: absolute; opacity: 0; width: 0; height: 0; }
.kl-opcion--active { border-color: var(--kl-navy, #1A1F2E); }
.kl-opcion__inner { padding: 1rem 1.125rem; }
.kl-opcion__badge { display: inline-block; font-family: 'Roboto Mono', monospace; font-size: 1.2rem; letter-spacing: 0.1em; color: var(--kl-crema, #F4F3EF); background: var(--kl-navy, #1A1F2E); padding: 0.25rem 0.5rem; border-radius: 1px; margin-bottom: 0.625rem; text-transform: uppercase; } /* KLOTHOS F_CH_02 fix commit 14: defensive default 0.5625rem→0.75rem (override .product__description .kl-opcion__badge !important 1rem sigue vigente en PDP) */
.kl-opcion__top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.kl-opcion__left { display: flex; align-items: center; gap: 0.625rem; }
.kl-opcion__radio-dot { width: 18px; height: 18px; border-radius: 50%; border: 1.5px solid rgba(26,31,46,0.25); flex-shrink: 0; transition: border-color 0.18s; }
.kl-opcion--active .kl-opcion__radio-dot { border-color: var(--kl-navy, #1A1F2E); background: var(--kl-navy, #1A1F2E); box-shadow: inset 0 0 0 4px var(--kl-crema, #F4F3EF); }
.kl-opcion__nombre { font-family: 'Inter', sans-serif; font-size: 1.8rem; font-weight: 600; color: var(--kl-navy, #1A1F2E); line-height: 1.2; }
.kl-opcion__right { display: flex; align-items: baseline; gap: 0.5rem; flex-shrink: 0; }
.kl-opcion__precio-original { font-family: 'Roboto Mono', monospace; font-size: 1.4rem; color: rgba(26,31,46,0.35); text-decoration: line-through; }
.kl-opcion__precio { font-family: 'Roboto Mono', monospace; font-size: 1.8rem; font-weight: 400; color: var(--kl-navy, #1A1F2E); }
.kl-opcion__precio--destacado { font-size: 1.5rem; }
.kl-opcion__meta { display: flex; align-items: center; justify-content: space-between; margin-top: 0.375rem; }
.kl-opcion__detalle { font-family: 'Inter', sans-serif; font-size: 0.8125rem; color: rgba(26,31,46,0.45); }
.kl-opcion__envio { font-family: 'Inter', sans-serif; font-size: 0.8125rem; color: rgba(26,31,46,0.45); }
.kl-opcion__envio--free { color: var(--kl-terracota, #A15F4A); font-weight: 500; }
.kl-opcion__dia { font-family: 'Roboto Mono', monospace; font-size: 1.2rem; color: rgba(26,31,46,0.38); margin-top: 0.25rem; }
.kl-opcion__dia--destacado { color: var(--kl-terracota, #A15F4A); }
.kl-opcion__expand { display: none; flex-direction: column; gap: 0.25rem; margin-top: 0.75rem; padding-top: 0.75rem; border-top: 1px solid rgba(26,31,46,0.06); }
.kl-opcion--active .kl-opcion__expand { display: flex; }
.kl-opcion__expand--always { display: flex !important; }
.kl-opcion__bullet { font-family: 'Inter', sans-serif; font-size: 0.8125rem; color: rgba(26,31,46,0.55); padding-left: 0.875rem; position: relative; }
.kl-opcion__bullet::before { content: '\00b7'; position: absolute; left: 0; color: var(--kl-terracota, #A15F4A); }
.kl-opcion__fine { font-family: 'Roboto Mono', monospace; font-size: 1rem; color: rgba(26,31,46,0.28); margin-top: 0.25rem; letter-spacing: 0.02em; }

@media (max-width: 749px) {
  .kl-opcion__nombre { font-size: 1.5rem; }
  .kl-opcion__precio { font-size: 1.6rem; }
  .kl-opcion__precio--destacado { font-size: 1.8rem; }
  .kl-opcion__inner { padding: 0.875rem 1rem; }
}

/* ═══ FORCE OVERRIDE — especificidad Dawn · 05/04/2026 ═══ */
.product__description .kl-trust-desc,
.rte .kl-trust-desc { font-size: 1.8rem !important; }

.product__description .kl-trust-link,
.rte .kl-trust-link { font-size: 1.5rem !important; }

.product__description .kl-as-l1,
.rte .kl-as-l1 { font-size: 1.7rem !important; font-weight: 600 !important; }

.product__description .kl-as-l2,
.rte .kl-as-l2 { font-size: 1.5rem !important; }

.product__description .kl-opcion__nombre,
.rte .kl-opcion__nombre { font-size: 1.8rem !important; font-weight: 600 !important; }

.product__description .kl-opcion__detalle,
.product__description .kl-opcion__envio,
.rte .kl-opcion__detalle,
.rte .kl-opcion__envio { font-size: 1.5rem !important; }

.product__description .kl-opcion__dia,
.rte .kl-opcion__dia { font-size: 1.4rem !important; }

.product__description .kl-opcion__precio,
.rte .kl-opcion__precio { font-size: 1.8rem !important; }

.product__description .kl-opcion__precio--destacado,
.rte .kl-opcion__precio--destacado { font-size: 2.4rem !important; }

.product__description .kl-opcion__precio-original,
.rte .kl-opcion__precio-original { font-size: 1.4rem !important; }

.product__description .kl-opcion__bullet,
.rte .kl-opcion__bullet { font-size: 1.5rem !important; }

.product__description .kl-as-l1,
.rte .kl-as-l1 { font-size: 1.7rem !important; }

.product__description .kl-disclaimer,
.rte .kl-disclaimer { font-size: 1.3rem !important; }

.product__description .kl-reg-text,
.rte .kl-reg-text { font-size: 1.1rem !important; }

.product__description .kl-trust-label,
.rte .kl-trust-label { font-size: 1.6rem !important; letter-spacing: 0.12em !important; }

@media (max-width: 749px) {
  .product__description .kl-trust-desc,
  .rte .kl-trust-desc { font-size: 1.6rem !important; }
  .product__description .kl-as-l1,
  .rte .kl-as-l1 { font-size: 1.6rem !important; }
  .product__description .kl-opcion__precio--destacado,
  .rte .kl-opcion__precio--destacado { font-size: 2rem !important; }
}

/* ─── DESCRIPCION COMPRA ─── */
.kl-descripcion-compra { padding: 2rem 0 1.8rem; border-top: 1px solid rgba(26,31,46,0.08); }
.kl-descripcion-compra p { font-family: 'Source Serif 4', Georgia, serif; font-size: 2rem; font-weight: 300; font-style: italic; color: var(--kl-navy, #1A1F2E); line-height: 1.5; margin: 0; }
.product__description .kl-descripcion-compra p,
.rte .kl-descripcion-compra p { font-family: 'Source Serif 4', Georgia, serif !important; font-size: 2rem !important; font-weight: 300 !important; font-style: italic !important; line-height: 1.5 !important; color: var(--kl-navy, #1A1F2E) !important; }

@media (max-width: 749px) {
  .kl-descripcion-compra p,
  .product__description .kl-descripcion-compra p,
  .rte .kl-descripcion-compra p { font-size: 1.7rem !important; }
}

/* ═══ LAYOUT COMPACTO PRIMER VIEWPORT · 05/04/2026 ═══ */
.kl-headline-wrap { display: flex; align-items: baseline; flex-wrap: wrap; gap: 0; margin: 0; line-height: 1.1; }
.product__description .kl-headline,
.rte .kl-headline { font-family: 'Source Serif 4', Georgia, serif !important; font-size: 5.5rem !important; font-weight: 700 !important; font-style: normal !important; color: var(--kl-navy, #1A1F2E) !important; line-height: 1.1 !important; margin: 0 !important; padding: 0 !important; display: inline !important; }
.product__description .kl-tagline,
.rte .kl-tagline { font-family: 'Source Serif 4', Georgia, serif !important; font-size: 3.2rem !important; font-weight: 300 !important; font-style: italic !important; color: rgba(26,31,46,0.28) !important; line-height: 1.1 !important; margin: 0 !important; padding: 0 !important; display: inline !important; white-space: nowrap !important; }
.product__description .kl-eyebrow,
.rte .kl-eyebrow { font-family: 'Roboto Mono', monospace !important; font-size: 1.6rem !important; letter-spacing: 0.12em !important; color: rgba(26,31,46,0.45) !important; margin: 0 0 0.8rem 0 !important; padding: 0 !important; display: block !important; }
.kl-formula-strip { border-top: none !important; border-bottom: none !important; margin: 1rem 0 !important; padding: 0 !important; gap: 0 !important; flex-wrap: nowrap !important; overflow: hidden !important; }
.kl-fi-nombre { font-size: 1.1rem !important; white-space: nowrap !important; }
.kl-fi-dosis { font-size: 1.3rem !important; white-space: nowrap !important; }
.kl-formula-sep { padding: 0 0.5rem !important; flex-shrink: 0 !important; }
.kl-descripcion-compra { border-top: none !important; padding: 0.8rem 0 1.2rem !important; }
.product__description .kl-descripcion-compra p,
.rte .kl-descripcion-compra p { font-size: 1.7rem !important; line-height: 1.45 !important; }
.kl-opciones { margin-top: 0.8rem !important; }

@media (max-width: 749px) {
  .kl-headline-wrap { flex-direction: column; gap: 0.2rem; }
  .product__description .kl-headline,
  .rte .kl-headline { font-size: 4.5rem !important; }
  .product__description .kl-tagline,
  .rte .kl-tagline { font-size: 2.5rem !important; white-space: normal !important; }
  .kl-formula-strip { flex-wrap: wrap !important; }
  .product__description .kl-descripcion-compra p,
  .rte .kl-descripcion-compra p { font-size: 1.5rem !important; }
}

/* ═══ POR QUÉ CUATRO INGREDIENTES · 05/04/2026 ═══ */
.kl-pq4 { max-width: 80rem; }
.kl-pq4__hero { padding: 6rem 0 4rem; }
.kl-pq4__eyebrow { font-family: 'Roboto Mono', monospace; font-size: 1.6rem; letter-spacing: 0.14em; color: rgba(26,31,46,0.38); text-transform: uppercase; margin: 0 0 2rem; }
.kl-pq4__headline { margin: 0 0 2.4rem; line-height: 1.1; }
.kl-pq4__hl1 { display: block; font-family: 'Source Serif 4', Georgia, serif; font-size: 5rem; font-weight: 300; color: var(--kl-navy, #1A1F2E); }
.kl-pq4__hl2 { display: block; font-family: 'Source Serif 4', Georgia, serif; font-size: 5rem; font-weight: 300; color: rgba(26,31,46,0.28); }
.kl-pq4__lead { font-family: 'Inter', sans-serif; font-size: 1.8rem; color: rgba(26,31,46,0.6); line-height: 1.6; margin: 0; max-width: 64rem; }
.kl-pq4__sep { height: 1px; background: rgba(26,31,46,0.08); }
.kl-pq4__bloque { display: flex; gap: 3rem; padding: 3.5rem 0; }
.kl-pq4__num { font-family: 'Roboto Mono', monospace; font-size: 1.6rem; color: var(--kl-terracota, #A15F4A); padding-top: 0.4rem; flex-shrink: 0; width: 2.5rem; letter-spacing: 0.04em; }
.kl-pq4__body { flex: 1; }
.kl-pq4__l1 { font-family: 'Source Serif 4', Georgia, serif; font-size: 2.4rem; font-weight: 300; font-style: italic; color: var(--kl-navy, #1A1F2E); margin: 0 0 1rem; line-height: 1.25; }
.kl-pq4__l2 { font-family: 'Inter', sans-serif; font-size: 1.6rem; color: rgba(26,31,46,0.55); margin: 0; line-height: 1.6; }
.kl-pq4__l2 em { font-style: italic; color: rgba(26,31,46,0.7); }
.kl-pq4__statement { margin: 5rem 0; padding: 4rem 5rem; background: var(--kl-navy, #1A1F2E); border-radius: 2px; }
.kl-pq4__statement p { font-family: 'Source Serif 4', Georgia, serif; font-size: 2.8rem; font-weight: 300; font-style: italic; color: rgba(244,243,239,0.88); margin: 0; line-height: 1.35; }
.kl-pq4__salidas { display: flex; align-items: center; justify-content: space-between; padding: 3rem 0 6rem; border-top: 1px solid rgba(26,31,46,0.08); }
.kl-pq4__salida { font-family: 'Inter', sans-serif; font-size: 1.5rem; color: var(--kl-terracota, #A15F4A); text-decoration: none; transition: opacity 0.18s; }
.kl-pq4__salida:hover { opacity: 0.7; }
.rte .kl-pq4__salida, .page-width .kl-pq4__salida { color: var(--kl-terracota, #A15F4A) !important; text-decoration: none !important; }
.rte .kl-pq4__salida:hover, .page-width .kl-pq4__salida:hover { opacity: 0.7 !important; color: var(--kl-terracota, #A15F4A) !important; }

@media (max-width: 749px) {
  .kl-pq4__hero { padding: 4rem 0 3rem; }
  .kl-pq4__hl1, .kl-pq4__hl2 { font-size: 3.5rem; }
  .kl-pq4__lead { font-size: 1.6rem; }
  .kl-pq4__bloque { gap: 1.6rem; padding: 2.5rem 0; }
  .kl-pq4__l1 { font-size: 2rem; }
  .kl-pq4__l2 { font-size: 1.4rem; }
  .kl-pq4__statement { padding: 3rem 2.4rem; margin: 4rem 0; }
  .kl-pq4__statement p { font-size: 2.2rem; }
  .kl-pq4__salidas { flex-direction: column; gap: 1.6rem; align-items: flex-start; }
}

/* ═══ CARRITO — BLOQUE CONVICCIÓN · 05/04/2026 ═══ */
.kl-cart-conviction { padding: 2.4rem 0 1.6rem; border-top: 1px solid rgba(26,31,46,0.08); margin-bottom: 1.6rem; text-align: left; }
.kl-cart-checks { list-style: none; margin: 0 0 2rem; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem 2rem; }
.kl-cart-check { display: flex; align-items: flex-start; gap: 1rem; }
.kl-cart-check-icon { font-size: 1.2rem; color: var(--kl-terracota, #A15F4A); flex-shrink: 0; line-height: 1.6; }
.kl-cart-check-text { font-family: 'Inter', sans-serif; font-size: 1.4rem; color: rgba(26,31,46,0.62); line-height: 1.5; }
.kl-cart-statement { background: var(--kl-navy, #1A1F2E); border-radius: 2px; padding: 2rem 2.4rem; margin-bottom: 2rem; }
.kl-cart-statement p { font-family: 'Source Serif 4', Georgia, serif; font-size: 2rem; font-weight: 300; font-style: italic; color: rgba(244,243,239,0.88); margin: 0; line-height: 1.4; }
.kl-cart-sep { height: 1px; background: rgba(26,31,46,0.08); margin-bottom: 1.6rem; }
.kl-cart-commitment-label { display: flex; align-items: flex-start; gap: 1rem; cursor: pointer; margin-bottom: 1.6rem; }
.kl-cart-commitment-input { width: 1.6rem; height: 1.6rem; flex-shrink: 0; margin-top: 0.2rem; accent-color: var(--kl-terracota, #A15F4A); cursor: pointer; }
.kl-cart-commitment-text { font-family: 'Inter', sans-serif; font-size: 1.3rem; color: rgba(26,31,46,0.55); line-height: 1.5; }
.kl-cart-shipping-free { display: flex; align-items: center; gap: 0.8rem; padding: 1.2rem 0; border-top: 1px solid rgba(26,31,46,0.08); margin-top: 0.8rem; }
.kl-cart-shipping-icon { font-size: 1.4rem; color: var(--kl-terracota, #A15F4A); flex-shrink: 0; }
.kl-cart-shipping-text { font-family: 'Inter', sans-serif; font-size: 1.4rem; font-weight: 500; color: var(--kl-navy, #1A1F2E); }

@media (max-width: 749px) {
  .kl-cart-statement p { font-size: 1.8rem; }
  .kl-cart-check-text { font-size: 1.3rem; }
  .kl-cart-commitment-text { font-size: 1.2rem; }
  .kl-cart-conviction { padding: 2rem 0 1.2rem; }
  .kl-cart-checks { grid-template-columns: 1fr; }
}

/* ═══ CARRITO REDISEÑO · 05/04/2026 ═══ */
.cart__title { font-family: 'Source Serif 4', Georgia, serif !important; font-size: 4rem !important; font-weight: 300 !important; color: var(--kl-navy, #1A1F2E) !important; letter-spacing: -0.01em !important; }
.cart-items__heading { font-family: 'Roboto Mono', monospace !important; font-size: 0.9rem !important; letter-spacing: 0.12em !important; color: rgba(26,31,46,0.38) !important; text-transform: uppercase !important; }
.cart-item__name { font-family: 'Inter', sans-serif !important; font-size: 1.6rem !important; font-weight: 600 !important; color: var(--kl-navy, #1A1F2E) !important; }
.cart-item__price, .cart-item__price .price { font-family: 'Roboto Mono', monospace !important; font-size: 1.5rem !important; color: var(--kl-navy, #1A1F2E) !important; }
.cart-item__option, .product-option { font-family: 'Inter', sans-serif !important; font-size: 1.2rem !important; color: rgba(26,31,46,0.45) !important; }
.totals__total-value { font-family: 'Roboto Mono', monospace !important; font-size: 2.4rem !important; font-weight: 600 !important; color: var(--kl-navy, #1A1F2E) !important; }
.totals__subtotal-value { font-family: 'Roboto Mono', monospace !important; font-size: 1.6rem !important; color: var(--kl-navy, #1A1F2E) !important; }
.cart__tax-note, .tax-note { font-family: 'Inter', sans-serif !important; font-size: 1.2rem !important; color: rgba(26,31,46,0.45) !important; }
.kl-cart-block { padding: 0; margin: 0; }
.kl-cart-statement { background: var(--kl-navy, #1A1F2E); border-radius: 2px; padding: 1.2rem 1.6rem; margin-bottom: 0; }
.kl-cart-statement-text { font-family: 'Inter', sans-serif; font-size: 1.3rem; font-weight: 400; color: rgba(244,243,239,0.7); margin: 0; line-height: 1; white-space: nowrap; }
.kl-cart-statement-text em { font-style: normal; color: var(--kl-terracota, #A15F4A); font-weight: 500; }
.kl-cart-checks { list-style: none; margin: 0 0 1.6rem; padding: 0; display: flex; flex-direction: column; gap: 0.8rem; }
.kl-cart-check { display: flex; align-items: flex-start; gap: 1rem; }
.kl-cart-check-icon { font-size: 1.3rem; color: var(--kl-terracota, #A15F4A); flex-shrink: 0; line-height: 1.5; }
.kl-cart-check-text { font-family: 'Inter', sans-serif; font-size: 1.4rem; color: rgba(26,31,46,0.62); line-height: 1.5; }
.kl-cart-divider { height: 1px; background: rgba(26,31,46,0.08); margin-bottom: 1.6rem; }
.cart__checkout-button, #checkout { background: var(--kl-navy, #1A1F2E) !important; color: #F4F3EF !important; border: none !important; border-radius: 2px !important; font-family: 'Inter', sans-serif !important; font-size: 1.5rem !important; font-weight: 600 !important; letter-spacing: 0.06em !important; text-transform: uppercase !important; padding: 2rem !important; transition: background 0.18s !important; width: 100% !important; }
.cart__checkout-button:hover, #checkout:hover { background: var(--kl-terracota, #A15F4A) !important; }
.shopify-payment-button { margin-top: 1rem !important; }

@media (max-width: 749px) {
  .cart__footer .cart__blocks { flex-direction: column !important; }
  .cart__title { font-size: 3.2rem !important; }
  .kl-cart-statement-text { font-size: 1.8rem; }
  .totals__total-value { font-size: 2rem !important; }
}

/* ═══ PÁGINA DONDE KLOTHOS NO ENTRA · 05/04/2026 ═══ */
.kl-donde-hero { padding: 6rem 0 4rem; max-width: 72rem; }
.kl-donde-eyebrow { font-family: 'Roboto Mono', monospace; font-size: 1.6rem; letter-spacing: 0.14em; color: rgba(26,31,46,0.38); text-transform: uppercase; margin: 0 0 2rem; }
.kl-donde-headline { font-family: 'Source Serif 4', Georgia, serif; font-size: 5rem; font-weight: 300; color: var(--kl-navy, #1A1F2E); line-height: 1.1; margin: 0 0 2.4rem; }
.kl-donde-intro { font-family: 'Inter', sans-serif; font-size: 1.8rem; color: rgba(26,31,46,0.62); line-height: 1.6; margin: 0; max-width: 64rem; }
.kl-donde-sep { height: 1px; background: rgba(26,31,46,0.08); margin: 0 0 5rem; }
.kl-donde-items { display: flex; flex-direction: column; gap: 0; max-width: 80rem; }
.kl-donde-item { display: flex; gap: 3rem; padding: 3.5rem 0; border-bottom: 1px solid rgba(26,31,46,0.08); }
.kl-donde-item:first-child { border-top: 1px solid rgba(26,31,46,0.08); }
.kl-donde-num { font-family: 'Roboto Mono', monospace; font-size: 1.6rem; color: var(--kl-terracota, #A15F4A); padding-top: 0.4rem; flex-shrink: 0; width: 2.5rem; letter-spacing: 0.04em; }
.kl-donde-content { flex: 1; }
.kl-donde-l1 { font-family: 'Source Serif 4', Georgia, serif; font-size: 2.4rem; font-weight: 300; font-style: italic; color: var(--kl-navy, #1A1F2E); margin: 0 0 1rem; line-height: 1.25; }
.kl-donde-l2 { font-family: 'Inter', sans-serif; font-size: 1.6rem; color: rgba(26,31,46,0.55); margin: 0; line-height: 1.6; }
.kl-donde-statement { margin: 6rem 0; padding: 4rem 5rem; background: var(--kl-navy, #1A1F2E); border-radius: 2px; max-width: 80rem; }
.kl-donde-statement p { font-family: 'Source Serif 4', Georgia, serif; font-size: 2.4rem; font-weight: 300; font-style: italic; color: rgba(244,243,239,0.88); margin: 0; line-height: 1.45; }
.kl-donde-salidas { display: flex; align-items: center; justify-content: space-between; padding: 3rem 0 6rem; border-top: 1px solid rgba(26,31,46,0.08); max-width: 80rem; }
.kl-donde-salida-link { font-family: 'Inter', sans-serif; font-size: 1.5rem; color: var(--kl-terracota, #A15F4A); text-decoration: none; transition: opacity 0.18s; }
.kl-donde-salida-link:hover { opacity: 0.7; }
.page-width .kl-donde-salida-link, .kl-donde-salidas .kl-donde-salida-link { color: var(--kl-terracota, #A15F4A) !important; text-decoration: none !important; }
.page-width .kl-donde-salida-link:hover, .kl-donde-salidas .kl-donde-salida-link:hover { opacity: 0.7 !important; color: var(--kl-terracota, #A15F4A) !important; }

@media (max-width: 749px) {
  .kl-donde-hero { padding: 4rem 0 3rem; }
  .kl-donde-headline { font-size: 3.8rem; }
  .kl-donde-intro { font-size: 1.6rem; }
  .kl-donde-item { gap: 1.6rem; padding: 2.5rem 0; }
  .kl-donde-l1 { font-size: 2rem; }
  .kl-donde-l2 { font-size: 1.5rem; }
  .kl-donde-statement { padding: 3rem 2.4rem; margin: 4rem 0; }
  .kl-donde-statement p { font-size: 2rem; }
  .kl-donde-salidas { flex-direction: column; gap: 1.6rem; align-items: flex-start; }
}

/* ═══ REDISEÑO POST-BOTÓN · 05/04/2026 ═══ */
.kl-trust-row { display: flex !important; align-items: flex-start !important; gap: 0 !important; padding: 1.8rem 0 !important; border-top: 1px solid rgba(26,31,46,0.08) !important; border-bottom: none !important; margin-top: 1.6rem !important; }
.kl-trust-reg-check { font-family: 'Roboto Mono', monospace; font-size: 1.1rem; color: var(--kl-terracota, #A15F4A); margin-top: 0.3rem; display: block; }
.kl-manifesto { background: transparent; margin-top: 4rem; padding: 4rem 0; width: 100%; border-top: 1px solid rgba(26,31,46,0.08); }
.kl-manifesto__inner { max-width: min(1180px, calc(100% - 48px)); margin: 0 auto; display: flex; flex-direction: column; gap: 3rem; }
.kl-manifesto .kl-as-item { display: flex; gap: 2rem; padding-left: 0; border-left: none; border-top: 1px solid rgba(26,31,46,0.08); padding-top: 3rem; }
.kl-manifesto .kl-as-item:first-child { border-top: none; padding-top: 0; }
.kl-manifesto .kl-as-num { font-family: 'Roboto Mono', monospace; font-size: 1.6rem; color: var(--kl-terracota, #A15F4A); padding-top: 0.3rem; flex-shrink: 0; width: 2rem; letter-spacing: 0.04em; }
.kl-manifesto .kl-as-l1 { font-family: 'Source Serif 4', Georgia, serif; font-size: 2.4rem; font-weight: 300; font-style: italic; color: var(--kl-navy, #1A1F2E); margin: 0 0 0.8rem; line-height: 1.25; }
.kl-manifesto .kl-as-l2 { font-family: 'Inter', sans-serif; font-size: 1.5rem; color: rgba(26,31,46,0.45); margin: 0; line-height: 1.55; }
.klothos-pdp-salidas { display: flex !important; flex-wrap: wrap !important; align-items: center !important; gap: 0 !important; padding: 2.5rem 0 !important; border-bottom: 1px solid rgba(26,31,46,0.08) !important; margin: 0 auto !important; max-width: min(1180px, calc(100% - 48px)) !important; }
.klothos-pdp-salidas__link { font-family: 'Inter', sans-serif !important; font-size: 1.4rem !important; color: var(--kl-terracota, #A15F4A) !important; text-decoration: none !important; white-space: nowrap !important; transition: color 0.18s !important; padding: 0 !important; border-bottom: none !important; justify-content: flex-start !important; }
.klothos-pdp-salidas__link::after { content: none !important; }
.klothos-pdp-salidas__link:not(:last-child)::after { content: ' \00b7 ' !important; color: rgba(26,31,46,0.2) !important; padding: 0 0.8rem !important; display: inline !important; }
.klothos-pdp-salidas__link:hover { color: rgba(161,95,74,0.7) !important; }
.kl-legal-final { max-width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 2.5rem 0 4rem; }
.kl-legal-final .kl-disclaimer { font-family: 'Inter', sans-serif !important; font-size: 1.2rem !important; color: rgba(26,31,46,0.22) !important; line-height: 1.6 !important; margin: 0 !important; border-top: none !important; padding-top: 0 !important; }

@media (max-width: 749px) {
  .kl-manifesto { padding: 3rem 0; }
  .kl-manifesto__inner { gap: 2rem; }
  .kl-manifesto .kl-as-l1 { font-size: 2rem; }
  .kl-manifesto .kl-as-l2 { font-size: 1.4rem; }
  .klothos-pdp-salidas { flex-direction: column !important; align-items: flex-start !important; gap: 1.2rem !important; }
  .klothos-pdp-salidas__link:not(:last-child)::after { content: none !important; }
}

/* ═══ IMPACTO COMERCIAL — Hilo 1 v3 · 05/04/2026 ═══ */
.kl-formula-strip { display: flex; align-items: center; flex-wrap: nowrap; overflow: hidden; white-space: nowrap; gap: 0.6rem 0; padding: 1.4rem 0; border-top: 1px solid rgba(26,31,46,0.08); border-bottom: 1px solid rgba(26,31,46,0.08); margin: 1.6rem 0; }
.kl-formula-item { display: inline-flex; align-items: baseline; gap: 0.5rem; }
.kl-fi-nombre { font-family: var(--kl-font-body, 'Inter', sans-serif); font-size: 1.1rem; color: rgba(26,31,46,0.55); font-weight: 400; }
.kl-fi-dosis { font-family: var(--kl-font-mono, 'Roboto Mono', monospace); font-size: 1.3rem; font-weight: 600; color: var(--kl-navy, #1A1F2E); }
.kl-formula-sep { font-size: 1.2rem; color: rgba(26,31,46,0.2); padding: 0 0.6rem; flex-shrink: 0; }
.kl-btn-compra { display: block; width: 100%; background: var(--kl-navy, #1A1F2E); color: #F4F3EF; border: none; border-radius: 2px; padding: 2rem 2.4rem; font-family: var(--kl-font-body, 'Inter', sans-serif); font-size: 1.5rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; transition: background 0.18s; margin-top: 1.6rem; text-align: center; }
.kl-btn-compra:hover { background: var(--kl-terracota, #A15F4A); }
.kl-btn-compra s { opacity: 0.5; text-decoration: line-through; margin-right: 0.4rem; }

.product__description .kl-opcion__nombre,
.rte .kl-opcion__nombre { font-size: 1.8rem !important; font-weight: 700 !important; letter-spacing: -0.01em !important; }
.product__description .kl-opcion__precio--destacado,
.rte .kl-opcion__precio--destacado { font-size: 2.8rem !important; font-weight: 600 !important; letter-spacing: -0.02em !important; }
.product__description .kl-opcion__precio:not(.kl-opcion__precio--destacado),
.rte .kl-opcion__precio:not(.kl-opcion__precio--destacado) { font-size: 2rem !important; }
.product__description .kl-opcion__precio-original,
.rte .kl-opcion__precio-original { font-size: 1.5rem !important; opacity: 0.45 !important; }
.product__description .kl-opcion__detalle,
.rte .kl-opcion__detalle { font-size: 1.4rem !important; }
.product__description .kl-opcion__envio,
.rte .kl-opcion__envio { font-size: 1.4rem !important; }
.product__description .kl-opcion__envio--free,
.rte .kl-opcion__envio--free { font-size: 1.4rem !important; font-weight: 600 !important; }
.product__description .kl-opcion__dia,
.rte .kl-opcion__dia { font-size: 1.3rem !important; }
.product__description .kl-opcion__dia--destacado,
.rte .kl-opcion__dia--destacado { font-size: 1.4rem !important; font-weight: 600 !important; }
.product__description .kl-opcion__bullet,
.rte .kl-opcion__bullet { font-size: 1.4rem !important; line-height: 1.5 !important; }
.product__description .kl-opcion__badge,
.rte .kl-opcion__badge { font-size: 1.6rem !important; letter-spacing: 0.12em !important; }
.product__description .kl-trust-desc,
.rte .kl-trust-desc { font-size: 1.7rem !important; line-height: 1.45 !important; }
.product__description .kl-trust-label,
.rte .kl-trust-label { font-size: 1.6rem !important; letter-spacing: 0.15em !important; }
.product__description .kl-trust-link,
.rte .kl-trust-link { font-size: 1.4rem !important; }
.product__description .kl-as-l1,
.rte .kl-as-l1 { font-size: 1.7rem !important; font-weight: 700 !important; letter-spacing: -0.01em !important; line-height: 1.25 !important; }
.product__description .kl-as-l2,
.rte .kl-as-l2 { font-size: 1.4rem !important; line-height: 1.55 !important; }
.product__description .kl-disclaimer,
.rte .kl-disclaimer { font-size: 1.2rem !important; line-height: 1.6 !important; }
.product__description .kl-reg-text,
.rte .kl-reg-text { font-size: 1.1rem !important; }

@media (max-width: 749px) {
  .kl-formula-strip { gap: 0.4rem 0; }
  .kl-fi-nombre { font-size: 1.2rem; }
  .kl-fi-dosis { font-size: 1.3rem; }
  .kl-formula-sep { padding: 0 0.6rem; }
  .kl-btn-compra { font-size: 1.3rem !important; padding: 1.8rem 1.6rem; }
  .product__description .kl-opcion__precio--destacado,
  .rte .kl-opcion__precio--destacado { font-size: 2.2rem !important; }
  .product__description .kl-as-l1,
  .rte .kl-as-l1 { font-size: 1.5rem !important; }
}

/* ─── FIX GRID PDP DEFINITIVO (flexbox Dawn) ────────────── */
/* ─── Thumbnails columna izquierda (inline styles en product-media-gallery.liquid) ─── */
/* .thumbnail-list flex-direction:column gestionado via CSS below */
.thumbnail-list {
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  width: 80px !important;
  gap: 0.5rem !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  padding: 0 !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  scroll-snap-type: none !important;
  grid-template-columns: none !important;
}
.thumbnail-list__item {
  width: 80px !important;
  height: 80px !important;
  flex-shrink: 0 !important;
  scroll-snap-align: none !important;
}
.thumbnail-list__item button,
.thumbnail-list__item .thumbnail {
  width: 80px !important;
  height: 80px !important;
  padding: 0 !important;
  border: 1.5px solid transparent !important;
  border-radius: 3px !important;
  overflow: hidden !important;
  cursor: pointer !important;
  background: rgba(26,31,46,0.04) !important;
}
.thumbnail-list__item button[aria-current="true"],
.thumbnail-list__item button:hover {
  border-color: var(--kl-navy, #1A1F2E) !important;
}
.thumbnail-list__item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
.quick-add-hidden .slider-button {
  display: none !important;
}

/* ─── GALERÍA PDP — BLOQUE COMPLETO ──────────────────────────
   Desktop: row-reverse (thumbs derecha, imagen izquierda)
   Márgenes alineados con header (-5rem)
   Imágenes completas (object-fit: contain, sin aspect-ratio forzado)
   Móvil: column, thumbs debajo swipeable, sin lupa
   ────────────────────────────────────────────────────────────── */

/* === DESKTOP (min-width: 750px) === */
@media screen and (min-width: 750px) {
  .product--medium:not(.product--no-media) .product__media-wrapper {
    margin-left: -5rem !important;
    padding-left: 0 !important;
    padding-top: 2rem !important;
  }
  .product--medium:not(.product--no-media) .product__info-wrapper {
    padding-right: 0 !important;
  }
}

/* Layout galería: row-reverse (thumbs derecha, imagen izquierda) */
.product--thumbnail_slider media-gallery {
  display: flex !important;
  flex-direction: row-reverse !important;
  gap: 0.75rem !important;
  align-items: flex-start !important;
}
.product--thumbnail_slider media-gallery > slider-component:first-child {
  flex: 1 1 0% !important;
  min-width: 0 !important;
}
.product--thumbnail_slider .thumbnail-slider {
  display: flex !important;
  flex-direction: column !important;
  width: 80px !important;
  min-width: 80px !important;
  flex-shrink: 0 !important;
}
.product--thumbnail_slider .thumbnail-list {
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: none !important;
  width: 80px !important;
  gap: 0.5rem !important;
  padding: 0 !important;
  flex-wrap: nowrap !important;
}
.product--thumbnail_slider .thumbnail-list__item.slider__slide {
  width: 80px !important;
  min-width: 80px !important;
}
.product--thumbnail_slider .thumbnail-slider > .slider-button {
  display: none !important;
}
.product__media-wrapper.grid__item {
  padding-left: 0 !important;
}

/* Imágenes completas sin recorte */
.product__media-item .product__media, .product__media-list .product__media { border-radius: 4px; overflow: hidden; background: var(--kl-warm-white, #FAFAF8); }
.product__media img { width: 100%; height: auto; object-fit: contain; border-radius: 4px; display: block; }
.thumbnail-list__item img { object-fit: contain !important; }

/* Placeholder navy (0 imágenes) */
.product.product--no-media .product__media-list:empty { display: flex !important; align-items: center !important; justify-content: center !important; min-height: 460px !important; height: 460px !important; background: var(--kl-navy, #1A1F2E) !important; border-radius: 4px !important; }
.product.product--no-media .product__media-list:empty::after { content: 'KLOTHOS' !important; font-family: 'Source Serif 4', Georgia, serif !important; font-size: 1.5rem !important; font-weight: 300 !important; letter-spacing: 0.3em !important; color: rgba(244, 243, 239, 0.18) !important; }
.product--no-media .slider-buttons, .product--no-media .slider-counter { display: none !important; }

/* Miniaturas Dawn — estilos base (dirección controlada arriba) */
.thumbnail-list__item { flex-shrink: 0 !important; }
.thumbnail-list__item button, .thumbnail-list__item .thumbnail { display: block !important; width: 80px !important; height: 80px !important; padding: 0 !important; border: 1.5px solid transparent !important; border-radius: 3px !important; overflow: hidden !important; cursor: pointer !important; background: none !important; transition: border-color 0.15s !important; }
.thumbnail-list__item button[aria-current="true"], .thumbnail-list__item button:hover { border-color: var(--kl-navy, #1A1F2E) !important; }
.thumbnail-list__item button img, .thumbnail-list__item .thumbnail img { width: 100% !important; height: 100% !important; object-fit: cover !important; display: block !important; }

/* === MÓVIL (max-width: 749px) === */
@media (max-width: 749px) {
  media-gallery,
  .product--thumbnail_slider media-gallery {
    flex-direction: column !important;
    width: 100% !important;
    overflow: hidden !important;
    gap: 0.5rem !important;
    padding-top: 1rem !important;
  }
  .product--thumbnail_slider .slider-mobile-gutter,
  .product--thumbnail_slider media-gallery > slider-component:first-child {
    width: 100% !important;
    order: -1 !important;
    overflow: hidden !important;
    flex: none !important;
  }
  .product__media-list {
    width: 100% !important;
    margin-left: 0 !important;
    overflow: hidden !important;
  }
  .product__media-item {
    width: 100% !important;
    min-width: 100% !important;
    flex-shrink: 0 !important;
  }
  .product__media-item .product__media {
    width: 100% !important;
  }
  .product--thumbnail_slider .thumbnail-slider {
    order: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
  }
  .product--thumbnail_slider .thumbnail-list {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    gap: 0.5rem !important;
    padding: 0.5rem 1rem !important;
    overflow-x: scroll !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
  }
  .product--thumbnail_slider .thumbnail-list::-webkit-scrollbar {
    display: none;
  }
  .thumbnail-list__item {
    flex-shrink: 0 !important;
    scroll-snap-align: start !important;
  }
  .product__media-wrapper.grid__item {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .product__media-item--variant {
    display: none !important;
  }
  .product__media-icon,
  .product__modal-opener--image .product__media-toggle {
    display: none !important;
  }
  .product__info-wrapper,
  .product__info-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow: hidden;
    box-sizing: border-box;
  }
  .kl-pdp4 { padding-top: 1rem; }
  .kl-pdp4__h1, .kl-pdp4__tagline { font-size: 2.5rem; }
  .kl-pdp4__f-dosis { font-size: 1.25rem; }
  .product.product--no-media.grid--1-col .grid__item.product__media-wrapper { width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important; }
  .product.product--no-media .product__info-wrapper.grid__item { width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important; margin-left: 0 !important; }
  .product.product--no-media .product__media-list:empty { min-height: 300px !important; height: 300px !important; }
  .thumbnail-list__item button, .thumbnail-list__item .thumbnail { width: 60px !important; height: 60px !important; }
  .kl-thumb-placeholder { width: 60px; height: 60px; }
}

/* Info expandida opciones — AG1 style */
.kl-pdp4__opcion-expand { display: none; flex-direction: column; gap: 0.375rem; margin-top: 0.75rem; padding-top: 0.75rem; border-top: 1px solid rgba(26,31,46,0.08); }
.kl-pdp4__opcion:has(.kl-pdp4__radio:checked) .kl-pdp4__opcion-expand { display: flex; }
.kl-pdp4__opcion-expand--always { display: flex !important; }
.kl-pdp4__precio-ud { font-family: 'Roboto Mono', monospace; font-size: 1.5rem; color: rgba(26,31,46,0.4); letter-spacing: 0.02em; display: block; margin-top: 0.15rem; }
.kl-pdp4__precio-ud--sub { color: var(--kl-terracota, #A15F4A); }
.kl-pdp4__opcion-item { display: flex; align-items: center; gap: 0.5rem; font-family: 'Inter', sans-serif; font-size: 1.5rem; color: rgba(26,31,46,0.6); line-height: 1.4; }
.kl-pdp4__opcion-dot { width: 5px; height: 5px; border-radius: 50%; background: rgba(26,31,46,0.25); flex-shrink: 0; }
.kl-pdp4__opcion-dot--ter { background: var(--kl-terracota, #A15F4A); }
.kl-pdp4__envio { font-family: 'Inter', sans-serif; font-size: 1.5rem; color: rgba(26,31,46,0.45); }
.kl-pdp4__envio--free { color: var(--kl-terracota, #A15F4A) !important; font-weight: 500; }

/* ─── FISIOLOGÍA v2 ─────────────────────────────────────── */
/* padding consolidado en bloque principal L8024 */
.kl-fisio2__wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.kl-fisio2__label { font-family: 'Roboto Mono', monospace; font-size: 0.85rem; letter-spacing: 0.14em; color: var(--kl-terracota, #A15F4A); text-transform: uppercase; margin: 0 0 3rem; }
.kl-fisio2__ing { padding: 2.5rem 0; }
.kl-fisio2__cat { font-family: 'Roboto Mono', monospace; font-size: 0.75rem; letter-spacing: 0.14em; color: var(--kl-terracota, #A15F4A); text-transform: uppercase; margin: 0 0 0.75rem; }
.kl-fisio2__nombre { font-family: 'Source Serif 4', Georgia, serif; font-size: 2.5rem; font-weight: 300; line-height: 1.15; color: var(--kl-navy, #1A1F2E); margin: 0 0 1rem; }
.kl-fisio2__texto { font-family: 'Inter', sans-serif; font-size: 1.0625rem; line-height: 1.75; color: rgba(26, 31, 46, 0.65); margin: 0; max-width: 720px; }
.kl-fisio2__sep { height: 1px; background: rgba(26, 31, 46, 0.08); }
.kl-fisio2__timeline { margin-top: 4rem; padding-top: 4rem; border-top: 1px solid rgba(26, 31, 46, 0.08); }
.kl-fisio2__fases { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; }
.kl-fisio2__fase-badge { font-family: 'Roboto Mono', monospace; font-size: 0.7rem; letter-spacing: 0.1em; color: var(--kl-terracota, #A15F4A); margin: 0 0 0.5rem; text-transform: uppercase; }
.kl-fisio2__fase-nombre { font-family: 'Source Serif 4', Georgia, serif; font-size: 1.5rem; font-weight: 300; color: var(--kl-navy, #1A1F2E); margin: 0 0 0.75rem; }
.kl-fisio2__fase-texto { font-family: 'Inter', sans-serif; font-size: 0.9375rem; line-height: 1.65; color: rgba(26, 31, 46, 0.6); margin: 0; }
.kl-fisio2__cierre { margin-top: 3rem; padding: 3rem 4rem; background: var(--kl-navy, #1A1F2E); border-radius: var(--kl-radius, 4px); }
.kl-fisio2__cierre-texto { font-family: 'Inter', sans-serif; font-size: 1.0625rem; line-height: 1.7; color: rgba(244, 243, 239, 0.7); margin: 0; max-width: 700px; }
.kl-fisio2__firewall { font-family: 'Inter', sans-serif; font-size: 0.8125rem; line-height: 1.6; color: rgba(26, 31, 46, 0.4); margin: 2rem 0 0; }

@media (max-width: 749px) {
}

@media (max-width: 749px) {
  .kl-leg2__hl1, .kl-leg2__hl2 { font-size: 2.75rem; }
  .kl-leg2__navy { padding: 2.5rem 1.75rem; }
  .kl-leg2__seccion { padding: 3.5rem 0; }
  .kl-leg2__header { padding: 3.5rem 0 2.5rem; }
  .kl-leg2__stmt-l1 { font-size: 1.75rem; }
  .kl-leg2__grid { grid-template-columns: 1fr; gap: 2rem; }
  .kl-leg2__grid--3 { grid-template-columns: 1fr; }
  .kl-leg2__dato { grid-template-columns: 1fr; gap: 0; }
  .kl-leg2__bloque { padding: 2rem 0; }
}

@media (max-width: 749px) {
  .kl-cta2 { padding: 4rem 0 3.5rem; }
  .kl-cta2__hl1, .kl-cta2__hl2 { font-size: 3rem; }
  .kl-cta2__precio { font-size: 1.25rem; }
  .kl-cta2__btn { padding: 16px 40px; font-size: 0.9rem; }
}

/* =============================================
   INSIDE REDESIGN v2 — Override sistema variables
   Selectores alta especificidad: .kl-inside .kl-inside-hero h1
   gana a .kl-inside-hero h1 (L1507, L7770)
   ============================================= */

/* — Contenedor general — */
.kl-inside { background: #FDFBF7; color: #1A1F2E; }

/* — Hero h1: gana a L1507 (.kl-inside-hero h1) y L7770 — */
/* — Hero desc: gana a L1524 (.kl-inside-hero .kl-desc) y L7777 — */
.kl-inside .kl-inside-hero .kl-desc {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 1.5rem;
  font-weight: 350;
  line-height: 1.75;
  color: rgba(26,31,46,0.65);
  max-width: 600px;
  margin-top: 1rem;
}

/* — Tipografía base p/li — */
.kl-inside p,
.kl-inside li {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 1.75;
  color: rgba(26,31,46,0.72);
}

/* — Links — */
.kl-inside a {
  color: #C17C52;
  text-decoration: none;
  border-bottom: 1px solid rgba(193,124,82,0.3);
  transition: border-color 0.3s ease;
}
.kl-inside a:hover { border-color: #C17C52; }

/* — Hero section: gana a L7883 (section.kl-section.kl-inside-hero) — */
.kl-inside .kl-inside-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.kl-inside .kl-inside-hero-content .kl-statement,
.kl-inside .kl-statement {
  font-family: 'Source Serif 4', 'Source Serif Pro', Georgia, serif;
  font-size: 2.4rem;
  font-weight: 300;
  font-style: italic;
  color: rgba(26,31,46,0.55);
  line-height: 1.4;
  margin-top: 1.5rem;
}

/* — CoA navy: gana a L7810 (.kl-inside-coa h2) — */
.kl-inside .kl-inside-coa {
  background: #1A1F2E;
  border-radius: 4px;
  padding: 5rem 4rem;
  color: #FDFBF7;
}
.kl-inside .kl-inside-coa h2 {
  font-family: 'Source Serif 4', 'Source Serif Pro', Georgia, serif;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #FDFBF7;
}
.kl-inside .kl-inside-coa-content p {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  color: rgba(253,251,247,0.7);
  line-height: 1.75;
}
.kl-inside .kl-inside-coa a { color: #C17C52; border-bottom-color: rgba(193,124,82,0.3); }

/* — CoA preview — */
.kl-inside .kl-inside-coa-preview {
  border-radius: 4px;
  overflow: hidden;
  margin-top: 3rem;
}

/* — seccion-coa: gana a L7895 (section#seccion-coa) — */
.kl-inside section#seccion-coa.kl-section {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

/* — Cómo leer CoA — */
.kl-inside .kl-inside-leer-h2 {
  font-family: 'Source Serif 4', 'Source Serif Pro', Georgia, serif;
  font-size: 4rem;
  font-weight: 300;
  color: #1A1F2E;
  margin-bottom: 2rem;
}

/* — Campos CoA: gana a L7804 (.kl-inside-coa-campos) — */
.kl-inside .kl-inside-coa-campos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}
.kl-inside .kl-inside-coa-campo strong {
  font-family: 'Roboto Mono', monospace;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(26,31,46,0.65);
  display: block;
  margin-bottom: 0.5rem;
}
.kl-inside .kl-inside-coa-campo p {
  font-family: 'Inter', sans-serif;
  color: rgba(26,31,46,0.62);
  font-size: 1.7rem;
}

/* — Bridge: gana a L7821 (.kl-inside-bridge) y L7826 (.kl-inside-bridge .kl-bridge-title) — */
.kl-inside .kl-inside-bridge .kl-bridge-title {
  font-family: 'Source Serif 4', 'Source Serif Pro', Georgia, serif;
  font-size: 2.8rem;
  font-weight: 300;
  color: #1A1F2E;
  margin-bottom: 1.5rem;
}
.kl-inside .kl-inside-bridge .kl-bridge-link {
  display: inline-block;
  margin-top: 1.5rem;
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #F4F3EF;
  text-decoration: none;
  background: #1A1F2E;
  border: none;
  border-bottom: none;
  border-radius: 2px;
  padding: 1.6rem 3.2rem;
  letter-spacing: 0.02em;
  transition: background 0.2s ease;
}
.kl-inside .kl-inside-bridge .kl-bridge-link:hover {
  background: #A15F4A;
  color: #F4F3EF;
  border-bottom: none;
}

/* — Cierre — */
.kl-inside .kl-inside-cierre {
  padding: 5rem 0;
  text-align: center;
  background: transparent;
}
/* — Verifica form inline: gana a L7889 — */
.kl-inside .kl-inside-verifica-inline {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-bottom: 0;
}
.kl-inside .kl-inside-verifica-inline input {
  font-family: 'Roboto Mono', monospace;
  font-size: 0.9rem;
  padding: 12px 16px;
  border: 1px solid rgba(26,31,46,0.15);
  border-radius: 2px;
  background: #fff;
  color: #1A1F2E;
  flex: 1;
}
.kl-inside .kl-inside-verifica-inline a {
  display: inline-flex;
  align-items: center;
  font-family: 'Roboto Mono', monospace;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 12px 24px;
  background: #C17C52;
  color: #FDFBF7;
  border: none;
  border-radius: 2px;
  border-bottom: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
.kl-inside .kl-inside-verifica-inline a:hover {
  background: #a8663f;
  border-bottom: none;
}

/* — Links ético: gana a L7851 (.kl-inside-etico-links a) — */
.kl-inside .kl-inside-etico-links {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  padding: 4rem 0;
  border-top: 1px solid rgba(26,31,46,0.1);
  margin-top: 2.5rem;
}
.kl-inside .kl-inside-etico-links a {
  font-family: 'Source Serif 4', 'Source Serif Pro', Georgia, serif;
  font-size: 1.75rem;
  color: #A15F4A;
  text-decoration: none;
  border-bottom: none;
  letter-spacing: -0.01em;
  transition: opacity 0.2s;
}
.kl-inside .kl-inside-etico-links a:hover {
  opacity: 0.7;
  border-bottom: none;
}

/* — Container override — */
.kl-inside .kl-container {
  max-width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

/* — Secciones generales — */
.kl-inside .kl-section {
  padding: 5rem 0;
}

/* — Hero image — */
.kl-inside .kl-inside-hero-image {
  border-radius: 4px;
  overflow: hidden;
  max-height: none;
}
.kl-inside .kl-inside-hero-image img {
  max-height: none;
  height: 100%;
  object-fit: cover;
}

/* — Scroll reveal — */
/* — Scroll suave — */
.kl-inside { scroll-behavior: smooth; }

.kl-inside .kl-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1),
              transform 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.kl-inside .kl-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger para secciones consecutivas */
.kl-inside .kl-section:nth-child(2) .kl-reveal { transition-delay: 0s; }
.kl-inside .kl-section:nth-child(3) .kl-reveal { transition-delay: 0.05s; }
.kl-inside .kl-section:nth-child(4) .kl-reveal { transition-delay: 0.08s; }

/* Stagger interno campos B3 */
.kl-inside .kl-inside-coa-campo:nth-child(1) { transition-delay: 0s; }
.kl-inside .kl-inside-coa-campo:nth-child(2) { transition-delay: 0.08s; }
.kl-inside .kl-inside-coa-campo:nth-child(3) { transition-delay: 0.16s; }
.kl-inside .kl-inside-coa-campo:nth-child(4) { transition-delay: 0.24s; }

/* — Reducir espacio entre B3 y B4 — */
.kl-inside .kl-inside-bridge {
  margin-top: 0 !important;
  background: rgba(26,31,46,0.04);
  border-radius: 4px;
  padding: 4rem;
  margin: 3rem 0;
}
.kl-inside .kl-section:has(.kl-inside-coa-campos) {
  padding-bottom: 2rem !important;
}
.kl-inside .kl-section:has(.kl-inside-bridge) {
  padding-top: 2rem !important;
}

/* — Campos B3 reveal individual — */
.kl-inside .kl-inside-coa-campo {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
              transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  border-left: 2px solid #C17C52;
  padding-left: 1.5rem;
}
.kl-inside .kl-inside-coa-campo.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* — INSIDE Mobile — */
@media (max-width: 749px) {
  .kl-inside .kl-inside-hero h1 { font-size: 3.2rem; }
  .kl-inside .kl-inside-coa h2 { font-size: 2.4rem; }
  .kl-inside .kl-inside-leer-h2 { font-size: 2.2rem; }
  .kl-inside .kl-statement { font-size: 1.8rem; }
  .kl-inside .kl-inside-hero-grid { grid-template-columns: 1fr; gap: 2rem; }
  .kl-inside .kl-inside-hero-image { order: 2; max-height: 300px; }
  .kl-inside .kl-inside-coa { padding: 3rem 2rem; }
  .kl-inside .kl-inside-coa-campos { grid-template-columns: 1fr; }
  .kl-inside .kl-inside-bridge { padding: 2.5rem 2rem; }
  .kl-inside .kl-inside-bridge .kl-bridge-title { font-size: 2.2rem; }
  .kl-inside .kl-inside-cierre p { font-size: 2.2rem; }
  .kl-inside .kl-inside-verifica-inline { flex-direction: column; }
  .kl-inside .kl-inside-etico-links { flex-direction: column; gap: 1.5rem; }
  .kl-inside .kl-section { padding: 3.5rem 0; }
  .kl-inside section.kl-section.kl-inside-hero { padding-top: 4rem; }
}

/* ─── INSIDE QR + BOTÓN VERIFICA · 05/04/2026 ─── */

.kl-inside .kl-inside-btn-verifica {
  display: inline-flex !important;
  align-items: center !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  color: #A15F4A !important;
  text-decoration: none !important;
  border: 1.5px solid #A15F4A !important;
  border-radius: 2px !important;
  padding: 1.2rem 2.4rem !important;
  margin-top: 2rem !important;
  transition: all 0.18s !important;
  border-bottom: 1.5px solid #A15F4A !important;
}

.kl-inside .kl-inside-btn-verifica:hover {
  background: #A15F4A !important;
  color: #F4F3EF !important;
  border-bottom: 1.5px solid #A15F4A !important;
}

/* Variante sobre fondo navy (bloque CoA) */
.kl-inside .kl-inside-btn-verifica--coa {
  color: rgba(244,243,239,0.88) !important;
  border-color: rgba(244,243,239,0.4) !important;
  border-bottom-color: rgba(244,243,239,0.4) !important;
  margin-top: 1.6rem !important;
}

.kl-inside .kl-inside-btn-verifica--coa:hover {
  background: rgba(244,243,239,0.15) !important;
  color: rgba(244,243,239,1) !important;
  border-color: rgba(244,243,239,0.8) !important;
  border-bottom-color: rgba(244,243,239,0.8) !important;
}

/* QR */
.kl-inside .kl-inside-qr-wrap {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 0 !important;
  margin-top: 3rem !important;
}

.kl-inside .kl-inside-qr {
  width: 22rem !important;
  height: auto !important;
  border-radius: 4px !important;
  display: block !important;
}

@media (max-width: 749px) {
  .kl-inside .kl-inside-qr { width: 18rem !important; }
}

/* ─── INSIDE HERO AGRESIVO · 05/04/2026 ─── */

/* Eyebrow */
.kl-inside .kl-inside-eyebrow {
  font-family: 'Roboto Mono', monospace !important;
  font-size: 1.3rem !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: rgba(26,31,46,0.55) !important;
  font-weight: 700 !important;
  margin-bottom: 1.6rem !important;
  display: block !important;
}

/* Headline hero — grande y ligero */
/* Subhead — Inter, legible */
.kl-inside .kl-inside-hero .kl-desc,
.kl-inside .kl-inside-hero-content p {
  font-family: 'Inter', sans-serif !important;
  font-size: 1.8rem !important;
  color: rgba(26,31,46,0.72) !important;
  line-height: 1.6 !important;
  max-width: 52rem !important;
}

/* Separador bajo el hero + margen header */
.kl-inside section.kl-section.kl-inside-hero {
  padding-top: 10rem !important;
  border-bottom: 1px solid rgba(26,31,46,0.08) !important;
  padding-bottom: 4rem !important;
  padding: 6rem 0 0;
  margin-bottom: 0;
}

@media (max-width: 749px) {
  .kl-inside section.kl-section.kl-inside-hero {
    padding-top: 8rem !important;
  }
  .kl-inside .kl-inside-hero .kl-desc,
  .kl-inside .kl-inside-hero-content p {
    font-size: 1.6rem !important;
  }
}

/* ─── QR CAPTION · 05/04/2026 ─── */
.kl-inside .kl-inside-qr-caption {
  font-family: 'Source Serif 4', Georgia, serif !important;
  font-size: 1.8rem !important;
  font-style: italic !important;
  letter-spacing: 0.02em !important;
  color: rgba(244,243,239,0.88) !important;
  font-weight: 300 !important;
  text-align: center !important;
  margin-top: 1.2rem !important;
  text-transform: uppercase !important;
}

/* ─── B1 HEADLINE REDUCIDO + NOTA CoA/ENAC · 05/04/2026 ─── */
.kl-inside .kl-inside-hero h1 {
  font-size: 4rem !important;
  font-style: italic !important;
  font-family: 'Source Serif 4', 'Source Serif Pro', Georgia, serif;
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #1A1F2E;
  margin: 0 0 16px;
  margin-bottom: 2rem !important;
}

.kl-inside .kl-inside-hero-content .kl-inside-hero-nota {
  font-family: 'Roboto Mono', monospace !important;
  font-size: 1.2rem !important;
  letter-spacing: 0.06em !important;
  color: rgba(26,31,46,0.28) !important;
  margin-top: 1.2rem !important;
  line-height: 1.6 !important;
}

/* ─── B3 INTRO + PADDING ─── */
.kl-inside .kl-inside-leer-intro {
  font-family: 'Inter', sans-serif !important;
  font-size: 1.6rem !important;
  color: rgba(26,31,46,0.55) !important;
  line-height: 1.6 !important;
  margin-bottom: 3rem !important;
  max-width: 64rem !important;
}

/* ─── B4 BRIDGE SEMÁNTICO ─── */
.kl-inside .kl-inside-bridge .kl-bridge-desc {
  font-family: 'Inter', sans-serif !important;
  font-size: 1.5rem !important;
  color: rgba(26,31,46,0.62) !important;
  line-height: 1.7 !important;
  max-width: 72rem !important;
}

/* ─── B5 CIERRE KLOTHOS ─── */
.kl-inside .kl-inside-cierre p {
  font-family: 'Source Serif 4', Georgia, serif !important;
  font-size: 4.8rem !important;
  font-weight: 300 !important;
  font-style: normal !important;
  color: #1A1F2E !important;
  letter-spacing: -0.02em !important;
  line-height: 1.1 !important;
  text-align: center !important;
  opacity: 1 !important;
  max-width: 700px;
  margin: 0 auto;
}

@media (max-width: 749px) {
  .kl-inside .kl-inside-hero h1 {
    font-size: 3.2rem !important;
  }
  .kl-inside .kl-inside-cierre p {
    font-size: 3.2rem !important;
  }
}

/* ===================================================================
   CONTACTO REDESIGN · 05/04/2026
   Override klc-* · Base rem = 10px (Dawn 62.5%)
   Clases reales: .klc-root, .klc-doc, .klc-form, .klc-sec,
   .klc-item, .klc-can, .klc-f, .klc-btn, .klc-meta
   =================================================================== */

/* — Root grid — */
.klc-root {
  background: #FDFBF7 !important;
  align-items: stretch !important;
}

/* — Panel FAQ (izquierda) — */
.klc-doc {
  background: rgba(26,31,46,0.03) !important;
  padding: 10rem 4rem 5rem !important;
}

.klc-doc::before {
  top: 10rem !important;
  background: #A15F4A !important;
}

.klc-doc__eyebrow {
  font-family: 'Roboto Mono', monospace !important;
  font-size: 1.6rem !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: #A15F4A !important;
}

.klc-doc__titulo {
  font-family: 'Source Serif 4', Georgia, serif !important;
  font-size: 4.8rem !important;
  font-weight: 300 !important;
  color: #1A1F2E !important;
  line-height: 1.1 !important;
  letter-spacing: -0.02em !important;
}

.klc-doc__sub {
  font-family: 'Inter', sans-serif !important;
  font-size: 1.7rem !important;
  color: rgba(26,31,46,0.55) !important;
  line-height: 1.65 !important;
}

/* — Índice — */
.klc-doc__indice {
  border-top: 1px solid rgba(26,31,46,0.08) !important;
  border-bottom: 1px solid rgba(26,31,46,0.08) !important;
  padding: 2rem 0 !important;
  margin: 3rem 0 !important;
}

.klc-doc__indice-item {
  font-family: 'Inter', sans-serif !important;
  font-size: 1.4rem !important;
  color: rgba(26,31,46,0.55) !important;
  text-decoration: none !important;
  padding: 0.6rem 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 1.2rem !important;
  transition: color 0.18s !important;
}

.klc-doc__indice-item:hover {
  color: #A15F4A !important;
}

.klc-doc__indice-num {
  font-family: 'Roboto Mono', monospace !important;
  font-size: 0.9rem !important;
  color: rgba(26,31,46,0.25) !important;
  letter-spacing: 0.06em !important;
}

/* — Secciones FAQ — */
.klc-sec {
  margin-bottom: 3rem !important;
  padding-bottom: 2rem !important;
  border-bottom: 1px solid rgba(26,31,46,0.06) !important;
}

.klc-sec:last-child {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}

.klc-sec__num {
  font-family: 'Roboto Mono', monospace !important;
  font-size: 0.9rem !important;
  color: rgba(26,31,46,0.25) !important;
  letter-spacing: 0.06em !important;
}

.klc-sec__titulo {
  font-family: 'Inter', sans-serif !important;
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  color: #1A1F2E !important;
}

/* — FAQ accordion items — */
.klc-item {
  border-bottom: 1px solid rgba(26,31,46,0.06) !important;
}

.klc-item:last-child {
  border-bottom: none !important;
}

.klc-item__q {
  font-family: 'Inter', sans-serif !important;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  color: #1A1F2E !important;
  padding: 1.4rem 0 !important;
  background: none !important;
  border: none !important;
  width: 100% !important;
  text-align: left !important;
  cursor: pointer !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.klc-item__q:hover {
  color: #A15F4A !important;
}

.klc-item__r {
  font-family: 'Inter', sans-serif !important;
  font-size: 1.4rem !important;
  color: rgba(26,31,46,0.55) !important;
  line-height: 1.65 !important;
  padding-bottom: 1.4rem !important;
}

.klc-item__r p {
  font-family: 'Inter', sans-serif !important;
  font-size: 1.4rem !important;
  color: rgba(26,31,46,0.55) !important;
  line-height: 1.65 !important;
}

/* — Panel formulario (derecha) — */
.klc-form {
  background: #FDFBF7 !important;
  padding: 10rem 4rem 5rem !important;
}

.klc-form__eyebrow {
  font-family: 'Roboto Mono', monospace !important;
  font-size: 1.6rem !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: #A15F4A !important;
}

.klc-form__titulo {
  font-family: 'Source Serif 4', Georgia, serif !important;
  font-size: 3rem !important;
  font-weight: 300 !important;
  color: #1A1F2E !important;
  line-height: 1.2 !important;
}

.klc-form__sub {
  font-family: 'Inter', sans-serif !important;
  font-size: 1.5rem !important;
  color: rgba(26,31,46,0.45) !important;
  line-height: 1.6 !important;
}

/* — Canales — */
.klc-canales {
  margin-bottom: 2.4rem !important;
}

.klc-can {
  font-family: 'Inter', sans-serif !important;
  background: transparent !important;
  border: 1.5px solid rgba(26,31,46,0.1) !important;
  border-radius: 3px !important;
  padding: 1.2rem 1.6rem !important;
  cursor: pointer !important;
  transition: border-color 0.18s !important;
}

.klc-can:hover {
  border-color: rgba(26,31,46,0.25) !important;
}

.klc-can--on {
  border-color: #1A1F2E !important;
  background: rgba(26,31,46,0.04) !important;
}

.klc-can__num {
  font-family: 'Roboto Mono', monospace !important;
  font-size: 0.9rem !important;
  color: rgba(26,31,46,0.25) !important;
}

.klc-can__nom {
  font-family: 'Inter', sans-serif !important;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  color: #1A1F2E !important;
}

.klc-can__det {
  font-family: 'Inter', sans-serif !important;
  font-size: 1.2rem !important;
  color: rgba(26,31,46,0.45) !important;
}

/* — Campos formulario — */
.klc-f__l {
  font-family: 'Roboto Mono', monospace !important;
  font-size: 0.9rem !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: rgba(26,31,46,0.38) !important;
  display: block !important;
  margin-bottom: 0.8rem !important;
}

.klc-f__i {
  font-family: 'Inter', sans-serif !important;
  font-size: 1.5rem !important;
  color: #1A1F2E !important;
  background: white !important;
  border: 1.5px solid rgba(26,31,46,0.15) !important;
  border-radius: 2px !important;
  padding: 1.2rem 1.6rem !important;
  width: 100% !important;
  outline: none !important;
  transition: border-color 0.18s !important;
  box-sizing: border-box !important;
  -webkit-appearance: none !important;
}

.klc-f__i:focus {
  border-color: #1A1F2E !important;
}

.klc-f__i--mono {
  font-family: 'Roboto Mono', monospace !important;
  font-size: 1.4rem !important;
  letter-spacing: 0.04em !important;
}

.klc-f__ta {
  min-height: 12rem !important;
  resize: vertical !important;
  line-height: 1.6 !important;
}

.klc-f__s {
  cursor: pointer !important;
}

.klc-f__n {
  font-family: 'Roboto Mono', monospace !important;
  font-size: 0.9rem !important;
  color: rgba(26,31,46,0.28) !important;
  margin-top: 0.6rem !important;
  display: block !important;
}

/* — Botón enviar — */
.klc-btn {
  font-family: 'Inter', sans-serif !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: #F4F3EF !important;
  background: #1A1F2E !important;
  border: none !important;
  border-radius: 2px !important;
  padding: 1.6rem 4rem !important;
  cursor: pointer !important;
  width: 100% !important;
  transition: background 0.18s !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.8rem !important;
}

.klc-btn:hover {
  background: #A15F4A !important;
}

/* — Aviso legal — */
.klc-aviso {
  font-family: 'Inter', sans-serif !important;
  font-size: 1.2rem !important;
  color: rgba(26,31,46,0.28) !important;
  line-height: 1.5 !important;
}

.klc-aviso__a {
  color: #A15F4A !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(161,95,74,0.3) !important;
}

/* — Meta pie — */
.klc-meta {
  font-family: 'Roboto Mono', monospace !important;
  font-size: 0.9rem !important;
  color: rgba(26,31,46,0.25) !important;
  letter-spacing: 0.04em !important;
}

.klc-meta__sep {
  color: rgba(26,31,46,0.12) !important;
}

/* — Confirmación / Error — */
.klc-ok {
  background: rgba(26,31,46,0.04) !important;
  border: 1.5px solid rgba(26,31,46,0.08) !important;
  border-radius: 2px !important;
  padding: 2rem !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 1.5rem !important;
  color: #1A1F2E !important;
}

.klc-err {
  background: rgba(161,95,74,0.06) !important;
  border: 1.5px solid rgba(161,95,74,0.2) !important;
  border-radius: 2px !important;
  padding: 2rem !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 1.5rem !important;
  color: #A15F4A !important;
}

/* — CONTACTO MOBILE — */
@media (max-width: 749px) {
  .klc-root {
    grid-template-columns: 1fr !important;
  }
  .klc-doc {
    padding: 8rem 2.4rem 4rem !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(26,31,46,0.08) !important;
  }
  .klc-doc__titulo {
    font-size: 3.4rem !important;
  }
  .klc-form {
    padding: 4rem 2.4rem !important;
  }
  .klc-btn {
    width: 100% !important;
  }
}

/* ─── ENLACES SALIDA CONTACTO — mismo estilo PDP ─── */
.klc-nav-links,
.klc-enlaces,
.klc-footer-links,
[class*="klc"][class*="nav"],
[class*="klc"][class*="enlace"] {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0 !important;
  padding: 3rem 4rem !important;
  border-top: none !important;
  border-bottom: none !important;
}

.klc-nav-links a,
.klc-enlaces a,
[class*="klc"][class*="enlace"] a,
[class*="klc"][class*="nav"] a {
  font-family: 'Inter', sans-serif !important;
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  color: #A15F4A !important;
  text-decoration: none !important;
  transition: opacity 0.18s !important;
}

.klc-nav-links a:hover,
[class*="klc"][class*="enlace"] a:hover {
  opacity: 0.7 !important;
}

.klc-nav-links a:not(:last-child)::after,
[class*="klc"][class*="enlace"] a:not(:last-child)::after {
  content: ' · ' !important;
  color: rgba(26,31,46,0.2) !important;
  padding: 0 1rem !important;
  font-style: normal !important;
}

/* ─── ELIMINAR HR SUELTOS EN ZONA ENLACES ─── */
.klc-nav-links hr,
.klc-enlaces hr,
[class*="klc"][class*="nav"] hr,
[class*="klc"][class*="enlace"] hr {
  display: none !important;
}

.klc-enlaces__grid {
  border: none !important;
}

/* Ocultar label "Seguir explorando" si está solo como texto suelto */
.klc-nav-label,
[class*="klc"][class*="nav-label"],
[class*="klc"][class*="enlaces-label"],
[class*="klc"][class*="enlaces__label"] {
  display: none !important;
}

/* --- SUSCRIPCIÓN TRIMESTRAL v5 (navy edge-to-edge, contenido centrado) --- */
/* .kl-sub = section, background navy sin restricción de ancho */
/* .kl-sub-inner / .kl-sub__inner = contenedor texto, max-width 720px */
.kl-sub { background: #1A1F2E; padding: 7rem 0; width: 100%; }
.kl-sub-inner, .kl-sub__inner { max-width: 720px; margin: 0 auto; padding: 0 2rem; text-align: center; display: flex; flex-direction: column; align-items: center; }
.kl-sub-label, .kl-sub__label { font-family: 'Roboto Mono', monospace; font-size: 0.98rem; color: #A15F4A; letter-spacing: 0.16em; text-transform: uppercase; margin: 0 0 2.3rem 0; }
.kl-sub-h, .kl-sub__h { font-family: 'Source Serif 4', serif; font-size: 4rem; font-weight: 600; color: #F4F3EF; line-height: 1.15; margin: 0 0 2.875rem 0; letter-spacing: -0.01em; }
.kl-sub-body, .kl-sub__body { font-family: 'Inter', sans-serif; font-size: 1.265rem; color: rgba(244, 243, 239, 0.75); line-height: 1.85; margin: 0 0 4rem 0; }
.kl-sub-comp, .kl-sub__comp { font-family: 'Roboto Mono', monospace; font-size: 0.98rem; color: #A15F4A; letter-spacing: 0.1em; text-transform: uppercase; margin: 0; padding: 1.725rem 0; border-top: 2px solid rgba(161, 95, 74, 0.4); border-bottom: none; width: 100%; }

@media (max-width: 768px) {
  .kl-sub { padding: 5rem 0; }
  .kl-sub-h, .kl-sub__h { font-size: 2.6rem; }
  .kl-sub-body, .kl-sub__body { font-size: 1.15rem; }
  .kl-sub-comp, .kl-sub__comp { font-size: 0.78rem; letter-spacing: 0.04em; }
}

/* Hilo 1 — imágenes Home 11/04/2026 — responsive fix */

/* FULL-WIDTH (B2 Espejo, B9 Biblioteca) */
.kl-espejo__img-wrap,
.kl-bib3__img-wrap {
  width: 100%;
  max-width: min(1180px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.kl-espejo__img {
  width: 75%;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
  min-height: unset;
  margin: 0 auto;
}
.kl-bib3__img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media (min-width: 750px) {
  .kl-espejo__img-wrap,
  .kl-bib3__img-wrap {
    max-width: min(1180px, calc(100% - 100px));
  }
}
@media (max-width: 749px) {
  .kl-espejo__img {
    object-fit: contain;
    height: auto;
    min-height: unset;
  }
  .kl-bib3__img {
    height: 280px;
  }
}

/* 2 COLUMNAS (B7 Método, B8 Transparencia) */
.kl-metodo2__inner--cols,
.kl-trans2__inner--cols {
  display: flex;
  gap: 3rem;
  align-items: stretch;
}
.kl-metodo2__img-col,
.kl-trans2__img-col {
  flex: 1;
  overflow: hidden;
  min-height: 400px;
}
.kl-metodo2__text-col,
.kl-trans2__text-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.kl-metodo2__img,
.kl-trans2__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media (max-width: 749px) {
  .kl-metodo2__inner--cols,
  .kl-trans2__inner--cols {
    flex-direction: column;
  }
  .kl-metodo2__img-col,
  .kl-trans2__img-col {
    min-height: 260px;
    order: -1;
  }
  .kl-trans2__img-col {
    order: -1;
  }
}

/* kl-comp3 — Rediseño v3 grid 4 columnas */
.kl-comp3 {
  padding: 5rem 0;
  background: #FAFAF8;
  width: 100%;
}
.kl-comp3-header {
  text-align: center;
  margin-bottom: 4rem;
  padding: 0 2rem;
  max-width: min(1180px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}
.kl-comp3-eyebrow {
  font-family: 'Roboto Mono', monospace;
  font-size: 1.271rem;
  color: #A15F4A;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.kl-comp3-headline {
  font-family: 'Source Serif 4', serif;
  font-size: 3.388rem;
  font-weight: 400;
  color: #1A1F2E;
  line-height: 1.3;
}
.kl-comp3-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid #A15F4A;
  max-width: min(1180px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}
.kl-comp3-card {
  border-right: 1px solid #A15F4A;
  display: flex;
  flex-direction: column;
}
.kl-comp3-card:last-child {
  border-right: none;
}
.kl-comp3-img {
  background: #FAFAF8;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.kl-comp3-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.kl-comp3-card-body {
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1;
}
.kl-comp3-nombre {
  font-family: 'Source Serif 4', serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: #1A1F2E;
  letter-spacing: 0.02em;
  text-transform: none;
  margin: 0;
  line-height: 1.25;
  white-space: nowrap;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #A15F4A;
}
.kl-comp3-dosis {
  font-family: 'Roboto Mono', monospace;
  font-size: 1.321rem;
  color: #A15F4A;
}
.kl-comp3-mecanismo {
  font-family: 'Inter', sans-serif;
  font-size: 1.525rem;
  color: #1A1A1A;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}
.kl-comp3-timeline {
  font-family: 'Roboto Mono', monospace;
  font-size: 1.186rem;
  color: #888;
  margin: 0;
}
.kl-comp3-link {
  font-family: 'Roboto Mono', monospace;
  font-size: 1.22rem;
  color: #A15F4A;
  text-decoration: none;
  margin: 0;
}
.kl-comp3-link:hover {
  text-decoration: underline;
}
.kl-comp3-spec {
  font-family: 'Roboto Mono', monospace;
  font-size: 1.6rem;
  color: #A15F4A;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: inline;
  margin-left: 0.25rem;
  vertical-align: baseline;
}
@media (max-width: 768px) {
  .kl-comp3 { padding: 3rem 0; }
  .kl-comp3-header { margin-bottom: 2.5rem; }
  .kl-comp3-headline { font-size: 2.2rem; }
  .kl-comp3-eyebrow { font-size: 1.1rem; }
  .kl-comp3-grid {
    grid-template-columns: 1fr 1fr;
  }
  .kl-comp3-card {
    border-bottom: 1px solid #A15F4A;
  }
  .kl-comp3-card:nth-child(2n) {
    border-right: none;
  }
  .kl-comp3-card:last-child {
    border-bottom: none;
  }
  .kl-comp3-img { aspect-ratio: 4/3; }
  .kl-comp3-card-body { padding: 1.25rem 1rem; gap: 0.5rem; }
  .kl-comp3-nombre { font-size: 1.15rem; white-space: normal; }
  .kl-comp3-spec { font-size: 0.85rem; }
  .kl-comp3-mecanismo { font-size: 1.3rem; }
  .kl-comp3-dosis { font-size: 1.15rem; }
  .kl-comp3-timeline { font-size: 1.05rem; }
  .kl-comp3-link { font-size: 1.05rem; }
}
@media (max-width: 480px) {
  .kl-comp3 { padding: 2.5rem 0; }
  .kl-comp3-header { margin-bottom: 2rem; }
  .kl-comp3-headline { font-size: 1.8rem; }
  .kl-comp3-grid {
    grid-template-columns: 1fr;
  }
  .kl-comp3-card {
    border-right: none;
    border-bottom: 1px solid #A15F4A;
  }
  .kl-comp3-card:last-child {
    border-bottom: none;
  }
  .kl-comp3-img { aspect-ratio: 16/10; }
  .kl-comp3-card-body { padding: 1.25rem 1.25rem 1.5rem; }
  .kl-comp3-nombre { font-size: 1.2rem; }
  .kl-comp3-mecanismo { font-size: 1.25rem; }
}

/* kl-paraquien — ¿Para quién es KLOTHOS? · revert 12/04/2026 */
.kl-paraquien {
  padding: 0;
  background: transparent;
  width: 100%;
}
.kl-paraquien-inner {
  max-width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 2rem;
}
.kl-paraquien-eyebrow {
  font-family: 'Roboto Mono', monospace;
  font-size: 2.279rem;
  color: #A15F4A;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 0.5rem 0;
}
.kl-paraquien-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.kl-paraquien-col {
  padding: 1rem 4rem 0.5rem;
  border-left: 1px solid rgba(164, 95, 74, 0.3);
}
.kl-paraquien-col:first-child {
  border-left: none;
}
.kl-paraquien-label {
  font-family: 'Source Serif 4', serif;
  font-size: 1.35rem;
  font-weight: 400;
  color: #F4F3EF;
  margin-bottom: 1.75rem;
  line-height: 1.3;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(161, 95, 74, 0.4);
}
.kl-paraquien-body {
  font-family: 'Inter', sans-serif;
  font-size: 1.811rem;
  color: #1A1F2E;
  line-height: 1.85;
  margin: 0;
}
@media (max-width: 768px) {
  .kl-paraquien-grid {
    grid-template-columns: 1fr;
  }
  .kl-paraquien-col {
    border-left: none;
    border-top: 1px solid rgba(164, 95, 74, 0.3);
    padding: 2rem 1.5rem;
  }
  .kl-paraquien-col:first-child {
    border-top: none;
  }
}
/* kl-calidad — Banda GMP · 11/04/2026 */
.kl-calidad {
  padding: 2.5rem 0;
  background: transparent;
  border-top: 1px solid #A15F4A;
  border-bottom: 1px solid #A15F4A;
  max-width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}
.kl-calidad-inner {
  max-width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 2rem;
  text-align: center;
}
.kl-calidad-banda {
  font-family: 'Roboto Mono', monospace;
  font-size: 0.864rem;
  color: #1A1F2E;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 1rem;
}
.kl-calidad-sub {
  font-family: 'Inter', sans-serif;
  font-size: 1.02rem;
  color: #888888;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .kl-calidad-banda {
    font-size: 0.78rem;
    letter-spacing: 0.06em;
  }
}

/* Respiración tipográfica Home · 11/04/2026 */
.kl-espejo,
.kl-comp3-text,
.kl-paraquien-col,
.kl-base2,
.kl-metodo2,
.kl-trans2,
.kl-bib3 {
  letter-spacing: 0.01em;
}

.kl-espejo p,
.kl-comp3-mecanismo,
.kl-paraquien-body,
.kl-base2 p,
.kl-metodo2 p,
.kl-trans2 p,
.kl-bib3 p {
  line-height: 1.85;
}

.kl-espejo { padding: 1.5rem 0; }
/* comp3 padding controlado en bloque v3 */
.kl-paraquien { padding: 0; }
.kl-calidad { padding: 1rem 0; }
.kl-ritual2 { padding: 1.5rem 0; }
.kl-base2 { padding: 1.5rem 0; }
.kl-metodo2 { padding: 1.5rem 0; }
.kl-metodo2__hero {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  border-radius: var(--kl-radius, 4px);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kl-metodo2__overlay {
  position: absolute;
  inset: 0;
  background: rgba(26, 31, 46, 0.55);
  z-index: 1;
  border-radius: var(--kl-radius, 4px);
}
.kl-metodo2__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 3rem 3rem;
  max-width: 720px;
  margin-bottom: auto;
  padding-top: 4rem;
}
.kl-metodo2__hero-content .kl-metodo2__label {
  color: #A15F4A;
  text-shadow: 0 1px 8px rgba(26,31,46,0.8);
}
.kl-metodo2__hero-content .kl-metodo2__headline {
  color: #F4F3EF;
  font-size: 3.5rem;
  text-shadow: 0 2px 16px rgba(26,31,46,0.9);
}
.kl-metodo2__hero-content .kl-metodo2__linea {
  color: rgba(244, 243, 239, 0.7);
  text-shadow: 0 1px 8px rgba(26,31,46,0.8);
}
.kl-metodo2__hero-content .kl-metodo2__footer {
  color: rgba(244, 243, 239, 0.5);
  text-shadow: 0 1px 8px rgba(26,31,46,0.8);
}
@media (max-width: 749px) {
  .kl-metodo2__hero { min-height: 400px; }
  .kl-metodo2__hero-content { padding: 3rem 1.75rem; }
}
.kl-trans2 { padding: 1.5rem 0; }
.kl-bib3 { padding: 1.5rem 0; }
.kl-cta2 { padding: 2rem 0; }

/* ============================================
   KLOTHOS — Ficha Ingrediente v2 (editorial · densidad visual alta)
   Namespace: .kl-fi-*
   24 ajustes criterio editorial/publicista/marketing aplicados.
   Jerarquía ampliada · dualidad cromática · ritmo premium.
   ============================================ */

.kl-fi-page {
  --fi-navy: #1A1F2E;
  --fi-navy-90: rgba(26, 31, 46, 0.90);
  --fi-navy-75: rgba(26, 31, 46, 0.75);
  --fi-navy-65: rgba(26, 31, 46, 0.65);
  --fi-navy-50: rgba(26, 31, 46, 0.50);
  --fi-navy-45: rgba(26, 31, 46, 0.45);
  --fi-navy-38: rgba(26, 31, 46, 0.38);
  --fi-navy-30: rgba(26, 31, 46, 0.30);
  --fi-navy-15: rgba(26, 31, 46, 0.15);
  --fi-navy-08: rgba(26, 31, 46, 0.08);
  --fi-offwhite: #F4F3EF;
  --fi-bg: #FAFAF8;
  --fi-white: #FFFFFF;
  --fi-terracota: #A15F4A;
  --fi-terra-80: rgba(161, 95, 74, 0.80);
  --fi-terra-55: rgba(161, 95, 74, 0.55);
  --fi-terra-35: rgba(161, 95, 74, 0.35);
  --fi-terra-25: rgba(161, 95, 74, 0.25);
  --fi-terra-20: rgba(161, 95, 74, 0.20);
  --fi-terra-15: rgba(161, 95, 74, 0.15);
  --fi-off-70: rgba(244, 243, 239, 0.70);
  --fi-off-55: rgba(244, 243, 239, 0.55);
  --fi-off-10: rgba(244, 243, 239, 0.10);
  --fi-font-serif: 'Source Serif 4', Georgia, serif;
  --fi-font-mono: 'Roboto Mono', monospace;
  --fi-font-sans: 'Inter', sans-serif;
  color: var(--fi-navy);
  scroll-behavior: smooth;
}

.kl-fi-page *,
.kl-fi-page *::before,
.kl-fi-page *::after { box-sizing: border-box; }

.kl-fi-inner {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.kl-fi-inner--narrow { max-width: 1060px; }
.kl-fi-inner--prose { max-width: 720px; }

/* ═════════ NAV sticky (off-white translúcido) ═════════ */
.kl-fi-nav {
  position: sticky;
  top: var(--kl-header-h, 84px);
  z-index: 100;
  background: rgba(250, 250, 248, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: none;
}

.kl-fi-nav-inner {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.kl-fi-nav-inner::-webkit-scrollbar { display: none; }

.kl-fi-nav a {
  font-family: var(--fi-font-mono);
  font-size: 0.72rem;
  color: var(--fi-navy-50);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  padding: 1rem 1.25rem;
  border-bottom: 2px solid transparent;
  transition: color 0.25s, border-color 0.25s;
  display: block;
}

.kl-fi-nav a:hover,
.kl-fi-nav a.active {
  color: var(--fi-terracota);
  border-bottom-color: var(--fi-terracota);
}

/* ═════════ Eyebrow / H2 de sección (serif italic editorial) ═════════ */
.kl-fi-eyebrow {
  font-family: var(--fi-font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.85rem, 3vw, 2.75rem);
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--fi-navy);
  text-transform: none;
  display: block;
  margin: 0 0 2.5rem;
}

/* ═════════ S1 HERO (off-white · padding amplio premium) ═════════ */
.kl-fi-hero {
  background: var(--fi-bg);
  padding: clamp(5rem, 8vw, 8rem) 0 0;
}

.kl-fi-breadcrumb {
  font-family: var(--fi-font-mono);
  font-size: 0.7rem;
  color: var(--fi-terracota);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 2rem;
  display: block;
}

.kl-fi-breadcrumb a { color: inherit; text-decoration: none; }

.kl-fi-h1 {
  font-family: var(--fi-font-serif);
  font-weight: 300;
  font-size: clamp(3rem, 6.5vw, 6rem);
  line-height: 0.98;
  letter-spacing: -0.025em;
  color: var(--fi-navy);
  margin: 0 0 1.5rem;
  max-width: 1080px;
}

/* Subtítulo ahora Inter 500 con más peso comercial */
.kl-fi-subtitulo {
  font-family: var(--fi-font-sans);
  font-weight: 500;
  font-size: clamp(1.15rem, 1.6vw, 1.45rem);
  line-height: 1.55;
  letter-spacing: 0;
  color: var(--fi-navy-75);
  max-width: 680px;
  margin: 0 0 clamp(3.5rem, 5vw, 5rem);
}

.kl-fi-hero-sep {
  height: 1px;
  background: var(--fi-terra-25);
  margin: 0;
}

.kl-fi-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.kl-fi-stat {
  padding: clamp(2.25rem, 3vw, 3rem) clamp(1.25rem, 2vw, 1.75rem);
  border-right: 1px solid var(--fi-terra-25);
}

.kl-fi-stat:last-child { border-right: none; }

.kl-fi-stat-label {
  font-family: var(--fi-font-mono);
  font-size: 0.7rem;
  color: var(--fi-terracota);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1rem;
}

/* Stat valor: tipografía más ambiciosa + alternancia dual-color (ritmo Home) */
.kl-fi-stat-valor {
  font-family: var(--fi-font-serif);
  font-weight: 300;
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 0.95;
  color: var(--fi-navy);
  letter-spacing: -0.025em;
  display: block;
}

/* Dual rhythm: 2° y 4° en fantasma navy-45 */
.kl-fi-stat:nth-child(2n) .kl-fi-stat-valor { color: var(--fi-navy-45); }

/* ═════════ S2 IDENTIDAD ═════════ */
.kl-fi-identidad {
  background: var(--fi-bg);
  padding: clamp(4rem, 7vw, 6rem) 0;
  position: relative;
}

.kl-fi-identidad::before {
  content: '';
  display: block;
  height: 1px;
  background: var(--fi-terra-15);
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto clamp(4rem, 7vw, 6rem);
}

.kl-fi-identidad-grid {
  display: grid;
  grid-template-columns: 58% 42%;
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: stretch;
}

.kl-fi-identidad-texto p {
  font-family: var(--fi-font-serif);
  font-weight: 300;
  font-size: clamp(1.15rem, 1.5vw, 1.35rem);
  line-height: 1.8;
  letter-spacing: -0.005em;
  color: var(--fi-navy-90);
  margin: 0 0 1.5rem;
}

.kl-fi-identidad-texto p:last-child { margin-bottom: 0; }

.kl-fi-identidad-img {
  background: var(--fi-navy);
  overflow: hidden;
  position: relative;
  min-height: 100%;
  align-self: stretch;
}

.kl-fi-identidad-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.92;
}

/* Placeholder con gradient radial múltiple — más textura */
.kl-fi-identidad-img--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 30% 20%, rgba(161, 95, 74, 0.22), transparent 55%),
    radial-gradient(circle at 80% 80%, rgba(161, 95, 74, 0.12), transparent 45%),
    radial-gradient(circle at 60% 40%, rgba(244, 243, 239, 0.04), transparent 50%),
    var(--fi-navy);
}

.kl-fi-identidad-img--placeholder span {
  font-family: var(--fi-font-serif);
  font-weight: 300;
  font-size: clamp(1.75rem, 2.75vw, 2.25rem);
  letter-spacing: 0.28em;
  color: var(--fi-offwhite);
  opacity: 0.55;
}

/* ═════════ S3 LÍMITES ═════════ */
.kl-fi-limites {
  background: var(--fi-white);
  padding: 0;
}

.kl-fi-cita-bloque {
  background: var(--fi-navy);
  padding: clamp(4rem, 6.5vw, 6rem) 0;
  position: relative;
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.kl-fi-cita-bloque::before,
.kl-fi-cita-bloque::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--fi-terra-35);
}

.kl-fi-cita-bloque::before { top: 0; }
.kl-fi-cita-bloque::after { bottom: 0; }

.kl-fi-cita-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 3vw, 2.5rem);
}

/* Cita S3 escalada — ahora es realmente el segundo punto más grande */
.kl-fi-cita {
  font-family: var(--fi-font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.65rem, 2.5vw, 2.4rem);
  line-height: 1.35;
  color: var(--fi-offwhite);
  margin: 0 0 1.5rem;
  letter-spacing: -0.015em;
}

.kl-fi-cita-attr {
  font-family: var(--fi-font-mono);
  font-size: 0.72rem;
  color: var(--fi-terracota);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: block;
}

.kl-fi-limites-texto-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 3vw, 2.5rem);
}

.kl-fi-limite-linea {
  font-family: var(--fi-font-serif);
  font-weight: 300;
  font-size: clamp(1.15rem, 1.5vw, 1.3rem);
  line-height: 1.7;
  letter-spacing: -0.005em;
  color: var(--fi-navy);
  margin: 0;
  padding: clamp(2rem, 3vw, 2.75rem) 0;
  border-bottom: 1px solid var(--fi-terra-15);
}

.kl-fi-limite-linea:last-child { border-bottom: none; }

/* ═════════ S4 CONTEXTOS (blanco continuo con límites) ═════════ */
.kl-fi-contextos {
  background: var(--fi-white);
  padding: clamp(4rem, 7vw, 6rem) 0;
}

.kl-fi-contexto-lista {
  margin-top: clamp(2rem, 3.5vw, 3rem);
  display: grid;
  gap: clamp(1rem, 1.75vw, 1.5rem);
  counter-reset: kl-ctx;
}

.kl-fi-contexto-card {
  background: var(--fi-bg);
  border-left: 3px solid var(--fi-terracota);
  padding: clamp(1.75rem, 2.75vw, 2.5rem) clamp(1.75rem, 3vw, 2.75rem);
  transition: transform 0.25s, box-shadow 0.25s;
  counter-increment: kl-ctx;
  position: relative;
}

.kl-fi-contexto-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px -14px var(--fi-navy-15);
}

.kl-fi-contexto-label {
  font-family: var(--fi-font-mono);
  font-size: 1.2rem;
  color: var(--fi-terracota);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1rem;
}

/* Numeración 01 · 02 · 03 delante del label (CSS counter) */
.kl-fi-contexto-label::before {
  content: counter(kl-ctx, decimal-leading-zero) "  —  ";
  color: var(--fi-terra-55);
  font-weight: 400;
  letter-spacing: 0.14em;
}

.kl-fi-contexto-body {
  font-family: var(--fi-font-sans);
  font-size: clamp(1rem, 1.3vw, 1.1rem);
  line-height: 1.75;
  color: var(--fi-navy-90);
  margin: 0;
}

/* ═════════ S5 EVIDENCIA (navy contenida) ═════════ */
.kl-fi-evidencia {
  background: var(--fi-navy);
  padding: clamp(4rem, 7vw, 6rem) 0;
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.kl-fi-evidencia .kl-fi-eyebrow {
  color: var(--fi-offwhite);
  margin-bottom: clamp(2.5rem, 4vw, 3.5rem);
}

.kl-fi-ev-grupo { margin-bottom: clamp(2.5rem, 4vw, 3.25rem); }
.kl-fi-ev-grupo:last-child { margin-bottom: 0; }

.kl-fi-ev-grupo-label {
  font-family: var(--fi-font-mono);
  font-size: 0.72rem;
  color: var(--fi-terra-80);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--fi-terra-25);
  margin-bottom: 2rem;
  display: block;
}

.kl-fi-ev-grupo.emergente .kl-fi-ev-grupo-label {
  color: rgba(244, 243, 239, 0.45);
  border-bottom-color: var(--fi-off-10);
}

.kl-fi-expandable {
  border-bottom: 1px solid var(--fi-off-10);
  transition: border-color 0.25s;
}

.kl-fi-expandable:hover { border-bottom-color: var(--fi-terra-35); }

.kl-fi-expandable-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(1.25rem, 2vw, 1.75rem) 0;
  cursor: pointer;
  gap: 1.5rem;
}

/* Expandable título más legible (antes 1.15, ahora 1.25) */
.kl-fi-expandable-titulo {
  font-family: var(--fi-font-serif);
  font-weight: 300;
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.4;
  color: var(--fi-offwhite);
  letter-spacing: -0.005em;
}

.kl-fi-expandable-icono {
  font-family: var(--fi-font-mono);
  font-weight: 300;
  font-size: 1.2rem;
  color: var(--fi-terracota);
  flex-shrink: 0;
  transition: transform 0.3s;
}

.kl-fi-expandable.open .kl-fi-expandable-icono { transform: rotate(45deg); }

.kl-fi-expandable-body {
  display: none;
  padding: 0 0 clamp(1.25rem, 2vw, 1.75rem);
  max-width: 760px;
}

.kl-fi-expandable.open .kl-fi-expandable-body { display: block; }

.kl-fi-pmid {
  font-family: var(--fi-font-mono);
  font-size: 0.7rem;
  color: var(--fi-terracota);
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 0.75rem;
}

.kl-fi-pmid a {
  color: var(--fi-terracota);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.kl-fi-pmid a:hover { color: var(--fi-offwhite); }

.kl-fi-expandable-contexto {
  font-family: var(--fi-font-sans);
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  line-height: 1.7;
  color: var(--fi-off-70);
  margin: 0;
}

/* ═════════ S6 MITOS (claim más grande, color más fantasma) ═════════ */
.kl-fi-mitos {
  background: var(--fi-bg);
  padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(1.5rem, 3vw, 2.5rem);
}

.kl-fi-mitos .kl-fi-eyebrow { margin-bottom: clamp(1.25rem, 2.5vw, 2rem); }

.kl-fi-mito {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(2.5rem, 4vw, 4.5rem);
  padding: clamp(1.25rem, 2vw, 1.75rem) 0;
  border-bottom: 1px solid var(--fi-terra-15);
  align-items: start;
}

.kl-fi-mito:last-child { border-bottom: none; }

/* Mito claim: escalado editorial — es el foco emocional de esta sección */
.kl-fi-mito-claim {
  font-family: var(--fi-font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.35;
  letter-spacing: -0.015em;
  color: var(--fi-navy-30);
  margin: 0;
}

.kl-fi-mito-realidad {
  font-family: var(--fi-font-sans);
  font-size: clamp(1rem, 1.3vw, 1.1rem);
  line-height: 1.7;
  color: var(--fi-navy);
  margin: 0;
}

/* ═════════ S7 PROTOCOLO + CTA ═════════ */
.kl-fi-protocolo {
  background: var(--fi-bg);
  padding: clamp(4rem, 7vw, 6rem) 0 0;
  border-top: 1px solid var(--fi-terra-15);
}

.kl-fi-protocolo .kl-fi-eyebrow { margin-bottom: 2.5rem; }

/* Protocolo-intro más grande, serif, más presencia */
.kl-fi-protocolo-intro {
  font-family: var(--fi-font-serif);
  font-weight: 300;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  line-height: 1.5;
  letter-spacing: -0.015em;
  color: var(--fi-navy);
  max-width: 760px;
  margin: 0 0 clamp(3rem, 5vw, 4.5rem);
}

.kl-fi-curva { margin-bottom: clamp(3rem, 5vw, 4.5rem); }

.kl-fi-curva-label {
  font-family: var(--fi-font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.25rem, 1.8vw, 1.55rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--fi-navy);
  text-transform: none;
  display: block;
  margin-bottom: 1rem;
}

.kl-fi-curva-nota {
  font-family: var(--fi-font-serif);
  font-weight: 300;
  font-size: clamp(1rem, 1.25vw, 1.1rem);
  line-height: 1.65;
  color: var(--fi-navy-65);
  max-width: 620px;
  margin: 0 0 2.5rem;
}

/* Curva SVG editorial — reemplaza barra plana */
.kl-fi-curva-svg {
  width: 100%;
  height: clamp(140px, 20vw, 220px);
  display: block;
  margin: 0 0 1.25rem;
  overflow: visible;
}

.kl-fi-curva-etiquetas {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.75rem, 1.75vw, 1.25rem);
  text-align: center;
}

.kl-fi-curva-et-tiempo {
  font-family: var(--fi-font-mono);
  font-size: 0.7rem;
  color: var(--fi-terracota);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5rem;
}

/* Desc de curva más legible (antes navy-45) */
.kl-fi-curva-et-desc {
  font-family: var(--fi-font-sans);
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--fi-navy-65);
}

.kl-fi-compat {
  border-top: 1px solid var(--fi-terra-15);
  padding-top: clamp(2.5rem, 4vw, 3.25rem);
}

.kl-fi-compat-label {
  font-family: var(--fi-font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.25rem, 1.8vw, 1.55rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--fi-navy);
  text-transform: none;
  display: block;
  margin-bottom: 1.5rem;
}

.kl-fi-compat-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: clamp(3rem, 5vw, 4.25rem);
}

.kl-fi-compat-chip {
  font-family: var(--fi-font-mono);
  font-size: 1.2rem;
  color: var(--fi-navy);
  letter-spacing: 0.08em;
  border: 1px solid var(--fi-navy-15);
  padding: 0.65rem 1.2rem;
  border-radius: 2px;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.kl-fi-compat-chip:hover {
  background: var(--fi-navy);
  color: var(--fi-offwhite);
  border-color: var(--fi-navy);
}

.kl-fi-cta {
  border-top: 1px solid var(--fi-terra-15);
  padding: clamp(2.5rem, 4vw, 3.25rem) 0;
  display: flex;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
  flex-wrap: wrap;
}

/* CTA con más presencia tipográfica */
.kl-fi-cta a {
  font-family: var(--fi-font-mono);
  font-size: 0.85rem;
  color: var(--fi-terracota);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s, letter-spacing 0.2s;
}

.kl-fi-cta a:hover {
  color: var(--fi-navy);
  letter-spacing: 0.18em;
}

/* ═════════ RESPONSIVE 960px ═════════ */
@media (max-width: 960px) {
  .kl-fi-identidad-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .kl-fi-identidad-img { aspect-ratio: 16 / 10; order: -1; min-height: 0; }
  .kl-fi-mito { grid-template-columns: 1fr; gap: 1.25rem; }
}

/* ═════════ RESPONSIVE 768px ═════════ */
@media (max-width: 768px) {
  .kl-fi-stats { grid-template-columns: 1fr 1fr; }
  .kl-fi-stat:nth-child(2) { border-right: none; }
  .kl-fi-stat:nth-child(3) { border-right: 1px solid var(--fi-terra-25); }
  .kl-fi-curva-etiquetas { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .kl-fi-cta { flex-direction: column; gap: 1.25rem; align-items: flex-start; }
  .kl-fi-contexto-card { padding: 1.5rem 1.75rem; }
}

/* ═════════ RESPONSIVE 480px ═════════ */
@media (max-width: 480px) {
  .kl-fi-h1 { font-size: 2.5rem; letter-spacing: -0.025em; line-height: 1; }
  .kl-fi-subtitulo { font-size: 1.1rem; }
  .kl-fi-cita { font-size: 1.3rem; }
  .kl-fi-mito-claim { font-size: 1.2rem; }
  .kl-fi-protocolo-intro { font-size: 1.2rem; }
  .kl-fi-stat-valor { font-size: 1.5rem; }
  .kl-fi-identidad-texto p { font-size: 1.05rem; }
  .kl-fi-limite-linea { font-size: 1.05rem; }
  .kl-fi-stats { grid-template-columns: 1fr; }
  .kl-fi-stat { border-right: none !important; border-bottom: 1px solid var(--fi-terra-15); }
  .kl-fi-stat:last-child { border-bottom: none; }
}

/* ═══════════════════════════════════════════════════════════════
   KL PDP EVIDENCIA (D-051) — cross-links PDP → fichas biblioteca
   4 cards editoriales, grid responsive, estética "documentación"
   ═══════════════════════════════════════════════════════════════ */
.kl-pdp-evidencia {
  padding: 6rem 0 5rem;
  background: #FAFAF8;
  border-top: 1px solid rgba(26, 31, 46, 0.08);
  border-bottom: 1px solid rgba(26, 31, 46, 0.08);
  margin: 0 auto;
}

.kl-pdp-evidencia__intro {
  max-width: 72rem;
  margin: 0 auto 4rem;
  padding: 0 2rem;
  text-align: left;
}

.kl-pdp-evidencia__headline {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 3.2rem;
  font-weight: 300;
  color: #1A1F2E;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 1.5rem;
}

.kl-pdp-evidencia__subhead {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 1.6rem;
  color: rgba(26, 31, 46, 0.68);
  line-height: 1.55;
  margin: 0;
  max-width: 56rem;
}

.kl-pdp-evidencia__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.kl-pdp-evidencia__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 2.8rem 2.4rem;
  background: #FFFFFF;
  border: 1.5px solid rgba(26, 31, 46, 0.08);
  border-radius: 3px;
  text-decoration: none;
  color: inherit;
  position: relative;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.kl-pdp-evidencia__card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #A15F4A;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.kl-pdp-evidencia__card:hover,
.kl-pdp-evidencia__card:focus-visible {
  border-color: rgba(161, 95, 74, 0.35);
  transform: translateY(-2px);
}

.kl-pdp-evidencia__card:hover::before,
.kl-pdp-evidencia__card:focus-visible::before {
  opacity: 1;
}

.kl-pdp-evidencia__card-label {
  font-family: 'Roboto Mono', 'Courier New', monospace;
  font-size: 1.0rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #A15F4A;
  margin-bottom: 0.4rem;
}

.kl-pdp-evidencia__card-name {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 1.9rem;
  font-weight: 400;
  color: #1A1F2E;
  line-height: 1.25;
}

.kl-pdp-evidencia__card-dose {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 1.3rem;
  color: rgba(26, 31, 46, 0.62);
  margin-top: 0.2rem;
}

.kl-pdp-evidencia__card-cta {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 1.3rem;
  color: #A15F4A;
  margin-top: auto;
  padding-top: 1.8rem;
  font-weight: 500;
}

@media (max-width: 989px) {
  .kl-pdp-evidencia__grid { grid-template-columns: repeat(2, 1fr); }
  .kl-pdp-evidencia__headline { font-size: 2.6rem; }
}

@media (max-width: 600px) {
  .kl-pdp-evidencia { padding: 4.5rem 0 4rem; }
  .kl-pdp-evidencia__grid { grid-template-columns: 1fr; gap: 1.2rem; }
  .kl-pdp-evidencia__headline { font-size: 2.3rem; }
  .kl-pdp-evidencia__subhead { font-size: 1.5rem; }
  .kl-pdp-evidencia__card { padding: 2.2rem 2rem; }
  .kl-pdp-evidencia__card-name { font-size: 1.7rem; }
}

/* ═══════════════════════════════════════════════════════════════
   KL PDP DEFINICIÓN CANÓNICA v3 (D-040 v3 · 20/04/2026 post-RVVO)
   Post-RVVO fundador v2: eliminado cream destacado + eyebrow + tagline
   + Row Qué contiene + 4 ingredientes con bordes terracota.
   Dirección ARTAH dossier técnico:
   - Fondo inherit (sin cream destacado)
   - Source Serif SOLO en H2 KLOTHOS
   - Terms Inter uppercase caps (pattern kl-trust-label PDP superior)
   - Body Inter denso
   - Terracota puntual en números 01-04
   - Navy dominante
   - Borders sutiles entre rows
   Base rem = 10px (Dawn 62.5%) · min font 1.2rem (WCAG)
   ═══════════════════════════════════════════════════════════════ */
.kl-pdp-definicion {
  /* v3: fondo heredado del body PDP — sin cream destacado */
  background: transparent;
  padding: 6rem 0 4rem;
  width: 100%;
  max-width: none;
}

/* Header — solo H2 KLOTHOS (Source Serif único del bloque) */
.kl-pdp-definicion__header {
  max-width: min(1180px, calc(100% - 48px));
  margin: 0 auto 3.2rem;
  padding: 0 2.4rem;
}

.kl-pdp-definicion__headline {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 3.6rem;
  font-weight: 300;
  color: #1A1F2E;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0;
}

/* Rows — pattern ARTAH técnico */
.kl-pdp-definicion__rows {
  max-width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 2.4rem;
  list-style: none;
}

.kl-pdp-definicion__row {
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  gap: 2.4rem;
  padding: 2.4rem 0;
  border-top: 1px solid rgba(26, 31, 46, 0.08);
  align-items: start;
}

.kl-pdp-definicion__row:first-child { border-top: none; padding-top: 0.8rem; }

.kl-pdp-definicion__num {
  font-family: 'Roboto Mono', 'Courier New', monospace;
  font-size: 1.2rem;
  font-weight: 400;
  color: #A15F4A;
  letter-spacing: 0.04em;
  line-height: 1;
  padding-top: 0.4rem;
}

.kl-pdp-definicion__row-content {
  min-width: 0;
}

/* Term — pattern label técnico PDP superior (Inter uppercase caps) */
.kl-pdp-definicion__term {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1A1F2E;
  line-height: 1;
  margin: 0 0 1rem;
}

.kl-pdp-definicion__def {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 1.45rem;
  font-weight: 400;
  color: rgba(26, 31, 46, 0.72);
  line-height: 1.55;
  margin: 0;
}

/* Footer — salidas premium + nota EFSA */
.kl-pdp-definicion__footer {
  max-width: min(1180px, calc(100% - 48px));
  margin: 3.2rem auto 0;
  padding: 2.4rem 2.4rem 0;
  border-top: 1px solid rgba(26, 31, 46, 0.08);
}

/* __salidas selectors ELIMINADOS — HOTFIX D-040 v3 (20/04/2026)
   nav duplicaba klothos-pdp-salidas superior. Footer solo mantiene
   footnote EFSA paratexto. */

.kl-pdp-definicion__efsa-nota {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  color: rgba(26, 31, 46, 0.42);
  line-height: 1.55;
  margin: 0;
  max-width: 82rem;
}

/* Responsive tablet */
@media (max-width: 960px) {
  .kl-pdp-definicion__headline { font-size: 3rem; }
}

/* Responsive mobile */
@media (max-width: 600px) {
  .kl-pdp-definicion { padding: 4rem 0 3rem; }
  .kl-pdp-definicion__headline { font-size: 2.6rem; }
  .kl-pdp-definicion__row { grid-template-columns: 2rem 1fr; gap: 1.6rem; padding: 2rem 0; }
  .kl-pdp-definicion__term { font-size: 1.15rem; }
  .kl-pdp-definicion__def { font-size: 1.4rem; }
}

/* ═══ v2 CSS block ELIMINADO 20/04/2026 (post-RVVO · D-040 v3)
   Histórico v2 estilos cream + ingredientes grid + border-left/right
   terracotta disponible en _snapshots/d040_v3_deploy/*_LIVE_<TS>.css ═══ */
.kl-pdp-definicion-v2-legacy-marker {
  /* v2 legacy removed — bg #FAFAF8, Source Serif italic en term, grid
     ingredientes 4 cols, border-right terracotta entre cells.
     Eliminado por rechazo RVVO fundador (rompe ADN visual PDP). */
  display: none;
}


/* ═══ v2 CSS block REMOVED 20/04/2026 (post-RVVO D-040 v3) ═══
   v2 usaba bg #FAFAF8 + Source Serif italic en term + grid
   ingredientes 4 cols + border-right/border-left terracotta.
   Eliminado por rechazo RVVO visual: rompía ADN PDP superior.
   Histórico v2 disponible en _snapshots/d040_v3_deploy/*_LIVE_<TS>.css
   Histórico v1 dl/dt/dd eliminado previamente en 20/04/2026.
*/
