/* ============================================================
   IT'S LONELY AT THE TOP® — estilos propios de la página
   (se apoya en styles.css, el sistema de diseño compartido)
   ============================================================ */

/* ---------- Hero ---------- */
.lt-hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 9rem 0 7rem;
  background:
    radial-gradient(900px 520px at 50% 18%, rgba(19, 48, 84, 0.55), transparent 65%),
    var(--navy-950);
}
/* brillo dorado sutil, vivo */
.lt-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 42%, rgba(201, 162, 39, 0.05) 50%, transparent 58%);
  background-size: 240% 240%;
  animation: sheen 11s ease-in-out infinite;
  pointer-events: none;
}

/* skyline corporativo al pie del hero */
.lt-hero-skyline {
  position: absolute;
  inset: auto 0 0 0;
  line-height: 0;
  pointer-events: none;
  z-index: 0;
}
.lt-hero-skyline svg {
  width: 100%;
  height: clamp(120px, 22vh, 210px);
  display: block;
}
.lt-hero-skyline .sky-fill { fill: rgba(13, 34, 64, 0.78); }
.lt-hero-skyline .sky-win rect {
  fill: var(--gold-bright);
  animation: winGlow 4.5s ease-in-out infinite;
}
.lt-hero-skyline .sky-win rect:nth-child(even) { animation-delay: 1.6s; }
@keyframes winGlow { 0%, 100% { opacity: 0.12; } 50% { opacity: 0.85; } }

/* video / imagen de fondo del hero */
.lt-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
/* velo para legibilidad del logo y el texto sobre el video */
.lt-hero-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(120% 95% at 50% 38%, rgba(6, 15, 28, 0.56), rgba(6, 15, 28, 0.9) 85%),
    linear-gradient(180deg, rgba(6, 15, 28, 0.64), rgba(6, 15, 28, 0.5) 40%, rgba(6, 15, 28, 0.88));
}
.lt-hero-skyline { z-index: 1; }
.lt-hero-inner { position: relative; z-index: 2; }

@media (prefers-reduced-motion: reduce) {
  .lt-hero-bg { display: none; }
}

/* logo del programa como titular del hero */
.lt-hero-logo { margin: 0 0 0.5rem; }
.lt-hero-logo img {
  width: min(430px, 74%);
  height: auto;
  display: block;
  margin-inline: auto;
  filter: drop-shadow(0 8px 22px rgba(0, 0, 0, 0.45));
}

/* indicador de scroll animado */
.lt-scroll-cue {
  display: inline-block;
  margin-top: 2.8rem;
  width: 26px;
  height: 42px;
  border: 1px solid var(--gold-soft);
  border-radius: 14px;
  position: relative;
  transition: border-color 0.3s ease;
}
.lt-scroll-cue:hover { border-color: var(--gold); }
.lt-scroll-cue span {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 3px;
  height: 7px;
  border-radius: 2px;
  background: var(--gold);
  transform: translateX(-50%);
  animation: scrollCue 1.8s ease-in-out infinite;
}
@keyframes scrollCue {
  0% { opacity: 0; transform: translate(-50%, 0); }
  30% { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, 15px); }
}

.lt-tagline {
  font-size: clamp(1.1rem, 2.5vw, 1.7rem);
  color: var(--gold-bright);
  margin: 1.6rem auto 0;
  text-align: center;
  white-space: nowrap;
}
.lt-subtitle {
  font-size: clamp(0.85rem, 1.7vw, 1.12rem);
  color: var(--cream-dim);
  margin: 0.9rem auto 0;
  white-space: nowrap;
}
/* en móviles pequeños sí se permite que envuelvan */
@media (max-width: 700px) {
  .lt-tagline, .lt-subtitle { white-space: normal; }
  .lt-tagline { max-width: 24ch; }
  .lt-subtitle { max-width: 42ch; }
}

/* placeholder del logo del programa */
.lt-logo-ph {
  width: min(300px, 70%);
  aspect-ratio: 13 / 5;
  margin: 0 auto 2rem;
  border: 1px dashed var(--gold-soft);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  background: linear-gradient(160deg, rgba(19, 48, 84, 0.35), rgba(8, 20, 36, 0.6));
}
.lt-logo-ph span {
  font-family: var(--serif);
  font-style: italic;
  color: var(--cream-faint);
}
.lt-logo-ph small {
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-soft);
}

.lt-concept-tag {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid var(--gold-soft);
  border-radius: 999px;
  padding: 0.32rem 0.95rem;
  background: rgba(8, 20, 36, 0.55);
}

