:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{width:100%}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#0a0a0a;color:#e5e5e5}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(/assets/noise_texture-ChP-DDZf.png);background-repeat:repeat;opacity:.08;pointer-events:none;z-index:9999}h1,h2,h3,h4,h5,h6{font-family:Manrope,-apple-system,BlinkMacSystemFont,sans-serif}.navbar{position:sticky;top:0;background:#0a0a0acc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1);z-index:100}.navbar-container{padding:1.5rem 3rem;display:flex;justify-content:space-between;align-items:center}.navbar-left{display:flex;align-items:center;gap:2rem}.navbar-brand{font-size:1.125rem;font-weight:600;letter-spacing:.05em;color:#fff}.navbar-socials{display:flex;gap:1rem;align-items:center}.social-icon-link{display:flex;align-items:center;justify-content:center;transition:opacity .2s}.social-icon-link:hover{opacity:.7}.social-icon-img{width:24px;height:24px;object-fit:contain;filter:brightness(0) invert(1)}.social-icon-link:nth-child(3) .social-icon-img{width:22px;height:22px;filter:grayscale(100%) brightness(0%) contrast(100) invert(1)}.navbar-links{display:flex;gap:2rem;position:relative}.navbar-links button{background:none;border:none;font-size:.95rem;cursor:pointer;color:#aaa;padding:.5rem 1rem;font-family:inherit;position:relative;z-index:2;transition:color .4s ease;border-radius:20px;outline:none}.navbar-links button:focus{outline:none}.navbar-links button:hover{color:#fff}.navbar-links button.top-button{font-size:.85rem;padding:.4rem .85rem}.navbar-links button.active{color:#fff}.navbar-links button.active:before{content:"";position:absolute;inset:0;background:#53131e;border-radius:20px;z-index:-1;animation:bubbleIn .4s cubic-bezier(.34,1.56,.64,1)}@keyframes bubbleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger span{width:25px;height:2px;background:#fff;transition:all .3s ease;border-radius:2px}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:#000000f7;z-index:1000;transition:right .4s ease;display:none}.mobile-menu.open{right:0}.mobile-menu-content{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:4rem;padding:2rem}.mobile-nav-links{display:flex;flex-direction:column;align-items:center;gap:2rem}.mobile-nav-links button{background:none;border:none;font-size:2rem;font-weight:500;color:#fff;cursor:pointer;font-family:inherit;transition:color .3s ease;padding:.5rem}.mobile-nav-links button:hover,.mobile-nav-links button.active{color:#999}.mobile-socials{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.mobile-social-link{display:flex;align-items:center;gap:1rem;color:#fff;text-decoration:none;font-size:1.2rem;transition:opacity .3s ease}.mobile-social-link:hover{opacity:.7}.mobile-social-link img{width:28px;height:28px;filter:brightness(0) invert(1)}@media(max-width:768px){.navbar-container{padding:1rem 1.5rem}.navbar-left .navbar-socials,.navbar-links{display:none}.hamburger{display:flex}.mobile-menu{display:block}}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#0a0a0a,#141414);position:relative}.hero-content{text-align:center;max-width:900px;padding:2rem}.hero-label{font-size:.875rem;letter-spacing:.15em;text-transform:uppercase;margin-bottom:2rem;color:#888}.hero-headline{font-size:5rem;font-weight:700;letter-spacing:.02em;margin:0;line-height:1;color:#fff}.hero-scroll-container{position:absolute;bottom:4rem;margin-bottom:3em;display:flex;flex-direction:column;align-items:center;gap:1rem}.hero-scroll-line{width:1px;height:60px;background:#444}.hero-scroll{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:#666;margin:0}@media(max-width:768px){.hero-headline{font-size:3rem}.hero-label{font-size:.75rem}}@media(max-width:480px){.hero-headline{font-size:2rem}}.section{padding:5rem 3rem;position:relative}.section:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:60%;height:1px;background:linear-gradient(90deg,transparent,rgba(83,19,30,.5),transparent)}#contact{padding-top:8rem}.section-container{max-width:1400px;margin:0 auto}.section-full-width{max-width:none;padding:0 6rem}.section-title{font-size:1rem;font-weight:600;margin-bottom:3rem;letter-spacing:.25em;color:#fff;text-transform:uppercase;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.section-title:after{content:"";width:40px;height:2px;background:#53131e}@media(max-width:1200px){.section-full-width{padding:0 4rem}}@media(max-width:768px){.section{padding:3rem 1.5rem}.section-full-width{padding:0 1.5rem}.section-title{font-size:.9rem;margin-bottom:2rem}#contact{padding-top:4rem}}@media(max-width:640px){.section{padding:2.5rem 1.25rem}.section-title{font-size:.85rem}}.demo-reel{width:100%;max-width:900px;margin:0 auto}.video-placeholder{background:#ffffff0d;aspect-ratio:16 / 9;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:8px;color:#666;border:1px solid rgba(255,255,255,.1)}.video-placeholder p{margin:.5rem 0}.video-note{font-size:.875rem;color:#666}.bio{width:100%;padding:0 2rem}.bio-content{display:grid;grid-template-columns:1.5fr 1fr;gap:4rem;align-items:start}.bio-text{display:flex;flex-direction:column;gap:1.5rem}.bio-text p{font-size:1.2rem;line-height:1.8;color:#bdbdbd;margin:0}.bio-photo{position:relative}.headshot{width:100%;max-width:400px;aspect-ratio:1 / 1;object-fit:cover;border-radius:8px;position:sticky;top:120px}@media(max-width:1024px){.bio-content{grid-template-columns:1fr;gap:3rem}.bio-text p{font-size:1.1rem;line-height:1.7}.headshot{max-width:350px;margin:0 auto;position:relative;top:0}}@media(max-width:640px){.bio-text p{font-size:1rem;line-height:1.6}.headshot{max-width:280px}}.works-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.work-card{width:calc(33.333% - 1.34rem);text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.work-card:hover{transform:translateY(-4px) scale(1.02)}.work-card:hover .work-video{box-shadow:0 20px 40px #53131e4d,0 0 0 1px #53131e33}.work-video{position:relative;aspect-ratio:16 / 9;border-radius:8px;overflow:hidden;transition:box-shadow .3s ease}.work-video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.work-caption{margin:.75rem 0 0;font-size:.95rem;color:#bdbdbd;text-align:center}@media(max-width:1024px){.work-card{width:calc(50% - 1rem)}}@media(max-width:640px){.works-grid{gap:1.5rem;padding:0 1rem}.work-card{width:100%;max-width:400px}}.contact-form{max-width:600px;margin:0 auto}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-size:.95rem;font-weight:500;color:#dadada}.form-group input,.form-group textarea{width:100%;padding:.75rem;font-size:1rem;border:1px solid rgba(255,255,255,.15);border-radius:8px;font-family:inherit;background:#ffffff0d;color:#e5e5e5;transition:border-color .2s ease,box-shadow .2s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#53131e;box-shadow:0 0 0 3px #53131e33}.form-group textarea{resize:vertical}.submit-button{background:#53131e;color:#fff;border:none;padding:.875rem 2.5rem;font-size:1rem;border-radius:8px;cursor:pointer;font-family:inherit;font-weight:500;transition:background .2s ease,transform .2s ease}.submit-button:hover{background:#6b1a28;transform:translateY(-2px)}.submit-button.submitted{background:#2a5a2a;cursor:default;pointer-events:none}.submit-button.error{background:#8b2020;cursor:pointer;pointer-events:auto}@media(max-width:640px){.contact-form{max-width:100%}.form-group input,.form-group textarea{font-size:.95rem}.submit-button{width:100%;padding:1rem}}.footer{background:#050505;border-top:1px solid rgba(255,255,255,.1);padding:3rem 2rem}.footer-container{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.footer-container p{margin:0;color:#888;font-size:.95rem}.back-to-top{background:none;border:1px solid rgba(255,255,255,.2);padding:.5rem 1.25rem;font-size:.9rem;border-radius:8px;cursor:pointer;font-family:inherit;color:#aaa;transition:all .2s ease}.back-to-top:hover{background:#ffffff0d;border-color:#53131e;color:#fff}@media(max-width:640px){.footer-container{flex-direction:column;gap:1.5rem;text-align:center}}
