.dlvx-hero{position:relative;min-height:100svh;overflow:hidden;background:var(--color-background);color:var(--color-foreground);padding:0}.dlvx-hero__container{position:relative;width:100%;max-width:var(--site-max-width);padding-inline:var(--site-grid-margin);margin-inline:auto;box-sizing:border-box;will-change:transform}#services{position:relative;z-index:var(--z-stats)}.dlvx-hero__layout{display:grid;grid-template-columns:repeat(var(--site-grid-columns),minmax(0,1fr));gap:var(--site-grid-gutter);min-height:100svh}.dlvx-hero__content{grid-column:span 12;position:relative;z-index:10;min-height:100svh;display:flex;flex-direction:column;padding-top:var(--site-header-height);padding-bottom:var(--space-md);pointer-events:none}@media(min-width:1024px){.dlvx-hero__content{grid-column:span 7;padding-bottom:var(--space-md)}}.dlvx-hero__text{flex:1 1 auto;display:flex;flex-direction:column;justify-content:flex-start;gap:var(--space-sm);padding-top:var(--space-sm);pointer-events:auto}@media(min-width:1024px){.dlvx-hero__text{justify-content:center;padding-top:0;gap:var(--space-md);max-width:48rem}}.dlvx-hero__headline{font-family:var(--font-primary);font-size:var(--text-h1);font-weight:var(--font-weight-regular);letter-spacing:var(--tracking-tighter);line-height:1.24;color:var(--color-foreground);margin:0}.dlvx-hero__headline .dlvx-line{position:relative;display:table;overflow:hidden;padding-bottom:.15em;margin-bottom:-.15em}.dlvx-hero__headline .dlvx-line__inner{display:block;white-space:nowrap;position:relative;z-index:2;will-change:transform}.dlvx-hero__headline-accent{color:var(--color-brand)}.dlvx-hero__desc{font-family:var(--font-primary);font-size:var(--text-body-sm);font-weight:var(--font-weight-regular);line-height:1.55;color:var(--color-foreground);max-width:36rem;margin:0}@media(min-width:1024px){.dlvx-hero__desc{font-size:var(--text-body);color:var(--color-foreground-muted)}}.dlvx-hero__desc .split-line-mask{display:block;overflow:hidden}.dlvx-hero__desc .split-line{display:block;will-change:transform}.dlvx-hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-sm);pointer-events:auto;opacity:0;transform:translateY(20px)}.dlvx-hero__link{position:relative;display:inline-block;width:fit-content;font-family:var(--font-mono);font-size:var(--text-body-sm);font-weight:var(--font-weight-medium);letter-spacing:var(--tracking-mono);color:var(--color-foreground);text-transform:uppercase;padding:0 var(--space-xs);cursor:pointer}.dlvx-hero__link-underline{position:absolute;inset-inline:var(--space-xs);bottom:-.25rem;height:1px;pointer-events:none}.dlvx-hero__link-underline:before,.dlvx-hero__link-underline:after{content:"";position:absolute;inset-inline:0;top:0;height:1px;background:currentColor;transition:transform var(--duration-medium) var(--ease-power4-in-out)}.dlvx-hero__link-underline:before{transform-origin:left;transform:scaleX(1);transition-delay:.3s}.dlvx-hero__link-underline:after{transform-origin:right;transform:scaleX(0);transition-delay:0ms}.dlvx-hero__link:hover .dlvx-hero__link-underline:before{transform-origin:right;transform:scaleX(0);transition-delay:0ms}.dlvx-hero__link:hover .dlvx-hero__link-underline:after{transform-origin:left;transform:scaleX(1);transition-delay:.3s}.dlvx-hero__brand-strip{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;margin-top:2rem;pointer-events:auto}@media(min-width:1024px){.dlvx-hero__brand-strip{flex-direction:row;align-items:center;text-align:left;margin-top:0}}.dlvx-hero__brand-label-wrap{flex-shrink:0;max-width:none;opacity:0;transform:translateY(20px)}@media(min-width:1024px){.dlvx-hero__brand-label-wrap{max-width:15rem}}.dlvx-hero__brand-label{font-family:var(--font-mono);font-size:var(--text-accent-sm);font-weight:var(--font-weight-regular);line-height:1.5;letter-spacing:-.02em;text-transform:uppercase;color:var(--color-foreground-muted);margin:0}.dlvx-hero__brand-logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;column-gap:.5rem;row-gap:.5rem}@media(min-width:1024px){.dlvx-hero__brand-logos{justify-content:flex-start;column-gap:1rem}}.dlvx-hero__brand-logo{display:block;height:var(--logo-h, 16px);color:var(--color-foreground-muted);transition:color .15s cubic-bezier(.4,0,.2,1);opacity:0;transform:translateY(20px)}.dlvx-hero__brand-logo:hover{color:var(--color-foreground)}@media(min-width:640px){.dlvx-hero__brand-logo{height:var(--logo-h-desktop, 20px)}}.dlvx-hero__brand-logo svg,.dlvx-hero__brand-logo img{height:100%;width:auto;display:block}.dlvx-hero__brand-more{font-family:var(--font-mono);font-size:var(--text-accent-sm);font-weight:var(--font-weight-regular);line-height:1.5;text-transform:uppercase;letter-spacing:-.02em;color:var(--color-foreground-muted);opacity:0;transform:translateY(20px)}.dlvx-hero__visual{position:absolute;top:35%;right:0;bottom:0;width:90%;min-height:320px;overflow:hidden;pointer-events:auto;z-index:1}@media(min-width:1024px){.dlvx-hero__visual{position:relative;inset:auto;grid-column:span 5;width:auto;min-height:100svh;display:flex;align-items:flex-end;justify-content:center}}.dlvx-hero__visual-canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:auto}@media(min-width:1024px){.dlvx-hero__visual-canvas{position:relative;inset:auto;height:calc(100svh - 52px);width:auto;aspect-ratio:800 / 1288;max-width:100%}}.dlvx-hero__visual-canvas canvas{display:block;width:100%!important;height:100%!important;cursor:pointer;pointer-events:auto}.dlvx-hero__visual-fallback{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;opacity:0;pointer-events:none;transition:opacity .4s}@media(prefers-reduced-motion:reduce){.dlvx-hero__visual-canvas{display:none}.dlvx-hero__visual-fallback{opacity:1}}.dlvx-services__grid{display:grid;grid-template-columns:1fr;gap:0;margin-top:var(--space-lg)}@media(min-width:640px){.dlvx-services__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.dlvx-services__grid{grid-template-columns:repeat(3,1fr)}}.dlvx-work__layout{--split-left: 300px;--split-right: 1fr;display:grid;grid-template-columns:1fr;gap:var(--space-lg)}@media(min-width:1024px){.dlvx-work__layout{grid-template-columns:var(--split-left) var(--split-right);gap:var(--space-2xl)}}.dlvx-work__sidebar{align-self:start}@media(min-width:1024px){.dlvx-work__sidebar{position:sticky;top:calc(var(--header-height) + var(--space-lg))}}.dlvx-work__sidebar-title{font-size:var(--text-h3);font-weight:var(--font-weight-medium);letter-spacing:var(--tracking-display);line-height:1.08;margin-bottom:var(--space-sm)}.dlvx-work__sidebar-desc{color:var(--color-foreground-muted);line-height:1.5;margin-bottom:var(--space-lg)}.dlvx-work__cards{display:flex;flex-direction:column;gap:var(--space-xl)}.dlvx-testimonials__grid{margin-top:var(--space-lg)}