/* ============================================================
   ATMÓSFERA — imágenes que se funden con el fondo (sangrado)
   ============================================================ */

/* --- sangrado lateral: la imagen llena un lado y se desvanece hacia el texto --- */
.lt-atmos { position: relative; overflow: hidden; }
.lt-atmos > .container { position: relative; z-index: 2; }
.lt-atmos-media {
  position: absolute;
  top: 0; bottom: 0;
  width: 56%;
  z-index: 1;
  pointer-events: none;
}
.lt-atmos-media.right { right: 0; }
.lt-atmos-media.left { left: 0; }
.lt-atmos-img, .lt-atmos-ph { width: 100%; height: 100%; object-fit: cover; display: block; }
/* máscara de desvanecimiento hacia el lado del texto */
.lt-atmos-media.right { -webkit-mask-image: linear-gradient(to left, #000 20%, transparent 88%); mask-image: linear-gradient(to left, #000 20%, transparent 88%); }
.lt-atmos-media.left  { -webkit-mask-image: linear-gradient(to right, #000 20%, transparent 88%); mask-image: linear-gradient(to right, #000 20%, transparent 88%); }
.lt-atmos-ph {
  position: relative;
  background:
    radial-gradient(90% 80% at 72% 26%, rgba(201, 162, 39, 0.14), transparent 58%),
    linear-gradient(150deg, var(--navy-700), var(--navy-950));
}
.lt-atmos-ph .lt-concept-tag { position: absolute; top: 1.3rem; left: 50%; transform: translateX(-50%); white-space: nowrap; }
.lt-atmos-copy { max-width: 48%; }
.lt-atmos.media-right .lt-atmos-copy { margin-right: auto; }
.lt-atmos.media-left  .lt-atmos-copy { margin-left: auto; }

@media (max-width: 900px) {
  .lt-atmos-media { width: 100%; opacity: 0.2; }
  .lt-atmos-media.right, .lt-atmos-media.left {
    -webkit-mask-image: linear-gradient(to top, #000 18%, transparent 92%);
            mask-image: linear-gradient(to top, #000 18%, transparent 92%);
  }
  .lt-atmos-copy { max-width: 100%; }
}

/* --- a sangre completa: banda atmosférica con una línea encima --- */
.lt-fullatmos {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: clamp(5rem, 12vw, 9rem) 0;
}
.lt-fullatmos-ph,
.lt-fullatmos .lt-atmos-bg {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.lt-fullatmos-ph {
  background:
    radial-gradient(70% 130% at 50% 125%, rgba(201, 162, 39, 0.22), transparent 60%),
    linear-gradient(180deg, var(--navy-950), var(--navy-800));
}
.lt-fullatmos::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(6, 15, 28, 0.5), rgba(6, 15, 28, 0.72));
}
.lt-fullatmos .container { position: relative; z-index: 2; }
.lt-interlude-line {
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.5rem, 3.6vw, 2.4rem);
  line-height: 1.45;
  color: var(--cream);
  max-width: 22em;
  margin-inline: auto;
}

/* ---------- Lo que logra (outcomes) ---------- */
.lt-outcomes {
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1rem 2.4rem;
  max-width: 980px;
}
.lt-outcomes li {
  position: relative;
  padding: 1.1rem 0 1.1rem 2.1rem;
  border-bottom: 1px solid rgba(244, 241, 234, 0.07);
  color: var(--cream-dim);
  font-size: 0.97rem;
  line-height: 1.65;
}
.oc-mark {
  position: absolute;
  left: 0;
  top: 1.15rem;
  font-size: 0.8rem;
  color: var(--gold);
}

/* ---------- Triada mente/corazón/manos ---------- */
.lt-triad {
  display: flex;
  justify-content: center;
  gap: clamp(2rem, 7vw, 4.5rem);
  margin: 2.6rem 0 0.6rem;
}
.triad-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(78px, 13vw, 104px);
  height: clamp(78px, 13vw, 104px);
  border: 1px solid var(--gold-soft);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 32%, rgba(201, 162, 39, 0.14), transparent 70%);
  color: var(--gold);
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}
.triad-item:hover {
  transform: translateY(-5px);
  border-color: var(--gold);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.35);
}
.triad-item svg { width: clamp(34px, 6vw, 46px); height: clamp(34px, 6vw, 46px); }
.triad-item span {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--cream-faint);
}

