/*
 * Lok-N-Blok homepage presentation lock.
 * This file intentionally loads last so the public homepage has one visual
 * contract while text and media remain hot-swappable through Site Editor.
 */

:root{
  --home-ink:#06110b;
  --home-ink-2:#0a1b12;
  --home-paper:#f6f8f5;
  --home-paper-2:#eaf0eb;
  --home-green:#37d676;
  --home-green-deep:#138948;
  --home-gold:#e7b94d;
  --home-line:rgba(109,145,120,.2);
  --home-shadow:0 24px 70px rgba(3,15,8,.18);
}

/* Final cross-theme contract: these proof bands remain intentionally dark. */
html[data-theme="light"][data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] :is(.lnb-home-system-story,.lnb-home-live,.lnb-home-deeper-links,.lnb-wind-proof-section,.lnb-carbon-ledger),
html[data-lnb-base="light"] body.light-theme[data-lnb-home-mobile-clean="1"] :is(.lnb-home-system-story,.lnb-home-live,.lnb-home-deeper-links,.lnb-wind-proof-section,.lnb-carbon-ledger){
  background:#06110b!important;
  color:#eef7f1!important;
}

html[data-theme="light"][data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] :is(.lnb-home-system-story,.lnb-home-live,.lnb-home-deeper-links,.lnb-wind-proof-section,.lnb-carbon-ledger) :is(h2,h3,strong),
html[data-lnb-base="light"] body.light-theme[data-lnb-home-mobile-clean="1"] :is(.lnb-home-system-story,.lnb-home-live,.lnb-home-deeper-links,.lnb-wind-proof-section,.lnb-carbon-ledger) :is(h2,h3,strong){
  color:#f4faf6!important;
  -webkit-text-fill-color:#f4faf6!important;
}

html[data-theme="light"][data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] :is(.lnb-home-system-story,.lnb-home-live,.lnb-home-deeper-links,.lnb-wind-proof-section,.lnb-carbon-ledger) p,
html[data-lnb-base="light"] body.light-theme[data-lnb-home-mobile-clean="1"] :is(.lnb-home-system-story,.lnb-home-live,.lnb-home-deeper-links,.lnb-wind-proof-section,.lnb-carbon-ledger) p{
  color:rgba(232,241,235,.79)!important;
  -webkit-text-fill-color:rgba(232,241,235,.79)!important;
}

html[data-theme="light"][data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .lnb-carbon-disclosure,
html[data-lnb-base="light"] body.light-theme[data-lnb-home-mobile-clean="1"] .lnb-carbon-disclosure{
  color:rgba(232,241,235,.64)!important;
  -webkit-text-fill-color:rgba(232,241,235,.64)!important;
}

html[data-theme="light"][data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-proof-metrics a.home-proof-summary,
html[data-lnb-base="light"] body.light-theme[data-lnb-home-mobile-clean="1"] .lnb-home-proof-metrics a.home-proof-summary{
  background:#fff!important;
  color:#07130c!important;
}

html[data-theme="light"][data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .home-proof-summary .home-proof-copy b,
html[data-lnb-base="light"] body.light-theme[data-lnb-home-mobile-clean="1"] .home-proof-summary .home-proof-copy b{
  color:#07130c!important;
  -webkit-text-fill-color:#07130c!important;
}

html[data-theme="light"][data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .home-proof-summary .home-proof-copy > span,
html[data-lnb-base="light"] body.light-theme[data-lnb-home-mobile-clean="1"] .home-proof-summary .home-proof-copy > span{
  color:#4d6154!important;
  -webkit-text-fill-color:#4d6154!important;
}

html,
body[data-lnb-home-mobile-clean="1"]{
  margin-top:0!important;
  padding-top:0!important;
  scroll-behavior:smooth;
}

body[data-lnb-home-mobile-clean="1"]{
  overflow-x:hidden!important;
  background:var(--home-paper)!important;
  color:var(--home-ink)!important;
}

body[data-lnb-home-mobile-clean="1"] #pageLoader,
body[data-lnb-home-mobile-clean="1"] #particles,
body[data-lnb-home-mobile-clean="1"] .grid-bg,
body[data-lnb-home-mobile-clean="1"] .cursor-glow,
body[data-lnb-home-mobile-clean="1"] #lnbLaunchWeekBanner,
body[data-lnb-home-mobile-clean="1"] .lnb-launch-week-banner,
body[data-lnb-home-mobile-clean="1"] .lnb-holiday-banner,
body[data-lnb-home-mobile-clean="1"] .lnb-holiday-subbanner,
body[data-lnb-home-mobile-clean="1"] .lnb-holiday-edge,
body[data-lnb-home-mobile-clean="1"] .lnb-holiday-ornament,
body[data-lnb-home-mobile-clean="1"] .lnb-holiday-ornament-2,
body[data-lnb-home-mobile-clean="1"] .lnb-holiday-particle,
body[data-lnb-home-mobile-clean="1"] .lnb-holiday-fw{
  display:none!important;
}

body[data-lnb-home-mobile-clean="1"].lnb-holiday-on,
body[data-lnb-home-mobile-clean="1"].lnb-launch-week-active{
  padding-top:0!important;
}

/* Navigation */
body[data-lnb-home-mobile-clean="1"] #nav{
  position:sticky!important;
  top:0!important;
  z-index:100!important;
  margin:0!important;
  padding:0!important;
  transform:none!important;
  border:0!important;
  border-bottom:1px solid rgba(116,226,153,.14)!important;
  background:rgba(3,10,6,.92)!important;
  box-shadow:0 10px 28px rgba(0,0,0,.18)!important;
  backdrop-filter:blur(18px) saturate(140%)!important;
}

body[data-lnb-home-mobile-clean="1"] #nav .container{
  width:min(100% - 44px, 1510px)!important;
  min-height:82px!important;
  padding:0!important;
  gap:24px!important;
}

body[data-lnb-home-mobile-clean="1"] #nav .logo{
  flex:0 0 auto!important;
}

body[data-lnb-home-mobile-clean="1"] #nav .lnb-logo-lockup,
body[data-lnb-home-mobile-clean="1"] #nav .lnb-logo-lockup img{
  width:218px!important;
  height:auto!important;
  max-height:52px!important;
}

body[data-lnb-home-mobile-clean="1"] #nav .nav-links{
  margin-left:auto!important;
  gap:clamp(14px,1.55vw,28px)!important;
}

body[data-lnb-home-mobile-clean="1"] #nav .nav-links > a,
body[data-lnb-home-mobile-clean="1"] #nav .portal-trigger{
  font-size:.88rem!important;
  line-height:1.2!important;
  letter-spacing:0!important;
}

body[data-lnb-home-mobile-clean="1"] #nav .nav-cta{
  min-height:46px!important;
  padding:0 22px!important;
  display:inline-flex!important;
  align-items:center!important;
  border-radius:6px!important;
  background:linear-gradient(135deg,#128e49,#31bf68)!important;
  color:#fff!important;
  box-shadow:0 12px 30px rgba(31,178,92,.24)!important;
}

body[data-lnb-home-mobile-clean="1"] #nav .theme-toggle{
  width:44px!important;
  height:44px!important;
  border-radius:50%!important;
  color:#a8f0c2!important;
  border:1px solid rgba(168,240,194,.2)!important;
  background:rgba(255,255,255,.04)!important;
}

