:root{--navy: #15182f;--navy-2: #1b1f3d;--navy-3: #232850;--cream: #ece3d2;--cream-dim: #b9b2a6;--sun-1: #f4e0ab;--sun-2: #f5d278;--sun-3: #f6bd56;--sun-4: #f5a64a;--sun-5: #f28945;--sun-6: #eb6e42;--sun-7: #df5441;--sun-8: #c53d4b;--sun-9: #a52f51;--sun-10: #7c2a52;--sunset: linear-gradient( 90deg, var(--sun-1), var(--sun-2), var(--sun-3), var(--sun-4), var(--sun-5), var(--sun-6), var(--sun-7), var(--sun-8), var(--sun-9), var(--sun-10) );--sunset-v: linear-gradient( 180deg, var(--sun-1), var(--sun-2), var(--sun-3), var(--sun-4), var(--sun-5), var(--sun-6), var(--sun-7), var(--sun-8), var(--sun-9), var(--sun-10) );--spine-w: clamp(48px, 4.5vw, 72px);--header-h: clamp(56px, 7vh, 84px);--maxw: 1180px;--pad-x: clamp(1.25rem, 5vw, 4rem);--section-pad-y: clamp(4.5rem, 12vh, 9rem);--ease: cubic-bezier(.22, .61, .24, 1)}*{box-sizing:border-box}html{scroll-behavior:auto}html,body{margin:0;padding:0;background:var(--navy);color:var(--cream)}body{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;line-height:1.6;overflow-x:hidden}body:not(.site-open){overflow:hidden;height:100vh}html.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.display{font-family:Anton,system-ui,sans-serif;font-weight:400;line-height:.95;letter-spacing:.005em;transform:scaleY(.92);transform-origin:left top;text-transform:none}.kicker{font-family:Inter,sans-serif;font-weight:700;font-size:clamp(.7rem,1.4vw,.82rem);letter-spacing:.22em;text-transform:uppercase;color:var(--cream-dim)}.gradient-text{background:var(--sunset);-webkit-background-clip:text;background-clip:text;color:transparent}.section{position:relative;padding:var(--section-pad-y) var(--pad-x);scroll-margin-top:var(--header-h)}.container{width:100%;max-width:var(--maxw);margin-inline:auto}.eyebrow-row{display:flex;align-items:center;gap:.9rem;margin-bottom:1.5rem}.eyebrow-row:after{content:"";height:3px;flex:1;background:var(--sunset);border-radius:2px;opacity:.55}.btn{--btn-fg: var(--navy);display:inline-flex;align-items:center;gap:.6em;font-family:Inter,sans-serif;font-weight:800;font-size:clamp(.9rem,1.6vw,1.02rem);letter-spacing:.01em;padding:.85em 1.8em;border:0;border-radius:999px;cursor:pointer;color:var(--btn-fg);background:var(--sunset);background-size:200% 100%;background-position:0% 0;transition:background-position .5s var(--ease),transform .18s var(--ease),box-shadow .18s var(--ease)}.btn:hover{background-position:100% 0;transform:translateY(-2px);box-shadow:0 10px 30px -10px #f58a458c}.btn:active{transform:translateY(0)}.btn-ghost{background:transparent;color:var(--cream);border:2px solid var(--navy-3);border-radius:999px}.btn-ghost:hover{background:var(--navy-2);border-color:var(--sun-5);box-shadow:none}.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s var(--ease),transform .7s var(--ease);transition-delay:var(--reveal-delay, 0ms);will-change:opacity,transform}.reveal.in{opacity:1;transform:none}:focus-visible{outline:3px solid var(--sun-3);outline-offset:2px}@media (prefers-reduced-motion: reduce){.reveal{opacity:1!important;transform:none!important;transition:none}*{scroll-behavior:auto!important}}#intro[data-astro-cid-u43ozx4m]{position:fixed;inset:0;z-index:60;display:grid;place-items:center;background:var(--navy);transition:opacity .5s ease}body.intro-done #intro[data-astro-cid-u43ozx4m]{opacity:0;pointer-events:none}.intro-stack[data-astro-cid-u43ozx4m]{--dome-w: min(60vw, 59vh, 532px);display:flex;flex-direction:column;align-items:center;gap:calc(var(--dome-w) * .038)}.sun[data-astro-cid-u43ozx4m]{width:100vw;display:flex;flex-direction:column;gap:calc(var(--dome-w) * .0189);transform-origin:center center;transition:transform .8s var(--ease),opacity .6s ease .25s,gap .45s var(--ease)}.bar[data-astro-cid-u43ozx4m]{position:relative;width:100%;height:calc(var(--h) * var(--dome-w));transition:height .45s var(--ease)}.seg[data-astro-cid-u43ozx4m]{position:absolute;top:0;height:100%;background:var(--c);width:calc(var(--w) * var(--dome-w) / 2);transition:width .45s var(--ease),left .45s var(--ease),right .45s var(--ease)}.seg[data-astro-cid-u43ozx4m].left{left:calc(50% - var(--w) * var(--dome-w) / 2)}.seg[data-astro-cid-u43ozx4m].right{right:calc(50% - var(--w) * var(--dome-w) / 2)}.play[data-astro-cid-u43ozx4m] .seg[data-astro-cid-u43ozx4m].left{animation:draw-left 1.6s var(--intro-ease) .3s both}.play[data-astro-cid-u43ozx4m] .seg[data-astro-cid-u43ozx4m].right{animation:draw-right 1.6s var(--intro-ease) .3s both}:root{--intro-ease: cubic-bezier(.45, 0, .2, 1)}@keyframes draw-left{0%{left:0;width:0}42%,52%{left:0;width:50%}to{left:calc(50% - var(--w) * var(--dome-w) / 2);width:calc(var(--w) * var(--dome-w) / 2)}}@keyframes draw-right{0%{right:0;width:0}42%,52%{right:0;width:50%}to{right:calc(50% - var(--w) * var(--dome-w) / 2);width:calc(var(--w) * var(--dome-w) / 2)}}body.intro-stretch .seg[data-astro-cid-u43ozx4m],body.intro-stretch .bar[data-astro-cid-u43ozx4m]{animation:none}body.intro-stretch .sun[data-astro-cid-u43ozx4m]{gap:0}body.intro-stretch .bar[data-astro-cid-u43ozx4m]{height:calc(var(--dome-w) / 10)}body.intro-stretch .seg[data-astro-cid-u43ozx4m]{width:50%}body.intro-stretch .seg[data-astro-cid-u43ozx4m].left{left:0}body.intro-stretch .seg[data-astro-cid-u43ozx4m].right{right:0}body.intro-flip .sun[data-astro-cid-u43ozx4m]{transform:translate(-42vw) rotate(90deg) scale(.42);opacity:0}.wordmark[data-astro-cid-u43ozx4m]{font-size:calc(var(--dome-w) * .272);color:var(--cream);transform:scaleY(.9);transform-origin:top center;opacity:0;animation:word-in .8s ease 2.1s both;transition:transform .8s var(--ease),opacity .5s ease}@keyframes word-in{0%{opacity:0;transform:scaleY(.9) translateY(16px)}to{opacity:1;transform:scaleY(.9) translateY(0)}}body.intro-flip .wordmark[data-astro-cid-u43ozx4m]{animation:none;transform:translate(-38vw,-40vh) scale(.3);opacity:0}.tagline[data-astro-cid-u43ozx4m]{position:relative;display:inline-block;margin:.5rem 0 .4rem;font-weight:800;font-size:clamp(1.4rem,4.2vw,2.4rem);letter-spacing:-.01em;color:var(--sun-1);opacity:0;transform:translateY(12px);animation:rise .7s var(--ease) 2.7s both}.tagline[data-astro-cid-u43ozx4m]:after{content:"";position:absolute;left:0;bottom:-.18em;width:100%;height:5px;border-radius:3px;background:linear-gradient(90deg,var(--sun-9),var(--sun-10));transform:scaleX(0);transform-origin:left center;animation:underline-draw .7s var(--ease) 3.3s both,underline-pulse 2.8s ease-in-out 4s infinite}@keyframes underline-draw{to{transform:scaleX(1)}}@keyframes underline-pulse{0%,to{filter:brightness(1);box-shadow:0 0 #a52f5100}50%{filter:brightness(1.25);box-shadow:0 0 14px #a52f518c}}#find-out-how[data-astro-cid-u43ozx4m]{margin-top:clamp(.7rem,3vh,1.6rem);opacity:0;transform:translateY(12px);animation:rise .7s var(--ease) 3s both}@keyframes rise{to{opacity:1;transform:none}}body.intro-stretch .tagline[data-astro-cid-u43ozx4m],body.intro-stretch #find-out-how[data-astro-cid-u43ozx4m]{animation:none;opacity:0;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease;pointer-events:none}@media (prefers-reduced-motion: reduce){.play[data-astro-cid-u43ozx4m] .seg[data-astro-cid-u43ozx4m].left,.play[data-astro-cid-u43ozx4m] .seg[data-astro-cid-u43ozx4m].right{animation:none}.wordmark[data-astro-cid-u43ozx4m],.tagline[data-astro-cid-u43ozx4m],#find-out-how[data-astro-cid-u43ozx4m]{animation:none;opacity:1;transform:scaleY(.9)}.tagline[data-astro-cid-u43ozx4m],#find-out-how[data-astro-cid-u43ozx4m]{transform:none}.tagline[data-astro-cid-u43ozx4m]:after{animation:none;transform:scaleX(1)}}.spine[data-astro-cid-vevxbnpu]{position:fixed;top:0;left:0;width:var(--spine-w);height:100vh;height:100svh;z-index:40;pointer-events:none;opacity:0;transform:translate(-12px);transition:opacity .6s ease .55s,transform .6s var(--ease) .55s;border-right:1px solid var(--navy-3)}body.site-open .spine[data-astro-cid-vevxbnpu]{opacity:1;transform:none}.stripes[data-astro-cid-vevxbnpu]{position:absolute;inset:0;display:flex}.stripes[data-astro-cid-vevxbnpu] i[data-astro-cid-vevxbnpu]{flex:1;height:100%}.base[data-astro-cid-vevxbnpu]{opacity:.26}.fill[data-astro-cid-vevxbnpu]{position:absolute;top:0;left:0;width:100%;height:calc(var(--progress, 0) * 100%);overflow:hidden;transition:height .1s linear}.fill[data-astro-cid-vevxbnpu] .stripes[data-astro-cid-vevxbnpu]{height:100vh;height:100svh;width:var(--spine-w)}.fill[data-astro-cid-vevxbnpu]:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:18px;background:linear-gradient(to top,rgba(255,255,255,.35),transparent);mix-blend-mode:overlay}.spine-mobile[data-astro-cid-vevxbnpu]{position:fixed;top:var(--header-h);left:0;width:100%;height:4px;z-index:40;display:none;opacity:0;transition:opacity .5s ease .4s}body.site-open .spine-mobile[data-astro-cid-vevxbnpu]{opacity:1}.spine-mobile[data-astro-cid-vevxbnpu] .track[data-astro-cid-vevxbnpu]{display:block;width:100%;height:100%;background:#ece3d21f}.spine-mobile[data-astro-cid-vevxbnpu] .bar[data-astro-cid-vevxbnpu]{display:block;height:100%;width:calc(var(--progress, 0) * 100%);background:var(--sunset);transition:width .1s linear}@media (max-width: 860px){.spine[data-astro-cid-vevxbnpu]{display:none}.spine-mobile[data-astro-cid-vevxbnpu]{display:block}}.site-header[data-astro-cid-ctg3m53h]{position:fixed;top:0;left:0;width:100%;height:var(--header-h);z-index:50;display:flex;align-items:center;justify-content:space-between;padding-left:calc(var(--spine-w) + clamp(.9rem,2vw,1.6rem));padding-right:var(--pad-x);background:transparent;opacity:0;transform:translateY(-8px);transition:opacity .6s ease .5s,transform .6s var(--ease) .5s}.site-header[data-astro-cid-ctg3m53h]:after{content:"";position:absolute;left:0;right:0;top:0;height:clamp(94px,12vh,128px);background:linear-gradient(to bottom,#0e1020d9 0% 58%,#0e102000);z-index:-1;pointer-events:none}body.site-open .site-header[data-astro-cid-ctg3m53h]{opacity:1;transform:none}.brand[data-astro-cid-ctg3m53h]{display:inline-flex;align-items:center;gap:.5em;font-size:clamp(1.4rem,2.8vw,2rem);color:var(--cream);line-height:1}.brand-sun[data-astro-cid-ctg3m53h]{flex:none;height:.72em;width:auto;display:block}.brand-name[data-astro-cid-ctg3m53h]{transform:scaleY(.9);transform-origin:left center;line-height:1}.nav[data-astro-cid-ctg3m53h]{display:flex;gap:clamp(1rem,2.4vw,2.2rem)}.nav-link[data-astro-cid-ctg3m53h]{position:relative;font-weight:700;font-size:.92rem;letter-spacing:.02em;color:var(--sun-1);padding:.3em 0;transition:color .2s var(--ease)}.nav-link[data-astro-cid-ctg3m53h]:after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:2px;background:var(--sunset);transform:scaleX(0);transform-origin:left;transition:transform .28s var(--ease)}.nav-link[data-astro-cid-ctg3m53h]:hover{color:var(--cream)}.nav-link[data-astro-cid-ctg3m53h]:hover:after,.nav-link[data-astro-cid-ctg3m53h].active:after{transform:scaleX(1)}.nav-link[data-astro-cid-ctg3m53h].active{color:var(--sun-1)}.menu-toggle[data-astro-cid-ctg3m53h]{display:none;flex-direction:column;gap:5px;width:40px;height:40px;padding:9px 7px;background:transparent;border:0;cursor:pointer}.menu-toggle[data-astro-cid-ctg3m53h] span[data-astro-cid-ctg3m53h]{display:block;height:2.5px;width:100%;background:var(--cream);border-radius:2px;transition:transform .3s var(--ease),opacity .2s ease}body.menu-open .menu-toggle[data-astro-cid-ctg3m53h] span[data-astro-cid-ctg3m53h]:nth-child(1){transform:translateY(7.5px) rotate(45deg)}body.menu-open .menu-toggle[data-astro-cid-ctg3m53h] span[data-astro-cid-ctg3m53h]:nth-child(2){opacity:0}body.menu-open .menu-toggle[data-astro-cid-ctg3m53h] span[data-astro-cid-ctg3m53h]:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}.mobile-nav[data-astro-cid-ctg3m53h]{position:fixed;inset:0;z-index:45;background:var(--navy);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.4rem;padding:var(--pad-x);opacity:0;pointer-events:none;transform:translateY(-100%);transition:opacity .35s ease,transform .45s var(--ease)}body.menu-open .mobile-nav[data-astro-cid-ctg3m53h]{opacity:1;pointer-events:auto;transform:none}.mobile-link[data-astro-cid-ctg3m53h]{font-size:clamp(2.2rem,11vw,3.6rem);color:var(--sun-1);transform:scaleY(.9);transform-origin:left center;transition:color .2s ease}.mobile-link[data-astro-cid-ctg3m53h]:hover,.mobile-link[data-astro-cid-ctg3m53h].active{color:var(--sun-4)}@media (max-width: 860px){.site-header[data-astro-cid-ctg3m53h]{padding-left:var(--pad-x)}.nav[data-astro-cid-ctg3m53h]{display:none}.menu-toggle[data-astro-cid-ctg3m53h]{display:flex}}.hero[data-astro-cid-anhloy43]{display:flex;flex-direction:column;justify-content:flex-start;padding-top:calc(var(--header-h) + clamp(1.5rem,5vh,3.5rem));padding-bottom:clamp(1.5rem,4vh,2.5rem)}.hero-head[data-astro-cid-anhloy43]{max-width:60ch}.kicker[data-astro-cid-anhloy43]{color:var(--sun-1);max-width:22ch}.headline[data-astro-cid-anhloy43]{font-size:clamp(2.2rem,7.5vw,6rem);line-height:1.18;margin:.4rem 0 1.1rem;color:var(--cream)}.trail[data-astro-cid-anhloy43]{color:var(--cream)}.hl-line[data-astro-cid-anhloy43]{display:block;white-space:nowrap}.rotator[data-astro-cid-anhloy43]{display:inline-block;position:relative;vertical-align:baseline;transition:width .3s cubic-bezier(.65,0,.35,1)}.word[data-astro-cid-anhloy43]{display:inline-block;white-space:nowrap;color:var(--sun-4);padding-bottom:.08em;will-change:transform,opacity;transition:transform .3s ease,opacity .3s ease}.word[data-astro-cid-anhloy43].out{opacity:0;transform:translateY(-.42em)}.word[data-astro-cid-anhloy43].hide{opacity:0;transition:none}.word[data-astro-cid-anhloy43].in{opacity:0;transform:translateY(.42em);transition:none}.sub[data-astro-cid-anhloy43]{max-width:38ch;font-size:clamp(1rem,2.2vw,1.3rem);color:var(--cream-dim);margin:0}.stats-section[data-astro-cid-fpqmvzvu]{padding-top:clamp(2rem,5vh,3.5rem);padding-bottom:clamp(2.25rem,6vh,4.5rem)}.title[data-astro-cid-fpqmvzvu]{font-size:clamp(2.6rem,8vw,5.5rem);margin:0 0 clamp(2rem,5vh,3.5rem);color:var(--cream)}.stats[data-astro-cid-fpqmvzvu]{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(45%,160px),1fr));gap:clamp(1.2rem,3vw,2rem)}.stat[data-astro-cid-fpqmvzvu]{border-left:3px solid transparent;border-image:var(--sunset-v) 1;padding-left:1.1rem}.stat-num[data-astro-cid-fpqmvzvu]{display:block;font-size:clamp(3rem,9vw,6rem);line-height:.9;background:var(--sunset);-webkit-background-clip:text;background-clip:text;color:transparent}.stat-label[data-astro-cid-fpqmvzvu]{font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:clamp(.72rem,1.5vw,.85rem);color:var(--cream-dim)}#what-we-do[data-astro-cid-atpuvmwh]{padding-top:clamp(2.25rem,6vh,4.5rem);padding-bottom:clamp(3rem,8vh,6rem)}.blurb[data-astro-cid-atpuvmwh]{font-size:clamp(1.6rem,4.4vw,3.1rem);line-height:1.12;max-width:24ch;color:var(--cream);margin:0 0 clamp(2.5rem,6vh,4rem)}.blurb[data-astro-cid-atpuvmwh]{transform:scaleY(.94);transform-origin:left top}.services[data-astro-cid-atpuvmwh]{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,270px),1fr));gap:0;border-top:1px solid var(--navy-3)}.service[data-astro-cid-atpuvmwh]{display:flex;align-items:baseline;gap:.9rem;padding:1.15rem .4rem;border-bottom:1px solid var(--navy-3);transition:background .25s var(--ease)}.service[data-astro-cid-atpuvmwh]:hover{background:var(--navy-2)}.num[data-astro-cid-atpuvmwh]{font-family:Anton,sans-serif;font-size:.95rem;background:var(--sunset);-webkit-background-clip:text;background-clip:text;color:transparent;min-width:1.6em}.name[data-astro-cid-atpuvmwh]{font-weight:700;font-size:clamp(1.05rem,2.2vw,1.35rem)}.who[data-astro-cid-atpuvmwh]{margin-top:clamp(2.5rem,6vh,4rem)}.who-label[data-astro-cid-atpuvmwh]{display:block;margin-bottom:1rem}.chips[data-astro-cid-atpuvmwh]{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.7rem}.chip[data-astro-cid-atpuvmwh]{padding:.55em 1.1em;border:1.5px solid var(--navy-3);border-radius:999px;font-weight:600;font-size:clamp(.85rem,1.8vw,1rem);transition:border-color .25s var(--ease),color .25s var(--ease)}.chip[data-astro-cid-atpuvmwh]:hover{border-color:var(--sun-5);color:var(--sun-3)}.how[data-astro-cid-3txzis3t]{background:var(--navy-2)}#how-we-win[data-astro-cid-3txzis3t]{padding-top:clamp(3rem,8vh,6rem);padding-bottom:clamp(1.5rem,4vh,3rem)}.title[data-astro-cid-3txzis3t]{font-size:clamp(2.6rem,8vw,5.5rem);margin:0 0 1rem;color:var(--sun-1)}.intro[data-astro-cid-3txzis3t]{max-width:58ch;font-size:clamp(1.15rem,2.4vw,1.5rem);color:var(--cream);line-height:1.4;margin:0 0 clamp(2.5rem,6vh,4rem)}.pillars[data-astro-cid-3txzis3t]{display:flex;flex-direction:column}.pillar[data-astro-cid-3txzis3t]{display:grid;grid-template-columns:minmax(200px,280px) 1fr;gap:clamp(1.5rem,5vw,4rem);padding:clamp(2rem,5vh,3.25rem) 0;border-top:1px solid var(--navy-3)}.pillar[data-astro-cid-3txzis3t]:last-child{border-bottom:1px solid var(--navy-3)}.pillar-head[data-astro-cid-3txzis3t]{display:flex;flex-direction:column;gap:.4rem}.pillar-no[data-astro-cid-3txzis3t]{font-size:clamp(2.4rem,5vw,3.4rem);line-height:1;background:var(--sunset);-webkit-background-clip:text;background-clip:text;color:transparent;width:max-content}.pillar-title[data-astro-cid-3txzis3t]{font-size:clamp(1.5rem,3vw,2.1rem);color:var(--cream);line-height:1.04}.pillar-content[data-astro-cid-3txzis3t]{max-width:64ch}.pillar-hook[data-astro-cid-3txzis3t]{margin:0 0 .9rem;font-size:clamp(1.15rem,2.4vw,1.55rem);font-weight:700;line-height:1.3;color:var(--cream);text-wrap:balance}.pillar-text[data-astro-cid-3txzis3t]{margin:0;font-size:clamp(1rem,1.7vw,1.1rem);line-height:1.65;color:var(--cream-dim)}@media (max-width: 760px){.pillar[data-astro-cid-3txzis3t]{grid-template-columns:1fr;gap:1rem}.pillar-head[data-astro-cid-3txzis3t]{flex-direction:row;align-items:baseline;gap:.9rem}}#clients[data-astro-cid-nmhne2jc]{padding-top:clamp(2rem,5.3vh,4rem);padding-bottom:clamp(1.5rem,4vh,3rem)}.title[data-astro-cid-nmhne2jc]{font-size:clamp(2.6rem,8vw,5.5rem);margin:0 0 1rem;color:var(--sun-1)}.lead-sub[data-astro-cid-nmhne2jc]{max-width:60ch;font-size:clamp(1rem,2.2vw,1.3rem);line-height:1.5;color:var(--cream-dim);margin:0 0 clamp(2rem,5vh,3rem)}.marquee[data-astro-cid-nmhne2jc]{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}.marquee-track[data-astro-cid-nmhne2jc]{display:flex;gap:clamp(1rem,2.5vw,2rem);width:max-content;animation:glide 38s linear infinite}.marquee[data-astro-cid-nmhne2jc]:hover .marquee-track[data-astro-cid-nmhne2jc]{animation-play-state:paused}@keyframes glide{to{transform:translate(-50%)}}.win[data-astro-cid-nmhne2jc]{flex:0 0 auto;width:clamp(190px,22vw,270px)}.win-img[data-astro-cid-nmhne2jc]{aspect-ratio:3 / 4;overflow:hidden;background:var(--navy-2);border:1px solid var(--navy-3)}.win-img[data-astro-cid-nmhne2jc] img[data-astro-cid-nmhne2jc]{width:100%;height:100%;object-fit:cover}.win-fill[data-astro-cid-nmhne2jc]{display:block;width:100%;height:100%;background:radial-gradient(120% 120% at 80% 10%,color-mix(in srgb,var(--tint) 55%,transparent),transparent 60%),var(--navy-2)}.win-meta[data-astro-cid-nmhne2jc]{padding:.8rem .1rem 0}.win-name[data-astro-cid-nmhne2jc]{display:block;font-family:Anton,sans-serif;transform:scaleY(.9);transform-origin:left;font-size:clamp(1.1rem,2.4vw,1.5rem);color:var(--cream)}.win-title[data-astro-cid-nmhne2jc]{display:block;font-size:.85rem;color:var(--cream-dim);margin-top:.2rem}@media (prefers-reduced-motion: reduce){.marquee-track[data-astro-cid-nmhne2jc]{animation:none;flex-wrap:wrap;width:100%}}.contact[data-astro-cid-zbjjch6a]{background:var(--navy-2)}#contact[data-astro-cid-zbjjch6a]{padding-top:clamp(3rem,8vh,5.5rem)}.grid[data-astro-cid-zbjjch6a]{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4.5rem);align-items:start}.title[data-astro-cid-zbjjch6a]{font-size:clamp(2.4rem,6vw,4.5rem);margin:0 0 1rem;color:var(--cream)}.sub[data-astro-cid-zbjjch6a]{color:var(--cream-dim);font-size:clamp(1rem,2.2vw,1.25rem);max-width:34ch}.team[data-astro-cid-zbjjch6a]{list-style:none;margin:1.75rem 0 0;padding:0;display:grid;gap:1.3rem}.member[data-astro-cid-zbjjch6a]{display:flex;flex-direction:column}.m-name[data-astro-cid-zbjjch6a]{font-family:Anton,sans-serif;transform:scaleY(.9);transform-origin:left;font-size:clamp(1.3rem,2.8vw,1.8rem);color:var(--cream);line-height:1.1}.m-role[data-astro-cid-zbjjch6a]{font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--cream-dim);margin:.15rem 0 .25rem}.m-email[data-astro-cid-zbjjch6a]{font-weight:700;color:var(--sun-1);width:max-content}.m-email[data-astro-cid-zbjjch6a]:hover{text-decoration:underline}.form[data-astro-cid-zbjjch6a]{display:grid;gap:1rem}.row[data-astro-cid-zbjjch6a]{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.field[data-astro-cid-zbjjch6a]{display:grid;gap:.4rem}.field[data-astro-cid-zbjjch6a]>span[data-astro-cid-zbjjch6a]{font-weight:700;font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;color:var(--cream-dim)}.field[data-astro-cid-zbjjch6a] input[data-astro-cid-zbjjch6a],.field[data-astro-cid-zbjjch6a] select[data-astro-cid-zbjjch6a],.field[data-astro-cid-zbjjch6a] textarea[data-astro-cid-zbjjch6a]{font:inherit;color:var(--cream);background:var(--navy);border:1.5px solid var(--navy-3);border-radius:2px;padding:.75em .85em;transition:border-color .2s var(--ease),box-shadow .2s var(--ease)}.field[data-astro-cid-zbjjch6a] textarea[data-astro-cid-zbjjch6a]{resize:vertical}.field[data-astro-cid-zbjjch6a] input[data-astro-cid-zbjjch6a]:focus,.field[data-astro-cid-zbjjch6a] select[data-astro-cid-zbjjch6a]:focus,.field[data-astro-cid-zbjjch6a] textarea[data-astro-cid-zbjjch6a]:focus{outline:none;border-color:var(--sun-5);box-shadow:0 0 0 3px #f58a452e}.field[data-astro-cid-zbjjch6a] select[data-astro-cid-zbjjch6a]{appearance:none;cursor:pointer}.btn[data-astro-cid-zbjjch6a]{justify-self:start;margin-top:.4rem}.btn[data-astro-cid-zbjjch6a]:disabled{opacity:.7;cursor:default}.thanks[data-astro-cid-zbjjch6a]{font-size:clamp(1.2rem,3vw,1.6rem);font-weight:700;line-height:1.4;color:var(--sun-1);margin:0}@media (max-width: 860px){.grid[data-astro-cid-zbjjch6a],.row[data-astro-cid-zbjjch6a]{grid-template-columns:1fr}}.who-section[data-astro-cid-6bymmfcl]{padding-top:clamp(1.5rem,4vh,2.75rem);padding-bottom:clamp(3rem,8vh,5.5rem)}.chips[data-astro-cid-6bymmfcl]{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.8rem}.chip[data-astro-cid-6bymmfcl]{padding:.7em 1.3em;border:1.5px solid var(--navy-3);border-radius:999px;font-weight:600;font-size:clamp(.95rem,2vw,1.2rem);color:var(--cream);transition:border-color .25s var(--ease),color .25s var(--ease)}.chip[data-astro-cid-6bymmfcl]:hover{border-color:var(--sun-5);color:var(--sun-3)}.footer[data-astro-cid-scinlfmn]{padding:clamp(2rem,6vh,3.5rem) var(--pad-x) 2rem;text-align:center}.foot-logo[data-astro-cid-scinlfmn]{--foot-w: clamp(126px, 24vw, 210px);display:inline-flex;flex-direction:column;align-items:center;gap:calc(var(--foot-w) * .04)}.sun[data-astro-cid-scinlfmn]{width:var(--foot-w);display:flex;flex-direction:column;gap:calc(var(--foot-w) * .0189)}.bar[data-astro-cid-scinlfmn]{position:relative;width:100%;height:calc(var(--h) * var(--foot-w))}.seg[data-astro-cid-scinlfmn]{position:absolute;top:0;height:100%;background:var(--c);width:calc(var(--w) * var(--foot-w) / 2)}.seg[data-astro-cid-scinlfmn].left{left:calc(50% - var(--w) * var(--foot-w) / 2)}.seg[data-astro-cid-scinlfmn].right{right:calc(50% - var(--w) * var(--foot-w) / 2)}.foot-logo[data-astro-cid-scinlfmn].in .seg[data-astro-cid-scinlfmn].left{animation:fdraw-left 1.3s cubic-bezier(.45,0,.2,1) both}.foot-logo[data-astro-cid-scinlfmn].in .seg[data-astro-cid-scinlfmn].right{animation:fdraw-right 1.3s cubic-bezier(.45,0,.2,1) both}@keyframes fdraw-left{0%{left:0;width:0}42%,52%{left:0;width:50%}to{left:calc(50% - var(--w) * var(--foot-w) / 2);width:calc(var(--w) * var(--foot-w) / 2)}}@keyframes fdraw-right{0%{right:0;width:0}42%,52%{right:0;width:50%}to{right:calc(50% - var(--w) * var(--foot-w) / 2);width:calc(var(--w) * var(--foot-w) / 2)}}.wordmark[data-astro-cid-scinlfmn]{font-size:calc(var(--foot-w) * .272);color:var(--cream);transform:scaleY(.9);transform-origin:top center;line-height:1}.foot-blurb[data-astro-cid-scinlfmn]{margin:1.4rem auto 0;max-width:36ch;color:var(--cream-dim);font-size:clamp(1rem,2.2vw,1.2rem)}.foot-contact[data-astro-cid-scinlfmn]{margin-top:1.6rem;display:flex;flex-direction:column;align-items:center;gap:.8rem}.foot-email[data-astro-cid-scinlfmn]{font-family:Anton,sans-serif;transform:scaleY(.9);font-size:clamp(1.2rem,3vw,1.7rem);color:var(--sun-1)}.socials[data-astro-cid-scinlfmn]{list-style:none;display:flex;gap:1.4rem;margin:0;padding:0}.socials[data-astro-cid-scinlfmn] a[data-astro-cid-scinlfmn]{color:var(--cream-dim);font-weight:600;transition:color .2s ease}.socials[data-astro-cid-scinlfmn] a[data-astro-cid-scinlfmn]:hover{color:var(--sun-4)}.stripe[data-astro-cid-scinlfmn]{height:5px;background:var(--sunset);margin:clamp(2.5rem,6vh,4rem) auto 1.2rem;max-width:var(--maxw)}.copyright[data-astro-cid-scinlfmn]{font-size:.8rem;color:var(--cream-dim)}@media (prefers-reduced-motion: reduce){.foot-logo[data-astro-cid-scinlfmn].in .seg[data-astro-cid-scinlfmn].left,.foot-logo[data-astro-cid-scinlfmn].in .seg[data-astro-cid-scinlfmn].right{animation:none}}#site[data-astro-cid-j7pv25f6]{padding-left:var(--spine-w);opacity:0;transition:opacity .6s ease .5s}body.site-open #site[data-astro-cid-j7pv25f6]{opacity:1}@media (max-width: 860px){#site[data-astro-cid-j7pv25f6]{padding-left:0}}
