.Button-module__xDwtkW__btn{border-radius:var(--jrr-radius-pill);font-family:var(--font-body);font-weight:var(--weight-bold);font-size:var(--text-md);letter-spacing:var(--tracking-wide);text-transform:uppercase;cursor:pointer;transition:background var(--jrr-dur-ui) var(--jrr-ease-out), color var(--jrr-dur-ui) var(--jrr-ease-out), border-color var(--jrr-dur-ui) var(--jrr-ease-out), box-shadow var(--jrr-dur-ui) var(--jrr-ease-out);-webkit-user-select:none;user-select:none;white-space:nowrap;border:2px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.95rem 2rem;line-height:1;text-decoration:none;display:inline-flex}.Button-module__xDwtkW__label{display:inline-block}.Button-module__xDwtkW__primary{background:var(--jrr-primary);color:var(--jrr-offwhite);box-shadow:var(--shadow-glow-teal)}.Button-module__xDwtkW__primary:hover{background:var(--color-primary-hover);box-shadow:var(--shadow-glow-teal-strong)}.Button-module__xDwtkW__secondary{border-color:var(--jrr-primary);color:var(--jrr-primary);background:0 0}.Button-module__xDwtkW__secondary:hover{background:var(--jrr-primary);color:var(--jrr-offwhite)}.Button-module__xDwtkW__secondary.Button-module__xDwtkW__dark{border-color:var(--jrr-offwhite);color:var(--jrr-offwhite)}.Button-module__xDwtkW__secondary.Button-module__xDwtkW__dark:hover{background:var(--jrr-offwhite);color:var(--jrr-navy)}.Button-module__xDwtkW__ghost{color:var(--jrr-primary);box-shadow:none;letter-spacing:var(--tracking-wider);background:0 0;padding:.75rem 1.25rem}.Button-module__xDwtkW__ghost.Button-module__xDwtkW__dark{color:var(--jrr-offwhite)}.Button-module__xDwtkW__ghost:hover{color:var(--jrr-teal)}.Button-module__xDwtkW__magnetic{will-change:transform}@media (prefers-reduced-motion:reduce){.Button-module__xDwtkW__magnetic{will-change:auto}}
.Navbar-module__cRh5nW__progressBar{background:var(--jrr-teal);transform-origin:0;height:2px;z-index:calc(var(--z-sticky) + 1);pointer-events:none;position:fixed;top:0;left:0;right:0;transform:scaleX(0)}.Navbar-module__cRh5nW__navbar{padding:var(--space-6) var(--section-pad-x);z-index:var(--z-sticky);transition:background-color var(--jrr-dur-ui-slow) var(--jrr-ease-out), backdrop-filter var(--jrr-dur-ui-slow) var(--jrr-ease-out), padding var(--jrr-dur-ui-slow) var(--jrr-ease-out), border-color var(--jrr-dur-ui-slow) var(--jrr-ease-out);background:0 0;border-bottom:1px solid #0000;position:fixed;top:0;left:0;right:0}.Navbar-module__cRh5nW__scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:var(--space-4) var(--section-pad-x);background:#16516eeb;border-bottom-color:#ffffff0f}.Navbar-module__cRh5nW__container{max-width:var(--content-wide);justify-content:space-between;align-items:center;gap:var(--space-6);margin:0 auto;display:flex}.Navbar-module__cRh5nW__logoLink{color:var(--jrr-offwhite);flex-shrink:0;text-decoration:none}.Navbar-module__cRh5nW__desktopNav{align-items:center;gap:var(--space-8);display:none;position:relative}@media (min-width:1024px){.Navbar-module__cRh5nW__desktopNav{display:flex}}.Navbar-module__cRh5nW__indicator{border-radius:var(--jrr-radius-pill);pointer-events:none;visibility:hidden;opacity:0;will-change:transform, width;z-index:0;background:#3ba0b12e;border:1px solid #3ba0b173;width:0;height:2.25rem;position:absolute;top:50%;left:0;transform:translateY(-50%)}.Navbar-module__cRh5nW__navLink{z-index:1;padding:var(--space-2) var(--space-4);font-family:var(--font-body);font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--jrr-offwhite);text-transform:uppercase;letter-spacing:var(--tracking-wide);opacity:.78;transition:opacity var(--jrr-dur-ui) var(--jrr-ease-out);text-decoration:none;position:relative}.Navbar-module__cRh5nW__navLink:hover{opacity:1}.Navbar-module__cRh5nW__navLinkActive{opacity:1;color:var(--jrr-offwhite)}.Navbar-module__cRh5nW__ctaButton{font-size:var(--text-sm);margin-left:var(--space-4);padding-block:.55rem;padding-inline:1.25rem}.Navbar-module__cRh5nW__hamburger{width:24px;height:18px;z-index:calc(var(--z-sticky) + 2);cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:space-between;padding:0;display:flex}@media (min-width:1024px){.Navbar-module__cRh5nW__hamburger{display:none}}.Navbar-module__cRh5nW__hamburger span{background-color:var(--jrr-offwhite);width:100%;height:2px;transition:transform var(--jrr-dur-ui) var(--jrr-ease-out), opacity var(--jrr-dur-ui) var(--jrr-ease-out);transform-origin:50%;display:block}.Navbar-module__cRh5nW__hamburger.Navbar-module__cRh5nW__open span:first-child{transform:translateY(8px)rotate(45deg)}.Navbar-module__cRh5nW__hamburger.Navbar-module__cRh5nW__open span:last-child{transform:translateY(-8px)rotate(-45deg)}.Navbar-module__cRh5nW__mobileMenu{background-color:var(--jrr-navy);z-index:calc(var(--z-sticky) - 1);padding:var(--section-pad-x);visibility:hidden;opacity:0;align-items:center;display:flex;position:fixed;inset:0}.Navbar-module__cRh5nW__mobileMenuContainer{gap:var(--space-8);flex-direction:column;display:flex}.Navbar-module__cRh5nW__mobileLink{font-family:var(--font-display);font-weight:var(--weight-black);font-size:var(--text-3xl);color:var(--jrr-offwhite);text-transform:uppercase;letter-spacing:var(--tracking-tight);text-decoration:none}.Navbar-module__cRh5nW__mobileCta{margin-top:var(--space-6);color:var(--jrr-teal)}
.Hero-module___w2HtG__hero{width:100%;min-height:100vh;padding:var(--section-pad-y) var(--section-pad-x);background-color:var(--jrr-navy);isolation:isolate;align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module___w2HtG__bgImage{z-index:0;will-change:transform, opacity;position:absolute;inset:0;overflow:hidden}.Hero-module___w2HtG__bgImageInner{object-fit:cover;object-position:center 30%;filter:saturate(.92)brightness(.62)contrast(1.05)}.Hero-module___w2HtG__bgVignette{z-index:1;pointer-events:none;background:radial-gradient(60% 80% at 50% 60%,#0000 0%,#0b1c2f8c 75%,#0b1c2fd9 100%),linear-gradient(#0b1c2f4d 0%,#0b1c2f73 100%);position:absolute;inset:0}.Hero-module___w2HtG__content{width:100%;max-width:var(--content-wide);margin:0 auto;position:relative}.Hero-module___w2HtG__nameBackLayer{z-index:2;pointer-events:none;position:absolute;inset:0}.Hero-module___w2HtG__photoColumn{z-index:3;will-change:opacity;position:absolute;inset:0}.Hero-module___w2HtG__photo{object-fit:cover;object-position:center 30%}.Hero-module___w2HtG__typeColumn{z-index:4;gap:var(--space-6);flex-direction:column;width:100%;min-width:0;display:flex;position:relative}
.Section-module__uXn3-G__section{width:100%;padding:var(--section-pad-y) var(--section-pad-x);position:relative}.Section-module__uXn3-G__section.Section-module__uXn3-G__flush{padding:0}.Section-module__uXn3-G__inner{width:100%;margin:0 auto}.Section-module__uXn3-G__default .Section-module__uXn3-G__inner{max-width:var(--content-max)}.Section-module__uXn3-G__narrow .Section-module__uXn3-G__inner{max-width:var(--content-narrow)}.Section-module__uXn3-G__wide .Section-module__uXn3-G__inner{max-width:var(--content-wide)}.Section-module__uXn3-G__light{background-color:var(--jrr-offwhite);color:var(--jrr-charcoal)}.Section-module__uXn3-G__dark{background-color:var(--jrr-navy);color:var(--jrr-offwhite)}
.StatBlock-module__2v-6ga__block{gap:var(--space-3);transition:transform var(--jrr-dur-ui) var(--jrr-ease-out);flex-direction:column;align-items:flex-start;display:flex}.StatBlock-module__2v-6ga__block:hover{transform:scale(1.04)}@media (prefers-reduced-motion:reduce){.StatBlock-module__2v-6ga__block:hover{transform:none}}.StatBlock-module__2v-6ga__counter{font-family:var(--font-body);font-weight:var(--weight-black);letter-spacing:var(--tracking-tight);font-size:clamp(3rem,6vw,5rem);line-height:.9}.StatBlock-module__2v-6ga__label{font-family:var(--font-body);font-weight:var(--weight-bold);font-size:var(--text-sm);letter-spacing:var(--tracking-widest);text-transform:uppercase;line-height:1.2}.StatBlock-module__2v-6ga__light .StatBlock-module__2v-6ga__counter{color:var(--jrr-primary)}.StatBlock-module__2v-6ga__light .StatBlock-module__2v-6ga__label{color:var(--jrr-charcoal);opacity:.85}.StatBlock-module__2v-6ga__dark .StatBlock-module__2v-6ga__counter{color:var(--jrr-offwhite)}.StatBlock-module__2v-6ga__dark .StatBlock-module__2v-6ga__label{color:var(--jrr-cool-gray)}.StatBlock-module__2v-6ga__gold .StatBlock-module__2v-6ga__counter{color:var(--jrr-gold)}.StatBlock-module__2v-6ga__gold.StatBlock-module__2v-6ga__dark .StatBlock-module__2v-6ga__counter{color:var(--jrr-gold-light)}
.StatsBar-module__xKiOhq__wrapper{gap:var(--space-12);flex-direction:column;width:100%;display:flex}.StatsBar-module__xKiOhq__divider{width:100%}.StatsBar-module__xKiOhq__grid{gap:var(--space-12);grid-template-columns:repeat(2,1fr);display:grid}@media (min-width:768px){.StatsBar-module__xKiOhq__grid{gap:var(--space-8);grid-template-columns:repeat(4,1fr)}}.StatsBar-module__xKiOhq__item{will-change:transform, opacity;justify-content:flex-start;align-items:center;display:flex}
.Kicker-module__fWZADW__kicker{margin-bottom:var(--space-5)}
.Card-module__si82nG__card{border-radius:var(--jrr-radius-card);padding:var(--space-8);transition:transform var(--jrr-dur-ui) var(--jrr-ease-out), box-shadow var(--jrr-dur-ui) var(--jrr-ease-out), border-color var(--jrr-dur-ui) var(--jrr-ease-out);position:relative}.Card-module__si82nG__light{background:var(--color-bg-card);color:var(--jrr-charcoal);border:1px solid var(--jrr-gray);box-shadow:var(--shadow-card)}.Card-module__si82nG__dark{color:var(--jrr-offwhite);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0a;border:1px solid #ffffff1a}.Card-module__si82nG__card:hover:not(.Card-module__si82nG__static){transform:translateY(-5px)}.Card-module__si82nG__light:hover:not(.Card-module__si82nG__static){box-shadow:var(--shadow-card-hover);border-color:#0a699740}.Card-module__si82nG__dark:hover:not(.Card-module__si82nG__static){background:#ffffff12;border-color:#3ba0b166}@media (prefers-reduced-motion:reduce){.Card-module__si82nG__card:hover:not(.Card-module__si82nG__static){transform:none}}
.Quote-module__PlL5iq__quote{gap:var(--space-3);padding:var(--space-3) 0 var(--space-3) var(--space-6);border-left:var(--border-thick) solid var(--jrr-primary);flex-direction:column;max-width:720px;margin:0;display:flex;position:relative}.Quote-module__PlL5iq__body{font-family:var(--font-body);font-weight:var(--weight-bold);font-size:clamp(1.25rem,2vw,1.75rem);line-height:var(--leading-snug);letter-spacing:var(--tracking-tight)}.Quote-module__PlL5iq__italic .Quote-module__PlL5iq__body{font-family:var(--font-accent);font-style:italic;font-weight:var(--weight-regular);letter-spacing:var(--tracking-normal)}.Quote-module__PlL5iq__cite{font-family:var(--font-body);font-weight:var(--weight-bold);font-size:var(--text-sm);letter-spacing:var(--tracking-widest);text-transform:uppercase;opacity:.7;font-style:normal}.Quote-module__PlL5iq__light{color:var(--jrr-charcoal)}.Quote-module__PlL5iq__light.Quote-module__PlL5iq__italic .Quote-module__PlL5iq__body{color:var(--jrr-primary)}.Quote-module__PlL5iq__dark{color:var(--jrr-offwhite);border-left-color:var(--jrr-teal)}.Quote-module__PlL5iq__dark.Quote-module__PlL5iq__italic .Quote-module__PlL5iq__body{color:var(--jrr-aqua)}
.Problem-module__ZdybpG__problemSection{background-color:var(--jrr-offwhite);padding:var(--section-pad-y) 0;color:var(--jrr-charcoal);overflow:hidden}.Problem-module__ZdybpG__headerArea{padding:0 var(--section-pad-x);max-width:var(--content-wide);margin:0 auto var(--space-16);gap:var(--space-6);flex-direction:column;display:flex}.Problem-module__ZdybpG__headline{font-family:var(--font-body);font-weight:var(--weight-black);font-size:clamp(2.5rem,5.5vw,4rem);line-height:var(--leading-tight);letter-spacing:var(--tracking-tight);color:var(--jrr-charcoal);text-wrap:balance;will-change:transform, opacity;margin:0}.Problem-module__ZdybpG__introText{font-family:var(--font-body);font-weight:var(--weight-regular);font-size:var(--text-md);color:var(--color-text-muted);line-height:var(--leading-relaxed);will-change:transform, opacity;max-width:700px;margin:0}.Problem-module__ZdybpG__trackContainer{width:100%;position:relative}.Problem-module__ZdybpG__progressTrack{width:calc(100% - 2 * var(--section-pad-x));margin:0 var(--section-pad-x) var(--space-8);background:var(--jrr-gray);height:2px;display:none}.Problem-module__ZdybpG__progressBar{background:var(--jrr-primary);transform-origin:0;width:100%;height:100%;transform:scaleX(0)}@media (min-width:1024px){.Problem-module__ZdybpG__progressTrack{display:block}}.Problem-module__ZdybpG__cardTrack{gap:var(--space-6);padding:0 var(--section-pad-x);flex-direction:column;width:100%;display:flex}@media (min-width:1024px){.Problem-module__ZdybpG__cardTrack{will-change:transform;flex-flow:row;width:max-content;padding-right:50vw}}.Problem-module__ZdybpG__card{border-left:var(--border-thick) solid var(--jrr-primary);will-change:transform, opacity;flex-direction:column;min-height:320px;display:flex}@media (min-width:1024px){.Problem-module__ZdybpG__card{flex-shrink:0;width:460px}}.Problem-module__ZdybpG__cardHeader{align-items:center;gap:var(--space-3);margin-bottom:var(--space-6);font-family:var(--font-body);font-size:var(--text-xs);letter-spacing:var(--tracking-widest);display:flex}.Problem-module__ZdybpG__cardIndex{color:var(--jrr-primary);font-weight:var(--weight-black)}.Problem-module__ZdybpG__cardTransition{color:var(--jrr-charcoal);font-weight:var(--weight-bold);text-transform:uppercase;opacity:.7}.Problem-module__ZdybpG__cardHeadline{font-family:var(--font-body);font-size:var(--text-xl);font-weight:var(--weight-bold);line-height:var(--leading-snug);letter-spacing:var(--tracking-tight);color:var(--jrr-charcoal);margin:0 0 var(--space-4)}.Problem-module__ZdybpG__cardBody{font-family:var(--font-body);font-size:var(--text-md);color:var(--color-text-muted);line-height:var(--leading-relaxed);flex-grow:1;margin:0}
.Pillars-module__8BxeGG__wrapper{flex-direction:column;gap:clamp(3rem,6vw,5rem);display:flex}.Pillars-module__8BxeGG__header{max-width:56rem}.Pillars-module__8BxeGG__headline{font-family:var(--font-display);font-weight:var(--weight-black);font-size:clamp(2.5rem,5vw,4rem);line-height:var(--leading-tight);color:var(--jrr-charcoal);margin-top:var(--space-4);margin-bottom:var(--space-6);letter-spacing:var(--tracking-tight);text-wrap:balance}.Pillars-module__8BxeGG__subhead{font-family:var(--font-body);font-size:var(--text-lg);line-height:var(--leading-relaxed);color:var(--jrr-charcoal);opacity:.78;text-wrap:pretty;max-width:44rem}.Pillars-module__8BxeGG__grid{gap:var(--space-12);grid-template-columns:1fr;display:grid}@media (min-width:1024px){.Pillars-module__8BxeGG__grid{grid-template-columns:repeat(3,1fr);gap:0}}.Pillars-module__8BxeGG__column{gap:var(--space-5);will-change:transform, opacity;flex-direction:column;display:flex}@media (min-width:1024px){.Pillars-module__8BxeGG__column{padding:var(--space-2) var(--space-10);border-left:var(--border-thin) solid var(--jrr-gray)}.Pillars-module__8BxeGG__column:first-child{border-left:none;padding-left:0}.Pillars-module__8BxeGG__column:last-child{padding-right:0}}.Pillars-module__8BxeGG__title{font-family:var(--font-display);font-weight:var(--weight-black);letter-spacing:var(--tracking-wide);color:var(--jrr-charcoal);text-transform:uppercase;transition:color var(--jrr-dur-ui) var(--jrr-ease-out);margin:0;font-size:clamp(1.5rem,2.4vw,2rem)}.Pillars-module__8BxeGG__tag{font-family:var(--font-body);font-weight:var(--weight-bold);font-size:var(--text-sm);letter-spacing:var(--tracking-widest);text-transform:uppercase;color:var(--jrr-teal);transition:color var(--jrr-dur-ui) var(--jrr-ease-out), transform var(--jrr-dur-ui) var(--jrr-ease-out);align-self:flex-start}.Pillars-module__8BxeGG__body{font-family:var(--font-body);font-size:var(--text-md);line-height:var(--leading-relaxed);color:var(--jrr-charcoal);opacity:.82;text-wrap:pretty;margin:0}.Pillars-module__8BxeGG__column:hover .Pillars-module__8BxeGG__tag{color:var(--jrr-teal);transform:translateY(-4px)}
.About-module__4EMPOa__section{overflow:hidden}.About-module__4EMPOa__container{max-width:var(--content-wide);flex-direction:column;gap:clamp(3rem,6vw,5rem);margin:0 auto;display:flex}.About-module__4EMPOa__split{grid-template-columns:1fr;align-items:center;gap:clamp(2.5rem,5vw,4.5rem);display:grid}@media (min-width:1024px){.About-module__4EMPOa__split{grid-template-columns:1.05fr 1fr;gap:clamp(3rem,6vw,6rem)}}.About-module__4EMPOa__copy{gap:var(--space-6);flex-direction:column;max-width:60ch;display:flex}.About-module__4EMPOa__headline{font-family:var(--font-body);font-weight:var(--weight-black);letter-spacing:-.015em;color:var(--jrr-charcoal);text-wrap:balance;margin:0;font-size:clamp(2.25rem,5vw,4.5rem);line-height:1.04}.About-module__4EMPOa__body{gap:var(--space-4);font-size:var(--text-md);line-height:var(--leading-relaxed);color:var(--color-text-muted);text-wrap:pretty;flex-direction:column;display:flex}.About-module__4EMPOa__body p{margin:0}.About-module__4EMPOa__portrait{aspect-ratio:4/5;background:radial-gradient(ellipse 70% 75% at 50% 65%, #0a69978c 0%, transparent 65%), var(--jrr-navy);border-radius:var(--jrr-radius-card);width:100%;position:relative;overflow:hidden}.About-module__4EMPOa__portrait:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#ffffff0a 0%,#0000 35%);position:absolute;inset:0}.About-module__4EMPOa__imageInner{will-change:transform;position:absolute;inset:0}.About-module__4EMPOa__image{object-fit:contain;object-position:center bottom;filter:contrast(1.04)saturate(.95)brightness(1.02)}.About-module__4EMPOa__credentialRail{gap:var(--space-4);border-top:1px solid var(--jrr-gray);flex-direction:column;padding-top:clamp(2rem,4vw,3rem);display:flex}.About-module__4EMPOa__railLabel{font-family:var(--font-body);font-size:var(--text-xs);font-weight:var(--weight-bold);letter-spacing:var(--tracking-widest);text-transform:uppercase;color:var(--color-text-muted)}.About-module__4EMPOa__badgeList{flex-wrap:wrap;gap:clamp(1.5rem,3vw,2.5rem);margin:0;padding:0;list-style:none;display:flex}.About-module__4EMPOa__badgeItem{margin:0;padding:0}.About-module__4EMPOa__badgeBtn{cursor:pointer;width:96px;height:96px;transition:transform var(--jrr-dur-ui) var(--jrr-ease-out), filter var(--jrr-dur-ui) var(--jrr-ease-out);filter:drop-shadow(0 6px 16px #2828281a);background:0 0;border:0;justify-content:center;align-items:center;padding:0;display:inline-flex;position:relative}.About-module__4EMPOa__badgeBtn:hover,.About-module__4EMPOa__badgeBtn:focus-visible{filter:drop-shadow(0 8px 22px #c8a96e73);outline:none;transform:translateY(-3px)scale(1.04)}.About-module__4EMPOa__badgeBtn:focus-visible .About-module__4EMPOa__crest{outline:2px solid var(--color-focus-light);outline-offset:4px;border-radius:50%}.About-module__4EMPOa__crest{width:100%;height:100%;display:block}.About-module__4EMPOa__tooltip{background:var(--jrr-charcoal);color:var(--jrr-offwhite);border-radius:var(--jrr-radius-sm);font-family:var(--font-body);font-size:var(--text-xs);letter-spacing:var(--tracking-wide);white-space:nowrap;opacity:0;pointer-events:none;transition:opacity var(--jrr-dur-ui) var(--jrr-ease-out), transform var(--jrr-dur-ui) var(--jrr-ease-out);z-index:2;flex-direction:column;gap:2px;padding:.65rem .95rem;display:flex;position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%)translateY(6px);box-shadow:0 10px 30px #2828282e,0 0 24px #c8a96e40}.About-module__4EMPOa__tooltip strong{font-weight:var(--weight-black);color:var(--jrr-gold-light);font-size:var(--text-sm)}.About-module__4EMPOa__tooltip span{font-weight:var(--weight-regular);font-size:var(--text-xs);text-transform:none;letter-spacing:var(--tracking-normal)}.About-module__4EMPOa__badgeBtn:hover .About-module__4EMPOa__tooltip,.About-module__4EMPOa__badgeBtn:focus-visible .About-module__4EMPOa__tooltip{opacity:1;transform:translate(-50%)translateY(0)}@media (prefers-reduced-motion:reduce){.About-module__4EMPOa__badgeBtn,.About-module__4EMPOa__tooltip,.About-module__4EMPOa__imageInner{transition:none}}
.Services-module__PKZCHq__container{max-width:var(--content-wide);flex-direction:column;gap:clamp(3rem,5vw,4.5rem);margin:0 auto;display:flex}.Services-module__PKZCHq__header{gap:var(--space-4);flex-direction:column;max-width:60ch;display:flex}.Services-module__PKZCHq__headline{font-family:var(--font-body);font-weight:var(--weight-black);letter-spacing:-.015em;color:var(--jrr-charcoal);text-wrap:balance;margin:0;font-size:clamp(2.25rem,5.5vw,4.75rem);line-height:1.04}.Services-module__PKZCHq__grid{grid-template-columns:1fr;gap:clamp(1.5rem,3vw,2rem);display:grid}@media (min-width:880px){.Services-module__PKZCHq__grid{grid-template-columns:1fr 1fr}}.Services-module__PKZCHq__card{gap:var(--space-4);flex-direction:column;height:100%;padding:clamp(1.75rem,3vw,2.5rem);display:flex;position:relative;overflow:hidden}.Services-module__PKZCHq__card:hover{border-color:#0a69974d;transform:translateY(-4px)}.Services-module__PKZCHq__topAccent{background:var(--jrr-primary);transform-origin:0;width:100%;height:2px;transition:transform .5s var(--jrr-ease-precise);position:absolute;top:0;left:0;transform:scaleX(0)}.Services-module__PKZCHq__card:hover .Services-module__PKZCHq__topAccent{transform:scaleX(1)}.Services-module__PKZCHq__cardHead{align-items:center;gap:var(--space-4);display:flex}.Services-module__PKZCHq__cardTitle{font-family:var(--font-body);font-weight:var(--weight-black);color:var(--jrr-charcoal);margin:0;font-size:clamp(1.25rem,1.6vw,1.5rem);line-height:1.2}.Services-module__PKZCHq__cardBody{font-family:var(--font-body);font-size:var(--text-md);line-height:var(--leading-relaxed);color:var(--color-text-muted);margin:0}.Services-module__PKZCHq__iconWrap{width:56px;height:56px;color:var(--jrr-primary);transition:background var(--jrr-dur-ui) var(--jrr-ease-out);background:#0a699712;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.Services-module__PKZCHq__card:hover .Services-module__PKZCHq__iconWrap{background:#0a699724}.Services-module__PKZCHq__icon{width:30px;height:30px}.Services-module__PKZCHq__icon path{stroke-dasharray:100 100;stroke-dashoffset:0}.Services-module__PKZCHq__card:hover .Services-module__PKZCHq__icon path{animation:Services-module__PKZCHq__service-icon-draw .9s var(--jrr-ease-precise)}@keyframes Services-module__PKZCHq__service-icon-draw{0%{stroke-dashoffset:100px}to{stroke-dashoffset:0}}@media (prefers-reduced-motion:reduce){.Services-module__PKZCHq__card:hover .Services-module__PKZCHq__icon path{animation:none}.Services-module__PKZCHq__topAccent{transition:none}}.Services-module__PKZCHq__expandBtn{width:100%;padding:var(--space-3) 0 0;cursor:pointer;font-family:var(--font-body);font-weight:var(--weight-bold);font-size:var(--text-sm);color:var(--jrr-primary);text-transform:uppercase;letter-spacing:var(--tracking-wide);border:0;border-top:1px solid var(--jrr-gray);transition:color var(--jrr-dur-ui) var(--jrr-ease-out);background:0 0;justify-content:space-between;align-items:center;margin-top:auto;display:inline-flex}.Services-module__PKZCHq__expandBtn:hover{color:var(--color-primary-hover)}.Services-module__PKZCHq__expandIcon{transition:transform var(--jrr-dur-ui) var(--jrr-ease-out);font-size:1.4em;line-height:1}.Services-module__PKZCHq__open .Services-module__PKZCHq__expandBtn .Services-module__PKZCHq__expandIcon{transform:rotate(180deg)}.Services-module__PKZCHq__expandBtn:focus-visible{outline:2px solid var(--color-focus-light);outline-offset:4px;border-radius:2px}.Services-module__PKZCHq__expansionWrap{transition:grid-template-rows .4s var(--jrr-ease-precise);grid-template-rows:0fr;display:grid}.Services-module__PKZCHq__open .Services-module__PKZCHq__expansionWrap{grid-template-rows:1fr}.Services-module__PKZCHq__expansionInner{min-height:0;overflow:hidden}.Services-module__PKZCHq__deliverables{margin:var(--space-4) 0 0;gap:var(--space-3);flex-direction:column;padding:0;list-style:none;display:flex}.Services-module__PKZCHq__deliverables li{padding-left:var(--space-6);font-family:var(--font-body);font-size:var(--text-sm);line-height:var(--leading-relaxed);color:var(--jrr-charcoal);position:relative}.Services-module__PKZCHq__deliverables li:before{content:"";background:var(--jrr-primary);width:14px;height:1px;position:absolute;top:.6em;left:0}.Services-module__PKZCHq__ctaRow{padding-top:var(--space-4);justify-content:center;display:flex}
.BrandsTicker-module__DEZsnq__root{width:100%;padding:clamp(1.25rem,2vw,2rem) 0;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 12% 88%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 12% 88%,#0000 100%)}.BrandsTicker-module__DEZsnq__track{--ticker-duration:32s;width:max-content;animation:BrandsTicker-module__DEZsnq__ticker-scroll var(--ticker-duration) linear infinite;will-change:transform;gap:clamp(3rem,6vw,6rem);display:flex}@keyframes BrandsTicker-module__DEZsnq__ticker-scroll{0%{transform:translate(0,0)}to{transform:translate(-50%)}}.BrandsTicker-module__DEZsnq__brand{font-family:var(--font-body);font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:var(--tracking-widest);white-space:nowrap;-webkit-user-select:none;user-select:none;cursor:default;transition:opacity var(--jrr-dur-ui) var(--jrr-ease-out), color var(--jrr-dur-ui) var(--jrr-ease-out), transform var(--jrr-dur-ui) var(--jrr-ease-out);font-size:clamp(1.25rem,2.4vw,2rem)}.BrandsTicker-module__DEZsnq__dark .BrandsTicker-module__DEZsnq__brand{color:var(--jrr-cool-gray)}.BrandsTicker-module__DEZsnq__light .BrandsTicker-module__DEZsnq__brand{color:var(--jrr-charcoal);opacity:.55}.BrandsTicker-module__DEZsnq__focused{color:var(--jrr-offwhite);opacity:1;transform:scale(1.04)}.BrandsTicker-module__DEZsnq__light .BrandsTicker-module__DEZsnq__focused{color:var(--jrr-primary);opacity:1}.BrandsTicker-module__DEZsnq__muted{opacity:.18}@media (prefers-reduced-motion:reduce){.BrandsTicker-module__DEZsnq__track{justify-content:center;width:100%;animation:none;transform:translate(0,0)}.BrandsTicker-module__DEZsnq__brand{transition:none}}
.Results-module__tvRU4q__section{background-image:var(--jrr-gradient-dark);padding-top:clamp(5rem,9vw,8rem);padding-bottom:clamp(5rem,9vw,8rem)}.Results-module__tvRU4q__container{max-width:var(--content-wide);flex-direction:column;gap:clamp(3rem,5vw,4.5rem);margin:0 auto;display:flex}.Results-module__tvRU4q__topRule{width:100%}.Results-module__tvRU4q__header{gap:var(--space-4);flex-direction:column;display:flex}.Results-module__tvRU4q__headline{font-family:var(--font-body);font-weight:var(--weight-black);letter-spacing:-.015em;color:var(--jrr-offwhite);text-wrap:balance;max-width:18ch;margin:0;font-size:clamp(2.25rem,5.5vw,4.75rem);line-height:1.04}.Results-module__tvRU4q__grid{grid-template-columns:1fr;gap:clamp(2.5rem,5vw,4rem);display:grid}@media (min-width:720px){.Results-module__tvRU4q__grid{grid-template-columns:repeat(3,1fr);gap:clamp(2rem,4vw,3.5rem)}}.Results-module__tvRU4q__item{flex-direction:column;display:flex}.Results-module__tvRU4q__tickerWrap{gap:var(--space-4);border-top:1px solid #ffffff1a;flex-direction:column;padding-top:clamp(2rem,4vw,3rem);display:flex}.Results-module__tvRU4q__tickerLabel{font-family:var(--font-body);font-size:var(--text-xs);font-weight:var(--weight-bold);letter-spacing:var(--tracking-widest);text-transform:uppercase;color:var(--jrr-teal);display:inline-block}
.System-module__mVdQyG__wrapper{flex-direction:column;gap:clamp(3rem,6vw,5rem);min-height:100vh;display:flex}.System-module__mVdQyG__header{max-width:56rem}.System-module__mVdQyG__headline{font-family:var(--font-display);font-weight:var(--weight-black);font-size:clamp(2.5rem,5vw,4rem);line-height:var(--leading-tight);color:var(--jrr-charcoal);margin-top:var(--space-4);letter-spacing:var(--tracking-tight);text-wrap:balance;margin-bottom:0}.System-module__mVdQyG__grid{gap:var(--space-12);flex:1;grid-template-columns:1fr;display:grid}@media (min-width:1024px){.System-module__mVdQyG__grid{gap:var(--space-16);grid-template-columns:minmax(280px,1fr) 1.4fr;align-items:start}}.System-module__mVdQyG__numeralsCol{gap:var(--space-10);padding-block:var(--space-4);flex-direction:column;display:flex;position:relative}@media (min-width:1024px){.System-module__mVdQyG__numeralsCol{height:100vh;padding-inline:var(--space-6);justify-content:center;align-self:start;gap:clamp(1.5rem,3vw,3rem);position:sticky;top:0}}.System-module__mVdQyG__stageNumeral{will-change:transform, opacity;transition:filter var(--jrr-dur-ui) var(--jrr-ease-out);display:flex}.System-module__mVdQyG__stageNumeral:nth-child(2n){align-self:flex-end;padding-right:clamp(0rem,4vw,3rem)}.System-module__mVdQyG__stageNumeral:nth-child(odd){padding-left:clamp(0rem,2vw,1.5rem)}.System-module__mVdQyG__connectors{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;inset:0}.System-module__mVdQyG__connectorPath{stroke:var(--jrr-primary);stroke-width:1.5px;fill:none;opacity:.45}.System-module__mVdQyG__cardsCol{gap:var(--space-6);flex-direction:column;display:flex}@media (min-width:1024px){.System-module__mVdQyG__cardsCol{gap:var(--space-8);padding-block:var(--space-12)}}.System-module__mVdQyG__stepCard{will-change:transform, opacity}.System-module__mVdQyG__stepHeader{align-items:baseline;gap:var(--space-4);margin-bottom:var(--space-4);display:flex}.System-module__mVdQyG__stepIndex{font-family:var(--font-display);font-weight:var(--weight-black);font-size:var(--text-xl);color:var(--jrr-primary);letter-spacing:var(--tracking-tight)}.System-module__mVdQyG__stepTitle{font-family:var(--font-body);font-weight:var(--weight-bold);font-size:var(--text-xl);letter-spacing:var(--tracking-wide);color:var(--jrr-charcoal);text-transform:uppercase}.System-module__mVdQyG__stepBody{font-family:var(--font-body);font-size:var(--text-md);line-height:var(--leading-relaxed);color:var(--jrr-charcoal);opacity:.82;text-wrap:pretty;margin:0}
.ROI-module__xh3HfG__container{max-width:var(--content-wide);flex-direction:column;gap:clamp(3rem,5vw,4.5rem);margin:0 auto;display:flex}.ROI-module__xh3HfG__header{gap:var(--space-4);flex-direction:column;max-width:60ch;display:flex}.ROI-module__xh3HfG__headline{font-family:var(--font-body);font-weight:var(--weight-black);letter-spacing:-.015em;color:var(--jrr-charcoal);text-wrap:balance;margin:0;font-size:clamp(2.25rem,5.5vw,4.75rem);line-height:1.04}.ROI-module__xh3HfG__columns{grid-template-columns:1fr;align-items:stretch;gap:clamp(2rem,4vw,3.5rem);display:grid}@media (min-width:880px){.ROI-module__xh3HfG__columns{grid-template-columns:1fr 1px 1fr;gap:clamp(2.5rem,4vw,4rem)}}.ROI-module__xh3HfG__col{gap:var(--space-6);flex-direction:column;display:flex}.ROI-module__xh3HfG__colTitle{font-family:var(--font-body);font-weight:var(--weight-bold);letter-spacing:var(--tracking-wide);text-transform:uppercase;margin:0 0 var(--space-2);padding-bottom:var(--space-3);border-bottom:1px solid var(--jrr-gray);font-size:clamp(1.25rem,1.8vw,1.5rem)}.ROI-module__xh3HfG__titleNegative{color:var(--color-text-muted)}.ROI-module__xh3HfG__titlePositive{color:var(--jrr-charcoal)}.ROI-module__xh3HfG__divider{display:none}@media (min-width:880px){.ROI-module__xh3HfG__divider{background:var(--jrr-gray);width:1px;height:100%;display:block}}.ROI-module__xh3HfG__list{gap:var(--space-5);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.ROI-module__xh3HfG__item{gap:var(--space-4);font-family:var(--font-body);font-size:var(--text-md);line-height:var(--leading-snug);color:var(--jrr-charcoal);grid-template-columns:auto 1fr;align-items:start;display:grid}.ROI-module__xh3HfG__markWrap{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:.1em;display:inline-flex}.ROI-module__xh3HfG__markCross{color:var(--jrr-error);background:#c24a4a1a}.ROI-module__xh3HfG__markCheck{color:var(--jrr-primary);background:#0a69971a}.ROI-module__xh3HfG__mark{fill:none;width:18px;height:18px;overflow:visible}
.Contact-module__sgxDga__section{padding-top:clamp(6rem,12vw,11rem);padding-bottom:clamp(6rem,12vw,11rem)}.Contact-module__sgxDga__container{max-width:var(--content-wide);text-align:center;flex-direction:column;align-items:center;gap:clamp(1.25rem,2.5vw,2rem);margin:0 auto;display:flex}.Contact-module__sgxDga__headline{font-family:var(--font-body);font-weight:var(--weight-black);letter-spacing:-.02em;color:var(--jrr-offwhite);text-wrap:balance;max-width:14ch;margin:0;font-size:clamp(2.5rem,8.5vw,7.5rem);line-height:1.02}.Contact-module__sgxDga__underlineWrap{white-space:nowrap;display:inline-block;position:relative}.Contact-module__sgxDga__underlineText{z-index:1;position:relative}.Contact-module__sgxDga__underlineSvg{width:100%;height:.28em;color:var(--jrr-teal);pointer-events:none;filter:drop-shadow(0 0 12px #3ba0b173);position:absolute;bottom:-.16em;left:0;right:0;overflow:visible}.Contact-module__sgxDga__subheadline{font-family:var(--font-body);font-weight:var(--weight-regular);font-size:clamp(1rem,1.4vw,1.25rem);line-height:var(--leading-relaxed);color:var(--color-text-on-panel-muted);text-wrap:pretty;max-width:56ch;margin:0}.Contact-module__sgxDga__ctaWrap{--pulse-duration:3s;--pulse-intensity:1;justify-content:center;align-items:center;margin-top:clamp(1.5rem,3vw,2.5rem);padding:.5rem;display:inline-flex;position:relative}.Contact-module__sgxDga__pulseRing{border-radius:var(--jrr-radius-pill);pointer-events:none;animation:Contact-module__sgxDga__pulse var(--pulse-duration) var(--jrr-ease-out) infinite;opacity:calc(.5 + .5 * var(--pulse-intensity));position:absolute;inset:0;box-shadow:0 0 #3ba0b18c}@keyframes Contact-module__sgxDga__pulse{0%{box-shadow:0 0 #3ba0b18c}70%{box-shadow:0 0 0 22px #3ba0b100}to{box-shadow:0 0 #3ba0b100}}@media (prefers-reduced-motion:reduce){.Contact-module__sgxDga__pulseRing{animation:none;box-shadow:0 0 #0000}}
