@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Syne:wght@400;600;800&display=swap";:root{--bg-color: #fffde9;--accent-main: #c83672;--accent-sec: #7d6d63;--text-main: #0f0f0f;--font-body: "Inter", sans-serif;--font-head: "Syne", sans-serif;--spacing-base: 2rem;--fluid-h1: clamp(2.5rem, 6.5vw, 9rem);--fluid-h2: clamp(2rem, 5vw, 6rem);--fluid-p: clamp(1rem, 2vw, 1.5rem);--transition: all .6s cubic-bezier(.16, 1, .3, 1)}*{margin:0;padding:0;box-sizing:border-box}body,html{background-color:var(--bg-color);color:var(--text-main);font-family:var(--font-body);overflow-x:hidden;cursor:none}::selection{background-color:var(--text-main);color:var(--bg-color)}.custom-cursor{position:fixed;top:0;left:0;width:20px;height:20px;background-color:var(--accent-main);border-radius:50%;pointer-events:none;z-index:9999;mix-blend-mode:exclusion;transform:translate(-50%,-50%);transition:transform .1s linear,width .3s ease,height .3s ease,background-color .3s ease}.custom-cursor.hover{width:60px;height:60px;background-color:var(--accent-sec);mix-blend-mode:normal;opacity:.8}h1,h2,h3,.hero-title,.massive-text,.footer-headline{font-family:var(--font-head);font-weight:800;line-height:1;letter-spacing:-.02em}a{color:inherit;text-decoration:none}ul{list-style:none}.navbar{position:fixed;top:0;left:0;right:0;padding:1.5rem 4rem;display:flex;justify-content:space-between;align-items:center;z-index:100;transition:all .4s ease;background-color:transparent;border-bottom:1px solid transparent}.navbar.scrolled{background-color:#fffde9e6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.05)}.logo{font-family:var(--font-head);font-weight:800;font-size:2rem;display:flex;align-items:center}.logo-img{height:90px;width:auto}.menu-btn{font-size:1rem;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;color:var(--text-main);font-weight:600;transition:opacity .3s ease}.menu-btn:hover{opacity:.6}.menu-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:var(--text-main);z-index:9999;display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;pointer-events:none;transition:opacity .5s ease}.menu-overlay.active{opacity:1;pointer-events:auto}.menu-close-btn{position:absolute;top:1.5rem;right:4rem;font-family:var(--font-head);font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--bg-color);cursor:pointer}.menu-links{list-style:none;text-align:center;display:flex;flex-direction:column;gap:3rem}.menu-link{font-family:var(--font-head);font-size:clamp(3rem,6vw,6rem);font-weight:800;text-decoration:none;color:var(--bg-color);transition:color .3s ease;display:block}.menu-link:hover{color:var(--accent-main)}.container{padding:0 4rem;max-width:1440px;margin:0 auto}.large-body{font-size:var(--fluid-p);line-height:1.4}.w-75{max-width:75%;margin:0 auto}.intro-video-section{position:relative;width:100vw;height:100vh;overflow:hidden;background-color:var(--text-main)}.intro-video{width:100%;height:100%;object-fit:cover}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:0 4rem}.hero-video-container{position:absolute;top:15%;right:5%;width:45vw;height:70vh;border-radius:20px;overflow:hidden;z-index:-1;background:linear-gradient(45deg,var(--accent-sec),#d2b48c)}.hero-bg-img{width:100%;height:100%;object-fit:cover;opacity:.9}.hero-content{z-index:2;position:relative;width:100%}.hero-title{font-size:var(--fluid-h1);margin-bottom:.2em;will-change:transform;white-space:nowrap}.focus-word{color:var(--accent-main)}.indent-1{margin-left:0}.indent-2{margin-left:6vw}.indent-3{margin-left:3vw}.hero-sub{margin-top:4rem;font-size:1.2rem;font-weight:500;opacity:0}.marquee-section{padding:4rem 0;font-family:var(--font-head);font-size:clamp(3rem,6vw,5rem);font-weight:600;white-space:nowrap;overflow:hidden;background-color:var(--text-main);color:var(--bg-color);transform:rotate(-2deg) scale(1.05)}.marquee-content{display:inline-block;white-space:nowrap}.marquee-content span{padding-right:2rem}.about-section{padding:15vh 0}.staggered-layout{display:flex;justify-content:center;align-items:center;gap:5%}.image-block{width:45%;aspect-ratio:4 / 5;border-radius:20px;overflow:hidden;position:relative;z-index:2;background-color:var(--accent-sec)}.responsive-img{width:100%;height:100%;object-fit:cover;display:block}.about-text-block{width:50%}.about-text-block h2{font-size:var(--fluid-h2);margin-bottom:2rem}.floating-btn{display:inline-flex;margin-top:3rem;padding:1.2rem 2.5rem;border:1px solid var(--text-main);border-radius:40px;position:relative;overflow:hidden;transition:var(--transition)}.floating-btn:hover{background-color:var(--accent-main);color:var(--bg-color);border-color:var(--accent-main);transform:translateY(-5px)}.services-section{padding:15vh 0}.dual-col{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.services-info p{font-size:var(--fluid-p);line-height:1.6}.services-media-wrap{width:100%;height:40vh;border-radius:20px;overflow:hidden;margin-top:3rem}.services-img{width:100%;height:100%;object-fit:cover}.accordion-list{display:flex;flex-direction:column}.accordion-item{border-bottom:1px solid rgba(0,0,0,.1);padding:1.5rem 0;cursor:none}.accordion-header{font-family:var(--font-head);font-size:clamp(2rem,4vw,3.5rem);font-weight:800;color:var(--text-main);transition:color .4s ease,transform .4s cubic-bezier(.16,1,.3,1);will-change:transform}.accordion-content{max-height:0;overflow:hidden;transition:max-height 1s ease-in-out,opacity .8s ease;opacity:0;will-change:max-height,opacity}.accordion-inner{display:flex;gap:2rem;align-items:center;padding:1.5rem 0 .5rem;transform:translateY(-10px);transition:transform .8s ease-out;will-change:transform}.accordion-inner p{flex:1;font-size:1.1rem;line-height:1.5;color:#000000b3;margin:0}.accordion-img{width:240px;height:340px;object-fit:cover;border-radius:12px;opacity:0;transform:scale(.95) translateY(10px);transition:all .8s cubic-bezier(.25,1,.5,1);will-change:transform,opacity}.accordion-item:hover .accordion-header{color:var(--accent-main);transform:translate(15px)}.accordion-item:hover .accordion-content{max-height:800px;opacity:1}.accordion-item:hover .accordion-inner{transform:translateY(0)}.accordion-item:hover .accordion-img{opacity:1;transform:scale(1) translateY(0)}.work-section{padding:15vh 0;position:relative}.work-intro{margin-bottom:15vh}.work-intro .massive-text{font-size:7vw;margin-bottom:2rem;letter-spacing:inherit}.small-caps{margin-top:2rem;text-transform:uppercase;letter-spacing:.15em;font-size:.85rem;color:var(--accent-sec)}.grid-parallax{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(12,10vh);gap:2rem;padding:0 4rem;min-height:150vh}.grid-item{position:relative;border-radius:20px;overflow:hidden}.image-placeholder{width:100%;height:100%}.parallax-img{width:100%;height:120%;object-fit:cover;transform:translateY(-10%)}.bg-pink{background:var(--accent-main)}.bg-brown{background:var(--accent-sec)}.bg-dark{background:var(--text-main)}.item-1{grid-column:1 / 6;grid-row:2 / 8;height:100%}.item-2{grid-column:7 / 12;grid-row:1 / 9;height:100%}.item-3{grid-column:4 / 10;grid-row:7 / 13;height:100%}.pathway-section{padding:20vh 0 25vh;overflow:hidden}.split-screen{display:flex;height:80vh;align-items:center;justify-content:center;gap:4rem;padding:0 4rem}.split-card{flex:1;height:100%;padding:4rem;border-radius:30px;background-color:#fff;display:flex;flex-direction:column;justify-content:center;position:relative;transition:transform .6s cubic-bezier(.16,1,.3,1),box-shadow .6s ease;box-shadow:0 20px 40px #00000008;cursor:none;z-index:1}.split-card:hover{transform:translateY(-10px);box-shadow:0 30px 60px #00000014}.split-card:hover .bg-cover-img{transform:scale(1.05)}.card-left{background-color:transparent;color:var(--text-main);border:1px solid rgba(0,0,0,.1)}.card-right{background-color:var(--text-main);color:var(--bg-color)}.split-card h3{font-size:clamp(2.5rem,4vw,5rem);line-height:.95;margin-bottom:2rem;letter-spacing:-.02em;word-wrap:break-word}.split-card p{font-size:1.25rem;line-height:1.5;margin-bottom:2rem}.features{margin-bottom:3rem}.features li{font-size:1.1rem;margin-bottom:.5rem;opacity:.7}.enter-tab{font-weight:600;text-transform:uppercase;color:var(--accent-main)}.action-link{font-size:1.5rem;font-weight:600;text-decoration:underline}.roster-section{padding:20vh 0;overflow:hidden}.roster-slider{margin-top:5vh;width:100%;overflow-x:auto;padding:0 4rem 2rem;scrollbar-width:none}.roster-slider::-webkit-scrollbar{display:none}.roster-track{display:flex;gap:2rem;width:max-content}.roster-card{width:clamp(250px,20vw,400px);flex-shrink:0;cursor:none}.roster-img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:20px;background-color:var(--accent-sec);margin-bottom:1.5rem;transition:transform .4s ease}.roster-card:hover .roster-img{transform:translateY(-10px)}.roster-info h4{font-family:var(--font-head);font-size:1.5rem;font-weight:800;margin-bottom:.5rem}.roster-info p{color:var(--accent-sec);font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.trusted-brands-section{padding:12vh 0;overflow:hidden;background-color:var(--accent-main);color:var(--bg-color)}.brands-marquee{font-family:var(--font-head);font-size:clamp(2.5rem,5vw,4rem);font-weight:800;white-space:nowrap;color:var(--bg-color);opacity:.95}.brands-content{display:inline-block}.brands-content span{padding:0 1rem}.brands-content .dot{color:var(--bg-color);opacity:.3}.footer-section{background-color:var(--text-main);color:var(--bg-color);padding:15vh 4rem 5vh;clip-path:polygon(0 0,100% 10%,100% 100%,0 100%);margin-top:-10vh}.footer-container{display:flex;flex-direction:column;height:100%}.footer-headline{font-size:clamp(3rem,7vw,9rem);line-height:.95;margin-bottom:10vh;margin-top:5vh}.footer-bottom{display:flex;justify-content:space-between;align-items:flex-end;border-top:1px solid rgba(255,255,255,.2);padding-top:3rem}.footer-statement{font-size:1.2rem}.tab-highlight{font-family:var(--font-head);font-weight:800;font-size:3rem;color:var(--accent-main);margin-top:1rem}.footer-links{display:flex;gap:2rem}.footer-links a{text-transform:uppercase;letter-spacing:.1em;font-size:.9rem;position:relative}.footer-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0%;height:1px;background-color:var(--accent-main);transition:width .3s ease}.footer-links a:hover:after{width:100%}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.hero-video-container{width:70vw;top:20%;right:-10%}.dual-col{grid-template-columns:1fr}.staggered-layout{flex-direction:column}.about-text-block{width:100%}.split-screen{flex-direction:column;height:auto}}@media(max-width:768px){.container{padding:0 2rem}.navbar{padding:1.5rem 2rem}.hero{padding:0 2rem}.grid-parallax{grid-template-columns:1fr;gap:2rem;padding:0 2rem}.item-1,.item-2,.item-3{grid-column:1 / -1;margin-top:2rem;height:50vh}.split-screen{padding:0 2rem}.footer-section{padding:10vh 2rem 5vh;clip-path:polygon(0 0,100% 5%,100% 100%,0 100%)}.footer-bottom{flex-direction:column;align-items:flex-start;gap:3rem}.accordion-inner{flex-direction:column;align-items:flex-start;gap:1.5rem}.accordion-img{width:100%;height:250px;margin-right:0}.accordion-item:hover .accordion-content{max-height:1000px}.split-card{padding:2.5rem}.split-screen{gap:2rem}.roster-card{width:75vw}.roster-slider{padding:0 2rem 2rem}}.work-hero-section{padding:25vh 0 10vh;min-height:70vh;display:flex;align-items:center;position:relative;overflow:hidden}#app:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:url(https://grainy-gradients.vercel.app/noise.svg);opacity:.05;pointer-events:none;z-index:9999}.bg-watermark{position:absolute;font-family:var(--font-head);font-size:20vw;font-weight:900;color:var(--text-main);opacity:.03;white-space:nowrap;pointer-events:none;z-index:-1;line-height:1}.work-masonry{columns:2;column-gap:3rem;padding:0 4rem;max-width:1600px;margin:0 auto}@media(max-width:900px){.work-masonry{columns:1}}.masonry-item{position:relative;display:inline-block;width:100%;margin-bottom:5rem;cursor:none}.masonry-img-wrapper{width:100%;height:auto;border-radius:20px;overflow:hidden;background-color:var(--accent-sec);margin-bottom:1.5rem}.masonry-item img{width:100%;height:auto;display:block;transition:transform .8s cubic-bezier(.16,1,.3,1)}.masonry-item:hover img{transform:scale(1.05)}.item-overlay{padding:.5rem 0;color:var(--text-main);opacity:1;transform:none;transition:none}.item-date{font-size:.8rem;font-weight:600;letter-spacing:.15em;margin-bottom:1.5rem;opacity:.4;text-transform:uppercase}.item-company{font-family:var(--font-head);font-size:1.1rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--accent-main);margin-bottom:.5rem;display:block}.item-title{font-family:var(--font-head);font-size:clamp(1.5rem,3.5vw,3.2rem);margin-bottom:.8rem;line-height:1;font-weight:800}.item-cat{font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;opacity:.5;font-weight:600}.item-large,.item-small,.item-med,.item-tall{grid-column:auto}.archive-section{padding:15vh 0}.archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:5vh}.archive-item{cursor:none}.archive-item img{width:100%;height:auto;object-fit:contain;border-radius:15px;margin-bottom:1.5rem;transition:transform .5s ease}.archive-item:hover img{transform:translateY(-10px)}.archive-item h4{font-family:var(--font-head);font-size:1.5rem;font-weight:800}.testimonials-section{padding:15vh 0;background-color:var(--bg-color)}.testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem;margin-top:8vh}.testimonial-card{padding:4rem;background-color:#fff;border-radius:30px;box-shadow:0 20px 40px #00000005;display:flex;flex-direction:column;justify-content:space-between}.testimonial-text{font-size:1.8rem;line-height:1.4;font-family:var(--font-head);font-weight:600;margin-bottom:3rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:1.5rem}.testimonial-author img{width:60px;height:60px;border-radius:50%;object-fit:cover}.author-name{font-weight:700;font-size:1.1rem}.author-role{font-size:.9rem;color:var(--accent-sec)}@media(max-width:1024px){.work-masonry,.archive-grid,.testimonials-grid{grid-template-columns:1fr;padding:0 2rem}.item-large,.item-small,.item-med,.item-tall{grid-column:span 1;height:auto}}@media(max-width:480px){body,html{cursor:auto}.custom-cursor{display:none}.navbar{padding:1rem 1.5rem}.logo-img{height:60px}.menu-close-btn{right:1.5rem}.menu-links{gap:2rem}.menu-link{font-size:2.5rem}.hero{padding:0 1.5rem;min-height:80vh}.hero-title{white-space:normal;word-break:break-word}.hero-sub{font-size:1rem;margin-top:2rem}.hero-video-container{display:none}.intro-video-section{height:50vh}.about-section{padding:10vh 0}.staggered-layout{gap:2rem}.image-block{width:100%}.about-text-block h2{font-size:2rem}.floating-btn{padding:1rem 2rem;font-size:.9rem}.services-section{padding:8vh 0}.accordion-header{font-size:1.8rem}.accordion-img{width:100%;height:200px}.marquee-section{padding:2rem 0;font-size:1.8rem}.grid-parallax{grid-template-rows:auto;min-height:auto;gap:1.5rem;padding:0 1.5rem}.item-1,.item-2,.item-3{grid-column:1 / -1;grid-row:auto;height:40vh}.roster-section{padding:10vh 0}.roster-slider{padding:0 1.5rem 2rem}.roster-card{width:70vw}.brands-marquee{font-size:1.8rem}.trusted-brands-section{padding:6vh 0}.pathway-section{padding:10vh 0 15vh}.split-screen{padding:0 1.5rem;gap:1.5rem}.split-card{padding:2rem}.split-card h3{font-size:2rem}.split-card p{font-size:1rem}.footer-section{padding:8vh 1.5rem 4vh;clip-path:polygon(0 0,100% 3%,100% 100%,0 100%);margin-top:-5vh}.footer-headline{font-size:2.5rem;margin-bottom:5vh}.tab-highlight{font-size:2rem}.footer-links{flex-direction:column;gap:1rem}.work-hero-section{padding:18vh 0 6vh;min-height:50vh}.work-masonry{padding:0 1.5rem;column-gap:1.5rem}.masonry-item{margin-bottom:3rem}.masonry-img-wrapper{border-radius:12px}.item-title{font-size:1.5rem}.item-company{font-size:.9rem}.archive-section{padding:8vh 0}.archive-grid{grid-template-columns:1fr;gap:2rem;padding:0 1.5rem}.testimonials-section{padding:8vh 0}.testimonials-grid{grid-template-columns:1fr;gap:2rem;margin-top:4vh}.testimonial-card{padding:2rem;border-radius:20px}.testimonial-text{font-size:1.3rem;margin-bottom:2rem}.bg-watermark{font-size:30vw;opacity:.02}.massive-text{font-size:clamp(2rem,8vw,4rem)}.w-75{max-width:100%}.container{padding:0 1.5rem}.impact-stats .accordion-header{font-size:1.5rem}}
