@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Outfit:wght@400;700;900&display=swap";:root{--pitch-black: transparent;--pure-white: #fcfcfc;--off-white: #eaeaec;--vibrant-red: #be1e2d;--dark-gray: #28282c;--bast-red: #be1e2d;--bast-dark: rgba(18, 18, 20, .5);--bast-rich-black: #0a0a0c;--gradient-primary: linear-gradient(135deg, #be1e2d 0%, #8a1520 100%);--gradient-dark: radial-gradient(circle at 50% 0%, rgba(38, 31, 32, .3) 0%, transparent 100%);--gradient-text: linear-gradient(to right, #ffffff, #ffb3b8);--font-bold: "Outfit", sans-serif;--font-body: "Inter", sans-serif}html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background:radial-gradient(ellipse at 50% 20%,#16161c,#0c0c10,#070709);background-attachment:fixed;color:var(--pure-white);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;width:100vw;max-width:100vw;position:relative}body:before{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;background-image:linear-gradient(to right,rgba(255,255,255,.09) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.09) 1px,transparent 1px);background-size:50px 50px;pointer-events:none;z-index:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-bold);text-transform:uppercase;letter-spacing:.05em;margin:0;line-height:1.1}a{color:inherit;text-decoration:none;cursor:pointer;transition:color .3s ease}a:hover{color:var(--bast-red)}ul{list-style:none}button{font-family:var(--font-bold);background:transparent;border:none;color:inherit;cursor:pointer;text-transform:uppercase}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bast-rich-black)}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gradient-primary)}.nav-link-red-hover:hover{color:#fff!important;text-shadow:0 0 10px rgba(190,30,45,.4),0 0 20px rgba(190,30,45,.2),-2px 0 2px rgba(190,30,45,.3)}.nav-link-red-hover:hover span{opacity:1!important;text-shadow:0 0 8px rgba(190,30,45,.8)}.hover-scale:hover{transform:scale(1.05)}.bracket-link{position:relative;display:inline-block;padding:0 16px;font-size:1.5rem;font-weight:700}.bracket-link:before,.bracket-link:after{position:absolute;top:50%;transform:translateY(-50%);opacity:0;transition:all .3s cubic-bezier(.16,1,.3,1);color:var(--bast-red)}.bracket-link:before{content:"[";left:0;transform:translate(-10px,-50%)}.bracket-link:after{content:"]";right:0;transform:translate(10px,-50%)}.bracket-link:hover:after{opacity:1;transform:translateY(-50%)}.hero-badge-desktop-hide{display:block}.about-grid{display:flex;flex-direction:column;gap:3rem;max-width:1400px;margin:0 auto;align-items:center}.about-image-wrapper{width:100%;height:clamp(350px,60vh,700px);position:relative;overflow:hidden;border-radius:4px}.about-text-wrapper{width:90%;margin:-6rem auto 0;display:flex;flex-direction:column;padding:3rem 1.5rem;background:#0a0a0a73;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);border:1px solid rgba(255,255,255,.1);border-radius:12px;position:relative;z-index:5;box-shadow:0 20px 50px #00000080}.collective-grid{display:flex;flex-direction:column;gap:2rem;width:100%;align-items:center}.collective-image-wrapper{width:100%;position:relative;overflow:hidden;border-radius:4px}.collective-text-wrapper{width:100%;padding:2rem 1rem;z-index:2}@media(min-width:769px){.show-on-mobile-only,.hero-badge-desktop-hide{display:none!important}.about-grid{flex-direction:row;gap:0}.about-image-wrapper{width:45%;height:700px;z-index:2}.about-text-wrapper{width:60%;margin-top:0;margin-left:-5%;padding:6rem 4rem 6rem 8rem;border-radius:0;background:#0a0a0acc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.05);z-index:1}.collective-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:8rem;align-items:center}.collective-image-wrapper{height:auto}.collective-text-wrapper{padding:0}}.responsive-heading-giant{font-size:clamp(2.2rem,15vw,12rem);line-height:.8}.responsive-heading-large{font-size:clamp(2.5rem,8vw,4rem)}.responsive-text-large{font-size:clamp(1rem,4vw,1.5rem)}.responsive-padding{padding-left:clamp(1rem,5vw,6rem);padding-right:clamp(1rem,5vw,6rem)}.responsive-flex-row-to-col{display:flex;flex-direction:row;gap:4rem}.responsive-flex-col-to-col{display:flex;flex-direction:column}.responsive-gallery-card{display:flex;flex-direction:row;align-items:center;gap:4rem}.responsive-about-sticky{flex:1;position:sticky;top:20vh;height:60vh;overflow:hidden}.responsive-about-content{flex:1;display:flex;flex-direction:column;gap:6rem;padding-top:10vh;padding-bottom:20vh}.responsive-footer-grid{display:flex;justify-content:space-between;align-items:flex-start;width:100%}.responsive-footer-links{display:flex;gap:4rem}.responsive-logo-hero{width:clamp(280px,85vw,1200px);max-width:100%;max-height:55vh;object-fit:contain;filter:brightness(0) invert(1) drop-shadow(0 10px 30px rgba(0,0,0,.5));transition:transform .5s cubic-bezier(.16,1,.3,1),filter .5s ease}.responsive-logo-hero:hover{transform:scale(1.03);filter:brightness(0) invert(1) drop-shadow(0 15px 40px rgba(190,30,45,.5))}.responsive-logo-footer{width:90vw;max-width:1200px;object-fit:contain}@media(max-width:768px){.responsive-flex-row-to-col{flex-direction:column;gap:2rem}.responsive-gallery-card{flex-direction:column!important;gap:2rem}.responsive-about-sticky{position:relative;top:0;height:auto;width:100%}.process-timeline-container{padding-left:1rem!important}.responsive-about-content{padding-top:8rem;padding-bottom:4rem;gap:4rem}.about-text-wrapper{margin-top:2rem;width:95%;padding:2rem 1.2rem}.about-image-wrapper{height:45vh}.bts-card-responsive{transform:scale(.6) translate(-50%,-50%)!important}.responsive-footer-grid{flex-direction:column;gap:3rem}.responsive-footer-links{flex-direction:column;gap:2rem}.bracket-link{font-size:1.2rem;padding:0 10px}.responsive-logo-hero{padding:0 1rem}.hero-metadata,.menu-image-container{display:none!important}}.premium-text-gradient{background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.premium-red-text-gradient{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.premium-bg-gradient{background:var(--gradient-dark)}.premium-red-bg-gradient{background:var(--gradient-primary)}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}.academy-category-title{background:linear-gradient(90deg,#fff,#fff6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-weight:800;letter-spacing:.2em}@keyframes crtFlicker{0%{opacity:.27861}5%{opacity:.34769}10%{opacity:.23604}15%{opacity:.90626}20%{opacity:.18128}25%{opacity:.83891}30%{opacity:.65583}35%{opacity:.57807}40%{opacity:.26559}45%{opacity:.84693}50%{opacity:.96019}55%{opacity:.08594}60%{opacity:.20313}65%{opacity:.71988}70%{opacity:.53455}75%{opacity:.37238}80%{opacity:.98414}85%{opacity:.70304}90%{opacity:.053}95%{opacity:.5441}to{opacity:.12521}}.crt-overlay:after{content:" ";display:block;position:absolute;inset:0;background:#1210101a;opacity:0;z-index:2;pointer-events:none;animation:crtFlicker .15s infinite}@keyframes scanline{0%{bottom:100%}80%{bottom:100%}to{bottom:0%}}.crt-overlay:before{content:" ";display:block;position:absolute;inset:0;background:linear-gradient(to bottom,#12101000,#121010,#12101000);background-size:100% 4px;z-index:2;pointer-events:none;opacity:.1;animation:scanline 6s linear infinite}.monitor-warp{position:relative;overflow:hidden;border-radius:4px;transform:perspective(1200px) rotateY(.5deg) scale(1.02)}.monitor-warp:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.05) 0%,transparent 70%);pointer-events:none;z-index:2}.nav-container-responsive{display:flex!important;flex-direction:row}.hud-top-meta{position:absolute;top:2.5rem;right:4rem;text-align:right}@media(max-width:1024px){.nav-container-responsive{flex-direction:column!important;overflow-y:hidden!important;height:100vh!important}.monitor-feed-side{flex:none!important;height:35vh!important;min-height:250px!important;max-height:280px!important;border-bottom:1px solid rgba(255,255,255,.1);border-right:none!important;order:-1}.controls-side{flex:1!important;height:auto!important;padding:2rem 1.5rem 4rem!important;justify-content:flex-start!important;min-height:0!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch;border-right:none!important}.hud-top-meta{position:relative!important;top:0!important;right:0!important;text-align:left!important;margin-bottom:2rem!important}.nav-link-red-hover{font-size:clamp(1.8rem,8vw,2.5rem)!important;gap:.8rem!important;margin-bottom:1rem!important}.hide-on-mobile{display:none!important}.hud-diagnostic-footer{bottom:1.5rem!important;left:1.5rem!important;gap:1rem!important}.hud-safe-overlay{top:1.5rem!important;left:1.5rem!important;gap:1.5rem!important}.responsive-nav-logo{height:24px!important}.hud-safe-bracket{display:none!important}}.react-player-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden;z-index:0}.react-player-bg iframe{position:absolute;top:50%;left:50%;width:100vw!important;height:56.25vw!important;min-height:100vh!important;min-width:177.77vh!important;transform:translate(-50%,-50%);pointer-events:none}.marquee-container{mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.marquee-track{display:flex;white-space:nowrap;will-change:transform;animation:marquee 25s linear infinite}.marquee-container:hover .marquee-track{animation-play-state:paused}.marquee-text{font-family:var(--font-bold);font-size:clamp(4rem,10vw,8rem);font-weight:900;letter-spacing:-.02em;color:transparent;-webkit-text-stroke:2px rgba(255,255,255,.15);transition:all .5s cubic-bezier(.16,1,.3,1);cursor:default}.marquee-container:hover .marquee-text{-webkit-text-stroke:2px transparent;color:#fff;text-shadow:0 0 40px rgba(255,255,255,.3)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes infinitePictureScroll{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}.infinite-picture-marquee{display:flex;gap:1.5rem;width:max-content;align-items:center;animation:infinitePictureScroll 65s linear infinite;will-change:transform}.infinite-picture-marquee:hover{animation-duration:350s!important}.footer-social-link{font-size:1.05rem;color:#fff;text-decoration:none;display:flex;align-items:center;gap:.85rem;transition:all .3s cubic-bezier(.16,1,.3,1);font-weight:500}.footer-social-icon{width:38px;height:38px;border-radius:50%;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s cubic-bezier(.16,1,.3,1)}.footer-social-link:hover{color:var(--bast-red)!important}.footer-social-link:hover .footer-social-icon{background:#be1e2d38;border-color:#be1e2da6;color:var(--bast-red);box-shadow:0 0 20px #be1e2d80;transform:scale(1.12) rotate(-5deg)}.inline-video-chip{display:inline-block;width:clamp(38px,5.5vw,70px);height:clamp(26px,3.8vw,48px);border-radius:4px;overflow:hidden;vertical-align:middle;margin:0 .35rem;border:none;box-shadow:none;transform:translateY(-2px);transition:transform .25s ease}.inline-video-chip video{width:100%;height:100%;object-fit:cover;object-position:center 25%;display:block}.inline-video-chip:hover{transform:translateY(-4px) scale(1.08)}@media(max-width:768px){.hero-bg-wrapper{width:100%!important;mask-image:none!important;-webkit-mask-image:none!important}.hero-bg-wrapper img{object-position:center center!important;opacity:.45!important;mask-image:linear-gradient(to bottom,black 50%,transparent 100%)!important;-webkit-mask-image:linear-gradient(to bottom,black 50%,transparent 100%)!important}.hero-content-wrapper{padding-left:1.25rem!important;padding-right:1.25rem!important;max-width:100%!important;align-items:center!important;text-align:center!important}.hero-subtitle{text-align:center!important;font-size:.95rem!important;line-height:1.6!important}.outline-agency-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:.85rem!important;padding:0 12px!important;align-items:start!important}.outline-agency-column{display:contents!important}.outline-agency-item{flex-direction:column!important;align-items:flex-start!important;gap:.4rem!important;margin-top:0!important;width:100%!important}.outline-agency-column:nth-child(2) .outline-agency-item,.outline-agency-item:nth-child(2n){margin-top:2rem!important}.outline-agency-item>div:last-child{max-width:100%!important;border-radius:8px!important}.gallery-bento-grid{grid-template-columns:repeat(2,1fr)!important;gap:.85rem!important}.gallery-bento-item.gallery-item-2{margin-top:1.5rem!important}.outline-agency-label{text-align:left!important;min-width:auto!important;padding-top:0!important;padding-left:2px!important}.gallery-card-category{opacity:.8!important;max-height:20px!important;margin-top:4px!important}.clients-grid-container{grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important}.filter-tabs-container{flex-wrap:nowrap!important;overflow-x:auto!important;padding-bottom:.5rem!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important}.filter-tabs-container::-webkit-scrollbar{display:none!important}.filter-tabs-container button{flex-shrink:0!important;white-space:nowrap!important}.featured-video-card{grid-template-columns:1fr!important;padding:1rem!important}.footer-section{padding:3rem 1.25rem 1.5rem!important;background:linear-gradient(to top,#060608 0%,rgba(12,12,16,.9) 70%,transparent 100%)!important}.footer-capsule{background:transparent!important;border:none!important;border-radius:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;gap:2rem!important}.footer-brand-container{gap:1.25rem!important;max-width:100%!important}.footer-brand-container img{height:40px!important}.footer-brand-container p{font-size:.95rem!important;line-height:1.55!important;color:#ffffffb3!important}.footer-cta-button{width:100%!important;justify-content:center!important;font-size:.95rem!important;letter-spacing:.12em!important;padding:.9rem 1.5rem!important;background:linear-gradient(135deg,var(--bast-red) 0%,#8a1520 100%)!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:30px!important;box-shadow:0 10px 25px #be1e2d59!important;margin-top:.5rem!important;border-bottom:none!important}.footer-cta-button:active{transform:scale(.97)!important}.responsive-footer-links{display:grid!important;grid-template-columns:1fr 1fr!important;gap:1.5rem!important;margin-top:1.5rem!important;border-top:1px solid rgba(255,255,255,.08)!important;padding-top:1.5rem!important}.footer-social-link{font-size:.82rem!important;gap:.5rem!important}.footer-social-icon{width:32px!important;height:32px!important}.footer-bottom-bar{flex-direction:column!important;align-items:center!important;text-align:center!important;gap:1rem!important;padding-top:1.5rem!important;border-top:1px solid rgba(255,255,255,.08)!important}.footer-bottom-bar>div{flex-direction:column!important;gap:.5rem!important}.case-study-specs-container{grid-template-columns:repeat(2,1fr)!important;gap:1.25rem 1rem!important;padding:0 1.25rem!important}.case-study-spec-card{background:transparent!important;border:none!important;padding:0!important;border-radius:0!important;box-shadow:none!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important}.case-study-spec-label{font-size:.62rem!important;letter-spacing:.2em!important;color:var(--bast-red)!important}.case-study-spec-value{font-size:.9rem!important;line-height:1.45!important;margin-top:.3rem!important;font-weight:700!important;color:#fff!important;word-break:break-word!important}.case-study-brief-section{padding-top:3rem!important;padding-bottom:3rem!important}.case-study-brief-grid{grid-template-columns:1fr!important;gap:2rem!important}.case-study-brief-grid>div>div{padding:1.25rem 1rem!important}.case-study-player-wrapper{border-radius:14px!important}.next-case-study-section{padding:3.5rem 1.25rem!important}.mobile-hamburger-pill:active{transform:scale(.94)!important}.monitor-feed-side{display:none!important}.controls-side{padding:6.5rem 1.75rem 2.5rem!important;justify-content:space-between!important;height:100dvh!important;background:#08080a!important}.nav-link-red-hover{font-size:clamp(2.2rem,9.5vw,3.4rem)!important;gap:1.25rem!important;margin-bottom:.25rem!important}.mobile-menu-socials{padding-top:1.5rem!important;border-top:1px solid rgba(255,255,255,.08)!important}}@media(max-width:480px){.hero-content-wrapper h1{font-size:2.8rem!important;letter-spacing:-.03em!important}.clients-grid-container>div{height:85px!important}}