/* ---------- Las 6 etapas ---------- */
.lt-stages {
  margin-top: 2.6rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.4rem;
  counter-reset: stage;
  list-style: none;
}
.lt-stage {
  background: var(--navy-900);
  border: 1px solid rgba(244, 241, 234, 0.08);
  border-radius: 2px;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}
.lt-stage::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent 70%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}
.lt-stage:hover { transform: translateY(-5px); border-color: var(--gold-soft); box-shadow: 0 18px 40px rgba(0,0,0,0.35); }
.lt-stage:hover::before { transform: scaleX(1); }

.stage-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.1rem;
}
.stage-num {
  font-family: var(--serif);
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--gold-bright);
  line-height: 1;
}
.stage-ico {
  width: 34px;
  height: 34px;
  color: var(--gold-soft);
}
.lt-stage h3 {
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  line-height: 1.3;
}
.lt-stage ul { list-style: none; }
.lt-stage ul li {
  position: relative;
  padding-left: 1.2rem;
  font-size: 0.9rem;
  color: var(--cream-dim);
  line-height: 1.6;
  margin-bottom: 0.35rem;
}
.lt-stage ul li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--gold);
}

/* ---------- Beneficios ---------- */
.lt-benefits {
  margin-top: 2.6rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.2rem;
}
.lt-benefit {
  border: 1px solid rgba(244, 241, 234, 0.08);
  border-left: 2px solid var(--gold-soft);
  border-radius: 2px;
  padding: 1.5rem 1.6rem;
  font-size: 0.95rem;
  color: var(--cream-dim);
  line-height: 1.6;
  background: linear-gradient(180deg, rgba(13, 34, 64, 0.35), transparent);
  transition: border-color 0.4s ease, transform 0.4s ease;
}
.lt-benefit:hover { border-left-color: var(--gold); transform: translateY(-3px); }

/* ---------- Metodología ---------- */
.lt-method { margin-top: 2.2rem; }
.lt-method strong { color: var(--gold-bright); font-weight: 600; }

/* ---------- Formato ---------- */
.lt-format {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(2rem, 5vw, 4rem);
  margin-top: 2.4rem;
  align-items: start;
}
.lt-format-col h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.4rem;
}
.lt-format-list { list-style: none; display: grid; gap: 1.2rem; }
.lt-format-list li {
  display: flex;
  gap: 1.1rem;
  align-items: flex-start;
}
.lf-mark {
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--gold);
  line-height: 1.2;
  flex: 0 0 auto;
}
.lt-format-list div { color: var(--cream-dim); font-size: 0.97rem; line-height: 1.65; }
.lt-format-list strong { color: var(--cream); font-weight: 600; }

.lt-includes { list-style: none; display: grid; gap: 0.7rem; }
.lt-includes li {
  position: relative;
  padding-left: 1.5rem;
  color: var(--cream-dim);
  font-size: 0.95rem;
}
.lt-includes li::before {
  content: "✦";
  position: absolute;
  left: 0;
  font-size: 0.75rem;
  color: var(--gold);
}

@media (max-width: 760px) {
  .lt-format { grid-template-columns: 1fr; }
}

/* ---------- Próxima edición + Inversión ---------- */
.lt-edition {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: stretch;
}
.lt-edition-next,
.lt-edition-price {
  border: 1px solid var(--gold-soft);
  border-radius: 2px;
  padding: 2.4rem 2.2rem;
  background: var(--gold-faint);
}
.lt-edition-place {
  font-size: clamp(1.6rem, 3.4vw, 2.3rem);
  font-weight: 600;
  color: var(--cream);
}
.lt-edition-note { margin-top: 0.8rem; color: var(--cream-dim); font-size: 0.97rem; max-width: 46ch; }

.lt-price {
  font-family: var(--serif);
  font-size: clamp(3rem, 6vw, 4.2rem);
  font-weight: 600;
  color: var(--gold-bright);
  line-height: 1;
}
.lt-price-cur { font-size: 0.42em; vertical-align: super; margin-right: 0.1em; }
.lt-price-per {
  font-family: var(--sans);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cream-dim);
  margin-left: 0.5rem;
}
.lt-price-note { margin-top: 1rem; color: var(--cream-dim); font-size: 0.92rem; }

@media (max-width: 760px) {
  .lt-edition { grid-template-columns: 1fr; }
}

