/** Shopify CDN: Minification failed

Line 62:154 Unexpected "@media"

**/
.sx-project-gallery{position:relative;overflow:hidden}
.sx-project-gallery__header{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,560px);gap:4rem;align-items:end;margin-bottom:4.8rem}
.sx-project-gallery__header h2{font-size:clamp(3.6rem,5vw,6rem);letter-spacing:-.03em;line-height:1.05;margin:0}
.sx-project-gallery__intro{font-size:1.6rem;line-height:1.7;color:rgba(var(--color-foreground),.7)}
.sx-project-grid{display:grid;grid-template-columns:repeat(var(--sx-project-columns),minmax(0,1fr));gap:clamp(2.4rem,3vw,4rem);list-style:none;margin:0;padding:0}
.sx-project-grid>li{display:flex;min-width:0}
.sx-project-card{display:flex;flex:1;min-width:0;flex-direction:column;color:rgb(var(--color-foreground));text-decoration:none}
.sx-project-card__media{position:relative;overflow:hidden;background:rgba(var(--color-foreground),.04)}
.sx-project-card--landscape .sx-project-card__media{aspect-ratio:4/3}
.sx-project-card--portrait .sx-project-card__media{aspect-ratio:3/4}
.sx-project-card--square .sx-project-card__media{aspect-ratio:1/1}
.sx-project-card__media img,.sx-project-card__media svg{display:block;width:100%;height:100%;object-fit:cover;transition:transform .65s cubic-bezier(.22,.61,.36,1)}
.sx-project-card__content{display:flex;flex:1;flex-direction:column;min-height:22rem;padding:2.4rem 0 0;border-top:1px solid rgba(var(--color-foreground),.16)}
.sx-project-card__eyebrow{display:block;margin-bottom:1rem;font-size:1.1rem;letter-spacing:.18em;text-transform:uppercase;color:rgba(var(--color-foreground),.58)}
.sx-project-card__title{font-size:clamp(2.4rem,2.5vw,3.2rem);line-height:1.12;letter-spacing:-.02em;margin:0 0 1.2rem;color:rgb(var(--color-foreground))}
.sx-project-card__text{font-size:1.45rem;line-height:1.65;color:rgba(var(--color-foreground),.68);margin:0}
.sx-project-card__link{display:inline-flex;align-items:center;gap:.8rem;width:max-content;margin-top:auto;padding-top:2rem;color:rgb(var(--color-foreground));font-size:1.15rem;letter-spacing:.14em;text-transform:uppercase;text-decoration:none}
.sx-project-card__link::after{content:"→";font-size:1.5rem;line-height:1;transition:transform .25s ease}
@media(hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){.sx-project-card:hover .sx-project-card__media img,.sx-project-card:focus-within .sx-project-card__media img{transform:scale(1.045)}.sx-project-card__link:hover::after,.sx-project-card__link:focus-visible::after{transform:translateX(.45rem)}}
@media(max-width:989px){.sx-project-gallery__header{grid-template-columns:1fr;gap:1.6rem}.sx-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sx-project-card__content{min-height:20rem}}
@media(max-width:749px){.sx-project-gallery__header{margin-bottom:3.2rem}.sx-project-grid{grid-template-columns:1fr;gap:4rem}.sx-project-card__content{min-height:0;padding-top:2rem}.sx-project-card__link{margin-top:2rem}.sx-project-card--portrait .sx-project-card__media,.sx-project-card--square .sx-project-card__media{aspect-ratio:4/3}}
@media(prefers-reduced-motion:reduce){.sx-project-card__media img,.sx-project-card__link::after{transition:none}}
/* SX trust proof */
.sx-trust-proof{background:var(--sx-trust-bg);color:var(--sx-trust-text);overflow:hidden}
.sx-trust-proof__header{max-width:82rem;margin:0 auto 5.6rem;text-align:center}
.sx-trust-proof__eyebrow{display:block;margin-bottom:1.2rem;color:var(--sx-trust-accent);font-size:1.15rem;letter-spacing:.2em;text-transform:uppercase}
.sx-trust-proof__header h2{color:inherit;font-size:clamp(3.6rem,5vw,6rem);line-height:1.06;letter-spacing:-.03em;margin:0 0 1.8rem}
.sx-trust-proof__intro{color:var(--sx-trust-muted);font-size:1.6rem;line-height:1.7}
.sx-trust-grid{display:grid;grid-template-columns:repeat(var(--sx-trust-columns),minmax(0,1fr));border-top:1px solid rgba(255,255,255,.14);border-left:1px solid rgba(255,255,255,.14)}
.sx-trust-card{min-height:28rem;padding:clamp(2.4rem,3.5vw,4.4rem);border-right:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14)}
.sx-trust-card__badge{display:block;color:var(--sx-trust-accent);font-family:var(--font-heading-family);font-size:clamp(3rem,4vw,5rem);line-height:1;margin-bottom:3.6rem}
.sx-trust-card h3{color:inherit;font-size:2.2rem;line-height:1.2;margin:0 0 1.2rem}
.sx-trust-card__text{color:var(--sx-trust-muted);font-size:1.45rem;line-height:1.65}
.sx-trust-card__image{height:4.8rem;width:auto;max-width:12rem;object-fit:contain;margin-bottom:3.2rem;filter:grayscale(1) brightness(3)}
.sx-trust-proof__footer{text-align:center;margin-top:4.8rem}
.sx-trust-proof__footer .button{border-radius:0;text-transform:uppercase;letter-spacing:.15em}
@media(max-width:989px){.sx-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:749px){.sx-trust-proof__header{margin-bottom:3.6rem;text-align:left}.sx-trust-grid{grid-template-columns:1fr}.sx-trust-card{min-height:0}.sx-trust-card__badge{margin-bottom:2.4rem}}

