.hero{position:relative;width:100vw;height:100svh;padding:2em;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;background:var(--gradient);color:var(--ink);border-radius:0 0 var(--radius-lg) var(--radius-lg);isolation:isolate}.hero:before{content:"";position:absolute;top:-20%;right:-20%;bottom:-20%;left:-20%;background:radial-gradient(40% 40% at 22% 18%,rgba(255,255,255,.45),transparent 70%),radial-gradient(36% 36% at 82% 88%,rgba(255,255,255,.35),transparent 70%);pointer-events:none;z-index:-1}.hero .hero-wordmark{position:relative;z-index:3;margin-bottom:clamp(.75em,3vh,2em)}.hero .hero-wordmark-text{display:flex;justify-content:center;font-family:var(--font-display);font-style:normal;font-weight:900;text-transform:uppercase;font-size:min(50vw,62svh);line-height:.85;padding-top:.22em;letter-spacing:-.03em;white-space:nowrap;color:var(--white)}.hero .hero-wordmark-text .wm-letter{display:inline-block}.hero .hero-wordmark-text .wm-r{position:relative}.hero .hero-wordmark-text .wm-crown{position:absolute;left:50%;top:-.24em;width:.42em;height:auto;color:var(--white);transform:translate(-50%) rotate(12deg);transform-origin:50% 100%;pointer-events:none}.hero .hero-header h1{font-size:clamp(1.25rem,3vw,2.75rem);line-height:.9;white-space:nowrap}.hero .hero-header-wrapper{display:flex;flex-wrap:wrap;justify-content:center;column-gap:.35em;font-size:clamp(1.25rem,3vw,2.75rem)}.hero .hero-header.hero-header-1{position:relative;z-index:-1}.hero .hero-header.hero-header-2{position:relative;z-index:2}.hero .hero-header.hero-header-3{position:relative;z-index:1}.hero .hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75em;margin-top:clamp(1.25em,3vh,2em)}.hero-img-holder{position:relative;width:100vw;height:100svh;padding:2em}.hero-img-holder .hero-img{position:relative;width:100%;height:100%;transform:translateY(-110%) scale(0) rotate(-15deg);border:.4em solid var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lift);background-color:var(--ink);overflow:hidden}.hero-img-holder .hero-img video{display:block;width:100%;height:100%;object-fit:cover}.featured-work{position:relative;width:100vw;height:100svh;overflow:hidden}.featured-work .featured-titles{position:relative;width:500vw;height:100vh;display:flex;will-change:transform}.featured-work .featured-title-wrapper{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.featured-title-img{position:relative;top:0;width:calc(100% - 4em);height:150px;border:.3em solid var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);overflow:hidden;display:none}.featured-work .featured-title-wrapper h1{text-align:center;transform:translateY(-.5em)}.featured-work .featured-images{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200vw;height:200vh;transform-style:preserve-3d;perspective:500px}.featured-work .featured-img-card{position:absolute;width:300px;height:300px;border:.35em solid var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);overflow:hidden}.featured-work .featured-work-indicator{position:absolute;top:50%;right:2em;transform:translateY(-50%);width:2rem;height:max-content;padding:1.25rem .65rem;background-color:var(--ink);color:var(--cream);border-radius:40px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;z-index:10}.featured-work .featured-work-indicator .indicator{width:100%;height:1.5px;background-color:var(--cream);opacity:.2}.featured-work .featured-work-footer{position:absolute;bottom:0;width:100%;padding:2em;display:flex;justify-content:space-between;align-items:center;z-index:2}.featured-work .featured-work-footer p:nth-child(2){color:var(--muted)}.services-header{position:relative;width:100vw;height:100vh;padding:2em;display:flex;justify-content:center;align-items:center;text-align:center}.services-header .services-header-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5em}.services-header .services-header-title{margin-bottom:2em}.services-header .services-header-arrow-icon{width:5rem;height:5rem;border-radius:50%;background:var(--gradient);box-shadow:var(--shadow-soft);display:flex;justify-content:center;align-items:center}.services-header .services-header-arrow-icon h1{font-size:2.25rem;font-style:normal;line-height:1}.services .service-card{position:relative;min-height:300px}.services .service-card-inner{position:relative;will-change:transform;width:calc(100vw - 4em);height:100%;margin:0 auto;padding:2.5em;display:flex;gap:4em;border-radius:var(--radius-lg);min-height:500px;background-color:var(--white);border:1.5px solid var(--line);box-shadow:var(--shadow-lift)}.services .service-card-content{flex:3;display:flex;flex-direction:column;gap:2em}.services .service-card-img{flex:1;aspect-ratio:4/5;border-radius:var(--radius-md);border:.3em solid var(--white);overflow:hidden}.services #service-card-1 .service-card-inner{background:var(--gradient);border-color:transparent}.services #service-card-2 .service-card-inner{background-color:var(--white)}.services #service-card-3 .service-card-inner{background-color:var(--ink);border-color:transparent;color:var(--cream)}.services #service-card-4 .service-card-inner{background:var(--gradient-rev);border-color:transparent}@media (max-width: 1000px){.featured-work{padding:4em 0}.featured-work,.featured-work .featured-titles{height:max-content}.featured-work .featured-title-wrapper{gap:1em}.featured-work .featured-title-wrapper:nth-child(1){margin-bottom:2em}.featured-work .featured-title-wrapper h1{transform:translateY(0);width:75%}.featured-work .featured-work-footer{position:relative;margin-top:4em;justify-content:center}.featured-work .featured-work-footer p:nth-child(1),.featured-work .featured-work-footer p:nth-child(2){display:none}.featured-work .featured-work-indicator,.featured-work .featured-images{display:none}.featured-title-img{display:block}.featured-work .featured-titles{width:100vw;flex-direction:column;gap:2em}.services-header{height:max-content;padding:6em 2em 4em}.services-header .services-header-title{margin-bottom:.5em}.services-header .services-header-arrow-icon{width:3.5rem;height:3.5rem}.services-header .services-header-arrow-icon h1{font-size:1.5rem}.services{display:flex;flex-direction:column;gap:2em}.services .service-card-inner{min-height:0;flex-direction:column;justify-content:center;gap:1.5em;padding:1.5em;text-align:center;border-radius:var(--radius-md)}.services .service-card-img{aspect-ratio:5/3;border-radius:var(--radius-sm)}}.about-hero{position:relative;width:100vw;height:100svh;padding:8em 2em 6em;display:flex;flex-direction:column;justify-content:space-between;align-items:center;background-color:var(--bg);color:var(--fg);overflow:hidden}.about-hero .about-hero-header{text-align:center}.about-hero .about-hero-header h1{font-size:7.5rem}.about-hero .about-hero-bio{text-align:center;width:50%}.about-hero .about-hero-portrait{position:absolute;top:55%;left:50%;transform:translate(-50%,-50%) rotate(10deg);width:15%;aspect-ratio:5/7;border-radius:1em;overflow:hidden;border:.25em solid var(--accent3);outline:.25em solid var(--accent1)}.about-hero .about-hero-bio{display:flex;flex-direction:column;gap:2em}.about-copy{position:relative;width:100vw;height:100%;padding:8em 2em}.about-copy .about-copy-content{text-align:center;width:50%;margin:0 auto;display:flex;flex-direction:column;background-color:var(--white);border:1.5px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-lift);padding:3.5em 2.5em;gap:2em}.about-copy .about-copy-content h3{font-weight:400}.about-copy .about-copy-content h3 span{font-weight:900}.about-copy .tag{position:absolute;width:max-content;background:var(--gradient);border-radius:999px;box-shadow:var(--shadow-soft)}.about-copy .tag p{text-transform:uppercase;font-family:var(--font-mono);color:var(--ink);font-size:.875rem;font-weight:500;padding:.7em .9em .6em}.about-copy #tag-1{top:50%;left:25%;transform:translate(-50%,-50%) rotate(20deg)}.about-copy #tag-2{top:65%;left:10%;transform:translate(-50%,-50%) rotate(-45deg)}.about-copy #tag-3{top:50%;left:75%;transform:translate(-50%,-50%) rotate(5deg)}.about-copy #tag-4{top:75%;left:50%;transform:translate(-50%,-50%) rotate(45deg)}.about-copy #tag-5{top:100%;left:80%;transform:translate(-50%,-50%) rotate(-60deg)}.skills{position:relative;width:100%;height:100%;padding:4em 2em}.skills .skills-copy{margin:0 auto;padding:2em;width:max-content;text-align:center;border:.2em dashed var(--fg);border-radius:1em}.stats{padding:8em 2em;display:flex;flex-direction:column;gap:2em}.stats .stats-row{display:flex;gap:2em}.stats .stats-header{flex:1}.stats .stats-item-1{flex:1;background:var(--gradient)}.stats .stats-item-2{flex:3;background-color:var(--white);border:1.5px solid var(--line)}.stats .stats-item-3{flex:2;background-color:var(--ink);color:var(--cream)}.stats .stats-item-1,.stats .stats-item-2,.stats .stats-item-3{aspect-ratio:16/7;padding:2.5em;border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.stats .stats-col{display:flex;flex-direction:column;justify-content:space-between}@media (max-width: 1000px){.about-hero{padding:8em 2em 4em}.about-hero .about-hero-header h1{font-size:4rem}.about-hero .about-hero-bio{width:100%}.about-hero .about-hero-portrait{width:25%;top:50%;transform:translate(-50%,-50%) rotate(0)}.about-hero .about-hero-portrait img{position:absolute;height:110%}.about-copy .about-copy-content{width:100%}.about-copy .about-copy-content h3{font-size:1.5rem}.about-copy .tag{display:none}.skills .skills-copy{padding:0;width:100%;text-align:center;border:none;border-radius:0}.stats .stats-row{flex-direction:column}.stats .stats-col{width:100%;text-align:center;gap:4em}.stats .stats-header{gap:2em;margin-bottom:2em}}.section-head{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1em;margin-bottom:3em}.section-head h2{font-size:clamp(2.5rem,6vw,5rem);max-width:18ch}.section-head>p.mn:not(.eyebrow){color:var(--muted)}p.mn.eyebrow{width:max-content;padding:.55em .8em .45em;background:var(--gradient);color:var(--ink);border-radius:999px}.stats .stats-header{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1.5em}.stats .stats-header h2{font-size:clamp(2.5rem,4.5vw,4.5rem);max-width:14ch}.stats .stats-header p.ss{max-width:44ch;color:var(--muted)}.stats .stats-header>p.mn{width:max-content;padding:.55em .8em .45em;background:var(--gradient);color:var(--ink);border-radius:999px}.stats .stat-value{font-size:clamp(3rem,6.5vw,6.5rem)}.stats .stats-col p.mn{max-width:28ch}.stats .stats-item-2 p.mn{color:var(--muted)}.featured-work .featured-titles{z-index:2}.featured-work .featured-title-wrapper{gap:1.25em;padding:0 2em}.featured-work .featured-title-wrapper h1{transform:none;font-size:clamp(2.5rem,5vw,4.5rem);max-width:22ch}.featured-work .featured-title-wrapper:first-child h1{font-size:clamp(3rem,9vw,9rem);max-width:none}.featured-work .featured-tag{padding:.55em .8em .45em;background-color:var(--ink);color:var(--cream);border-radius:999px}.featured-work .featured-title-wrapper:first-child .featured-tag{background:var(--gradient);color:var(--ink)}.featured-work .featured-sub{color:var(--muted)}.featured-work .featured-copy{max-width:48ch;text-align:center}.featured-work .featured-work-footer a{padding:.55em .8em .45em;background-color:var(--white);border:1.5px solid var(--line-strong);border-radius:999px;transition:border-color .2s var(--ease-out),background-color .2s var(--ease-out)}.featured-work .featured-work-footer a:hover{border-color:var(--ink)}.about-copy .about-copy-content{align-items:center}.about-copy .about-copy-content h2{font-size:clamp(2.5rem,5vw,4.5rem)}.about-copy .about-copy-content p.ss{max-width:52ch}.about-copy .about-copy-content p.ss:last-of-type{color:var(--muted)}.about-copy .about-copy-content h3{font-size:clamp(1.5rem,2.5vw,2rem)}.about-copy .about-copy-content h3 span{background:var(--gradient);padding:.05em .25em 0;border-radius:.3em}.about-copy .safety-pillars{display:flex;flex-wrap:wrap;justify-content:center;gap:.5em}.about-copy .safety-pillars p.mn{padding:.55em .8em .45em;background-color:var(--cream);border:1.5px solid var(--line);border-radius:999px}.services-header .services-header-title h1{font-size:clamp(3rem,9vw,9rem)}.services .service-card-content h1{font-size:clamp(2rem,3.6vw,3.5rem)}.services .service-card-content p.ss{max-width:40ch}.services .service-card-content>p.mn{width:max-content;padding:.55em .8em .45em;border:1.5px solid currentColor;border-radius:999px;opacity:.8}.services #service-card-5 .service-card-inner{background-color:var(--white)}.services-end{width:100%;height:0}.creators{padding:8em 0 4em;overflow:hidden}.creators .section-head{padding:0 2em}.marquee{width:100%;overflow:hidden;padding:1em 0 3em}.marquee-track{display:flex;width:max-content;will-change:transform;animation:marquee 45s linear infinite}.marquee-group{display:flex;gap:1.5em;padding-right:1.5em}.marquee-tile{flex-shrink:0;width:380px;aspect-ratio:3/2;border:.35em solid var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);overflow:hidden}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion: reduce){.marquee-track{animation:none}}.team{position:relative;min-height:80rem;display:flex;align-items:center;justify-content:center;padding:5rem}.team-scroll{position:relative;width:100%;padding:10rem 0;perspective:1000px}.team .section-head{max-width:64rem;margin:0 auto;will-change:transform}.team-card{position:relative;width:100%;max-width:64rem;height:40rem;margin:-3rem auto 0;padding:1.5rem;background-color:var(--ink);border:4px solid rgba(236,232,220,.28);border-radius:30px;box-shadow:0 0 #0000004d,0 9px 20px #0000004a,0 37px 37px #00000042,0 84px 50px #00000026,0 149px 60px #0000000a,0 233px 65px #00000003;transform-origin:center center;will-change:transform}.team-card-inner{height:100%;width:100%;overflow:hidden;padding:1rem;border-radius:1rem;background-color:var(--cream)}.team-card-inner img{height:100%;width:100%;margin:0 auto;border-radius:1rem;object-fit:cover;object-position:center;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}@media (max-width: 768px){.team{min-height:100svh;padding:.5rem}.team-scroll{padding:2.5rem 0}.team-card{height:auto;aspect-ratio:3 / 2;padding:.5rem}.team-card-inner{padding:0}}.why{padding:4em 2em 8em}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:2em}.why-card{display:flex;flex-direction:column;gap:1.5em;padding:2.5em;border-radius:var(--radius-lg);background-color:var(--white);border:1.5px solid var(--line);box-shadow:var(--shadow-soft)}.why-card h3{font-size:clamp(1.75rem,3vw,2.75rem)}.why-card p.ss{max-width:52ch}.why-card-1{background:var(--gradient);border-color:transparent}.why-card-2 p.ss,.why-card-3 p.ss{color:var(--muted)}.why-card-4{background-color:var(--ink);border-color:transparent;color:var(--cream)}.faq{padding:4em 2em 8em}.faq-list{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:1em}.faq-item{border:1.5px solid var(--line);border-radius:var(--radius-md);background-color:var(--white);box-shadow:var(--shadow-soft);overflow:hidden;transition:border-color .2s var(--ease-out)}.faq-item[open],.faq-item:hover{border-color:var(--line-strong)}.faq-item summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1em;padding:1.5em 2em;text-transform:uppercase;font-family:var(--font-display);font-style:normal;font-size:clamp(1.25rem,2vw,1.75rem);line-height:.95;-webkit-user-select:none;user-select:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item .faq-icon{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:50%;background:var(--gradient);display:flex;justify-content:center;align-items:center;font-family:var(--font-mono);font-style:normal;font-size:1.5rem;line-height:1;transition:transform .3s var(--ease-out)}.faq-item[open] .faq-icon{transform:rotate(45deg)}.faq-item p.ss{max-width:60ch;padding:0 2em 2em;color:var(--muted)}@media (max-width: 1000px){.section-head{margin-bottom:2em}.stats .stats-header{align-items:center;text-align:center}.stats .stats-row .stats-col{aspect-ratio:auto;gap:1em}.stats .stats-col p.mn{margin:0 auto}.featured-work .featured-title-wrapper h1{width:auto}.about-copy .safety-pillars{gap:.4em}.services .service-card-content{align-items:center}.creators{padding:4em 0 2em}.marquee-tile{width:240px}.why,.faq{padding:2em 2em 4em}.why-grid{grid-template-columns:1fr;gap:1em}.why-card{padding:1.5em;border-radius:var(--radius-md)}.faq-item{border-radius:var(--radius-sm)}.faq-item summary{padding:1.25em}.faq-item p.ss{padding:0 1.25em 1.25em}}footer{position:relative;width:100vw;height:85svh;color:var(--cream);padding:2em;display:flex;flex-direction:column;justify-content:space-between;align-items:center;overflow:hidden}footer .footer-container{position:relative;width:100%;height:100%;background-color:var(--ink);padding:2em;border-radius:var(--radius-lg);display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}footer .footer-header{position:relative;text-align:center}footer .footer-header h1{display:flex;justify-content:center;font-size:clamp(4rem,12vw,11rem);line-height:.85;padding-top:.22em}footer .footer-header .wm-letter{display:inline-block;background:var(--gradient);-webkit-background-clip:text;background-clip:text;color:transparent}footer .footer-header .wm-r{position:relative}footer .footer-header .wm-crown{position:absolute;left:50%;top:-.24em;width:.42em;height:auto;color:var(--mint);transform:translate(-50%) rotate(12deg);transform-origin:50% 100%;pointer-events:none}footer .footer-row{display:flex;gap:2em;margin-bottom:8em}footer .footer-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:1em}footer .footer-col p:first-child{color:var(--mint)}footer .footer-col a,footer .copyright-info a{color:var(--cream);transition:color .2s var(--ease-out)}footer .footer-col a:hover{color:var(--mint)}footer .footer-col p:not(:first-child){opacity:.7}footer .footer-col p:not(:first-child):has(a){opacity:1}footer .copyright-info{position:relative;width:100%;display:flex;justify-content:center;gap:2em;opacity:.7}footer .footer-symbols{position:absolute;left:0;width:100%;padding:2em;display:flex;justify-content:space-between}footer .footer-symbols img{width:auto;height:1rem;opacity:.6}footer .footer-symbols-1{top:0}footer .footer-symbols-2{bottom:0}footer .explosion-container{position:absolute;bottom:0;left:0;width:100%;height:200%;pointer-events:none;overflow:hidden}footer .explosion-particle-img{position:absolute;bottom:-200px;left:50%;width:150px;border:.25em solid var(--white);border-radius:1rem;height:auto;object-fit:cover;transform:translate(-50%);will-change:transform}@media (max-width: 1000px){footer{height:100svh}footer .copyright-info{flex-direction:column;text-align:center;gap:.5em}footer .copyright-info p:nth-child(2){display:none}footer .footer-row{flex-direction:column;margin-bottom:2em}footer .footer-row .footer-col:nth-child(2),footer .footer-row .footer-col:nth-child(4){display:none}footer .explosion-container{display:none}}
