.lift-home{--page-bg:#fff;--surface:#f0f0f0;--surface-soft:#f7f7f7;--card:#fff;--card-dark:#000;--fg:#000;--fg-muted:#555;--fg-soft:#000000b8;--teal:#00b2a9;--teal-bold:#009a93;--orange:#ff6a00;--line:#0000001a;--radius-xl:2rem;--radius-lg:1.5rem;--radius-md:1rem;--pad-x:1rem;--gap:.625rem;background:var(--page-bg);color:var(--fg);-webkit-font-smoothing:antialiased;overflow-x:clip}@media (min-width:768px){.lift-home{--pad-x:.75rem;--gap:.75rem}}@media (min-width:1200px){.lift-home{--pad-x:1rem;--gap:1rem}}.lift-rise{width:100%;min-width:0}.lift-home-main{width:100%;max-width:none;padding:calc(3.75rem + env(safe-area-inset-top,0px)) var(--pad-x) calc(5.5rem + env(safe-area-inset-bottom,0px));margin:0}@media (min-width:768px){.lift-home-main{padding-top:calc(4.5rem + var(--pad-x));padding-bottom:calc(2.5rem + env(safe-area-inset-bottom,0px))}}.lift-home-nav{z-index:50;height:3.5rem;padding:0 var(--pad-x);padding-top:env(safe-area-inset-top,0px);align-items:center;transition:background .3s,box-shadow .3s;display:flex;position:fixed;top:0;left:0;right:0}@media (min-width:768px){.lift-home-nav{height:4rem}}.lift-home-nav.is-solid{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px 0 var(--line);background:#fffffff0}.lift-home-nav__brand{align-items:center;gap:.625rem;min-width:0;text-decoration:none;display:flex}.lift-home-nav__name{letter-spacing:.04em;color:var(--fg);font-size:1rem;font-weight:700;line-height:1.1}@media (min-width:768px){.lift-home-nav__name{font-size:1.125rem}}.lift-home-nav__tagline{letter-spacing:.1em;text-transform:uppercase;color:var(--fg-muted);margin-top:.125rem;font-size:.5625rem;font-weight:600;display:block}.lift-home-nav__links{align-items:center;gap:1.75rem;margin-left:2.5rem;display:none}@media (min-width:768px){.lift-home-nav__links{display:flex}}.lift-home-nav__link{color:var(--fg);font-size:.875rem;font-weight:500;text-decoration:none;transition:opacity .2s}.lift-home-nav__link:hover{opacity:.65}.lift-home-nav__actions{align-items:center;gap:.375rem;margin-left:auto;display:flex}@media (min-width:768px){.lift-home-nav__actions{gap:.5rem}}.lift-home-nav__cta{white-space:nowrap;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;height:2.5rem;padding:0 1.125rem;font-size:.8125rem;font-weight:600;text-decoration:none;transition:opacity .2s,transform .2s;display:none}@media (min-width:768px){.lift-home-nav__cta{display:inline-flex}}.lift-home-nav__cta:hover{opacity:.88;transform:translateY(-1px)}.lift-home-nav__cta--outline{border:1.5px solid var(--fg);color:var(--fg);background:0 0}.lift-home-nav__cta--solid{border:1.5px solid var(--fg);background:var(--fg);color:#fff}.lift-home-nav__phone{color:var(--fg-muted);white-space:nowrap;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:600;text-decoration:none;transition:color .2s;display:none}.lift-home-nav__phone:hover{color:var(--fg)}@media (min-width:768px){.lift-home-nav__phone{display:inline-flex}}@media (min-width:1024px){.lift-home-nav__phone{font-size:.875rem}}.lift-home-nav__burger{border:1.5px solid var(--line);background:var(--page-bg);cursor:pointer;width:2.5rem;height:2.5rem;color:var(--fg);border-radius:999px;flex-shrink:0;place-items:center;display:grid}@media (min-width:768px){.lift-home-nav__burger{display:none}}.lift-home-nav .lift-theme-toggle{border-color:var(--line);background:var(--page-bg);color:var(--fg)}.lift-pill{cursor:pointer;border-radius:999px;align-items:center;gap:.35rem;height:2.75rem;padding:0 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:opacity .2s,transform .2s;display:inline-flex}.lift-pill:hover{opacity:.9;transform:translateY(-1px)}.lift-pill--white{color:var(--fg);background:#fff;border:none}.lift-pill--outline-white{color:#fff;background:0 0;border:1.5px solid #ffffffd9}.lift-pill--outline{color:var(--fg);border:1.5px solid var(--fg);background:0 0}.lift-pill--black{background:var(--fg);color:#fff;border:none}.lift-pill--light{background:var(--surface);color:var(--fg);border:none}.lift-pill--dark{color:#fff;background:#ffffff2e;border:none}.lift-pill--teal{background:var(--fg);color:#fff;border:none}.lift-hero-card{border-radius:var(--radius-xl);background:var(--teal-bold);width:100%;min-height:20rem;margin-bottom:var(--gap);grid-template-columns:1fr;display:grid;overflow:hidden}@media (min-width:768px){.lift-hero-card{min-height:24rem}}@media (min-width:900px){.lift-hero-card{min-height:max(40rem,100dvh - 15.5rem);margin-bottom:calc(var(--gap) * 2);grid-template-columns:1.05fr .95fr}}.lift-hero-card__content{z-index:2;flex-direction:column;justify-content:flex-end;gap:.875rem;padding:1.5rem 1.25rem;display:flex}@media (min-width:768px){.lift-hero-card__content{justify-content:center;gap:1.25rem;padding:3rem 2.5rem}}@media (min-width:900px){.lift-hero-card__content{gap:1.5rem;padding:3.5rem 3rem}}.lift-hero-card__note{flex-direction:column;align-items:flex-start;gap:.35rem;max-width:34rem;margin:0;display:flex}.lift-hero-card__note-line{letter-spacing:-.015em;color:#fff;font-size:clamp(1.25rem,3.6vw,1.75rem);font-weight:600;line-height:1.32;display:block}.lift-hero-card__note-line--soft{color:#ffffffe6;font-weight:500}@media (min-width:768px){.lift-hero-card__note{gap:.4rem;max-width:none}.lift-hero-card__note-line{white-space:nowrap;font-size:1.75rem;line-height:1.3}}@media (min-width:900px){.lift-hero-card__note-line{font-size:1.875rem}}.lift-hero-card__title{color:#fff;flex-direction:column;gap:.05em;margin:0;display:flex}.lift-hero-card__title-line{letter-spacing:-.045em;font-size:clamp(2rem,8.8vw,4.5rem);font-weight:700;line-height:.98;display:block}.lift-hero-card__title-line--soft{letter-spacing:-.04em;color:#ffffffeb;font-weight:600}@media (min-width:900px){.lift-hero-card__title-line{font-size:clamp(3.5rem,4.5vw,5.5rem);line-height:.96}}@media (min-width:1200px){.lift-hero-card__title-line{font-size:clamp(3.75rem,4vw,5.75rem)}}.lift-hero-card__actions{flex-direction:column;gap:.625rem;width:100%;margin-top:.75rem;display:flex}@media (min-width:768px){.lift-hero-card__actions{flex-flow:wrap;width:auto}}.lift-hero-card__actions .lift-pill{justify-content:center;width:100%;height:3rem;padding:0 1.375rem;font-size:.9375rem}@media (min-width:768px){.lift-hero-card__actions .lift-pill{width:auto}}@media (min-width:900px){.lift-hero-card__actions{margin-top:1rem}.lift-hero-card__actions .lift-pill{height:3.25rem;padding:0 1.625rem;font-size:1rem}}.lift-hero-card__media{background-position:50%;background-size:cover;min-height:16rem;position:relative}@media (min-width:900px){.lift-hero-card__media{background-position:50% 20%;min-height:auto}}.lift-hero-card__media:after{content:"";background:linear-gradient(to right, var(--teal-bold) 0%, transparent 40%);position:absolute;inset:0}@media (max-width:899px){.lift-hero-card__media:after{background:linear-gradient(to top, var(--teal-bold) 0%, transparent 50%)}}.lift-stats-row{gap:var(--gap);margin-bottom:calc(var(--gap) * 2);grid-template-columns:1fr;width:100%;display:grid}@media (min-width:360px){.lift-stats-row{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.lift-stats-row{margin-bottom:calc(var(--gap) * 3);grid-template-columns:repeat(4,1fr)}}.lift-stats-row>.lift-rise{display:flex}.lift-stat-card{background:var(--surface);border-radius:var(--radius-lg);flex:1;align-items:center;gap:.75rem;width:100%;padding:1rem 1.125rem;display:flex}.lift-stat-card__icon{width:2.25rem;height:2.25rem;color:var(--teal-bold);background:#fff;border-radius:.625rem;flex-shrink:0;place-items:center;display:grid}.lift-stat-card__num{letter-spacing:-.02em;margin:0;font-size:1.375rem;font-weight:700;line-height:1.1}.lift-stat-card__label{color:var(--fg-muted);margin:.125rem 0 0;font-size:.75rem;font-weight:500;line-height:1.35}.lift-section,.lift-section--brand{margin-bottom:calc(var(--gap) * 3)}.lift-section__title{letter-spacing:-.04em;color:var(--fg);margin:0 0 1.5rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.05}.lift-section__title--contacts{width:100%;max-width:none;line-height:1.12}@media (min-width:1100px){.lift-section__title--contacts{white-space:nowrap}}.lift-bento{gap:var(--gap);width:100%;display:grid}.lift-bento>.lift-rise,.lift-bento>article{width:100%;min-width:0}@media (min-width:900px){.lift-bento--3{grid-template-columns:repeat(3,1fr)}.lift-bento--catalog{grid-template-rows:auto auto;grid-template-columns:1.15fr .85fr}.lift-bento--catalog .lift-bento-card--hero{grid-row:span 2}}.lift-bento-card{border-radius:var(--radius-xl);flex-direction:column;width:100%;min-height:11rem;padding:1.25rem;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.lift-bento-card{min-height:14rem;padding:1.75rem}}@media (min-width:900px){.lift-bento-card{min-height:15rem;padding:2rem}}.lift-bento-card--white{background:var(--card);border:1px solid var(--line)}.lift-bento-card--gray{background:var(--surface)}.lift-bento-card--brand{background:var(--teal-bold);color:#fff}.lift-bento-card--dark{background:var(--card-dark);color:#fff}.lift-bento-card--tint{background:#fff0e6}.lift-bento-card__tag{margin:0 0 .75rem;font-size:.9375rem;font-weight:600}.lift-bento-card__tag--teal{color:var(--teal-bold)}.lift-bento-card__tag--orange{color:var(--orange)}.lift-bento-card--brand .lift-bento-card__tag--teal,.lift-bento-card--dark .lift-bento-card__tag--teal,.lift-bento-card--brand .lift-bento-card__tag--orange,.lift-bento-card--dark .lift-bento-card__tag--orange{color:#ffffffd9}.lift-bento-card h3{letter-spacing:-.03em;margin:0 0 .75rem;font-size:clamp(1.375rem,2.8vw,1.875rem);font-weight:700;line-height:1.15}.lift-bento-card p{color:var(--fg-muted);max-width:28rem;margin:0;font-size:1rem;font-weight:500;line-height:1.55}.lift-bento-card--brand p,.lift-bento-card--dark p{color:#ffffffd1}.lift-bento-card__foot{margin-top:auto;padding-top:1.5rem}.lift-bento--3 .lift-bento-card{min-height:12.5rem;padding:1.5rem}@media (min-width:768px){.lift-bento--3 .lift-bento-card{min-height:16.5rem;padding:2rem}}@media (min-width:900px){.lift-bento--3 .lift-bento-card{min-height:18rem;padding:2.25rem}}.lift-bento--3 .lift-bento-card__tag{letter-spacing:.02em;margin-bottom:.875rem;font-size:1rem;font-weight:700}.lift-bento--3 .lift-bento-card--brand .lift-bento-card__tag,.lift-bento--3 .lift-bento-card--brand .lift-bento-card__tag--teal{color:#ffffffeb}.lift-bento--3 .lift-bento-card h3{margin-bottom:.875rem;font-size:clamp(1.5rem,2.8vw,2rem)}.lift-bento--3 .lift-bento-card p{color:#2a2a2a;font-size:1.0625rem;font-weight:500;line-height:1.6}.lift-bento--3 .lift-bento-card--brand p{color:#fffffff0}.lift-bento--3 .lift-bento-card__foot{padding-top:1.75rem}.lift-bento-card--split{grid-template-columns:1fr;min-height:auto;padding:0;display:grid}.lift-bento-card__body{flex-direction:column;min-width:0;padding:1.25rem;display:flex}@media (min-width:768px){.lift-bento-card__body{padding:1.75rem}}@media (min-width:900px){.lift-bento-card--split{grid-template-columns:minmax(0,1fr) minmax(10.5rem,42%)}.lift-bento-card__body{padding:2rem}.lift-bento-card--hero.lift-bento-card--split{grid-template-columns:minmax(0,1fr) minmax(12rem,46%)}.lift-bento-card--white.lift-bento-card--split .lift-bento-card__media,.lift-bento-card--tint.lift-bento-card--split .lift-bento-card__media{border-left:1px solid var(--line)}}.lift-bento-card--split .lift-bento-card__media{opacity:1;pointer-events:none;background-position:50% 15%;background-size:cover;width:100%;height:auto;min-height:11rem;position:relative;-webkit-mask-image:none;mask-image:none}@media (min-width:900px){.lift-bento-card--split .lift-bento-card__media{background-position:72%;height:100%;min-height:100%}.lift-bento-card--hero.lift-bento-card--split .lift-bento-card__media{background-position:65%}}.lift-bento-card--split p:not(.lift-bento-card__tag){max-width:none}.lift-chips{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.lift-chip{border-radius:var(--radius-md);color:var(--fg);background:#0000000f;align-items:center;gap:.35rem;padding:.5rem .875rem;font-size:.75rem;font-weight:600;text-decoration:none;display:inline-flex}.lift-bento-card--dark .lift-chip,.lift-bento-card--brand .lift-chip{color:#fff;background:#ffffff26}.lift-chip svg{width:1rem;height:1rem;color:var(--teal-bold)}.lift-bento-card--dark .lift-chip svg,.lift-bento-card--brand .lift-chip svg{color:#fff}.lift-sketch-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:.75rem 1rem;margin-top:1.25rem;display:grid}@media (min-width:640px){.lift-sketch-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.lift-sketch-grid--2x2{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.25rem}}.lift-sketch-grid--2x2 .lift-sketch-tile__media{min-height:5.5rem}.lift-sketch-grid--2x2 .lift-sketch-tile__media img{width:auto;max-width:100%;height:auto;max-height:6.5rem}.lift-sketch-tile{min-width:0;min-height:100%;color:inherit;grid-template-rows:minmax(6.5rem,1fr) auto;gap:.625rem;text-decoration:none;display:grid}.lift-sketch-tile__media{background:0 0;border:none;justify-content:center;align-items:flex-end;width:100%;min-height:6.5rem;padding:0;transition:transform .2s;display:flex}.lift-sketch-tile:hover .lift-sketch-tile__media{transform:translateY(-3px)}.lift-sketch-tile__media img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:8.5rem}.lift-sketch-tile__label{text-align:center;justify-content:center;align-items:flex-start;min-height:2.75rem;font-size:.75rem;font-weight:600;line-height:1.25;display:flex}.lift-sketch-tile--dark .lift-sketch-tile__media img{opacity:.98}.lift-sketch-tile--dark .lift-sketch-tile__label{color:#ffffffeb}.lift-sketch-tile--light .lift-sketch-tile__media img{filter:invert();opacity:.82}.lift-sketch-tile--light .lift-sketch-tile__label{color:#223246}@media (min-width:768px){.lift-sketch-tile{grid-template-rows:minmax(8rem,1fr) auto}.lift-sketch-tile__media{min-height:8rem}.lift-sketch-tile__media img{max-height:11rem}.lift-sketch-grid--2x2 .lift-sketch-tile__media{min-height:6.5rem}.lift-sketch-grid--2x2 .lift-sketch-tile__media img{max-height:7.5rem}.lift-sketch-tile__label{min-height:2.875rem;font-size:.8125rem}}@media (min-width:900px){.lift-sketch-tile{grid-template-rows:minmax(9rem,1fr) auto}.lift-sketch-tile__media{min-height:9rem}.lift-sketch-tile__media img{max-height:12rem}.lift-sketch-grid--2x2 .lift-sketch-tile__media{min-height:7rem}.lift-sketch-grid--2x2 .lift-sketch-tile__media img{max-height:8.5rem}}.lift-steps{grid-template-columns:1fr;gap:.875rem;width:100%;display:grid}@media (min-width:480px){.lift-steps{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (min-width:900px){.lift-steps{grid-template-columns:repeat(4,1fr);gap:1.125rem}}.lift-steps>.lift-rise{display:flex}.lift-step-card{background:var(--surface);border-radius:var(--radius-lg);flex:1;width:100%;min-height:10.5rem;padding:1.5rem 1.375rem}@media (min-width:768px){.lift-step-card{min-height:12.5rem;padding:2rem 1.75rem}}@media (min-width:1024px){.lift-step-card{min-height:14rem;padding:2.25rem 2rem}}.lift-step-card__num{color:var(--teal-bold);margin-bottom:1rem;font-size:.875rem;font-weight:700}.lift-step-card h3{color:#000;letter-spacing:-.02em;margin:0 0 .625rem;font-size:clamp(1.125rem,2vw,1.4375rem);font-weight:700}.lift-step-card p{color:#2a2a2a;margin:0;font-size:clamp(.9375rem,1.5vw,1.0625rem);font-weight:500;line-height:1.55}.lift-section--about{margin-bottom:calc(var(--gap) * 3)}.lift-section--about .lift-about{border-radius:var(--radius-xl);background-color:var(--teal-bold);color:#fff;background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;width:100%;min-height:clamp(20rem,42vw,28rem);display:flex;position:relative;overflow:hidden}.lift-about:before{content:"";pointer-events:none;background:linear-gradient(115deg,#007872f0 0%,#008c86d1 45%,#009a939e 100%);position:absolute;inset:0}.lift-about__content{z-index:1;text-shadow:0 1px 18px #00000038;flex-direction:column;justify-content:center;max-width:44rem;padding:2.25rem 1.5rem 2.75rem;display:flex;position:relative}@media (min-width:768px){.lift-section--about .lift-about{min-height:clamp(22rem,34vw,30rem)}.lift-about__content{max-width:50rem;padding:3.25rem 2.75rem 3.75rem}}@media (min-width:1024px){.lift-about:before{background:linear-gradient(100deg,#00736eed 0%,#008c86c7 42%,#009a9385 100%)}}.lift-about__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#ffffffd9;margin:0 0 1rem;font-size:.8125rem;font-weight:700}.lift-about__title{letter-spacing:-.045em;color:#fff;margin:0 0 1.25rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.02}.lift-about__title span{display:block}.lift-about__lead{color:#fff;margin:0 0 1rem;font-size:clamp(1.125rem,2.2vw,1.4375rem);font-weight:600;line-height:1.45}.lift-about__text{color:#ffffffeb;max-width:44rem;margin:0;font-size:clamp(1rem,1.8vw,1.1875rem);font-weight:500;line-height:1.6}.lift-contacts{gap:var(--gap);width:100%;display:grid}@media (min-width:768px){.lift-contacts{grid-template-columns:1fr 1fr;align-items:stretch}}.lift-contacts>.lift-rise{min-height:100%;display:flex}.lift-contact-card,.lift-form-card{background:var(--surface);border-radius:var(--radius-xl);flex-direction:column;flex:1;width:100%;padding:2rem 1.75rem;display:flex}.lift-form-fields{flex-direction:column;flex:1;gap:.625rem;display:flex}.lift-contact-card h2,.lift-form-card h3{letter-spacing:-.03em;margin:0 0 1.5rem;font-size:1.375rem;font-weight:700}.lift-contact-item{align-items:center;gap:.875rem;padding:.5rem 0;text-decoration:none;display:flex}.lift-contact-item__icon{width:2.75rem;height:2.75rem;color:var(--teal-bold);background:#fff;border-radius:.75rem;place-items:center;display:grid}.lift-contact-item__label{color:var(--fg-muted);margin:0;font-size:.75rem;font-weight:500}.lift-contact-item__value{color:var(--fg);letter-spacing:-.01em;margin:0;font-size:1.0625rem;font-weight:700}.lift-form-card input,.lift-form-card textarea{border:1.5px solid var(--line);border-radius:var(--radius-md);width:100%;color:var(--fg);background:#fff;padding:0 .875rem;font-family:inherit;font-size:.875rem}.lift-form-card input{height:2.875rem}.lift-form-card textarea{resize:none;padding:.75rem .875rem}.lift-form-card input:focus,.lift-form-card textarea:focus{border-color:var(--fg);outline:none}.lift-form-submit{background:var(--fg);color:#fff;cursor:pointer;border:none;border-radius:999px;width:100%;height:2.875rem;margin-top:.25rem;font-family:inherit;font-size:.875rem;font-weight:600}.lift-form-submit:hover{opacity:.9}.lift-form-success{text-align:center;padding:1.5rem 0}.lift-home-footer{width:100%;max-width:none;padding:0 var(--pad-x) calc(1.5rem + env(safe-area-inset-bottom,0px));margin:0}@media (min-width:768px){.lift-home-footer{padding-bottom:calc(2rem + env(safe-area-inset-bottom,0px))}}.lift-home-footer__inner{background:var(--surface);border-radius:var(--radius-xl);flex-direction:column;gap:1.25rem;width:100%;padding:1.5rem 1.25rem;display:flex}@media (min-width:768px){.lift-home-footer__inner{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:2rem;padding:2rem 2.25rem}}.lift-home-footer__brand{align-items:center;gap:1rem;display:flex}.lift-home-footer__logo{flex-shrink:0;width:3.25rem;height:3.25rem}@media (min-width:768px){.lift-home-footer__logo{width:3.75rem;height:3.75rem}}.lift-home-footer__name{letter-spacing:.06em;color:#00b2a9;margin:0;font-size:1.25rem;font-weight:700}.lift-home-footer__tagline{color:var(--fg-muted);margin:.375rem 0 0;font-size:.9375rem;font-weight:500;line-height:1.35}.lift-home-footer__credit{color:var(--fg-muted);margin:.75rem 0 0;font-size:.875rem;font-weight:500;line-height:1.35}.lift-home-footer__credit a{color:var(--fg);text-decoration:none}.lift-home-footer__credit a:hover{color:#007a74}.lift-home-footer__legal{flex-direction:column;gap:.875rem;min-width:0;display:flex}@media (min-width:768px){.lift-home-footer__legal{align-items:flex-end;max-width:36rem}}.lift-home-footer__meta{color:var(--fg-muted);text-align:center;margin:0;font-size:.9375rem;font-weight:500;line-height:1.55}@media (min-width:768px){.lift-home-footer__meta{text-align:right;font-size:1rem}}.lift-home-footer__docs{grid-template-columns:1fr;justify-items:center;gap:.5rem;display:grid}@media (min-width:480px){.lift-home-footer__docs{grid-template-columns:repeat(2,minmax(0,1fr));justify-items:center;gap:.5rem 1.5rem}}@media (min-width:768px){.lift-home-footer__docs{text-align:right;justify-items:end}}.lift-home-footer__docs a{color:var(--fg-muted);font-size:.9375rem;font-weight:500;line-height:1.35;text-decoration:none}@media (min-width:768px){.lift-home-footer__docs a{font-size:1rem}}.lift-home-footer__docs a:hover{color:var(--fg)}.lift-home-drawer{z-index:40;background:var(--page-bg);padding:2rem var(--pad-x);padding-top:calc(4rem + env(safe-area-inset-top,0px));padding-bottom:calc(2rem + env(safe-area-inset-bottom,0px));flex-direction:column;justify-content:center;gap:.75rem;display:flex;position:fixed;inset:0;overflow-y:auto}.lift-home-drawer a{color:var(--fg);padding:.375rem 0;font-size:clamp(1.25rem,5vw,1.5rem);font-weight:700;text-decoration:none}.lift-home-drawer__actions{flex-direction:column;gap:.5rem;margin-top:.5rem;display:flex}.lift-home-drawer__actions .lift-pill{width:100%;height:3rem;color:var(--fg);justify-content:center}.lift-home-drawer__actions .lift-pill--black{background:var(--fg);color:#fff}.lift-home-drawer__actions .lift-pill--outline{color:var(--fg);border:1.5px solid var(--fg);background:0 0}.lift-home-drawer__phone{color:var(--teal-bold)!important;font-size:1rem!important;font-weight:600!important}.lift-home-drawer__divider{background:var(--line);height:1px;margin:.75rem 0}@media (max-width:767px){.lift-home{--radius-xl:1.375rem;--radius-lg:1.125rem}.lift-home-nav{height:3.25rem}.lift-home-nav__name{font-size:.9375rem}.lift-home-nav__burger{width:2.375rem;height:2.375rem}.lift-section{margin-bottom:calc(var(--gap) * 2.5)}.lift-section__title{margin-bottom:.875rem;font-size:clamp(1.5rem,6.5vw,1.875rem);line-height:1.08}.lift-hero-card{border-radius:var(--radius-xl);flex-direction:column;min-height:auto;display:flex}.lift-hero-card__media{background-position:50% 20%;order:-1;min-height:14rem}.lift-hero-card__media:after{background:linear-gradient(to bottom, transparent 50%, #009a9373 82%, var(--teal-bold) 100%)}.lift-hero-card__content{order:1;justify-content:flex-start;gap:.875rem;padding:1.125rem 1.125rem 1.375rem}.lift-hero-card__note{order:1;gap:.15rem;max-width:none}.lift-hero-card__note-line{font-size:1.3125rem;line-height:1.3}.lift-hero-card__title{order:2}.lift-hero-card__title-line{font-size:clamp(1.875rem,8.5vw,2.375rem);line-height:1.02}.lift-hero-card__actions{order:3;gap:.625rem;margin-top:.5rem}.lift-hero-card__actions .lift-pill{height:3.125rem;padding:0 1.25rem;font-size:.9375rem}.lift-stats-row{margin-bottom:calc(var(--gap) * 2)}.lift-stat-card{padding:.875rem 1rem}.lift-bento-card{min-height:auto}.lift-bento--3 .lift-bento-card{min-height:11.5rem;padding:1.375rem}.lift-bento--3,.lift-bento--catalog{gap:.625rem}.lift-bento-card .lift-bento-card__foot .lift-pill{justify-content:center;width:100%}.lift-bento-card--split{flex-direction:column;gap:0;display:flex}.lift-bento-card__body{order:1;padding:1.125rem}.lift-bento-card--split .lift-bento-card__media{border-radius:var(--radius-xl) var(--radius-xl) 0 0;background-position:50% 15%;order:-1;min-height:11.5rem}.lift-bento-card--hero.lift-bento-card--split .lift-bento-card__media{min-height:12.5rem}.lift-bento-card--split .lift-chips{grid-template-columns:repeat(2,minmax(0,1fr));gap:.375rem;margin-top:.75rem;display:grid}.lift-bento-card--split .lift-chip{text-align:center;justify-content:center;padding:.4375rem .375rem;font-size:.625rem;line-height:1.25}.lift-bento-card--split .lift-chip svg{flex-shrink:0;width:.875rem;height:.875rem}.lift-bento-card h3{font-size:1.25rem}.lift-bento--3 .lift-bento-card h3{font-size:1.375rem}.lift-bento-card p{font-size:.9375rem}.lift-bento--3 .lift-bento-card p{color:#2a2a2a;font-size:1rem}.lift-bento-card__tag{font-size:.875rem}.lift-bento--3 .lift-bento-card__tag{font-size:.9375rem}.lift-bento--3 .lift-bento-card--brand p{color:#fffffff0}.lift-bento-card__foot{padding-top:1rem}.lift-chips{gap:.375rem;margin-top:.75rem}.lift-chip{padding:.4375rem .625rem;font-size:.6875rem}.lift-steps{gap:.625rem}.lift-step-card{min-height:auto;padding:1.375rem 1.25rem}.lift-step-card h3{font-size:1.125rem}.lift-step-card p{color:#2a2a2a;font-size:.9375rem}.lift-about__content{padding:2rem 1.25rem 2.5rem}.lift-about:before{background:linear-gradient(160deg,#00736ef2 0%,#008c86d9 55%,#009a93b3 100%)}.lift-about__title{margin-bottom:1rem;font-size:clamp(1.75rem,7vw,2.25rem)}.lift-about__lead{font-size:1.0625rem}.lift-about__text{font-size:.9375rem;line-height:1.55}.lift-contacts{gap:.625rem}.lift-contact-card,.lift-form-card{border-radius:var(--radius-lg);padding:1.25rem}.lift-contact-card h2,.lift-form-card h3{margin-bottom:1rem;font-size:1.125rem}.lift-contact-item{padding:.625rem 0}.lift-contact-item__value{word-break:break-word;font-size:.9375rem}.lift-form-card input,.lift-form-card textarea{font-size:1rem}.lift-form-submit{height:2.875rem;font-size:.875rem}.lift-home-footer__meta{font-size:.875rem;line-height:1.5}.lift-home-footer__docs{grid-template-columns:1fr;justify-items:center;gap:.5rem}.lift-home-footer__docs a{font-size:.875rem}.lift-home-footer__logo{width:3rem;height:3rem}.lift-home-footer__name{font-size:1.125rem}.lift-home-footer__tagline{font-size:.875rem}.lift-home-footer__credit{font-size:.8125rem}.lift-pill{height:2.625rem;padding:0 1rem;font-size:.8125rem}}@media (max-width:479px){.lift-stat-card__num{font-size:1.125rem}.lift-stat-card__label{font-size:.6875rem}}.lift-catalog{width:100%;max-width:none;padding:calc(3.75rem + env(safe-area-inset-top,0px)) var(--pad-x) calc(3rem + env(safe-area-inset-bottom,0px));margin:0}@media (min-width:768px){.lift-catalog{padding-top:calc(4.5rem + var(--pad-x));padding-bottom:calc(2.5rem + env(safe-area-inset-bottom,0px))}}.lift-catalog__intro{max-width:48rem;margin-bottom:1.25rem}@media (min-width:768px){.lift-catalog__intro{margin-bottom:1.75rem}}.lift-catalog__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--teal-bold);margin:0 0 .5rem;font-size:.6875rem;font-weight:700}.lift-catalog__eyebrow--orange{color:var(--orange)}.lift-catalog__title{letter-spacing:-.04em;color:var(--fg);margin:0 0 .625rem;font-size:clamp(1.75rem,5vw,3rem);font-weight:700;line-height:1.05}.lift-catalog__lead{color:var(--fg-muted);margin:0;font-size:.9375rem;font-weight:500;line-height:1.55}@media (min-width:768px){.lift-catalog__lead{font-size:1.0625rem}}.lift-catalog__actions{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.lift-catalog-dirs{gap:var(--gap);margin-bottom:1.25rem;display:grid}@media (min-width:768px){.lift-catalog-dirs{grid-template-columns:1fr 1fr;margin-bottom:1.75rem}}.lift-catalog-dir{border-radius:var(--radius-xl);color:inherit;grid-template-columns:1fr;min-height:0;text-decoration:none;transition:transform .25s,opacity .25s;display:grid;overflow:hidden}.lift-catalog-dir:hover{opacity:.96;transform:translateY(-2px)}@media (min-width:640px){.lift-catalog-dir{grid-template-columns:minmax(0,1fr) minmax(8rem,42%)}}.lift-catalog-dir--dark{background:var(--card-dark);color:#fff}.lift-catalog-dir--tint{color:var(--fg);background:#fff0e6}.lift-catalog-dir__body{flex-direction:column;gap:.375rem;min-width:0;padding:1.25rem;display:flex}@media (min-width:768px){.lift-catalog-dir__body{padding:1.75rem}}.lift-catalog-dir__tag{letter-spacing:.06em;text-transform:uppercase;color:#ffffffc7;margin:0 0 .25rem;font-size:.75rem;font-weight:700}.lift-catalog-dir--tint .lift-catalog-dir__tag,.lift-catalog-dir__tag--orange{color:var(--orange)}.lift-catalog-dir__body h2{letter-spacing:-.03em;margin:0;font-size:clamp(1.125rem,2.5vw,1.5rem);font-weight:700;line-height:1.15}.lift-catalog-dir__body>p{color:#ffffffc7;margin:0 0 .75rem;font-size:.8125rem;font-weight:500;line-height:1.45}.lift-catalog-dir--tint .lift-catalog-dir__body>p{color:var(--fg-muted)}.lift-catalog-dir__body .lift-pill{align-self:flex-start;height:2.5rem;margin-top:auto;font-size:.8125rem}.lift-catalog-dir__media{background-position:top;background-size:cover;min-height:12rem}@media (min-width:640px){.lift-catalog-dir__media{background-position:50%;min-height:100%}}.lift-catalog-banner{border-radius:var(--radius-xl);grid-template-columns:1fr;margin-bottom:1.25rem;display:grid;overflow:hidden}@media (min-width:768px){.lift-catalog-banner{grid-template-columns:minmax(0,1.1fr) minmax(10rem,.9fr);margin-bottom:1.75rem}}.lift-catalog-banner--dark{background:var(--card-dark);color:#fff}.lift-catalog-banner--tint{color:var(--fg);background:#fff0e6}.lift-catalog-banner__body{padding:1.25rem}@media (min-width:768px){.lift-catalog-banner__body{padding:2rem}}.lift-catalog-banner__body h2{letter-spacing:-.03em;margin:0 0 .5rem;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:700}.lift-catalog-banner__body>p{color:#fffc;margin:0;font-size:.875rem;line-height:1.5}.lift-catalog-banner--tint .lift-catalog-banner__body>p{color:var(--fg-muted)}.lift-catalog-banner__media{background-position:top;background-size:cover;min-height:13rem}@media (min-width:768px){.lift-catalog-banner__media{background-position:50%;min-height:100%}}.lift-catalog-grid{flex-direction:column;gap:1rem;display:flex}.lift-catalog-filters{background:var(--surface);border-radius:var(--radius-xl);padding:1rem}@media (min-width:768px){.lift-catalog-filters{padding:1.25rem 1.5rem}}.lift-catalog-filters__head{color:var(--fg);align-items:center;gap:.5rem;margin-bottom:.875rem;font-size:.875rem;font-weight:700;display:flex}.lift-catalog-filters__head svg{color:var(--teal-bold)}.lift-catalog-filters__row{grid-template-columns:1fr;gap:.5rem;display:grid}@media (min-width:640px){.lift-catalog-filters__row{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.lift-catalog-filters__row{grid-template-columns:1.5fr 1fr 1fr auto;gap:.625rem}}.lift-catalog-filters__input,.lift-catalog-filters__select{width:100%;height:2.75rem;color:var(--fg);background:#fff;border:1.5px solid #0000;border-radius:999px;outline:none;padding:0 1rem;font-family:inherit;font-size:.875rem;transition:border-color .2s}.lift-catalog-filters__input:focus,.lift-catalog-filters__select:focus{border-color:var(--fg)}.lift-catalog-filters__reset{border:1.5px solid var(--fg);height:2.75rem;color:var(--fg);cursor:pointer;background:0 0;border-radius:999px;padding:0 1.25rem;font-family:inherit;font-size:.8125rem;font-weight:600}.lift-catalog-filters__reset:hover{background:var(--fg);color:#fff}.lift-catalog-grid__count{color:var(--fg-muted);margin:0;font-size:.875rem}.lift-catalog-grid__count strong{color:var(--fg);font-weight:700}.lift-catalog-grid__list{gap:var(--gap);grid-template-columns:1fr;display:grid}@media (min-width:560px){.lift-catalog-grid__list{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.lift-catalog-grid__list{grid-template-columns:repeat(3,1fr)}}.lift-catalog-grid__more{justify-content:center;padding-top:.5rem;display:flex}.lift-catalog-empty{background:var(--surface);border-radius:var(--radius-xl);text-align:center;padding:2rem 1.25rem}.lift-catalog-empty__title{color:var(--fg);margin:0 0 .35rem;font-size:1rem;font-weight:700}.lift-catalog-empty p{color:var(--fg-muted);margin:0;font-size:.875rem}.lift-product-tile{background:var(--surface);border-radius:var(--radius-xl);flex-direction:column;min-height:100%;display:flex;overflow:hidden}.lift-product-tile__link{color:inherit;flex-direction:column;flex:1;min-width:0;padding:.875rem;text-decoration:none;display:flex}@media (min-width:768px){.lift-product-tile__link{padding:1rem}}.lift-product-tile__media{aspect-ratio:4/3;border-radius:var(--radius-md);background:#f3f6f9;justify-content:center;align-items:center;margin-bottom:.75rem;padding:.625rem;display:flex;overflow:hidden}.lift-product-tile__media img{object-fit:contain;object-position:center;width:100%;height:100%;transition:transform .45s}.lift-product-tile:hover .lift-product-tile__media img{transform:scale(1.02)}.lift-product-tile__meta{flex-wrap:wrap;gap:.375rem;margin-bottom:.5rem;display:flex}.lift-product-tile__kind,.lift-product-tile__category{letter-spacing:.06em;text-transform:uppercase;border:1px solid #0000;border-radius:999px;align-items:center;min-height:1.375rem;padding:.22rem .6rem;font-size:.625rem;font-weight:700;display:inline-flex;box-shadow:0 1px 2px #1018200d}.lift-product-tile__kind{color:#007a74;background:linear-gradient(135deg,#00b2a929,#007a741a);border-color:#009a9338}.lift-product-tile__kind--cleaning{color:#c45200;background:linear-gradient(135deg,#ff6a0024,#ff6a0014);border-color:#ff6a0038}.lift-product-tile__category{color:#425165;text-overflow:ellipsis;white-space:nowrap;background:linear-gradient(#fff,#f3f5f8);border-color:#10182014;max-width:100%;overflow:hidden}.lift-product-tile__title{letter-spacing:-.02em;color:var(--fg);-webkit-line-clamp:2;overflow-wrap:anywhere;word-break:break-word;-webkit-box-orient:vertical;margin:0 0 .375rem;font-size:.9375rem;font-weight:700;line-height:1.25;display:-webkit-box;overflow:hidden}.lift-product-tile:hover .lift-product-tile__title{color:var(--teal-bold)}.lift-product-tile__price{color:var(--fg);margin:0 0 .375rem;font-size:.8125rem;font-weight:700}.lift-product-tile__desc{color:var(--fg-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.75rem;line-height:1.45;display:-webkit-box;overflow:hidden}.lift-product-tile__cart{background:var(--fg);color:#fff;cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:.4rem;height:2.625rem;margin:0 .875rem .875rem;font-family:inherit;font-size:.8125rem;font-weight:600;transition:opacity .2s;display:inline-flex}@media (min-width:768px){.lift-product-tile__cart{margin:0 1rem 1rem}}.lift-product-tile__cart:hover{opacity:.88}@media (max-width:767px){.lift-catalog__title{font-size:clamp(1.5rem,7vw,1.875rem)}.lift-catalog-dir__media{background-position:top;order:-1;min-height:13rem}.lift-catalog-dir{flex-direction:column;display:flex}.lift-catalog-dir__body{order:1}.lift-catalog-dir__body .lift-pill{justify-content:center;width:100%}.lift-catalog-banner{flex-direction:column;display:flex}.lift-catalog-banner__media{background-position:top;order:-1;min-height:14rem}.lift-catalog-banner__body{order:1}.lift-catalog__actions .lift-pill{flex:auto;justify-content:center}}.lift-lk{width:100%;max-width:44rem;padding:calc(3.75rem + env(safe-area-inset-top,0px)) var(--pad-x) calc(3rem + env(safe-area-inset-bottom,0px));margin:0 auto}@media (min-width:768px){.lift-lk{padding-top:calc(4.5rem + var(--pad-x));padding-bottom:calc(2.5rem + env(safe-area-inset-bottom,0px))}}.lift-lk-head{flex-direction:column;gap:1rem;margin-bottom:1.75rem;display:flex}@media (min-width:640px){.lift-lk-head{flex-direction:row;justify-content:space-between;align-items:flex-end}}.lift-lk-head__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--teal-bold);margin:0 0 .35rem;font-size:.6875rem;font-weight:700}.lift-lk-head h1{letter-spacing:-.03em;color:var(--fg);margin:0 0 .35rem;font-size:clamp(1.5rem,4vw,2rem);font-weight:700;line-height:1.1}.lift-lk-head__meta{color:var(--fg-muted);margin:0;font-size:.875rem;font-weight:500}.lift-lk-head__actions{flex-wrap:wrap;gap:.5rem;display:flex}.lift-lk-head__actions .lift-pill{height:2.5rem;font-size:.8125rem}.lift-lk-section{margin-bottom:1.5rem}.lift-lk-section h2{letter-spacing:-.02em;color:var(--fg);margin:0 0 .75rem;font-size:1rem;font-weight:700}.lift-lk-section__head{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.lift-lk-section__head h2{margin:0}.lift-lk-section__link{color:var(--teal-bold);font-size:.8125rem;font-weight:700;text-decoration:none}.lift-lk-section__link:hover{opacity:.75}.lift-lk-cart{flex-direction:column;gap:.5rem;margin:0 0 .75rem;padding:0;list-style:none;display:flex}.lift-lk-cart__item{background:var(--surface);border-radius:var(--radius-lg);align-items:center;gap:.625rem;padding:.75rem .875rem;display:flex}.lift-lk-cart__qty{flex-shrink:0;align-items:center;gap:.25rem;display:inline-flex}.lift-lk-cart__qty button{width:1.75rem;height:1.75rem;color:var(--fg);cursor:pointer;background:#fff;border:1.5px solid #0000001a;border-radius:999px;place-items:center;padding:0;display:grid}.lift-lk-cart__qty span{text-align:center;min-width:1.25rem;font-size:.8125rem;font-weight:700}.lift-lk-cart__remove{color:#b42318;cursor:pointer;background:0 0;border:none;border-radius:999px;flex-shrink:0;place-items:center;width:1.75rem;height:1.75rem;padding:0;display:grid}.lift-lk-cart__checkout{background:var(--fg);color:#fff;cursor:pointer;border:none;border-radius:999px;width:100%;height:2.75rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:opacity .2s}.lift-lk-cart__checkout:hover{opacity:.88}.lift-lk-section--row{background:var(--surface);border-radius:var(--radius-xl);flex-direction:column;gap:.75rem;padding:1.125rem 1.25rem;display:flex}@media (min-width:560px){.lift-lk-section--row{flex-direction:row;justify-content:space-between;align-items:center}.lift-lk-section--row h2{margin-bottom:.25rem}}.lift-lk-orders{flex-direction:column;gap:.625rem;display:flex}.lift-lk-order{background:var(--surface);border-radius:var(--radius-xl);padding:1rem 1.125rem}.lift-lk-order__top{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;display:flex}.lift-lk-order__id{color:var(--fg);margin:0;font-size:.875rem;font-weight:700}.lift-lk-order__date{color:var(--fg-muted);margin:.15rem 0 0;font-size:.75rem}.lift-lk-order__items{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.lift-lk-order__items li{align-items:center;gap:.625rem;display:flex}.lift-lk-order__thumb{background:#fff;border-radius:.5rem;flex-shrink:0;width:2.75rem;height:2.5rem;overflow:hidden}.lift-lk-order__thumb img{object-fit:cover;width:100%;height:100%}.lift-lk-order__title{min-width:0;color:var(--fg);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;font-size:.8125rem;font-weight:600;line-height:1.3;text-decoration:none;display:-webkit-box;overflow:hidden}.lift-lk-order__title:hover{color:var(--teal-bold)}.lift-lk-order__qty{color:var(--fg);flex-shrink:0;font-size:.8125rem;font-weight:700}.lift-lk-status{white-space:nowrap;color:#425165;background:#0000000f;border-radius:999px;align-items:center;padding:.25rem .625rem;font-size:.6875rem;font-weight:700;display:inline-flex}.lift-lk-status--new{color:#007a74;background:#00b2a924}.lift-lk-status--processed{color:#101820;background:#00000014}.lift-lk-status--transit{color:#c2410c;background:#ff6a0024}.lift-lk-status--done{color:#555;background:#0000000d}.lift-lk-empty{background:var(--surface);border-radius:var(--radius-xl);flex-direction:column;align-items:flex-start;gap:.875rem;padding:1.5rem 1.25rem;display:flex}.lift-lk-empty p{color:var(--fg);margin:0;font-size:.9375rem;font-weight:600}.lift-lk-hint{color:var(--fg-muted);margin:0;font-size:.875rem;line-height:1.45}.lift-lk-docs{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.lift-lk-docs li{background:var(--surface);border-radius:var(--radius-lg);justify-content:space-between;align-items:center;gap:.75rem;padding:.875rem 1rem;display:flex}.lift-lk-docs p{color:var(--fg);margin:0;font-size:.875rem;font-weight:700}.lift-lk-docs span:not(.lift-lk-status){color:var(--fg-muted);margin-top:.15rem;font-size:.75rem;display:block}@media (max-width:639px){.lift-lk-head__actions{width:100%}.lift-lk-head__actions .lift-pill{flex:1;justify-content:center}.lift-lk-section--row .lift-pill{justify-content:center;width:100%}}
