:root{--font-display: "Inter", sans-serif}html,body{margin:0;padding:0;width:100%;overflow-x:hidden}body{font-family:var(--font-display);font-variation-settings:"wght" 400,"opsz" 14;color:#fff;background:black}ultra-thin{font-weight:100}.subtitle{font-weight:200;letter-spacing:.05em}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;background-color:#000;color:#fff;font-family:Inter,system-ui,sans-serif;scroll-behavior:smooth}.video-wall{position:relative;display:flex;width:100%;height:100vh;overflow:hidden}.video-wall video{flex:1;width:100%;height:100%;object-fit:cover;z-index:1;position:relative}.video-overlay{position:absolute;bottom:10%;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;text-align:center;z-index:10;animation:fadeInOverlay 1.2s ease forwards .5s}@keyframes fadeInOverlay{to{opacity:1}}.video-overlay h1,.video-overlay p{text-align:center;margin:0 auto;display:block}.video-overlay h1{font-family:Inter,sans-serif;font-variation-settings:"wght" 100;font-stretch:75%;font-size:3.5rem;letter-spacing:.5rem;word-spacing:-.25rem;margin-bottom:.2rem;text-align:center}.video-overlay p{width:max-content;font-family:Inter,sans-serif;font-variation-settings:"wght" 200;font-size:1.2rem;letter-spacing:.03em;margin-top:.3rem;text-align:center}.video-overlay h1,.video-overlay p,.overlay-text{display:inline-block;text-align:center}.overlay-text h1,.overlay-text p{display:block;margin:0}.social-icons{display:flex;justify-content:center;gap:1rem;margin-top:1.5rem}.social-icons a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:10px;background:rgba(255,255,255,.05);border-radius:50%;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);color:#fff;font-size:1.5rem;text-decoration:none;transition:transform .3s ease,background .3s ease,color .3s ease}.social-icons a:hover{transform:scale(1.2);background:rgba(255,255,255,.15);color:gold}.video-overlay .social-icons{display:flex;justify-content:center;gap:1 rem;margin-top:1.5 rem;z-index:11}.video-overlay .social-icons a{font-size:1.8rem;color:#fff;transition:transform .2s ease,color .2s ease}.video-overlay .social-icons a:hover{transform:scale(1.15);color:#ccc}@media (max-width: 768px){.video-overlay h1{font-size:2rem}.video-overlay p{font-size:1rem}}@font-face{font-family:Gambarino;src:url(/assets/Gambarino-Regular-73b51a4e.woff2) format("woff2"),url(/assets/Gambarino-Regular-aed12e15.woff) format("woff"),url(/assets/Gambarino-Regular-1c34fc58.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}.banner-text{font-family:Inter,sans-serif;font-weight:500;color:#ff0448;font-size:1.1rem}.banner{width:100%;overflow:hidden;background:#000;height:60px;display:flex;align-items:center}.banner-track{display:flex;align-items:center;white-space:nowrap;animation:scrollBanner 30s linear infinite}.banner-item{display:flex;align-items:center;margin-right:1rem;color:#ff0448;font-family:Inter,sans-serif;gap:.1rem;font-weight:500;font-size:1.1rem;white-space:nowrap;line-height:1}.banner-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;margin-right:.5rem}.banner-icon img{width:16px;height:16px;display:block}@keyframes scrollBanner{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 768px){.banner{height:40px}.banner-item{font-size:.9rem}.banner-icon{width:16px;height:16px;margin-right:.3rem}}@supports (-webkit-touch-callout: none){.banner-track{animation:scrollBanner 30s linear infinite}}@media (max-width: 768px){.banner{height:40px}.banner p{font-size:1rem;padding-right:2rem}}.overlay-logo{width:20px;height:auto;margin-bottom:1rem;opacity:.9;filter:invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(1)}.projects{width:100%;background:#000;padding:0rem 0;margin-top:0}.projects h2{text-align:center;margin-bottom:3rem;font-weight:500;font-size:2rem;letter-spacing:.1em;color:#fff}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:0rem;width:100%;margin:0 auto}.grid-item{position:relative;aspect-ratio:5 / 4;overflow:hidden;border-radius:0;background:#111;transition:transform .25s ease,box-shadow .25s ease}.grid-item:hover{transform:none;box-shadow:0 10px 25px #ffffff1a}.grid-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.grid-item img:hover{transform:scale(1.05)}.project_footer{position:absolute;bottom:0;left:0;width:100%;padding:1rem;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.8) 100%);color:#fff;opacity:0;transform:translateY(20px);transition:all .3s ease}.grid-item:hover .project_footer{opacity:1;transform:translateY(0)}.arrow_project{display:flex;align-items:center;font-size:.85rem;opacity:.7;gap:6px;margin-bottom:.4rem}.project_footer h4{font-size:1.1rem;font-weight:500;margin-bottom:.4rem}.fields_container{display:flex;flex-wrap:wrap;gap:6px}.fields_container .fields{font-size:.75rem;padding:.25rem .6rem;border:1px solid rgba(255,255,255,.2);border-radius:20px;opacity:.8}@media (max-width: 768px){.projects{padding:4rem 0 2rem}.projects h2{font-size:1.6rem}.grid{width:90vw;gap:1.5rem}.project_footer{padding:.8rem}}.project-page{width:100%;min-height:100vh;background:#000;color:#fff;display:flex;flex-direction:column;align-items:center;padding:2rem}.project-header{width:100%;max-width:1000px;display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.project-content{width:100%;max-width:1000px;display:flex;flex-direction:column;align-items:center;gap:2rem}.project-cover{width:100%;border-radius:.5rem;object-fit:cover;box-shadow:0 0 20px #0005}.project-description{font-size:1rem;line-height:1.5;opacity:.8;text-align:center;max-width:800px}.view-on-behance{color:#fff;border:1px solid #fff3;padding:.6rem 1.2rem;text-decoration:none;border-radius:.4rem;transition:.2s}.view-on-behance:hover{background:#fff1}.back-btn{display:flex;align-items:center;gap:.4rem;background:transparent;border:1px solid #fff3;color:#fff;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;transition:background .2s}.back-btn:hover{background:#fff1}.project-module-img,.project-module-text,.project-module-embed{max-width:1000px;width:100%;margin:1rem 0}.project-module-img{margin:-1rem 0;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.project-module-text{font-size:1.05rem;line-height:1.6;opacity:.95;text-align:left;max-width:900px}.project-module-embed{display:flex;justify-content:center}.project-module-embed iframe{width:100%;height:480px;border:none}.project-module-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:10px;width:100%;max-width:1000px}.project-grid-img{width:100%;height:auto;object-fit:cover}.project-grid-img:hover{transform:scale(1.02)}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:0;width:100%;margin:0 auto}.grid-item:nth-child(1),.grid-item:nth-child(2){grid-column:span 2;aspect-ratio:5 / 2;overflow:hidden}.grid-item:nth-child(1) img,.grid-item:nth-child(2) img{width:100%;height:100%;object-fit:cover;object-position:center}@media (max-width: 1024px){.grid-item:nth-child(1),.grid-item:nth-child(2){grid-column:span 1;aspect-ratio:5 / 4}}.footer{width:100%;padding:1.2rem 2rem;display:flex;justify-content:space-between;align-items:center;background:transparent;color:#fff;font-family:Inter,sans-serif;font-size:.9rem;border-top:1px solid rgba(255,255,255,.1);flex-wrap:wrap}.footer-left{display:flex;gap:.8rem}.footer-icon{width:35px;height:35px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.1rem;transition:all .25s ease}.footer-icon:hover{transform:scale(1.1);background:rgba(255,255,255,.15)}.footer-center .footer-email{color:inherit;text-decoration:none;font-weight:400;opacity:.9}.footer-center .footer-email:hover{opacity:1;text-decoration:underline}.footer-right p{opacity:.7;margin:0}@media (max-width: 768px){.banner{margin-bottom:0;padding-bottom:0}.projects{padding-top:0}}
