.sc-page{color:#f5f5f5;background:#000;overflow-x:clip}.sc-inner{max-width:1300px;margin:0 auto;padding:0 clamp(1.25rem,4vw,4rem)}.sc-nav{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000bf;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:.9rem clamp(1.5rem,4vw,3rem);display:flex;position:sticky;top:0}.sc-nav__brand{align-items:center;gap:.65rem;display:flex}.sc-nav__icon{object-fit:contain;width:38px;height:38px}.sc-nav__wordmark{color:#ffc107;letter-spacing:.5px;font-family:Ethnocentric,Montserrat,system-ui,sans-serif;font-size:1.05rem}.sc-nav__tagline{color:#666;letter-spacing:.04em;font-size:.8rem;font-weight:500}.sc-hero-section{padding-bottom:2rem}.sc-hero-animate{opacity:0;animation:.7s forwards sc-fadein;transform:translateY(20px)}.sc-hero-animate--1{animation-delay:50ms}.sc-hero-animate--2{animation-delay:.2s}.sc-hero-animate--3{animation-delay:.35s}.sc-hero-animate--4{animation-delay:.5s}@keyframes sc-fadein{to{opacity:1;transform:none}}.sc-hero__accent{color:var(--color-primary)}.hero__stat{flex-direction:column;gap:.2rem;display:flex}.hero__stat-value{color:var(--color-primary);font-family:League Spartan,system-ui,sans-serif;font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:800;line-height:1}.hero__stat-label{color:#888;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:600}.sc-stars{align-items:center;gap:2px;display:inline-flex}.sc-services-section{background:#000;border:1px solid #ffc10726;border-radius:24px;margin:2rem clamp(1rem,2vw,2rem);padding:5rem clamp(1.25rem,4vw,4rem) 3rem}.sc-services-head{text-align:center;margin-bottom:2.5rem}.sc-services-head h2{margin:.25rem 0 0;font-family:League Spartan,system-ui,sans-serif;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:800}.sc-svc-grid{grid-template-columns:repeat(4,1fr);justify-content:center;gap:1rem;display:grid}.sc-svc-card{aspect-ratio:1;cursor:default;background:#1a1a1a;border-radius:12px;position:relative;overflow:hidden}.sc-svc-card img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block;position:absolute;inset:0}.sc-svc-card:hover img{transform:scale(1.06)}.sc-svc-card h3{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#ffd20a;text-align:center;z-index:1;background:#000000a6;border-radius:10px;width:85%;margin:0;padding:.6rem .8rem;font-family:League Spartan,system-ui,sans-serif;font-size:clamp(.8rem,1.1vw,1rem);font-weight:700;transition:background .25s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sc-svc-card:hover h3{background:#000000d1}.sc-svc-lede{color:#aaa;text-align:center;max-width:860px;margin:2rem auto 0;font-size:clamp(.9rem,1.1vw,1.1rem);line-height:1.8}.sc-caps{background:#080808;padding:6rem 0}.sc-section-h2{color:#f5f5f5;margin:.25rem 0 2.5rem;font-family:League Spartan,system-ui,sans-serif;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:800}.sc-section-sub{color:#888;max-width:560px;margin:0 0 3rem;font-size:1.05rem;line-height:1.75}.sc-caps__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.sc-cap-card{background:#111;border:1px solid #ffffff12;border-radius:16px;flex-direction:column;gap:.85rem;padding:1.75rem 2rem;transition:border-color .2s;display:flex}.sc-cap-card:hover{border-color:#ffc10740}.sc-cap-card__title{color:#f0f0f0;margin:0;font-family:League Spartan,system-ui,sans-serif;font-size:1.15rem;font-weight:700}.sc-cap-card__desc{color:#888;margin:0;font-size:.9rem;line-height:1.7}.sc-tags{flex-wrap:wrap;gap:.4rem;margin-top:auto;padding-top:.5rem;display:flex}.sc-tag{color:#888;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:999px;padding:.22rem .6rem;font-size:.72rem}.sc-portfolio{padding:6rem 0}.sc-portfolio__head{text-align:center;margin-bottom:3.5rem}.sc-portfolio__head .sc-section-h2{margin-bottom:.75rem}.sc-portfolio__head .sc-section-sub{text-align:center;margin:0 auto}.sc-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.sc-card{background:#111;border:1px solid #ffffff12;border-radius:14px;flex-direction:column;transition:border-color .2s,transform .2s;display:flex;overflow:hidden}.sc-card:hover{border-color:#ffc1074d;transform:translateY(-3px)}.sc-card__img-wrap{aspect-ratio:4/3;background:#1a1a1a;position:relative;overflow:hidden}.sc-card__img{object-fit:cover;-webkit-user-drag:none;pointer-events:none;width:100%;height:100%;transition:transform .45s;display:block}.sc-card:hover .sc-card__img{transform:scale(1.06)}.sc-card__placeholder{background:linear-gradient(135deg,#1a1a1a,#222);width:100%;height:100%}.sc-card__cat{color:#ffc107;letter-spacing:.06em;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000bf;border:1px solid #ffc10759;border-radius:999px;padding:.2rem .55rem;font-size:.67rem;font-weight:700;position:absolute;top:10px;left:10px}.sc-card__body{flex-direction:column;flex:1;gap:.4rem;padding:1rem 1.15rem 1.15rem;display:flex}.sc-card__title{color:#eee;margin:0;font-size:.95rem;font-weight:700;line-height:1.3}.sc-card__desc{color:#777;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.8rem;line-height:1.6;display:-webkit-box;overflow:hidden}.sc-process-section{background:#080808;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;padding:6rem clamp(1.25rem,6vw,6rem)}.sc-process-section .working-process__header{text-align:center;max-width:680px;margin:0 auto 4rem}.sc-process-section .working-process__header h2{margin:.5rem 0 1rem;font-family:League Spartan,system-ui,sans-serif;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:800}.sc-process-section .working-process__header .section__lede{color:#aaa;margin:0;font-size:1.05rem;line-height:1.75}.sc-process-section .working-process__steps{grid-template-columns:repeat(4,1fr);gap:0;display:grid}.sc-process-section .process-step{text-align:center;flex-direction:column;align-items:center;padding:0 2rem;display:flex;position:relative}.sc-process-section .process-step:not(.process-step--last):after{content:"";z-index:0;background:linear-gradient(90deg,#ffc1078c,#ffc1071a);width:calc(100% - 80px);height:2px;position:absolute;top:40px;left:calc(50% + 40px)}.sc-process-section .process-step__number{width:80px;height:80px;color:var(--color-primary);z-index:1;background:#ffc10714;border:2px solid #ffc1078c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:1.75rem;font-size:1.25rem;font-weight:700;display:flex;position:relative}.sc-process-section .process-step__title{color:#f0f0f0;margin:0 0 .75rem;font-family:League Spartan,system-ui,sans-serif;font-size:1.15rem;font-weight:700}.sc-process-section .process-step__desc{color:#888;margin:0;font-size:.95rem;line-height:1.7}@media (max-width:900px){.sc-process-section .working-process__steps{grid-template-columns:repeat(2,1fr);gap:3rem 0}.sc-process-section .process-step:not(.process-step--last):after{display:none}}@media (max-width:500px){.sc-process-section .working-process__steps{grid-template-columns:1fr;gap:2.5rem}.sc-process-section .process-step{text-align:left;flex-direction:row;align-items:flex-start;gap:1.25rem;padding:0}.sc-process-section .process-step__number{flex-shrink:0;width:64px;height:64px;margin-bottom:0;font-size:1rem}}.sc-clients{padding:5rem 0}.sc-clients__heading{text-align:center;color:#f5f5f5;margin:0 0 3rem;font-family:League Spartan,system-ui,sans-serif;font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:800}.sc-marquee-outer{background:#ffffff05;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;padding:1rem 0;overflow:hidden}.sc-marquee{flex-wrap:nowrap;align-items:center;gap:2rem;width:max-content;animation:32s linear infinite sc-marquee;display:flex}.sc-marquee:hover{animation-play-state:paused}@keyframes sc-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.sc-marquee__item{flex-shrink:0;justify-content:center;align-items:center;height:72px;padding:.5rem 1.5rem;display:flex}.sc-marquee__item img{object-fit:contain;filter:grayscale();opacity:.55;width:auto;max-width:130px;max-height:48px;transition:filter .3s,opacity .3s}.sc-marquee__item img:hover{filter:grayscale(0);opacity:1}.sc-marquee__item span{color:#ffc107;opacity:.6;white-space:nowrap;font-size:1.1rem;font-weight:700;transition:opacity .3s}.sc-marquee__item span:hover{opacity:1}.sc-footer{background:#050505;border-top:1px solid #ffffff12;align-items:center;gap:1rem;padding:2.5rem clamp(1.5rem,4vw,3rem);display:flex}.sc-footer__icon{object-fit:contain;opacity:.55;width:36px;height:36px}.sc-footer__wordmark{color:#ffc107;font-family:Ethnocentric,Montserrat,system-ui,sans-serif;font-size:.88rem;display:block}.sc-footer__copy{color:#555;margin:.15rem 0 0;font-size:.78rem}[data-reveal]{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}[data-reveal].in-view{opacity:1;transform:none}[data-reveal][data-delay="1"]{transition-delay:.1s}[data-reveal][data-delay="2"]{transition-delay:.2s}[data-reveal][data-delay="3"]{transition-delay:.3s}@media (max-width:1024px){.sc-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.sc-caps__grid{grid-template-columns:1fr}}@media (max-width:768px){.hero__layout{grid-template-columns:1fr;padding:3rem 1.5rem}.hero__right,.sc-nav__tagline{display:none}.sc-svc-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.sc-grid,.sc-caps__grid{grid-template-columns:1fr}.sc-inner{padding:0 1.25rem}}
