.st-tech{--st-bg: #050605;--st-bg-soft: #0d0d0e;--st-bg-card: #141416;--st-fg: #f5f5f4;--st-fg-dim: #a3a3a0;--st-fg-faint: #6b6b68;--st-rule: rgba(255, 255, 255, .08);--st-rule-strong: rgba(255, 255, 255, .18);--st-purple: #7845f6;--st-purple-hover: #6435e8;--st-ease: cubic-bezier(.16, 1, .3, 1);--st-ease-bold: cubic-bezier(.65, 0, .35, 1);--st-h-heading: "bc-liguria", "Times New Roman", serif;--st-h-body: "Inter", system-ui, -apple-system, sans-serif;background:var(--st-bg);color:var(--st-fg);font-family:var(--st-h-body);overflow-x:clip}.st-tech-wrap{width:100%;max-width:none}.st-reveal{opacity:0;transform:translateY(28px);transition:opacity .7s var(--st-ease),transform .7s var(--st-ease);will-change:opacity,transform}.st-reveal.is-visible{opacity:1;transform:translateY(0)}.st-reveal[data-stagger="1"]{transition-delay:80ms}.st-reveal[data-stagger="2"]{transition-delay:.16s}.st-reveal[data-stagger="3"]{transition-delay:.24s}.st-reveal[data-stagger="4"]{transition-delay:.32s}@media(prefers-reduced-motion:reduce){.st-reveal{opacity:1;transform:none;transition:none}}.st-landing-intro{padding:2rem 1.5rem 3rem;text-align:left;max-width:90rem;margin:0 auto}.st-landing-intro__eyebrow{font-family:var(--st-h-body);font-size:.72rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--st-fg-dim);margin:0 0 1.5rem;display:inline-flex;align-items:center;gap:.75rem}.st-landing-intro__eyebrow:before{content:"";width:28px;height:1px;background:var(--st-fg-dim);display:inline-block}.st-landing-intro__heading{font-family:var(--st-h-heading);font-weight:400;font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.05;letter-spacing:-.005em;margin:0 0 1.25rem;color:var(--st-fg);max-width:22ch}.st-landing-intro__body{font-size:1.0625rem;line-height:1.55;color:var(--st-fg-dim);max-width:38rem;margin:0}@media(max-width:48em){.st-landing-intro{padding:1.5rem 1.25rem 2.5rem}}.st-cards{padding:0 1.5rem 7rem;max-width:90rem;margin:0 auto}.st-cards__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.st-card{position:relative;aspect-ratio:4 / 5;border-radius:4px;overflow:hidden;display:block;text-decoration:none;color:var(--st-fg);background:var(--st-bg-card);isolation:isolate;container-type:size;transition:transform .6s var(--st-ease)}.st-card__media,.st-card__media-fallback{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.st-card__media img,.st-card__media video{width:100%;height:100%;object-fit:cover;transition:transform 1s var(--st-ease),filter .6s var(--st-ease)}.st-card__media-fallback{background:linear-gradient(140deg,#1a1a1c,#0a0a0b);display:flex;align-items:center;justify-content:center}.st-card__media-fallback:after{content:"Add a background image in the theme editor";font-size:.75rem;letter-spacing:.08em;color:var(--st-fg-faint);text-transform:uppercase;text-align:center;padding:1rem}.st-card__gradient{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#0506050d,#05060514 45%,#050605a6 88%,#050605e0);transition:opacity .6s var(--st-ease)}.st-card__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;padding:2rem;display:flex;flex-direction:column;justify-content:space-between}.st-card__eyebrow{font-size:.7rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:#ffffffd9;margin:0}.st-card__footer{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.st-card__logo{display:block;height:auto;filter:drop-shadow(0 2px 12px rgba(0,0,0,.35))}.st-card__logo img,.st-card__logo svg{display:block;height:8cqh;width:auto;max-width:min(65cqw,calc(100cqw - 10.5rem));object-fit:contain}.st-card__cta{font-size:.78rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--st-fg);display:inline-flex;align-items:center;gap:.625rem;white-space:nowrap;flex:0 0 auto;transform:translateY(4px);opacity:.85;transition:transform .4s var(--st-ease),opacity .4s var(--st-ease)}.st-card__cta-arrow{display:inline-block;transition:transform .4s var(--st-ease)}@media(hover:hover){.st-card:hover .st-card__media img,.st-card:hover .st-card__media video{transform:scale(1.05)}.st-card:hover .st-card__gradient{opacity:1.05}.st-card:hover .st-card__cta{transform:translateY(0);opacity:1}.st-card:hover .st-card__cta-arrow{transform:translate(6px)}}.st-card:focus-visible{outline:2px solid var(--st-fg);outline-offset:4px}@media(max-width:48em){.st-cards{padding:0 1.25rem 5rem}.st-cards__grid{grid-template-columns:1fr;gap:1rem}.st-card{aspect-ratio:3 / 4}.st-card__content{padding:1.5rem}}.st-hero{padding:2rem 1.5rem 4rem;max-width:90rem;margin:0 auto}.st-hero__top{max-width:60rem;margin:0 0 4rem}.st-hero__logo{display:block;margin:0 0 2.5rem;clip-path:inset(0 100% 0 0);animation:st-wipe-in .9s var(--st-ease-bold) .2s forwards}.st-hero__logo img,.st-hero__logo svg{display:block;width:100%;height:auto}@keyframes st-wipe-in{to{clip-path:inset(0 0 0 0)}}@media(prefers-reduced-motion:reduce){.st-hero__logo{clip-path:none;animation:none}}.st-hero__headline{font-family:var(--st-h-heading);font-weight:400;font-size:clamp(2.75rem,7.5vw,6rem);line-height:.94;letter-spacing:-.015em;margin:0 0 1.75rem;color:var(--st-fg);max-width:18ch;opacity:0;transform:translateY(20px);animation:st-rise-in .7s var(--st-ease) .5s forwards}.st-hero__tagline{font-size:1.125rem;line-height:1.55;color:var(--st-fg-dim);max-width:40rem;margin:0;opacity:0;transform:translateY(20px);animation:st-rise-in .7s var(--st-ease) .7s forwards}@keyframes st-rise-in{to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.st-hero__headline,.st-hero__tagline{opacity:1;transform:none;animation:none}}.st-hero__visual{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:4px;overflow:hidden;background:var(--st-bg-card)}.st-hero__visual img,.st-hero__visual video{width:100%;height:100%;object-fit:cover}.st-hero__visual--portrait{aspect-ratio:4 / 5;max-width:56rem}.st-hero__back{display:inline-flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--st-fg-dim);text-decoration:none;margin:0 0 3rem;transition:color .3s var(--st-ease),gap .3s var(--st-ease)}.st-hero__back:hover{color:var(--st-fg);gap:.75rem}.st-hero__back svg{width:14px;height:14px}@media(max-width:48em){.st-hero{padding:1.5rem 1.25rem 3rem}.st-hero__top{margin-bottom:2.5rem}.st-hero__logo{margin-bottom:1.75rem}.st-hero__back{margin-bottom:2rem}}.st-feature{padding:5rem 1.5rem;max-width:90rem;margin:0 auto}.st-feature__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.st-feature--media-right .st-feature__media{order:2}.st-feature--media-right .st-feature__copy{order:1}.st-feature__media{position:relative;width:100%;aspect-ratio:4 / 5;border-radius:4px;overflow:hidden;background:var(--st-bg-card)}.st-feature__media img,.st-feature__media video{width:100%;height:100%;object-fit:cover;transition:transform 1.2s var(--st-ease)}.st-feature__media:hover img,.st-feature__media:hover video{transform:scale(1.03)}.st-feature__eyebrow{font-size:.72rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--st-fg-dim);margin:0 0 1.25rem;display:inline-flex;align-items:center;gap:.75rem}.st-feature__eyebrow:before{content:"";width:24px;height:1px;background:var(--st-fg-dim)}.st-feature__heading{font-family:var(--st-h-heading);font-weight:400;font-size:clamp(2rem,4.5vw,3.25rem);line-height:1.02;letter-spacing:-.01em;margin:0 0 1.5rem;color:var(--st-fg);max-width:16ch}.st-feature__body{font-size:1.0625rem;line-height:1.6;color:var(--st-fg-dim);max-width:32rem}.st-feature__body p{margin:0 0 1rem}.st-feature__body p:last-child{margin-bottom:0}.st-feature__body strong{color:var(--st-fg);font-weight:500}@media(max-width:60em){.st-feature{padding:3rem 1.25rem}.st-feature__grid{grid-template-columns:1fr;gap:2rem}.st-feature--media-right .st-feature__media,.st-feature--media-right .st-feature__copy{order:initial}.st-feature__media{aspect-ratio:4 / 5}}.st-specs{padding:6rem 1.5rem;max-width:90rem;margin:0 auto;border-top:1px solid var(--st-rule)}.st-specs__heading{font-family:var(--st-h-heading);font-weight:400;font-size:clamp(1.75rem,3.5vw,2.5rem);line-height:1.05;letter-spacing:-.01em;margin:0 0 3.5rem;color:var(--st-fg);max-width:20ch}.st-specs__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.st-spec{padding:0 2rem 0 0;position:relative}.st-spec+.st-spec{padding-left:2rem;border-left:1px solid var(--st-rule)}.st-spec__icon{width:40px;height:40px;margin:0 0 1.75rem;display:flex;align-items:center;justify-content:flex-start;color:var(--st-fg);transition:transform .4s var(--st-ease)}.st-spec__icon img,.st-spec__icon svg{width:100%;height:100%;object-fit:contain;display:block}.st-spec:hover .st-spec__icon{transform:translateY(-3px)}.st-spec__label{font-family:var(--st-h-heading);font-weight:400;font-size:1.5rem;line-height:1.1;margin:0 0 .625rem;color:var(--st-fg)}.st-spec__desc{font-size:.9375rem;line-height:1.55;color:var(--st-fg-dim);margin:0}@media(max-width:75em){.st-specs__grid{grid-template-columns:repeat(2,1fr);gap:2rem 0}.st-spec:nth-child(odd){padding-left:0;border-left:none}.st-spec:nth-child(2n){padding-left:2rem;border-left:1px solid var(--st-rule)}}@media(max-width:48em){.st-specs{padding:4rem 1.25rem}.st-specs__heading{margin-bottom:2.5rem}.st-specs__grid{grid-template-columns:1fr;gap:2.5rem}.st-spec,.st-spec:nth-child(2n){padding:0 0 2.5rem;border-left:none;border-bottom:1px solid var(--st-rule)}.st-spec:last-child{padding-bottom:0;border-bottom:none}}.st-cta{padding:7rem 1.5rem;text-align:center;border-top:1px solid var(--st-rule)}.st-cta__inner{max-width:50rem;margin:0 auto}.st-cta__eyebrow{font-size:.72rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--st-fg-dim);margin:0 0 1.5rem}.st-cta__heading{font-family:var(--st-h-heading);font-weight:400;font-size:clamp(2.25rem,5vw,3.75rem);line-height:1;letter-spacing:-.01em;margin:0 0 1.5rem;color:var(--st-fg)}.st-cta__sub{font-size:1.0625rem;line-height:1.55;color:var(--st-fg-dim);max-width:36rem;margin:0 auto 2.5rem}.st-cta__button{display:inline-flex;align-items:center;gap:.75rem;background:var(--st-purple);color:#fff;font-family:var(--st-h-body);font-size:.875rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;padding:1.125rem 2rem;border-radius:2px;transition:background .3s var(--st-ease),transform .3s var(--st-ease)}.st-cta__button:hover{background:var(--st-purple-hover);transform:translateY(-2px)}.st-cta__button-arrow{transition:transform .3s var(--st-ease)}.st-cta__button:hover .st-cta__button-arrow{transform:translate(4px)}@media(max-width:48em){.st-cta{padding:4.5rem 1.25rem}}.st-pullquote{padding:5rem 1.5rem;max-width:60rem;margin:0 auto;text-align:left}.st-pullquote__text{font-family:var(--st-h-heading);font-weight:400;font-size:clamp(1.625rem,3.5vw,2.5rem);line-height:1.2;letter-spacing:-.005em;color:var(--st-fg);margin:0}.st-pullquote__text:before{content:'"';display:block;font-size:4rem;line-height:.5;color:var(--st-fg-faint);margin:0 0 1rem}.st-pullquote__attribution{display:block;margin-top:1.5rem;font-family:var(--st-h-body);font-size:.78rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--st-fg-dim)}@media(max-width:48em){.st-pullquote{padding:3rem 1.25rem}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/our-technologies.css.map */
