.growth-page{--growth-ink: hsl(var(--foreground));--growth-muted: hsl(var(--muted-foreground));--growth-line: hsl(var(--border) / .78);--growth-signal: hsl(var(--foreground) / .72);position:relative;z-index:10;overflow:clip;color:var(--growth-ink);background:radial-gradient(ellipse 66% 20% at 82% 2%,#326f582b 0%,transparent 72%),radial-gradient(ellipse 48% 24% at 3% 66%,#7894a612 0%,transparent 76%),linear-gradient(180deg,hsl(var(--background) / .48),hsl(var(--background) / .3) 48%,hsl(var(--background) / .5));-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.growth-width{width:min(1296px,calc(100% - 9rem));margin-inline:auto}.growth-page h1,.growth-page h2,.growth-page h3{color:var(--growth-ink);font-family:var(--font-display, inherit);font-weight:500;text-wrap:balance}.growth-page p{color:var(--growth-muted)}.growth-hero{border-bottom:1px solid var(--growth-line);background:linear-gradient(180deg,hsl(var(--background) / .1),transparent 72%)}.growth-hero-inner{display:grid;grid-template-columns:minmax(0,.92fr) minmax(480px,1.08fr);align-items:center;gap:clamp(3rem,7vw,7.5rem);min-height:760px;padding-block:3rem 5rem}.growth-hero-copy{min-width:0}.growth-back{display:inline-flex;align-items:center;min-height:44px;margin-bottom:clamp(2rem,4vw,3.75rem);color:var(--growth-muted);font-size:.8125rem}.growth-back:hover{color:var(--growth-ink)}.growth-page h1{max-width:9.5ch;font-size:clamp(4.25rem,6vw,4.875rem);line-height:.96;letter-spacing:-.058em}.growth-intro{max-width:50ch;margin-top:2rem;font-size:clamp(1.0625rem,1.5vw,1.25rem);line-height:1.55;text-wrap:pretty}.growth-actions{display:flex;margin-top:2.25rem}.growth-actions a{color:hsl(var(--background));background:var(--growth-ink);border-color:var(--growth-ink)}.growth-actions a:hover{background:#d9d7d0}.growth-hero-visual{position:relative;isolation:isolate;min-width:0;aspect-ratio:576 / 552;margin:0;overflow:hidden;background:hsl(var(--card) / .7);border:1px solid hsl(var(--foreground) / .13);box-shadow:0 32px 100px #0005}.growth-hero-visual:before{content:"";position:absolute;z-index:1;inset:0;pointer-events:none;background:linear-gradient(180deg,transparent 62%,#05080abd 100%)}.growth-hero-visual img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:54% center;object-position:54% center}.growth-hero-visual figcaption{color:var(--growth-ink);font-family:Geist Mono,ui-monospace,monospace;font-size:.625rem;line-height:1.4;letter-spacing:.08em;text-transform:uppercase;position:absolute;z-index:2;right:1.25rem;bottom:1.1rem;left:1.25rem}.growth-services{padding-block:clamp(5rem,8vw,8rem)}.growth-services-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);gap:clamp(3rem,8vw,9rem);align-items:end;margin-bottom:clamp(3.5rem,6vw,5.5rem)}.growth-services-heading h2{max-width:15ch;font-size:clamp(3rem,5vw,4.75rem);line-height:.98;letter-spacing:-.055em}.growth-services-heading>p{max-width:57ch;font-size:1.0625rem;line-height:1.65}.growth-service-browser{display:grid;grid-template-columns:minmax(280px,.34fr) minmax(0,1fr);min-height:720px;overflow:hidden;overflow-anchor:none;background:hsl(var(--background) / .46);border:1px solid hsl(var(--foreground) / .12);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 30px 100px #0003}.growth-service-tabs{border-right:1px solid var(--growth-line);background:hsl(var(--background) / .22)}.growth-service-tabs button{--service-accent: #91a99a;position:relative;display:grid;align-content:center;width:100%;min-height:144px;padding:1.5rem 1.75rem;color:var(--growth-muted);border:0;border-bottom:1px solid var(--growth-line);background:transparent;text-align:left;cursor:pointer;transition:color .18s ease,background-color .18s ease,box-shadow .18s ease}.growth-service-tabs button:nth-child(2){--service-accent: #8e9faf}.growth-service-tabs button:nth-child(3){--service-accent: #a6a28f}.growth-service-tabs button:nth-child(4){--service-accent: #b39479}.growth-service-tabs button:nth-child(5){--service-accent: #82a08f}.growth-service-tab-title{display:flex;align-items:center;gap:.85rem;color:var(--growth-ink)}.growth-service-tab-label{font-family:var(--font-display, inherit);font-size:clamp(1.8rem,2.4vw,2.25rem);line-height:1;letter-spacing:-.045em}.growth-service-tab-icon{display:grid;flex:0 0 auto;place-items:center;width:1.75rem;height:1.75rem;color:hsl(var(--foreground) / .44);transition:color .18s ease,transform .18s ease}.growth-service-tabs button[aria-selected=true] .growth-service-tab-icon{color:var(--service-accent);transform:translate(2px)}.growth-service-tabs button small{max-width:31ch;margin-top:.55rem;font-size:.75rem;line-height:1.35}.growth-service-tabs button:hover{color:hsl(var(--foreground) / .82);background:#ffffff06}.growth-service-tabs button[aria-selected=true]{color:var(--growth-ink);background:hsl(var(--background) / .62);box-shadow:inset 3px 0 var(--service-accent)}.growth-service-tabs button:focus-visible{z-index:2;outline:2px solid var(--growth-ink);outline-offset:-4px}.growth-service-panels{min-width:0}.growth-service-panel{--service-accent: #91a99a;position:relative;isolation:isolate;display:grid;min-height:720px;padding:clamp(3.5rem,7vw,6rem);overflow:hidden;animation:growth-panel-in .36s ease-out both}.growth-service-panel[hidden]{display:none}.growth-service-panel[data-service=build]{--service-accent: #8e9faf}.growth-service-panel[data-service=hosting]{--service-accent: #a6a28f}.growth-service-panel[data-service=campaigns]{--service-accent: #b39479}.growth-service-panel[data-service=grow]{--service-accent: #82a08f}@keyframes growth-panel-in{0%{opacity:.55;transform:translateY(12px)}to{opacity:1;transform:none}}.growth-service-copy{position:relative;z-index:1;align-self:center;min-width:0;max-width:760px}.growth-service-art{position:absolute;z-index:0;width:clamp(230px,30vw,360px);height:auto;color:var(--service-accent);opacity:.19;pointer-events:none;filter:drop-shadow(0 0 28px color-mix(in srgb,var(--service-accent) 22%,transparent));animation:growth-art-in .72s cubic-bezier(.16,1,.3,1) both;top:-4.25rem;right:-4rem;transform-origin:55% 45%}.growth-service-art g{fill:none;stroke:currentColor;stroke-width:2.25;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}@keyframes growth-art-in{0%{opacity:0;transform:translate(34px,-24px) rotate(5deg) scale(.94)}to{opacity:.19;transform:none}}.growth-service-copy .home-agency-panel-marks{display:flex;align-items:center;gap:1.15rem;min-height:42px;margin-bottom:1.75rem;color:var(--growth-ink)}.growth-service-copy .home-agency-service-mark{display:grid;flex:0 0 auto;place-items:center;width:27px;height:27px;color:#c4cbc7;opacity:.94}.growth-service-copy .home-agency-service-mark--lead{width:40px;height:40px;margin-right:.25rem;color:var(--service-accent);opacity:1}.growth-service-copy .home-agency-service-brand{display:block;width:100%;height:100%}.growth-page .home-agency-service-mark--figma{color:#e98f78}.growth-page .home-agency-service-mark--react{color:#75bdd4}.growth-page .home-agency-service-mark--aws{color:#e9a04d}.growth-page .home-agency-service-mark--cloudflare{color:#dc8d4c}.growth-page .home-agency-service-mark--google,.growth-page .home-agency-service-mark--meta{color:#6c9ee8}.growth-page .home-agency-service-mark--maps{color:#6baa7d}.growth-page .home-agency-service-mark--yelp{color:#d96d68}.growth-page .home-agency-service-mark--analytics{color:#d99852}.growth-service-panel h2{max-width:14ch;font-size:clamp(3rem,4.5vw,4.75rem);line-height:.96;letter-spacing:-.058em}.growth-service-lead{max-width:25ch;margin-top:1.35rem;color:var(--growth-ink)!important;font-size:clamp(1.35rem,2vw,1.85rem);line-height:1.15;letter-spacing:-.03em}.growth-service-body{max-width:54ch;margin-top:2rem;font-size:.975rem;line-height:1.65;text-wrap:pretty}.growth-service-list{display:grid;gap:.8rem;margin-top:2rem}.growth-service-list li{display:grid;grid-template-columns:1.75rem minmax(0,1fr);align-items:center;gap:.75rem;color:hsl(var(--foreground) / .86);font-size:.875rem;line-height:1.35}.growth-capability-icon{display:grid;place-items:center;width:1.75rem;height:1.75rem;color:var(--service-accent)}.growth-work{padding-block:clamp(1rem,3vw,3rem) clamp(5rem,9vw,9rem)}.growth-work-heading{display:flex;align-items:end;justify-content:space-between;gap:3rem;margin-bottom:2.5rem}.growth-work-heading h2{max-width:15ch;font-size:clamp(2.8rem,5vw,4.5rem);line-height:.98;letter-spacing:-.052em}.growth-work-heading p{max-width:49ch;margin-top:1.25rem;font-size:1rem;line-height:1.6}.growth-work-heading>a{display:inline-flex;flex:0 0 auto;align-items:center;gap:.55rem;min-height:44px;color:var(--growth-ink);font-size:.875rem}.growth-work-heading>a svg{width:17px;transition:transform .18s ease}.growth-work-heading>a:hover svg{transform:translate(3px,-3px)}.growth-work-heading>a:focus-visible,.growth-work-reel a:focus-visible{outline:2px solid var(--growth-ink);outline-offset:4px}.growth-work-reel{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(260px,calc((100vw - 7rem) / 3.4));grid-template-rows:repeat(2,auto);gap:.75rem;width:100%;padding-inline:max(4.5rem,calc((100vw - 1296px)/2));padding-bottom:1.25rem;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline proximity;scrollbar-width:thin;scrollbar-color:hsl(var(--foreground) / .25) transparent}.growth-work-reel li{min-width:0;aspect-ratio:1;scroll-snap-align:start}.growth-work-reel a{position:relative;isolation:isolate;display:block;width:100%;height:100%;overflow:hidden;color:#fff;background:hsl(var(--card))}.growth-work-reel a:after{content:"";position:absolute;z-index:1;inset:32% 0 0;pointer-events:none;background:linear-gradient(180deg,transparent,#030506d9)}.growth-work-reel img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;transition:transform .5s cubic-bezier(.2,.75,.25,1)}.growth-work-reel a:hover img,.growth-work-reel a:focus-visible img{transform:scale(1.025)}.growth-work-reel span{position:absolute;z-index:2;right:1rem;bottom:1rem;left:1rem;display:grid;gap:.35rem}.growth-work-reel strong{font-family:var(--font-display, inherit);font-size:clamp(1.25rem,2vw,1.75rem);font-weight:500;line-height:1;letter-spacing:-.035em}.growth-work-reel small{display:-webkit-box;overflow:hidden;color:#ffffffb8;font-size:.75rem;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.growth-faq-link{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2rem;min-height:132px;margin-block:clamp(4rem,7vw,7rem);padding:1.75rem 2rem;color:var(--growth-ink);background:hsl(var(--background) / .56);border-block:1px solid var(--growth-line);text-decoration:none}.growth-faq-link>span:first-child{display:grid}.growth-faq-link strong{max-width:28ch;font-family:var(--font-display, inherit);font-size:clamp(1.8rem,3vw,2.75rem);font-weight:500;line-height:1.05;letter-spacing:-.045em}.growth-faq-link>span:last-child{display:inline-flex;align-items:center;gap:.75rem;font-size:.875rem}.growth-faq-link svg{width:18px;transition:transform .18s ease}.growth-faq-link:hover svg{transform:translate(3px,-3px)}.growth-faq-link:focus-visible{outline:2px solid var(--growth-ink);outline-offset:6px}@media(max-width:1100px){.growth-width{width:min(100% - 5rem,1296px)}.growth-hero-inner{grid-template-columns:1fr;min-height:0;padding-block:4rem}.growth-hero-copy,.growth-hero-visual{max-width:760px}.growth-service-browser{grid-template-columns:1fr}.growth-service-tabs{display:grid;grid-template-columns:repeat(5,1fr);border-right:0;border-bottom:1px solid var(--growth-line)}.growth-service-tabs button{min-height:112px;padding:1.25rem;border-right:1px solid var(--growth-line);border-bottom:0}.growth-service-tabs button:last-child{border-right:0}.growth-service-tabs button[aria-selected=true]{box-shadow:inset 0 3px var(--service-accent)}.growth-service-tabs button small{display:none}.growth-service-tab-title{gap:.55rem}.growth-service-tab-label{font-size:1.25rem}.growth-service-tab-icon{width:1.4rem;height:1.4rem}}@media(max-width:767px){.growth-width{width:100%}.growth-hero-inner{display:flex;flex-direction:column;gap:0;padding:0}.growth-hero-copy{width:100%;padding:2rem 1.25rem 2.75rem}.growth-back{margin-bottom:2rem}.growth-page h1{max-width:9ch;font-size:clamp(3.15rem,14vw,4rem)}.growth-intro{margin-top:1.5rem;font-size:1rem}.growth-actions{margin-top:1.75rem}.growth-hero-visual{width:100%;max-width:none;aspect-ratio:390 / 340;border-inline:0;box-shadow:none}.growth-services{padding:3.5rem 0 0}.growth-services-heading{display:block;margin-bottom:2.5rem;padding-inline:1.25rem}.growth-services-heading h2{max-width:11ch;font-size:clamp(2.75rem,12vw,3.4rem)}.growth-services-heading>p{margin-top:1.5rem;font-size:.9375rem}.growth-service-browser{min-height:0;border-inline:0;border-bottom-color:hsl(var(--foreground) / .1)}.growth-service-tabs{grid-template-columns:repeat(2,1fr)}.growth-service-tabs button{min-height:72px;padding:1rem 1.25rem;border-right:1px solid var(--growth-line);border-bottom:1px solid var(--growth-line)}.growth-service-tabs button:nth-child(2n){border-right:0}.growth-service-tabs button:last-child{grid-column:1 / -1;border-bottom:0}.growth-service-tab-title{gap:.65rem}.growth-service-tab-label{font-size:1.35rem}.growth-service-tab-icon{width:1.5rem;height:1.5rem}.growth-service-panel{grid-template-columns:1fr;gap:2.25rem;min-height:0;padding:2.5rem 1.25rem 3rem}.growth-service-art{top:-2.25rem;right:-3.5rem;width:210px;opacity:.13}@keyframes growth-art-in{0%{opacity:0;transform:translate(22px,-14px) rotate(4deg) scale(.96)}to{opacity:.13;transform:none}}.growth-service-copy .home-agency-panel-marks{margin-bottom:1.4rem}.growth-service-panel h2{max-width:10ch;font-size:clamp(2.75rem,12vw,3.4rem)}.growth-service-lead{font-size:1.35rem}.growth-service-body{font-size:.9375rem}.growth-service-list{margin-top:1.75rem}.growth-service-list li{font-size:.84375rem}.growth-work{padding-block:4rem 4.5rem}.growth-work-heading{display:block;margin-bottom:1.75rem;padding-inline:1.25rem}.growth-work-heading h2{max-width:12ch;font-size:clamp(2.6rem,11.5vw,3.25rem)}.growth-work-heading p{margin-top:1rem;font-size:.9rem}.growth-work-heading>a{margin-top:1rem}.growth-work-reel{grid-auto-columns:calc((100vw - 3.25rem)/2);gap:.5rem;padding-inline:1.25rem}.growth-work-reel span{right:.75rem;bottom:.75rem;left:.75rem}.growth-work-reel strong{font-size:1.05rem}.growth-work-reel small{font-size:.625rem;-webkit-line-clamp:2}.growth-faq-link{grid-template-columns:1fr 18px;min-height:126px;margin-block:3.5rem;padding:1.5rem 1.25rem;border-inline:0}.growth-faq-link>span:last-child{font-size:0}.growth-faq-link>span:last-child svg{width:18px}}@media(prefers-reduced-motion:reduce){.growth-service-panel,.growth-service-art{animation:none}.growth-service-tabs button,.growth-service-tab-icon,.growth-faq-link svg,.growth-work-heading>a svg,.growth-work-reel img{transition:none}}
