/* ============================================================
                      COLOR VARIABLES
============================================================ */
:root {
  --moss-800: #4d6526; 
  --pine-700: #648337; 
  --ls-green-500: #7ea441; 
  --sage-400: #9bbb6a;
  --pale-green-300: #bcd85f; 
  --green-wash-100: #e8f0d6; 
  --green-mist-50: #f5f9ec; 
  --cloud-100: #f3f5ef;
  --terracotta-700: #c8525a; 
  --ls-coral-500: #f2757c; 
  --blush-300: #f7a3a8; 
  --petal-100: #fde7e8;
  --ochre-500T: #faf1dd;
  --ochre-500D: #9a6d1c;
  --ochre-500: #e3a948; 
  --teal-600: #2f7a73; 
  --aubergine-700: #6b4a63;
  --ink-900: #21241f; 
  --charcoal-800: #3a3d39; 
  --ls-grey-600: #58595b; 
  --grey-400: #8a8c8b;
  --grey-300: #b6b8b5; 
  --grey-200: #d9dbd6; 
  --white: #ffffff;
  --maxw: 1180px; 
  --radius: 20px;
  --shadow: 0 22px 55px rgba(33,36,31,.10);
  --shadow-sm: 0 10px 26px rgba(33,36,31,.06);
  --grad-green: linear-gradient(140deg, var(--pine-700), var(--moss-800));
}

/* ============================================================
                            BASE
============================================================ */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  font-family: "Roboto", "Inter", system-ui, sans-serif;
  color: var(--grey);
  background: var(--white);
  line-height: 1.66;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  overflow-x: hidden;
}

p {
  margin: 0 0 18px;
}

a {
  color: inherit;
  text-decoration: none;
}

sup, .ls__r {
  font-size: .56em;
  vertical-align: super;
  line-height: 0;
  font-weight: 700;
}

em, i, blockquote, .ls__isub, .ls__quote blockquote, .ls__tcard blockquote, .ls__bigquote p {
  font-style: normal;
}

.ls__wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding-inline: 26px;
}

.ls__kicker, .ls__eyebrow, .ls__uk, .ls__chlabel, .ls__clabel {
  font-weight: 900;
  font-size: .76rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ochre-500D);
  display: block;
  margin-bottom: 8px;
}

.center {
    text-align: center;
}

.long {
  max-width: 36ch !important;
}

/* ============================================================
                  TYPOGRAPHY AND BRANDING
============================================================ */
h1, .ls__hero h1 {
  color: var(--ink-900);
}

h2, h2.ls__sec, .ls__sec, .ls__purpose h2, .ls__intro h2, .ls__final h2, .ls__proof h2, .ls__head h2 {
  color: var(--ink-900) !important;
  margin-bottom: 16px;
  line-height: 1.2em;
}

.ls__proof h2 { margin-bottom: 40px; }

h2.ls__sec {
  font-weight: 900;
  font-size: clamp(1.7rem, 3.4vw, 2.4rem);
  line-height: 1.14;
  letter-spacing: -.5px;
}

h1 .ls__hl, h1 em, h1 .ls__rot, h1 .ls__g,
h2 .ls__hl, h2 em, h2 .ls__g, .ls__sec .ls__hl, .ls__sec em, .ls__sec .ls__g {
  color: var(--ls-green-500);
  font-style: normal;
}

.ls__lede {
  font-size: 1.08rem;
  max-width: 62ch;
}

/* ============================================================
                          BUTTONS
============================================================ */
.ls__btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  justify-content: center;
  font-weight: 700;
  border-radius: 40px;
  padding: 15px 30px;
  font-size: 1rem;
  cursor: pointer;
  transition: .18s ease;
  font-family: inherit;
  border: unset;
}

.ls__btn-primary {
  background: var(--grad-green);
  color: #fff;
  box-shadow: var(--shadow-sm);
}

.ls__btn-primary:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
}

.ls__btn-ghost {
  color: var(--moss-800);
  border: 2px solid !important;
  border: 1px solid var(--sage-400) !important;
}

.ls__btn-ghost:hover {
  background: var(--green-mist-50);
  border-color: var(--moss-800);
}

.ls__btn-sm {
  padding: 11px 22px;
  font-size: .92rem;
}

/* ============================================================
                  HEADER & NAVIGATION
============================================================ */
header.ls__header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 255, 255, 1);
  backdrop-filter: saturate(180%) blur(9px);
  border-bottom: 1px solid var(--grey-200);
}

header.ls__header .ls__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

header.ls__header img {
  height: 34px;
  display: block;
}

header.ls__header nav ul {
  display: flex;
  gap: 24px;
  list-style: none;
  align-items: center;
  margin: 0;
  padding: 0;
}

header.ls__header nav a {
  font-weight: 500;
  font-size: .95rem;
  color: var(--charcoal-800);
  text-decoration: none;
  transition: all 0.3s ease;
}

header.ls__header nav a:hover,  
header.ls__header nav a[aria-current] {
  color: var(--ls-green-500);
}

header.ls__header .ls__nav-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

header.ls__header .ls__navcta {
  display: flex;
  align-items: center;
  gap: 20px;
}

header.ls__header .ls__nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 24px;
  height: 16px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 100;
}

header.ls__header .ls__nav-toggle span {
  display: block;
  width: 100%;
  height: 1.5px;
  background: var(--charcoal-800);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease;
}

.ls__nav-menu.is-open + .ls__nav-right .ls__nav-toggle span:nth-child(2),
.ls__nav-menu.is-open ~ .ls__nav-toggle span:nth-child(2) {
  width: 80%;
}

.ls__nav-menu.is-open + .ls__nav-right .ls__nav-toggle span:last-child,
.ls__nav-menu.is-open ~ .ls__nav-toggle span:last-child {
  width: 40%;
}

/* ============================================================
                          SECTIONS
============================================================ */
/* Generic animations */
.ls__bub { position: absolute; border-radius: 50%; pointer-events: none; }
.ls__float { animation: ls__float 11s ease-in-out infinite; }
.ls__float.ls__b { animation-duration: 13s; }
.ls__float.ls__c { animation-duration: 15s; }
.ls__float.ls__d { animation-duration: 9s; }
@keyframes ls__float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-20px); } }

.ls__reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.ls__reveal.in { opacity: 1; transform: none; }
.ls__reveal.ls__d1 { transition-delay: .09s; }
.ls__reveal.ls__d2 { transition-delay: .18s; }
.ls__reveal.ls__d3 { transition-delay: .27s; }

.ls__pop { opacity: 0; transform: scale(.6); }
.ls__pop.in { animation: ls__pop .7s cubic-bezier(.2,.85,.25,1) forwards; }
@keyframes ls__pop { 0% { opacity: 0; transform: scale(.6); } 70% { transform: scale(1.06); } 100% { opacity: 1; transform: scale(1); } }



/* ============================================================
                          HOMEPAGE
============================================================ */