/* SX audience CTA */
.sx-audience-cta{background:var(--sx-audience-bg)}
.sx-audience-cta__header{max-width:82rem;margin:0 auto 5.2rem;text-align:center}
.sx-audience-cta__eyebrow{display:block;margin-bottom:1.2rem;color:var(--sx-audience-accent);font-size:1.15rem;letter-spacing:.2em;text-transform:uppercase}
.sx-audience-cta__header h2{font-size:clamp(3.6rem,5vw,6rem);line-height:1.06;letter-spacing:-.03em;margin:0 0 1.6rem}
.sx-audience-cta__intro{font-size:1.6rem;line-height:1.7;color:rgba(var(--color-foreground),.68)}
.sx-audience-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.6rem,2vw,2.4rem)}
.sx-audience-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;background:rgba(255,255,255,.58);border:1px solid rgba(var(--color-foreground),.12);color:rgb(var(--color-foreground))}
.sx-audience-card__media{position:relative;overflow:hidden;aspect-ratio:16/10;background:rgba(var(--color-foreground),.04)}
.sx-audience-card__media img,.sx-audience-card__media svg{display:block;width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.22,.61,.36,1)}
.sx-audience-card__content{display:flex;flex:1;flex-direction:column;min-height:27rem;padding:clamp(2.4rem,3vw,3.2rem)}
.sx-audience-card__label{display:block;margin-bottom:1.2rem;color:var(--sx-audience-accent);font-size:1.1rem;letter-spacing:.18em;text-transform:uppercase}
.sx-audience-card h3{max-width:50rem;color:rgb(var(--color-foreground));font-size:clamp(2.4rem,2.5vw,3.4rem);line-height:1.1;letter-spacing:-.025em;margin:0 0 1.4rem}
.sx-audience-card__text{max-width:52rem;color:rgba(var(--color-foreground),.68);font-size:1.55rem;line-height:1.65}
.sx-audience-card__text p{margin-top:0}
.sx-audience-card .button{align-self:flex-start;margin-top:auto;padding-top:1.6rem;padding-bottom:1.6rem;border-radius:0;text-transform:uppercase;letter-spacing:.14em}
@media(hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){.sx-audience-card:hover .sx-audience-card__media img,.sx-audience-card:focus-within .sx-audience-card__media img{transform:scale(1.045)}}
@media(max-width:989px){.sx-audience-grid{grid-template-columns:1fr}.sx-audience-card__media{aspect-ratio:16/8}.sx-audience-card__content{min-height:0}}\n@media(max-width:749px){.sx-audience-cta__header{text-align:left;margin-bottom:3.2rem}.sx-audience-grid{grid-template-columns:1fr;gap:3.2rem}.sx-audience-card__media{aspect-ratio:4/3}.sx-audience-card__content{min-height:0;padding:3rem 2.4rem}.sx-audience-card .button{margin-top:2.4rem;width:100%}}
@media(prefers-reduced-motion:reduce){.sx-audience-card__media img{transition:none}}
