/**
 * Lady Nicole Editor-First v3 — Phase 13 homepage polish.
 * Premium editorial homepage, contained media, stable section rhythm and readable CTAs.
 */
.lnv3home {
  --lnv3home-blue: var(--lnv3-blue, #0b82bb);
  --lnv3home-blue-deep: var(--lnv3-blue-deep, #075779);
  --lnv3home-navy: var(--lnv3-navy, #071d2d);
  --lnv3home-ink: var(--lnv3-ink, #13191e);
  --lnv3home-muted: var(--lnv3-muted, #63717a);
  --lnv3home-line: var(--lnv3-line, #d9e3e7);
  --lnv3home-accent: var(--lnv3-accent, #f5a019);
  --lnv3home-paper: #ffffff;
  --lnv3home-soft: #f3f7f8;
  --lnv3home-warm: #f3eee5;
  --lnv3home-container: var(--lnv3-container, 1320px);
  width: 100%;
  overflow: clip;
  background: var(--lnv3home-paper);
  color: var(--lnv3home-ink);
}
.lnv3home,
.lnv3home * { box-sizing: border-box; }
.lnv3home :where(h1,h2,h3,p,figure,blockquote,ol,ul) { margin-top: 0; }
.lnv3home :where(a) { text-decoration: none; }
.lnv3home :where(img) { display: block; max-width: 100%; }
.lnv3home-container { width: min(calc(100% - 64px), var(--lnv3home-container)); margin-inline: auto; }
.lnv3home-kicker {
  margin: 0 0 17px;
  color: var(--lnv3home-blue);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.3;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.lnv3home-kicker--light { color: #b9e9ff; }
.lnv3home-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 31px; }
.lnv3home-button,
.lnv3home-link,
.lnv3home-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: 780;
  line-height: 1.2;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease;
}
.lnv3home-button svg,
.lnv3home-link svg,
.lnv3home-card-link svg { width: 18px; height: 18px; flex: 0 0 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.lnv3home-button:hover,
.lnv3home-link:hover,
.lnv3home-card-link:hover { transform: translateY(-2px); }
.lnv3home-button {
  min-height: 55px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: none;
  font-size: 14px;
}
.lnv3home-button--accent { background: var(--lnv3home-accent); color: #17130d; }
.lnv3home-button--accent:hover { background: #ffb23d; color: #17130d; box-shadow: 0 14px 30px rgba(245,160,25,.22); }
.lnv3home-button--glass { border-color: rgba(255,255,255,.62); background: rgba(255,255,255,.08); color: #fff; backdrop-filter: blur(8px); }
.lnv3home-button--glass:hover { border-color: #fff; background: #fff; color: var(--lnv3home-navy); }
.lnv3home-button--navy { background: var(--lnv3home-navy); color: #fff; }
.lnv3home-button--navy:hover { background: var(--lnv3home-blue-deep); color: #fff; box-shadow: 0 14px 30px rgba(7,29,45,.18); }
.lnv3home-button--light { border-color: #fff; background: #fff; color: var(--lnv3home-navy); }
.lnv3home-button--light:hover { background: var(--lnv3home-accent); border-color: var(--lnv3home-accent); color: #17130d; }
.lnv3home-link { color: #006da3; font-size: 14px; }
.lnv3home-link:hover { color: var(--lnv3home-navy); }

/* Hero — contained, editorial and incapable of bleeding into the next section. */
.lnv3home-hero {
  position: relative;
  padding: clamp(24px, 3vw, 42px) 0 clamp(70px, 7vw, 104px);
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 10%, rgba(11,130,187,.13), transparent 31%),
    linear-gradient(180deg, #eef4f6 0%, #f8fafb 100%);
}
.lnv3home-hero__frame {
  display: grid;
  grid-template-columns: minmax(0,1.02fr) minmax(0,.98fr);
  min-height: clamp(620px, 48vw, 690px);
  overflow: hidden;
  background: var(--lnv3home-navy);
  box-shadow: 0 34px 90px rgba(5,33,49,.18);
}
.lnv3home-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  padding: clamp(50px, 5vw, 74px);
  color: #fff;
}
.lnv3home-hero__copy::before {
  content: "";
  position: absolute;
  top: clamp(32px, 4vw, 58px);
  left: clamp(50px, 5vw, 74px);
  width: 58px;
  height: 2px;
  background: var(--lnv3home-accent);
}
.lnv3home-hero__copy > .lnv3home-kicker { margin-top: 30px; }
.lnv3home-hero h1 {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-size: clamp(46px, 4.35vw, 68px);
  font-weight: 750;
  line-height: 1.01;
  letter-spacing: -.038em;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}
.lnv3home-hero__lead {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.84);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.72;
}
.lnv3home-hero__note {
  display: flex;
  align-items: center;
  gap: 11px;
  max-width: 620px;
  margin: 25px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 11px;
  font-weight: 760;
  line-height: 1.55;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.lnv3home-hero__note > span { width: 8px; height: 8px; flex: 0 0 8px; border: 2px solid var(--lnv3home-accent); border-radius: 50%; }
.lnv3home-hero__media { position: relative; min-width: 0; min-height: 100%; margin: 0; overflow: hidden; background: #dce7eb; isolation: isolate; }
.lnv3home-hero__media::before {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 24px;
  border: 1px solid rgba(255,255,255,.44);
  pointer-events: none;
}
.lnv3home-hero__image { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.lnv3home-hero--focus-left .lnv3home-hero__image { object-position: 35% center; }
.lnv3home-hero--focus-right .lnv3home-hero__image { object-position: 68% center; }
.lnv3home-hero__veil { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(7,29,45,.22), transparent 35%), linear-gradient(0deg, rgba(7,29,45,.15), transparent 45%); }

/* Opening statement */
.lnv3home-statement { position: relative; padding: clamp(82px, 8vw, 120px) 0; background: #fff; }
.lnv3home-statement::before { content: ""; position: absolute; top: 0; left: 50%; width: min(calc(100% - 64px), var(--lnv3home-container)); height: 1px; transform: translateX(-50%); background: var(--lnv3home-line); }
.lnv3home-statement__inner { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(300px,.65fr); gap: clamp(54px, 8vw, 122px); align-items: center; }
.lnv3home-statement__copy { max-width: 900px; }
.lnv3home-statement h2 { margin: 0 0 25px; font-size: clamp(42px, 5vw, 70px); font-weight: 720; line-height: 1.03; letter-spacing: -.046em; text-wrap: balance; }
.lnv3home-statement__copy > p:not(.lnv3home-kicker) { max-width: 780px; margin: 0; color: var(--lnv3home-muted); font-size: 18px; line-height: 1.8; }
.lnv3home-principles { margin: 0; padding: 0; border-top: 1px solid var(--lnv3home-line); list-style: none; }
.lnv3home-principles li { display: grid; grid-template-columns: 40px 1fr; gap: 14px; align-items: center; padding: 19px 0; border-bottom: 1px solid var(--lnv3home-line); }
.lnv3home-principles span { color: var(--lnv3home-accent); font-size: 11px; font-weight: 850; letter-spacing: .13em; }
.lnv3home-principles strong { color: var(--lnv3home-ink); font-size: 15px; line-height: 1.45; }

/* Shared section heading */
.lnv3home-heading { display: flex; gap: 40px; align-items: flex-end; justify-content: space-between; margin-bottom: 47px; }
.lnv3home-heading > div { max-width: 880px; }
.lnv3home-heading h2 { margin: 0; font-size: clamp(39px, 4.5vw, 61px); font-weight: 720; line-height: 1.04; letter-spacing: -.043em; text-wrap: balance; }
.lnv3home-heading p:not(.lnv3home-kicker) { max-width: 760px; margin: 19px 0 0; color: var(--lnv3home-muted); font-size: 17px; line-height: 1.74; }
.lnv3home-heading--center { justify-content: center; text-align: center; }
.lnv3home-heading--center > div { max-width: 860px; }

/* Programs */
.lnv3home-programs { padding: clamp(82px, 8vw, 118px) 0; background: var(--lnv3home-soft); }
.lnv3home-program-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
.lnv3home-program-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid #e1e9ec; background: #fff; box-shadow: 0 20px 48px rgba(6,39,57,.055); transition: transform .24s ease, box-shadow .24s ease; }
.lnv3home-program-card:hover { transform: translateY(-5px); box-shadow: 0 28px 62px rgba(6,39,57,.11); }
.lnv3home-program-card__media { position: relative; display: block; aspect-ratio: 4 / 3.25; overflow: hidden; background: #dce7ec; }
.lnv3home-program-card__media::after { content: ""; position: absolute; inset: 72% 0 0; background: linear-gradient(transparent,rgba(4,25,38,.55)); pointer-events: none; }
.lnv3home-program-card__media img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; transition: transform .48s ease; }
.lnv3home-program-card:hover .lnv3home-program-card__media img { transform: scale(1.025); }
.lnv3home-program-card__number { position: absolute; z-index: 2; right: 17px; bottom: 14px; padding: 4px 7px; color: #fff; font-size: 31px; font-weight: 850; line-height: 1; letter-spacing: -.055em; text-shadow: 0 2px 18px rgba(0,0,0,.28); }
.lnv3home-program-card__badge { position: absolute; z-index: 2; top: 16px; left: 16px; max-width: calc(100% - 32px); padding: 8px 10px; background: rgba(255,255,255,.95); color: var(--lnv3home-navy); font-size: 10px; font-weight: 850; line-height: 1.25; letter-spacing: .11em; text-transform: uppercase; }
.lnv3home-program-card__body { display: flex; flex: 1 1 auto; flex-direction: column; padding: 27px 24px 30px; }
.lnv3home-program-card h3 { min-height: 2.25em; margin: 0 0 13px; font-size: clamp(22px, 1.75vw, 27px); font-weight: 730; line-height: 1.1; letter-spacing: -.03em; overflow-wrap: anywhere; word-break: normal; }
.lnv3home-program-card h3 a { color: var(--lnv3home-ink); }
.lnv3home-program-card__body > p { min-height: 76px; margin: 0 0 22px; color: var(--lnv3home-muted); font-size: 15px; line-height: 1.68; }
.lnv3home-card-link { margin-top: auto; color: #006da3; font-size: 13px; }
.lnv3home-card-link:hover { color: var(--lnv3home-navy); }

/* About */
.lnv3home-intro { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); min-height: 700px; background: #fff; }
.lnv3home-intro__media { position: relative; min-height: 700px; overflow: hidden; background: #e2e9ec; }
.lnv3home-intro__media::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(7,29,45,.08); pointer-events: none; }
.lnv3home-intro__media img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center 22%; }
.lnv3home-intro__content { display: flex; align-items: center; background: #fff; }
.lnv3home-intro__copy { width: min(100%, 735px); padding: 82px clamp(44px, 7vw, 112px); }
.lnv3home-intro h2 { margin: 0 0 25px; font-size: clamp(40px, 4.55vw, 65px); font-weight: 720; line-height: 1.03; letter-spacing: -.045em; text-wrap: balance; }
.lnv3home-intro__copy > p:not(.lnv3home-kicker) { margin: 0 0 26px; color: var(--lnv3home-muted); font-size: 18px; line-height: 1.8; }
.lnv3home-intro blockquote { margin: 0 0 31px; padding: 17px 0 17px 23px; border-left: 3px solid var(--lnv3home-accent); color: var(--lnv3home-navy); font-size: 18px; font-weight: 700; line-height: 1.5; }

/* Process */
.lnv3home-journey { position: relative; padding: clamp(86px, 8vw, 120px) 0; background: var(--lnv3home-warm); }
.lnv3home-journey__grid { display: grid; grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr); gap: clamp(58px, 8vw, 108px); align-items: start; }
.lnv3home-journey__intro { position: sticky; top: 150px; }
.lnv3home-journey__intro h2 { margin: 0 0 24px; font-size: clamp(40px, 4.5vw, 62px); font-weight: 720; line-height: 1.04; letter-spacing: -.045em; text-wrap: balance; }
.lnv3home-journey__intro > p:not(.lnv3home-kicker) { margin: 0 0 26px; color: var(--lnv3home-muted); font-size: 18px; line-height: 1.76; }
.lnv3home-journey__steps { margin: 0; padding: 0; border-top: 1px solid rgba(19,25,30,.22); list-style: none; }
.lnv3home-journey__steps li { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid rgba(19,25,30,.22); }
.lnv3home-journey__steps li > span { padding-top: 5px; color: #c87800; font-size: 11px; font-weight: 850; letter-spacing: .13em; }
.lnv3home-journey__steps h3 { margin: 0 0 8px; font-size: 23px; line-height: 1.26; }
.lnv3home-journey__steps p { margin: 0; color: var(--lnv3home-muted); line-height: 1.68; }

/* Testimonials */
.lnv3home-testimonials { padding: clamp(86px, 8vw, 120px) 0; background: #fff; }
.lnv3home-testimonials__grid { display: grid; grid-template-columns: minmax(350px,.88fr) minmax(0,1.12fr); min-height: 580px; overflow: hidden; background: var(--lnv3home-navy); box-shadow: 0 32px 78px rgba(4,31,47,.15); }
.lnv3home-testimonials__media { position: relative; min-height: 580px; overflow: hidden; background: #dce6ea; }
.lnv3home-testimonials__media img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; }
.lnv3home-testimonials__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,29,45,.14), transparent 45%); }
.lnv3home-testimonials__content { display: flex; flex-direction: column; justify-content: center; gap: 31px; padding: clamp(48px, 7vw, 94px); color: #fff; }
.lnv3home-quote { margin: 0; }
.lnv3home-quote + .lnv3home-quote { padding-top: 28px; border-top: 1px solid rgba(255,255,255,.16); }
.lnv3home-quote blockquote { margin: 0 0 27px; color: #fff; font-size: clamp(24px, 2.7vw, 38px); font-weight: 560; line-height: 1.36; letter-spacing: -.025em; }
.lnv3home-quote figcaption { display: flex; flex-direction: column; gap: 4px; }
.lnv3home-quote figcaption strong { color: #fff; font-size: 16px; }
.lnv3home-quote figcaption span { color: rgba(255,255,255,.66); font-size: 13px; }
.lnv3home-video-link { display: inline-flex; align-items: center; gap: 12px; width: fit-content; color: #fff; font-size: 14px; font-weight: 750; }
.lnv3home-video-link:hover { color: #fff; }
.lnv3home-video-link__icon { display: inline-grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; color: var(--lnv3home-accent); font-size: 12px; }

/* Free course */
.lnv3home-free { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); min-height: 660px; background: var(--lnv3home-blue-deep); color: #fff; }
.lnv3home-free__visual { position: relative; min-height: 660px; overflow: hidden; background: #d8e3e7; }
.lnv3home-free__visual img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; }
.lnv3home-free__visual::after { content: ""; position: absolute; inset: 0; box-shadow: inset -1px 0 rgba(255,255,255,.12); pointer-events: none; }
.lnv3home-free__content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 82px clamp(44px, 7vw, 112px); }
.lnv3home-free h2 { max-width: 700px; margin: 0 0 23px; color: #fff; font-size: clamp(40px, 4.6vw, 64px); font-weight: 720; line-height: 1.03; letter-spacing: -.045em; text-wrap: balance; }
.lnv3home-free__content > p:not(.lnv3home-kicker) { max-width: 680px; margin: 0 0 24px; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.76; }
.lnv3home-free ul { display: grid; gap: 11px; margin: 0 0 31px; padding: 0; list-style: none; }
.lnv3home-free li { position: relative; padding-left: 24px; color: rgba(255,255,255,.94); line-height: 1.55; }
.lnv3home-free li::before { content: ""; position: absolute; top: .58em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--lnv3home-accent); }

/* Manifesto */
.lnv3home-manifesto { position: relative; padding: clamp(82px, 9vw, 132px) 0; overflow: hidden; background: var(--lnv3home-blue); color: #fff; }
.lnv3home-manifesto::before { content: ""; position: absolute; width: 420px; height: 420px; right: -170px; bottom: -260px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.lnv3home-manifesto p { position: relative; max-width: 1110px; margin: 0 auto; color: #fff; font-size: clamp(39px, 5.7vw, 77px); font-weight: 780; line-height: 1.03; letter-spacing: -.045em; text-align: center; text-wrap: balance; }

/* Final CTA */
.lnv3home-final { position: relative; min-height: 590px; overflow: hidden; isolation: isolate; background: var(--lnv3home-navy); }
.lnv3home-final > img { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.lnv3home-final__veil { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(3,23,36,.96), rgba(3,23,36,.72) 56%, rgba(3,23,36,.25)); }
.lnv3home-final__inner { min-height: 590px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; color: #fff; }
.lnv3home-final h2 { max-width: 780px; margin: 0 0 21px; color: #fff; font-size: clamp(45px, 5.4vw, 75px); font-weight: 740; line-height: 1.01; letter-spacing: -.045em; text-wrap: balance; }
.lnv3home-final__inner > p:not(.lnv3home-kicker) { max-width: 650px; margin: 0 0 30px; color: rgba(255,255,255,.84); font-size: 18px; line-height: 1.72; }

@media (max-width: 1120px) {
  .lnv3home-hero__frame { grid-template-columns: minmax(0,1.04fr) minmax(0,.96fr); }
  .lnv3home-hero__copy { padding: 58px 46px; }
  .lnv3home-hero__copy::before { left: 46px; }
  .lnv3home-hero h1 { font-size: clamp(44px, 5.15vw, 62px); }
  .lnv3home-program-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .lnv3home-statement__inner { grid-template-columns: minmax(0,1.15fr) minmax(280px,.85fr); gap: 56px; }
  .lnv3home-journey__grid { gap: 58px; }
}
@media (max-width: 900px) {
  .lnv3home-container { width: min(calc(100% - 36px), var(--lnv3home-container)); }
  .lnv3home-hero { padding-top: 20px; }
  .lnv3home-hero__frame { grid-template-columns: 1fr; min-height: 0; }
  .lnv3home-hero__media { order: -1; min-height: 0; aspect-ratio: 16 / 10; }
  .lnv3home-hero__copy { padding: 62px 48px 68px; }
  .lnv3home-hero__copy::before { top: 34px; left: 48px; }
  .lnv3home-hero__copy > .lnv3home-kicker { margin-top: 18px; }
  .lnv3home-hero h1 { max-width: 720px; }
  .lnv3home-statement__inner,
  .lnv3home-journey__grid { grid-template-columns: 1fr; }
  .lnv3home-heading { align-items: flex-start; flex-direction: column; }
  .lnv3home-intro,
  .lnv3home-free { grid-template-columns: 1fr; }
  .lnv3home-intro__media,
  .lnv3home-free__visual { min-height: 0; aspect-ratio: 16 / 11; }
  .lnv3home-intro__copy,
  .lnv3home-free__content { width: 100%; padding: 70px 38px; }
  .lnv3home-journey__intro { position: static; }
  .lnv3home-testimonials__grid { grid-template-columns: 1fr; }
  .lnv3home-testimonials__media { min-height: 0; aspect-ratio: 16 / 10; }
  .lnv3home-final__veil { background: rgba(3,23,36,.74); }
}
@media (max-width: 620px) {
  .lnv3home-container { width: min(calc(100% - 24px), var(--lnv3home-container)); }
  .lnv3home-hero { padding: 12px 0 62px; }
  .lnv3home-hero__media { aspect-ratio: 4 / 3; }
  .lnv3home-hero__media::before { inset: 13px; }
  .lnv3home-hero__copy { padding: 54px 25px 58px; }
  .lnv3home-hero__copy::before { top: 30px; left: 25px; width: 42px; }
  .lnv3home-hero h1 { font-size: clamp(41px, 13vw, 54px); }
  .lnv3home-hero__lead { font-size: 16px; }
  .lnv3home-actions { width: 100%; flex-direction: column; }
  .lnv3home-button { width: 100%; }
  .lnv3home-statement::before { width: calc(100% - 24px); }
  .lnv3home-statement h2,
  .lnv3home-heading h2,
  .lnv3home-intro h2,
  .lnv3home-journey__intro h2,
  .lnv3home-free h2 { font-size: 39px; }
  .lnv3home-program-grid { grid-template-columns: 1fr; }
  .lnv3home-program-card h3,
  .lnv3home-program-card__body > p { min-height: 0; }
  .lnv3home-intro__media,
  .lnv3home-free__visual,
  .lnv3home-testimonials__media { aspect-ratio: 4 / 3; }
  .lnv3home-intro__copy,
  .lnv3home-free__content,
  .lnv3home-testimonials__content { padding: 58px 24px; }
  .lnv3home-journey__steps li { grid-template-columns: 42px 1fr; }
  .lnv3home-quote blockquote { font-size: 25px; }
  .lnv3home-manifesto p { font-size: 39px; }
  .lnv3home-final,
  .lnv3home-final__inner { min-height: 520px; }
  .lnv3home-final h2 { font-size: 43px; }
}
@media (prefers-reduced-motion: reduce) {
  .lnv3home :where(a,img,article) { transition: none; }
  .lnv3home :where(a,article):hover { transform: none; }
}
