.lead-panel{min-height:min(620px, calc(var(--page-height) * .92));max-height:calc(var(--page-height) * .92)}@media (width<=639px){.lead-panel{min-height:min(680px,92vh)}}.lead-panel>*{flex-shrink:0}.lead-progress{gap:10px;display:flex}.lead-stage{flex:1;min-width:0}.lead-stage-contact{flex:.48}.lead-stage-track{background:#e2dfd8;border-radius:99px;height:4px;display:block;overflow:hidden}.lead-stage-fill{transform-origin:0;background:#1a1a1a;height:100%;transition:transform .42s cubic-bezier(.22,1,.36,1);display:block;transform:scaleX(0)}.lead-stage-fill.is-filled{transform:scaleX(1)}.lead-step-content{--lead-slide:14px;animation:.36s cubic-bezier(.22,1,.36,1) backwards lead-step-enter}.lead-step-content.lead-direction-back{--lead-slide:-14px}.lead-step-content.is-leaving{pointer-events:none;animation:.18s ease-in both lead-step-leave}.lead-step-content .choice-chip{transition:background-color .16s,color .16s,border-color .16s}.dialog-panel .interactive-pop:is(:hover,:active){transform:none}.lead-success-mark{place-items:center;width:72px;height:72px;margin-inline:auto;display:grid;position:relative}.lead-success-mark svg{animation:.56s cubic-bezier(.34,1.56,.64,1) backwards lead-mark-pop;position:relative;overflow:visible}.lead-success-circle{fill:#e4f1e5;stroke:#347246;stroke-width:2.5px;stroke-dasharray:189;stroke-dashoffset:189px;transform-box:fill-box;transform-origin:50%;animation:.52s cubic-bezier(.65,0,.35,1) 80ms forwards lead-draw;transform:rotate(-90deg)}.lead-success-check{stroke:#347246;stroke-width:4px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:40;stroke-dashoffset:40px;animation:.32s cubic-bezier(.65,0,.35,1) .48s forwards lead-draw}.lead-success-ring{opacity:0;border:2px solid #347246;border-radius:50%;animation:.9s cubic-bezier(.22,1,.36,1) .56s lead-ring;position:absolute;inset:0}.lead-spark{opacity:0;width:3px;height:9px;transform:rotate(var(--spark-angle)) translateY(-36px);background:#347246;border-radius:99px;margin:-4.5px 0 0 -1.5px;animation:.7s cubic-bezier(.22,1,.36,1) .6s lead-spark;position:absolute;top:50%;left:50%}.lead-spark:nth-child(odd){background:#1a1a1a}.lead-reveal{animation:lead-reveal .48s cubic-bezier(.22, 1, .36, 1) var(--reveal-delay,0s) backwards}.lead-next{background:#fff;border:1px solid #e8e6e1;border-radius:12px;gap:12px;padding:16px 18px;display:grid}.lead-next-item{color:#555;align-items:flex-start;gap:12px;line-height:1.4;display:flex}.lead-next-item.is-done{color:#1a1a1a;font-weight:500}.lead-next-dot{border:1.5px solid #d8d0c2;border-radius:50%;flex-shrink:0;place-items:center;width:20px;height:20px;display:grid}.lead-next-item.is-done .lead-next-dot{color:#fff;background:#347246;border-color:#347246}@keyframes lead-mark-pop{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}@keyframes lead-draw{to{stroke-dashoffset:0}}@keyframes lead-ring{0%{opacity:.5;transform:scale(1)}to{opacity:0;transform:scale(1.9)}}@keyframes lead-spark{0%{opacity:0;transform:rotate(var(--spark-angle)) translateY(-34px) scaleY(.4)}25%{opacity:1}to{opacity:0;transform:rotate(var(--spark-angle)) translateY(-62px) scaleY(1)}}@keyframes lead-reveal{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes lead-step-enter{0%{opacity:0;transform:translateX(var(--lead-slide,0)) translateY(5px)}to{opacity:1;transform:translate(0)}}@keyframes lead-step-leave{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translateX(calc(var(--lead-slide) * -.6))}}@media (prefers-reduced-motion:reduce){.lead-step-content,.lead-step-content.is-leaving,.lead-reveal,.lead-success-mark svg,.dialog-panel,.dialog-backdrop{animation:none}.lead-success-circle,.lead-success-check{stroke-dashoffset:0;animation:none}.lead-success-ring,.lead-spark{display:none}.lead-stage-fill,.lead-step-content .choice-chip{transition:none}}.s2-original{flex-direction:column;flex:1;display:flex}.s2{--s2-ink:#1a1a1a;--s2-muted:#625c54;--s2-rule:#d8d3c9;--s2-paper:#faf9f6;color:var(--s2-ink);background:#fff;border-top:1px solid #e8e6e1;position:relative}.s2-inner{flex-direction:column;flex:1;width:100%;max-width:1400px;margin:0 auto;padding:0 40px;display:flex}.s2-title{flex-shrink:0;margin-bottom:32px}.s2-title span{display:block}.s2-body{flex:1;grid-template-columns:1.45fr 1fr;grid-template-areas:"intro cta""proof proof";align-content:start;gap:24px 36px;margin-top:10px;display:grid}.s2-intro{grid-area:intro;min-width:0}.s2-intro>p{font-family:var(--font-heading);letter-spacing:-.01em;color:var(--s2-ink);margin:0;font-size:34px;font-weight:500;line-height:1.3}.s2-eyebrow{letter-spacing:.12em;margin-bottom:12px;font-size:11px;font-weight:600;display:block}.s2-cta{background:var(--s2-paper);border-radius:5px;flex-direction:column;grid-area:cta;justify-content:center;align-self:stretch;gap:14px;padding:20px 24px;display:flex}.s2-cta>p{margin:0;font-size:25px;font-weight:600;line-height:1.15}.s2-button{background:var(--s2-ink);color:#fff;cursor:pointer;border-radius:5px;justify-content:space-between;align-items:center;gap:20px;padding:17px 20px;font-size:17px;font-weight:500;display:flex}.s2-button:hover{opacity:.85}.s2-button:focus-visible{outline-offset:4px;outline:3px solid #a98d57}.s2-proof{grid-area:proof;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.s2-card{border-top:1px solid var(--s2-rule);border-radius:5px;flex-direction:column;gap:14px;min-width:0;margin:0;padding:20px;display:flex}.s2-company{align-items:center;gap:12px;font-size:14px;display:flex}.s2-company img{object-fit:contain;background:#fff;border-radius:4px;flex-shrink:0;width:56px;height:56px;padding:5px}.s2-number{margin-left:auto;font:12px Manrope,sans-serif;display:none}.s2-card blockquote{color:var(--s2-muted);margin:0;font-size:17px;line-height:1.5}.s2-card figcaption{border-top:1px solid var(--s2-rule);margin-top:auto;padding-top:12px}.s2-card figcaption strong{font-size:18px;display:block}.s2-card figcaption span{color:var(--s2-muted);margin-top:4px;font-size:14px;line-height:1.4;display:block}.s2-signature .s2-body{grid-template-columns:repeat(4,minmax(0,1fr));grid-template-areas:"intro intro intro.""proof proof proof cta";gap:72px 16px}.s2-signature .s2-cta{color:#faf9f6;background:#1a1a1a;border-top:3px solid #1a1a1a;justify-content:flex-start;min-width:0;padding:10px}.s2-cta h3{margin:0;font-size:30px;font-weight:700;line-height:1.15}.s2-signature .s2-cta .s2-cta-copy{color:#c9c1b4;font-size:16px;font-weight:400;line-height:1.5}.s2-button-frame{border-radius:5px;margin-top:auto;position:relative}.s2-border-beam{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.s2-border-beam rect{fill:none;stroke:red;stroke-width:3px;stroke-linecap:round;stroke-dasharray:12 88;width:calc(100% - 3px);height:calc(100% - 3px);animation:6s linear infinite s2-button-beam}@keyframes s2-button-beam{to{stroke-dashoffset:-100px}}@media (prefers-reduced-motion:reduce){.s2-border-beam rect{animation:none}}.s2-signature .s2-button{color:#1a1a1a;background:#faf9f6;width:100%;padding:15px 16px;font-size:15px}.s2-signature .s2-card{border:1px solid var(--s2-rule);background:#faf9f6;padding:16px}.s2-signature .s2-card blockquote{font-size:18px}.s2-signature .s2-company{gap:12px;font-size:20px;line-height:1.2}.s2-signature{--s2-rule:#c9c1b4;--s2-muted:#625c54;--s2-paper:#faf9f6;--s2-ink:#1a1a1a}.s2-signature .s2-card blockquote{color:#4b453d}.s2-signature .s2-button:focus-visible{outline-color:#c9c1b4}@media (width<=1023px){.s2-inner{padding:0 24px}.s2-title{margin-bottom:28px}.s2 .s2-body{flex-direction:column;gap:20px;display:flex}.s2 .s2-intro{margin-bottom:20px}.s2 .s2-intro>p{font-size:24px;line-height:1.35}.s2 .s2-proof{flex-direction:column;gap:12px;display:flex}.s2 .s2-card{border:1px solid var(--s2-rule);gap:12px;padding:16px;display:flex}.s2 .s2-card blockquote{font-size:17px}.s2 .s2-cta{flex-direction:column;align-items:stretch;gap:14px;padding:10px}.s2 .s2-button{min-width:0}.s2 .s2-cta{min-height:296px}.s2 .s2-company{flex-direction:row;align-items:center}}@media (width>=1024px){.s2-title{margin-bottom:0}.s2-signature .s2-body{flex:none;grid-template-rows:minmax(160px,auto) minmax(390px,auto);row-gap:0;margin-top:0}.s2-signature .s2-intro{align-self:center;padding-block:40px}.s2-signature .s2-cta{margin-top:0}}.s2-cta-slot{grid-area:cta;min-width:0;display:flex;position:relative}.s2-cta-slot>.s2-cta{width:100%;position:relative}.s2 :is(.s2-intro,.s2-card)[data-enter=hidden]{opacity:0;transform:translateY(12px)}.s2 :is(.s2-intro,.s2-card)[data-enter=play]{transition:transform .36s cubic-bezier(.16, 1, .3, 1) var(--about-enter-delay,0s), opacity .36s ease var(--about-enter-delay,0s)}.s2-card:nth-child(2){--about-enter-delay:60ms}.s2-card:nth-child(3){--about-enter-delay:.12s}@media (width>=1024px){.s2-cta-slot>.s2-cta{position:absolute;inset:0}.s2-inner[data-card=raised] .s2-cta-slot>.s2-cta{top:var(--booking-card-lift,0px)}.s2-inner[data-card-moving] .s2-cta-slot>.s2-cta{transition:top .6s cubic-bezier(.16,1,.3,1)}}@media (prefers-reduced-motion:reduce){.s2-cta-slot>.s2-cta{top:0}.s2 :is(.s2-intro,.s2-card)[data-enter]{opacity:1;transition:none;transform:none}}.work-flow-stages{--arrow:22px;--seam:8px;--radius:8px;flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.work-flow-stage{padding:24px 24px calc(var(--arrow) + 22px);color:#1a1a1a;clip-path:polygon(0 0, 100% 0, 100% calc(100% - var(--arrow)), 50% 100%, 0 calc(100% - var(--arrow)));background:#fff;flex-direction:column;display:flex;position:relative}.work-flow-stage:not(:first-child){margin-top:calc(var(--seam) - var(--arrow));padding-top:calc(var(--arrow) + 22px);clip-path:polygon(0 0, 50% var(--arrow), 100% 0, 100% calc(100% - var(--arrow)), 50% 100%, 0 calc(100% - var(--arrow)))}.work-flow-stage:first-child{border-radius:var(--radius) var(--radius) 0 0}.work-flow-stage:last-child{border-radius:0 0 var(--radius) var(--radius);clip-path:polygon(0 0, 50% var(--arrow), 100% 0, 100% 100%, 0 100%);padding-bottom:24px}.work-flow-title{letter-spacing:-.02em;text-wrap:balance;margin-bottom:10px;font-size:24px;line-height:1.15}.work-flow-text{color:#5d5952;font-size:16px;line-height:1.6}.work-flow-details{margin-top:24px}.work-flow-details-label{letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px;font-size:12px;font-weight:700}.work-flow-details-text{color:#5d5952;font-size:14px;line-height:1.6}.work-flow-link:after{content:"";cursor:pointer;position:absolute;inset:0}.work-flow-link:focus-visible{outline-offset:4px;outline:2px solid #ee1c25}.work-flow-stage[data-enter=hidden],.work-flow-guarantee[data-enter=hidden]{opacity:0;transform:translateY(12px)}.work-flow-cta-beam{overflow:visible}.s2-border-beam.work-flow-cta-beam rect{width:calc(100% - 2px);height:calc(100% - 2px)}.work-flow-stage[data-enter=play]{transition:transform .36s cubic-bezier(.16, 1, .3, 1) var(--stage-delay,0s), opacity .36s ease var(--stage-delay,0s)}.work-flow-guarantee[data-enter=play]{transition:transform .36s cubic-bezier(.16,1,.3,1),opacity .36s}@media (width<=1023px),(prefers-reduced-motion:reduce){.work-flow :is(.work-flow-stage,.work-flow-guarantee)[data-enter]{opacity:1;transition:none;transform:none}}@media (width>=1024px){.work-flow-stages{--arrow:30px;--seam:10px;flex-direction:row}.work-flow-stage,.work-flow-stage:not(:first-child),.work-flow-stage:last-child{flex:0 0 calc((100% + 3 * (var(--arrow) - var(--seam))) / 4);--stage-delay:calc(var(--stage-index) * 60ms);min-width:0;height:460px;padding:32px calc(var(--arrow) + 20px) 30px calc(var(--arrow) + 28px);margin-top:0}.work-flow-stage{clip-path:polygon(0 0, calc(100% - var(--arrow)) 0, 100% 50%, calc(100% - var(--arrow)) 100%, 0 100%)}.work-flow-stage:first-child{border-radius:var(--radius) 0 0 var(--radius);padding-left:32px}.work-flow-stage:not(:first-child){margin-left:calc(var(--seam) - var(--arrow));clip-path:polygon(0 0, calc(100% - var(--arrow)) 0, 100% 50%, calc(100% - var(--arrow)) 100%, 0 100%, var(--arrow) 50%)}.work-flow-stage:last-child{border-radius:0 var(--radius) var(--radius) 0;clip-path:polygon(0 0, 100% 0, 100% 100%, 0 100%, var(--arrow) 50%);padding-right:32px}.work-flow-title{margin-bottom:14px;font-size:32px}.work-flow-text{font-size:18px}.work-flow-details{box-sizing:border-box;flex-shrink:0;height:180px;margin-top:auto}.work-flow-details-text{font-size:15px}}@media (width<=1023px){html:has(.mobile-home){--page-zoom:1;scroll-padding-top:84px}.mobile-home{overflow-wrap:anywhere;font-family:Manrope,sans-serif}.mobile-home .home-snap-section{scroll-margin-top:84px}.mobile-home .home-snap-page>header>nav:first-child{gap:12px;padding:14px 18px}.mobile-home .home-snap-page>header img{width:clamp(150px,100vw - 140px,280px);max-width:100%;height:auto}.mobile-home .home-snap-page>header>nav>div{gap:8px}.mobile-home .home-snap-page>header a[href^="https://calendar"]{display:none}.mobile-home .home-snap-page>main{padding-top:72px}.mobile-home .home-snap-section--hero{padding:36px 22px var(--section-space);min-height:0}.mobile-home .home-snap-section--hero>div{gap:24px}.mobile-home .home-snap-section--hero h1{margin-bottom:22px;font-size:clamp(38px,10.5vw,48px);line-height:1.06}.mobile-home .home-snap-section--hero ul{gap:8px 12px;font-size:15px}.mobile-home .home-snap-section--hero li{gap:12px}.mobile-home .home-snap-section h2:not(.dialog-panel h2){letter-spacing:-.035em;font-size:clamp(30px,8.2vw,38px);line-height:1.12}.mobile-home .s2-inner{padding-inline:22px}.mobile-home .s2-title{margin-bottom:22px}.mobile-home .s2 .s2-body{gap:24px}.mobile-home .s2 .s2-card{padding:18px}.mobile-home .s2 .s2-company{font-size:18px}.mobile-home .s2 .s2-card blockquote{font-size:17px;line-height:1.65}.mobile-home .s2 .s2-cta{gap:16px;min-height:0;padding:22px}.mobile-home .s2-cta h3{font-size:27px}.mobile-home .s2-button{min-height:48px}.mobile-home .work-stages-content,.mobile-home .business-cases-content{padding:var(--title-space) 22px 0}.mobile-home .catalog-section-content{padding:var(--title-space) 22px var(--section-space)}.mobile-home .business-cases-content>div:first-child,.mobile-home .catalog-section-header{margin-bottom:var(--title-gap)}.mobile-home .business-cases-carousel article{gap:22px;padding:14px}.mobile-home .business-case-copy h3{font-size:26px}.mobile-home .business-case-copy p{font-size:16px;line-height:1.65}.mobile-home .business-case-copy .font-mono{font-size:10px}.mobile-home .business-case-cta{align-items:center;min-height:48px}.mobile-home .catalog-commitment dt{font-size:22px}.mobile-home .catalog-commitment dd{font-size:16px;line-height:1.6}.mobile-home .catalog-commitment{padding:24px}.mobile-home .site-footer-inner{padding:32px 22px}.mobile-home .site-footer h2{font-size:36px}.mobile-home .site-footer nav a{align-items:center;min-height:44px;display:flex}.mobile-home .site-footer-action{min-height:52px}@media (width<=700px){.mobile-home .site-footer-action{width:100%}}.mobile-home :focus-visible{outline-offset:4px;outline:2px solid #777168}.mobile-home .s2 .s2-card{gap:10px;padding:14px}.mobile-home .s2 .s2-company img{width:42px;height:42px}.mobile-home .s2 .s2-proof{gap:10px}html:has(.mobile-home){scroll-padding-top:0}.mobile-home :is(.motion-page-enter,.motion-hero-copy,.motion-about-peek-title){opacity:1;transition:none;animation:none;transform:none}.mobile-home .home-snap-section--hero h1{margin-bottom:0}.mobile-home .motion-hero-mesh{opacity:1;transition:none;animation:none;transform:none}}.business-mobile-pager,.business-mobile-heading,.business-mobile-problem,.business-mobile-build{display:none}@media (width<=1023px){.business-mobile-pager{align-items:center;gap:12px;margin-bottom:10px;display:flex}.business-mobile-count{letter-spacing:.08em;font-variant-numeric:tabular-nums;color:#7a756b;flex-shrink:0;font-size:13px;font-weight:500}.business-mobile-count span{color:#1a1a1a;font-weight:700}.business-mobile-pager .carousel-pager{flex:1;min-width:0;padding:0}.business-mobile-arrows{flex-shrink:0;gap:8px;display:flex}.business-mobile-arrows button{width:44px;height:44px;box-shadow:none}.business-mobile-heading{letter-spacing:-.025em;text-wrap:balance;padding:4px 4px 0;font-size:22px;font-weight:700;line-height:1.15;display:block}.business-desktop-title,.business-desktop-problem,.business-desktop-build{display:none}.business-mobile-build{display:inline}.mobile-home .business-case-visual:not(.business-case-visual--video){zoom:.4}.mobile-home .business-case-copy{padding:0 4px 4px}.mobile-home .business-case-result{margin-top:0}.business-mobile-problem{border-block:1px solid #e8e6e1;margin-top:8px;display:block}.business-mobile-problem summary{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;min-height:44px;padding-block:4px;font-size:14px;font-weight:500;line-height:20px;list-style:none;display:flex}.business-mobile-problem summary::-webkit-details-marker{display:none}.business-mobile-problem summary:after{content:"+";font-size:22px;font-weight:400}.business-mobile-problem[open] summary:after{content:"−"}.business-mobile-problem p{margin-bottom:14px}.mobile-home .business-case-cta-frame,.mobile-home .business-case-cta{justify-content:center;width:100%;display:flex}.mobile-home :is(.business-cases-controls,.catalog-carousel-controls){display:none}.mobile-home .business-cases-content{padding:var(--title-space) 18px 0}.mobile-home .business-cases-content>div:first-child{margin-bottom:var(--title-gap)}.mobile-home .business-cases-content h2{font-size:26px;line-height:1.1}.mobile-home .business-cases-carousel article{gap:8px;padding:10px}.mobile-home .business-case-copy p{font-size:14px;line-height:1.45}.mobile-home .business-case-copy>div:last-child{padding-top:10px}.mobile-home .business-case-result .font-mono{margin-bottom:4px}}@media (width<=1023px) and (height<=740px){.mobile-home .business-case-visual:not(.business-case-visual--video){zoom:.2}.mobile-home .business-cases-content h2{font-size:24px}}@media (width<=1023px) and (height<=620px){.mobile-home .business-case-visual:not(.business-case-visual--video){display:none}}@media (width<=1023px){.mobile-home .business-cases-carousel .slick-track{align-items:flex-start}.mobile-home .business-cases-carousel article,.mobile-home .business-cases-carousel .slick-slide>div,.mobile-home .business-cases-carousel .slick-slide>div>div{height:auto}.mobile-home .business-cases-carousel .slick-slide:not(.slick-active){height:0;overflow:hidden}}.mobile-home.home-reading{--home-body-size:18px;--home-small-size:14px}.home-reading .home-snap-page{--section-divider:#d2cdc3;--section-space:48px;--title-space:48px;--title-gap:28px}.home-reading .home-snap-section:not(.home-snap-section--hero){border-top:1px solid var(--section-divider);min-height:0}.home-reading .home-snap-page .s2-title{margin-bottom:var(--title-gap)}@media (width>=1024px){.home-reading .home-snap-page{--section-space:96px;--title-space:96px;--title-gap:40px}.home-reading .home-snap-page .home-snap-section:not(.home-snap-section--hero){min-height:calc(var(--page-height) - var(--site-header-height,88px))}.home-reading .home-snap-section--hero{min-height:min(calc(var(--page-design-height) - 18rem), calc(var(--page-height) - 72px - var(--title-space) - 12rem))}.home-reading .home-snap-page .s2-title{padding-top:var(--title-space)}.home-reading .catalog-commitment-grid{row-gap:40px}.home-reading .s2-signature .s2-body{grid-template-rows:minmax(160px,auto) minmax(390px,auto);row-gap:0}.home-reading .s2-signature .s2-intro{padding-block:40px}}@media (width<=1023px){.home-reading .s2 .s2-intro{margin-bottom:0}}.mobile-home.home-reading :is(.business-case-copy p,.site-footer p){font-size:var(--home-body-size);line-height:1.65}.mobile-home.home-reading :is(.site-footer-legal,.site-footer-services,.site-footer-social,.business-case-copy .font-mono){font-size:var(--home-small-size);line-height:1.6}@media (width>=1024px){.mobile-home.home-reading .business-case-copy p{font-size:20px;line-height:1.6}.mobile-home.home-reading .business-case-copy .business-case-build{font-size:22px;line-height:1.5}.mobile-home.home-reading .business-case-copy .font-mono{font-size:15px}}.mobile-home.home-reading :is(.site-footer nav,.site-footer-contact>a){font-size:16px;line-height:1.5}.mobile-home.home-reading .business-case-cta{font-size:18px;line-height:1.5}