/* ---------- Fundadoras ---------- */
.lt-founders {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.6rem;
  margin-top: 2.6rem;
}
.lt-founder {
  background: var(--navy-800);
  border: 1px solid rgba(244, 241, 234, 0.08);
  border-radius: 2px;
  padding: 1.8rem 1.7rem 2rem;
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}
.lt-founder:hover { transform: translateY(-5px); border-color: var(--gold-soft); box-shadow: 0 18px 40px rgba(0,0,0,0.35); }
.founder-ph, .founder-img { margin-bottom: 1.4rem; }
.founder-img { max-height: 340px; object-position: center 15%; }
.lt-founder h3 { font-size: 1.45rem; font-weight: 600; }
.lt-founder-role {
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0.35rem 0 0.9rem;
}
.lt-founder-bio { font-size: 0.9rem; color: var(--cream-dim); line-height: 1.7; }
.lt-founder-contact {
  display: flex;
  gap: 1.2rem;
  margin-top: 1.3rem;
  flex-wrap: wrap;
}
.lt-founder-contact a {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--gold);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease, color 0.3s ease;
}
.lt-founder-contact a:hover { color: var(--gold-bright); border-color: var(--gold); }

/* ---------- Formulario ---------- */
.lt-form-section {
  background:
    radial-gradient(800px 500px at 50% 110%, rgba(19, 48, 84, 0.6), transparent 70%),
    var(--navy-950);
}
.lt-form {
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem 1.4rem;
  text-align: left;
}
.lt-field { display: flex; flex-direction: column; gap: 0.45rem; }
.lt-field label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}
.lt-field input {
  background: rgba(244, 241, 234, 0.04);
  border: 1px solid rgba(244, 241, 234, 0.16);
  border-radius: 2px;
  padding: 0.9rem 1rem;
  color: var(--cream);
  font-family: var(--sans);
  font-size: 0.95rem;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.lt-field input:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(244, 241, 234, 0.07);
}
.lt-form-submit {
  grid-column: 1 / -1;
  justify-self: center;
  margin-top: 0.6rem;
  cursor: pointer;
}
.lt-form-msg {
  grid-column: 1 / -1;
  text-align: center;
  font-size: 0.92rem;
  min-height: 1.4em;
}
.lt-form-msg.ok { color: var(--gold-bright); }

@media (max-width: 640px) {
  .lt-form { grid-template-columns: 1fr; }
}

/* ---------- Footer extras ---------- */
.lt-footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.8rem;
  margin-top: 1.6rem;
}
.lt-footer-nav a {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cream-dim);
  transition: color 0.3s ease;
}
.lt-footer-nav a:hover { color: var(--gold-bright); }

.lt-footer-facilitators {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.4rem;
  margin-top: 1.8rem;
}
.lt-footer-facilitators div {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.lt-footer-facilitators strong {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--cream);
}
.lt-footer-facilitators a {
  font-size: 0.8rem;
  color: var(--gold);
  transition: color 0.3s ease;
}
.lt-footer-facilitators a:hover { color: var(--gold-bright); }
.lt-footer-facilitators span {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cream-faint);
}

/* ============================================================
   TEMA CLARO — It's Lonely at the Top
   Blanco primario · Navy secundario · Oro terciario
   (truco: se redefinen las variables del sistema para esta página)
   ============================================================ */
body.lt-light {
  --navy-950: #f7f5ef;
  --navy-900: #ffffff;
  --navy-800: #f1eee4;
  --navy-700: #ffffff;
  --navy-600: #e9e5d8;
  --cream: #16233a;
  --cream-dim: #0b2038;   /* cuerpo de texto: navy muy oscuro, máxima legibilidad */
  --cream-faint: rgba(22, 35, 58, 0.5);
  --gold: #A57E22;
  --gold-bright: #B58A1E;
  --gold-soft: rgba(165, 126, 34, 0.45);
  --gold-faint: rgba(165, 126, 34, 0.16);
  background: #ffffff;
  color: var(--cream);
}

/* nav — SIEMPRE blanca (incluso al inicio sobre el hero) */
body.lt-light .nav-wrap {
  background: #ffffff;
  box-shadow: 0 1px 0 var(--gold-faint), 0 6px 22px rgba(22, 35, 58, 0.08);
}
/* perf: sin blur (caro sobre el video) y sin la animación de brillo del hero */
body.lt-light .nav-wrap,
body.lt-light .nav-wrap.scrolled { backdrop-filter: none; -webkit-backdrop-filter: none; }
body.lt-light .lt-hero::after { display: none; }
body.lt-light .nav-wrap.scrolled {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 1px 0 var(--gold-faint), 0 8px 26px rgba(22, 35, 58, 0.12);
}
@media (max-width: 860px) {
  body.lt-light .nav-links { background: rgba(255, 255, 255, 0.97); }
}
body.lt-light .nav-logo { height: 52px; filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.16)); }
body.lt-light .nav-wrap.scrolled .nav-logo { height: 42px; }
body.lt-light .footer-logo { height: 86px; filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.14)); }

