.ltm{--ltm-cream: var(--ltt-cream);--ltm-slate: var(--ltt-muted-teal);--ltm-dark: var(--ltt-dark-teal);--ltm-mid: var(--ltt-sage);--ltm-navy: hsl(205, 15.19%, 30.98%);--ltm-radius: 10px;--ltm-max: 1200px;--ltm-tr: .3s ease;font-family:var(--font-body);font-size:1rem;line-height:1.65;color:var(--ltm-slate);background:var(--ltm-dark)}.ltm h1,.ltm h2,.ltm h3,.ltm h4{font-family:var(--font-heading);font-weight:400;letter-spacing:-.02em;line-height:1.2}.ltm h1{font-size:clamp(2rem,4vw,3rem);line-height:1.15;color:var(--ltm-dark);font-style:normal}.ltm h2{font-size:clamp(1.7rem,3vw,2.8rem);margin-bottom:1.2rem}.ltm h3{font-size:clamp(1.3rem,2.5vw,2.2rem);line-height:1.25}.ltm h4{font-size:1.4rem}.ltm p{margin-bottom:1.1rem}.ltm p:last-child{margin-bottom:0}.ltm strong{font-weight:500}.ltm img{max-width:100%}.ltm-section{padding:80px 5%}.ltm-section--flush{padding-left:0;padding-right:0}.ltm-section--pt0{padding-top:0}.ltm-inner{max-width:var(--ltm-max);margin:0 auto;padding:0 5%}.ltm--cream{background:var(--ltm-cream)}.ltm--mid{background:var(--ltm-mid)}.ltm--dark{background:var(--ltm-dark)}.ltm--cream h2,.ltm--cream h3{color:var(--ltm-dark)}.ltm--mid h2,.ltm--mid h3,.ltm--dark h2,.ltm--dark h3{color:var(--ltm-cream)}.ltm--cream p{color:var(--ltm-slate)}.ltm--mid p{color:var(--ltm-cream);opacity:.9}.ltm--dark p{color:var(--ltm-cream);opacity:.85}.ltm-label{font-family:var(--font-body);font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;display:block;margin-bottom:.6rem}.ltm--cream .ltm-label{color:var(--ltm-slate);opacity:.8}.ltm--mid .ltm-label,.ltm--dark .ltm-label{color:var(--ltm-cream);opacity:.7}@keyframes ltmFadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.ltm-fade{opacity:0;animation:ltmFadeUp .7s ease forwards}.ltm-d1{animation-delay:.1s}.ltm-d2{animation-delay:.2s}.ltm-d3{animation-delay:.3s}.ltm .ltm-btn{display:inline-block;background:var(--ltm-dark);color:var(--ltm-cream);font-family:var(--font-body);font-size:.9rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;text-align:center;padding:1rem 1.6rem;border-radius:var(--ltm-radius);border:none;text-decoration:none;cursor:pointer;transition:opacity var(--ltm-tr),transform var(--ltm-tr),background var(--ltm-tr),color var(--ltm-tr)}.ltm .ltm-btn:hover{opacity:.85;transform:translateY(-1px);text-decoration:none}.ltm .ltm-btn--inv{background:var(--ltm-cream);color:var(--ltm-dark)}.ltm .ltm-btn--inv:hover{opacity:.9}.ltm .ltm-btn--outline{background:transparent;color:var(--ltm-dark);border:2px solid var(--ltm-dark)}.ltm .ltm-btn--outline:hover{background:var(--ltm-dark);color:var(--ltm-cream);opacity:1}.ltm .ltm-btn--outline-cream{background:transparent;color:var(--ltm-cream);border:2px solid var(--ltm-cream)}.ltm .ltm-btn--outline-cream:hover{background:var(--ltm-cream);color:var(--ltm-dark);opacity:1}.ltm-cta-row{margin-top:1.8rem;display:flex;gap:12px;flex-wrap:wrap}.ltm-cols{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:stretch}.ltm-cols--center{align-items:center}.ltm-cols--start{align-items:start}.ltm-cols--gap48{gap:48px}.ltm-textcol{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.ltm-textcol p,.ltm-textcol h2,.ltm-textcol h3,.ltm-textcol ol,.ltm-textcol ul{width:100%}.ltm-imgcol{position:relative;min-height:380px}.ltm-imgcol picture{position:absolute;inset:0}.ltm-imgcol img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;border-radius:var(--ltm-radius)}.ltm-hero{background:var(--ltm-cream)}.ltm-hero-img{position:relative;min-height:420px}.ltm-hero-img picture{position:absolute;inset:0}.ltm-hero-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;border-radius:var(--ltm-radius);display:block}.ltm-hero-content{display:flex;flex-direction:column;justify-content:center}.ltm-hero-content h1{margin-bottom:1.3rem}.ltm-hero-content p{color:var(--ltm-slate);margin-bottom:1.1rem}.ltm-hero-content .ltm-btn{align-self:flex-start}.ltm-hero-list{list-style:none;padding:0;margin:0 0 2rem}.ltm-hero-list li{position:relative;padding:.45rem 0 .45rem 1.4rem;border-bottom:1px solid rgba(77,104,108,.12);font-size:.95rem;color:var(--ltm-slate)}.ltm-hero-list li:first-child{border-top:1px solid rgba(77,104,108,.12)}.ltm-hero-list li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;border-radius:50%;background:var(--ltm-mid)}.ltm-hero-list li strong{color:var(--ltm-dark)}.ltm-hero--portrait{padding:60px 5% 70px}.ltm-hero--portrait .ltm-hero-grid{gap:60px;align-items:center}.ltm-hero--portrait .ltm-hero-img{position:relative;min-height:unset;aspect-ratio:4 / 5;border-radius:4px;overflow:hidden}.ltm-hero--portrait .ltm-hero-img img{border-radius:4px}.ltm-hero--portrait h1{color:var(--ltm-navy)}.ltm-lead{font-size:1.05rem;line-height:1.7;margin-bottom:1.4rem}.ltm-hero--natural .ltm-hero-grid{gap:48px}.ltm-hero--natural h1{font-size:clamp(1.6rem,3vw,2.2rem);margin-bottom:1rem}.ltm-hero--natural .ltm-hero-img{min-height:unset;align-self:center}.ltm-hero--natural .ltm-hero-img picture{position:static}.ltm-hero--natural .ltm-hero-img img{position:static;height:auto}.ltm-hero--natural .ltm-hero-content>p{font-size:.97rem;margin-bottom:.9rem}.ltm-hero--natural .ltm-hero-list{margin-bottom:1.6rem}.ltm-hero--natural .ltm-hero-list li{padding:.4rem 0 .4rem 1.4rem;font-size:.92rem}.ltm-principle{width:100%;margin-bottom:1.6rem;padding-bottom:1.6rem;border-bottom:1px solid rgba(77,104,108,.15)}.ltm--dark .ltm-principle,.ltm--mid .ltm-principle{border-bottom-color:#fff3}.ltm-textcol>.ltm-principle:last-child,.ltm-principle-thumbed:last-child .ltm-principle{margin-bottom:0;padding-bottom:0;border-bottom:none}.ltm-principle-label{font-family:var(--font-body);font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;display:block;margin-bottom:.4rem;color:var(--ltm-slate);opacity:.8}.ltm--dark .ltm-principle-label,.ltm--mid .ltm-principle-label{color:var(--ltm-cream);opacity:.7}.ltm-principle p{font-size:.97rem;line-height:1.65;margin-bottom:0}.ltm-who-list{list-style:none;padding:0;margin:0;width:100%}.ltm-who-list li{display:flex;gap:12px;align-items:flex-start;padding:.7rem 0;border-bottom:1px solid rgba(77,104,108,.12);font-size:.97rem;line-height:1.5;color:var(--ltm-slate)}.ltm--dark .ltm-who-list li,.ltm--mid .ltm-who-list li{border-bottom-color:#ffffff1f;color:var(--ltm-cream)}.ltm-who-list li:last-child{border-bottom:none}.ltm-who-list li>span{flex:1;min-width:0}.ltm-who-list li:before{content:"";flex-shrink:0;width:6px;height:6px;border-radius:50%;background:var(--ltm-mid);margin-top:.55rem}.ltm-who-list--creamdot li:before{background:var(--ltm-cream)}.ltm-steps{list-style:none;padding:0;margin:1.2rem 0 0}.ltm-steps li{display:grid;grid-template-columns:2.2rem 1fr;gap:14px;padding:.9rem 0;border-bottom:1px solid rgba(255,255,255,.15);align-items:start}.ltm-step-num{font-family:var(--font-heading);font-size:1.2rem;color:var(--ltm-cream);opacity:.5;line-height:1.4}.ltm-steps--midnum .ltm-step-num{color:var(--ltm-mid);opacity:1}.ltm-step-body{display:flex;flex-direction:column;gap:.2rem}.ltm-step-body strong{font-weight:500;color:var(--ltm-cream);font-size:.97rem;line-height:1.4}.ltm-step-body span{font-size:.9rem;color:var(--ltm-cream);opacity:.85;line-height:1.55}.ltm-sub{font-size:clamp(1.15rem,2vw,1.5rem);margin:2rem 0 .6rem}.ltm-h2--mid{color:var(--ltm-mid)!important;margin-bottom:1rem}.ltm-col-h3{margin-bottom:.8rem}.ltm--cream .ltm-col-h3{color:var(--ltm-dark);font-size:1.5rem}.ltm--mid .ltm-col-h3{color:var(--ltm-cream);font-size:1.4rem}.ltm-col-outro{font-size:.95rem;margin-top:1.4rem}.ltm--mid .ltm-col-outro{color:var(--ltm-cream);opacity:.8}.ltm-cards-head{margin-bottom:2.4rem}.ltm-cards-head h2{margin-bottom:.6rem}.ltm-cards-head p{max-width:780px}.ltm-cards-head--center{max-width:640px;margin:0 auto 3rem;text-align:center}.ltm-cards-head--center p{margin-top:.8rem}.ltm-grid-2x2{display:grid;grid-template-columns:1fr 1fr;gap:2px}.ltm-card{padding:32px 28px;transition:background var(--ltm-tr)}.ltm--mid .ltm-card{background:#ffffff1f}.ltm--mid .ltm-card:hover{background:#fff3}.ltm--cream .ltm-card{background:#4d686c14}.ltm--cream .ltm-card:hover{background:#4d686c24}.ltm-card h4{font-size:1.3rem;letter-spacing:-.01em;margin-bottom:.7rem}.ltm--mid .ltm-card h4{color:var(--ltm-cream)}.ltm--cream .ltm-card h4{color:var(--ltm-dark)}.ltm-card p{font-size:.95rem;line-height:1.65;margin-bottom:0}.ltm--mid .ltm-card p{color:var(--ltm-cream);opacity:.88}.ltm-cards-outro{margin-top:2rem}.ltm-compare-wrap{overflow-x:auto}.ltm-compare-wrap--full{margin-bottom:2rem}.ltm-compare-intro{max-width:640px;margin-bottom:2.5rem;font-size:1.05rem}.ltm-compare-table{width:100%;border-collapse:collapse;font-size:.95rem}.ltm-compare-table th{font-family:var(--font-heading);font-size:1.1rem;font-weight:400;color:var(--ltm-cream);background:var(--ltm-dark);padding:14px 20px;text-align:left;letter-spacing:-.01em}.ltm-compare-table th:first-child{background:var(--ltm-slate);width:28%}.ltm-compare-table td{padding:13px 20px;border-bottom:1px solid rgba(77,104,108,.12);color:var(--ltm-slate);line-height:1.55;vertical-align:top}.ltm-compare-table tr:nth-child(2n) td{background:#c3af9b0f}.ltm-compare-table td:first-child{font-weight:500;color:var(--ltm-dark)}.ltm-compare-note{font-size:.9rem;color:var(--ltm-slate);opacity:.8;font-style:italic}.ltm-td-caption{display:none}.ltm-address{width:100%;margin-top:1.8rem;padding:18px 20px;background:#c3af9b1a;border-left:3px solid var(--ltm-mid);border-radius:0 var(--ltm-radius) var(--ltm-radius) 0;font-size:.9rem;color:var(--ltm-slate);line-height:1.65}.ltm-address-label{font-family:var(--font-body);font-size:.85rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:var(--ltm-dark);display:block;margin-bottom:.3rem}.ltm-address-link{color:var(--ltm-slate);font-size:.85rem;text-decoration:underline;text-underline-offset:3px}.ltm-clinician{width:100%;margin-bottom:1.6rem;padding-bottom:1.6rem;border-bottom:1px solid rgba(77,104,108,.15)}.ltm-clinician:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.ltm-clinician h4{font-family:var(--font-body);font-size:1rem;font-weight:500;color:var(--ltm-dark);margin-bottom:.3rem}.ltm-clinician-cred{font-size:.85rem;color:var(--ltm-slate);opacity:.75;margin-bottom:.6rem;font-style:italic}.ltm-clinician p{font-size:.95rem;line-height:1.6}.ltm-therapists{width:100%;margin-top:1.4rem;display:flex;gap:8px 16px;flex-wrap:wrap;align-items:center}.ltm-therapists-label{font-size:.9rem;color:var(--ltm-slate);flex-shrink:0}.ltm-therapist-link{font-size:.9rem;color:var(--ltm-dark);text-decoration:underline;text-underline-offset:3px;white-space:nowrap}.ltm-therapist-link:hover{opacity:.7}.ltm-ctaband{background:var(--ltm-dark);padding:60px 5%;text-align:center}.ltm-ctaband h2{color:var(--ltm-cream);margin-bottom:.8rem}.ltm-ctaband p{color:var(--ltm-cream);opacity:.85;max-width:560px;margin:0 auto 1.9rem}.ltm-neo{background:var(--ltm-mid);padding:70px 5%}.ltm-neo-grid{display:grid;grid-template-columns:auto 1fr;gap:60px;align-items:center}.ltm-neo-img{width:320px}.ltm-neo-img--wide{width:380px}.ltm-neo-img img{max-width:100%;height:auto;display:block}.ltm-neo-content h3{font-size:1.6rem;color:var(--ltm-cream);margin-bottom:.8rem}.ltm-neo-content p{color:var(--ltm-cream);opacity:.9;font-size:.97rem;line-height:1.7;margin-bottom:.8rem}.ltm-neo-content p:last-of-type{margin-bottom:0}.ltm-neo-link{display:inline-block;margin-top:.8rem;color:var(--ltm-cream);font-size:.9rem;text-decoration:underline;text-underline-offset:3px}.ltm-neo-link:hover{opacity:.75}.ltm-collage{display:flex;flex-direction:column;gap:8px;align-self:stretch}.ltm-collage-item{flex:1;border-radius:var(--ltm-radius);overflow:hidden;min-height:0;position:relative}.ltm-collage-item picture{position:absolute;inset:0}.ltm-collage-item img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}.ltm-principle-thumbed{display:contents}.ltm-principle-thumb{display:none}.ltm-wideimg{width:100%;aspect-ratio:16 / 7;overflow:hidden;border-radius:var(--ltm-radius);margin-bottom:2.4rem}.ltm-wideimg img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}.ltm-strong-lead{font-weight:500;color:var(--ltm-dark)}.ltm-crisis-wrap .ltt-crisis{background:var(--ltm-dark);padding:28px 5%;text-align:left}.ltm-crisis-wrap .ltt-crisis-inner{max-width:var(--ltm-max);margin:0 auto}.ltm-crisis-wrap .ltt-crisis p{font-size:.85rem;color:var(--ltm-cream);opacity:.7;line-height:1.6}@media(max-width:900px){.ltm-cols--bp900{grid-template-columns:1fr;gap:40px}.ltm-collage{display:none}.ltm-principle-thumbed{display:block;margin-bottom:1.6rem}.ltm-principle-thumbed:last-child{margin-bottom:0}.ltm-principle-thumb{display:block;width:100%;aspect-ratio:16 / 9;border-radius:var(--ltm-radius);overflow:hidden;margin-bottom:1rem}.ltm-principle-thumb img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}.ltm-principle-thumbed .ltm-principle{margin-bottom:0;padding-bottom:0;border-bottom:none}.ltm-wideimg{aspect-ratio:4 / 3}}@media(max-width:768px){.ltm-cols,.ltm-hero-grid{grid-template-columns:1fr;gap:36px}.ltm-hero-img{order:-1;position:static;aspect-ratio:4 / 3;min-height:unset!important}.ltm-hero-img picture{position:static}.ltm-hero-img img{position:static;height:100%;object-position:center 70%}.ltm-hero--natural .ltm-hero-img{overflow:hidden;border-radius:var(--ltm-radius)}.ltm-hero--natural .ltm-hero-img img{height:100%;object-fit:cover;object-position:center center}.ltm-imgcol{order:-1;position:static;aspect-ratio:4 / 3;min-height:unset!important}.ltm-imgcol picture{position:static}.ltm-imgcol img{position:static;height:100%;width:100%;object-fit:cover}.ltm-imgcol--bottom{aspect-ratio:3 / 4}.ltm-imgcol--bottom img{object-position:center 80%}.ltm-imgcol--top img{object-position:center top}.ltm-imgcol--who{aspect-ratio:3 / 2}.ltm-imgcol--who img{object-position:35% 15%}.ltm-grid-2x2{grid-template-columns:1fr}.ltm-neo-grid{grid-template-columns:1fr;text-align:left}.ltm-neo-img,.ltm-neo-img--wide{width:260px;margin:0 auto}.ltm h1{font-size:1.9rem}.ltm h2{font-size:1.65rem}.ltm .ltm-btn{display:block;width:100%}.ltm .ltm-btn--inline,.ltm-hero-content .ltm-btn{display:inline-block;width:auto}.ltm .ltm-btn--outline{display:inline-block;width:fit-content;max-width:100%}.ltm-section,.ltm-ctaband{padding-top:52px;padding-bottom:52px}.ltm-section--pt0{padding-top:0}.ltm-hero--portrait .ltm-hero-img{aspect-ratio:4 / 3}.ltm-compare-wrap{overflow-x:visible}.ltm-compare-table thead{display:none}.ltm-compare-table,.ltm-compare-table tbody,.ltm-compare-table tr,.ltm-compare-table td{display:block;width:100%}.ltm-compare-table tr{background:var(--ltm-cream);border:1px solid rgba(77,104,108,.15);border-radius:var(--ltm-radius);margin-bottom:12px;overflow:hidden}.ltm-compare-table tr:nth-child(2n) td{background:transparent}.ltm-compare-table td{padding:10px 16px;border-bottom:1px solid rgba(77,104,108,.1);font-size:.9rem;line-height:1.5}.ltm-compare-table td:last-child{border-bottom:none}.ltm-compare-table td:first-child,.ltm-compare-table tr:nth-child(2n) td:first-child{background:var(--ltm-dark);color:var(--ltm-cream);font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;padding:8px 16px;font-weight:500}.ltm-td-caption{display:block;font-family:var(--font-heading);font-size:.85rem;color:var(--ltm-dark);margin-bottom:4px}}
