.rendering-project-pipeline-section{margin:0;padding:0;box-sizing:border-box;background:#f2f2f2;font-family:Inter,ui-sans-serif,system-ui,sans-serif;height:100vh;position:relative;overflow-x:hidden}.rendering-project-pipeline-section .rendering-project__wrapper{display:grid;grid-template-columns:1fr 1fr;height:100vh;width:100%;position:sticky;top:0;overflow:hidden}.rendering-project-pipeline-section .rendering-project__left{padding:80px 40px 60px 60px;display:flex;flex-direction:column;justify-content:space-between;background:#f2f2f2;min-height:0}.rendering-project-pipeline-section .rendering-project__title{font-size:clamp(26px,3vw,38px);max-width:400px;margin-bottom:14px}.rendering-project-pipeline-section .rendering-project__text{font-size:13px;color:#444;line-height:1.6;margin-bottom:28px;max-width:360px}.rendering-project-pipeline-section .rendering-project__slide-texts{min-height:80px;max-width:380px;margin-bottom:40px}.rendering-project-pipeline-section .rendering-project__slide-text{font-size:12px;color:#555;line-height:1.7;display:none;animation:pipelineFadeInUp .4s ease}.rendering-project-pipeline-section .rendering-project__slide-text.active{display:block}@keyframes pipelineFadeInUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.rendering-project-pipeline-section .svg-nav-wrapper{display:flex;justify-content:center;padding-right:0}.rendering-project-pipeline-section .svg-container{position:relative;width:380px;height:380px;flex-shrink:0}.rendering-project-pipeline-section #circleNav{display:block;width:380px;height:380px;overflow:visible}.rendering-project-pipeline-section #circleNavRotor{transform-box:view-box;transform-origin:center;transition:transform .9s cubic-bezier(.65,0,.35,1);will-change:transform}.rendering-project-pipeline-section .orbit-full{fill:none;stroke:#dedad0;stroke-width:.7px;opacity:.4;transition:opacity .5s ease,stroke .5s ease}.rendering-project-pipeline-section .orbit-full.active{opacity:1;stroke:#b3ad9e}.rendering-project-pipeline-section .ring-label text{font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:15px;font-weight:300;letter-spacing:1.75px;text-transform:uppercase;text-anchor:middle;dominant-baseline:middle;fill:#ccc9be;opacity:.45;transition:fill .5s ease,opacity .5s ease;filter:url(#textBg)}.rendering-project-pipeline-section .ring-label.active text{fill:#111;font-weight:600;opacity:1}.rendering-project-pipeline-section .svg-center-overlay{position:absolute;top:50%;left:50%;z-index:2;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none;width:120px;height:80px}.rendering-project-pipeline-section .center-num{font-size:38px;font-weight:800;color:#080808;line-height:1;transition:opacity .25s ease}.rendering-project-pipeline-section .center-label{font-size:9px;font-weight:400;color:#aaa;letter-spacing:3px;text-transform:uppercase;margin-top:5px}.rendering-project-pipeline-section .rendering-project__center{position:relative;overflow:hidden;width:100%;height:100%;min-height:0}.rendering-project-pipeline-section .rendering-project__images{position:absolute;inset:0}.rendering-project-pipeline-section .rendering-project__image{position:absolute;inset:0;opacity:0;transition:opacity 0s}.rendering-project-pipeline-section .rendering-project__image.is-active{z-index:1;opacity:1}.rendering-project-pipeline-section #curtain{position:absolute;inset:0;z-index:10;transform:translateY(100%);pointer-events:none}.rendering-project-pipeline-section #curtain.pipeline-curtain{background-color:#f3f4f6}.rendering-project-pipeline-section .img-placeholder{position:absolute;inset:0;display:flex;align-items:flex-end;padding:28px}.rendering-project-pipeline-section .pipeline-stage-img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:0}.rendering-project-pipeline-section .img-placeholder-1,.rendering-project-pipeline-section .img-placeholder-2,.rendering-project-pipeline-section .img-placeholder-3,.rendering-project-pipeline-section .img-placeholder-4,.rendering-project-pipeline-section .img-placeholder-5{background:#1a1a1a}.rendering-project-pipeline-section .img-label{position:relative;z-index:1;display:flex;flex-direction:column;gap:.4rem;max-width:min(18rem,72%);padding:clamp(.85rem,1.35vw,1.05rem) clamp(1rem,1.5vw,1.2rem);background:rgba(255,255,255,.75);border:1px solid rgba(255,255,255,.7);border-radius:.75rem;backdrop-filter:blur(12px);box-shadow:0 0 0 1px rgba(15,23,42,.035),0 14px 30px -18px rgba(15,23,42,.58),0 3px 10px -8px rgba(15,23,42,.4)}.rendering-project-pipeline-section .img-label-eyebrow{margin:0;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(.58rem,.62vw,.68rem);font-weight:500;line-height:1.3;letter-spacing:.34em;text-transform:uppercase;color:#8f8f8f}.rendering-project-pipeline-section .img-label-eyebrowNum{letter-spacing:.22em;color:#6b6b6b}.rendering-project-pipeline-section .img-label-name{margin:0;font-family:var(--font-display),ui-serif,Georgia,serif;font-size:clamp(.95rem,1.1vw,1.12rem);font-weight:400;line-height:1.2;letter-spacing:.06em;color:#2a2a2a}.rendering-project-pipeline-section .pipeline-mobile-steps{display:none}@media (min-width:768px){.rendering-project-pipeline-section{--pipeline-pad-top:80px;--pipeline-pad-right:40px;--pipeline-pad-bottom:60px;--pipeline-pad-left:60px;--pipeline-circle-size:380px}.rendering-project-pipeline-section .rendering-project__left{container-type:inline-size;container-name:pipeline-left;padding:var(--pipeline-pad-top) var(--pipeline-pad-right) var(--pipeline-pad-bottom) var(--pipeline-pad-left);display:flex;flex-direction:column;justify-content:flex-start;min-height:0}.rendering-project-pipeline-section .rendering-project__copy{flex:0 0 auto;max-width:min(100%,32rem)}.rendering-project-pipeline-section .svg-nav-wrapper{flex:1 1 auto;display:flex;align-items:center;justify-content:center;min-height:0;margin-top:clamp(12px,2vh,28px)}.rendering-project-pipeline-section #circleNav,.rendering-project-pipeline-section .svg-container{width:var(--pipeline-circle-size);height:var(--pipeline-circle-size)}@media (max-width:1279px){.rendering-project-pipeline-section{--pipeline-pad-top:clamp(96px,11vh,112px);--pipeline-circle-size:380px}}@media (min-width:1280px){.rendering-project-pipeline-section{--pipeline-pad-top:clamp(84px,8.5vh,100px)}.rendering-project-pipeline-section .rendering-project__left{--pipeline-circle-size:min(92cqw,48vmin,calc(100svh - 320px),500px)}.rendering-project-pipeline-section .rendering-project__title{font-size:clamp(28px,2.2vw,42px);max-width:30rem}.rendering-project-pipeline-section .rendering-project__text{font-size:clamp(13px,.95vw,15px);max-width:28rem}.rendering-project-pipeline-section .rendering-project__slide-text{font-size:clamp(12px,.85vw,14px)}.rendering-project-pipeline-section .rendering-project__slide-texts{min-height:clamp(80px,12vh,96px);max-width:30rem}.rendering-project-pipeline-section .ring-label text{font-size:clamp(15px,3.5cqw,17px)}.rendering-project-pipeline-section .center-num{font-size:clamp(38px,9cqw,46px)}.rendering-project-pipeline-section .svg-center-overlay{width:clamp(100px,32cqw,140px);height:clamp(64px,21cqw,88px)}}}@supports not (container-type:inline-size){@media (min-width:1280px){.rendering-project-pipeline-section .rendering-project__left{--pipeline-circle-size:min(440px,48vmin,calc(100svh - 320px))}}@media (min-width:1536px){.rendering-project-pipeline-section .rendering-project__left{--pipeline-circle-size:min(480px,48vmin,calc(100svh - 320px))}}}@media (max-width:767px){.rendering-project-pipeline-section{--pipeline-mobile-header-offset:64px;height:calc(100svh - var(--pipeline-mobile-header-offset));overflow:hidden}.rendering-project-pipeline-section .rendering-project__wrapper{display:flex;flex-direction:column;position:sticky;top:var(--pipeline-mobile-header-offset);height:calc(100svh - var(--pipeline-mobile-header-offset));overflow:hidden;padding:clamp(8px,1.4svh,12px) 0 0}.rendering-project-pipeline-section .rendering-project__left{display:contents}.rendering-project-pipeline-section .rendering-project__copy{position:relative;z-index:4;order:1;padding:0 20px}.rendering-project-pipeline-section .rendering-project__title{max-width:16ch;margin-bottom:8px;font-size:clamp(23px,6vw,28px);line-height:1.05;letter-spacing:.04em}.rendering-project-pipeline-section .rendering-project__text{display:none}.rendering-project-pipeline-section .rendering-project__slide-texts{min-height:68px;max-width:25rem;margin-bottom:clamp(8px,1.6svh,12px)}.rendering-project-pipeline-section .rendering-project__slide-text{font-size:13px;line-height:1.55;color:#4a4a4a}.rendering-project-pipeline-section .rendering-project__center{position:relative;z-index:3;order:2;width:100%;flex:1 1 auto;min-height:54svh;margin:0;overflow:hidden;border-radius:0;box-shadow:none;touch-action:pan-y}.rendering-project-pipeline-section .rendering-project__images{inset:0;overflow:hidden;border-radius:0}.rendering-project-pipeline-section .img-placeholder{padding:0;align-items:flex-start}.rendering-project-pipeline-section .pipeline-stage-img{-o-object-position:center;object-position:center}.rendering-project-pipeline-section .img-label{display:flex;margin:14px 16px;padding:.7rem .95rem;gap:.25rem;max-width:70%}.rendering-project-pipeline-section .img-label-eyebrow{display:none}.rendering-project-pipeline-section .img-label-name{font-size:1rem}.rendering-project-pipeline-section #curtain{border-radius:0}.rendering-project-pipeline-section .pipeline-mobile-steps{display:none}.rendering-project-pipeline-section .svg-nav-wrapper{position:absolute;right:calc(clamp(300px, 84vw, 360px) * -.3);bottom:calc(clamp(300px, 84vw, 360px) * -.18);z-index:25;order:3;padding:0;justify-content:flex-start;pointer-events:auto}.rendering-project-pipeline-section #circleNav,.rendering-project-pipeline-section .svg-container,.rendering-project-pipeline-section .svg-nav-wrapper{width:clamp(300px,84vw,360px);height:clamp(300px,84vw,360px)}.rendering-project-pipeline-section .ring-label text{font-size:14px;letter-spacing:1.45px;filter:none;opacity:0}.rendering-project-pipeline-section .ring-label.active text{fill:#ffffff;opacity:1;paint-order:stroke;stroke:rgba(10,10,10,.45);stroke-width:3px;stroke-linejoin:round}.rendering-project-pipeline-section .orbit-full{stroke:rgba(255,255,255,.45)}.rendering-project-pipeline-section .orbit-full.active{stroke:rgba(255,255,255,.9)}.rendering-project-pipeline-section .svg-center-overlay{width:84px;height:84px;padding:0;border-radius:50%;background:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.7);backdrop-filter:blur(10px);box-shadow:0 0 0 1px rgba(15,23,42,.035),0 12px 26px -16px rgba(15,23,42,.55)}.rendering-project-pipeline-section .center-num{font-size:28px}.rendering-project-pipeline-section .center-label{font-size:7px;margin-top:2px;color:#6b6b6b}}@media (max-width:390px){.rendering-project-pipeline-section .rendering-project__title{max-width:16ch;font-size:clamp(23px,6vw,27px)}.rendering-project-pipeline-section .rendering-project__slide-text{font-size:13.5px}.rendering-project-pipeline-section .rendering-project__slide-texts{min-height:76px}.rendering-project-pipeline-section .rendering-project__center{min-height:52svh}}