/* hero claro */
body.lt-light .lt-hero { background: linear-gradient(180deg, #ffffff 0%, #f1eee4 100%); }
/* sombra suave y pequeña en el logo del hero */
body.lt-light .lt-hero-logo img {
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.22)) drop-shadow(0 5px 12px rgba(0, 0, 0, 0.12));
}

/* botones */
body.lt-light .btn-gold { color: #ffffff; }
body.lt-light .btn-outline { color: var(--cream); border-color: var(--gold-soft); }
body.lt-light .btn-outline:hover { color: var(--gold-bright); border-color: var(--gold); }

/* tarjetas + bordes (de claro translúcido a navy translúcido) */
body.lt-light .lt-stage,
body.lt-light .lt-founder {
  background: #ffffff;
  border-color: rgba(22, 35, 58, 0.12);
  box-shadow: 0 10px 30px rgba(22, 35, 58, 0.06);
}
body.lt-light .lt-stage:hover,
body.lt-light .lt-founder:hover { box-shadow: 0 18px 42px rgba(22, 35, 58, 0.13); }
body.lt-light .lt-benefit {
  background: #ffffff;
  border-color: rgba(22, 35, 58, 0.1);
  border-left-color: var(--gold-soft);
}
body.lt-light .lt-stage ul li,
body.lt-light .lt-method li,
body.lt-light .lt-outcomes li,
body.lt-light .cred-list li { border-color: rgba(22, 35, 58, 0.1); }

/* formulario claro */
body.lt-light .lt-form-section {
  background: radial-gradient(800px 500px at 50% 110%, rgba(165, 126, 34, 0.07), transparent 70%), #f1eee4;
}
body.lt-light .lt-field input {
  background: #ffffff;
  border-color: rgba(22, 35, 58, 0.2);
  color: var(--cream);
}
body.lt-light .lt-field input:focus { border-color: var(--gold); background: #ffffff; }

/* footer claro */
body.lt-light .footer { background: #f1eee4; border-top-color: var(--gold-faint); }

/* triada: anillos sobre claro */
body.lt-light .triad-item { background: radial-gradient(circle at 50% 32%, rgba(165, 126, 34, 0.12), transparent 70%); }

/* interludio (frase) */
body.lt-light .lt-interlude { background: #f1eee4; }

/* mantener subtítulos / intros como estaban (se veían bien); solo el cuerpo gana color */
body.lt-light .lt-subtitle { color: rgba(22, 35, 58, 0.85); }
body.lt-light .section-lead { color: var(--cream-dim); }
/* párrafos de cuerpo "sueltos" (p. ej. sección soledad) también con más color */
body.lt-light #soledad p:not(.eyebrow) { color: var(--cream-dim); }

/* fundadoras: desvanecido más suave (menos que el resto de retratos) */
.founder-img {
  -webkit-mask-image:
    linear-gradient(to right, transparent 0, #000 4%, #000 96%, transparent 100%),
    linear-gradient(to bottom, transparent 0, #000 3%, #000 97%, transparent 100%);
  -webkit-mask-composite: source-in;
          mask-image:
    linear-gradient(to right, transparent 0, #000 4%, #000 96%, transparent 100%),
    linear-gradient(to bottom, transparent 0, #000 3%, #000 97%, transparent 100%);
          mask-composite: intersect;
}

/* fotos de atmósfera corporativa sobre tema claro: se funden hacia el blanco */
body.lt-light .lt-atmos-img { filter: saturate(1.02); }

/* velo CLARO del hero (tema blanco): protege el logo navy y deja ver el video */
body.lt-light .lt-hero-veil {
  background:
    radial-gradient(72% 62% at 50% 42%, rgba(247, 245, 239, 0.86), rgba(247, 245, 239, 0.46) 78%),
    linear-gradient(180deg, rgba(247, 245, 239, 0.52), rgba(247, 245, 239, 0.4) 38%, rgba(241, 238, 228, 0.9));
}
body.lt-light .lt-hero { background: #f1eee4; }
