.services-page{position:relative;width:100%;height:100svh;overflow:hidden;background-color:var(--color-secondary);color:var(--color-secondary-foreground)}.services-slides{display:grid;grid-template-rows:100%;grid-template-columns:100%;place-items:center;width:100%;height:100vh;overflow:hidden}.services-slide{position:relative;display:grid;place-items:center;grid-area:1/1/-1/-1;width:100%;height:100%;overflow:hidden;pointer-events:none;will-change:transform}.services-slide-current{pointer-events:auto}.services-slide-img{width:100%;height:100%;background-size:cover;background-position:50% 50%;background-repeat:no-repeat}.services-slide-content{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:1.5rem;background:linear-gradient(to top,color-mix(in srgb,var(--color-secondary) 88%,transparent) 0,color-mix(in srgb,var(--color-secondary) 35%,transparent) 35%,color-mix(in srgb,var(--color-secondary) 35%,transparent) 65%,color-mix(in srgb,var(--color-secondary) 70%,transparent) 100%);pointer-events:none}.services-slide-current .services-slide-content{pointer-events:auto}.services-slide-top{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%;max-width:42rem;text-align:center;color:color-mix(in srgb,var(--color-secondary-foreground) 88%,transparent)}.services-slide-lead{color:color-mix(in srgb,var(--color-secondary-foreground) 75%,transparent)}.services-slide-title-block{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center;color:var(--color-secondary-foreground);perspective:700px;transform-style:preserve-3d}.services-slide-subtitle{max-width:32rem;font-size:clamp(1.125rem,1.75vw,1.5rem);font-weight:550;line-height:1.3;color:color-mix(in srgb,var(--color-secondary-foreground) 95%,transparent)}.services-slide-title{font-size:clamp(4rem,12vw,9rem);font-weight:800;letter-spacing:-.04em;line-height:.95;text-transform:uppercase}.services-word{display:inline-block;position:relative;white-space:nowrap;padding:.1em .15em;margin:-.1em -.15em;transform-style:preserve-3d;will-change:transform,opacity;backface-visibility:hidden}.services-flicker-char{display:inline-block;will-change:opacity}.services-slide-footer{position:relative;display:flex;align-items:center;width:100%;max-width:2000px;padding:.375rem;color:var(--color-secondary-foreground)}.services-slide-tags{position:absolute;left:50%;display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;max-width:min(90vw,36rem);transform:translateX(-50%)}.services-slide-tag{padding:.25rem .65rem;border:1px solid color-mix(in srgb,var(--color-secondary-foreground) 35%,transparent);border-radius:var(--radius-sm);text-align:center;height:max-content}.services-slide-counter{margin-left:auto}.services-deco{position:relative;grid-area:1/1/-1/-1;width:100%;height:100%;background:var(--color-primary);pointer-events:none;will-change:transform}@media screen and (max-width:1000px){.services-slide-content{justify-content:flex-end;gap:4rem;padding:1.5rem 1.5rem 4.5rem}.services-slide-subtitle{font-size:1.125rem;line-height:1.4}.services-slide-title{font-size:clamp(3.5rem,14vw,6rem);letter-spacing:-.03em}.services-slide-footer{flex-direction:column;flex-wrap:wrap;gap:.75rem}.services-slide-counter{width:100%;text-align:center}.services-slide-tags{position:static;display:flex;justify-content:center;width:100%;transform:none;order:3}}