.services-nav-dots{position:fixed;right:40px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:flex-end;gap:16px;z-index:100;opacity:0;pointer-events:none;transition:opacity .4s ease}.services-nav-dots.visible{opacity:1;pointer-events:auto}.services-nav-dot{display:flex;align-items:center;justify-content:flex-end;gap:12px;cursor:pointer}.services-nav-dot .dot{width:8px;height:8px;border-radius:50%;background:#fff3;transition:all .3s ease;flex-shrink:0}.services-nav-dot.active .dot{background:#b4e6c8e6;box-shadow:0 0 12px #b4e6c880;transform:scale(1.3)}.services-nav-dot .nav-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;opacity:0;transform:translate(10px);transition:all .3s ease;white-space:nowrap;color:#ffffff80;position:absolute;right:24px;pointer-events:none}.services-nav-dot:hover .nav-label{opacity:1;transform:translate(0)}.services-nav-dot.active .nav-label{opacity:1;transform:translate(0);color:#b4e6c8e6}.service-cinematic-section .service-number{font-size:clamp(3rem,6vw,6rem);font-weight:700;color:#b4e6c859;line-height:1;margin-bottom:-30px;font-family:Plus Jakarta Sans,sans-serif;opacity:0;transform:translateY(30px) scale(.95);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transition-delay:.1s;will-change:transform,opacity}.service-cinematic-section.in-view .service-number{opacity:1;transform:translateY(0) scale(1)}.service-cinematic-section .service-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:600;margin-bottom:25px;font-family:Plus Jakarta Sans,sans-serif;color:var(--theme-text, white);opacity:0;transform:translateY(30px) scale(.95);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transition-delay:.2s;will-change:transform,opacity}.service-cinematic-section.in-view .service-title{opacity:1;transform:translateY(0) scale(1)}.service-cinematic-section .service-description{font-size:clamp(.95rem,1.6vw,1.25rem);line-height:1.6;color:var(--theme-text);font-family:IBM Plex Sans,sans-serif;font-weight:400;text-align:left;opacity:0;transform:translateY(20px);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1);transition-delay:.35s;will-change:transform,opacity}.service-cinematic-section.in-view .service-description{opacity:1;transform:translateY(0)}.service-cinematic-section.in-view .service-number,.service-cinematic-section.in-view .service-title,.service-cinematic-section.in-view .service-description{will-change:auto}.services-cinematic-container{position:relative;z-index:10}.services-footer{position:relative;z-index:20;background-color:#000}.services-footer .footer{background:#000}.service-section-wrapper{height:100vh;position:sticky;top:0}.service-cinematic-section{height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;clip-path:inset(0)}.service-cinematic-section .service-bg-image{position:fixed;inset:0;z-index:0;will-change:transform}.service-cinematic-section .service-bg-image img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%);opacity:.4;transform:scale(1);transition:filter 1s cubic-bezier(.16,1,.3,1),opacity 1s cubic-bezier(.16,1,.3,1)}.service-cinematic-section.in-view .service-bg-image img{filter:grayscale(0%);opacity:.6}.service-cinematic-section.service-video-section .service-bg-video{position:fixed;inset:0;z-index:0;will-change:transform}.service-cinematic-section.service-video-section .service-bg-video video{width:100%;height:100%;object-fit:cover;opacity:.7;transform:scale(1);transition:opacity 1s cubic-bezier(.16,1,.3,1);filter:none}.service-cinematic-section.service-video-section.in-view .service-bg-video video{opacity:1;filter:none}.service-cinematic-section .service-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#071f14f7,#071f14d9 35%,#071f1480 60%,#071f144d);z-index:1}.service-cinematic-section .service-content{position:relative;z-index:2;max-width:650px;padding:clamp(32px,6vw,60px) clamp(32px,7vw,80px)}.service-cinematic-section .service-title span{color:#b4e6c8e6;font-weight:300}.service-cinematic-section .service-description p{margin-bottom:15px;text-align:left}.service-cinematic-section .service-description p:last-child{margin-bottom:0}.service-cinematic-section .service-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.16,1,.3,1) .4s}.service-cinematic-section.in-view .service-tags{opacity:1;transform:translateY(0)}.service-cinematic-section .service-tag{padding:8px 18px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:100px;font-size:.75rem;color:#fff9;font-family:Plus Jakarta Sans,sans-serif}.services-footer-wrapper .footer{background:#000;padding:30px 60px;min-height:auto}.services-footer-wrapper .footer-content{padding:0}@media(max-width:1024px){.services-nav-dots{right:20px}.services-nav-dot .nav-label{display:none}.service-cinematic-section .service-content{padding:clamp(28px,5vw,50px) clamp(28px,6vw,50px)}}@media(max-width:768px){.services-nav-dots{display:none!important}.services-footer-wrapper .footer{padding:25px 20px}.services-cinematic-container{scroll-snap-type:none;overflow-y:visible;height:auto;-webkit-overflow-scrolling:touch}.service-section-wrapper{height:auto;min-height:100svh;position:relative;scroll-snap-align:none;scroll-snap-stop:normal}.service-cinematic-section{height:100svh;min-height:100svh;display:flex;flex-direction:column;justify-content:flex-end;align-items:stretch}.service-cinematic-section .service-bg-image,.service-cinematic-section.service-video-section .service-bg-video{position:absolute;inset:0}.service-cinematic-section .service-bg-image img{opacity:.5}.service-cinematic-section.in-view .service-bg-image img{opacity:.7}.service-cinematic-section .service-overlay{background:linear-gradient(to top,#071f14fa,#071f14eb,#071f14b3,#071f144d,#071f141a)}.service-cinematic-section .service-content{position:relative;z-index:10;padding:0 clamp(32px,12vw,64px) 0 clamp(20px,6vw,24px);padding-bottom:clamp(110px,22vw,140px);padding-top:32px;max-width:100%;width:100%}.service-cinematic-section .service-number{font-size:3.5rem;margin-bottom:-10px;color:#b4e6c866}.service-cinematic-section .service-title{font-size:1.75rem;margin-bottom:16px;line-height:1.2}.service-cinematic-section .service-description{font-size:.9rem;line-height:1.6;color:#fffc;max-height:none;overflow:visible}.service-cinematic-section .service-description p{margin-bottom:8px}.service-cinematic-section .service-tags{margin-top:16px;gap:8px;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px}.service-cinematic-section .service-tags::-webkit-scrollbar{display:none}.service-cinematic-section .service-tag{padding:6px 14px;font-size:.7rem;white-space:nowrap;flex-shrink:0}.service-cinematic-section .service-tag:nth-child(n+3){display:none}.services-mobile-nav{position:fixed;right:16px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:8px;z-index:1000;opacity:0;pointer-events:none;transition:opacity .3s ease}.services-mobile-nav.visible{opacity:1;pointer-events:auto}.services-mobile-nav .mobile-dot{width:8px;height:8px;border-radius:50%;background:#ffffff40;transition:all .3s ease;cursor:pointer}.services-mobile-nav .mobile-dot.active{background:#b4e6c8e6;box-shadow:0 0 8px #b4e6c880;transform:scale(1.4)}.services-mobile-indicator{display:none!important}.services-back-to-top{position:fixed;bottom:24px;left:50%;transform:translate(-50%);z-index:1000;width:44px;height:44px;border-radius:50%;background:#071f14cc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(180,230,200,.25);color:#b4e6c8e6;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .3s ease,transform .2s ease,background .2s ease;display:flex;align-items:center;justify-content:center}.services-back-to-top.visible{opacity:1;pointer-events:auto}.services-back-to-top:active{transform:translate(-50%) scale(.95);background:#b4e6c826}.services-back-to-top svg{width:20px;height:20px}.services-swipe-hint{position:fixed;bottom:80px;left:50%;transform:translate(-50%);z-index:999;display:flex;flex-direction:column;align-items:center;gap:8px;opacity:0;animation:swipeHintFade 3s ease-in-out;pointer-events:none}.services-swipe-hint svg{width:24px;height:24px;color:#b4e6c8b3;animation:swipeArrow 1.5s ease-in-out infinite}.services-swipe-hint span{font-size:.75rem;color:#ffffff80;font-family:Plus Jakarta Sans,sans-serif}@keyframes swipeHintFade{0%{opacity:0}10%{opacity:1}70%{opacity:1}to{opacity:0}}@keyframes swipeArrow{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}}@media(max-width:480px){.service-cinematic-section .service-content{padding:0 clamp(28px,14vw,56px) 0 clamp(16px,6vw,20px);padding-bottom:clamp(96px,24vw,120px);padding-top:24px}.service-cinematic-section .service-number{font-size:3rem;margin-bottom:-8px}.service-cinematic-section .service-title{font-size:1.5rem;margin-bottom:12px}.service-cinematic-section .service-description{font-size:.85rem;max-height:none}.services-mobile-indicator{padding:8px 16px;bottom:20px}.services-mobile-indicator .indicator-text{font-size:.65rem}}
