:root{--black:#000000;--white:#ffffff;--gray:#6b7280;--gray-light:#f3f4f6;--accent-red:#e63946;--accent-blue:#2563eb;--accent-green:#22c55e;--accent-gradient:linear-gradient(135deg,var(--accent-red) 0%,var(--accent-blue) 100%);--accent:var(--accent-red);--site-gutter:clamp(1.25rem,5vw,3rem);--page-padding:var(--site-gutter);--content-max:72rem;--hero-gutter:var(--site-gutter);--hero-padding-inline:var(--site-gutter);--hero-padding-inline-desktop-left:clamp(2.25rem,8vw,5.5rem);--hero-padding-inline-desktop-right:var(--site-gutter);--hero-arrow-inset:clamp(0.5rem,1.25vw,1rem);--header-offset:calc(clamp(4.25rem, 20vw, 5.75rem) + clamp(1.5rem, 4vh, 2rem));--nav-break:768px;--marketing-title-size:clamp(1.85rem,1.2rem + 3vw,3rem);--marketing-desc-size:clamp(1rem,0.9rem + 0.35vw,1.2rem);--marketing-desc-line-height:1.5}@media (min-width:768px){:root{--header-offset:calc(clamp(4.75rem, 6vw, 6.25rem) + clamp(1.5rem, 4vh, 2rem))}}:is(.site-menu-overlay__link--active,.how-bridge__kicker,.how-step__num,.how-step__title em,.sp-filter__step,.about-roster__tile-role,.about-roster-modal__role,.about-team-card__role,.download-list a:hover){background-image:var(--accent-gradient);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}:is(.support-page__social-link,.btn):focus-visible{outline:none;box-shadow:0 0 0 2px var(--white),0 0 0 4px var(--accent-red),0 0 0 5px var(--accent-blue)}.btn-outline:focus-visible{outline:none;box-shadow:0 0 0 2px var(--black),0 0 0 4px var(--accent-red),0 0 0 5px var(--accent-blue)}input:focus,select:focus,textarea:focus{outline:none;border:2px solid transparent;border-image:var(--accent-gradient) 1}.download-list a:hover{border-image:var(--accent-gradient) 1}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;font-size:clamp(.9375rem,.2vw + .9rem,1.125rem)}body{margin:0;font-family:var(--font-lato),system-ui,sans-serif;color:var(--black);background:var(--black);line-height:1.55}h1,h2,h3,h4{font-family:var(--font-montserrat),system-ui,sans-serif;line-height:1.2;margin:0 0 .75rem}h1{font-size:clamp(1.75rem,1.15rem + 2.5vw,2.75rem)}h2{font-size:clamp(1.35rem,1.05rem + 1.25vw,2rem)}h3{font-size:clamp(1.1rem,1rem + .5vw,1.5rem)}h4{font-size:clamp(1rem,.95rem + .25vw,1.25rem)}a{color:inherit}main{min-height:calc(100vh - 140px);padding-top:var(--header-offset)}main.page-transition-root{position:relative;z-index:1;background:var(--white);margin-bottom:100svh}.footer-reveal-sentinel{width:100%;height:1px;margin:0;padding:0;pointer-events:none;visibility:hidden}.page-transition__shell{width:100%;min-width:0;will-change:opacity,transform}.page-transition-root .page-transition__shell,.page-transition-root [data-motion-pop-id]{width:100%}html.page-transition-active{overflow-x:hidden}@media (max-width:767px) and (prefers-reduced-motion:no-preference){html.page-transition-active:has([data-snap-page]){scroll-snap-type:none}}.container{max-width:calc(var(--content-max) + 2 * var(--page-padding));padding-inline:var(--page-padding);box-sizing:border-box}.container,.site-content{width:100%;margin-inline:auto}.site-content{max-width:var(--content-max)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{position:fixed;top:0;left:0;right:0;z-index:300;background:rgba(255,255,255,.88);-webkit-backdrop-filter:blur(16px) saturate(180%) brightness(1.08);backdrop-filter:blur(16px) saturate(180%) brightness(1.08);pointer-events:none;transform:translateY(0);transition:transform .4s cubic-bezier(.33,1,.68,1);will-change:transform}.site-header:before{content:"";position:absolute;inset:0;z-index:-1;background:rgba(255,255,255,.78);pointer-events:none}html.footer-reveal-active:not(.site-menu-open) .site-header{transform:translateY(calc(-100% - .5rem));opacity:0;visibility:hidden;transition:transform .4s cubic-bezier(.33,1,.68,1),opacity .35s cubic-bezier(.33,1,.68,1),visibility .35s}@supports not (((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))) or (-webkit-backdrop-filter:blur(1px))){.site-header{background:rgba(255,255,255,.94)}}.site-header__bar{justify-content:space-between;gap:1rem;width:100%;max-width:none;margin:0 auto;padding:clamp(.75rem,2vh,1rem) var(--page-padding);min-height:var(--header-offset);box-sizing:border-box;pointer-events:auto}.site-header__bar,.site-logo{display:flex;align-items:center}.site-logo{flex-shrink:0;text-decoration:none;line-height:0}.site-logo__mark{position:relative;display:block;flex-shrink:0;height:clamp(4.25rem,20vw,5.75rem);width:clamp(11rem,52vw,17.5rem)}.site-logo__img{object-fit:contain;object-position:left center}@media (min-width:768px){.site-logo__mark{height:clamp(4.75rem,6vw,6.25rem);width:clamp(14rem,22vw,20rem)}}.site-nav__toggle{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;padding:0;border:none;border-radius:0;background:transparent;cursor:pointer;flex-shrink:0}.site-nav__burger{display:block;width:1.5rem;height:2px;background:var(--black);position:relative;transition:background .2s cubic-bezier(.16,1,.3,1)}.site-nav__burger:after,.site-nav__burger:before{content:"";position:absolute;left:0;width:1.5rem;height:2px;background:var(--black);transition:transform .28s cubic-bezier(.16,1,.3,1),top .28s cubic-bezier(.16,1,.3,1)}.site-nav__burger:before{top:-7px}.site-nav__burger:after{top:7px}.site-nav__burger--open{background:transparent}.site-nav__burger--open:before{top:0;transform:rotate(45deg)}.site-nav__burger--open:after{top:0;transform:rotate(-45deg)}.site-menu-overlay{position:fixed;inset:0;z-index:250;display:flex;align-items:center;justify-content:center;background:var(--white);padding:calc(var(--header-offset) + 1.5rem) var(--page-padding) 2rem;box-sizing:border-box}.site-menu-overlay__nav{width:100%;max-width:42rem}.site-menu-overlay__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:clamp(.35rem,1.5vh,.75rem)}.site-menu-overlay__item{margin:0}.site-menu-overlay__link{display:inline-block;text-decoration:none;color:var(--black);font-family:var(--font-montserrat),system-ui,sans-serif;font-size:clamp(2rem,9vw,3.25rem);font-weight:600;line-height:1.12;letter-spacing:-.02em;transition:color .25s cubic-bezier(.16,1,.3,1)}.site-menu-overlay__link:focus-visible,.site-menu-overlay__link:hover{color:var(--gray)}.site-menu-overlay__link--active{font-weight:700}html.site-menu-open{overflow:hidden}.site-footer{position:fixed;inset:auto 0 0 0;z-index:0;min-height:100svh;height:100svh;background:var(--black);color:var(--white);display:flex;align-items:stretch;justify-content:center;padding-top:var(--header-offset);padding-bottom:clamp(1.25rem,3vh,2rem);box-sizing:border-box}.site-footer__container{display:grid;grid-template-rows:minmax(0,1fr) auto auto;grid-gap:clamp(1rem,2.5vh,1.5rem);gap:clamp(1rem,2.5vh,1.5rem);width:100%;min-height:0}.site-footer__hero{display:flex;align-items:center;justify-content:center;min-height:0;overflow:hidden}.site-footer__hero-logo{width:auto;height:auto;max-width:min(100%,42rem);max-height:min(38vh,calc(100svh - var(--header-offset) - 11rem));object-fit:contain;filter:brightness(0) invert(1)}html.footer-reveal-active .site-footer{padding-top:clamp(1.25rem,3vh,2rem);transition:padding-top .4s cubic-bezier(.33,1,.68,1)}html.footer-reveal-active .site-footer__hero-logo{max-height:min(42vh,calc(100svh - 11rem))}.site-footer__divider{height:1px;width:100%;background:rgba(255,255,255,.85)}.site-footer__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:clamp(1rem,2vw,1.5rem);gap:clamp(1rem,2vw,1.5rem);align-items:start}.site-footer__col{display:flex;flex-direction:column;gap:.6rem}.site-footer__social-row{display:flex;gap:.75rem;flex-wrap:wrap}.site-footer__social-link{width:2.5rem;height:2.5rem;border-radius:999px;border:1px solid rgba(255,255,255,.32);color:var(--white);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:background .2s ease,border-color .2s ease,transform .12s ease}.site-footer__social-link:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.65)}.site-footer__social-link:focus-visible{outline:2px solid var(--white);outline-offset:3px}.site-footer__social-link:active{transform:scale(.97)}.site-footer__link{color:rgba(255,255,255,.94);text-decoration:none;font-family:var(--font-montserrat),system-ui,sans-serif;font-size:clamp(.9rem,.86rem + .16vw,1rem);line-height:1.4}.site-footer__link:focus-visible,.site-footer__link:hover{color:var(--white);text-decoration:underline;text-underline-offset:.2rem}.site-footer__col--origin{align-items:flex-end}.site-footer__origin{margin:0;text-align:right;color:rgba(255,255,255,.92);font-size:clamp(.9rem,.84rem + .2vw,1.05rem)}.legal-page{width:100%;max-width:none;padding-top:clamp(1.5rem,4vh,2.5rem);padding-bottom:clamp(2.5rem,6vh,4rem)}.legal-page__updated{margin:0 0 1.5rem;font-size:.95rem}.legal-page section{margin-top:2rem}.legal-page section>h2{margin-bottom:.65rem}.legal-page p,.legal-page ul{margin:0 0 1rem}.legal-page ul{padding-left:1.35rem}.legal-page li{margin-bottom:.65rem}.legal-page li:last-child{margin-bottom:0}.faq-page{width:100%;max-width:none;padding-top:clamp(1.5rem,4vh,2.5rem);padding-bottom:clamp(2.5rem,6vh,4rem);box-sizing:border-box}.faq-page__header{margin-bottom:clamp(1.5rem,4vh,2.25rem)}.faq-page__header h1{margin-bottom:.65rem}.faq-page__lead{margin:0;max-width:42rem;font-size:var(--marketing-desc-size);line-height:var(--marketing-desc-line-height)}.faq-accordion__section{margin-bottom:clamp(2rem,5vh,2.75rem)}.faq-accordion__section:last-child{margin-bottom:0}.faq-accordion__heading{margin:0 0 clamp(.85rem,2vh,1.1rem);font-size:clamp(1.2rem,1rem + .6vw,1.5rem);line-height:1.25;font-weight:700}.faq-accordion__list{display:flex;flex-direction:column;gap:0;border:1px solid rgba(0,0,0,.12);border-radius:12px;overflow:hidden;background:var(--white)}.faq-item{border-bottom:1px solid rgba(0,0,0,.1)}.faq-item:last-child{border-bottom:0}.faq-item__question-wrap{margin:0;font-size:inherit;font-weight:inherit}.faq-item__trigger{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:clamp(.9rem,2.2vh,1.15rem) clamp(1rem,2.5vw,1.25rem);border:0;background:transparent;color:var(--black);font-family:var(--font-montserrat),system-ui,sans-serif;font-size:clamp(.98rem,.92rem + .2vw,1.08rem);font-weight:600;line-height:1.35;text-align:left;cursor:pointer;box-sizing:border-box}.faq-item__trigger:hover{background:rgba(0,0,0,.03)}.faq-item__trigger:focus-visible{outline:2px solid var(--black);outline-offset:-2px}.faq-item__question{flex:1 1 auto;min-width:0}.faq-item__icon{flex-shrink:0;width:1.25rem;height:1.25rem;margin-top:.1rem;position:relative}.faq-item__icon:after,.faq-item__icon:before{content:"";position:absolute;top:50%;left:50%;width:.75rem;height:2px;background:var(--black);transform:translate(-50%,-50%);transition:transform .2s ease}.faq-item__icon:after{transform:translate(-50%,-50%) rotate(90deg)}.faq-item.is-open .faq-item__icon:after{transform:translate(-50%,-50%) rotate(0deg);opacity:0}.faq-item__panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .38s cubic-bezier(.33,1,.68,1)}.faq-item.is-open .faq-item__panel{grid-template-rows:1fr}.faq-item__panel-inner{overflow:hidden;min-height:0;padding:0 clamp(1rem,2.5vw,1.25rem);opacity:0;transform:translateY(-.4rem);transition:opacity .32s cubic-bezier(.33,1,.68,1),transform .38s cubic-bezier(.33,1,.68,1),padding .38s cubic-bezier(.33,1,.68,1)}.faq-item.is-open .faq-item__panel-inner{padding-bottom:clamp(1rem,2.4vh,1.2rem);opacity:1;transform:translateY(0)}.faq-item__answer{margin:0;font-size:var(--marketing-desc-size);line-height:var(--marketing-desc-line-height);color:var(--black)}.faq-item__answer-strong{font-weight:700}.faq-item__answer-link{color:var(--black);font-weight:600;text-decoration:underline;text-underline-offset:.15em}.faq-item__answer-link:hover{text-decoration-thickness:2px}.faq-page__footer{margin-top:clamp(2rem,5vh,2.75rem);display:flex;flex-wrap:wrap;align-items:center;gap:.85rem 1.25rem}.faq-page__footer-text{margin:0;font-size:var(--marketing-desc-size);line-height:var(--marketing-desc-line-height)}.sen-rte-page{width:100%;max-width:100%;min-width:0;padding-top:clamp(1.5rem,4vh,2.5rem);padding-bottom:clamp(2.5rem,6vh,4rem);box-sizing:border-box;overflow-x:clip}.sen-rte-page__hero{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:clamp(1rem,2.5vw,1.5rem);gap:clamp(1rem,2.5vw,1.5rem);align-items:start;margin-bottom:clamp(2rem,5vh,3rem);min-width:0}.sen-rte-page__title{font-size:var(--marketing-title-size);line-height:1.15}.sen-rte-page__lead,.sen-rte-page__title{margin:0;text-align:left;overflow-wrap:break-word}.sen-rte-page__lead{font-size:var(--marketing-desc-size);line-height:var(--marketing-desc-line-height);color:var(--black)}.sen-rte-page__tracks-heading{margin:0 0 clamp(1.25rem,3vh,1.75rem);font-size:clamp(1.35rem,1.05rem + 1vw,2rem);line-height:1.2;text-align:left;overflow-wrap:break-word}.sen-rte-page__grid{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:clamp(1.5rem,4vw,2.5rem);gap:clamp(1.5rem,4vw,2.5rem);align-items:stretch;min-width:0}.sen-rte-track{border:1px solid rgba(0,0,0,.12);border-radius:12px;padding:clamp(1.25rem,3vw,2rem);background:var(--white);box-sizing:border-box;display:flex;flex-direction:column;height:100%;min-width:0;max-width:100%}.sen-rte-track__title{margin:0 0 .75rem;font-size:clamp(1.1rem,1rem + .5vw,1.45rem);line-height:1.25;overflow-wrap:break-word}.sen-rte-track__desc{margin:0 0 clamp(1rem,2.2vh,1.35rem);font-size:var(--marketing-desc-size);line-height:var(--marketing-desc-line-height);color:var(--black)}.sen-rte-track__list{list-style:none;margin:0 0 clamp(1.25rem,2.8vh,1.6rem);padding:0;flex:1 1 auto;display:grid;grid-gap:clamp(.45rem,1.2vh,.75rem);gap:clamp(.45rem,1.2vh,.75rem)}.sen-rte-track__list li{position:relative;padding-left:1.2rem;margin:0;font-size:var(--marketing-desc-size);line-height:var(--marketing-desc-line-height);color:var(--black);overflow-wrap:break-word}.sen-rte-track__list li:before{content:"+";position:absolute;left:0;top:0;font-weight:700;color:var(--black)}.sen-rte-track__cta{margin-top:auto;padding-top:.25rem}.sen-rte-track__cta .sen-rte-track__btn{width:100%;max-width:100%;min-width:0;justify-content:center;text-align:center;box-sizing:border-box}.sen-rte-track__cta .sen-rte-track__btn .btn__label,.sen-rte-track__cta .sen-rte-track__btn .btn__label--hover{white-space:normal;text-wrap:balance}@media (min-width:768px){.sen-rte-page__hero{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(2rem,4vw,3.5rem);align-items:center}.sen-rte-page__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.25rem,2.5vw,2rem)}}.support-page{width:100%;padding-top:clamp(1.5rem,4vh,2.5rem);padding-bottom:clamp(2.5rem,6vh,4rem)}.support-page__grid{display:grid;grid-template-columns:1fr;grid-gap:clamp(2rem,5vw,3.5rem);gap:clamp(2rem,5vw,3.5rem);align-items:start}.support-page__intro h1{margin-bottom:1rem}.support-page__description{margin:0 0 clamp(1.75rem,4vh,2.25rem);font-size:clamp(1rem,.92rem + .25vw,1.125rem);line-height:1.65;color:var(--black);max-width:36rem}.support-page__intro .support-page__selector{margin-top:clamp(1rem,2.5vh,1.5rem);margin-bottom:0}.support-page__social{width:100%;max-width:36rem;margin-top:clamp(2rem,5vh,2.75rem)}.support-page__social-list{list-style:none;margin:0;padding:0;display:flex;justify-content:space-between;align-items:center;gap:.75rem;width:100%}.support-page__social-list li{flex:1 1;display:flex;justify-content:center}.support-page__social-link{display:inline-flex;align-items:center;justify-content:center;width:clamp(2.75rem,8vw,3.25rem);height:clamp(2.75rem,8vw,3.25rem);border-radius:50%;border:none;text-decoration:none;flex-shrink:0;box-shadow:0 2px 8px rgba(0,0,0,.12);transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.support-page__social-link--whatsapp{background:#25d366}.support-page__social-link--email{background:#ea4335}.support-page__social-link--linkedin{background:#0a66c2}.support-page__social-link--facebook{background:#1877f2}.support-page__social-link--instagram{background:linear-gradient(135deg,#f58529,#dd2a7b 50%,#8134af)}.support-page__social-link:hover{filter:brightness(1.08);box-shadow:0 4px 14px rgba(0,0,0,.18);transform:translateY(-2px)}.support-page__social-link:focus-visible{outline-offset:3px}.support-page__social-link:active{transform:translateY(0) scale(.96)}.support-page__panel{min-width:0}.support-page__selector{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:.5rem .75rem;width:100%;max-width:36rem}.support-page__selector label{display:inline;margin:0;flex-shrink:0;font-weight:700;font-size:clamp(1rem,.92rem + .25vw,1.125rem);line-height:1.65;color:var(--black)}.support-page__selector select{width:auto;min-width:min(100%,11rem);max-width:18rem;flex:1 1 11rem;margin:0}.support-page__empty{margin:0;padding:clamp(1.25rem,3vh,2rem) 0;font-size:clamp(1rem,.95rem + .2vw,1.1rem);line-height:1.55;text-align:center;color:var(--black)}.support-page__success{margin-top:.5rem}.support-form.form-grid{display:flex;flex-direction:column;gap:.65rem}.support-form__vibe{margin:0 0 .75rem;font-size:clamp(1rem,.92rem + .25vw,1.125rem);line-height:1.65;color:var(--black)}.support-form__row{display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem .75rem;gap:.5rem .75rem}.support-form__row--message,.support-form__row--single{grid-template-columns:1fr}.support-form__field--message{grid-column:1/-1}.support-form__field label{display:block}.support-form__textarea{width:100%;min-height:4.5rem;resize:vertical}.support-form__consent{display:flex;gap:.5rem;align-items:flex-start;font-weight:400;font-size:.8125rem;line-height:1.4}.support-form__consent input{width:auto;margin-top:.15rem;flex-shrink:0}.support-form__submit .btn,.support-form__submit .btn-outline{width:100%;max-width:20rem}@media (max-width:899px){body:has(main .support-page) main.page-transition-root{padding-top:0;min-height:100svh}.support-page{width:100%;min-height:calc(100svh - var(--header-offset));padding-top:var(--header-offset);padding-bottom:clamp(2rem,6vh,3rem);box-sizing:border-box;display:flex;flex-direction:column}}@supports (height:100dvh){@media (max-width:899px){body:has(main .support-page) main.page-transition-root{min-height:100dvh}.support-page{min-height:calc(100dvh - var(--header-offset))}}}@media (min-width:900px){body:has(main .support-page) main.page-transition-root{padding-top:0;min-height:100svh}.support-page{min-height:calc(100svh - var(--header-offset));padding-top:var(--header-offset);padding-bottom:clamp(1rem,2vh,1.5rem);box-sizing:border-box;display:flex;flex-direction:column;justify-content:center}.support-page__grid{width:100%;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);grid-template-rows:auto;gap:clamp(1.5rem,3vw,2.5rem);align-items:center}.support-page__intro{grid-column:1;grid-row:1;display:flex;flex-direction:column;justify-content:center;align-self:center}.support-page__intro .support-page__social{margin-top:clamp(1.5rem,3vh,2rem)}.support-page__panel{grid-column:2;grid-row:1;align-self:center;width:100%}.support-page__intro h1{margin-bottom:.65rem}.support-page__description{margin-bottom:clamp(1.5rem,3vh,1.75rem)}.support-page__intro .support-page__selector{margin-top:clamp(.85rem,2vh,1.25rem);margin-bottom:clamp(1.5rem,4vh,2.25rem)}.support-form.form-grid{gap:.45rem}.support-form__vibe{margin-bottom:.65rem}.support-form__row{gap:.4rem .65rem}.support-form__field label{margin-bottom:.15rem;font-size:.75rem;line-height:1.25}.support-form__field input,.support-form__field select,.support-form__field textarea{padding:.4rem .55rem;font-size:.875rem;line-height:1.35}.support-form__textarea{min-height:4rem;max-height:5.5rem}.support-form__consent{font-size:.75rem;line-height:1.35}.support-form__submit .btn,.support-form__submit .btn-outline{padding:.55rem 1rem;font-size:.875rem}}.reveal-text .reveal-text__line,.reveal-text--lines .reveal-text__line,.reveal-text--words .reveal-text__word{display:block;overflow:hidden}.reveal-text--words .reveal-text__word{display:inline-block;overflow:hidden;vertical-align:top}.reveal-text__inner{display:inline-block;will-change:transform}.premium-btn-wrap{position:relative;display:inline-flex;vertical-align:middle}.premium-btn-wrap__body{position:relative;z-index:1;display:inline-flex}.premium-btn-wrap__fill{position:absolute;inset:0;z-index:0;border-radius:6px;background:var(--white);transform-origin:right center;pointer-events:none;opacity:.12}.premium-btn-wrap--secondary .premium-btn-wrap__border{position:absolute;inset:-1px;z-index:0;border:1px solid var(--black);border-radius:7px;transform-origin:left center;pointer-events:none;box-sizing:border-box}.btn,.btn-outline{position:relative;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;padding:.75rem 1.25rem;font-family:var(--font-montserrat),system-ui,sans-serif;font-weight:600;font-size:clamp(.875rem,.8rem + .2vw,1rem);line-height:1.2;border-radius:6px;border:2px solid var(--black);text-decoration:none;cursor:pointer;transition:border-color .3s cubic-bezier(.4,0,.2,1),transform .12s ease}.btn{background:var(--black);color:var(--white)}.btn-outline{background:var(--white);color:var(--black)}.btn__wipe{position:absolute;inset:0;z-index:0;border-radius:inherit;transform:scaleX(0);transform-origin:right center;transition:transform .3s cubic-bezier(.4,0,.2,1);pointer-events:none}.btn .btn__wipe{background:var(--white)}.btn-outline .btn__wipe{background:var(--black)}.btn__label,.btn__label--hover{white-space:nowrap}.btn__label{position:relative;z-index:2;-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}.btn__label,.btn__label--hover{transition:-webkit-clip-path .3s cubic-bezier(.4,0,.2,1);transition:clip-path .3s cubic-bezier(.4,0,.2,1);transition:clip-path .3s cubic-bezier(.4,0,.2,1),-webkit-clip-path .3s cubic-bezier(.4,0,.2,1)}.btn__label--hover{position:absolute;inset:0;z-index:3;display:flex;align-items:center;justify-content:center;padding:0;box-sizing:border-box;text-align:center;-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0);pointer-events:none}.btn .btn__label--hover{color:var(--black)}.btn-outline .btn__label--hover{color:var(--white)}@media (hover:hover){.btn-outline:focus-visible .btn__wipe,.btn-outline:hover .btn__wipe,.btn:focus-visible .btn__wipe,.btn:hover .btn__wipe{transform:scaleX(1)}.btn-outline:focus-visible .btn__label,.btn-outline:hover .btn__label,.btn:focus-visible .btn__label,.btn:hover .btn__label{-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0)}.btn-outline:focus-visible .btn__label--hover,.btn-outline:hover .btn__label--hover,.btn:focus-visible .btn__label--hover,.btn:hover .btn__label--hover{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}.btn-outline:focus-visible,.btn-outline:hover{border-color:transparent}}.btn-outline:focus-visible,.btn:focus-visible{outline-offset:3px}.btn-outline:active:not(:disabled),.btn:active:not(:disabled){transform:scale(.98)}.btn-outline:disabled,.btn:disabled{opacity:.55;cursor:not-allowed}.btn-outline:disabled .btn__wipe,.btn:disabled .btn__wipe{transform:scaleX(0)}.btn-outline:disabled .btn__label,.btn:disabled .btn__label{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}.btn-outline:disabled .btn__label--hover,.btn:disabled .btn__label--hover{-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0)}@media (prefers-reduced-motion:reduce){.btn__label,.btn__label--hover,.btn__wipe{transition:none}@media (hover:hover){.btn-outline:focus-visible .btn__wipe,.btn-outline:hover .btn__wipe,.btn:focus-visible .btn__wipe,.btn:hover .btn__wipe{transform:scaleX(1)}.btn-outline:focus-visible .btn__label,.btn-outline:hover .btn__label,.btn:focus-visible .btn__label,.btn:hover .btn__label{-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0)}.btn-outline:focus-visible .btn__label--hover,.btn-outline:hover .btn__label--hover,.btn:focus-visible .btn__label--hover,.btn:hover .btn__label--hover{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}}.btn-outline:active:not(:disabled),.btn:active:not(:disabled){transform:none}}.card{border:1px solid #e5e7eb;border-radius:8px;padding:clamp(1rem,2vw,1.25rem);background:var(--white)}.form-grid{display:grid;grid-gap:1rem;gap:1rem}.catalog-filters{grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));max-width:28rem}@media (min-width:768px){.catalog-filters{max-width:36rem}}label{display:block;font-size:clamp(.8125rem,.75rem + .15vw,.875rem);font-weight:600;margin-bottom:.35rem}input,select,textarea{width:100%;padding:.65rem .75rem;font:inherit;border:1px solid #d1d5db;border-radius:6px}input:focus,select:focus,textarea:focus{outline-offset:0}.error{color:var(--accent-red);font-size:.875rem}.home-below{padding-bottom:.5rem}.home-cta3{--home-cta3-vh:calc(100dvh - var(--header-offset));min-height:var(--home-cta3-vh);height:var(--home-cta3-vh);display:flex;align-items:center;justify-content:center;background:var(--white);padding:clamp(1.5rem,3.5vh,2.5rem) var(--page-padding);box-sizing:border-box}@supports (height:100svh){.home-cta3{--home-cta3-vh:calc(100svh - var(--header-offset))}}.home-cta3__inner{width:100%;max-width:var(--content-max);margin-inline:auto;min-height:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;grid-gap:clamp(1.25rem,3vw,3rem);gap:clamp(1.25rem,3vw,3rem);box-sizing:border-box}.home-cta3__left{text-align:left}.home-cta3__right{text-align:left;width:100%;min-width:0}.home-cta3__title{margin:0 0 .85rem;font-size:clamp(1.8rem,1.2rem + 2.2vw,3rem);line-height:1.15}.home-cta3__title span{display:block}.home-cta3__desc{margin:0;max-width:34rem;color:var(--black);font-size:var(--marketing-desc-size);line-height:var(--marketing-desc-line-height)}.home-cta3__checklist{list-style:none;margin:0 0 clamp(1rem,2.4vh,1.5rem);padding:0;width:100%;text-align:left;display:grid;grid-gap:clamp(.45rem,1.2vh,.75rem);gap:clamp(.45rem,1.2vh,.75rem)}.home-cta3__checklist li{position:relative;padding-left:1.2rem;margin:0;color:var(--black);font-size:var(--marketing-desc-size);line-height:var(--marketing-desc-line-height)}.home-cta3__checklist li:before{content:"+";position:absolute;left:0;top:0;font-weight:700;color:var(--black)}.home-cta3__actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem;gap:.5rem;width:100%}.home-cta3__actions .premium-btn-wrap{width:100%;min-width:0;display:flex}.home-cta3__actions .premium-btn-wrap__body{width:100%;display:flex}.home-cta3__actions .premium-btn-wrap .btn,.home-cta3__actions .premium-btn-wrap .btn-outline{width:100%;min-width:0!important;max-width:none;justify-content:center;text-align:center;box-sizing:border-box}.home-cta3__micro{margin:.85rem 0 0;color:var(--black);font-size:var(--marketing-desc-size);line-height:var(--marketing-desc-line-height);text-align:center}@media (max-width:767px){.home-cta3{height:auto;min-height:var(--home-cta3-vh);padding-top:clamp(1.4rem,2.75vh,2rem);padding-bottom:clamp(1.4rem,2.75vh,2rem)}.home-cta3__inner{grid-template-columns:1fr;gap:1.25rem}.home-cta3__left,.home-cta3__right{text-align:center}.home-cta3__desc{max-width:none}.home-cta3__checklist{text-align:left}}html.gsap-scroll-snap-active,html:has([data-snap-page]){scroll-behavior:auto;scroll-padding-top:var(--header-offset)}@media (max-width:767px){html:has([data-snap-page]){scroll-padding-top:var(--header-offset)}.about-section,.home-cta3,.home-what-you-get,.sp-section{height:auto;min-height:calc(100svh - var(--header-offset));overflow:visible;align-items:flex-start;justify-content:flex-start;scroll-margin-top:var(--header-offset);padding-top:clamp(1.4rem,2.75vh,2rem);padding-bottom:clamp(2rem,6vh,3rem)}.home-what-you-get__inner{min-height:0;justify-content:flex-start}.home-cta3__inner{justify-content:flex-start;align-content:flex-start}.sp-section--intro .sp-intro__layout{height:auto;max-height:none;justify-content:flex-start}.how-split__snap-mobile{height:auto;min-height:calc(100svh - var(--header-offset));overflow:visible;justify-content:flex-start;padding-top:calc(var(--header-offset) + .5rem);padding-bottom:clamp(1.5rem,5vh,2.5rem)}.how-split__snap-mobile .how-steps-mobile__body{max-height:none;overflow:visible}}@media (min-width:768px){html:has([data-snap-page]){--viewport-section-h:calc(100svh - var(--header-offset))}[data-snap-page] [data-snap-section]:not(.hero-slider){min-height:var(--viewport-section-h);height:var(--viewport-section-h);max-height:var(--viewport-section-h);flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;overflow:hidden}.about-section--brigade{align-items:center;justify-content:center}.about-section--roster{align-items:stretch;justify-content:center}.about-section--roster .about-roster{flex:1 1 auto;align-self:stretch;width:100%;height:100%;min-height:0;max-height:100%}.about-section--roster .about-roster__grid{flex:1 1 auto;min-height:min(62vh,calc(var(--about-viewport-h) - 5rem));width:100%}.about-section--roster .about-roster__intro-tile,.about-section--roster .about-roster__tile{height:100%;min-height:0}.home-what-you-get{padding-top:clamp(.5rem,1.5vh,1rem);padding-bottom:clamp(.5rem,1.5vh,1rem)}[data-snap-page] .home-cta3[data-snap-section]{--home-cta3-vh:var(--viewport-section-h);height:var(--viewport-section-h);min-height:var(--viewport-section-h);max-height:var(--viewport-section-h);flex-shrink:0;align-items:stretch;justify-content:center;scroll-margin-top:var(--header-offset);padding-block:clamp(.65rem,1.25vh,1rem)}.home-cta3__title{margin-bottom:clamp(.45rem,1vh,.65rem)}.home-cta3__desc{line-height:var(--marketing-desc-line-height)}.home-cta3__checklist{margin-bottom:clamp(.55rem,1.2vh,.75rem);gap:clamp(.3rem,.8vh,.45rem)}.home-cta3__micro{margin-top:clamp(.45rem,1vh,.6rem)}.about-brigade__content,.about-intro,.home-what-you-get__inner,.how-cta__inner,.how-wa__inner,.sp-intro__layout,.sp-section--builder .sp-builder{flex:0 1 auto;max-height:100%;margin-block:auto}.home-cta3__inner{flex:1 1 auto;width:100%;max-width:var(--content-max);min-height:0;max-height:100%;margin-block:0;align-self:stretch;overflow-x:hidden;overflow-y:auto;align-items:center;-webkit-overflow-scrolling:touch}.how-wa{display:flex;align-items:center;justify-content:center}}.how-it-works-page{padding-bottom:0}.how-split{padding-top:clamp(1.75rem,4vh,2.5rem)}.how-it-works-page--snap{--how-viewport-h:calc(100svh - var(--header-offset))}.how-bridge{min-height:var(--how-viewport-h);height:var(--how-viewport-h);display:flex;align-items:center;justify-content:center;background:var(--white);box-sizing:border-box;scroll-margin-top:var(--header-offset)}.how-bridge__inner{text-align:center;max-width:42rem}.how-bridge__kicker{margin:0 0 .35rem;letter-spacing:.06em;text-transform:uppercase;font-family:var(--font-montserrat),system-ui,sans-serif;font-size:.85rem;font-weight:700}.how-bridge__title{margin:0 0 .6rem}.how-bridge__lead{margin:0}.how-split__layout{display:flex;flex-direction:column;gap:clamp(2rem,5vh,3rem)}.how-split__intro{text-align:center;width:100%}.how-split__title{margin:0 0 .75rem;max-width:none}.how-split__lead{width:100%;max-width:none;margin:0;line-height:1.55;text-align:center}.how-split__panels{display:none}.how-step__heading{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto;grid-row-gap:.25rem;row-gap:.25rem;justify-items:center;margin:0 0 clamp(.875rem,2vh,1.125rem);font:inherit;width:100%;min-width:0}.how-step__num{grid-row:1;font-size:clamp(.75rem,.7rem + .15vw,.875rem);font-weight:700;letter-spacing:.03em;line-height:1.2}.how-step__num,.how-step__title{font-family:var(--font-montserrat),system-ui,sans-serif}.how-step__title{grid-row:2;font-size:clamp(1.05rem,.95rem + .45vw,1.35rem);font-weight:400;line-height:1.25;min-width:0;width:100%}.how-step__title em{font-style:italic;font-weight:inherit}.how-step__image-wrap{position:relative;width:min(100%,28rem);margin:0 auto clamp(1rem,2.5vh,1.25rem);aspect-ratio:4/3;border-radius:10px;overflow:hidden;background:var(--gray-light)}.how-step__image{width:100%;height:100%;object-fit:cover;display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.how-step__image-placeholder{display:flex;align-items:center;justify-content:center;width:min(100%,28rem);margin:0 auto clamp(1rem,2.5vh,1.25rem);aspect-ratio:4/3;border-radius:10px;background:var(--gray-light);border:1px dashed #d1d5db}.how-step__image-placeholder-label{font-size:.875rem;color:var(--gray)}.how-steps-mobile{list-style:none;margin:0;padding:0}.how-steps-mobile__item{padding:clamp(1.25rem,4vw,1.75rem) 0;border-bottom:1px solid #e5e7eb;text-align:center}.how-steps-mobile__item:first-child{padding-top:0}.how-steps-mobile__item:last-child{border-bottom:none;padding-bottom:0}.how-steps-mobile__body{margin:0 auto;max-width:36rem;font-size:clamp(.9375rem,.875rem + .2vw,1.0625rem);line-height:1.55;color:var(--black)}@media (max-width:767px){html:has(.how-it-works-page--snap){scroll-padding-top:var(--header-offset)}.how-it-works-page--snap{padding-bottom:0}.how-split{position:relative;z-index:1;background:var(--white);padding-top:0}.how-split__layout{gap:0}.how-split__snap-mobile{min-height:calc(100svh - var(--header-offset));height:auto;flex-shrink:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;box-sizing:border-box;padding:calc(var(--header-offset) + .5rem) var(--page-padding) clamp(1.5rem,5vh,2.5rem);overflow:visible;scroll-margin-top:var(--header-offset)}.how-split__intro.how-split__snap-mobile{text-align:center;justify-content:center;padding-top:clamp(1.25rem,3vh,2rem);padding-bottom:clamp(1.25rem,3vh,2rem)}.how-steps-mobile__item.how-split__snap-mobile{border-bottom:none;padding:0;text-align:center}.how-split__snap-mobile .how-step__heading{flex-shrink:0;margin-bottom:clamp(.5rem,1.5vh,.875rem)}.how-split__snap-mobile .how-step__image-placeholder,.how-split__snap-mobile .how-step__image-wrap{--how-step-image-max-h:min(26vh,calc(var(--how-viewport-h) - 13rem));width:min(100%,20rem,calc(var(--how-step-image-max-h) * 4 / 3));max-height:var(--how-step-image-max-h);margin:0 auto clamp(.5rem,1.5vh,.75rem);flex-shrink:0}.how-split__snap-mobile .how-steps-mobile__body{margin:0 auto;min-height:0;flex:0 1 auto;max-height:none;overflow:visible}.how-split__lead,.how-split__title,.how-step__title,.how-steps-mobile__body{color:var(--black)}}@media (min-width:768px){html:has(.how-it-works-page--snap){scroll-padding-top:var(--header-offset)}.how-it-works-page--snap{padding-bottom:0}.how-split{padding-top:0}.how-split__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);grid-gap:clamp(2rem,4vw,4rem);gap:clamp(2rem,4vw,4rem);align-items:stretch}.how-split__intro{grid-row:1/-1;position:-webkit-sticky;position:sticky;top:calc(var(--header-offset) + var(--how-viewport-h) / 2);transform:translateY(-50%);align-self:start;height:-moz-fit-content;height:fit-content;max-height:var(--how-viewport-h);display:flex;flex-direction:column;justify-content:center;text-align:left;box-sizing:border-box}.how-split__lead{text-align:left}.how-steps-mobile{display:none}.how-split__panels{min-width:0}.how-panel,.how-split__panels{display:flex;flex-direction:column}.how-panel{height:var(--how-viewport-h);min-height:var(--how-viewport-h);max-height:var(--how-viewport-h);justify-content:center;align-content:center;align-items:flex-start;gap:clamp(.5rem,1.5vh,.875rem);padding:0;box-sizing:border-box;overflow:hidden;scroll-margin-top:var(--header-offset)}.how-panel__head{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:clamp(.75rem,2vw,1.25rem);gap:clamp(.75rem,2vw,1.25rem);align-items:center;width:100%;flex-shrink:0;min-width:0}.how-panel__head .how-step__heading{justify-items:start;align-self:center;margin:0;text-align:left}.how-panel__head .how-step__title{font-size:clamp(1.3rem,1.05rem + .75vw,1.85rem);line-height:1.2}.how-panel__head .how-step__image-placeholder,.how-panel__head .how-step__image-wrap{--how-step-image-max-h:min(32vh,calc(var(--how-viewport-h) - 10rem));margin:0;width:min(100%,calc(var(--how-step-image-max-h) * 4 / 3));max-width:100%;max-height:var(--how-step-image-max-h);height:auto;aspect-ratio:4/3;justify-self:start}.how-panel__body{margin:0;width:100%;max-width:none;min-height:0;flex:0 1 auto;overflow:hidden;font-size:clamp(.875rem,.8rem + .2vw,1rem);line-height:1.5;color:var(--black)}}.how-wa{position:relative;background:var(--white);z-index:2;isolation:isolate;min-height:var(--how-viewport-h);display:flex;flex-direction:column;box-sizing:border-box}.how-wa__desktop-panel{display:none}.how-wa__title{margin:0 0 .75rem;font-size:clamp(1.75rem,1.15rem + 2.5vw,2.75rem);line-height:1.12}.how-wa__lead,.how-wa__title{text-align:center;max-width:none}.how-wa__lead{margin:0 0 1.5rem;width:100%;line-height:1.55}.how-wa-card{display:flex;flex-direction:column;align-items:center;height:100%;border:1px solid rgba(0,0,0,.18);border-radius:12px;background:var(--white);overflow:hidden;box-sizing:border-box}.how-wa-card__title{margin:0;padding:clamp(.875rem,2vw,1rem) clamp(.75rem,2vw,1rem) .5rem;width:100%;text-align:center;font:inherit}.how-wa-card__title-text{font-family:var(--font-montserrat),system-ui,sans-serif;font-size:clamp(.95rem,.85rem + .35vw,1.1rem);font-weight:400;line-height:1.25}.how-wa-card__media{position:relative;width:100%;aspect-ratio:4/3;background:var(--gray-light);overflow:hidden}.how-wa-card__image{width:100%;height:100%;object-fit:cover;display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.how-wa-card__body{margin:0;padding:clamp(.75rem,2vw,1rem);width:100%;text-align:center;font-size:var(--marketing-desc-size);line-height:var(--marketing-desc-line-height);color:var(--black);box-sizing:border-box}.how-wa-mobile__backdrop{position:absolute;inset:0;z-index:0;pointer-events:none}.how-wa-mobile__bg{position:absolute;inset:0;background-size:cover;background-position:50%;filter:grayscale(100%);opacity:0;transition:opacity .45s ease}.how-wa-mobile__bg--visible{opacity:.2}.how-wa-mobile__scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,255,255,.88) 45%,rgba(255,255,255,.94))}.how-wa__header{position:relative;z-index:1;padding:clamp(1.5rem,5vw,2rem) var(--page-padding) clamp(.75rem,2vh,1rem);text-align:center}.how-wa__header .how-wa__lead{margin-bottom:0}.how-wa-mobile__list{position:relative;z-index:1;list-style:none;margin:0;padding:0 0 clamp(1.5rem,5vw,2.5rem)}.how-wa-mobile__block{padding:clamp(1rem,4vh,2rem) var(--page-padding);position:relative;z-index:1}.how-wa-mobile__block:first-child{padding-top:clamp(.5rem,2vh,1rem)}.how-wa-mobile__block .how-wa-card{max-width:min(26rem,100%);margin:0 auto;box-shadow:0 4px 24px rgba(0,0,0,.06)}@media (min-width:768px){.how-wa{height:var(--how-viewport-h);min-height:var(--how-viewport-h);max-height:var(--how-viewport-h);overflow:hidden;scroll-margin-top:var(--header-offset);margin-top:0;padding:clamp(.5rem,1.5vh,1rem) var(--page-padding);z-index:3}.how-wa-mobile__backdrop,.how-wa-mobile__list{display:none}.how-wa__desktop-panel{display:flex;flex:1 1 auto;flex-direction:column;align-items:center;justify-content:center;min-height:0;width:100%}.how-wa__header{flex-shrink:0;padding:0;width:100%;max-width:56rem;margin-inline:auto}.how-wa__header .how-wa__lead{margin-bottom:0}.how-cta,.how-wa{min-height:var(--how-viewport-h);height:var(--how-viewport-h)}.how-wa__inner{width:100%;height:100%;max-height:100%;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(.5rem,1.2vh,.875rem);padding:0;box-sizing:border-box}.how-wa__inner.container{padding-left:0;padding-right:0}.how-wa__title{margin-bottom:clamp(.3rem,.85vh,.45rem)}.how-wa__lead{margin:0;width:100%;max-width:none;line-height:var(--marketing-desc-line-height)}.how-wa__cards{list-style:none;margin:0;padding:0;width:100%;max-width:var(--content-max);flex:0 1 auto;min-height:min(52vh,calc(var(--how-viewport-h) - 8.5rem));display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:auto auto auto;grid-auto-flow:column;grid-gap:clamp(.65rem,1.4vw,1.05rem);gap:clamp(.65rem,1.4vw,1.05rem);align-items:stretch}.how-wa__cards>li{display:contents}.how-wa__cards .how-wa-card{display:grid;grid-template-rows:subgrid;grid-row:span 3;width:100%;height:auto;min-height:100%}.how-wa-card__title{grid-row:1;align-self:start;padding:clamp(.55rem,1.3vw,.85rem) clamp(.55rem,1.3vw,.85rem) .4rem}.how-wa-card__title-text{font-size:clamp(.875rem,.8rem + .2vw,1.05rem)}.how-wa__cards .how-wa-card__media{grid-row:2;align-self:stretch;width:100%;min-height:clamp(9rem,18vh,12.5rem);aspect-ratio:auto;position:relative;overflow:hidden}.how-wa__cards .how-wa-card__media .how-wa-card__image,.how-wa__cards .how-wa-card__media img{position:absolute;inset:0;width:100%!important;height:100%!important;max-width:none;object-fit:cover}.how-wa-card__body{grid-row:3;align-self:start;padding:clamp(.5rem,1.1vw,.75rem)}}@supports not (grid-template-rows:subgrid){@media (min-width:768px){.how-wa__cards>li{display:flex;min-width:0;min-height:0}.how-wa__cards .how-wa-card{display:flex;flex-direction:column;grid-row:auto;grid-template-rows:none;height:100%}.how-wa__cards .how-wa-card__media{flex:0 0 auto;height:clamp(11rem,20vh,13.5rem)}.how-wa-card__body{flex:0 0 auto}}}@media (min-width:768px) and (prefers-reduced-motion:reduce){.how-wa-mobile__bg{transition:none}}.how-cta{position:relative;display:flex;align-items:center;justify-content:center;padding:clamp(1.5rem,3.5vh,2.5rem) var(--page-padding);text-align:left;background:var(--white);box-sizing:border-box}.how-cta__inner{width:100%;max-width:var(--content-max);margin-inline:auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;grid-gap:clamp(1.25rem,3vw,3rem);gap:clamp(1.25rem,3vw,3rem)}.how-cta__left,.how-cta__right{min-width:0;width:100%}.how-cta__title{margin:0 0 .85rem;font-size:clamp(1.8rem,1.2rem + 2.2vw,3rem);line-height:1.15}.how-cta__lead{margin:0;font-size:var(--marketing-desc-size);line-height:var(--marketing-desc-line-height);color:var(--black)}.how-cta__blueprint-title{margin:0 0 clamp(.65rem,1.5vh,.9rem);font-size:clamp(1.35rem,1.05rem + 1vw,1.85rem);line-height:1.2}.how-cta__blueprint{list-style:none;margin:0 0 clamp(.85rem,2vh,1.1rem);padding:0;display:grid;grid-gap:clamp(.4rem,1vh,.6rem);gap:clamp(.4rem,1vh,.6rem)}.how-cta__blueprint li{position:relative;margin:0;padding-left:1.2rem;font-size:var(--marketing-desc-size);line-height:var(--marketing-desc-line-height);color:var(--black)}.how-cta__blueprint li:before{content:"+";position:absolute;left:0;top:0;font-weight:700;color:var(--black)}.how-cta__closing{margin:0 0 clamp(.85rem,2vh,1rem);font-size:var(--marketing-desc-size);line-height:var(--marketing-desc-line-height);color:var(--black)}.how-cta__actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem;gap:.5rem;width:100%}.how-cta__actions .btn,.how-cta__actions .btn-outline{width:100%;min-width:0!important;max-width:none;justify-content:center;text-align:center;box-sizing:border-box}@media (min-width:768px){.how-cta{height:var(--how-viewport-h);min-height:var(--how-viewport-h);max-height:var(--how-viewport-h);padding-top:clamp(1rem,2.5vh,1.75rem);padding-bottom:clamp(1rem,2.5vh,1.75rem);overflow:hidden;scroll-margin-top:var(--header-offset)}.how-cta__inner{align-items:center;align-content:center;max-height:calc(var(--how-viewport-h) - 2rem);overflow-y:auto}.how-cta__left,.how-cta__right{align-self:center}}@media (max-width:767px){.how-cta__inner{grid-template-columns:1fr;gap:1.5rem}.how-cta__actions{width:100%}}.sp-page{--sp-viewport-h:calc(100svh - var(--header-offset));padding:0}.sp-section{min-height:var(--sp-viewport-h);height:var(--sp-viewport-h);flex-shrink:0;display:flex;padding:clamp(.75rem,2vh,1.25rem) var(--page-padding);box-sizing:border-box;overflow:hidden}.sp-section,.sp-section--intro,.sp-section--intro .sp-intro__layout{align-items:center;justify-content:center}.sp-section--intro .sp-intro__layout{display:flex;flex-direction:column;gap:clamp(1rem,2.5vw,1.5rem);width:100%;max-width:var(--content-max);height:100%;max-height:100%;margin-inline:auto;min-height:0;box-sizing:border-box}.sp-section--intro .sp-intro__layout.container{padding-left:0;padding-right:0}.sp-intro__copy{text-align:center;flex-shrink:0}.sp-intro__title{margin:0 0 .75rem;line-height:1.12}.sp-builder__title,.sp-intro__title{font-size:clamp(1.75rem,1.2rem + 2vw,2.75rem)}.sp-builder__title{margin:0 0 1rem;line-height:1.15;text-align:center}.sp-intro__description{margin:0 0 clamp(1.5rem,3.5vh,2.25rem);font-size:clamp(.9375rem,.875rem + .2vw,1.0625rem);line-height:1.55;color:var(--black)}.sp-intro__cta{display:flex;justify-content:center;margin-top:0}.sp-intro__cta .btn{min-width:min(100%,14rem)}.sp-intro__visual{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:100%}.sp-intro__image-wrap{position:relative;width:min(72vw,18rem);max-width:100%;aspect-ratio:1;flex-shrink:0;margin:0 auto;overflow:hidden}.sp-intro__image{object-fit:contain}@media (max-width:767px){.sp-section--intro .sp-intro__layout{display:flex;flex-direction:column}.sp-intro__copy{display:contents}.sp-intro__title{order:1;width:100%}.sp-intro__visual{order:2;width:100%}.sp-intro__description{order:3;width:100%}.sp-intro__cta{order:4;width:100%}}.sp-section--builder{scroll-margin-top:var(--header-offset);align-items:center;justify-content:center}.sp-builder{display:flex;flex-direction:column;justify-content:center;gap:clamp(.75rem,2vh,1.25rem);width:100%;max-width:var(--content-max);height:100%;max-height:100%;margin-inline:auto;min-height:0}.sp-builder__controls{position:relative;z-index:2;flex-shrink:0;min-width:0}.sp-builder__result{position:relative;z-index:1;flex:1 1 auto;min-height:0;min-width:0;display:flex;align-items:center;justify-content:center;overflow:hidden;pointer-events:none}.sp-builder__error{margin:0}.sp-filter{border:none;margin:0 0 .75rem;padding:0;min-width:0}.sp-section--builder .sp-filter:last-of-type{margin-bottom:0}.sp-filter__legend{font-family:var(--font-montserrat),system-ui,sans-serif;font-size:clamp(.9375rem,.875rem + .2vw,1.0625rem);font-weight:600;margin-bottom:.5rem;padding:0}.sp-filter__step{font-weight:700;margin-right:.25rem}.sp-filter__chips{display:flex;flex-wrap:wrap;gap:.5rem}.sp-chip{font-family:var(--font-montserrat),system-ui,sans-serif;font-size:clamp(.8125rem,.75rem + .15vw,.9375rem);font-weight:500;padding:.5rem .875rem;border-radius:999px;border:1px solid rgba(0,0,0,.2);background:var(--white);color:var(--black);cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.sp-chip--selected,.sp-chip:hover{border-color:var(--black)}.sp-chip--selected{background:var(--black);color:var(--white)}.sp-chip:disabled{opacity:.45;cursor:not-allowed}.sp-result__stage{position:relative;width:100%;height:auto;max-height:calc(var(--sp-viewport-h) - 2.5rem);min-height:0;margin:auto;flex:0 1 auto;display:flex;align-items:center;justify-content:center;pointer-events:none}.sp-result__idle{margin:0;max-width:22rem;text-align:center;font-size:clamp(.9375rem,.875rem + .15vw,1rem);line-height:1.5;color:var(--black)}.sp-result__pane{display:none;width:100%;max-height:calc(var(--sp-viewport-h) - 2.5rem);box-sizing:border-box}.sp-result__pane.is-active{display:flex;align-items:center;justify-content:center;overflow:hidden;padding:.15rem;pointer-events:auto}.sp-result__pane--match.is-active{align-items:stretch;justify-content:stretch;overflow:hidden}.sp-match{grid-template-rows:auto minmax(0,1fr) auto;grid-gap:clamp(.5rem,1.5vh,.75rem);gap:clamp(.5rem,1.5vh,.75rem);width:100%;height:100%;max-height:100%;text-align:left;box-sizing:border-box}.sp-match,.sp-match__main{display:grid;min-height:0;min-width:0}.sp-match__main{grid-template-columns:minmax(0,1fr) minmax(0,2fr);grid-gap:clamp(.5rem,1.5vw,.75rem);gap:clamp(.5rem,1.5vw,.75rem);align-items:start}.sp-match__visual{justify-content:center;align-items:flex-start}.sp-match__text,.sp-match__visual{display:flex;min-width:0;min-height:0}.sp-match__text{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:clamp(.5rem,1.2vh,.75rem);overflow:hidden}.sp-match__cover-wrap{position:relative;width:100%;max-width:100%;flex-shrink:0;border-radius:12px;padding:.5rem;background:linear-gradient(145deg,#dbeafe,#fce7f3 48%,#fef9c3);box-shadow:0 8px 32px rgba(0,0,0,.08);box-sizing:border-box}.sp-match__cover-trigger{border:0;cursor:zoom-in;text-align:left}.sp-match__cover{width:100%;height:auto;border-radius:6px;box-shadow:0 4px 16px rgba(0,0,0,.12)}.sp-match__price-tag{position:absolute;right:-.15rem;bottom:.5rem;margin:0;padding:.3rem .45rem;font-family:var(--font-montserrat),system-ui,sans-serif;font-size:clamp(.75rem,.7rem + .2vw,.9375rem);font-weight:700;color:var(--white);background:var(--black);border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.2)}.sp-match__price-suffix{display:block;font-size:.7em;font-weight:500;opacity:.9}html.sp-cover-modal-open .site-header{visibility:hidden;pointer-events:none}.sp-cover-modal{position:fixed;inset:0;z-index:500;background:rgba(17,24,39,.8);display:flex;align-items:center;justify-content:center;padding:max(.75rem,env(safe-area-inset-top,0px)) max(.75rem,env(safe-area-inset-right,0px)) max(.75rem,env(safe-area-inset-bottom,0px)) max(.75rem,env(safe-area-inset-left,0px));overflow-y:auto;overscroll-behavior:contain;isolation:isolate;box-sizing:border-box}.sp-cover-modal__panel{position:relative;width:min(100%,34rem);max-height:min(calc(100svh - 2rem),calc(100dvh - 2rem));margin:auto;background:var(--white);border-radius:12px;padding:clamp(.75rem,2vw,1rem);display:flex;flex-direction:column;flex-shrink:0;box-shadow:0 20px 60px rgba(0,0,0,.35);box-sizing:border-box}.sp-cover-modal__close{position:absolute;top:.35rem;right:.45rem;border:0;background:transparent;color:var(--black);font-size:2rem;line-height:1;cursor:pointer}.sp-cover-modal__image-wrap{flex:1 1 auto;min-height:0;overflow:auto;display:flex;justify-content:center}.sp-cover-modal__image{width:auto;height:auto;max-width:100%;max-height:min(calc(100svh - 8rem),calc(100dvh - 8rem));object-fit:contain;border-radius:8px}.sp-cover-modal__caption{margin:.65rem 0 0;text-align:center;color:var(--gray);font-size:clamp(.82rem,.78rem + .16vw,.92rem)}html.sp-sample-modal-open .site-header{visibility:hidden;pointer-events:none}.sp-sample-modal{position:fixed;inset:0;z-index:510;display:flex;align-items:center;justify-content:center;padding:max(.75rem,env(safe-area-inset-top,0px)) max(.75rem,env(safe-area-inset-right,0px)) max(.75rem,env(safe-area-inset-bottom,0px)) max(.75rem,env(safe-area-inset-left,0px));overflow-y:auto;isolation:isolate}.sp-sample-modal__backdrop{position:absolute;inset:0;border:0;background:rgba(17,24,39,.8);cursor:pointer}.sp-sample-modal__panel{position:relative;z-index:1;width:min(100%,28rem);max-height:min(calc(100svh - 2rem),calc(100dvh - 2rem));margin:auto;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.35)}.sp-sample-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.sp-sample-modal__close{border:0;background:transparent;font-size:1.75rem;line-height:1;cursor:pointer;flex-shrink:0}.sp-match__heading{margin:0 0 clamp(.5rem,1vh,.65rem);font-size:clamp(1.75rem,1.2rem + 2vw,2.75rem);line-height:1.15;font-weight:700}.sp-waitlist__heading.sp-builder__title{margin:0 0 clamp(.5rem,1.2vh,.75rem);font-weight:700;text-align:inherit}.sp-match__credits{display:flex;flex-direction:column;gap:clamp(.35rem,.8vh,.5rem);flex-shrink:0}.sp-match__based-on{margin:0;font-family:var(--font-montserrat),system-ui,sans-serif;font-size:clamp(.8125rem,.78rem + .15vw,.9375rem);font-weight:700;line-height:1.3;color:var(--black)}.sp-match__meta{margin:0;padding:0;display:grid;grid-template-columns:minmax(4.5rem,auto) minmax(0,1fr);grid-column-gap:.65rem;column-gap:.65rem;grid-row-gap:clamp(.35rem,.8vh,.5rem);row-gap:clamp(.35rem,.8vh,.5rem);align-items:baseline;flex-shrink:0}.sp-match__meta dt{margin:0;font-family:var(--font-montserrat),system-ui,sans-serif;font-size:clamp(.75rem,.7rem + .12vw,.8125rem);font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--gray)}.sp-match__meta dd{margin:0;font-size:clamp(.9375rem,.875rem + .2vw,1.0625rem);line-height:1.4;font-weight:600;color:var(--black);overflow-wrap:break-word}.sp-match__body{margin:0;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6}.sp-match__body,.sp-waitlist__body{line-height:1.6;color:var(--black);font-size:clamp(1rem,.9rem + .3vw,1.125rem)}.sp-match__actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem;gap:.5rem;width:100%;flex-shrink:0}.sp-match__actions .btn{width:100%;min-width:0!important;max-width:none;justify-content:center;text-align:center;box-sizing:border-box}.sp-btn-sample{min-width:0}.sp-btn-primary{min-width:min(100%,14rem)}.sp-waitlist{display:flex;flex-direction:column;align-items:stretch;gap:clamp(.5rem,1.2vh,.75rem);width:100%;max-width:28rem;text-align:center}.sp-waitlist__main{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr);align-items:center;grid-gap:clamp(.5rem,1.5vw,.75rem);gap:clamp(.5rem,1.5vw,.75rem);min-width:0}.sp-waitlist__visual{display:flex;justify-content:center;align-items:center;min-width:0}.sp-waitlist__illustration{width:100%;max-width:11rem;height:auto}.sp-waitlist__body{margin:0;align-self:center;text-align:left}.sp-waitlist__actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem;gap:.5rem;width:100%;margin-top:.15rem}.sp-waitlist__actions .btn{width:100%;min-width:0!important;justify-content:center;text-align:center;box-sizing:border-box;font-size:clamp(.8125rem,.75rem + .2vw,.9375rem);padding:.55rem .5rem}.btn.sp-btn-instagram:not(:has(.btn__label)){border:none;color:var(--white);background:linear-gradient(45deg,#f58529,#dd2a7b 35%,#8134af 65%,#515bd4);min-width:min(100%,14rem)}.btn.sp-btn-instagram:not(:has(.btn__label)) .btn__label--hover,.btn.sp-btn-instagram:not(:has(.btn__label)) .btn__wipe{display:none}@media (hover:hover){.btn.sp-btn-instagram:not(:has(.btn__label)):hover{color:var(--white);opacity:.92}}.btn.sp-btn-instagram:not(:has(.btn__label)):focus-visible{color:var(--white)}.btn.sp-btn-instagram:not(:has(.btn__label)):active:not(:disabled){transform:scale(.98)}@media (min-width:768px){.sp-section--intro .sp-intro__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-rows:minmax(0,1fr);align-content:center;align-items:center;justify-items:stretch;grid-gap:clamp(2rem,4vw,3.5rem);gap:clamp(2rem,4vw,3.5rem)}.sp-intro__copy{text-align:left;align-self:center;justify-self:stretch}.sp-intro__cta{justify-content:flex-start}.sp-intro__visual{align-self:center;justify-self:center;width:100%}.sp-intro__image-wrap{width:100%;max-width:min(100%,36rem)}.sp-builder__title{text-align:left}.sp-intro__description{max-width:none}.sp-builder{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);grid-template-rows:auto;align-items:center;align-content:center;height:auto;max-height:calc(var(--sp-viewport-h) - 2rem);grid-gap:clamp(1rem,2.5vw,1.75rem);gap:clamp(1rem,2.5vw,1.75rem)}.sp-builder__controls{overflow-y:auto;padding-right:.25rem}.sp-builder__controls,.sp-builder__result{align-self:center;max-height:calc(var(--sp-viewport-h) - 2rem)}.sp-builder__result{min-height:0;height:auto;align-items:center;justify-content:center}.sp-result__stage{margin:0}.sp-result__pane.is-active,.sp-result__stage{max-height:calc(var(--sp-viewport-h) - 2rem);align-items:center;justify-content:center}.sp-result__pane--match.is-active,.sp-result__pane--waitlist.is-active{align-items:stretch;justify-content:center}.sp-result__idle{text-align:left}.sp-match__heading{font-size:clamp(1.75rem,1.2rem + 2vw,2.75rem)}.sp-match__body{font-size:clamp(1rem,.925rem + .2vw,1.0625rem);line-height:1.58;-webkit-line-clamp:6}.sp-match__actions .btn{padding:.55rem .65rem;font-size:.8125rem}.sp-waitlist{max-width:none;text-align:left}.sp-waitlist__body{font-size:clamp(1rem,.925rem + .2vw,1.0625rem);line-height:1.58}.sp-waitlist__illustration{max-width:10rem}.sp-chip{padding:.4rem .75rem;font-size:.8125rem}.sp-filter__legend{font-size:.9rem;margin-bottom:.35rem}.sp-builder__title,.sp-match__heading,.sp-waitlist__heading.sp-builder__title{margin-top:0;margin-bottom:.65rem}}@media (max-width:767px){.sp-section{height:auto;min-height:calc(100svh - var(--header-offset));overflow:visible;align-items:flex-start;justify-content:flex-start;padding-top:calc(var(--header-offset) + .65rem);padding-bottom:clamp(2rem,6vh,3rem)}.sp-builder__title,.sp-filter{margin-bottom:.5rem}.sp-filter__legend{margin-bottom:.35rem;font-size:.875rem}.sp-chip{padding:.35rem .65rem;font-size:.8125rem}.sp-builder__result{min-height:0;flex:1 1 auto;align-items:center;justify-content:center}.sp-result__pane.is-active,.sp-result__stage{max-height:calc(var(--sp-viewport-h) - 14rem)}.sp-match__heading{font-size:clamp(1.75rem,1.2rem + 2vw,2.75rem)}.sp-match__body{font-size:clamp(.975rem,.9rem + .35vw,1.0625rem);-webkit-line-clamp:5}.sp-waitlist__illustration{width:min(100%,9rem)}}@media (prefers-reduced-motion:reduce){.sp-result__pane.is-active{transition:none}}.home-what-you-get{background:var(--white);width:100%;--home-what-you-get-vh:calc(100dvh - var(--header-offset));height:var(--home-what-you-get-vh);min-height:var(--home-what-you-get-vh);display:flex;align-items:center;justify-content:center;padding:clamp(3rem,8vh,5rem) var(--page-padding);box-sizing:border-box}@supports (height:100svh){.home-what-you-get{--home-what-you-get-vh:calc(100svh - var(--header-offset))}}.home-what-you-get__inner{width:100%;max-width:var(--content-max);margin-inline:auto;min-height:100%;display:flex;flex-direction:column;justify-content:center}.home-what-you-get__title{font-family:var(--font-montserrat),system-ui,sans-serif;font-size:clamp(1.85rem,1.2rem + 3vw,3rem);line-height:1.2;font-weight:700;text-align:center;margin:0 0 clamp(2rem,5vh,3.5rem)}.home-what-you-get__cards{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;grid-gap:clamp(1.25rem,3vw,2rem);gap:clamp(1.25rem,3vw,2rem);align-items:stretch}.home-what-you-get__card{border:1px solid #e5e7eb;border-radius:12px;padding:clamp(1.25rem,3vw,2rem);background:var(--white);text-align:center;box-sizing:border-box}.home-what-you-get__card-title{font-family:var(--font-montserrat),system-ui,sans-serif;font-size:clamp(1.1rem,1rem + .5vw,1.5rem);line-height:1.25;margin:0 0 .75rem}.home-what-you-get__card-media{width:100%;margin:0 0 1rem;border-radius:8px;overflow:hidden;line-height:0;background:var(--gray-light)}.home-what-you-get__card-image{display:block;width:100%;height:auto}.home-what-you-get__card-desc{margin:0;color:var(--black);font-size:var(--marketing-desc-size);line-height:var(--marketing-desc-line-height)}.home-what-you-get__card-tagline{display:block;margin-top:.75rem;font-weight:700;color:var(--black)}.home-what-you-get__cta{display:flex;justify-content:center;margin-top:clamp(1.5rem,3vh,2.25rem)}.home-what-you-get__cta .premium-btn-wrap{width:auto}@media (min-width:768px){.home-what-you-get__cards{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.home-what-you-get{padding-top:clamp(.5rem,1.5vh,1rem);padding-bottom:clamp(.5rem,1.5vh,1rem)}.home-what-you-get__title{margin-bottom:clamp(.9rem,2vh,1.35rem)}.home-what-you-get__cards{gap:clamp(.8rem,1.6vw,1.15rem)}.home-what-you-get__card{padding:clamp(.8rem,1.5vw,1.05rem)}.home-what-you-get__card-title{margin-bottom:.55rem}.home-what-you-get__card-media{margin-bottom:.65rem;aspect-ratio:16/9}.home-what-you-get__card-image{width:100%;height:100%;object-fit:cover}.home-what-you-get__card-tagline{margin-top:.45rem}}.hero-slider{position:relative;width:100%;margin-top:var(--header-offset);--hero-min-h:calc(100dvh - var(--header-offset));height:var(--hero-min-h);min-height:var(--hero-min-h);background:var(--white);overflow:hidden}@supports (height:100svh){.hero-slider{--hero-min-h:calc(100svh - var(--header-offset))}}body:has(main .hero-slider) main{padding-top:0;min-height:0}body:has(main .hero-slider):before{content:"";position:fixed;top:0;left:0;right:0;height:var(--header-offset);background:var(--white);z-index:2;pointer-events:none;transition:opacity .35s cubic-bezier(.33,1,.68,1),visibility .35s}html.footer-reveal-active body:has(main .hero-slider):before{opacity:0;visibility:hidden}.home-page>.hero-slider{display:block;width:100%}.hero-slider__viewport{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;width:100%}.hero-slide,.hero-slider__viewport{height:var(--hero-min-h);min-height:var(--hero-min-h)}.hero-slide{grid-area:1/1;position:relative;display:flex;flex-direction:column;background:var(--white);opacity:0;visibility:hidden;transition:opacity .5s ease,visibility .5s;pointer-events:none}.hero-slide--active{opacity:1;visibility:visible;pointer-events:auto;z-index:1}.hero-slide__visual-wrap--desktop{display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:min(72vw,18rem);max-width:min(72vw,18rem);margin:clamp(.25rem,1.5vh,1rem) auto 0}.hero-slide__gutter{position:relative;z-index:6;min-height:var(--hero-min-h);height:100%;padding:0 var(--hero-padding-inline) max(3.25rem,calc(2.75rem + env(safe-area-inset-bottom, 0px)))}.hero-slide__grid,.hero-slide__gutter{flex:1 1;display:flex;flex-direction:column;width:100%;box-sizing:border-box}.hero-slide__grid{max-width:none;margin:0 auto;min-height:0;align-items:center;justify-content:space-between;text-align:center;gap:clamp(1rem,3vh,1.75rem)}@media (max-width:767px){.hero-slide__gutter{justify-content:flex-start;padding-top:clamp(.75rem,2.5vh,1.25rem)}.hero-slide__grid{flex:0 0 auto;justify-content:flex-start;gap:clamp(.875rem,2vh,1.375rem);padding-bottom:0}.hero-slide__visual-wrap--desktop{margin:clamp(.5rem,2vh,1rem) auto 0;flex-shrink:0}.hero-slide__copy{flex:0 0 auto;width:100%;max-width:28rem;margin-inline:auto;margin-top:0;padding-inline:clamp(.5rem,3vw,1.25rem);box-sizing:border-box}}.hero-slide__copy{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:none;box-sizing:border-box}@media (min-width:768px){.hero-slide{justify-content:center}.hero-slide__gutter{flex:1 1 auto;min-height:var(--hero-min-h);height:var(--hero-min-h);padding-top:0;padding-bottom:0;padding-left:var(--hero-padding-inline-desktop-left);padding-right:var(--hero-padding-inline-desktop-right)}.hero-slide__grid,.hero-slide__gutter{align-items:center;justify-content:center}.hero-slide__grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto;align-content:center;justify-items:stretch;text-align:left;grid-gap:clamp(2rem,4vw,4rem);gap:clamp(2rem,4vw,4rem);flex:0 0 auto;width:100%;min-height:0;margin:0}.hero-slide__visual-wrap--desktop{grid-column:2;grid-row:1;align-self:center;justify-self:center;flex:none;width:100%;max-width:min(100%,36rem);margin:0}.hero-slide__copy{grid-column:1;grid-row:1;align-self:center;justify-self:stretch;align-items:flex-start;justify-content:center;-webkit-padding-start:clamp(1rem,2.5vw,2rem);padding-inline-start:clamp(1rem,2.5vw,2rem);-webkit-padding-end:clamp(1rem,3vw,2rem);padding-inline-end:clamp(1rem,3vw,2rem);max-width:none}}.hero-slide__copy .reveal-text--words{width:100%}.hero-slide__title{font-size:var(--marketing-title-size);margin-bottom:.75rem;color:var(--black)}.hero-slide__desc{margin:0 0 1.25rem;font-size:var(--marketing-desc-size);color:var(--black);line-height:var(--marketing-desc-line-height)}.hero-slide__ctas{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;align-items:center}@media (min-width:768px){.hero-slide__ctas{justify-content:flex-start;align-items:stretch}}@media (min-width:768px) and (max-width:1023px){.hero-slide__ctas{flex-direction:column;align-items:flex-start;max-width:100%}.hero-slide__ctas .btn{width:auto;max-width:100%}}.hero-slide__visual-wrap{position:relative;width:100%;max-width:min(100%,36rem);aspect-ratio:1;margin:0 auto;overflow:hidden}.hero-slide__visual-wrap--has-asset{border:none;border-radius:0;background:var(--white)}.hero-slide__visual-placeholder{position:absolute;inset:0;border-radius:16px;background:linear-gradient(135deg,rgba(230,57,70,.12),rgba(37,99,235,.14),rgba(34,197,94,.1));animation:hero-shimmer 8s ease-in-out infinite alternate}.hero-slide__visual-wrap--has-asset .hero-slide__visual-placeholder{display:none}@keyframes hero-shimmer{0%{transform:scale(1);opacity:.85}to{transform:scale(1.04);opacity:1}}.hero-slide__lottie{position:absolute;inset:0;width:100%!important;height:100%!important;z-index:1}.hero-slide__visual-wrap>span{position:absolute!important;inset:0!important;display:block!important;border:none!important;box-shadow:none!important;line-height:0}.hero-slide__image{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;z-index:1;border:none;outline:none;box-shadow:none;border-radius:0;background:var(--white)}.hero-slider__controls--arrows{display:none;pointer-events:none}@media (min-width:768px){.hero-slider__controls--arrows{display:block}}.hero-slider__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:2.75rem;height:2.75rem;border:1px solid #e5e7eb;border-radius:50%;background:rgba(255,255,255,.92);font-size:1.5rem;line-height:1;cursor:pointer;color:var(--black);pointer-events:auto;box-shadow:0 2px 8px rgba(0,0,0,.06)}.hero-slider__arrow:first-of-type{left:var(--hero-arrow-inset)}.hero-slider__arrow:last-of-type{right:var(--hero-arrow-inset)}.hero-slider__dots{position:absolute;bottom:max(clamp(1.25rem,4vh,2rem),env(safe-area-inset-bottom,0px));left:50%;transform:translateX(-50%);z-index:10;display:flex;gap:.5rem}.hero-slider__dot{width:.55rem;height:.55rem;padding:0;border:none;border-radius:50%;background:#d1d5db;cursor:pointer}.hero-slider__dot--active{background:var(--black);transform:scale(1.15)}@media (prefers-reduced-motion:reduce){.hero-slide{transition:none}.hero-slide__visual-placeholder{animation:none}}.muted{color:var(--black);font-size:clamp(.9375rem,.875rem + .2vw,1.0625rem)}.download-list{list-style:none;padding:0;margin:1rem 0 0;display:grid;grid-gap:.5rem;gap:.5rem}.download-list a{display:block;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:6px;text-decoration:none;font-weight:600}.about-page{--about-viewport-h:calc(100svh - var(--header-offset));background:var(--white)}.about-section{min-height:var(--about-viewport-h);height:var(--about-viewport-h);flex-shrink:0;display:flex;align-items:center;justify-content:center;padding-block:clamp(1rem,2.5vh,1.5rem);box-sizing:border-box;overflow:hidden;scroll-margin-top:var(--header-offset)}.about-section--intro{background:var(--white)}.about-intro{width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:clamp(1.5rem,4vw,3rem);gap:clamp(1.5rem,4vw,3rem);align-items:center}.about-intro__title{margin:0;font-size:clamp(2rem,1.25rem + 2.5vw,3.6rem);line-height:1.08}.about-intro__head{display:flex;flex-direction:column;gap:.75rem}.about-intro__subtitle{margin:0;font-size:clamp(1rem,.92rem + .22vw,1.12rem);line-height:1.5;color:var(--black);max-width:34rem}.about-intro__copy{font-size:clamp(1rem,.925rem + .2vw,1.1rem);line-height:1.65;color:var(--black)}.about-intro__copy p{margin:0 0 1rem}.about-intro__copy p:last-child{margin-bottom:0}.about-section--brigade{position:relative;color:var(--black);text-align:center}.about-brigade__backdrop{position:absolute;inset:0;background-image:url(/images/who-we-are/section2.jpeg);background-size:cover;background-position:50%;filter:grayscale(100%)}.about-brigade__backdrop:after{content:"";position:absolute;inset:0;background:rgba(255,255,255,.18)}.about-brigade__content{position:relative;z-index:1;width:100%;max-width:56rem;padding:clamp(1rem,2.2vw,1.6rem);border-radius:16px;background:rgba(255,255,255,.68);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);box-shadow:0 10px 30px rgba(0,0,0,.08)}.about-brigade__title{margin:0 0 1rem;font-size:clamp(2rem,1.3rem + 2.2vw,3.2rem)}.about-brigade__body{margin:0 0 1rem;font-size:clamp(1rem,.925rem + .2vw,1.1rem);line-height:1.65}.about-brigade__body:last-child{margin-bottom:0}.about-section--roster{background:var(--white)}.about-roster{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;gap:0}.about-roster__title{margin:0;text-align:center;font-size:clamp(1.75rem,1.15rem + 1.8vw,2.8rem)}.about-roster__lead{margin:0;text-align:center;font-size:clamp(.95rem,.9rem + .2vw,1.05rem);line-height:1.6}.about-roster__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));grid-gap:clamp(.55rem,1.2vw,.85rem);gap:clamp(.55rem,1.2vw,.85rem);min-height:0;flex:1 1 100%}.about-roster__intro-tile{margin:0;border-radius:14px;background:transparent;box-shadow:none;padding:clamp(.75rem,1.2vw,1rem);display:flex;flex-direction:column;justify-content:center;gap:.45rem}.about-roster__intro-title{margin:0;font-size:clamp(2rem,1.25rem + 2.5vw,3.6rem);line-height:1.08}.about-roster__intro-body{margin:0;font-size:clamp(1rem,.92rem + .22vw,1.12rem);line-height:1.5;color:var(--black)}.about-roster__tile{border:none;border-radius:14px;padding:clamp(.65rem,1.2vw,.95rem);box-shadow:none;cursor:pointer;text-align:left;flex-direction:column;min-height:0;overflow:hidden}.about-roster__tile,.about-roster__tile-media{position:relative;background:transparent;display:flex}.about-roster__tile-media{width:100%;height:100%;border-radius:12px;color:var(--gray);font-size:.78rem;font-weight:600;align-items:center;justify-content:center;overflow:visible}.about-roster__tile-media img{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;object-position:center;display:block}.about-roster__tile-badge{position:absolute;left:50%;bottom:.6rem;transform:translateX(-50%);padding:.35rem .7rem;border-radius:999px;background:rgba(255,255,255,.85);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);color:var(--black);font-family:var(--font-montserrat),system-ui,sans-serif;font-size:clamp(1rem,.92rem + .22vw,1.12rem);font-weight:700;line-height:1.2;text-align:center;white-space:nowrap}.about-roster__tile-name{font-weight:700;font-size:clamp(.95rem,.9rem + .2vw,1.05rem);line-height:1.3;margin-bottom:.2rem}.about-roster__tile-role{font-size:clamp(.8125rem,.78rem + .12vw,.9rem);margin-bottom:.35rem}.about-roster__tile-short{font-style:italic;font-size:clamp(.75rem,.72rem + .1vw,.84rem);color:var(--gray)}html.about-roster-modal-open .site-header{visibility:hidden;pointer-events:none}.about-roster-modal{position:fixed;inset:0;z-index:500;display:flex;align-items:stretch;justify-content:stretch;padding:0;isolation:isolate}.about-roster-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.42)}.about-roster-modal__panel{position:relative;z-index:1;width:100%;height:100%;background:var(--white);border-radius:0;box-shadow:0 20px 54px rgba(0,0,0,.2);overflow:hidden;transform-origin:var(--about-modal-origin-x,50%) var(--about-modal-origin-y,50%);animation:about-modal-pop-in .46s cubic-bezier(.16,.84,.24,1)}.about-roster-modal__panel.is-closing{animation:about-modal-fold-out .42s cubic-bezier(.4,0,.2,1) forwards}.about-roster-modal__close{position:absolute;top:.55rem;right:.55rem;width:2.4rem;height:2.4rem;border:none;border-radius:0;background:transparent;color:var(--black);font-size:1.75rem;line-height:1;cursor:pointer;z-index:2;padding:0}.about-roster-modal__content{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);grid-gap:clamp(.85rem,1.8vw,1.25rem);gap:clamp(.85rem,1.8vw,1.25rem);padding:clamp(1rem,2vw,1.4rem);height:100%;min-height:0;box-sizing:border-box;overflow:auto}.about-roster-modal__image-wrap{border-radius:12px;background:transparent;min-height:clamp(15rem,50vh,34rem);display:flex;align-items:center;justify-content:center;overflow:hidden}.about-roster-modal__image{width:100%;height:100%;object-fit:contain}.about-roster-modal__image-placeholder{color:var(--gray);font-size:.9rem}.about-roster-modal__text{align-self:center;min-height:0;min-width:0;overflow:visible}.about-roster-modal__name{margin:0 0 .75rem}.about-roster-modal__role{margin:0 0 .5rem;font-weight:700}.about-roster-modal__role,.about-roster-modal__short{font-size:var(--marketing-desc-size);line-height:var(--marketing-desc-line-height)}.about-roster-modal__short{margin:0 0 1rem;font-style:italic;color:var(--black)}.about-roster-modal__body{margin:0 0 1.25rem}@keyframes about-modal-pop-in{0%{opacity:0;transform:scale(.78)}to{opacity:1;transform:scale(1)}}@keyframes about-modal-fold-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.84)}}.about-team-card{position:relative;border:none;border-radius:14px;padding:0;background:transparent;perspective:1200px;min-height:0;cursor:pointer;text-align:left}.about-team-card__inner{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .5s ease}.about-team-card__face{position:absolute;inset:0;border-radius:14px;padding:clamp(.65rem,1.2vw,.95rem);box-sizing:border-box;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;flex-direction:column;min-height:0;overflow:hidden}.about-team-card--intro-static{cursor:default}.about-team-card--intro-static .about-team-card__face{position:relative;height:100%}.about-team-card__face--front{background:#f8fafc;box-shadow:0 6px 20px rgba(0,0,0,.08)}.about-team-card__face--back{background:var(--black);color:var(--white);transform:rotateY(180deg);box-shadow:0 6px 20px rgba(0,0,0,.12)}.about-team-card.is-open .about-team-card__inner,.about-team-card:hover .about-team-card__inner{transform:rotateY(180deg)}.about-team-card__name{font-weight:700;font-size:clamp(.95rem,.9rem + .2vw,1.05rem);line-height:1.3;margin-bottom:.2rem}.about-team-card__image{width:100%;aspect-ratio:4/3;border-radius:10px;margin-bottom:.5rem;background:linear-gradient(135deg,#e5e7eb,#d1d5db);color:#4b5563;font-size:.78rem;font-weight:600;display:grid;place-items:center}.about-team-card__role{font-size:clamp(.8125rem,.78rem + .12vw,.9rem);margin-bottom:.35rem}.about-team-card__tagline{font-style:italic;font-size:clamp(.75rem,.72rem + .1vw,.84rem);color:var(--gray)}.about-team-card__body{font-size:clamp(.72rem,.7rem + .08vw,.83rem);line-height:1.4}.about-team-card--intro-static .about-team-card__name{font-size:clamp(2rem,1.25rem + 2.5vw,3.6rem);line-height:1.08;margin-bottom:.5rem}.about-team-card--intro-static .about-team-card__body{font-size:clamp(1rem,.92rem + .22vw,1.12rem);line-height:1.5;color:var(--black)}@media (max-width:1023px){.about-section{min-height:var(--about-viewport-h);height:var(--about-viewport-h);overflow:visible;padding-top:clamp(1rem,2.5vh,1.5rem);padding-bottom:clamp(1rem,2.5vh,1.5rem)}.about-section--brigade{overflow:hidden}.about-intro{grid-template-columns:1fr;gap:1rem}.about-roster{height:auto;justify-content:flex-start}.about-roster__grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none;flex:0 0 auto}}@media (max-width:767px){.about-section{min-height:var(--about-viewport-h);height:auto;overflow:visible;align-items:flex-start;justify-content:flex-start;padding-top:calc(var(--header-offset) + .75rem);padding-bottom:clamp(2rem,6vh,3rem)}.about-section--brigade{overflow:hidden}.about-roster__grid{grid-template-columns:1fr}.about-roster-modal__content{grid-template-columns:1fr;align-content:center}.about-roster-modal__image-wrap{min-height:clamp(12rem,36vh,18rem)}.about-team-card:hover .about-team-card__inner{transform:none}}@media (max-width:767px) and (prefers-reduced-motion:no-preference){html:has([data-snap-page]){scroll-snap-type:y proximity;scroll-behavior:smooth;scroll-padding-top:var(--header-offset)}[data-snap-page] .how-split__snap-mobile,[data-snap-page] [data-snap-section]{scroll-snap-align:start;scroll-snap-stop:normal;scroll-margin-top:var(--header-offset)}[data-snap-page] .hero-slider[data-snap-section]{scroll-margin-top:0}}@media (max-width:767px){[data-snap-page] [data-snap-section]:not(.hero-slider){flex-shrink:0;position:relative;z-index:auto;padding-bottom:clamp(2rem,6vh,3rem);box-sizing:border-box}.about-section,.home-cta3,.home-what-you-get,.how-cta,.how-split__snap-mobile,.how-wa,.sp-section,[data-snap-page] [data-snap-section]:not(.hero-slider){height:auto!important;min-height:calc(100svh - var(--header-offset));max-height:none;overflow:visible!important;align-items:flex-start;justify-content:flex-start;scroll-margin-top:var(--header-offset);padding-top:clamp(1.4rem,2.75vh,2rem)}.about-brigade__content,.about-intro,.about-roster,.home-cta3__inner,.home-what-you-get__inner,.how-cta__inner,.sp-intro__layout,.sp-section--builder .sp-builder{margin-block:0;max-height:none;height:auto;min-height:0;overflow:visible;justify-content:flex-start}.sp-section--intro .sp-intro__layout{height:auto;max-height:none}.sp-section--builder .sp-builder{display:flex;flex-direction:column;height:auto;max-height:none}.sp-builder__result,.sp-result__pane.is-active,.sp-result__stage{max-height:none;overflow:visible}.how-wa{z-index:auto;min-height:calc(100svh - var(--header-offset));height:auto;overflow:visible;isolation:auto}.how-wa__desktop-panel{display:none}.how-split__snap-mobile .how-steps-mobile__body{max-height:none!important;overflow:visible!important}.site-footer{padding-top:var(--header-offset);padding-bottom:clamp(1rem,3vh,1.5rem)}.site-footer__container{grid-template-rows:minmax(0,1fr) auto auto;gap:1rem}.site-footer__hero-logo{max-width:min(100%,22rem);max-height:min(28vh,calc(100svh - var(--header-offset) - 14rem))}html.footer-reveal-active .site-footer__hero-logo{max-height:min(32vh,calc(100svh - 14rem))}.site-footer__grid{grid-template-columns:1fr;gap:.9rem}.site-footer__col--origin{align-items:flex-start}.site-footer__origin{text-align:left}}:is(.home-what-you-get__title,.home-cta3__title,.how-split__title,.how-bridge__title,.how-wa__title,.how-cta__title,.sp-intro__title,.about-intro__title,.about-brigade__title,.about-roster__intro-title,.support-page__intro h1,.legal-page>h1,.sen-rte-page__title,.about-roster-modal__name){font-size:var(--marketing-title-size);line-height:1.2}:is(.home-cta3__desc,.home-cta3__checklist li,.home-cta3__micro,.home-what-you-get__card-desc,.how-wa-card__body,.how-split__lead,.how-bridge__lead,.how-wa__lead,.how-cta__lead,.how-cta__blueprint li,.how-cta__closing,.sp-intro__description,.about-intro__subtitle,.about-intro__copy p,.about-brigade__body,.about-roster__intro-body,.support-page__description,.sen-rte-page__lead,.sen-rte-track__desc,.sen-rte-track__list li,.how-panel__body,.how-steps-mobile__body,.about-roster-modal__short,.about-roster-modal__body){font-size:var(--marketing-desc-size);line-height:var(--marketing-desc-line-height);color:var(--black)}@media (prefers-reduced-motion:reduce){.faq-item__icon:after,.faq-item__icon:before,.faq-item__panel,.faq-item__panel-inner{transition:none}.faq-item__panel-inner{opacity:1;transform:none}.faq-item:not(.is-open) .faq-item__panel{display:none}.site-header,html.footer-reveal-active:not(.site-menu-open) .site-header{transition:none}html.footer-reveal-active body:has(main .hero-slider):before{transition:none}html.footer-reveal-active .site-footer{transition:none}}