.service-categories__lede{max-width:40rem;color:var(--pico-muted-color);margin-top:-.25rem;margin-bottom:1.5rem;font-size:.875rem;line-height:1.5}.service-categories__filters{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.service-categories__filter{border-radius:var(--pico-border-radius);box-sizing:border-box;border:1px solid #0000;justify-content:center;align-items:center;min-width:2.25rem;min-height:2.25rem;padding:.45rem;font-size:.8125rem;font-weight:600;line-height:1.25;text-decoration:none;transition:color .2s,background-color .2s,border-color .2s;display:inline-flex}.service-categories__filter:hover{text-decoration:none}.service-categories__filter:focus-visible{outline:2px solid color-mix(in srgb, var(--pico-primary) 35%, white);outline-offset:3px}.service-categories__filter--active{color:#fff;background:var(--pico-primary);border-color:var(--pico-primary)}.service-categories__filter--active:hover{color:#fff;background:var(--pico-primary-hover);border-color:var(--pico-primary-hover)}.service-categories__filter--idle{color:var(--pico-primary);border-color:color-mix(in srgb, var(--pico-primary) 25%, white);background:0 0}.service-categories__filter--idle:hover{color:var(--pico-primary-hover);background:color-mix(in srgb, var(--pico-primary) 7%, white);border-color:color-mix(in srgb, var(--pico-primary) 40%, white)}.service-categories__projects{margin-top:0}.service-categories__footer{justify-content:center;margin-top:2rem;display:flex}.service-categories-grid{--service-categories-gap:1rem;--service-card-overlay-inactive:#ffffffe0;--service-card-overlay-active:#1a365de0;--service-card-icon-active:#e07c3a;--service-card-cta-bg:#e07c3a;gap:var(--service-categories-gap);grid-template-columns:1fr;grid-auto-rows:minmax(12.5rem,auto);align-items:stretch;display:grid;container:service-categories/inline-size}@media (min-width:640px) and (max-width:1023px){.service-categories-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:auto}.service-categories-grid .service-category-card--1x2,.service-categories-grid .service-category-card--2x1{grid-area:span 1/span 1}.service-category-card{aspect-ratio:4/3;flex-direction:column;align-self:stretch;min-height:0;display:flex}.service-category-card__link,.service-category-card__body{flex:auto;min-height:0}.service-categories-grid>.service-category-card:last-child:nth-child(odd){aspect-ratio:8/3;grid-column:1/-1;justify-self:stretch;width:100%;max-width:none}@supports (height:1cqw){.service-categories-grid>.service-category-card:last-child:nth-child(odd){aspect-ratio:auto;height:calc((100cqw - var(--service-categories-gap)) * 3 / 8)}}}@media (min-width:1024px){.service-categories-grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:minmax(13rem,auto)}.service-category-card--2x1{flex-direction:column;grid-column:span 2;align-self:stretch;min-height:0;display:flex}.service-category-card--1x2{flex-direction:column;grid-row:span 2;align-self:stretch;min-height:0;display:flex}.service-category-card--1x2 .service-category-card__link{flex:auto;min-height:0}.service-category-card--1x2 .service-category-card__body{flex:none;justify-content:flex-end;min-height:12.5rem}.service-category-card--1x2 .service-category-card__desc{-webkit-line-clamp:5;line-clamp:5}.service-category-card--2x1 .service-category-card__link{flex:auto;min-height:0}}@media (max-width:1023px){.service-category-card--2x1,.service-category-card--1x2{grid-area:span 1/span 1}}.service-category-card{border-radius:var(--pico-border-radius);min-width:0;margin:0;padding:0;position:relative;overflow:hidden;box-shadow:0 2px 8px #0f172a1a}.service-category-card__link{height:100%;min-height:100%;color:inherit;outline:none;flex-direction:column;text-decoration:none;display:flex;position:relative}.service-category-card__link:focus-visible{outline:var(--pico-outline-width) solid var(--pico-primary-focus);outline-offset:2px}.service-category-card__media{z-index:0;background:var(--pico-muted-border-color);position:absolute;inset:0}.service-category-card__img{object-fit:cover;transition:transform .35s}.service-category-card__placeholder{background:linear-gradient(135deg, var(--pico-muted-border-color), var(--pico-background-light));width:100%;height:100%}.service-category-card__scrim{z-index:1;background:var(--service-card-overlay-inactive);pointer-events:none;transition:background .3s;position:absolute;inset:0}.service-category-card__link:hover .service-category-card__img,.service-category-card__link:focus-visible .service-category-card__img{transform:scale(1.04)}.service-category-card__link:hover .service-category-card__scrim,.service-category-card__link:focus-visible .service-category-card__scrim{background:var(--service-card-overlay-active)}.service-category-card__body{z-index:2;flex-direction:column;justify-content:flex-end;align-items:stretch;gap:1rem;min-height:12.5rem;padding:1.25rem;display:flex;position:relative}@media (min-width:1024px){.service-category-card--2x1 .service-category-card__body{flex-direction:row;justify-content:space-between;align-items:flex-end;min-height:14rem}}.service-category-card__text{flex-direction:column;align-items:flex-start;gap:.5rem;max-width:100%;display:flex}.service-category-card__icon-wrap{color:var(--pico-color);transition:color .25s}.service-category-card__link:hover .service-category-card__icon-wrap,.service-category-card__link:focus-visible .service-category-card__icon-wrap{color:var(--service-card-icon-active)}.service-category-card__icon.app-icon{background:0 0;border-radius:0}.service-category-card__title{--pico-font-size:1.0625rem;color:var(--pico-color);margin:0;font-weight:700;transition:color .25s}.service-category-card__link:hover .service-category-card__title,.service-category-card__link:focus-visible .service-category-card__title{color:#fff}.service-category-card__desc{--pico-font-size:.8125rem;color:var(--pico-muted-color);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin:0;line-height:1.45;transition:color .25s;display:-webkit-box;overflow:hidden}.service-category-card__link:hover .service-category-card__desc,.service-category-card__link:focus-visible .service-category-card__desc{color:#ffffffeb}.service-category-card__cta{color:#fff;background:var(--service-card-cta-bg);border-radius:var(--pico-border-radius);opacity:0;pointer-events:none;white-space:nowrap;align-self:flex-start;align-items:center;gap:.35rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;transition:opacity .25s,transform .25s;display:inline-flex;transform:translateY(.25rem)}.service-category-card__link:hover .service-category-card__cta,.service-category-card__link:focus-visible .service-category-card__cta{opacity:1;pointer-events:auto;transform:translateY(0)}.service-category-card__cta-arrow{font-size:1rem;line-height:1}@media (min-width:1024px){.service-category-card--2x1 .service-category-card__cta{align-self:flex-end}}
.contact-section__lede{max-width:40rem;color:var(--pico-muted-color);margin-top:-.25rem;margin-bottom:1.5rem;font-size:.875rem;line-height:1.5}.contact-section__fields{gap:calc(var(--pico-spacing) * 1);flex-flow:wrap;max-width:40rem;display:flex}.contact-section__container{flex-direction:column;display:flex}@media (min-width:640px){.contact-section__container{align-items:flex-start;gap:calc(var(--pico-spacing) * 2);flex-direction:row}.contact-section__title{flex:1 1 0;min-width:0}.contact-section__fields{flex-flow:column;flex:1 1 0;min-width:0;max-width:none}}.contact-field{display:flex}.contact-field__label{color:var(--pico-color);font-size:.8125rem;font-weight:500}.contact-field__box{color:var(--pico-color);padding-left:.5rem;font-size:.875rem}.contact-field__box:not(:has(a)){color:var(--pico-primary)}.contact-field__box a{color:var(--pico-primary);text-decoration:none}.contact-field__box a:hover{color:var(--pico-primary-hover);text-decoration:underline}.contact-field__box a:focus-visible{outline:2px solid var(--pico-primary-focus);outline-offset:2px}.contact-field__box a[href^=tel\:]{color:var(--pico-color)}.contact-field__box a[href^=tel\:]:hover{color:var(--pico-color);text-decoration:underline}
.dev-theme-toggle{z-index:50;border-radius:var(--pico-border-radius);border:var(--pico-border-width) solid var(--pico-muted-border-color);background:var(--pico-background-color);color:var(--pico-color);box-shadow:var(--pico-box-shadow);cursor:pointer;padding:.5rem .75rem;font-size:.75rem;font-weight:500;position:fixed;bottom:1rem;right:1rem}.dev-theme-toggle:hover{background:var(--pico-card-sectioning-background-color)}.storybook-canvas{background:var(--pico-background-color);color:var(--pico-color);margin:1.25rem;padding:1.25rem}