/* Hero */
.ls__hero { position: relative; overflow: hidden; background: linear-gradient(180deg, #fff 0%, var(--green-mist-50) 100%); }
.ls__hero .ls__wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; padding: 80px 26px; }
.ls__hero .ls__eyebrow { display: inline-block; font-size: .75rem; font-weight: 800; letter-spacing: .18em; color: var(--pine-700); text-transform: uppercase; margin-bottom: 18px; }
.ls__hero h1 { font-weight: 900; font-size: clamp(2.3rem, 5vw, 3.5rem); line-height: 1.06; letter-spacing: -1.2px; color: var(--ink-900); margin-bottom: 16px; }
.ls__hero h1 .ls__rot { color: var(--ls-green-500); display: inline-block; transition: opacity .3s ease; }
.ls__hero .ls__keyline { font-size: 1.16rem; color: var(--charcoal-800); max-width: 80ch; margin-bottom: 40px; }
.ls__hero .ls__ctas { display: flex; gap: 14px; flex-wrap: wrap; }

/* Hero Cube & Scene */
.ls__scene { position: relative; height: 520px; width: 100%; max-width: 470px; margin-left: auto; display: flex; align-items: center; justify-content: center; }
.ls__scene .ls__glow { position: absolute; border-radius: 50%; filter: blur(48px); pointer-events: none; z-index: 0; }
.ls__scene .ls__g1 { width: 300px; height: 300px; background: var(--pale-green-300); opacity: .5; top: -6px; right: -24px; }
.ls__scene .ls__g2 { width: 250px; height: 250px; background: var(--ochre-500); opacity: .24; bottom: -16px; left: -28px; }
.ls__scene .ls__g3 { width: 150px; height: 150px; background: var(--teal-600); opacity: .16; top: 44%; right: 6%; }
.ls__scene .ls__rb { position: absolute; border-radius: 50%; z-index: 3; box-shadow: 0 8px 20px rgba(33,36,31,.10); }
.ls__scene .ls__rb1 { width: 34px; height: 34px; background: var(--ls-green-500); top: 40px; left: 2%; }
.ls__scene .ls__rb2 { width: 20px; height: 20px; background: var(--ochre-500); bottom: 74px; right: 4%; }
.ls__scene .ls__rb3 { width: 14px; height: 14px; background: var(--ochre-500); top: 32%; left: 6%; }

.ls__cube-scene { position: relative; z-index: 2; width: 330px; height: 330px; perspective: 1400px; }
.ls__cube { width: 330px; height: 330px; position: relative; transform-style: preserve-3d; animation: ls__rotateCube 36s linear infinite; }
.ls__cube .ls__face { position: absolute; width: 370px; height: 370px; left: -20px; top: -20px; overflow: hidden; border: 1.5px solid rgba(255,255,255,.35); box-shadow: inset 0 0 60px rgba(33,36,31,.12); border-radius: 14px; background: #fff; }
.ls__cube .ls__face-img { position: absolute; inset: 0; background-size: cover; background-position: center; }
.ls__face-front { transform: translateZ(185px); }
.ls__face-back { transform: rotateY(180deg) translateZ(185px); }
.ls__face-right { transform: rotateY(90deg) translateZ(185px); }
.ls__face-left { transform: rotateY(-90deg) translateZ(185px); }
.ls__face-top { transform: rotateX(90deg) translateZ(185px); }
.ls__face-bottom { transform: rotateX(-90deg) translateZ(185px); }
@keyframes ls__rotateCube {
  0% { transform: rotateX(0deg) rotateY(0deg); animation-timing-function: cubic-bezier(.4,0,.2,1); }
  20% { transform: rotateX(0deg) rotateY(90deg); animation-timing-function: cubic-bezier(.4,0,.2,1); }
  40% { transform: rotateX(0deg) rotateY(180deg); animation-timing-function: cubic-bezier(.4,0,.2,1); }
  52% { transform: rotateX(90deg) rotateY(180deg); animation-timing-function: cubic-bezier(.4,0,.2,1); }
  64% { transform: rotateX(-90deg) rotateY(180deg); animation-timing-function: cubic-bezier(.4,0,.2,1); }
  78% { transform: rotateX(0deg) rotateY(270deg); animation-timing-function: cubic-bezier(.4,0,.2,1); }
  100% { transform: rotateX(0deg) rotateY(360deg); }
}

/* Purpose band */
.ls__purpose { background: linear-gradient(160deg, var(--green-mist-50), var(--green-wash-100)); position: relative; overflow: hidden; }
.ls__purpose .ls__wrap { padding: 80px 26px; position: relative; z-index: 2; max-width: 960px; display: flex; flex-direction: column; align-items: center; text-align: center;}
.ls__purpose h2 { color: var(--ls-green-500); font-weight: 900; font-size: clamp(1.7rem, 3.4vw, 2.5rem); line-height: 1.18; letter-spacing: -.5px; max-width: 24ch; }
.ls__purpose h2 .ls__hl { color: var(--ls-green-500); }
.ls__purpose p { color: var(--charcoal-800); max-width: 60ch; font-size: 1.1rem; }
.ls__purpose .ls__pb1 { width: 320px; height: 320px; background: var(--sage-400); opacity: .28; top: -120px; right: -70px; filter: blur(60px); position: absolute; border-radius: 50%; pointer-events: none; }
.ls__purpose .ls__pb2 { width: 220px; height: 220px; background: var(--ochre-500T); opacity: .5; bottom: -90px; right: 12%; filter: blur(55px); position: absolute; border-radius: 50%; pointer-events: none; }
.ls__purpose .ls__pb3 { width: 26px; height: 26px; background: var(--ls-green-500); opacity: 1; top: 60px; right: 16%; box-shadow: 0 8px 20px rgba(33,36,31,.12); position: absolute; border-radius: 50%; pointer-events: none; }

/* Proactive EAP Split */
.ls__split .ls__wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; padding: 80px 26px; }
.ls__split .ls__visual { position: relative; min-height: 340px; display: flex; align-items: center; justify-content: center; }
.ls__split .ls__glow { position: absolute; border-radius: 50%; filter: blur(50px); pointer-events: none; z-index: 0; }
.ls__split .ls__sg1 { width: 240px; height: 240px; background: var(--pale-green-300); opacity: .45; top: -10px; left: -20px; }
.ls__split .ls__sg2 { width: 180px; height: 180px; background: var(--ochre-500); opacity: .2; bottom: -20px; right: 0; }
@keyframes ls__cardfloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.ls__split .ls__card2 { position: relative; z-index: 2; width: 100%; max-width: 400px; background: #fff; border-radius: 22px; box-shadow: var(--shadow); border: 1px solid var(--grey-200); padding: 24px 24px 22px; animation: ls__cardfloat 8s ease-in-out infinite; }
.ls__split .ls__card2 .ls__c2head { display: flex; align-items: center; gap: 9px; font-weight: 800; color: var(--moss-800); font-size: .9rem; margin-bottom: 18px; }
.ls__split .ls__card2 .ls__c2head i { width: 10px; height: 10px; border-radius: 50%; background: var(--ls-green-500); }
.ls__split .ls__card2 ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.ls__split .ls__card2 li { display: flex; align-items: center; gap: 12px; font-size: .92rem; font-weight: 600; color: var(--charcoal-800); }
.ls__split .ls__card2 .ls__tick { width: 26px; height: 26px; border-radius: 8px; flex: none; display: flex; align-items: center; justify-content: center; color: #fff; font-size: .8rem; font-weight: 900; }
.ls__split .ls__rb { position: absolute; border-radius: 50%; z-index: 3; box-shadow: 0 8px 20px rgba(33,36,31,.10); }
.ls__split .ls__rb1 { width: 26px; height: 26px; background: var(--ochre-500); top: 6px; right: 8%; }
.ls__split .ls__rb2 { width: 16px; height: 16px; background: var(--teal-600); bottom: 10px; left: 8%; }
.ls__split .ls__photo-card { position: relative; z-index: 2; width: 100%; max-width: 420px; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--grey-200); }
.ls__split .ls__photo-card img { display: block; width: 100%; height: auto; }

/* HTI Triptych */
.ls__hti { background: var(--cloud-100); }
.ls__hti .ls__wrap { padding: 80px 26px; }
.ls__hti .ls__head { max-width: 100%; margin: 0 auto; }
.ls__hti .ls__lede { max-width: 80ch; margin: 0 auto;}
.ls__hti .ls__head h2 .ls__a { color: var(--ls-green-500); }
.ls__hti .ls__head h2 .ls__b { color: var(--ochre-500D); }
.ls__hti .ls__head h2 .ls__c { color: var(--teal-600); }
.ls__trip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ls__tri { background: #fff; border-radius: var(--radius); padding: 30px 28px; box-shadow: var(--shadow-sm); position: relative; overflow: hidden; }
.ls__tri .ls__ic { width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 900; margin-bottom: 18px; }
.ls__tri h3 { font-weight: 900; font-size: 1.2rem; color: var(--ink-900); margin-bottom: 8px; }
.ls__tri p { font-size: .96rem; margin: 0; }
.ls__tri .ls__corner { position: absolute; width: 120px; height: 120px; border-radius: 50%; opacity: .12; right: -40px; bottom: -40px; }

/* Why cards */
.ls__why .ls__wrap { padding: 84px 26px; }
.ls__why .ls__head { text-align: center; max-width: 60ch; margin: 0 auto 44px; }
.ls__why .ls__head h2 { color: var(--ls-green-500); }
.ls__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.ls__card { background: #fff; border: 1px solid var(--grey-200); border-radius: var(--radius); padding: 34px 30px; box-shadow: var(--shadow-sm); transition: .18s ease; }
.ls__card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.ls__card .ls__num { width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 900; font-size: 1.05rem; margin-bottom: 18px; }
.ls__card h3 { font-weight: 900; font-size: 1.22rem; color: var(--ink-900); margin-bottom: 10px; }
.ls__card p { font-size: .97rem; margin: 0; }

/* Founder feature */
.ls__founder { background: linear-gradient(180deg, var(--white), var(--green-mist-50)); }
.ls__founder .ls__wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: 52px; align-items: center; padding: 80px 26px; }
.ls__founder .ls__photo { position: relative; justify-self: center; }
.ls__founder .ls__photo img { width: 100%; max-width: 310px; border-radius: 50%; display: block; box-shadow: var(--shadow); border: 8px solid #fff; position: relative; z-index: 2; }
.ls__founder .ls__photo .ls__fb1 { width: 220px; height: 220px; background: var(--pale-green-300); opacity: .45; top: -40px; left: -40px; z-index: 0; filter: blur(46px); position: absolute; border-radius: 50%; pointer-events: none; }
.ls__founder .ls__photo .ls__fb2 { width: 26px; height: 26px; background: var(--ochre-500); opacity: 1; bottom: 24px; right: 2px; z-index: 3; box-shadow: 0 8px 20px rgba(33,36,31,.14); position: absolute; border-radius: 50%; pointer-events: none; }
.ls__founder .ls__frole { font-weight: 700; color: var(--ls-green-500); font-size: 1rem; margin: -6px 0 14px; }
.ls__founder .ls__inline { color: var(--moss-800); font-weight: 700; }
.ls__founder .ls__inline:hover { color: var(--ls-green-500); text-decoration: underline; }

/* Checklist band */
.ls__checklist { background: linear-gradient(160deg, var(--ochre-500T), #fff); position: relative; overflow: hidden; }
.ls__checklist .ls__wrap { padding: 80px 26px; display: flex; align-items: center; justify-content: space-between; gap: 28px; position: relative; z-index: 2; flex-wrap: wrap; }
.ls__checklist h3 { font-size: 1.55rem; color: var(--ink-900); font-weight: 900; max-width: 26ch; line-height: 1.2; }
.ls__checklist h3 .ls__hl { color: var(--ls-green-500); }
.ls__checklist p { margin-top: 8px; color: var(--grey); font-size: .98rem; }
.ls__checklist .ls__clb1 { width: 260px; height: 260px; background: var(--sage-400); opacity: .4; top: -110px; right: 28%; filter: blur(56px); position: absolute; border-radius: 50%; pointer-events: none; }
.ls__checklist .ls__clb2 { width: 20px; height: 20px; background: var(--ls-green-500); opacity: 1; bottom: 20px; left: 26%; box-shadow: 0 8px 18px rgba(33,36,31,.12); position: absolute; border-radius: 50%; pointer-events: none; }

/* Testimonials */  
.ls__proof .ls__wrap { padding: 80px 26px; padding-bottom: 0; }
.ls__proof .ls__head { text-align: center; max-width: 48ch; margin: 0 auto; }
.ls__proof h2 { color: var(--ls-green-500); }
.ls__proof h2 em { color: var(--ls-green-500); font-style: normal; }
.ls__tgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 100%; margin: 0 auto; }
.ls__tcard { background: #fff; border: 1px solid var(--grey-200); border-radius: var(--radius); padding: 32px 30px; box-shadow: var(--shadow-sm); position: relative; }
.ls__tcard .ls__qmark { font-size: 3rem; line-height: .6; color: var(--pale-green-300); font-weight: 900; }
.ls__tcard blockquote { font-size: 1.02rem; color: var(--charcoal-800); font-style: normal; margin: 6px 0 18px; }
.ls__tcard .ls__who { font-weight: 800; font-size: .92rem; color: var(--moss-800); }
.ls__tcard .ls__who span { display: block; font-weight: 400; color: var(--grey-400); font-size: .82rem; font-style: normal; letter-spacing: .04em; text-transform: uppercase; margin-top: 3px; }
.ls__tcard .ls__accent { position: absolute; top: 26px; right: 26px; width: 12px; height: 12px; border-radius: 50%; background: var(--ochre-500); }
.ls__proof.ls__eap-lp .ls__wrap { padding-top: 80px; }

/* FAQ */
.ls__faq .ls__wrap { padding: 80px 26px; }
.ls__faq .ls__qa { max-width: 100%; margin: 0 auto; }
.ls__faq details { border: 1px solid var(--grey-200); border-radius: 14px; margin-top: 16px; background: #fff; box-shadow: var(--shadow-sm); }
.ls__faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 18px; align-items: center; font-weight: 800; font-size: 1.02rem; color: var(--ink-900); padding: 18px 22px; }
.ls__faq summary::-webkit-details-marker { display: none; }
.ls__faq summary::after { content: "+"; flex: none; width: 28px; height: 28px; border-radius: 50%; background: var(--green-mist-50); color: var(--moss-800); display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 1.1rem; }
.ls__faq details[open] summary::after { content: "\2212"; }
.ls__faq .ls__ans { padding: 0 22px 20px; font-size: .96rem; }
.ls__faq .ls__ans p { margin-bottom: 0; }
.ls__faq h2 { margin-bottom: 40px; }

/* Final CTA */
.ls__final { background: linear-gradient(160deg, var(--green-mist-50), var(--green-wash-100)); text-align: center; position: relative; overflow: hidden; padding: 80px 0; }
.ls__final .ls__wrap { padding: 8px 26px; position: relative; z-index: 2; }
.ls__final .ls__head { display: flex; flex-direction: column; gap: 0; align-items: center; }
.ls__final h2 { color: var(--ls-green-500); font-weight: 900; font-size: clamp(2rem, 4vw, 2.9rem); letter-spacing: -.8px; margin-bottom: 8px;}
.ls__final p { color: var(--grey); margin-bottom: 40px; font-size: 1.08rem; max-width: 64ch ;}
.ls__final .ls__orb { border-radius: 50%; pointer-events: none; position: absolute; }
.ls__final .ls__o1 { width: 240px; height: 240px; background: radial-gradient(circle at 35% 35%, rgba(126,164,65,.3), rgba(126,164,65,0) 70%); left: -90px; bottom: -110px; }
.ls__final .ls__o2 { width: 190px; height: 190px; background: radial-gradient(circle at 35% 35%, rgba(242,117,124,.26), rgba(242,117,124,0) 70%); right: -60px; top: -70px; }

/* Footer */
footer.ls__footer { background: linear-gradient(180deg, var(--white), var(--green-mist-50)); color: var(--grey); padding: 64px 0 0; font-size: .92rem; position: relative; overflow: hidden; border-top: 1px solid var(--grey-200); }
footer.ls__footer .ls__fb { position: absolute; border-radius: 50%; pointer-events: none; }
footer.ls__footer .ls__fb1 { width: 230px; height: 230px; background: var(--sage-400); opacity: .22; top: -70px; right: -60px; }
footer.ls__footer .ls__fb2 { width: 92px; height: 92px; background: var(--pale-green-300); opacity: .3; top: 52px; left: 44%; }
footer.ls__footer .ls__fb3 { width: 170px; height: 170px; background: var(--green-wash-100); opacity: .55; bottom: 8px; right: 14%; z-index: 0; }
footer.ls__footer .ls__fb5 { width: 64px; height: 64px; background: var(--ochre-500T); opacity: .6; bottom: 64px; left: -18px; }
footer.ls__footer .ls__cols { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 34px; position: relative; z-index: 2; }
footer.ls__footer .ls__cols img { height: 40px; width: auto; margin-bottom: 16px; display: block; }
footer.ls__footer h4 { color: var(--ls-green-500); font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; margin: 0 0 12px; }
footer.ls__footer ul { list-style: none; line-height: 2.1; }
footer.ls__footer ul a:hover { color: var(--ls-green-500); text-decoration: underline; }
footer.ls__footer address { font-style: normal; line-height: 1.6; }
footer.ls__footer .ls__btn-chat { background: var(--grad-green); color: #fff; padding: 12px 26px; font-size: .92rem; margin-top: 14px; box-shadow: var(--shadow-sm); }
footer.ls__footer .ls__btn-chat:hover { filter: brightness(1.06); transform: translateY(-2px); }

.ls__socials { display: flex; gap: 12px; margin-top: 20px; }
.ls__socials a { width: 40px; height: 40px; border-radius: 50%; background: var(--ls-green-500); display: flex; align-items: center; justify-content: center; transition: .16s ease; }
.ls__socials a:hover { background: var(--pine-700); transform: translateY(-2px); }
.ls__socials svg { width: 18px; height: 18px; fill: #fff; display: block; }

.ls__legalband { position: relative; z-index: 1; background: var(--green-wash-100); margin-top: 52px; padding: 18px 0; }
.ls__legal { font-size: .8rem; color: var(--grey); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px 20px; }

/* People-led Additions */
.ls__pface { background-size: cover; background-position: center; border: 6px solid #fff; box-shadow: 0 14px 32px rgba(33,36,31,.16); opacity: 1 !important; filter: none !important; }
.ls__purpose .ls__pf1 { width: 176px; height: 176px; top: 26px; right: 3%; position: absolute; border-radius: 50%; }
.ls__purpose .ls__pf2 { width: 132px; height: 132px; bottom: 16px; left: 3%; position: absolute; border-radius: 50%; }



/* ============================================================
                        PROGRAMS PAGE
============================================================ */

/* Hero */
.ls__hero-programs { position: relative; overflow: hidden; }
.ls__hero-programs .ls__wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: 0; align-items: center; padding: 80px 26px; max-width: var(--maxw); margin: 0 auto; }
.ls__hero-programs .ls__eyebrow { display: inline-block; font-size: .75rem; font-weight: 800; letter-spacing: .18em; color: var(--pine-700); text-transform: uppercase; margin-bottom: 18px; }
.ls__hero-programs h1 { font-weight: 900; font-size: clamp(2.3rem, 5vw, 3.5rem); line-height: 1.06; letter-spacing: -1.2px; color: var(--ink-900); margin-bottom: 16px; }
.ls__hero-programs h1 .ls__g { color: var(--ls-green-500); }
.ls__hero-programs .ls__keyline { font-size: 1.16rem; color: var(--charcoal-800); max-width: 48ch; margin-bottom: 16px; }
.ls__hero-programs .ls__keyline.ls__sub { margin-bottom: 40px; font-size: 1.02rem; }
.ls__hero-programs .ls__ctas { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-bottom: 4px; }
.ls__hero-programs .ls__jump { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 26px; }
.ls__hero-programs .ls__jump a { font-size: .86rem; font-weight: 700; color: var(--moss-800); border: 1px solid var(--grey-200); background: rgba(255,255,255,.7); border-radius: 30px; padding: 8px 16px; transition: .16s ease; }
.ls__hero-programs .ls__jump a:hover { border-color: var(--sage-400); background: #fff; }
.ls__hero-programs .ls__shot { position: relative; display: flex; align-items: center; justify-content: center; min-height: 400px; }
.ls__hero-programs .ls__shot .ls__glow { position: absolute; border-radius: 50%; filter: blur(50px); pointer-events: none; z-index: 0; }
.ls__hero-programs .ls__shot .ls__hg1 { width: 300px; height: 300px; background: var(--pale-green-300); opacity: .5; top: -10px; right: -20px; }
.ls__hero-programs .ls__shot .ls__hg2 { width: 230px; height: 230px; background: var(--ochre-500); opacity: .18; bottom: -10px; left: 10px; }
.ls__hero-programs .ls__shot img { position: relative; z-index: 2; width: 100%; max-width: 100%; display: block; height: auto; }

/* Intro */
.ls__intro-programs { background: linear-gradient(160deg, var(--ochre-500T), #fff); position: relative; overflow: hidden; }
.ls__intro-programs .ls__wrap { padding: 80px 26px; position: relative; z-index: 2; max-width: 1180px; }
.ls__intro-programs h2 { color: var(--ls-green-500); font-weight: 800; font-size: clamp(1.65rem, 3.3vw, 2.2rem); line-height: 1.18; letter-spacing: -.5px; max-width: 35ch; margin: 0 auto; }
.ls__intro-programs h2 .ls__hl { color: var(--ochre-500); }
.ls__intro-programs p { color: var(--charcoal-800); margin-top: 24px; max-width: 66ch; font-size: 1.08rem; }
.ls__intro-programs .ls__ib1 { width: 320px; height: 320px; background: var(--sage-400); opacity: .28; top: -130px; right: -70px; filter: blur(60px); position: absolute; pointer-events: none; }
.ls__intro-programs .ls__ib2 { width: 220px; height: 220px; background: var(--ochre-500T); opacity: .5; bottom: -95px; right: 14%; filter: blur(55px); position: absolute; pointer-events: none; }
.ls__intro-programs .ls__ib3 { width: 24px; height: 24px; background: var(--ls-green-500); opacity: 1; top: 54px; right: 15%; box-shadow: 0 8px 20px rgba(33,36,31,.12); position: absolute; pointer-events: none; }
.pface { border-width: 6px; position: absolute; border-radius: 50%; background-size: cover; background-position: center; border-style: solid; border-color: #fff; box-shadow: 0 14px 32px rgba(33,36,31,.16); pointer-events: none; }
.ls__intro-programs .ppf1 { width: 170px; height: 170px; top: 24px; right: 3%; }
.ls__intro-programs.alt .ppf2 { width: 136px; height: 136px; bottom: 18px; left: 3%; }

/* Programs */
.ls__poster-programs { background: var(--cloud-100); }
.ls__poster-programs .ls__wrap { display: block; padding-top: 80px; padding-bottom: 80px; }
.ls__poster-programs .ls__wrap {grid-template-columns:1fr 1fr;padding-top:80px;padding-bottom:80px}
.ls__poster-programs .ls__wrap .pcard { background: transparent; border: none; box-shadow: none;}
.pcard img { display: block; width: 100%; height: 100%; object-fit: contain; }
.ls__swiper-container { width: 100%; --swiper-pagination-color: var(--ls-green-500, #22c55e);}

/* People */
.ls__people-program {background:linear-gradient(160deg,var(--green-mist-50,#f5f9ec),#fff);padding:80px 0}
.ls__people-program .ls__wrap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px}
.ls__people-program .pcard { padding: 0; border-radius: 16px; overflow: hidden; }
.ls__people-program .pcard img { object-fit: cover; }

/* Managers */
.ls__managers-programs { position: relative; overflow: hidden; background: linear-gradient(160deg, var(--ochre-500T), #fff); }
.ls__managers-programs .ls__wrap { display: grid; grid-template-columns: repeat(2, 1fr); gap: 80px ; align-items: center; justify-content: space-between; padding: 80px 26px; margin: 0 auto; }
.ls__managers-programs .ls__eyebrow { display: inline-block; font-size: .75rem; font-weight: 800; letter-spacing: .18em; color: var(--pine-700); text-transform: uppercase; margin-bottom: 16px; }
.ls__managers-programs h1 { font-weight: 900; font-size: clamp(2.3rem, 5vw, 3.5rem); line-height: 1.06; letter-spacing: -1.2px; color: var(--ink-900); margin-bottom: 24px; }
.ls__managers-programs h1 .ls__g { color: var(--ls-green-500); }
.ls__managers-programs .ls__keyline { font-size: 1.16rem; color: var(--charcoal-800); max-width: 48ch; margin-bottom: 16px; }
.ls__managers-programs .ls__keyline.ls__sub { margin-bottom: 40px; font-size: 1.02rem; }
.ls__managers-programs .ls__ctas { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-bottom: 4px; }
.ls__managers-programs .ls__jump { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 26px; }
.ls__managers-programs .ls__jump a { font-size: .86rem; font-weight: 700; color: var(--moss-800); border: 1px solid var(--grey-200); background: rgba(255,255,255,.7); border-radius: 30px; padding: 8px 16px; transition: .16s ease; }
.ls__managers-programs .ls__jump a:hover { border-color: var(--sage-400); background: #fff; }
.ls__managers-programs .ls__shot { position: relative; display: flex; align-items: center; justify-content: center; min-height: 400px; }
.ls__managers-programs .ls__shot .ls__glow { position: absolute; border-radius: 50%; filter: blur(50px); pointer-events: none; z-index: 0; }
.ls__managers-programs .ls__shot .ls__hg1 { width: 300px; height: 300px; background: var(--pale-green-300); opacity: .5; top: -10px; right: -20px; }
.ls__managers-programs .ls__shot .ls__hg2 { width: 230px; height: 230px; background: var(--ochre-500); opacity: .18; bottom: -10px; left: 10px; }
.ls__managers-programs .ls__shot img { position: relative; z-index: 2; width: 100%; max-width: 100%; display: block; height: auto; }



/* ============================================================
                            TEAM PAGE
============================================================ */

/* Hero */
.ls__hero-team { padding:80px 0; background:linear-gradient(180deg,var(--green-mist-50),var(--white) 78%)}
.ls__hero-team h1 { font-weight:900; font-size:clamp(2.2rem,4.6vw,3.2rem); line-height:1.08; letter-spacing:-1px; color:var(--ink-900); margin-bottom:16px }
.ls__hero-team h1 em { color:var(--ls-green-500)}
.ls__hero-team p { max-width:88ch; margin-bottom: 16px;}
.ls__hero-team .last-p { margin-bottom: 40px; }
.ls__hero-team .chips{ display:flex; flex-wrap:wrap; gap:10px; margin:24px 0 30px; list-style:none }
.ls__hero-team .chips li{ background:var(--green-wash-100);color:var(--moss-800); font-weight:700; font-size:.85rem; border-radius:30px; padding:8px 18px }
.ls__hero-team .ctas { display:flex;gap:14px;flex-wrap:wrap;align-items:center; }
.ls__hero-team .link { font-weight:700; color:var(--moss-800) }
.ls__hero-team .link:hover { color:var(--pine-700); text-decoration:underline !important } 
.ls__hero-team .ls__wrap { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }

/* Team Members */
.ls__members-team { padding:0 0 80px }
.ls__members-team .grid3 { display:grid; grid-template-columns:repeat(3,1fr) ;gap:24px; }
.ls__members-team .tcard { background:var(--white); border:1px solid var(--grey-200); border-radius:var(--radius); overflow:hidden;
    box-shadow:var(--shadow-sm); display:flex; flex-direction:column }
.ls__members-team .tcard img { width:100%; aspect-ratio:1/1; object-fit: cover; display:block }
.ls__members-team .tcard .pad{ padding:22px 24px 26px }
.ls__members-team .tcard .tag{ display:inline-block; background:var(--green-mist-50); color:var(--moss-800); font-weight:800; font-size:.72rem;
    letter-spacing:.14em; text-transform:uppercase; border-radius:20px; padding:4px 12px; margin-bottom:8px }
.ls__members-team .tcard h3 { font-weight:900; font-size:1.25rem;color:var(--charcoal-800);line-height:1.2}
.ls__members-team .tcard .role { font-weight:700; font-size:.92rem; color:var(--ochre-500D); margin:2px 0 16px }
.ls__members-team .tcard p { font-size:.93rem; margin:0 }
.ls__members-team .ls__lede { margin-bottom: 40px; }

/* Founder Story */
.ls__founder-story { padding:80px 0; background:var(--green-mist-50) }
.ls__founder-story .cols { display:grid; grid-template-columns:.9fr 1.4fr; gap:48px; align-items:start }
.ls__founder-story .photo { position:relative }
.ls__founder-story .photo img { width:100%; border-radius:var(--radius); display:block; box-shadow:var(--shadow) }
.ls__founder-story .photo .cap { background:var(--white); border:1px solid var(--green-wash-100); border-radius:14px ;box-shadow:var(--shadow-sm);
     padding:14px 18px; margin:-26px 18px 0; position:relative; font-size:.88rem; color:var(--grey-400) }
.ls__founder-story .photo .cap b { display:block; color:var(--charcoal-800); font-size:.98rem }
.ls__founder-story .creds { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin:24px 0 6px; list-style:none }
.ls__founder-story .creds li {background:var(--white); border:1px solid var(--green-wash-100); border-radius:12px; padding:12px 16px;
    font-size:.88rem; font-weight:700; color:var(--charcoal-800); display:flex; gap:10px; align-items:flex-start }
.ls__founder-story .creds li::before { content:""; flex:none; width:9px; height:9px; border-radius:50%; background:var(--ls-green-500); margin-top:7px }
.ls__founder-story .inline {color:var(--moss-800); font-weight:700 }
.ls__founder-story .inline:hover { color:var(--pine-700); text-decoration:underline }

/* Quote */
.ls__quote-light { background:linear-gradient(160deg,var(--ochre-500T),var(--white)); color:var(--charcoal-800); padding:80px 0; position:relative; overflow:hidden }
.ls__quote-light .qb { position:absolute; border-radius:50%; pointer-events:none }
.ls__quote-light .qb1 { width:200px; height:200px; background:var(--sage-400); opacity:.28; top:-70px; left:-50px }
.ls__quote-light .qb2 { width:120px; height:120px; background:var(--ochre-500T); opacity:.5; bottom:-40px; right:8% }
.ls__quote-light blockquote { max-width:860px; margin:0 auto; text-align:center; font-weight:300; font-style:normal;
    font-size:clamp(1.2rem,2.2vw,1.5rem); line-height:1.5; position:relative; z-index:2 }
.ls__quote-light blockquote b { font-weight:700; font-style:normal; color:var(--ls-green-500) }
.ls__quote-light .who {display:block; text-align:center; margin-top:24px; font-size:.95rem; font-weight:700; color:var(--ls-grey-600); font-style:normal; position:relative; z-index:2 }

/* What we do */
.ls__more-story { padding: 80px 0; }
.ls__more-story .caps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 8px; }
.ls__more-story .cap-card { border: 1px solid var(--grey-200); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); }
.ls__more-story .cap-card .num { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: var(--grad-green); color: #fff; font-weight: 900; font-size: 1rem; margin-bottom: 16px; }
.ls__more-story .cap-card h3 { font-weight: 900; font-size: 1.12rem; color: var(--charcoal-800); margin-bottom: 8px; }
.ls__more-story .cap-card p { font-size: .93rem; margin: 0; }
.ls__more-story .after { margin-top: 24px; font-size: 1rem; }
.ls__more-story .after a { color: var(--moss-800); font-weight: 700; }
.ls__more-story .after a:hover { color: var(--pine-700); text-decoration: underline; }
.ls__more-story .ls__lede { margin-bottom: 40px; }

/* Articles */
.ls__thinking { padding: 80px 0; background: var(--cloud-100); }
.ls__thinking .ls__wrap { padding-inline: 26px; }
.ls__thinking .agrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 38px; }
.ls__thinking .acard { background: var(--white); border: 1px solid var(--grey-200); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: .16s ease; }
.ls__thinking .acard:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.ls__thinking .acard img { width: 100%; aspect-ratio: 16/10; object-fit: cover; display: block; }
.ls__thinking .acard .pad { padding: 18px 20px 22px; display: flex; flex-direction: column; flex: 1; }
.ls__thinking .acard h3 { font-weight: 800; font-size: 1.02rem; line-height: 1.3; color: var(--charcoal-800); margin-bottom: 8px; }
.ls__thinking .acard p { font-size: .87rem; margin: 0 0 14px; flex: 1; }
.ls__thinking .acard .read { font-weight: 800; font-size: .88rem; color: var(--moss-800); }
.ls__thinking .acard:hover .read { color: var(--pine-700); text-decoration: underline; }
.ls__thinking .ls__lede { margin-bottom: 40px; }

.ls__thinking.resources .agrid { grid-template-columns: repeat(2, 1fr) !important; }

/* Final CTA */
.ls__final .ls__cta-subheadline { margin-top:16px !important; font-size:.9rem;color: var(--grey-400); position:relative; z-index:2; margin: 0 auto; }
.ls__final .ls__cta-subheadline a { color:var(--ls-green-500); font-weight:700} 
.ls__final .ls__cta-subheadline a:hover { text-decoration:underline }



/* ============================================================
                          RESOURCES
============================================================ */

/* Hero */
.ls__hero-resources { padding:80px 0; background:linear-gradient(180deg,var(--green-mist-50),var(--white) 78%)}
.ls__hero-resources h1 { font-weight:900; font-size:clamp(2.2rem,4.6vw,3.2rem); line-height:1.08; letter-spacing:-1px; color:var(--ink-900); margin-bottom:16px }
.ls__hero-resources h1 em { color:var(--ls-green-500)}
.ls__hero-resources p { max-width:80ch; margin-bottom: 16px;}
.ls__hero-resources .last-p { margin-bottom: 40px; }
.ls__hero-resources .chips{ display:flex; flex-wrap:wrap; gap:10px; margin:24px 0 30px; list-style:none }
.ls__hero-resources .chips li{ background:var(--green-wash-100);color:var(--moss-800); font-weight:700; font-size:.85rem; border-radius:30px; padding:8px 18px }
.ls__hero-resources .ctas { display:flex;gap:14px;flex-wrap:wrap;align-items:center; }
.ls__hero-resources .link { font-weight:700; color:var(--moss-800) }
.ls__hero-resources .link:hover { color:var(--pine-700); text-decoration:underline } 
.ls__hero-resources .ls__wrap { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }

/* Checklist Banner */
.ls__clbanner { background: var(--green-mist-50); border-top: 1px solid rgba(126,164,65,.20); border-bottom: 1px solid rgba(126,164,65,.20); position: relative; overflow: hidden; }
.ls__clbanner .ls__o1 { width: 240px; height: 240px; background: radial-gradient(circle at 35% 35%, rgba(126,164,65,.3), rgba(126,164,65,0) 70%); left: -90px; bottom: -110px; }
.ls__clbanner .ls__wrap { padding: 80px 26px; display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap; position: relative; z-index: 2; }
.ls__clbanner h2 { font-weight: 900; font-size: 1.32rem; color: var(--ls-green-500); line-height: 1.2; margin-bottom: 5px; letter-spacing: -.3px; }
.ls__clbanner p { margin: 0; font-size: 1rem; color: var(--charcoal-800); max-width: 58ch; }
.ls__clbanner .btn { flex: none; }

/* Checklist Features */
.ls__checklist-features { background: linear-gradient(160deg, var(--ochre-500T), #fff); position: relative; overflow: hidden; }
.ls__checklist-features .ls__wrap { padding: 80px 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; position: relative; z-index: 2; }
.ls__checklist-features .clg1 { width: 280px; height: 280px; background: var(--sage-400); opacity: .3; top: -110px; right: -60px; filter: blur(56px); }
.ls__checklist-features .clg2 { width: 180px; height: 180px; background: var(--ochre-500T); opacity: .55; bottom: -70px; left: 26%; filter: blur(50px); }
.ls__checklist-features .cdot { width: 22px; height: 22px; background: var(--ochre-500); top: 60px; right: 30%; box-shadow: 0 8px 18px rgba(33,36,31,.12); }
.ls__checklist-features h2 { color: var(--ink-900); font-weight: 900; font-size: clamp(1.7rem, 3.4vw, 2.4rem); line-height: 1.15; letter-spacing: -.5px; margin-bottom: 14px; }
.ls__checklist-features h2 .hl { color: var(--ls-green-500); }
.ls__checklist-features .ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 22px; }
.ls__checklist-features .clcard { background: var(--white); border: 1px solid var(--grey-200); border-radius: 22px; box-shadow: var(--shadow); padding: 26px 26px 22px; max-width: 380px; justify-self: center; width: 100%; }
.ls__checklist-features .clcard .head { display: flex; align-items: center; gap: 9px; font-weight: 800; color: var(--moss-800); font-size: .9rem; margin-bottom: 16px; }
.ls__checklist-features .clcard .head i { width: 10px; height: 10px; border-radius: 50%; background: var(--ls-green-500); }
.ls__checklist-features .clcard ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.ls__checklist-features .clcard li { display: flex; align-items: center; gap: 11px; font-size: .9rem; font-weight: 600; color: var(--charcoal-800); }
.ls__checklist-features .clcard .tick { width: 24px; height: 24px; border-radius: 8px; flex: none; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: .76rem; font-weight: 900; }
.ls__checklist-features .clcard .more { font-size: .82rem; color: var(--grey-400); margin: 12px 0 0; }
.ls__checklist-features .rpf1 { width: 140px; height: 140px; right: 6%; bottom: -40px; }



/* ============================================================
                          CONTACT
============================================================ */

/* Hero */
.ls__hero-contact { padding: 80px 0 40px; background: linear-gradient(180deg, var(--green-mist-50), var(--white) 82%); position: relative; overflow: hidden; }
.ls__hero-contact h1 { font-weight: 900; font-size: clamp(2.1rem, 4.4vw, 3rem); line-height: 1.08; letter-spacing: -1px; color: var(--ink-900); margin-bottom: 18px; }
.ls__hero-contact p { max-width: 70ch; margin: 0;}
.ls__hero-contact .cpf1 { width: 96px; height: 96px; right: 7%; top: 34px; }
.ls__hero-contact .cpf1 { width: 120px; height: 120px; }

/* Form */
.ls__contact-section { padding: 80px 0; padding-top: 0; }
.ls__contact-section .cols { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; align-items: start; }
.ls__contact-section .formcard { background: var(--white); border: 1px solid var(--grey-200); border-radius: 22px; box-shadow: var(--shadow); padding: 34px 34px 30px; }
.ls__contact-section .formcard h2 { font-weight: 900; font-size: 1.2rem; color: var(--charcoal-800); margin-bottom: 22px; letter-spacing: .02em; }
.ls__contact-section .frow { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ls__contact-section .fgroup { margin-bottom: 16px; }
.ls__contact-section .fgroup label { display: block; font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--moss-800); margin-bottom: 7px; }
.ls__contact-section .fgroup input, .ls__contact-section .fgroup select, .ls__contact-section .fgroup textarea { width: 100%; font-family: inherit; font-size: .96rem; color: var(--charcoal-800); border: 1.5px solid var(--grey-200); border-radius: 12px; padding: 13px 14px; background: var(--white); transition: .15s ease; }
.ls__contact-section .fgroup input:focus, .ls__contact-section .fgroup select:focus, .ls__contact-section .fgroup textarea:focus { outline: none; border-color: var(--ls-green-500); box-shadow: 0 0 0 3px var(--green-wash-100); }
.ls__contact-section .fgroup textarea { min-height: 120px; resize: vertical; }
.ls__contact-section .formcard .note { font-size: .86rem; color: var(--grey-400); margin: 14px 0 0; }
.ls__contact-section .side { display: flex; flex-direction: column; gap: 22px; }
.ls__contact-section .sidecard { background: linear-gradient(160deg, var(--green-mist-50), var(--green-wash-100)); border: 1px solid var(--green-wash-100); border-radius: 22px; padding: 26px 28px; position: relative; overflow: hidden; }
.ls__contact-section .sidecard h3 { font-weight: 900; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ls-green-500); margin-bottom: 14px; }
.ls__contact-section .sidecard p { font-size: .95rem; margin: 0 0 12px; }
.ls__contact-section .sidecard b { color: var(--charcoal-800); }
.ls__contact-section .sidecard a.mail { color: var(--moss-800); font-weight: 700; }
.ls__contact-section .sidecard a.mail:hover { text-decoration: underline; }
.ls__contact-section .sidecard address { font-style: normal; line-height: 1.6; }
.ls__contact-section .sidecard.demo { background: var(--white); border: 1px solid var(--grey-200); box-shadow: var(--shadow-sm); }
.ls__contact-section .sidecard .sg { position: absolute; border-radius: 50%; filter: blur(40px); pointer-events: none; }
.ls__contact-section .sidecard .sg1 { width: 150px; height: 150px; background: var(--sage-400); opacity: .3; top: -50px; right: -40px; }
.ls__contact-section .counsel { background: var(--ochre-500T); border: 1px solid var(--petal-100); border-radius: 22px; padding: 24px 28px; }
.ls__contact-section .counsel h3 { font-weight: 900; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ochre-500D); margin-bottom: 12px; }
.ls__contact-section .counsel p { font-size: .93rem; color: var(--charcoal-800); margin: 0; }
.ls__contact-section .counsel a { color: var(--ochre-500D); font-weight: 700; }
.ls__contact-section .counsel a:hover { text-decoration: underline; }



/* ============================================================
                        LEGAL PAGE
============================================================ */

/* Progress Bar */
#pbar{position:fixed;top:0;left:0;height:2px;width:0%;background:linear-gradient(to right,var(--lime),var(--green));z-index:9999;transition:width .08s linear}

/* Hero */
#p-hero{padding:clamp(4rem,9vw,7.5rem) 5vw clamp(1.5rem,3vw,3rem);max-width:920px;margin:0 auto;width:100%}
.p-eyebrow{display:inline-flex;align-items:center;gap:.75rem;font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--green);margin-bottom:1.4rem}
.p-eyebrow::before{content:'';display:block;width:28px;height:2px;background:var(--green)}
.p-h1{font-size:clamp(2.4rem,5vw,4rem);font-weight:900;color:var(--ink-900);line-height:1.05;letter-spacing:-.035em;margin-bottom:1rem}
.p-intro{font-size:1.02rem;font-weight:300;line-height:1.8;color:var(--grey);max-width:70ch}
.p-updated{display:inline-block;margin-top:1.4rem;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--taupe)}

/* Body */
#p-body{max-width:920px;margin:0 auto;width:100%;padding:1rem 5vw clamp(3rem,6vw,6rem)}
#p-body h2{font-size:clamp(1.25rem,2.4vw,1.7rem);font-weight:900;color:#3A3A3A;letter-spacing:-.02em;line-height:1.2;margin:2.6rem 0 1rem;padding-top:1.6rem;border-top:1px solid rgba(28,43,16,.08)}
#p-body h2:first-of-type{border-top:0;padding-top:0;margin-top:1rem}
#p-body h3{font-size:1.02rem;font-weight:700;color:var(--green-deep,var(--green));margin:1.6rem 0 .6rem;letter-spacing:-.01em}
#p-body p{font-size:.97rem;font-weight:400;line-height:1.8;color:var(--grey);margin-bottom:1rem;max-width:74ch}
#p-body ul{list-style:none;margin:0 0 1.2rem;padding:0;max-width:74ch}
#p-body li{position:relative;padding-left:1.4rem;font-size:.97rem;font-weight:400;line-height:1.75;color:var(--grey);margin-bottom:.5rem}
#p-body li::before{content:'';position:absolute;left:0;top:.62em;width:6px;height:6px;border-radius:50%;background:var(--lime)}
#p-body a{color:var(--green);font-weight:400;text-decoration:underline;text-underline-offset:3px;transition:color .2s}
#p-body a:hover{color:var(--green-deep,var(--dark))}
#p-body strong{font-weight:700;color:var(--dark)}
.p-contact-block{margin:.4rem 0 1rem;font-size:.97rem;line-height:1.9;color:var(--grey);font-weight:300}
.p-ack{margin-top:2.6rem;padding:1.6rem 1.8rem;background:rgba(247,249,244,.7);border:1px solid rgba(28,43,16,.06);border-radius:14px}
.p-ack h2{border-top:0;padding-top:0;margin-top:0;font-size:1.05rem}
.p-ack p{margin-bottom:0;font-size:.9rem}



/* ============================================================
                            EAP LP
============================================================ */

/* Decorative Bubbles */
.orb { position:absolute; border-radius:50%; z-index:0; pointer-events:none }
.float { animation:float 10s ease-in-out infinite }
.float.b { animation-duration:12s }.float.c { animation-duration:14s }
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-22px)}}

/* Hero */
.ls__hero { background: linear-gradient(180deg, var(--green-mist-50), var(--white)); position: relative; overflow: hidden; }
.ls__hero .ls__wrap.grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.04fr .96fr; gap: 56px; align-items: center; }
.ls__hero h1 { font-size: clamp(2.3rem, 4.6vw, 3.5rem); }
.ls__hero h1 .g { color: var(--ls-green-500); }
.ls__hero .isub { margin: 18px 0 26px; }
.ls__hero .ctas { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.ls__hero .ctas .link { font-weight: 700; color: var(--moss-800); display: inline-flex; align-items: center; gap: 7px; }
.ls__hero .ctas .link:hover { color: var(--pine-700); text-decoration: underline;}
.ls__hero .trust { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--grey-200); display: flex; flex-wrap: wrap; gap: 9px 24px; }
.ls__hero .trust span { display: flex; align-items: center; gap: 8px; font-size: .9rem; font-weight: 500; color: var(--charcoal-800); }
.ls__hero .orb1 { width: 340px; height: 340px; background: radial-gradient(circle at 35% 35%, rgba(155,187,106,.45), rgba(155,187,106,0) 70%); top: -110px; right: -80px; }
.ls__hero .orb2 { width: 240px; height: 240px; background: radial-gradient(circle at 35% 35%, rgba(47,122,115,.2), rgba(47,122,115,0) 70%); bottom: -100px; left: -70px; }

/* Form */
.ls__hero .formwrap { position: relative; margin-top: 16px; }
.ls__hero .formwrap .bubblestat { position: absolute; top: -30px; right: -20px; z-index: 3; width: 112px; height: 112px; border-radius: 50%; background: var(--grad-green); color: var(--white); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; box-shadow: 0 16px 32px rgba(51,66,26,.28); border: 5px solid var(--white); }
.ls__hero .formwrap .bubblestat b { font-size: 1.85rem; font-weight: 900; line-height: 1; }
.ls__hero .formwrap .bubblestat span { font-size: .68rem; margin-top: 3px; padding: 0 8px; line-height: 1.2; }
.ls__hero .formwrap .dot { position: absolute; bottom: -18px; left: 26px; width: 56px; height: 56px; border-radius: 50%; background: var(--ochre-500); z-index: 0; }
.ls__hero .form-card { position: relative; z-index: 2; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid var(--grey-200); padding: 32px 30px; }
.ls__hero .form-card h2 { font-size: 1.35rem; color: var(--ls-grey-600); margin-bottom: 4px; }
.ls__hero .form-card .sub { font-size: .93rem; color: var(--grey-400); margin-bottom: 18px; }
.ls__hero .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.ls__hero .form-grid .full { grid-column: 1/-1; }
.ls__hero .field label { display: block; font-size: .79rem; font-weight: 700; color: var(--charcoal-800); margin-bottom: 5px; }
.ls__hero .field input, .ls__hero .field select, .ls__hero .field textarea { width: 100%; padding: 12px 13px; border: 1.5px solid var(--grey-200); border-radius: 11px; font-family: inherit; font-size: .96rem; color: var(--ink-900); background: var(--white); transition: .15s; }
.ls__hero .field input:focus, .ls__hero .field select:focus, .ls__hero .field textarea:focus { outline: none; border-color: var(--ls-green-500); box-shadow: 0 0 0 3px rgba(126,164,65,.18); }
.ls__hero .field textarea { resize: vertical; min-height: 74px; }
.ls__hero .hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.ls__hero .form-card .btn { width: 100%; margin-top: 8px; }
.ls__hero .form-note { font-size: .77rem; color: var(--grey-400); text-align: left; margin-top: 12px; line-height: 1.45; }
.ls__hero #form-success { display: none; text-align: center; padding: 30px 12px; }
.ls__hero #form-success h3 { color: var(--ls-green-500); font-size: 1.4rem; margin-bottom: 6px; }

/* Two Models */
.ls__blk { padding:80px 0 !important; position:relative; overflow:hidden}
.ls__blk .cmp { display:grid; grid-template-columns:1fr 1fr; column-gap:24px; margin:0 auto}
.ls__blk .chead { padding: 16px 24px; font-weight: 900; font-size: 1.05rem; line-height: 1.3; border-radius: 14px; margin-bottom: 4px; }
.ls__blk .chead.old { background: var(--cloud-100); color: var(--ink-900); border: 1px solid var(--grey-200); }
.ls__blk .chead.new { background: var(--grad-green); color: var(--white); box-shadow: var(--shadow-sm); }

.ls__blk .clab { grid-column: 1/-1; display: flex; align-items: center; gap: 16px; margin: 26px 0 12px; font-size: .71rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; color: var(--ochre-500D); white-space: nowrap; }
.ls__blk .clab:before, .ls__blk .clab:after { content: ""; flex: 1; height: 1px; background: var(--grey-200); }

.ls__blk .cell { padding: 18px 24px; font-size: .98rem; line-height: 1.5; border-radius: 14px; display: flex; flex-direction: column; justify-content: center; }
.ls__blk .cell.old { background: var(--cloud-100); color: var(--grey-400); border: 1px solid var(--grey-200); }
.ls__blk .cell.new { background: var(--green-mist-50); color: var(--charcoal-800); border: 1px solid var(--green-wash-100); box-shadow: var(--shadow-sm); }
.ls__blk .cell.new b { color: var(--moss-800); font-weight: 700; }
.ls__blk .cell .mstat { display: block; font-weight: 900; font-size: 2rem; line-height: 1.05; letter-spacing: -1px; margin-bottom: 2px; }
.ls__blk .cell.old .mstat { color: var(--ink-900); }
.ls__blk .cell.new .mstat { color: var(--ls-green-500); }
.ls__blk .ct { display: block; color: var(--ink-900); }
.ls__blk .ctag { display: none; }
.ls__blk .cell.new:last-child { margin-bottom: 0; }

section.blk { padding:80px 0; position:relative; overflow:hidden }

/* Takeaway */
.ls__blk .takeaway { background: var(--white); border-radius: 16px !important; border-left: 8px solid var(--ochre-500); border-radius: 0 14px 14px 0; padding: 24px; display: flex; align-items: center; gap: 24px; margin: 40px auto 0; box-shadow: var(--shadow-sm); overflow: hidden; }
.ls__blk .takeaway .ic { flex: none; width: 54px; height: 54px; border-radius: 50%; background: var(--ochre-500T); color: var(--ochre-500D); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; font-weight: 900; }
.ls__blk .takeaway b { color: var(--ls-grey-600); font-weight: 900; font-size: 1.05rem; display: block; margin-bottom: 3px; }
.ls__blk .takeaway p { margin: 0; color: var(--charcoal-800); font-size: .98rem; line-height: 1.5; }
.ls__blk .takeaway.green { border-left-color: var(--pine-700); }
.ls__blk .takeaway.green .ic { background: var(--green-wash-100); color: var(--moss-800); }

/* Digital Experience */
.bbar { height: 32px; background: var(--cloud-100); border-bottom: 1px solid var(--grey-200); display: flex; align-items: center; gap: 6px; padding: 0 12px; }
.burl { margin-left: 10px; flex: 1; height: 19px; border-radius: 10px; background: var(--white); border: 1px solid var(--grey-200); }
.bdot{ width:9px; height:9px; border-radius:50%; background:var(--grey-300); flex:none; }
.ls__burl { margin-left:10px; flex:1; height:19px; border-radius:10px; background:#fff; border:1px solid var(--grey-200); font-size: .6rem; color: var(--grey-400); display: flex; align-items: center; padding: 0 11px; letter-spacing: .02em; }

.dx, .ls__digital { background: linear-gradient(165deg, var(--white) 0%, var(--green-mist-50) 45%, var(--green-wash-100) 100%); color: var(--charcoal-800); }
.dx .orb1, .ls__digital .orb1 { width: 420px; height: 420px; background: radial-gradient(circle at 40% 40%, rgba(155, 187, 106, .34), rgba(155, 187, 106, 0) 70%); top: -160px; left: -140px; }
.dx .orb2, .ls__digital .orb2 { width: 300px; height: 300px; background: radial-gradient(circle at 40% 40%, rgba(47, 122, 115, .16), rgba(47, 122, 115, 0) 70%); bottom: -130px; right: -90px; }
.dx .accent, .ls__digital .accent { position: absolute; border-radius: 50%; z-index: 1; pointer-events: none; }
.dx .ac1, .ls__digital .ac1 { width: 58px; height: 58px; background: var(--ochre-500); opacity: .9; left: 2%; bottom: 16%; }
.dx .ac2, .ls__digital .ac2 { width: 26px; height: 26px; background: var(--ochre-500); opacity: .85; left: 46%; top: 12%; }
.dx .wrap, .ls__digital .ls__digital__wrap { position: relative; z-index: 2; }
.dxgrid, .ls__digital__wrap { display: grid; grid-template-columns: 1.12fr .88fr; gap: 56px; align-items: center; }

/* capability points beside the devices */
.dxlist { margin-top: 26px; }
.dxitem { display: flex; gap: 15px; align-items: flex-start; padding: 13px 0; border-top: 1px solid var(--grey-200); }
.dxitem:first-child { border-top: none; padding-top: 0; }
.dxitem .n { flex: none; width: 30px; height: 30px; border-radius: 50%; background: var(--green-wash-100); color: var(--moss-800); display: flex; align-items: center; justify-content: center; font-size: .72rem; font-weight: 900; margin-top: 2px; }
.dxitem:nth-child(2) .n { background: var(--ochre-500T); color: var(--ochre-500D); }
.dxitem:nth-child(3) .n { background: #dceeec; color: var(--teal-600); }
.dxitem:nth-child(4) .n { background: #fbeed6; color: #a8761f; }
.dxitem b { display: block; color: var(--charcoal-800); font-size: 1rem; font-weight: 700; margin-bottom: 2px; }
.dxitem p { margin: 0; color: var(--grey-400); font-size: .93rem; line-height: 1.45; }

/* Partners */
.ls__partners-eap { position: relative; overflow: hidden; }
.ls__partners-eap .ls__wrap { display: grid; grid-template-columns: repeat(2, 1fr); gap: 80px ; align-items: center; justify-content: space-between; padding: 80px 26px; margin: 0 auto; }
.ls__partners-eaps .ls__eyebrow { display: inline-block; font-size: .75rem; font-weight: 800; letter-spacing: .18em; color: var(--pine-700); text-transform: uppercase; margin-bottom: 16px; }
.ls__partners-eap h1 { font-weight: 900; font-size: clamp(2.3rem, 5vw, 3.5rem); line-height: 1.06; letter-spacing: -1.2px; color: var(--ink-900); margin-bottom: 24px; }
.ls__partners-eap h1 .ls__g { color: var(--ls-green-500); }
.ls__partners-eap .ls__keyline { font-size: 1.16rem; color: var(--charcoal-800); max-width: auto; margin-bottom: 16px; }
.ls__partners-eap .ls__keyline.ls__sub { margin-bottom: 40px; font-size: 1.02rem; }
.ls__partners-eap .ls__ctas { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-bottom: 4px; }
.ls__partners-eap .ls__jump { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 26px; }
.ls__partners-eap .ls__jump a { font-size: .86rem; font-weight: 700; color: var(--moss-800); border: 1px solid var(--grey-200); background: rgba(255,255,255,.7); border-radius: 30px; padding: 8px 16px; transition: .16s ease; }
.ls__partners-eap .ls__jump a:hover { border-color: var(--sage-400); background: #fff; }

.ls__head .ls__ctas { display: flex; gap: 14px; }

/* Testimonials */
.ls__eap-lp .ls__wrap { padding-bottom: 80px; }
.ls__eap-lp h2 {  margin-bottom: 16px; }
.ls__eap-lp .ls__keyline {  margin-bottom: 40px; }
.ls__eap-lp .ls__head { max-width: 80ch; }

/* Experience */
.ls__experience-eap { position: relative; overflow: hidden; background: linear-gradient(160deg, var(--ochre-500T), #fff); }
.ls__experience-eap .ls__wrap { display: grid; grid-template-columns: repeat(2, 1fr); gap: 80px ; align-items: center; justify-content: space-between; padding: 80px 26px; margin: 0 auto; }
.ls__experience-eap .ls__eyebrow { display: inline-block; font-size: .75rem; font-weight: 800; letter-spacing: .18em; color: var(--pine-700); text-transform: uppercase; margin-bottom: 16px; }
.ls__experience-eap h1 { font-weight: 900; font-size: clamp(2.3rem, 5vw, 3.5rem); line-height: 1.06; letter-spacing: -1.2px; color: var(--ink-900); margin-bottom: 24px; }
.ls__experience-eap h1 .ls__g { color: var(--ls-green-500); }
.ls__experience-eap .ls__keyline { font-size: 1.16rem; color: var(--charcoal-800); max-width: auto; margin-bottom: 16px; }
.ls__experience-eap .ls__keyline.ls__sub { margin-bottom: 40px; font-size: 1.02rem; }
.ls__experience-eap .ls__ctas { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-bottom: 4px; }
.ls__experience-eap .ls__jump { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 26px; }
.ls__experience-eap .ls__jump a { font-size: .86rem; font-weight: 700; color: var(--moss-800); border: 1px solid var(--grey-200); background: rgba(255,255,255,.7); border-radius: 30px; padding: 8px 16px; transition: .16s ease; }
.ls__experience-eap .ls__jump a:hover { border-color: var(--sage-400); background: #fff; }

/* photo band (replaces video) */
.vidband .grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 54px; align-items: center; }
.vidband .photowrap { position: relative; max-width: 460px; margin: 0 auto; }
.vidband .pdot,
.vidband .pdot2 { position: absolute; border-radius: 50%; z-index: 0; }
.vidband .pdot { top: -18px; left: -18px; width: 56px; height: 56px; background: var(--teal-600); }
.vidband .pdot2 { bottom: 34px; right: -14px; width: 34px; height: 34px; background: var(--ochre-500); }
.vidband .vid { position: relative; z-index: 1; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.vidband .vid img { display: block; width: 100%; height: auto; }
.vidband .tag { position: absolute; top: 16px; left: 16px; z-index: 3; padding: 6px 14px; border-radius: 30px; background: var(--ochre-500); color: var(--white); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.04em; }
.vidband .photobubble { position: absolute; right: 14px; bottom: 14px; z-index: 3; padding: 12px 20px; border-radius: 50px; background: var(--moss-800); color: var(--white); font-size: 0.86rem; font-weight: 700; line-height: 1.3; box-shadow: 0 10px 24px rgba(51, 66, 26, 0.3); }
.vidband .photobubble small { display: block; font-size: 0.78rem; font-weight: 400; color: var(--green-wash-100); }

.ls__foundation .ls__keyline {
  max-width: 80ch;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media(max-width: 960px) {
    .dxgrid { grid-template-columns: 1fr; gap: 40px; }
    .stage { max-width: 560px; margin: 0 auto; padding-bottom: 52px; }
}

@media(max-width: 700px) {
  .slots { grid-template-columns: repeat(3, 1fr); }
  .slots .day:last-child { display: none; }
}

@media(max-width: 560px) {
  .phone { width: 126px; right: 0; bottom: -10px; border-radius: 20px; padding: 5px; }
  .pscreen { border-radius: 15px; }
  .browser { width: calc(100% - 98px); }
  .bmain { padding: 15px 15px 17px; padding-right: 44px; }
  .brail { width: 38px; }
  .brail i { width: 19px; height: 19px; }
  .pgreet { font-size: .62rem; }
  .pcard b { font-size: .6rem; }
  .pcard .pk { font-size: .46rem; }
  .pcard .pmeta { font-size: .5rem; }
  .pbtn { font-size: .55rem; padding: 7px 0; }
  .ptop .plogo { font-size: .55rem; }
}

/* ---------- (c) foundation strip ---------- */
.fdn { background: var(--green-mist-50); }
.fdngrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 6px; }
.fdncard { background: var(--white); border: 1px solid var(--grey-200); border-radius: 14px; padding: 22px 20px; box-shadow: var(--shadow-sm); }
.fdncard .tick { width: 30px; height: 30px; border-radius: 50%; background: var(--green-wash-100); color: var(--moss-800); display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: .86rem; margin-bottom: 12px; }
.fdncard b { display: block; color: var(--charcoal-800); font-size: .99rem; font-weight: 700; line-height: 1.35; margin-bottom: 4px; }
.fdncard span { font-size: .88rem; color: var(--grey-400); line-height: 1.45; }
@media(max-width: 520px) { .fdngrid { grid-template-columns: 1fr; } }

/* 10 Aug 2026: posters + people photography in place of UI mockups */
.browser { box-shadow: none; }
.dx .browser .bposter, .ls__digital .browser .bposter { display: block; width: 100%; height: auto; }
.dx .peoplecard, .ls__digital .peoplecard { margin: 0; border-radius: 20px; overflow: hidden; box-shadow: 0 22px 54px rgba(33, 36, 31, .2); border: 1px solid rgba(255, 255, 255, .5); flex: 0 0 280px; width: 280px; }
.dx .peoplecard img, .fs__digital .peoplecard img { display: block; width: 100%; height: auto; }
.dx .stage, .ls__digital .stage { display: flex; gap: 22px; align-items: flex-end; flex-wrap: wrap; }
.dx .stage .browser, .ls__digital .stage .browser { flex: 1 1 340px; }
@media(max-width: 760px) {
  .dx .stage, .ls__digital .stage { align-items: flex-start; padding-bottom: 0;}
  .dx .stage .browser, .ls__digital .stage .browser { flex: 1 1 100%; }
  .dx .peoplecard, .ls__digital .peoplecard { flex: 0 0 200px; width: 200px; }
}

/* Paul Card */
.about-blk, .ls__about { background: var(--cloud-100); padding: 80px 26px; }
.aboutcard, .ls__about__card { background: var(--white); border: 1px solid var(--grey-200); border-radius: var(--radius); box-shadow: var(--shadow-sm); max-width: 100%; margin: 0 auto; padding: 40px; display: flex; gap: 34px; align-items: center; }
.aboutcard .pic, .ls__about__pic { flex: none; width: 150px; height: 150px; border-radius: 50%; object-fit: cover; border: 6px solid var(--white); box-shadow: 0 10px 26px rgba(33, 36, 31, .16); }
.aboutcard h3, .ls__about__card h3 { font-size: 1.3rem; font-weight: 900; color: var(--charcoal-800); margin-bottom: 10px; }
.aboutcard p, .ls__about__card p { margin: 0; color: var(--charcoal-800); font-size: 1.02rem; line-height: 1.65; }
.aboutcard a, .ls__about__card a { color: var(--moss-800); font-weight: 700; }
.aboutcard a:hover, .ls__about__card a:hover { color: var(--pine-700); text-decoration: underline; }


/* ============================================================
                        EAP CHECKLIST
============================================================ */

/* Hero */
.ls__hero-checklist { display: flex; align-items: center; padding: 80px 0; background: #fff; }
.ls__hero-checklist .ls__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; position: relative; z-index: 2; }
.ls__hero-checklist h1 { font-weight: 900;     font-size: clamp(2.3rem, 4.6vw, 3.5rem); line-height: 1.02; margin-bottom: 16px; }
.ls__hero-checklist .ls__rule { width: 96px; height: 5px; background: linear-gradient(90deg, var(--ochre-500), var(--pale-green-300)); border-radius: 3px; margin: 20px 0; }
.ls__hero-checklist .ls__sub { font-size: 19px; color: var(--grey-400); font-weight: 300; font-style: italic; max-width: 460px; line-height: 1.5; }
.ls__hero-checklist .ls__ctas { margin-top: 30px; display: flex; gap: 14px; flex-wrap: wrap; }
.ls__hero-checklist .ls__mosaic { position: relative; height: 380px; width: 340px; }
.ls__hero-checklist .ls__ph { position: absolute; border-radius: 50%; overflow: hidden; border: 5px solid #fff; box-shadow: 0 12px 30px rgba(0, 0, 0, .10); }
.ls__hero-checklist .ls__ph img { width: 100%; height: 100%; object-fit: cover; }
.ls__hero-checklist .ls__p1 { width: 200px; height: 200px; right: 40px; top: 0; }
.ls__hero-checklist .ls__p2 { width: 130px; height: 130px; left: 10px; top: 90px; }
.ls__hero-checklist .ls__p3 { width: 150px; height: 150px; right: 110px; top: 210px; }
.ls__hero-checklist .ls__statbub { position: absolute; right: 0; top: 186px; width: 128px; height: 128px; padding: 0 14px; text-align: center; border-radius: 50%; background: linear-gradient(140deg, var(--ochre-500D), var(--ochre-500)); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 12px 30px rgba(200, 82, 90, .3); }
.ls__hero-checklist .ls__statbub b { font-size: 28px; font-weight: 900; line-height: 1; }
.ls__hero-checklist .ls__statbub span { font-size: 9px; letter-spacing: 1.2px; text-transform: uppercase; margin-top: 5px; line-height: 1.35; max-width: 84px; display: block; }


/* Engagement Gap */
.ls__engagemnt-checklist { padding: 80px 0; }
.ls__engagemnt-checklist.ls__cream { background: var(--green-mist-50); }
.ls__engagemnt-checklist h2 { font-weight: 900; font-size: clamp(1.7rem, 3.4vw, 2.4rem); line-height: 1.08; }
.ls__engagemnt-checklist .ls__lead { font-size: 17px; color: var(--ink-900); max-width: 720px; margin-top: 18px; }
.ls__engagemnt-checklist .ls__two { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 26px; }
.ls__engagemnt-checklist .ls__two p { color: var(--charcoal-800); font-size: 16px; line-height: 1.6; }
.ls__engagemnt-checklist .ls__two p + p { margin-top: 14px; }
.ls__engagemnt-checklist .ls__two b { color: var(--ls-grey-600); font-weight: 700; }

/* stat rings */
.ls__engagemnt-checklist .ls__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 40px; margin-top: 28px; }
.ls__engagemnt-checklist .ls__stat { text-align: center; padding: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.ls__engagemnt-checklist .ls__stat svg { width: 130px; height: 130px; margin-bottom: 15px; }
.ls__engagemnt-checklist .ls__stat .ls__lab { font-weight: 800; font-size: 16px; color: var(--ink-900); margin-top: 12px; line-height: 1.3; }
.ls__engagemnt-checklist .ls__stat .ls__sub { font-size: 13px; color: var(--grey-400); margin-top: 4px; }

/* takeaway callout */
.ls__engagemnt-checklist .ls__takeaway { margin-top: 40px; background: var(--white); border-left: 8px solid var(--ochre-500); border-radius: 16px; padding: 24px 30px; display: flex; align-items: center; gap: 24px; box-shadow: var(--shadow-sm); overflow: hidden; }
.ls__engagemnt-checklist .ls__cream .ls__takeaway { background: var(--white); }
.ls__engagemnt-checklist .ls__takeaway.ls__green { border-left-color: var(--ls-green-500); }
.ls__engagemnt-checklist .ls__takeaway .ls__ic { flex: 0 0 48px; width: 48px; height: 48px; border-radius: 50%; background: var(--ochre-500T); display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 900; color: var(--ochre-500D); }
.ls__engagemnt-checklist .ls__takeaway.ls__green .ls__ic { color: var(--pine-700); }
.ls__engagemnt-checklist .ls__takeaway b { color: var(--ls-grey-600); font-weight: 900; font-size: 1.05rem; display: block; margin-bottom: 3px; }
.ls__engagemnt-checklist .ls__takeaway p { margin: 0; color: var(--charcoal-800); font-size: .98rem; line-height: 1.5; }

.ls__engagemnt-checklist .orb1 { width: 340px; height: 340px; background: radial-gradient(circle at 35% 35%, rgba(155,187,106,.45), rgba(155,187,106,0) 70%); top: -110px; right: -80px; }
.ls__engagemnt-checklist .orb2 { width: 240px; height: 240px; background: radial-gradient(circle at 35% 35%, rgba(47,122,115,.2), rgba(47,122,115,0) 70%); bottom: -100px; left: -70px; }

/* Flow */
.flowlab { font-weight:800; font-size:13px; letter-spacing:1.5px; text-transform:uppercase; margin: 40px 0 24px; }
.flow{ display:flex; gap:10px; flex-wrap:wrap; justify-content:space-between; }
.node{ flex:1; min-width:110px; text-align:center; }
.node .dot{ width:56px; height:56px; border-radius:50%; margin:0 auto 12px; display:flex; align-items:center; justify-content:center; font-weight:900; font-size:18px; color:#fff; }
.node .nl{ font-size:13px; font-weight:600; color:var(--grey); line-height:1.35; }
.trad .dot{ background:#fff; border:3px solid #f2757c; color:#c8525a; }
.pro .dot{ background:linear-gradient(140deg,#648337,#4d6526); }

/* Checklist */
.ls__clis { margin-top:36px; }
.ls__crow { display:flex; align-items:flex-start; gap:22px; padding: 40px 0; border-bottom:1px solid #0000000f; }
.ls__crow:last-child { border-bottom:0; }
.ls__crow .ls__num { flex:0 0 52px; width:52px; height:52px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-weight:900; font-size:19px; color:#fff; }
.ls__crow.ls__g .ls__num { background:linear-gradient(140deg,var(--pale-green-300),var(--ls-green-500)); }
.ls__crow.ls__c .ls__num { background:linear-gradient(140deg,var(--ochre-500D),var(--ochre-500)); }
.ls__crow.ls__t .ls__num { background:var(--teal-600); }
.ls__crow.ls__o .ls__num { background:var(--ochre-500); color:var(--ink-900); }
.ls__crow.ls__a .ls__num { background:var(--aubergine-700); }
.ls__crow .ls__qq { font-weight:700; font-size:19px; color:var(--ink-900); }
.ls__crow .ls__qa { font-size:15px; color:var(--charcoal-800); margin-top:12px; }
.ls__crow .ls__qa b { color:var(--greenD); font-weight:600; }
.ls__crow > div:nth-child(2) { flex:1; min-width:0; }
.ls__crow .ls__tk { flex:0 0 28px; width:28px; height:28px; border:2px solid var(--line); border-radius:6px; margin-top:1px; }

.ls__brown { background: linear-gradient(160deg, var(--ochre-500T), #fff); }

/* Download Banner */
.ls__dlbanner{ background:linear-gradient(135deg,#648337,#4d6526); border-radius:16px; padding:34px 40px; display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap; }
.ls__dlbanner .ls__t b { color:#fff; font-size:24px; font-weight:800; display:block; margin-bottom: 8px; }
.ls__dlbanner .ls__t span { color:var(--white); font-size:15px; }
.ls__dlbanner .ls__btn { background: var(--pale-green-300); color: var(--ink-900);}

.ls__contact-checklist { padding-block: 0; }

/* Chapter 4 Grid */
.ls__addgrid { display:grid; grid-template-columns:1fr 1fr; gap:24px; margin-top:36px; }
.ls__acard { border-radius:16px; padding:32px; }
.ls__acard.ls__base { background:var(--cloud-100); }
.ls__acard.ls__plus{ background:var(--grad-green); }
.ls__acard .ls__ah { font-weight:900; font-size:19px; margin-bottom:18px; }
.ls__acard.ls__base .ls__ah { color:var(--moss-800); }
.ls__acard.ls__plus .ls__ah { color:var(--white); }
.ls__aitem { display:flex; gap:13px; align-items:flex-start; padding:9px 0; }
.ls__aitem .ls__am { flex:0 0 26px; width:26px; height:26px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:14px; font-weight:900; }
.ls__acard.ls__base .ls__am { background:var(--white); color:var(--moss-800); }
.ls__acard.ls__plus .ls__am { background:var(--pale-green-300); color:var(--ink-900); }
.ls__aitem .ls__at { font-size:15px; line-height:1.5; }
.ls__acard.ls__base .ls__at { color:var(--charcoal-800); } .ls__acard.ls__base .ls__at b{ color:var(--moss-800); }
.ls__acard.ls__plus .ls__at { color:var(--white); } .ls__acard.ls__plus .ls__at b{ color:var(--pale-green-300); }

.bigquote { margin-top:24px; background:var(--ochre-500T); border-radius:14px; padding:38px 48px 38px 76px; position:relative; }
.sec.cream .bigquote { background:#fff; }
.bigquote .mk { position:absolute; left:34px; top:14px; font-weight:900; font-size:70px; color:var(--ochre-500); line-height:1; }
.bigquote p { font-weight:500; font-size: 20px; line-height:1.45; color:var(--ls-grey-600); max-width: 70ch; margin: 0 auto; text-align: center; }

.ls__venn { position:relative; width:320px; height:300px; margin:0 auto; }
.ls__venn .ls__plabel{ position:absolute; left:0; right:0; top:-6px; text-align:center; font-weight:900; font-size:12px; letter-spacing:2px; text-transform:uppercase; color:var(--pine-700); }
.ls__venn .ls__c{ position:absolute; width:190px; height:190px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-weight:900; font-size:16px; color:var(--white); }
.ls__venn .ls__c1{ left:0; top:26px; background:rgba(100,131,55,.82); }
.ls__venn .ls__c2{ right:0; top:26px; background:rgba(47,122,115,.78); }
.ls__venn .ls__c3{ left:65px; top:118px; background:rgba(200,82,90,.72); }
.ls__venn .ls__c span{ margin-top:0px; z-index:  1;}
.ls__venn .ls__c3 span{ margin-top:0px; }
.ls__sbar{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:40px; }
.ls__sbar .ls__s{ border-top:4px solid var(--ls-green-500); padding-top:14px; }
.ls__sbar .ls__s.ls__c{ border-top-color:var(--ls-coral-500); }
.ls__sbar .ls__s.ls__t{ border-top-color:var(--teal-600); }
.ls__sbar .ls__s b{ font-weight:900; font-size:34px; color:var(--pine-700); line-height:1; display:block; }
.ls__sbar .ls__s.ls__c b{ color:var(--terracotta-700); } 
.ls__sbar .ls__s.ls__t b{ color:var(--teal-600); }
.ls__sbar .ls__s span{ font-size:13px; color:var(--grey-400); display:block; margin-top:8px; }

.ls__vcap { text-align: center; font-size: .9rem; color: var(--grey-400); margin: 22px auto 0; max-width: 38ch; line-height: 1.45; }

/* Chapter 5 Results */
.ls__sbar{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:40px; grid-column: 1/-1; }
.ls__sbar .ls__s{ border-top:4px solid var(--ls-green-500); padding-top:14px; }
.ls__sbar .ls__s.ls__c{ border-top-color:var(--ls-coral-500); }
.ls__sbar .ls__s.ls__t{ border-top-color:var(--teal-600); }
.ls__sbar .ls__s b{ font-weight:900; font-size:34px; color:var(--pine-700); line-height:1; display:block; }
.ls__sbar .ls__s.ls__c b{ color:var(--terracotta-700); } 
.ls__sbar .ls__s.ls__t b{ color:var(--teal-600); }
.ls__sbar .ls__s span{ font-size:13px; color:var(--grey-400); display:block; margin-top:8px; }
.ls__sbar { order: 3 !important;}

.no__top .ls__wrap { padding-top: 0 !important; }
.no__top .ls__keyline { margin: 0; }


/* ============================================================
   7. UNIFIED RESPONSIVE MEDIA QUERIES
   ============================================================ */
@media (max-width: 1150px) {
  .ls__purpose .ls__pf1 { width: 132px; height: 132px; }
  .ls__purpose .ls__pf2 { width: 104px; height: 104px; }

  .ls__intro-programs .ppf1{width:128px;height:128px}.intro.alt .ppf2{width:104px;height:104px}

  .ls__members-team .grid3{grid-template-columns:repeat(2,1fr)}

  .ls__checklist .rpf1 { display: none; }
}

@media (max-width: 900px) {
  footer.ls__footer .ls__cols { grid-template-columns: 1fr 1fr; gap: 30px; }
  footer.ls__footer .ls__cols > div:first-child { grid-column: 1 / -1; }
  .ls__purpose .ls__pf1, .ls__purpose .ls__pf2 { display: none; }

  .ls__hero-programs .ls__wrap { grid-template-columns: 1fr; gap: 64px; padding: 64px 26px; }
  .ls__hero-programs .ls__keyline { max-width: none; }
  .ls__hero-programs .ls__shot { min-height: 0; order: -1; }
  .ls__hero-programs h1 { margin-bottom: 16px; }
  .ls__hero-programs .ls__keyline.ls__sub { margin-top: 0 !important; }

  .ls__intro-programs .ppf1,.intro.alt .ppf2{display:none}

  .ls__poster-programs .ls__wrap {grid-template-columns:1fr; gap: 24px; padding-block:64px;}.people .wrap{grid-template-columns:1fr}.intro .ppf1,.intro.alt .ppf2{display:none}

  .ls__founder-story .cols{grid-template-columns:1fr}.ls__founder-story .photo { max-width:100% }

  .ls__more-story .caps { grid-template-columns: 1fr; }

  .ls__thinking .agrid { grid-template-columns: repeat(2, 1fr); }

  .ls__hero-contact .cpf1 { display: none; }

  .fdngrid { grid-template-columns: 1fr 1fr; }

}

@media (max-width: 860px) {

  br { display: none; }

  .ls__scene {transform: scale(0.7); height: auto;}
  .ls__btn, .btn { padding-block: 8px; }
  
  header.ls__header .ls__nav-toggle { display: flex; }

  header.ls__header .ls__nav-menu {
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: saturate(180%) blur(12px);
    border-bottom: 1px solid var(--grey-200);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }

  header.ls__header .ls__nav-menu ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 0 24px;
  }

  header.ls__header .ls__nav-menu li {
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.04);
  }

  header.ls__header .ls__nav-menu li a {
    display: block;
    padding: 14px 0;
    font-size: 1.05rem;
    width: 100%;
  }

  header.ls__header .ls__nav-menu.is-open { height: auto; }
  header.ls__header .ls__navcta .ls__signin { display: none; }

  .ls__hero .ls__wrap { grid-template-columns: 1fr; gap: 64px; padding: 64px 26px; }
  .ls__purpose .ls__wrap { padding-block: 64px; }
  .ls__purpose p { margin-top: 0; margin-bottom: 16px; }
  .ls__purpose p:last-child { margin-bottom: 0; }
  
  .ls__split .ls__wrap { grid-template-columns: 1fr; gap: 64px; padding: 64px 26px; }
  .ls__split .ls__visual { order: -1; width: 100%; max-width: 100%; min-height: auto; aspect-ratio: 16/9; }
  .ls__split .ls__photo-card { width: 100%; max-width: 100%; min-height: auto; aspect-ratio: 16/9; object-fit: cover; object-position: top; }
  .ls__split h2, .ls__split p { margin-bottom: 16px; }

  .ls__hti .ls__head { margin: 0; }
  .ls__hti .ls__wrap { padding-block: 64px; }
  .ls__hti h2 { margin-bottom: 16px; }

  .ls__cards { grid-template-columns: 1fr; }
  .ls__founder .ls__wrap { grid-template-columns: 1fr; gap: 32px; padding: 60px 26px; }

  .ls__checklist h3 { margin-bottom: 16px; }
  .ls__checklist .ls__wrap { gap: 24px; align-items: center; justify-content: center; text-align: center; }
  .ls__checklist p { padding: 0; margin: 0; }

  .ls__proof .ls__wrap { padding-block: 64px; }

  .ls__faq .ls__wrap { padding-top: 64px; padding-bottom: 64px; }

  .ls__final { padding-block: 64px; }

  .ls__final p { margin-bottom: 40px; padding-inline: 26px; }

  .ls__intro-programs .ls__wrap { padding-block: 64px; }

  .ls__people-program { padding-block: 64px; }
  .ls__intro_programs .ls__wrap { padding-top: 0; padding-bottom: 64px; }

  .ls__people-program .ls__wrap { gap: 16px; }

  .ls__managers-programs .ls__shot { min-height: auto; width: 80%; margin: 0 auto; }
  .ls__managers-programs .ls__wrap { grid-template-columns: 1fr; gap: 40px; padding-block: 64px; }
  .ls__managers-programs .ls__keyline { max-width: 100ch; }
  .ls__managers-program .content__text { z-index: 2; }


  .ls__hero-team { padding-block: 64px; }

  .ls__members-team { padding-bottom: 64px; }

  .ls__founder-story { padding-block: 64px; padding-bottom: 48px;}

  .ls__quote-light { padding-block: 64px; }

  .ls__more-story { padding-block: 64px; }

  .ls__thinking { padding-block: 64px; } 
  .ls__thinking .agrid { margin-top: 8px; }

  .ls__hero-resources { padding-block: 64px; }

  .ls__clbanner .ls__wrap { padding-block: 64px; }

  .ls__checklist .ls__wrap { grid-template-columns: 1fr; gap: 32px; }

  .ls__checklist-features .ls__wrap { padding: 64px 26px; }

  .ls__checklist-features .ls__wrap { grid-template-columns: repeat(1, 1fr); }

  .ls__hero-contact { padding: 64px 0; }

  .ls__contact-section .cols { grid-template-columns: repeat(1, 1fr); gap: 24px; }
  .ls__contact-section .side { gap: 16px; }
  .ls__contact-section .fgroup { margin-bottom: 16px; }

  .ls__hero .ls__wrap.grid { grid-template-columns: repeat(1, 1fr); padding-block: 0; }
  

  .ls__blk .cmp { grid-template-columns: 1fr; }
  .ls__blk .chead { display: none; }
  .ls__blk .clab { margin: 24px 0 12px; }
  .ls__blk .cell { margin-bottom: 16px; display: block; }
  .ls__blk .ctag { display: block; font-size: .62rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 8px; }
  .ls__blk .cell.old .ctag { color: var(--grey-300); }
  .ls__blk .cell.new .ctag { color: var(--moss-800); }

  section.blk { padding: 64px 0;}
  .ls__blk { padding-block: 64px; }

  .ls__partners-eap .ls__final .ls__head { margin: 0; }

  .ls__partners-eap .ls__wrap { grid-template-columns: repeat(1, 1fr); gap: 40px; padding-block: 64px;}
  .ls__partners-eap .ls__wrap div:last-child { order: -1; }

  .vidband .ls__wrap { grid-template-columns: 1fr; gap: 40px; padding-block: 64px; }
  .vidband .photowrap { order: -1; }

  .ls__foundation .fdngrid { grid-template-columns: repeat(1, 1fr); gap: 16px; }

  .aboutcard, .ls__about__card { flex-direction: column; text-align: center; padding: 40px; } 

  .ls__blk .takeaway { flex-direction: column; align-items: flex-start; }

  .ls__hero-checklist { padding-block: 64px; }
  .ls__hero-checklist .ls__grid { grid-template-columns: repeat(1, 1fr); }
  .ls__hero-checklist .ls__mosaic { order: -1; }

  .ls__engagemnt-checklist { padding-block: 64px; padding-top: 0; }
  .ls__engagemnt-checklist.ls__brown, .ls__engagemnt-checklist.ls__white, .ls__engagemnt-checklist.ls__cream { padding-top: 64px; }
  .ls__engagemnt-checklist .ls__two { grid-template-columns: repeat(1, 1fr); gap: 0;}
  .ls__engagemnt-checklist .ls__stats { grid-template-columns: repeat(2, 1fr); }

  .ls__addgrid { grid-template-columns: repeat(1, 1fr); gap: 24px; }

  .ls__engagemnt-checklist .ls__takeaway { flex-direction: column; align-items: flex-start; }
  .ls__hero-resources p { margin-bottom: 0; }

  .ls__proactive-eap .ls__wrap { padding-block: 64px !important; }

  .ls__sbar { grid-template-columns: repeat(1, 1fr); }

}

@media (max-width: 820px) {
  .ls__trip { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .ls__tgrid { grid-template-columns: 1fr; gap: 24px; }

  .ls__clbanner .ls__wrap { flex-direction: column; align-items: flex-start; gap: 16px; } 
  .ls__clbanner .btn { width: 100%; } .ls__clbanner .cldot { display: none; }

  .ls__clbanner .ls__wrap .ls__head { display: flex; flex-direction: column; justify-content: center; text-align: center; margin: 0 auto; }
  .ls__clbanner .ls__btn { margin: 0 auto !important; }

}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .ls__legal { flex-direction: column; gap: 4px; }

  .ls__members-team .grid3 { grid-template-columns:1fr }

  .ls__founder-story .creds { grid-template-columns:1fr }

  .ls__thinking .agrid { grid-template-columns: 1fr; }

  .ls__thinking.resources .agrid { grid-template-columns: repeat(1, 1fr) !important; }

  .ls__engagemnt-checklist .ls__stats { grid-template-columns: repeat(1, 1fr); }
  
}

@media (max-width: 480px) {
  header.ls__header img { height: 28px; }
  header.ls__header .ls__btn-sm { padding: 6px 12px; font-size: 0.85rem; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto; }
  .ls__float { animation: none; }
  .ls__reveal { opacity: 1; transform: none; transition: none; }
  .ls__pop { opacity: 1; transform: none; animation: none; }
  .ls__hero h1 .ls__rot { transition: none; }
  .ls__split .ls__card2 { animation: none; }
  .ls__cube { animation: none; transform: rotateX(-8deg) rotateY(22deg); }
}