/* =========================================================
   LANDING EDITORIAL — plantilla reusable para colecciones temáticas
   ========================================================= */

.led-hero {
  background: var(--tpm-header-bg);
  border-bottom: 1px solid var(--tpm-border);
  padding: 64px 24px 56px;
}
.led-hero__inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.led-hero__breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  color: var(--tpm-text-muted);
  margin-bottom: 22px;
}
.led-hero__breadcrumb a { color: inherit; text-decoration: none; }
.led-hero__breadcrumb a:hover { color: var(--tpm-blue-dark); }
.led-hero__breadcrumb svg { width: 10px; height: 10px; color: var(--tpm-text-faint); }
.led-hero__eyebrow {
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--tpm-blue-dark);
  margin: 0 0 14px;
}
body.dark-mode .led-hero__eyebrow,
.dark-mode .led-hero__eyebrow { color: var(--tpm-blue); }
.led-hero h1 {
  font-family: 'Source Serif 4', 'Roboto', serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--tpm-text);
  margin: 0 0 18px;
  text-wrap: balance;
}
.led-hero__deck {
  font-family: 'Source Serif 4', 'Roboto', serif;
  font-size: 19px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  color: var(--tpm-text-muted);
  max-width: 720px;
  margin: 0 auto;
  text-wrap: pretty;
}
.led-hero__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--tpm-border);
  font-size: 12px;
  color: var(--tpm-text-muted);
}
.led-hero__meta-item { display: inline-flex; align-items: center; gap: 6px; }
.led-hero__meta-item svg { width: 12px; height: 12px; color: var(--tpm-text-faint); }
.led-hero__meta-item strong { color: var(--tpm-text); font-weight: 500; }

.led-page { max-width: 880px; margin: 0 auto; padding: 56px 24px 0; }

.led-body {
  font-family: 'Source Serif 4', 'Roboto', serif;
  font-size: 17.5px;
  line-height: 1.7;
  color: var(--tpm-text);
}
.led-body__intro p:first-child::first-letter {
  font-family: 'Source Serif 4', 'Roboto', serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 0.85;
  float: left;
  margin: 6px 12px 0 0;
  color: var(--tpm-blue-dark);
}
body.dark-mode .led-body__intro p:first-child::first-letter,
.dark-mode .led-body__intro p:first-child::first-letter { color: var(--tpm-blue); }
.led-body p { margin: 0; text-wrap: pretty; }
.led-body p + p { margin-top: 18px; }
.led-body strong { font-weight: 600; }
.led-body a {
  color: var(--tpm-blue-dark);
  text-decoration: none;
  border-bottom: 1px solid var(--tpm-blue-soft-br);
}
.led-body a:hover { color: var(--tpm-blue); border-bottom-color: var(--tpm-blue); }
body.dark-mode .led-body a,
.dark-mode .led-body a { color: var(--tpm-blue); }
.led-body h2 {
  font-family: 'Source Serif 4', 'Roboto', serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 48px 0 16px;
  line-height: 1.2;
}
.led-body em { font-style: italic; }

.led-pullquote {
  font-family: 'Source Serif 4', 'Roboto', serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.35;
  font-style: italic;
  letter-spacing: -0.01em;
  color: var(--tpm-text);
  margin: 36px -20px;
  padding: 24px 32px;
  border-top: 1px solid var(--tpm-blue);
  border-bottom: 1px solid var(--tpm-blue);
  position: relative;
  text-wrap: balance;
}
.led-pullquote::before {
  content: '"';
  position: absolute;
  top: -2px; left: 8px;
  font-size: 64px;
  font-weight: 700;
  color: var(--tpm-blue);
  font-style: normal;
  line-height: 1;
}

.led-products { max-width: 1280px; margin: 0 auto; padding: 56px 24px 32px; }
.led-products__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--tpm-border);
}
.led-products__title {
  font-family: 'Source Serif 4', 'Roboto', serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0;
}
.led-products__sub { font-size: 13.5px; color: var(--tpm-text-muted); margin: 0; }

.led-outro { max-width: 880px; margin: 0 auto; padding: 16px 24px 24px; }
.led-outro__card {
  background: var(--tpm-surface);
  border: 1px solid var(--tpm-border);
  border-radius: var(--tpm-radius);
  padding: 28px 32px;
  display: flex; align-items: center; gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.led-outro__text { flex: 1 1 320px; }
.led-outro__text h3 {
  font-family: 'Source Serif 4', 'Roboto', serif;
  font-size: 19px;
  font-weight: 600;
  margin: 0 0 4px;
}
.led-outro__text p {
  font-size: 14px;
  color: var(--tpm-text-muted);
  margin: 0;
  line-height: 1.5;
}

.led-related { max-width: 1280px; margin: 0 auto; padding: 16px 24px 60px; }
.led-related h2 {
  font-family: 'Source Serif 4', 'Roboto', serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--tpm-border);
}
.led-related__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.led-related__chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--tpm-border);
  background: var(--tpm-surface);
  color: var(--tpm-text);
  font-size: 13.5px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color 0.12s ease, background 0.12s ease;
}
.led-related__chip:hover { border-color: var(--tpm-blue); color: var(--tpm-blue-dark); }
body.dark-mode .led-related__chip:hover,
.dark-mode .led-related__chip:hover { color: var(--tpm-blue); }

@media (max-width: 768px) {
  .led-hero { padding: 44px 20px 40px; }
  .led-hero h1 { font-size: 32px; }
  .led-hero__deck { font-size: 16px; }
  .led-body { font-size: 16px; }
  .led-body__intro p:first-child::first-letter { font-size: 50px; }
  .led-pullquote { font-size: 18px; padding: 18px 22px; margin: 28px -8px; }
  .led-products__head { flex-direction: column; align-items: flex-start; }
}