/* Hero */
body[data-lnb-home-mobile-clean="1"] .lnb-v2-hero{
  position:relative!important;
  display:flex!important;
  min-height:680px!important;
  padding:42px 0 54px!important;
  overflow:hidden!important;
  color:#f7fff9!important;
  background:#041008!important;
  border:0!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-v2-hero-video{
  display:block!important;
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center 46%!important;
  opacity:.42!important;
  filter:saturate(.72) contrast(1.12) brightness(.72)!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-v2-hero-video-scrim{
  display:block!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:
    linear-gradient(90deg,rgba(2,9,5,.99) 0%,rgba(3,12,7,.96) 35%,rgba(3,12,7,.58) 62%,rgba(3,10,6,.78) 100%),
    linear-gradient(180deg,rgba(2,8,5,.08),rgba(2,8,5,.36) 68%,rgba(2,8,5,.95))!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-v2-hero-bloom{
  display:block!important;
  position:absolute!important;
  z-index:1!important;
  right:5%!important;
  top:12%!important;
  width:min(54vw,820px)!important;
  aspect-ratio:1.35!important;
  opacity:.9!important;
  background:radial-gradient(ellipse at center,rgba(42,198,103,.24),rgba(225,181,72,.06) 38%,transparent 70%)!important;
  filter:blur(8px)!important;
  pointer-events:none!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-hero-sheen{
  display:block!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  opacity:.26!important;
  background-image:linear-gradient(115deg,transparent 0 66%,rgba(99,230,145,.12) 66.1% 66.2%,transparent 66.3%)!important;
  background-size:420px 320px!important;
  pointer-events:none!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-v2-hero::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:radial-gradient(ellipse 38% 32% at 74% 54%,rgba(50,215,117,.2),transparent 72%)!important;
  opacity:1!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-v2-hero::after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  z-index:2!important;
  height:1px!important;
  background:linear-gradient(90deg,transparent,rgba(91,235,145,.52),rgba(229,185,77,.46),transparent)!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-v2-hero .wrap{
  position:relative!important;
  z-index:3!important;
  width:min(100% - 72px,1510px)!important;
  max-width:none!important;
  margin:0 auto!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr)!important;
  grid-template-areas:
    "copy product"
    "cred cred"!important;
  align-items:center!important;
  gap:26px clamp(40px,5vw,86px)!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-v2-hero .hero-left{
  grid-area:copy!important;
  width:100%!important;
  max-width:760px!important;
  padding:16px 0 0!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-home-launch-board,
body[data-lnb-home-mobile-clean="1"] .lnb-home-review-strip,
body[data-lnb-home-mobile-clean="1"] .lnb-v2-scroll-cue,
body[data-lnb-home-mobile-clean="1"] .lnb-ios-path-launcher{
  display:none!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-hero-kicker,
body[data-lnb-home-mobile-clean="1"] .section-kicker,
body[data-lnb-home-mobile-clean="1"] .concept-kicker{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  margin:0 0 16px!important;
  color:var(--home-gold)!important;
  font:800 .74rem/1.25 "Space Grotesk",Inter,sans-serif!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-hero-kicker::before,
body[data-lnb-home-mobile-clean="1"] .section-kicker::before,
body[data-lnb-home-mobile-clean="1"] .concept-kicker::before{
  content:""!important;
  width:8px!important;
  height:8px!important;
  flex:0 0 8px!important;
  border-radius:50%!important;
  background:var(--home-green)!important;
  box-shadow:0 0 18px rgba(55,214,118,.6)!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-hero-kicker > span{
  display:none!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-v2-h1{
  max-width:780px!important;
  margin:0 0 18px!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font:800 clamp(3.85rem,5.15vw,5.65rem)/.97 "Space Grotesk",Inter,sans-serif!important;
  letter-spacing:0!important;
  text-wrap:balance!important;
  text-shadow:0 18px 45px rgba(0,0,0,.28)!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-v2-sub{
  max-width:690px!important;
  margin:0 0 26px!important;
  color:rgba(235,246,239,.9)!important;
  -webkit-text-fill-color:rgba(235,246,239,.9)!important;
  font:500 clamp(1.03rem,1.32vw,1.2rem)/1.6 Inter,sans-serif!important;
  letter-spacing:0!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-v2-tracks{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  width:100%!important;
  max-width:720px!important;
  margin:0 0 22px!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-v2-track{
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr)!important;
  align-items:center!important;
  gap:10px!important;
  width:100%!important;
  max-width:none!important;
  min-height:70px!important;
  padding:11px 14px!important;
  border-radius:6px!important;
  border:1px solid rgba(120,225,157,.3)!important;
  background:rgba(5,18,11,.74)!important;
  box-shadow:0 14px 32px rgba(0,0,0,.18)!important;
  color:#fff!important;
  text-decoration:none!important;
  transition:transform .2s ease,border-color .2s ease,background .2s ease!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-v2-track:hover{
  transform:translateY(-3px)!important;
  border-color:rgba(120,225,157,.72)!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-v2-track.track-build{
  border-color:rgba(124,240,164,.7)!important;
  background:linear-gradient(135deg,#118944,#29bd64)!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-v2-track.track-invest{
  border-color:rgba(229,185,77,.62)!important;
  background:rgba(38,31,13,.72)!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-v2-track .t-ico{
  display:grid!important;
  place-items:center!important;
  width:40px!important;
  height:40px!important;
  border-radius:6px!important;
  background:rgba(255,255,255,.09)!important;
  color:#a8f0c2!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-v2-track.track-build .t-ico{
  background:rgba(255,255,255,.18)!important;
  color:#fff!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-v2-track.track-invest .t-ico{
  background:var(--home-gold)!important;
  color:#221a06!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-v2-track .t-head{
  display:block!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font:800 .94rem/1.15 Inter,sans-serif!important;
  letter-spacing:0!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-v2-track .t-sub{
  display:block!important;
  margin-top:4px!important;
  color:rgba(234,246,238,.72)!important;
  -webkit-text-fill-color:rgba(234,246,238,.72)!important;
  font:500 .74rem/1.2 Inter,sans-serif!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-v2-proof-line{
  display:none!important;
  flex-wrap:wrap!important;
  gap:10px 22px!important;
  margin:0!important;
  color:rgba(235,246,239,.86)!important;
  -webkit-text-fill-color:rgba(235,246,239,.86)!important;
  font:700 .82rem/1.35 Inter,sans-serif!important;
  white-space:normal!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-v2-proof-line span{
  position:relative!important;
  padding-left:18px!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-v2-proof-line span::before{
  content:"✓"!important;
  position:absolute!important;
  left:0!important;
  color:#55e58e!important;
}

/* Product stage */
body[data-lnb-home-mobile-clean="1"] .lnb-hero-product-stage{
  grid-area:product!important;
  position:relative!important;
  display:grid!important;
  place-items:center!important;
  min-height:410px!important;
  width:100%!important;
  max-width:none!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
  isolation:isolate!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-hero-product-stage::before{
  content:""!important;
  position:absolute!important;
  z-index:-1!important;
  left:50%!important;
  bottom:52px!important;
  width:min(42vw,620px)!important;
  height:min(12vw,170px)!important;
  transform:translateX(-50%)!important;
  border-radius:50%!important;
  border:1px solid rgba(67,221,126,.48)!important;
  background:radial-gradient(ellipse at center,rgba(42,198,103,.25),rgba(42,198,103,.02) 72%)!important;
  box-shadow:0 0 74px rgba(51,215,116,.2)!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-hero-product-stage::after{
  content:"PATENTED INTERLOCK"!important;
  position:absolute!important;
  right:2%!important;
  top:9%!important;
  padding:8px 11px!important;
  border:1px solid rgba(77,227,134,.36)!important;
  border-radius:999px!important;
  color:#78eca5!important;
  background:rgba(3,13,7,.64)!important;
  font:800 .64rem/1 Inter,sans-serif!important;
  letter-spacing:.12em!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-hero-product-stage img{
  position:relative!important;
  z-index:1!important;
  width:auto!important;
  max-width:100%!important;
  max-height:none!important;
  height:min(36vw,460px)!important;
  aspect-ratio:auto!important;
  transform:translate(-2%,4%) rotate(-2deg)!important;
  transform-origin:center!important;
  filter:drop-shadow(0 42px 38px rgba(0,0,0,.58)) drop-shadow(0 0 30px rgba(59,213,119,.18))!important;
  transition:transform .35s ease,filter .35s ease!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-hero-product-stage:hover img{
  transform:translate(-2%,1%) rotate(-1deg)!important;
  filter:drop-shadow(0 48px 42px rgba(0,0,0,.62)) drop-shadow(0 0 42px rgba(59,213,119,.26))!important;
}

body[data-lnb-home-mobile-clean="1"] .product-stage-backdrop,
body[data-lnb-home-mobile-clean="1"] .product-stage-chip,
body[data-lnb-home-mobile-clean="1"] .product-stage-queue{
  display:none!important;
}

body[data-lnb-home-mobile-clean="1"] .product-stage-play{
  position:absolute!important;
  z-index:3!important;
  right:0!important;
  top:46%!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  color:#fff!important;
  font:800 .82rem/1.2 Inter,sans-serif!important;
}

body[data-lnb-home-mobile-clean="1"] .product-stage-play i{
  display:grid!important;
  place-items:center!important;
  width:58px!important;
  height:58px!important;
  border-radius:50%!important;
  border:1px solid rgba(86,231,141,.76)!important;
  background:rgba(3,13,7,.72)!important;
  color:#fff!important;
  font-style:normal!important;
  box-shadow:0 18px 38px rgba(0,0,0,.34)!important;
}

/* Credibility rail */
body[data-lnb-home-mobile-clean="1"] .lnb-home-cred-rail{
  grid-area:cred!important;
  position:relative!important;
  z-index:5!important;
  display:grid!important;
  grid-template-columns:minmax(0,2.05fr) minmax(420px,.95fr)!important;
  gap:18px!important;
  width:100%!important;
  margin:6px 0 0!important;
  padding:14px!important;
  border:1px solid rgba(127,208,152,.22)!important;
  border-radius:8px!important;
  background:rgba(5,16,10,.94)!important;
  box-shadow:0 28px 68px rgba(0,0,0,.46)!important;
  backdrop-filter:blur(18px)!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-home-partner-stack{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-home-partner-stack .lnb-v2-kh{
  display:grid!important;
  grid-template-columns:78px minmax(0,1fr) 66px!important;
  align-items:center!important;
  gap:12px!important;
  min-height:108px!important;
  padding:12px 14px!important;
  border:1px solid rgba(121,200,146,.16)!important;
  border-radius:6px!important;
  background:rgba(255,255,255,.025)!important;
  text-decoration:none!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-home-partner-stack .lnb-v2-kh:hover{
  border-color:rgba(229,185,77,.52)!important;
  background:rgba(255,255,255,.05)!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-home-partner-stack .kh-avatar{
  display:grid!important;
  place-items:center!important;
  width:78px!important;
  height:78px!important;
  overflow:hidden!important;
  border-radius:50%!important;
  border:2px solid rgba(229,185,77,.84)!important;
  background:linear-gradient(180deg,#f8faf7 0%,#e7eee9 100%)!important;
  box-shadow:0 0 0 4px rgba(229,185,77,.08)!important;
  isolation:isolate!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-home-partner-stack .kh-avatar img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:var(--portrait-fit,cover)!important;
  object-position:var(--portrait-position,50% 50%)!important;
  transform:translate(var(--portrait-shift-x,0),var(--portrait-shift-y,0)) scale(var(--portrait-scale,1))!important;
  transform-origin:50% 50%!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-v2-brandon{
  --portrait-fit:contain;
  --portrait-position:50% 50%;
  --portrait-shift-x:-5.5%;
  --portrait-shift-y:-4.5%;
  --portrait-scale:1.055;
}

body[data-lnb-home-mobile-clean="1"] .lnb-v2-kevin{
  --portrait-fit:cover;
  --portrait-position:50% 34%;
  --portrait-shift-x:0;
  --portrait-shift-y:0;
  --portrait-scale:1;
}

body[data-lnb-home-mobile-clean="1"] .lnb-home-partner-stack .kh-text{
  min-width:0!important;
  align-self:center!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-home-partner-stack .kh-eyebrow{
  display:block!important;
  margin-bottom:4px!important;
  color:var(--home-gold)!important;
  -webkit-text-fill-color:var(--home-gold)!important;
  font:800 .58rem/1.1 Inter,sans-serif!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-home-partner-stack .kh-name{
  display:block!important;
  margin-bottom:3px!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font:800 1.02rem/1.1 "Space Grotesk",Inter,sans-serif!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-home-partner-stack .kh-body{
  display:block!important;
  color:rgba(229,242,233,.72)!important;
  -webkit-text-fill-color:rgba(229,242,233,.72)!important;
  font:500 .74rem/1.32 Inter,sans-serif!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-home-partner-stack .kh-body strong{
  color:#d9e9de!important;
  -webkit-text-fill-color:#d9e9de!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-home-partner-stack .kh-arrow{
  display:none!important;
}

body[data-lnb-home-mobile-clean="1"] .kh-brand-mark{
  align-self:stretch!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:62px!important;
  padding:7px 5px!important;
  border-radius:5px!important;
  text-align:center!important;
  text-transform:uppercase!important;
  line-height:1!important;
}

body[data-lnb-home-mobile-clean="1"] .kh-brand-mark small{
  display:block!important;
  margin:0 0 5px!important;
  font:800 .5rem/1 Inter,sans-serif!important;
  letter-spacing:.06em!important;
}

body[data-lnb-home-mobile-clean="1"] .kh-brand-mark b{
  display:block!important;
  font:900 1.05rem/.9 "Space Grotesk",Inter,sans-serif!important;
  letter-spacing:0!important;
}

body[data-lnb-home-mobile-clean="1"] .kh-brand-mark em{
  display:block!important;
  margin-top:3px!important;
  font:800 .58rem/1 Inter,sans-serif!important;
  letter-spacing:.07em!important;
  font-style:normal!important;
}

body[data-lnb-home-mobile-clean="1"] .kh-brand-mark img{
  display:block!important;
  width:auto!important;
  max-width:54px!important;
  height:auto!important;
  max-height:50px!important;
  margin:0 auto 5px!important;
  object-fit:contain!important;
}

body[data-lnb-home-mobile-clean="1"] .kh-brand-shark{
  color:#e9f8fc!important;
  -webkit-text-fill-color:#e9f8fc!important;
  border:1px solid rgba(63,169,201,.54)!important;
  background:#071a24!important;
  box-shadow:inset 0 0 20px rgba(63,169,201,.12)!important;
}

body[data-lnb-home-mobile-clean="1"] .kh-brand-shark img{
  max-height:43px!important;
}

body[data-lnb-home-mobile-clean="1"] .kh-brand-football{
  color:#142f56!important;
  -webkit-text-fill-color:#142f56!important;
  border:1px solid rgba(20,47,86,.24)!important;
  background:#fff!important;
  box-shadow:inset 0 0 20px rgba(20,47,86,.08)!important;
}

body[data-lnb-home-mobile-clean="1"] .kh-brand-football img{
  max-width:38px!important;
  max-height:48px!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-home-proof-metrics{
  display:grid!important;
  grid-template-columns:1fr!important;
  align-items:stretch!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-home-proof-metrics a{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  min-width:0!important;
  min-height:96px!important;
  padding:18px 22px!important;
  border-left:1px solid rgba(117,160,130,.18)!important;
  text-decoration:none!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-home-proof-metrics small{
  display:block!important;
  margin-bottom:8px!important;
  color:var(--home-gold)!important;
  -webkit-text-fill-color:var(--home-gold)!important;
  font:800 .6rem/1 Inter,sans-serif!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-home-proof-metrics b{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font:800 clamp(.9rem,1.1vw,1.05rem)/1.1 "Space Grotesk",Inter,sans-serif!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-home-proof-metrics span{
  margin-top:8px!important;
  color:rgba(226,240,231,.64)!important;
  -webkit-text-fill-color:rgba(226,240,231,.64)!important;
  font:500 .68rem/1.3 Inter,sans-serif!important;
}

/* Route section */
body[data-lnb-home-mobile-clean="1"] .lnb-v2-builder-fastlane.choice-paths-only{
  position:relative!important;
  z-index:2!important;
  margin:0!important;
  padding:82px 0 90px!important;
  background:var(--home-paper)!important;
  color:var(--home-ink)!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-v2-builder-fastlane.choice-paths-only .wrap{
  width:min(100% - 72px,1420px)!important;
  max-width:none!important;
  margin:0 auto!important;
  padding:0!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-v2-builder-fastlane.choice-paths-only .wrap::before,
body[data-lnb-home-mobile-clean="1"] .lnb-v2-builder-fastlane.choice-paths-only .wrap::after{
  display:none!important;
}

body[data-lnb-home-mobile-clean="1"] .concept-path-copy{
  max-width:780px!important;
  margin:0 auto 34px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  text-align:center!important;
}

body[data-lnb-home-mobile-clean="1"] .concept-path-copy .concept-kicker{
  justify-content:center!important;
  color:#24734a!important;
}

body[data-lnb-home-mobile-clean="1"] .concept-path-copy h2{
  margin:0 0 10px!important;
  color:var(--home-ink)!important;
  -webkit-text-fill-color:var(--home-ink)!important;
  font:800 clamp(2.4rem,4vw,4rem)/1.02 "Space Grotesk",Inter,sans-serif!important;
  letter-spacing:0!important;
  text-wrap:balance!important;
}

body[data-lnb-home-mobile-clean="1"] .concept-path-copy p{
  margin:0!important;
  color:#52665a!important;
  -webkit-text-fill-color:#52665a!important;
  font:500 1.06rem/1.55 Inter,sans-serif!important;
}

body[data-lnb-home-mobile-clean="1"] .builder-fastlane-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
  border:0!important;
  border-radius:0!important;
  overflow:visible!important;
  background:transparent!important;
  box-shadow:none!important;
}

body[data-lnb-home-mobile-clean="1"] .builder-fastlane-grid > a:nth-child(n+4){
  display:none!important;
}

body[data-lnb-home-mobile-clean="1"] .builder-fastlane-grid > a{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  gap:14px!important;
  min-height:350px!important;
  padding:30px!important;
  overflow:hidden!important;
  border:1px solid rgba(7,28,16,.12)!important;
  border-radius:8px!important;
  background:#07110b!important;
  box-shadow:0 22px 54px rgba(5,22,12,.14)!important;
  text-decoration:none!important;
  isolation:isolate!important;
  transition:transform .25s ease,box-shadow .25s ease!important;
}

body[data-lnb-home-mobile-clean="1"] .builder-fastlane-grid > a:hover{
  transform:translateY(-6px)!important;
  box-shadow:0 30px 72px rgba(5,22,12,.22)!important;
}

body[data-lnb-home-mobile-clean="1"] .builder-fastlane-grid .lane-photo{
  display:block!important;
  position:absolute!important;
  inset:0!important;
  z-index:-2!important;
  width:100%!important;
  height:100%!important;
  opacity:1!important;
}

body[data-lnb-home-mobile-clean="1"] .builder-fastlane-grid .lane-photo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  filter:saturate(1.03) contrast(1.03) brightness(1.2)!important;
  transition:transform .45s ease!important;
}

body[data-lnb-home-mobile-clean="1"] .builder-fastlane-grid > a:hover .lane-photo img{
  transform:scale(1.035)!important;
  filter:saturate(1.06) contrast(1.04) brightness(1.24)!important;
}

body[data-lnb-home-mobile-clean="1"] .builder-fastlane-grid .lane-photo::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(180deg,rgba(3,12,7,.02) 0%,rgba(3,12,7,.18) 40%,rgba(3,12,7,.66) 68%,rgba(3,12,7,.91) 100%)!important;
}

body[data-lnb-home-mobile-clean="1"] .builder-fastlane-grid .lane-ico{
  position:relative!important;
  z-index:2!important;
  display:grid!important;
  place-items:center!important;
  width:52px!important;
  height:52px!important;
  border:1px solid rgba(84,230,141,.42)!important;
  border-radius:7px!important;
  background:rgba(3,15,8,.7)!important;
  color:#59e08f!important;
}

body[data-lnb-home-mobile-clean="1"] .builder-fastlane-grid strong{
  position:relative!important;
  z-index:2!important;
  margin-top:auto!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font:800 1.45rem/1.1 "Space Grotesk",Inter,sans-serif!important;
  text-shadow:0 2px 18px rgba(0,0,0,.76)!important;
}

body[data-lnb-home-mobile-clean="1"] .builder-fastlane-grid > a > span:not(.lane-ico):not(.lane-photo){
  position:relative!important;
  z-index:2!important;
  max-width:330px!important;
  color:rgba(235,246,239,.84)!important;
  -webkit-text-fill-color:rgba(235,246,239,.84)!important;
  font:500 .96rem/1.55 Inter,sans-serif!important;
  text-shadow:0 2px 16px rgba(0,0,0,.72)!important;
}

body[data-lnb-home-mobile-clean="1"] .builder-fastlane-grid small{
  position:relative!important;
  z-index:2!important;
  display:inline-flex!important;
  align-items:center!important;
  min-height:34px!important;
  margin-top:4px!important;
  padding:0 12px!important;
  border:1px solid rgba(83,226,139,.3)!important;
  border-radius:999px!important;
  color:#70eaa0!important;
  -webkit-text-fill-color:#70eaa0!important;
  background:rgba(3,15,8,.68)!important;
  font:800 .72rem/1 Inter,sans-serif!important;
}

/* Product story */
body[data-lnb-home-mobile-clean="1"] .lnb-home-system-story{
  position:relative!important;
  padding:96px 0!important;
  background:#07110b!important;
  color:#f4fbf6!important;
  overflow:hidden!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-home-system-story::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  pointer-events:none!important;
  background:
    radial-gradient(circle at 18% 20%,rgba(46,211,113,.12),transparent 28rem),
    linear-gradient(120deg,transparent 0 70%,rgba(229,185,77,.045) 70.1% 70.2%,transparent 70.3%)!important;
  background-size:auto,460px 380px!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-home-system-story .wrap{
  position:relative!important;
  z-index:2!important;
  width:min(100% - 72px,1420px)!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr)!important;
  gap:clamp(50px,6vw,90px)!important;
  align-items:center!important;
}

body[data-lnb-home-mobile-clean="1"] .home-system-media{
  position:relative!important;
  display:block!important;
  min-height:540px!important;
  overflow:hidden!important;
  border:1px solid rgba(125,219,153,.2)!important;
  border-radius:8px!important;
  background:#031008!important;
  box-shadow:0 34px 80px rgba(0,0,0,.42)!important;
}

body[data-lnb-home-mobile-clean="1"] .home-system-media img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  filter:saturate(.78) contrast(1.12)!important;
}

body[data-lnb-home-mobile-clean="1"] .home-system-media-shade{
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(180deg,rgba(3,12,7,.08),rgba(3,12,7,.2) 55%,rgba(3,12,7,.8))!important;
}

body[data-lnb-home-mobile-clean="1"] .home-system-play{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  transform:translate(-50%,-50%)!important;
  color:#fff!important;
  font:800 .86rem/1.25 Inter,sans-serif!important;
}

body[data-lnb-home-mobile-clean="1"] .home-system-play i{
  display:grid!important;
  place-items:center!important;
  width:68px!important;
  height:68px!important;
  border:1px solid rgba(87,231,141,.74)!important;
  border-radius:50%!important;
  background:rgba(3,15,8,.72)!important;
  box-shadow:0 18px 44px rgba(0,0,0,.36)!important;
  font-style:normal!important;
}

body[data-lnb-home-mobile-clean="1"] .home-system-play,
body[data-lnb-home-mobile-clean="1"] .home-system-play b,
body[data-lnb-home-mobile-clean="1"] .home-system-play i{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}

body[data-lnb-home-mobile-clean="1"] .home-system-caption{
  position:absolute!important;
  left:22px!important;
  bottom:18px!important;
  padding:8px 10px!important;
  border:1px solid rgba(229,185,77,.34)!important;
  border-radius:999px!important;
  background:rgba(3,15,8,.72)!important;
  color:#f0c65a!important;
  font:800 .64rem/1 Inter,sans-serif!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}

body[data-lnb-home-mobile-clean="1"] .home-system-copy h2{
  margin:0 0 20px!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font:800 clamp(2.45rem,4.2vw,4.4rem)/1.02 "Space Grotesk",Inter,sans-serif!important;
  letter-spacing:0!important;
  text-wrap:balance!important;
}

body[data-lnb-home-mobile-clean="1"] .home-system-copy > p{
  margin:0 0 28px!important;
  color:rgba(229,241,233,.75)!important;
  -webkit-text-fill-color:rgba(229,241,233,.75)!important;
  font:500 1.02rem/1.7 Inter,sans-serif!important;
}

body[data-lnb-home-mobile-clean="1"] .home-system-points{
  display:grid!important;
  border-top:1px solid rgba(125,183,144,.2)!important;
}

body[data-lnb-home-mobile-clean="1"] .home-system-points a{
  display:grid!important;
  grid-template-columns:38px minmax(0,1fr)!important;
  gap:14px!important;
  padding:18px 0!important;
  border-bottom:1px solid rgba(125,183,144,.2)!important;
  text-decoration:none!important;
}

body[data-lnb-home-mobile-clean="1"] .home-system-points > a > b{
  color:#56dc8a!important;
  font:800 .74rem/1.4 "Space Grotesk",Inter,sans-serif!important;
}

body[data-lnb-home-mobile-clean="1"] .home-system-points strong{
  display:block!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font:800 1.05rem/1.2 Inter,sans-serif!important;
}

body[data-lnb-home-mobile-clean="1"] .home-system-points em{
  display:block!important;
  margin-top:5px!important;
  color:rgba(219,235,225,.63)!important;
  -webkit-text-fill-color:rgba(219,235,225,.63)!important;
  font:500 .83rem/1.5 Inter,sans-serif!important;
  font-style:normal!important;
}

/* Specific sustainability proof, without broad or unqualified green claims. */
body[data-lnb-home-mobile-clean="1"] .lnb-home-impact{
  position:relative!important;
  padding:96px 0!important;
  overflow:hidden!important;
  background:#edf3ee!important;
  color:#07130c!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-home-impact .wrap{
  width:min(100% - 72px,1420px)!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr)!important;
  grid-template-areas:
    "copy visual"
    "points visual"!important;
  column-gap:clamp(54px,6vw,92px)!important;
  row-gap:34px!important;
  align-items:start!important;
}

body[data-lnb-home-mobile-clean="1"] .home-impact-copy{
  grid-area:copy!important;
  align-self:end!important;
  max-width:710px!important;
}

body[data-lnb-home-mobile-clean="1"] .home-impact-copy .section-kicker{
  color:#176e41!important;
  -webkit-text-fill-color:#176e41!important;
}

body[data-lnb-home-mobile-clean="1"] .home-impact-copy h2{
  margin:0 0 20px!important;
  color:#07130c!important;
  -webkit-text-fill-color:#07130c!important;
  font:800 clamp(2.65rem,4.5vw,4.75rem)/.98 "Space Grotesk",Inter,sans-serif!important;
  letter-spacing:0!important;
  text-wrap:balance!important;
}

body[data-lnb-home-mobile-clean="1"] .home-impact-copy > p:not(.home-impact-disclosure){
  max-width:650px!important;
  margin:0 0 24px!important;
  color:#405448!important;
  -webkit-text-fill-color:#405448!important;
  font:500 1.05rem/1.7 Inter,sans-serif!important;
}

body[data-lnb-home-mobile-clean="1"] .home-impact-link{
  display:inline-flex!important;
  align-items:center!important;
  gap:12px!important;
  min-height:48px!important;
  padding:0 18px!important;
  border:1px solid rgba(10,111,59,.32)!important;
  border-radius:5px!important;
  background:#0c7e41!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  box-shadow:0 12px 28px rgba(12,126,65,.18)!important;
  font:800 .86rem/1 Inter,sans-serif!important;
  text-decoration:none!important;
}

body[data-lnb-home-mobile-clean="1"] .home-impact-link span{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-size:1.1rem!important;
  transition:transform .2s ease!important;
}

body[data-lnb-home-mobile-clean="1"] .home-impact-link:hover span{
  transform:translateX(3px)!important;
}

body[data-lnb-home-mobile-clean="1"] .home-impact-disclosure{
  max-width:650px!important;
  margin:16px 0 0!important;
  color:#66786d!important;
  -webkit-text-fill-color:#66786d!important;
  font:500 .7rem/1.5 Inter,sans-serif!important;
}

body[data-lnb-home-mobile-clean="1"] .home-impact-visual{
  position:relative!important;
  grid-area:visual!important;
  min-height:590px!important;
  margin:0!important;
  overflow:hidden!important;
  border:1px solid rgba(90,166,114,.24)!important;
  border-radius:8px!important;
  background:#07130c url('/video/posters/web-banner.jpg') center/cover no-repeat!important;
  box-shadow:0 30px 76px rgba(4,27,13,.22)!important;
  isolation:isolate!important;
}

body[data-lnb-home-mobile-clean="1"] .home-impact-visual::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:rgba(3,13,7,.74)!important;
}

body[data-lnb-home-mobile-clean="1"] .home-impact-grid-lines{
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  opacity:.22!important;
  background-image:
    linear-gradient(rgba(93,218,137,.22) 1px,transparent 1px),
    linear-gradient(90deg,rgba(93,218,137,.22) 1px,transparent 1px)!important;
  background-size:48px 48px!important;
  mask-image:linear-gradient(180deg,transparent 0,#000 26%,#000 78%,transparent 100%)!important;
}

body[data-lnb-home-mobile-clean="1"] .home-impact-visual img{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  z-index:3!important;
  width:min(82%,620px)!important;
  height:auto!important;
  transform:translate(-50%,-50%) rotate(-2deg)!important;
  filter:drop-shadow(0 38px 42px rgba(0,0,0,.58)) contrast(1.04)!important;
}

body[data-lnb-home-mobile-clean="1"] .home-impact-visual figcaption{
  position:absolute!important;
  left:24px!important;
  bottom:22px!important;
  z-index:4!important;
  padding:9px 11px!important;
  border:1px solid rgba(231,185,77,.45)!important;
  border-radius:999px!important;
  background:rgba(2,10,5,.78)!important;
  color:#f0c65a!important;
  -webkit-text-fill-color:#f0c65a!important;
  font:800 .64rem/1 Inter,sans-serif!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}

body[data-lnb-home-mobile-clean="1"] .home-impact-points{
  grid-area:points!important;
  display:grid!important;
  align-self:start!important;
  border-top:1px solid rgba(19,86,46,.18)!important;
}

body[data-lnb-home-mobile-clean="1"] .home-impact-points article{
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  gap:14px!important;
  padding:18px 0!important;
  border-bottom:1px solid rgba(19,86,46,.18)!important;
}

body[data-lnb-home-mobile-clean="1"] .home-impact-points article > b{
  color:#148249!important;
  -webkit-text-fill-color:#148249!important;
  font:800 .72rem/1.5 "Space Grotesk",Inter,sans-serif!important;
}

body[data-lnb-home-mobile-clean="1"] .home-impact-points h3{
  margin:0 0 5px!important;
  color:#0a1a11!important;
  -webkit-text-fill-color:#0a1a11!important;
  font:800 1.04rem/1.2 Inter,sans-serif!important;
}

body[data-lnb-home-mobile-clean="1"] .home-impact-points p{
  margin:0!important;
  color:#53675a!important;
  -webkit-text-fill-color:#53675a!important;
  font:500 .82rem/1.52 Inter,sans-serif!important;
}

/* Dynamic event and news */
body[data-lnb-home-mobile-clean="1"] .lnb-home-live{
  padding:96px 0 104px!important;
  background:var(--home-paper-2)!important;
  color:var(--home-ink)!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-home-live .wrap{
  width:min(100% - 72px,1420px)!important;
  margin:0 auto!important;
}

body[data-lnb-home-mobile-clean="1"] .home-live-head{
  display:flex!important;
  align-items:end!important;
  justify-content:space-between!important;
  gap:30px!important;
  margin-bottom:32px!important;
}

body[data-lnb-home-mobile-clean="1"] .home-live-head h2{
  margin:0!important;
  color:var(--home-ink)!important;
  -webkit-text-fill-color:var(--home-ink)!important;
  font:800 clamp(2.4rem,4vw,4rem)/1 "Space Grotesk",Inter,sans-serif!important;
  letter-spacing:0!important;
}

body[data-lnb-home-mobile-clean="1"] .home-live-head > a{
  color:#176e41!important;
  font:800 .88rem/1.2 Inter,sans-serif!important;
  text-decoration:none!important;
}

body[data-lnb-home-mobile-clean="1"] .home-live-grid{
  display:grid!important;
  grid-template-columns:minmax(360px,.76fr) minmax(0,1.24fr)!important;
  gap:18px!important;
}

body[data-lnb-home-mobile-clean="1"] .home-live-grid.event-is-off{
  grid-template-columns:1fr!important;
}

body[data-lnb-home-mobile-clean="1"] .home-live-event{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  min-height:440px!important;
  padding:34px!important;
  overflow:hidden!important;
  border:1px solid rgba(91,210,134,.25)!important;
  border-radius:8px!important;
  background:
    linear-gradient(160deg,rgba(5,18,11,.88),rgba(5,18,11,.98)),
    url('/images/tradeshow-booth.jpeg') center/cover no-repeat!important;
  box-shadow:0 24px 62px rgba(5,22,12,.17)!important;
}

body[data-lnb-home-mobile-clean="1"] .home-live-label{
  color:#64e699!important;
  font:800 .68rem/1 Inter,sans-serif!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
}

body[data-lnb-home-mobile-clean="1"] .home-live-event-date{
  margin:48px 0 8px!important;
  color:#efc65f!important;
  font:800 .86rem/1.2 "Space Grotesk",Inter,sans-serif!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
}

body[data-lnb-home-mobile-clean="1"] .home-live-event h3{
  max-width:520px!important;
  margin:0 0 14px!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font:800 clamp(2rem,3vw,3.2rem)/1.02 "Space Grotesk",Inter,sans-serif!important;
  letter-spacing:0!important;
}

body[data-lnb-home-mobile-clean="1"] .home-live-event p{
  max-width:520px!important;
  margin:0!important;
  color:rgba(229,241,233,.72)!important;
  -webkit-text-fill-color:rgba(229,241,233,.72)!important;
  font:500 .95rem/1.6 Inter,sans-serif!important;
}

body[data-lnb-home-mobile-clean="1"] .home-live-actions{
  display:flex!important;
  gap:10px!important;
  margin-top:auto!important;
}

body[data-lnb-home-mobile-clean="1"] .home-live-actions a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:44px!important;
  padding:0 17px!important;
  border:1px solid rgba(144,212,166,.28)!important;
  border-radius:6px!important;
  color:#e9f5ed!important;
  background:rgba(255,255,255,.04)!important;
  font:800 .8rem/1 Inter,sans-serif!important;
  text-decoration:none!important;
}

body[data-lnb-home-mobile-clean="1"] .home-live-actions a.primary{
  border-color:#37d676!important;
  background:#2ac567!important;
  color:#031008!important;
}

body[data-lnb-home-mobile-clean="1"] .home-news-list{
  display:grid!important;
  grid-template-rows:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
}

body[data-lnb-home-mobile-clean="1"] .home-news-item{
  display:grid!important;
  grid-template-columns:minmax(230px,.86fr) minmax(0,1.14fr)!important;
  min-height:210px!important;
  overflow:hidden!important;
  border:1px solid rgba(7,28,16,.12)!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:0 18px 50px rgba(6,24,13,.08)!important;
  color:var(--home-ink)!important;
  text-decoration:none!important;
  transition:transform .2s ease,box-shadow .2s ease!important;
}

body[data-lnb-home-mobile-clean="1"] .home-news-item:hover{
  transform:translateY(-3px)!important;
  box-shadow:0 24px 58px rgba(6,24,13,.13)!important;
}

body[data-lnb-home-mobile-clean="1"] .home-news-image{
  position:relative!important;
  min-height:100%!important;
  overflow:hidden!important;
  background:#06110b!important;
}

body[data-lnb-home-mobile-clean="1"] .home-news-image img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}

body[data-lnb-home-mobile-clean="1"] .home-news-copy{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  padding:26px!important;
}

body[data-lnb-home-mobile-clean="1"] .home-news-copy small{
  margin-bottom:9px!important;
  color:#1f7e49!important;
  font:800 .66rem/1 Inter,sans-serif!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}

body[data-lnb-home-mobile-clean="1"] .home-news-copy strong{
  color:var(--home-ink)!important;
  -webkit-text-fill-color:var(--home-ink)!important;
  font:800 clamp(1.25rem,2vw,1.72rem)/1.1 "Space Grotesk",Inter,sans-serif!important;
}

body[data-lnb-home-mobile-clean="1"] .home-news-copy em{
  margin-top:10px!important;
  color:#5b6d62!important;
  -webkit-text-fill-color:#5b6d62!important;
  font:500 .86rem/1.5 Inter,sans-serif!important;
  font-style:normal!important;
}

/* Compact proof routes */
body[data-lnb-home-mobile-clean="1"] .lnb-home-deeper-links{
  display:block!important;
  padding:82px 0!important;
  background:#fff!important;
  color:var(--home-ink)!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-home-deeper-links .wrap{
  width:min(100% - 72px,1420px)!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:minmax(280px,.75fr) minmax(0,1.25fr)!important;
  gap:50px!important;
  align-items:center!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-home-deeper-copy h2{
  margin:0 0 12px!important;
  color:var(--home-ink)!important;
  -webkit-text-fill-color:var(--home-ink)!important;
  font:800 clamp(2rem,3.4vw,3.25rem)/1.03 "Space Grotesk",Inter,sans-serif!important;
  letter-spacing:0!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-home-deeper-copy p{
  margin:0!important;
  color:#586a5f!important;
  -webkit-text-fill-color:#586a5f!important;
  font:500 .95rem/1.65 Inter,sans-serif!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-home-deeper-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-home-deeper-grid a{
  min-height:150px!important;
  padding:22px!important;
  border:1px solid rgba(8,38,21,.12)!important;
  border-radius:8px!important;
  background:#f6f8f5!important;
  text-decoration:none!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-home-deeper-grid b{
  display:block!important;
  margin-bottom:9px!important;
  color:#11713d!important;
  -webkit-text-fill-color:#11713d!important;
  font:800 1.05rem/1.2 Inter,sans-serif!important;
}

body[data-lnb-home-mobile-clean="1"] .lnb-home-deeper-grid span{
  color:#5a6c61!important;
  -webkit-text-fill-color:#5a6c61!important;
  font:500 .84rem/1.5 Inter,sans-serif!important;
}

/* Retire the crowded legacy homepage bands. Dedicated pages keep this depth. */
body[data-lnb-home-mobile-clean="1"] #builder-straight-talk,
body[data-lnb-home-mobile-clean="1"] .lnb-route-receipt,
body[data-lnb-home-mobile-clean="1"] .lnb-platform-layer,
body[data-lnb-home-mobile-clean="1"] .lnb-v2-trust,
body[data-lnb-home-mobile-clean="1"] #concept-ambition,
body[data-lnb-home-mobile-clean="1"] #speed-demo,
body[data-lnb-home-mobile-clean="1"] .how-section,
body[data-lnb-home-mobile-clean="1"] #positioning,
body[data-lnb-home-mobile-clean="1"] #explore-system,
body[data-lnb-home-mobile-clean="1"] #video-section,
body[data-lnb-home-mobile-clean="1"] #proof{
  display:none!important;
}

/* Restore the established two-factory environmental comparison. */
html body[data-lnb-home-mobile-clean="1"] #green-manufacturing{
  display:block!important;
  background:#06100a!important;
  color:#eef7f1!important;
  border-top:1px solid rgba(92,220,137,.16)!important;
}

html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] #green-manufacturing,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] #green-manufacturing,
body.light-theme[data-lnb-home-mobile-clean="1"] #green-manufacturing{
  background:#f3f7f3!important;
  color:#07130c!important;
}

@media(max-width:720px){
  html body[data-lnb-home-mobile-clean="1"] #green-manufacturing{
    padding:64px 16px 58px!important;
  }
}

body[data-lnb-home-mobile-clean="1"] .cta-section{
  min-height:auto!important;
  padding:86px 0!important;
  background:
    linear-gradient(90deg,rgba(3,13,7,.97),rgba(3,13,7,.76)),
    url('/video/context/construction-timelapse-stack-up.poster.jpg') center/cover no-repeat!important;
}

body[data-lnb-home-mobile-clean="1"] .cta-section h2{
  font-size:clamp(2.6rem,5vw,5rem)!important;
  line-height:1!important;
  letter-spacing:0!important;
}

body[data-lnb-home-mobile-clean="1"] footer{
  background:#020804!important;
  border-top:1px solid rgba(107,201,137,.16)!important;
}

/* Dark theme lower surfaces */
html[data-theme="dark"] body[data-lnb-home-mobile-clean="1"],
html[data-lnb-base="dark"] body[data-lnb-home-mobile-clean="1"]{
  background:#051009!important;
  color:#f2faf5!important;
}

html[data-theme="dark"] body[data-lnb-home-mobile-clean="1"] .lnb-home-live,
html[data-lnb-base="dark"] body[data-lnb-home-mobile-clean="1"] .lnb-home-live{
  background:#07130c!important;
  color:#f2faf5!important;
}

html[data-theme="dark"] body[data-lnb-home-mobile-clean="1"] .home-live-head h2,
html[data-lnb-base="dark"] body[data-lnb-home-mobile-clean="1"] .home-live-head h2{
  color:#f4fbf6!important;
  -webkit-text-fill-color:#f4fbf6!important;
}

html[data-theme="dark"] body[data-lnb-home-mobile-clean="1"] .home-news-item,
html[data-lnb-base="dark"] body[data-lnb-home-mobile-clean="1"] .home-news-item{
  background:#0b1a11!important;
  border-color:rgba(113,186,136,.18)!important;
}

html[data-theme="dark"] body[data-lnb-home-mobile-clean="1"] .home-news-copy strong,
html[data-lnb-base="dark"] body[data-lnb-home-mobile-clean="1"] .home-news-copy strong{
  color:#f3fbf5!important;
  -webkit-text-fill-color:#f3fbf5!important;
}

html[data-theme="dark"] body[data-lnb-home-mobile-clean="1"] .home-news-copy em,
html[data-lnb-base="dark"] body[data-lnb-home-mobile-clean="1"] .home-news-copy em{
  color:#9cb0a2!important;
  -webkit-text-fill-color:#9cb0a2!important;
}

html[data-theme="dark"] body[data-lnb-home-mobile-clean="1"] .lnb-home-deeper-links,
html[data-lnb-base="dark"] body[data-lnb-home-mobile-clean="1"] .lnb-home-deeper-links{
  background:#09160e!important;
  color:#f3fbf5!important;
}

html[data-theme="dark"] body[data-lnb-home-mobile-clean="1"] .lnb-home-deeper-copy h2,
html[data-lnb-base="dark"] body[data-lnb-home-mobile-clean="1"] .lnb-home-deeper-copy h2{
  color:#f3fbf5!important;
  -webkit-text-fill-color:#f3fbf5!important;
}

html[data-theme="dark"] body[data-lnb-home-mobile-clean="1"] .lnb-home-deeper-copy p,
html[data-lnb-base="dark"] body[data-lnb-home-mobile-clean="1"] .lnb-home-deeper-copy p{
  color:#9cb0a2!important;
  -webkit-text-fill-color:#9cb0a2!important;
}

html[data-theme="dark"] body[data-lnb-home-mobile-clean="1"] .lnb-home-deeper-grid a,
html[data-lnb-base="dark"] body[data-lnb-home-mobile-clean="1"] .lnb-home-deeper-grid a{
  background:#0d1d13!important;
  border-color:rgba(112,187,136,.18)!important;
}

html[data-theme="dark"] body[data-lnb-home-mobile-clean="1"] .lnb-home-deeper-grid b,
html[data-lnb-base="dark"] body[data-lnb-home-mobile-clean="1"] .lnb-home-deeper-grid b{
  color:#63e298!important;
  -webkit-text-fill-color:#63e298!important;
}

html[data-theme="dark"] body[data-lnb-home-mobile-clean="1"] .lnb-home-deeper-grid span,
html[data-lnb-base="dark"] body[data-lnb-home-mobile-clean="1"] .lnb-home-deeper-grid span{
  color:#9cb0a2!important;
  -webkit-text-fill-color:#9cb0a2!important;
}

/* Light theme keeps the hero cinematic instead of washing it flat. */
html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] .lnb-v2-hero-video,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .lnb-v2-hero-video,
body.light-theme[data-lnb-home-mobile-clean="1"] .lnb-v2-hero-video{
  opacity:.5!important;
  filter:saturate(.74) contrast(1.06) brightness(.92)!important;
}

html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] .lnb-v2-hero-video-scrim,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .lnb-v2-hero-video-scrim,
body.light-theme[data-lnb-home-mobile-clean="1"] .lnb-v2-hero-video-scrim{
  background:
    linear-gradient(90deg,rgba(4,14,8,.96) 0%,rgba(5,18,10,.9) 38%,rgba(5,17,10,.48) 66%,rgba(4,14,8,.7) 100%),
    linear-gradient(180deg,rgba(4,14,8,.02),rgba(4,14,8,.28) 70%,rgba(4,14,8,.9))!important;
}

html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-cred-rail,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-cred-rail,
body.light-theme[data-lnb-home-mobile-clean="1"] .lnb-home-cred-rail{
  background:rgba(255,255,255,.97)!important;
  border-color:rgba(8,44,25,.12)!important;
  box-shadow:0 28px 68px rgba(7,29,16,.18)!important;
}

html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-partner-stack .lnb-v2-kh,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-partner-stack .lnb-v2-kh,
body.light-theme[data-lnb-home-mobile-clean="1"] .lnb-home-partner-stack .lnb-v2-kh{
  background:#fff!important;
  border-color:rgba(8,44,25,.1)!important;
}

html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-partner-stack .kh-name,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-partner-stack .kh-name,
body.light-theme[data-lnb-home-mobile-clean="1"] .lnb-home-partner-stack .kh-name,
html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-proof-metrics b,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-proof-metrics b,
body.light-theme[data-lnb-home-mobile-clean="1"] .lnb-home-proof-metrics b{
  color:#07110b!important;
  -webkit-text-fill-color:#07110b!important;
}

html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-partner-stack .kh-body,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-partner-stack .kh-body,
body.light-theme[data-lnb-home-mobile-clean="1"] .lnb-home-partner-stack .kh-body,
html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-proof-metrics span,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-proof-metrics span,
body.light-theme[data-lnb-home-mobile-clean="1"] .lnb-home-proof-metrics span{
  color:#506258!important;
  -webkit-text-fill-color:#506258!important;
}

html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-partner-stack .kh-body strong,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-partner-stack .kh-body strong,
body.light-theme[data-lnb-home-mobile-clean="1"] .lnb-home-partner-stack .kh-body strong{
  color:#233c2d!important;
  -webkit-text-fill-color:#233c2d!important;
}

html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-proof-metrics a,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-proof-metrics a,
body.light-theme[data-lnb-home-mobile-clean="1"] .lnb-home-proof-metrics a{
  border-left-color:rgba(8,44,25,.12)!important;
}

/* Tablet */
@media (max-width:1240px){
  body[data-lnb-home-mobile-clean="1"] #nav .nav-links{
    gap:14px!important;
  }

  body[data-lnb-home-mobile-clean="1"] #nav .nav-links-item[href="/homebuyers.html"],
  body[data-lnb-home-mobile-clean="1"] #nav .nav-links-item[href="/pro-center.html"]{
    display:none!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-v2-hero .wrap{
    grid-template-columns:minmax(0,1fr) minmax(360px,.76fr)!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-v2-h1{
    font-size:clamp(3.35rem,5vw,4.6rem)!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-v2-tracks{
    grid-template-columns:1fr 1fr!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-v2-track.track-invest{
    grid-column:1 / -1!important;
    max-width:240px!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-home-cred-rail{
    grid-template-columns:1fr!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-home-proof-metrics a:first-child{
    border-left:0!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-v2-builder-fastlane.choice-paths-only{
    padding-top:64px!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-home-system-story .wrap{
    grid-template-columns:minmax(0,1fr) minmax(360px,.92fr)!important;
  }
}

@media (max-width:980px){
  body[data-lnb-home-mobile-clean="1"] #nav .container{
    min-height:74px!important;
  }

  body[data-lnb-home-mobile-clean="1"] #nav .nav-links{
    display:none!important;
  }

  body[data-lnb-home-mobile-clean="1"] #nav .mobile-toggle{
    display:grid!important;
    place-items:center!important;
    margin-left:auto!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-v2-hero{
    min-height:auto!important;
    padding:52px 0 44px!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-v2-hero .wrap{
    grid-template-columns:1fr!important;
    grid-template-areas:"copy" "product" "cred"!important;
    width:min(100% - 40px,760px)!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-v2-hero .hero-left{
    max-width:none!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-v2-tracks{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-v2-track.track-invest{
    grid-column:auto!important;
    max-width:none!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-hero-product-stage{
    min-height:360px!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-hero-product-stage img{
    width:auto!important;
    height:min(58vw,430px)!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-home-cred-rail{
    margin-bottom:0!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-v2-builder-fastlane.choice-paths-only{
    padding-top:64px!important;
  }

  body[data-lnb-home-mobile-clean="1"] .builder-fastlane-grid{
    grid-template-columns:1fr!important;
  }

  body[data-lnb-home-mobile-clean="1"] .builder-fastlane-grid > a{
    min-height:280px!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-home-system-story .wrap,
  body[data-lnb-home-mobile-clean="1"] .home-live-grid,
  body[data-lnb-home-mobile-clean="1"] .lnb-home-deeper-links .wrap{
    grid-template-columns:1fr!important;
  }

  body[data-lnb-home-mobile-clean="1"] .home-system-media{
    min-height:430px!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-home-deeper-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}

/* Mobile */
@media (max-width:720px){
  body[data-lnb-home-mobile-clean="1"] #nav .container{
    width:calc(100% - 28px)!important;
    min-height:68px!important;
  }

  body[data-lnb-home-mobile-clean="1"] #nav .lnb-logo-lockup,
  body[data-lnb-home-mobile-clean="1"] #nav .lnb-logo-lockup img{
    width:180px!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-v2-hero{
    padding:38px 0 34px!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-v2-hero .wrap{
    display:flex!important;
    flex-direction:column!important;
    width:calc(100% - 32px)!important;
    gap:22px!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-v2-hero .hero-left{
    display:contents!important;
    padding:0!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-hero-kicker{order:1!important;}
  body[data-lnb-home-mobile-clean="1"] .lnb-v2-h1{order:2!important;}
  body[data-lnb-home-mobile-clean="1"] .lnb-hero-product-stage{order:3!important;}
  body[data-lnb-home-mobile-clean="1"] .lnb-v2-sub{order:4!important;}
  body[data-lnb-home-mobile-clean="1"] .lnb-v2-tracks{order:5!important;}
  body[data-lnb-home-mobile-clean="1"] .lnb-v2-proof-line{order:6!important;}
  body[data-lnb-home-mobile-clean="1"] .lnb-home-cred-rail{order:7!important;}

  body[data-lnb-home-mobile-clean="1"] .lnb-hero-kicker{
    font-size:.66rem!important;
    letter-spacing:.1em!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-v2-h1{
    margin-bottom:16px!important;
    font-size:clamp(2.75rem,13vw,4rem)!important;
    line-height:.98!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-v2-sub{
    margin-bottom:20px!important;
    font-size:1rem!important;
    line-height:1.55!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-v2-tracks{
    grid-template-columns:1fr!important;
    gap:9px!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-v2-track,
  body[data-lnb-home-mobile-clean="1"] .lnb-v2-track.track-invest{
    grid-column:auto!important;
    max-width:none!important;
    min-height:62px!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-v2-proof-line{
    gap:8px 16px!important;
    font-size:.76rem!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-hero-product-stage{
    display:block!important;
    width:100%!important;
    min-height:275px!important;
    margin:-12px 0 0!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-hero-product-stage img{
    width:auto!important;
    height:min(78vw,330px)!important;
    transform:translateY(2%) rotate(-2deg)!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-hero-product-stage:hover img{
    transform:translateY(2%) rotate(-2deg)!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-hero-product-stage::before{
    width:96%!important;
    height:105px!important;
    bottom:34px!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-hero-product-stage::after{
    right:0!important;
    top:0!important;
  }

  body[data-lnb-home-mobile-clean="1"] .product-stage-play{
    display:none!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-home-cred-rail{
    display:grid!important;
    margin:0!important;
    padding:10px!important;
    gap:10px!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-home-partner-stack{
    grid-template-columns:1fr!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-home-partner-stack .lnb-v2-kh{
    grid-template-columns:82px minmax(0,1fr) 66px!important;
    gap:11px!important;
    min-height:116px!important;
    padding:12px!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-home-partner-stack .kh-avatar{
    width:82px!important;
    height:82px!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-home-partner-stack .kh-name{
    font-size:1.08rem!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-home-partner-stack .kh-body{
    font-size:.72rem!important;
  }

  body[data-lnb-home-mobile-clean="1"] .kh-brand-mark{
    min-width:62px!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-home-proof-metrics{
    grid-template-columns:1fr!important;
    gap:0!important;
    background:transparent!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-home-proof-metrics a,
  body[data-lnb-home-mobile-clean="1"] .lnb-home-proof-metrics a:first-child{
    min-height:104px!important;
    padding:18px!important;
    border:0!important;
    background:#07110b!important;
  }

  html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-proof-metrics a,
  html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-proof-metrics a{
    background:#f7faf7!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-v2-builder-fastlane.choice-paths-only{
    padding:64px 0!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-v2-builder-fastlane.choice-paths-only .wrap,
  body[data-lnb-home-mobile-clean="1"] .lnb-home-system-story .wrap,
  body[data-lnb-home-mobile-clean="1"] .lnb-home-live .wrap,
  body[data-lnb-home-mobile-clean="1"] .lnb-home-deeper-links .wrap{
    width:calc(100% - 32px)!important;
  }

  body[data-lnb-home-mobile-clean="1"] .concept-path-copy{
    margin-bottom:24px!important;
    text-align:left!important;
  }

  body[data-lnb-home-mobile-clean="1"] .concept-path-copy .concept-kicker{
    justify-content:flex-start!important;
  }

  body[data-lnb-home-mobile-clean="1"] .concept-path-copy h2,
  body[data-lnb-home-mobile-clean="1"] .home-live-head h2{
    font-size:2.25rem!important;
  }

  body[data-lnb-home-mobile-clean="1"] .builder-fastlane-grid > a{
    min-height:290px!important;
    padding:24px!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-home-system-story,
  body[data-lnb-home-mobile-clean="1"] .lnb-home-live,
  body[data-lnb-home-mobile-clean="1"] .lnb-home-deeper-links{
    padding:68px 0!important;
  }

  body[data-lnb-home-mobile-clean="1"] .home-system-media{
    min-height:330px!important;
  }

  body[data-lnb-home-mobile-clean="1"] .home-system-copy h2{
    font-size:2.45rem!important;
  }

  body[data-lnb-home-mobile-clean="1"] .home-live-head{
    align-items:start!important;
    flex-direction:column!important;
    gap:12px!important;
  }

  body[data-lnb-home-mobile-clean="1"] .home-live-event{
    min-height:400px!important;
    padding:26px!important;
  }

  body[data-lnb-home-mobile-clean="1"] .home-news-item{
    grid-template-columns:1fr!important;
  }

  body[data-lnb-home-mobile-clean="1"] .home-news-image{
    min-height:190px!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-home-deeper-grid{
    grid-template-columns:1fr!important;
  }

  body[data-lnb-home-mobile-clean="1"] .lnb-home-deeper-grid a{
    min-height:auto!important;
  }

  body[data-lnb-home-mobile-clean="1"] .cta-section{
    padding:66px 0!important;
  }

  body[data-lnb-home-mobile-clean="1"] .cta-section h2{
    font-size:2.65rem!important;
  }
}

/* Restored signature proof experience: hurricane footage plus live wind model. */
html body[data-lnb-home-mobile-clean="1"] section#wind-demo.lnb-wind-proof-section{
  display:block!important;
  padding:96px 0!important;
  color:#f4faf6!important;
  background:#051009!important;
  border-top:1px solid rgba(92,220,137,.18)!important;
  border-bottom:1px solid rgba(92,220,137,.18)!important;
}

html body[data-lnb-home-mobile-clean="1"] section#wind-demo .lnb-wind-proof-wrap{
  width:min(100% - 72px,1420px)!important;
  max-width:none!important;
  grid-template-columns:minmax(0,.92fr) minmax(480px,1.08fr)!important;
  gap:clamp(34px,4vw,64px)!important;
}

html body[data-lnb-home-mobile-clean="1"] section#wind-demo .section-label{
  color:#e7b94d!important;
  -webkit-text-fill-color:#e7b94d!important;
  font-weight:800!important;
  letter-spacing:.13em!important;
}

html body[data-lnb-home-mobile-clean="1"] section#wind-demo .section-title{
  max-width:13ch!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  letter-spacing:0!important;
}

html body[data-lnb-home-mobile-clean="1"] section#wind-demo .section-subtitle,
html body[data-lnb-home-mobile-clean="1"] section#wind-demo .lnb-wind-source{
  color:rgba(229,241,233,.76)!important;
  -webkit-text-fill-color:rgba(229,241,233,.76)!important;
}

html body[data-lnb-home-mobile-clean="1"] section#wind-demo .lnb-wind-video-card,
html body[data-lnb-home-mobile-clean="1"] section#wind-demo .lnb-wind-proof-panel{
  border-radius:8px!important;
}

html body[data-lnb-home-mobile-clean="1"] section#wind-demo .lnb-wind-proof-panel{
  color:#eef8f1!important;
  background:#0a1910!important;
}

html body[data-lnb-home-mobile-clean="1"] section#wind-demo .lnb-v2-wind-lab > p,
html body[data-lnb-home-mobile-clean="1"] section#wind-demo .lnb-v2-proof-footer{
  color:rgba(223,237,228,.76)!important;
  -webkit-text-fill-color:rgba(223,237,228,.76)!important;
}

html body[data-lnb-home-mobile-clean="1"] section#wind-demo .lnb-v2-proof-footer a{
  color:#f0c35a!important;
  -webkit-text-fill-color:#f0c35a!important;
}

html body[data-lnb-home-mobile-clean="1"] section#wind-demo .lnb-wje-proof-seal{
  color:#eef8f1!important;
  border-color:rgba(113,186,136,.28)!important;
  background:linear-gradient(135deg,rgba(33,67,49,.96),rgba(15,41,27,.96))!important;
}

html body[data-lnb-home-mobile-clean="1"] section#wind-demo .lnb-wje-proof-seal .wje-mark{
  color:#dff4e6!important;
  -webkit-text-fill-color:#dff4e6!important;
  border-color:rgba(150,218,174,.32)!important;
  background:rgba(255,255,255,.06)!important;
}

html body[data-lnb-home-mobile-clean="1"] section#wind-demo .lnb-v2-proof-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
}

html body[data-lnb-home-mobile-clean="1"] section#wind-demo .lnb-v2-stat{
  min-height:88px!important;
  border-radius:6px!important;
  background:rgba(255,255,255,.035)!important;
}

html body[data-lnb-home-mobile-clean="1"] section#wind-demo .lnb-v2-stat .v,
html body[data-lnb-home-mobile-clean="1"] section#wind-demo .lnb-wje-proof-seal strong{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}

html body[data-lnb-home-mobile-clean="1"] section#wind-demo .lnb-v2-stat .l,
html body[data-lnb-home-mobile-clean="1"] section#wind-demo .lnb-wje-proof-seal small{
  color:rgba(223,237,228,.7)!important;
  -webkit-text-fill-color:rgba(223,237,228,.7)!important;
}

@media (max-width:980px){
  html body[data-lnb-home-mobile-clean="1"] section#wind-demo .lnb-wind-proof-wrap{
    width:min(100% - 40px,760px)!important;
    grid-template-columns:1fr!important;
  }

  html body[data-lnb-home-mobile-clean="1"] section#wind-demo .section-title{
    max-width:15ch!important;
  }
}

@media (max-width:720px){
  html body[data-lnb-home-mobile-clean="1"] section#wind-demo.lnb-wind-proof-section{
    padding:68px 0!important;
  }

  html body[data-lnb-home-mobile-clean="1"] section#wind-demo .lnb-wind-proof-wrap{
    width:calc(100% - 32px)!important;
    gap:22px!important;
  }

  html body[data-lnb-home-mobile-clean="1"] section#wind-demo .section-title{
    font-size:2.45rem!important;
  }

  html body[data-lnb-home-mobile-clean="1"] section#wind-demo .lnb-wind-video-card,
  html body[data-lnb-home-mobile-clean="1"] section#wind-demo .lnb-wind-proof-panel{
    border-radius:8px!important;
  }

  html body[data-lnb-home-mobile-clean="1"] section#wind-demo .lnb-v2-proof-grid{
    grid-template-columns:1fr!important;
  }
}

@media (prefers-reduced-motion:reduce){
  body[data-lnb-home-mobile-clean="1"] *,
  body[data-lnb-home-mobile-clean="1"] *::before,
  body[data-lnb-home-mobile-clean="1"] *::after{
    animation:none!important;
    transition:none!important;
    scroll-behavior:auto!important;
  }
}

/* Keep the logo and navigation surface paired through asynchronous theme
   hydration so neither theme flashes a low-contrast lockup. */
html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] #nav,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] #nav,
body.light-theme[data-lnb-home-mobile-clean="1"] #nav{
  background:rgba(255,255,255,.94)!important;
  border-bottom-color:rgba(8,44,25,.12)!important;
}

html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] #nav .lnb-logo-lockup-dark,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] #nav .lnb-logo-lockup-dark,
body.light-theme[data-lnb-home-mobile-clean="1"] #nav .lnb-logo-lockup-dark{
  display:none!important;
}

html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] #nav .lnb-logo-lockup-light,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] #nav .lnb-logo-lockup-light,
body.light-theme[data-lnb-home-mobile-clean="1"] #nav .lnb-logo-lockup-light{
  display:block!important;
}

html[data-theme="dark"] body[data-lnb-home-mobile-clean="1"] #nav .lnb-logo-lockup-dark,
html[data-lnb-base="dark"] body[data-lnb-home-mobile-clean="1"] #nav .lnb-logo-lockup-dark{
  display:block!important;
}

html[data-theme="dark"] body[data-lnb-home-mobile-clean="1"] #nav .lnb-logo-lockup-light,
html[data-lnb-base="dark"] body[data-lnb-home-mobile-clean="1"] #nav .lnb-logo-lockup-light{
  display:none!important;
}

/* Final theme lock: this bright role-router band is intentional in both modes. */
html body[data-lnb-home-mobile-clean="1"] .lnb-v2-builder-fastlane.choice-paths-only{
  background:#f6f8f5!important;
  background-image:none!important;
  color:#06110b!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-v2-builder-fastlane.choice-paths-only .concept-path-copy,
html body[data-lnb-home-mobile-clean="1"] .lnb-v2-builder-fastlane.choice-paths-only .concept-path-copy h2{
  color:#06110b!important;
  -webkit-text-fill-color:#06110b!important;
  background:transparent!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-v2-builder-fastlane.choice-paths-only .concept-path-copy p{
  color:#52665a!important;
  -webkit-text-fill-color:#52665a!important;
}

/* Component lock: neutralize legacy homepage card rules that load earlier. */
html body[data-lnb-home-mobile-clean="1"] .lnb-v2-builder-fastlane.choice-paths-only .concept-path-copy{
  width:auto!important;
  max-width:780px!important;
  margin-inline:auto!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  text-align:center!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-v2-builder-fastlane.choice-paths-only .concept-path-copy .concept-kicker{
  justify-content:center!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-v2-builder-fastlane.choice-paths-only .builder-fastlane-grid > a{
  padding:30px!important;
  color:#fff!important;
  background-color:#07110b!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-v2-builder-fastlane.choice-paths-only .builder-fastlane-grid > a > strong{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-size:1.45rem!important;
  line-height:1.15!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-v2-builder-fastlane.choice-paths-only .builder-fastlane-grid > a > span:not(.lane-ico):not(.lane-photo){
  color:rgba(255,255,255,.92)!important;
  -webkit-text-fill-color:rgba(255,255,255,.92)!important;
  font-size:1rem!important;
  line-height:1.58!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-v2-builder-fastlane.choice-paths-only .builder-fastlane-grid > a > small{
  color:#7af0a0!important;
  -webkit-text-fill-color:#7af0a0!important;
  background:rgba(17,64,34,.88)!important;
  border:1px solid rgba(122,240,160,.4)!important;
  font-weight:800!important;
}

html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] .lnb-v2-track .t-body,
html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] .lnb-v2-track .t-head,
html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] .lnb-v2-track .t-sub,
html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] .lnb-v2-track .t-ico,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .lnb-v2-track .t-body,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .lnb-v2-track .t-head,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .lnb-v2-track .t-sub,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .lnb-v2-track .t-ico{
  position:relative!important;
  z-index:2!important;
  opacity:1!important;
}

html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] .lnb-v2-track.track-build,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .lnb-v2-track.track-build{
  color:#fff!important;
  background:#0b8d45!important;
  border-color:#0b8d45!important;
  box-shadow:0 14px 30px rgba(11,141,69,.22)!important;
}

html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] .lnb-v2-track.track-build .t-head,
html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] .lnb-v2-track.track-build .t-sub,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .lnb-v2-track.track-build .t-head,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .lnb-v2-track.track-build .t-sub{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}

html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] .lnb-v2-track.track-learn,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .lnb-v2-track.track-learn{
  color:#0b1b12!important;
  background:#fff!important;
  border-color:rgba(12,95,51,.28)!important;
}

html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] .lnb-v2-track.track-learn .t-head,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .lnb-v2-track.track-learn .t-head{
  color:#0b1b12!important;
  -webkit-text-fill-color:#0b1b12!important;
}

html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] .lnb-v2-track.track-learn .t-sub,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .lnb-v2-track.track-learn .t-sub{
  color:#425b4c!important;
  -webkit-text-fill-color:#425b4c!important;
}

html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] .lnb-v2-track.track-invest,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .lnb-v2-track.track-invest{
  color:#261f0c!important;
  background:#fffdf7!important;
  border-color:rgba(174,126,22,.48)!important;
}

html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] .lnb-v2-track.track-invest .t-head,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .lnb-v2-track.track-invest .t-head{
  color:#684b09!important;
  -webkit-text-fill-color:#684b09!important;
}

html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] .lnb-v2-track.track-invest .t-sub,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .lnb-v2-track.track-invest .t-sub{
  color:#5a5140!important;
  -webkit-text-fill-color:#5a5140!important;
}

html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] #funnel-router .builder-fastlane-grid > a,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] #funnel-router .builder-fastlane-grid > a{
  color:#fff!important;
  background:#07110b!important;
  border-color:rgba(42,139,78,.36)!important;
}

html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] #funnel-router .builder-fastlane-grid > a::before,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] #funnel-router .builder-fastlane-grid > a::before{
  background:linear-gradient(180deg,rgba(2,10,6,.2) 0%,rgba(2,10,6,.76) 52%,rgba(2,10,6,.98) 100%)!important;
}

html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] #funnel-router .builder-fastlane-grid > a > strong,
html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] #funnel-router .builder-fastlane-grid > a > span:not(.lane-ico):not(.lane-photo),
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] #funnel-router .builder-fastlane-grid > a > strong,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] #funnel-router .builder-fastlane-grid > a > span:not(.lane-ico):not(.lane-photo){
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}

html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] #funnel-router .builder-fastlane-grid > a > small,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] #funnel-router .builder-fastlane-grid > a > small{
  color:#7af0a0!important;
  -webkit-text-fill-color:#7af0a0!important;
}

html body[data-lnb-home-mobile-clean="1"] #funnel-router .builder-fastlane-grid > a > strong,
html body[data-lnb-home-mobile-clean="1"] #funnel-router .builder-fastlane-grid > a > span:not(.lane-photo),
html body[data-lnb-home-mobile-clean="1"] #funnel-router .builder-fastlane-grid > a > small{
  position:relative!important;
  z-index:4!important;
}

/* One controlled scrim only: legacy layers previously dimmed each photo twice. */
html body[data-lnb-home-mobile-clean="1"] #funnel-router .builder-fastlane-grid > a::before{
  z-index:1!important;
  opacity:1!important;
  background:linear-gradient(180deg,rgba(3,12,7,.02) 0%,rgba(3,12,7,.14) 40%,rgba(3,12,7,.58) 68%,rgba(3,12,7,.9) 100%)!important;
}

html body[data-lnb-home-mobile-clean="1"] #funnel-router .builder-fastlane-grid .lane-photo{
  opacity:1!important;
}

html body[data-lnb-home-mobile-clean="1"] #funnel-router .builder-fastlane-grid .lane-photo::after{
  background:none!important;
}

html body[data-lnb-home-mobile-clean="1"] #funnel-router .builder-fastlane-grid .lane-photo img{
  filter:saturate(1.03) contrast(1.03) brightness(1.12)!important;
}

/* Light mode keeps the editorial product bands dark for depth and contrast. */
html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-system-story,
html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-live,
html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-deeper-links,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-system-story,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-live,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-deeper-links{
  color:#f4f8f5!important;
  background-color:#06110b!important;
  background-image:none!important;
}

html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-system-story h2,
html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-system-story strong,
html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-live h2,
html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-live h3,
html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-deeper-links h2,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-system-story h2,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-system-story strong,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-live h2,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-live h3,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-deeper-links h2{
  color:#f7faf8!important;
  -webkit-text-fill-color:#f7faf8!important;
}

html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-system-story p,
html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-system-story em,
html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-live p,
html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-deeper-links p,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-system-story p,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-system-story em,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-live p,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-deeper-links p{
  color:rgba(232,241,235,.78)!important;
  -webkit-text-fill-color:rgba(232,241,235,.78)!important;
}

@media (min-width:721px){
  html body[data-lnb-home-mobile-clean="1"] .lnb-v2-builder-fastlane.choice-paths-only .builder-fastlane-grid > a{
    min-height:350px!important;
  }
}

@media (max-width:720px){
  html body[data-lnb-home-mobile-clean="1"] .lnb-v2-builder-fastlane.choice-paths-only .concept-path-copy{
    margin-inline:0!important;
    text-align:left!important;
  }

  html body[data-lnb-home-mobile-clean="1"] .lnb-v2-builder-fastlane.choice-paths-only .concept-path-copy .concept-kicker{
    justify-content:flex-start!important;
  }

  html body[data-lnb-home-mobile-clean="1"] .lnb-v2-builder-fastlane.choice-paths-only .builder-fastlane-grid > a{
    min-height:290px!important;
    padding:24px!important;
  }
}

@media (max-width:720px){
  html body[data-lnb-home-mobile-clean="1"] #hero .lnb-hero-product-stage{
    display:block!important;
    order:3!important;
    width:100%!important;
    min-height:275px!important;
  }
}

@media (max-width:980px){
  html body[data-lnb-home-mobile-clean="1"] .lnb-home-impact .wrap{
    width:min(100% - 40px,760px)!important;
    grid-template-columns:1fr!important;
    grid-template-areas:"copy" "visual" "points"!important;
    gap:34px!important;
  }

  html body[data-lnb-home-mobile-clean="1"] .home-impact-copy{
    max-width:none!important;
  }

  html body[data-lnb-home-mobile-clean="1"] .home-impact-visual{
    min-height:470px!important;
  }
}

@media (max-width:720px){
  html body[data-lnb-home-mobile-clean="1"] .lnb-home-impact{
    padding:68px 0!important;
  }

  html body[data-lnb-home-mobile-clean="1"] .lnb-home-impact .wrap{
    width:calc(100% - 32px)!important;
    gap:28px!important;
  }

  html body[data-lnb-home-mobile-clean="1"] .home-impact-copy h2{
    font-size:2.45rem!important;
  }

  html body[data-lnb-home-mobile-clean="1"] .home-impact-copy > p:not(.home-impact-disclosure){
    font-size:.98rem!important;
  }

  html body[data-lnb-home-mobile-clean="1"] .home-impact-link{
    width:100%!important;
    justify-content:space-between!important;
  }

  html body[data-lnb-home-mobile-clean="1"] .home-impact-visual{
    min-height:340px!important;
  }

  html body[data-lnb-home-mobile-clean="1"] .home-impact-visual img{
    width:88%!important;
  }

  html body[data-lnb-home-mobile-clean="1"] .home-impact-visual figcaption{
    left:16px!important;
    bottom:15px!important;
  }
}

/* Public-launch conversion and proof sequence, July 2026. */
html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-tracks{
  max-width:850px!important;
  gap:10px!important;
}

html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track{
  position:relative!important;
  isolation:isolate!important;
  grid-template-columns:44px minmax(0,1fr)!important;
  min-height:104px!important;
  padding:15px!important;
  overflow:hidden!important;
  border-radius:8px!important;
  border:1px solid rgba(126,233,164,.42)!important;
  background:#07110b!important;
  box-shadow:0 16px 34px rgba(0,0,0,.26)!important;
}

html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:-1!important;
  background:linear-gradient(90deg,rgba(3,13,7,.96) 0%,rgba(3,13,7,.85) 60%,rgba(3,13,7,.35) 100%)!important;
}

html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track.track-build::after{
  background:linear-gradient(90deg,rgba(5,100,46,.97) 0%,rgba(10,143,66,.86) 58%,rgba(7,95,45,.42) 100%)!important;
}

html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track.track-invest::after{
  background:linear-gradient(90deg,rgba(35,28,9,.98) 0%,rgba(46,37,14,.88) 58%,rgba(34,26,7,.42) 100%)!important;
}

html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track .t-photo{
  position:absolute!important;
  inset:0!important;
  z-index:-2!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  opacity:1!important;
}

html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track .t-photo img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  filter:saturate(.96) contrast(1.05)!important;
  transform:scale(1.02)!important;
  transition:transform .35s ease,filter .35s ease!important;
}

html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track:hover .t-photo img{
  transform:scale(1.07)!important;
  filter:saturate(1.05) contrast(1.08)!important;
}

html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track .t-ico,
html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track .t-body{
  position:relative!important;
  z-index:2!important;
}

html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track .t-ico{
  width:44px!important;
  height:44px!important;
  border:1px solid rgba(255,255,255,.2)!important;
  background:rgba(3,13,7,.58)!important;
  backdrop-filter:blur(8px)!important;
}

html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track .t-head{
  font-size:.94rem!important;
  line-height:1.14!important;
  text-shadow:0 2px 12px rgba(0,0,0,.7)!important;
}

html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track .t-sub{
  max-width:23ch!important;
  margin-top:5px!important;
  color:rgba(244,250,246,.86)!important;
  -webkit-text-fill-color:rgba(244,250,246,.86)!important;
  font-size:.72rem!important;
  line-height:1.34!important;
  text-shadow:0 2px 12px rgba(0,0,0,.72)!important;
}

html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track{
  color:#fff!important;
  background:#07110b!important;
}

html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track :is(.t-head,.t-sub),
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track :is(.t-head,.t-sub){
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}

html body[data-lnb-home-mobile-clean="1"] .home-proof-summary{
  position:relative!important;
  isolation:isolate!important;
  display:grid!important;
  grid-template-columns:86px minmax(0,1fr)!important;
  align-items:center!important;
  gap:14px!important;
  min-height:108px!important;
  padding:12px 14px!important;
  overflow:hidden!important;
  border:1px solid rgba(130,205,153,.22)!important;
  border-radius:6px!important;
  background:#07110b!important;
  color:#fff!important;
  text-decoration:none!important;
}

html body[data-lnb-home-mobile-clean="1"] .home-proof-summary::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:-1!important;
  background:linear-gradient(90deg,rgba(3,13,7,.98),rgba(3,13,7,.91) 58%,rgba(3,13,7,.66))!important;
}

html body[data-lnb-home-mobile-clean="1"] .home-proof-storm{
  position:absolute!important;
  inset:0!important;
  z-index:-2!important;
}

html body[data-lnb-home-mobile-clean="1"] .home-proof-storm img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center 58%!important;
  filter:saturate(.82) contrast(1.12)!important;
}

html body[data-lnb-home-mobile-clean="1"] .home-proof-wje{
  display:grid!important;
  place-items:center!important;
  width:86px!important;
  height:70px!important;
  padding:12px!important;
  border:1px solid rgba(255,255,255,.18)!important;
  border-radius:6px!important;
  background:rgba(1,9,5,.76)!important;
  backdrop-filter:blur(8px)!important;
}

html body[data-lnb-home-mobile-clean="1"] .home-proof-wje img{
  width:100%!important;
  height:auto!important;
  max-height:42px!important;
  object-fit:contain!important;
}

html body[data-lnb-home-mobile-clean="1"] .home-proof-copy{
  display:block!important;
  min-width:0!important;
}

html body[data-lnb-home-mobile-clean="1"] .home-proof-copy small{
  display:block!important;
  margin:0 0 5px!important;
  color:#f0c35a!important;
  -webkit-text-fill-color:#f0c35a!important;
  font:800 .65rem/1.2 "Space Grotesk",Inter,sans-serif!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}

html body[data-lnb-home-mobile-clean="1"] .home-proof-copy b{
  display:block!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font:800 1rem/1.22 "Space Grotesk",Inter,sans-serif!important;
  letter-spacing:0!important;
}

html body[data-lnb-home-mobile-clean="1"] .home-proof-copy > span{
  display:block!important;
  margin-top:6px!important;
  color:rgba(233,244,237,.72)!important;
  -webkit-text-fill-color:rgba(233,244,237,.72)!important;
  font:500 .7rem/1.35 Inter,sans-serif!important;
}

html body[data-lnb-home-mobile-clean="1"] section#funnel-router .builder-fastlane-grid > a{
  min-height:390px!important;
  padding:30px!important;
  background:#06100a!important;
}

html body[data-lnb-home-mobile-clean="1"] section#funnel-router .builder-fastlane-grid .lane-photo{
  position:absolute!important;
  inset:0!important;
  z-index:-2!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  overflow:hidden!important;
}

html body[data-lnb-home-mobile-clean="1"] section#funnel-router .builder-fastlane-grid .lane-photo img{
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:0!important;
  filter:saturate(1.02) contrast(1.04) brightness(1.08)!important;
}

html body[data-lnb-home-mobile-clean="1"] section#funnel-router .builder-fastlane-grid > a::before{
  background:linear-gradient(180deg,rgba(2,10,6,.03) 0%,rgba(2,10,6,.12) 42%,rgba(2,10,6,.66) 67%,rgba(2,10,6,.95) 100%)!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-home-system-unified .home-system-copy{
  align-self:center!important;
}

html body[data-lnb-home-mobile-clean="1"] .home-system-diligence-note{
  display:grid!important;
  gap:10px!important;
  margin-top:22px!important;
  padding:16px!important;
  border:1px solid rgba(99,226,145,.22)!important;
  border-radius:6px!important;
  background:rgba(84,219,136,.05)!important;
}

html body[data-lnb-home-mobile-clean="1"] .home-system-diligence-note span{
  color:rgba(225,239,230,.7)!important;
  -webkit-text-fill-color:rgba(225,239,230,.7)!important;
  font:500 .78rem/1.5 Inter,sans-serif!important;
}

html body[data-lnb-home-mobile-clean="1"] .home-system-diligence-note a{
  color:#7aefa4!important;
  -webkit-text-fill-color:#7aefa4!important;
  font:800 .84rem/1.35 Inter,sans-serif!important;
  text-decoration:none!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-home-deeper-copy .section-kicker{
  color:#f0c35a!important;
  -webkit-text-fill-color:#f0c35a!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-load-proof{
  position:relative!important;
  padding:92px 0!important;
  overflow:hidden!important;
  background:#eef4ef!important;
  color:#07130c!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-load-proof .wrap{
  width:min(100% - 72px,1420px)!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:minmax(0,.86fr) minmax(460px,1.14fr)!important;
  align-items:center!important;
  gap:clamp(42px,6vw,88px)!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-load-proof-copy .section-kicker{
  color:#176e41!important;
  -webkit-text-fill-color:#176e41!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-load-proof-copy h2{
  max-width:12ch!important;
  margin:0 0 20px!important;
  color:#07130c!important;
  -webkit-text-fill-color:#07130c!important;
  font:800 clamp(2.7rem,4.7vw,5rem)/.98 "Space Grotesk",Inter,sans-serif!important;
  letter-spacing:0!important;
  text-wrap:balance!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-load-proof-copy > p{
  max-width:650px!important;
  margin:0!important;
  color:#42574a!important;
  -webkit-text-fill-color:#42574a!important;
  font:500 1.04rem/1.66 Inter,sans-serif!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-load-proof-facts{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
  margin:28px 0 24px!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-load-proof-facts span{
  display:block!important;
  min-height:106px!important;
  padding:15px!important;
  border:1px solid rgba(15,100,49,.18)!important;
  border-radius:6px!important;
  background:#fff!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-load-proof-facts b{
  display:block!important;
  color:#0b6f3a!important;
  -webkit-text-fill-color:#0b6f3a!important;
  font:800 .88rem/1.25 Inter,sans-serif!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-load-proof-facts small{
  display:block!important;
  margin-top:7px!important;
  color:#52665a!important;
  -webkit-text-fill-color:#52665a!important;
  font:500 .72rem/1.45 Inter,sans-serif!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-load-proof-copy > a{
  color:#0d7b3f!important;
  -webkit-text-fill-color:#0d7b3f!important;
  font:800 .9rem/1.3 Inter,sans-serif!important;
  text-decoration:none!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-load-proof-media{
  position:relative!important;
  aspect-ratio:4/3!important;
  min-height:520px!important;
  margin:0!important;
  overflow:hidden!important;
  border:1px solid rgba(17,100,51,.22)!important;
  border-radius:8px!important;
  background:#07110b!important;
  box-shadow:0 34px 80px rgba(9,49,24,.2)!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-load-proof-media video{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center 55%!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-load-proof-shade{
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(180deg,transparent 50%,rgba(3,12,7,.88) 100%)!important;
  pointer-events:none!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-load-proof-media figcaption{
  position:absolute!important;
  z-index:2!important;
  left:24px!important;
  right:24px!important;
  bottom:22px!important;
  display:flex!important;
  align-items:end!important;
  justify-content:space-between!important;
  gap:20px!important;
  color:#fff!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-load-proof-media figcaption b{
  font:800 1rem/1.2 Inter,sans-serif!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-load-proof-media figcaption span{
  color:rgba(236,246,239,.72)!important;
  -webkit-text-fill-color:rgba(236,246,239,.72)!important;
  font:500 .76rem/1.35 Inter,sans-serif!important;
  text-align:right!important;
}

html[data-theme="dark"] body[data-lnb-home-mobile-clean="1"] .lnb-load-proof,
html[data-lnb-base="dark"] body[data-lnb-home-mobile-clean="1"] .lnb-load-proof{
  background:#eef4ef!important;
  color:#07130c!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-carbon-ledger{
  position:relative!important;
  padding:96px 0!important;
  overflow:hidden!important;
  background:#051009!important;
  color:#eef7f1!important;
  border-top:1px solid rgba(92,220,137,.16)!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-carbon-ledger .wrap{
  width:min(100% - 72px,1420px)!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:minmax(0,.82fr) minmax(520px,1.18fr)!important;
  align-items:center!important;
  gap:clamp(44px,6vw,90px)!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-carbon-copy .section-kicker{
  color:#f0c35a!important;
  -webkit-text-fill-color:#f0c35a!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-carbon-copy h2{
  max-width:13ch!important;
  margin:0 0 20px!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font:800 clamp(2.65rem,4.5vw,4.9rem)/.98 "Space Grotesk",Inter,sans-serif!important;
  letter-spacing:0!important;
  text-wrap:balance!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-carbon-copy > p{
  margin:0!important;
  color:rgba(229,241,233,.76)!important;
  -webkit-text-fill-color:rgba(229,241,233,.76)!important;
  font:500 1rem/1.66 Inter,sans-serif!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-carbon-inputs{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  margin:26px 0 22px!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-carbon-inputs span{
  display:block!important;
  min-height:120px!important;
  padding:16px!important;
  border:1px solid rgba(107,224,149,.2)!important;
  border-radius:6px!important;
  background:rgba(255,255,255,.035)!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-carbon-inputs b{
  display:block!important;
  color:#7aefa4!important;
  -webkit-text-fill-color:#7aefa4!important;
  font:800 .86rem/1.3 Inter,sans-serif!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-carbon-inputs small{
  display:block!important;
  margin-top:8px!important;
  color:rgba(225,238,229,.64)!important;
  -webkit-text-fill-color:rgba(225,238,229,.64)!important;
  font:500 .74rem/1.5 Inter,sans-serif!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-carbon-copy > a{
  display:inline-block!important;
  color:#7aefa4!important;
  -webkit-text-fill-color:#7aefa4!important;
  font:800 .9rem/1.35 Inter,sans-serif!important;
  text-decoration:none!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-carbon-disclosure{
  display:block!important;
  margin-top:18px!important;
  color:rgba(222,235,226,.53)!important;
  -webkit-text-fill-color:rgba(222,235,226,.53)!important;
  font:500 .71rem/1.5 Inter,sans-serif!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-carbon-stage{
  position:relative!important;
  overflow:hidden!important;
  border:1px solid rgba(108,223,149,.2)!important;
  border-radius:8px!important;
  background:#08160d!important;
  box-shadow:0 34px 80px rgba(0,0,0,.34)!important;
}

html body[data-lnb-home-mobile-clean="1"] #carbonCanvas{
  display:block!important;
  width:100%!important;
  height:var(--lnb-carbon-height,auto)!important;
  aspect-ratio:auto!important;
  background:#08160d!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-carbon-stage-key{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  border-top:1px solid rgba(108,223,149,.13)!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-carbon-stage-key span{
  padding:12px 8px!important;
  color:rgba(228,241,232,.56)!important;
  -webkit-text-fill-color:rgba(228,241,232,.56)!important;
  font:700 .64rem/1.2 Inter,sans-serif!important;
  text-align:center!important;
}

html body[data-lnb-home-mobile-clean="1"] section#wind-demo .lnb-wje-proof-seal .wje-mark{
  display:grid!important;
  place-items:center!important;
  width:86px!important;
  min-width:86px!important;
  height:58px!important;
  padding:10px!important;
}

html body[data-lnb-home-mobile-clean="1"] section#wind-demo .lnb-wje-proof-seal .wje-mark img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-height:38px!important;
  object-fit:contain!important;
}

@media (max-width:1100px){
  html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-tracks{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }

  html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track{
    grid-template-columns:40px minmax(0,1fr)!important;
    min-height:112px!important;
    padding:13px!important;
  }

  html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track .t-sub{
    font-size:.68rem!important;
  }

  html body[data-lnb-home-mobile-clean="1"] .lnb-load-proof .wrap,
  html body[data-lnb-home-mobile-clean="1"] .lnb-carbon-ledger .wrap{
    width:min(100% - 40px,820px)!important;
    grid-template-columns:1fr!important;
  }

  html body[data-lnb-home-mobile-clean="1"] .lnb-load-proof-media{
    min-height:560px!important;
  }
}

@media (max-width:720px){
  html body[data-lnb-home-mobile-clean="1"] #hero .lnb-hero-kicker{order:1!important;}
  html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-h1{order:2!important;}
  html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-sub{order:3!important;}
  html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-tracks{order:4!important;}
  html body[data-lnb-home-mobile-clean="1"] #hero .lnb-hero-product-stage{order:5!important;}
  html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-proof-line{order:6!important;}
  html body[data-lnb-home-mobile-clean="1"] #hero .lnb-home-cred-rail{order:7!important;}

  html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-tracks{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }

  html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track,
  html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track.track-invest{
    min-height:104px!important;
    padding:15px!important;
  }

  html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track .t-head{
    font-size:1.02rem!important;
  }

  html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track .t-sub{
    max-width:28ch!important;
    font-size:.76rem!important;
  }

  html body[data-lnb-home-mobile-clean="1"] .lnb-home-cred-rail{
    padding:8px!important;
  }

  html body[data-lnb-home-mobile-clean="1"] .home-proof-summary{
    grid-template-columns:76px minmax(0,1fr)!important;
    min-height:122px!important;
    padding:12px!important;
  }

  html body[data-lnb-home-mobile-clean="1"] .home-proof-wje{
    width:76px!important;
    height:66px!important;
  }

  html body[data-lnb-home-mobile-clean="1"] section#funnel-router .builder-fastlane-grid > a{
    min-height:340px!important;
    padding:24px!important;
  }

  html body[data-lnb-home-mobile-clean="1"] section#funnel-router .builder-fastlane-grid > a::before{
    background:linear-gradient(180deg,rgba(2,10,6,.02) 0%,rgba(2,10,6,.1) 38%,rgba(2,10,6,.68) 64%,rgba(2,10,6,.96) 100%)!important;
  }

  html body[data-lnb-home-mobile-clean="1"] .lnb-load-proof,
  html body[data-lnb-home-mobile-clean="1"] .lnb-carbon-ledger{
    padding:68px 0!important;
  }

  html body[data-lnb-home-mobile-clean="1"] .lnb-load-proof .wrap,
  html body[data-lnb-home-mobile-clean="1"] .lnb-carbon-ledger .wrap{
    width:calc(100% - 32px)!important;
    gap:30px!important;
  }

  html body[data-lnb-home-mobile-clean="1"] .lnb-load-proof-copy h2,
  html body[data-lnb-home-mobile-clean="1"] .lnb-carbon-copy h2{
    max-width:none!important;
    font-size:2.45rem!important;
  }

  html body[data-lnb-home-mobile-clean="1"] .lnb-load-proof-facts,
  html body[data-lnb-home-mobile-clean="1"] .lnb-carbon-inputs{
    grid-template-columns:1fr!important;
  }

  html body[data-lnb-home-mobile-clean="1"] .lnb-load-proof-facts span,
  html body[data-lnb-home-mobile-clean="1"] .lnb-carbon-inputs span{
    min-height:auto!important;
  }

  html body[data-lnb-home-mobile-clean="1"] .lnb-load-proof-media{
    aspect-ratio:3/4!important;
    min-height:0!important;
  }

  html body[data-lnb-home-mobile-clean="1"] .lnb-load-proof-media figcaption{
    left:16px!important;
    right:16px!important;
    bottom:16px!important;
    display:block!important;
  }

  html body[data-lnb-home-mobile-clean="1"] .lnb-load-proof-media figcaption span{
    display:block!important;
    margin-top:5px!important;
    text-align:left!important;
  }

  html body[data-lnb-home-mobile-clean="1"] .lnb-carbon-stage{
    width:100%!important;
    min-width:0!important;
    overflow:hidden!important;
  }

  html body[data-lnb-home-mobile-clean="1"] #carbonCanvas{
    width:100%!important;
    max-width:100%!important;
  }

  html body[data-lnb-home-mobile-clean="1"] .lnb-carbon-stage-key{
    width:100%!important;
  }
}

/* Keep this correction last: the public-launch compatibility layer above
   intentionally carries older card treatments for archived page variants. */
html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track::after{
  background:linear-gradient(90deg,rgba(2,10,6,.99) 0%,rgba(2,10,6,.96) 58%,rgba(2,10,6,.72) 100%)!important;
}

html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track.track-build::after{
  background:linear-gradient(90deg,rgba(5,81,38,.99) 0%,rgba(8,111,50,.96) 58%,rgba(4,63,29,.75) 100%)!important;
}

html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track.track-invest::after{
  background:linear-gradient(90deg,rgba(29,23,7,.99) 0%,rgba(40,31,9,.96) 58%,rgba(24,18,4,.76) 100%)!important;
}

html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track .t-photo img{
  filter:saturate(.96) contrast(1.08) brightness(.88)!important;
}

html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track .t-head{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-size:1.02rem!important;
  line-height:1.12!important;
  text-shadow:0 2px 14px rgba(0,0,0,.92)!important;
}

html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track .t-sub{
  color:#f1f8f3!important;
  -webkit-text-fill-color:#f1f8f3!important;
  font-size:.78rem!important;
  font-weight:700!important;
  line-height:1.32!important;
  text-shadow:0 2px 14px rgba(0,0,0,.96)!important;
}

html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track .t-ico svg{
  color:#fff!important;
  stroke:currentColor!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-home-partner-stack .lnb-v2-kh{
  border-color:rgba(12,38,24,.14)!important;
  background:#fff!important;
  box-shadow:0 10px 24px rgba(4,24,13,.08)!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-home-cred-rail{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-home-partner-stack,
html body[data-lnb-home-mobile-clean="1"] .lnb-home-proof-metrics{
  display:contents!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-home-partner-stack .kh-name{
  color:#07130c!important;
  -webkit-text-fill-color:#07130c!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-home-partner-stack .kh-body{
  color:#4d6154!important;
  -webkit-text-fill-color:#4d6154!important;
}

html body[data-lnb-home-mobile-clean="1"] .lnb-home-partner-stack .kh-body strong{
  color:#233c2d!important;
  -webkit-text-fill-color:#233c2d!important;
}

html body[data-lnb-home-mobile-clean="1"] .home-proof-summary{
  grid-template-columns:58px minmax(0,1fr) 70px!important;
  gap:12px!important;
  min-height:108px!important;
  padding:12px 14px!important;
  border:1px solid rgba(12,38,24,.14)!important;
  background:#fff!important;
  color:#07130c!important;
  box-shadow:0 10px 24px rgba(4,24,13,.08)!important;
}

html body[data-lnb-home-mobile-clean="1"] .home-proof-summary::after{
  display:none!important;
}

html body[data-lnb-home-mobile-clean="1"] .home-proof-storm{
  position:relative!important;
  inset:auto!important;
  z-index:auto!important;
  grid-column:1!important;
  grid-row:1!important;
  width:58px!important;
  height:58px!important;
  overflow:hidden!important;
  border:2px solid rgba(229,185,77,.78)!important;
  border-radius:50%!important;
  background:#dfe8e2!important;
  box-shadow:0 0 0 4px rgba(229,185,77,.08)!important;
  margin:0!important;
}

html body[data-lnb-home-mobile-clean="1"] .home-proof-storm img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center 58%!important;
  filter:saturate(.82) contrast(1.08)!important;
}

html body[data-lnb-home-mobile-clean="1"] .home-proof-copy{
  grid-column:2!important;
  grid-row:1!important;
  margin:0!important;
}

html body[data-lnb-home-mobile-clean="1"] .home-proof-wje{
  grid-column:3!important;
  grid-row:1!important;
  width:70px!important;
  height:70px!important;
  padding:10px!important;
  border:1px solid rgba(20,53,88,.2)!important;
  border-radius:5px!important;
  background:#0d3156!important;
  box-shadow:inset 0 0 20px rgba(255,255,255,.05)!important;
  margin:0!important;
}

html body[data-lnb-home-mobile-clean="1"] .home-proof-copy small{
  color:#a56f00!important;
  -webkit-text-fill-color:#a56f00!important;
}

html body[data-lnb-home-mobile-clean="1"] .home-proof-copy b{
  color:#07130c!important;
  -webkit-text-fill-color:#07130c!important;
}

html body[data-lnb-home-mobile-clean="1"] .home-proof-copy > span{
  color:#4d6154!important;
  -webkit-text-fill-color:#4d6154!important;
}

html[data-theme="light"][data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .lnb-home-proof-metrics a.home-proof-summary,
html[data-lnb-base="light"] body.light-theme[data-lnb-home-mobile-clean="1"] .lnb-home-proof-metrics a.home-proof-summary{
  background:#fff!important;
  color:#07130c!important;
}

html[data-theme="light"][data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .home-proof-summary .home-proof-copy b,
html[data-lnb-base="light"] body.light-theme[data-lnb-home-mobile-clean="1"] .home-proof-summary .home-proof-copy b{
  color:#07130c!important;
  -webkit-text-fill-color:#07130c!important;
}

html[data-theme="light"][data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] .home-proof-summary .home-proof-copy > span,
html[data-lnb-base="light"] body.light-theme[data-lnb-home-mobile-clean="1"] .home-proof-summary .home-proof-copy > span{
  color:#4d6154!important;
  -webkit-text-fill-color:#4d6154!important;
}

@media(max-width:720px){
  html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track{
    min-height:112px!important;
  }

  html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track .t-head{
    font-size:1.08rem!important;
  }

  html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track .t-sub{
    max-width:30ch!important;
    font-size:.82rem!important;
  }

  html body[data-lnb-home-mobile-clean="1"] .home-proof-summary{
    grid-template-columns:52px minmax(0,1fr) 52px!important;
    min-height:116px!important;
    padding:12px!important;
  }

  html body[data-lnb-home-mobile-clean="1"] .home-proof-storm{
    width:52px!important;
    height:52px!important;
  }

  html body[data-lnb-home-mobile-clean="1"] .home-proof-wje{
    width:52px!important;
    height:58px!important;
    padding:7px!important;
  }
}

@media(max-width:980px){
  html body[data-lnb-home-mobile-clean="1"] .lnb-home-cred-rail{
    grid-template-columns:1fr!important;
  }

  html body[data-lnb-home-mobile-clean="1"] .lnb-home-partner-stack .lnb-v2-kh,
  html body[data-lnb-home-mobile-clean="1"] .home-proof-summary{
    min-height:116px!important;
  }
}

/* Mobile compatibility styles in legacy bundles still target generic proof
   links. Keep this full-depth selector last so the WJE card matches the two
   partner cards in every theme and viewport. */
html body[data-lnb-home-mobile-clean="1"] #hero .lnb-home-cred-rail .lnb-home-proof-metrics > a.home-proof-summary{
  background:#fff!important;
  color:#07130c!important;
}

html body[data-lnb-home-mobile-clean="1"] #hero .lnb-home-cred-rail .home-proof-summary .home-proof-copy b{
  color:#07130c!important;
  -webkit-text-fill-color:#07130c!important;
}

html body[data-lnb-home-mobile-clean="1"] #hero .lnb-home-cred-rail .home-proof-summary .home-proof-copy > span{
  color:#4d6154!important;
  -webkit-text-fill-color:#4d6154!important;
}

/* Copy-first image balance: preserve the photography while giving every
   conversion label a predictable high-contrast reading surface. */
html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track{
  min-height:86px!important;
  padding:10px!important;
}

html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track::after,
html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track.track-build::after,
html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track.track-invest::after{
  background:linear-gradient(90deg,rgba(2,10,6,.88) 0%,rgba(2,10,6,.68) 58%,rgba(2,10,6,.18) 100%)!important;
}

html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track .t-photo img{
  filter:saturate(1.02) contrast(1.06) brightness(1.02)!important;
}

html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track .t-body{
  position:relative!important;
  z-index:4!important;
  min-width:0!important;
  margin-left:-2px!important;
  padding:7px 8px!important;
  border:1px solid rgba(255,255,255,.14)!important;
  border-radius:5px!important;
  background:rgba(2,12,7,.78)!important;
  box-shadow:0 8px 20px rgba(0,0,0,.26)!important;
  -webkit-backdrop-filter:blur(5px)!important;
  backdrop-filter:blur(5px)!important;
}

html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track.track-build .t-body{
  background:rgba(3,49,24,.82)!important;
}

html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track.track-invest .t-body{
  background:rgba(30,23,5,.84)!important;
}

html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track .t-head{
  font-size:.98rem!important;
  line-height:1.08!important;
  text-shadow:0 2px 9px rgba(0,0,0,.92)!important;
}

html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track .t-sub{
  margin-top:4px!important;
  color:#f7fbf8!important;
  -webkit-text-fill-color:#f7fbf8!important;
  font-size:.72rem!important;
  line-height:1.25!important;
  text-shadow:0 2px 9px rgba(0,0,0,.96)!important;
}

html body[data-lnb-home-mobile-clean="1"] #funnel-router .builder-fastlane-grid > a::before,
html[data-theme="light"] body[data-lnb-home-mobile-clean="1"] #funnel-router .builder-fastlane-grid > a::before,
html[data-lnb-base="light"] body[data-lnb-home-mobile-clean="1"] #funnel-router .builder-fastlane-grid > a::before{
  background:linear-gradient(180deg,rgba(2,10,6,.01) 0%,rgba(2,10,6,.08) 32%,rgba(2,10,6,.58) 55%,rgba(2,10,6,.94) 76%,rgba(2,10,6,.99) 100%)!important;
}

html body[data-lnb-home-mobile-clean="1"] #funnel-router .builder-fastlane-grid > a > strong{
  padding:5px 8px!important;
  border-radius:4px!important;
  background:rgba(2,12,7,.72)!important;
  box-shadow:0 6px 18px rgba(0,0,0,.22)!important;
  text-shadow:0 2px 10px rgba(0,0,0,1)!important;
}

html body[data-lnb-home-mobile-clean="1"] #funnel-router .builder-fastlane-grid > a > span:not(.lane-ico):not(.lane-photo){
  padding:7px 9px!important;
  border-left:2px solid rgba(102,235,151,.72)!important;
  border-radius:0 4px 4px 0!important;
  background:rgba(2,12,7,.78)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-weight:650!important;
  text-shadow:0 2px 10px rgba(0,0,0,1)!important;
}

@media(max-width:720px){
  html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track{
    min-height:118px!important;
    padding:13px!important;
  }

  html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track .t-body{
    max-width:calc(100% - 48px)!important;
    padding:9px 10px!important;
  }

  html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track .t-head{
    font-size:1.08rem!important;
  }

  html body[data-lnb-home-mobile-clean="1"] #hero .lnb-v2-track .t-sub{
    font-size:.82rem!important;
  }

  html body[data-lnb-home-mobile-clean="1"] #funnel-router .builder-fastlane-grid > a > strong{
    font-size:1.5rem!important;
  }

  html body[data-lnb-home-mobile-clean="1"] #funnel-router .builder-fastlane-grid > a > span:not(.lane-ico):not(.lane-photo){
    font-size:1rem!important;
    line-height:1.48!important;
  }
}
