.globe3d{width:100%;height:100%;position:relative}.globe3d canvas{opacity:0;cursor:grab;touch-action:pan-y;transition:opacity 1s;display:block}.globe-marker{color:#fff;cursor:pointer;opacity:0;will-change:transform,opacity;background:#35353a;border-radius:5px;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;top:0;left:0;box-shadow:0 4px 14px #0000002e}.globe-marker svg{width:15px;height:15px;transition:transform .6s cubic-bezier(.25,.74,.22,.99)}.globe-marker:hover svg,.globe-marker.is-active svg{transform:rotate(90deg)}.globe-marker.is-active{background:#0857d6}.globe-marker:before{content:"";opacity:0;pointer-events:none;border:1.5px solid #0857d6;border-radius:8px;position:absolute;inset:-4px}.globe-marker.is-pulse:before{animation:.5s globe-marker-pulse}@keyframes globe-marker-pulse{0%{opacity:.7;transform:scale(.85)}to{opacity:0;transform:scale(1.9)}}@media (prefers-reduced-motion:reduce){.globe-marker svg{transition:none}}
.hero-cursor{z-index:4;pointer-events:none;opacity:0;transition:opacity .35s;position:absolute;inset:0}.hero-cursor__h{will-change:transform;background:#00000021;width:100%;height:1px;position:absolute;top:0;left:0}.hero-cursor__v{will-change:transform;background:#00000021;width:1px;height:100%;position:absolute;top:0;left:0}.hero-cursor__box{will-change:transform;border:1.5px solid #0000008c;border-radius:6px;width:38px;height:38px;transition:border-color .2s,background-color .2s,width .2s,height .2s;position:absolute;top:0;left:0}.services-hero.is-near .hero-cursor__box{background:#0857d614;border-color:#0857d6;width:34px;height:34px}.has-hero-cursor,.has-hero-cursor .globe3d canvas,.has-hero-cursor .globe-marker{cursor:none}
.services-hero{z-index:0;background:#dcdcdc;min-height:100svh;position:sticky;top:0;overflow:hidden}.services-hero__inner{min-height:100svh;padding-top:var(--header-height);justify-content:center;align-items:center;display:flex}.services-hero__globe{aspect-ratio:1;width:min(86vh,92vw)}@media (max-width:1024px){.services-hero__globe{width:min(82vh,116vw);transform:translateY(40px)}}@media (max-width:768px){.services-hero__globe{width:min(80vh,132vw)}}.services-hero__head{z-index:2;top:calc(var(--header-height) + var(--space-8));left:var(--container-padding);align-items:flex-start;gap:var(--space-8);flex-direction:column;display:flex;position:absolute}.services-hero__title{font-family:var(--font-display);font-weight:var(--font-bold);letter-spacing:-.01em;text-transform:uppercase;color:#2a2a2a;font-size:clamp(2.5rem,7.5vw,7rem);line-height:1.04}.services-hero__title-grey{color:var(--fg-secondary)}.services-hero__swap{transition:opacity .24s,filter .24s,transform .24s;display:inline-block}.services-hero__swap.is-out{opacity:0;filter:blur(8px);transform:translateY(3px)}@media (prefers-reduced-motion:reduce){.services-hero__swap{transition:opacity .24s}.services-hero__swap.is-out{filter:none;transform:none}}.services-hero__cta{align-items:center;gap:var(--space-5);display:flex}.services-hero .btn--primary{background:var(--accent);color:var(--accent-contrast);--btn-fill:var(--primary)}.services-hero .btn--primary:hover,.services-hero .btn--primary:focus-visible{color:#fff}.services-hero__phone{font-family:var(--font-mono);font-size:var(--text-sm);font-weight:var(--font-medium);letter-spacing:.02em;color:var(--accent);white-space:nowrap;animation:.35s both services-phone-in}.services-hero__phone:hover{text-underline-offset:3px;text-decoration:underline}@keyframes services-phone-in{0%{opacity:0;filter:blur(6px);transform:translateY(3px)}to{opacity:1;filter:none;transform:none}}.services-hero__sub{z-index:2;bottom:var(--space-12);right:var(--container-padding);text-align:right;max-width:46ch;font-family:var(--font-mono);font-size:var(--text-sm);line-height:var(--leading-relaxed);color:var(--fg-secondary);position:absolute}@media (max-width:768px){.services-hero__sub{left:var(--container-padding);text-align:left;max-width:none}}
