*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;background-color:#000;color:#fff;overflow-x:hidden}.layout{background-color:#000;display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;overflow-x:hidden}h2{font-family:"DM Serif Display",serif}h1,a,button{font-family:Inter,sans-serif}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;position:relative}.custom-header{padding:1.2rem 0;background-color:#000000d9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid #222;position:fixed;top:0;left:0;width:100%;z-index:1002}.logo{color:#fff;font-size:2rem;flex-shrink:0}.logo-link{text-decoration:none;color:inherit}.main-content{padding:0;flex-grow:1;background-color:#000}.main-content>.welcome-title,.main-content>.video-placeholder,.main-content>.intro-section,.main-content>.AboutInicial{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem}.main-content>.carousel-container{max-width:none;padding:0}.welcome-title{text-align:center;font-size:2.5rem;margin-top:6.5rem;margin-bottom:4rem;color:#fff}.video-placeholder{width:80%;height:400px;margin:4rem auto;background-color:#333;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#aaa;font-size:1.2rem;border:2px dashed #666}.intro-section{display:flex;justify-content:space-between;align-items:center;margin:4rem auto;gap:2rem}.intro-text{flex:1}.intro-name{font-size:3rem;line-height:1.2;text-align:center;color:#fff}.highlight-red{color:#f5443d}.highlight-yellow{color:#f8b122}.intro-description{font-size:1.2rem;margin-top:1.2rem;color:#fff;text-align:center;line-height:1.8}.intro-subtext{display:block;margin-top:1rem}.intro-button-wrapper{display:flex;justify-content:center;margin-top:2rem}.intro-button{background-color:#fff;color:#0a0a0a;font-size:1.1rem;padding:1rem 2rem;border:1px solid #0a0a0a;border-radius:30px;cursor:pointer;transition:all .3s}.intro-button:hover{background-color:#f8b122;color:#0a0a0a;transform:scale(1.1)}.intro-image-placeholder{flex:.5;display:flex;justify-content:center;align-items:center;border-radius:12px;transition:filter 1s ease;overflow:hidden}.intro-image-placeholder img{height:100%;width:80%;object-fit:cover;filter:grayscale(100%);border-radius:12px;transition:all .5s;display:inline-block}.intro-image-placeholder img:hover{filter:grayscale(0%);transition:all .5s;border-radius:12px;width:90%}.AboutInicial{margin-top:10rem}.more-title{color:#fff;text-align:center;font-size:3.5rem}.links-group{color:#fff;text-align:center;font-size:2.5rem;margin-top:2rem}.section-link{color:#f8b122;text-decoration:none;margin:0 1rem;font-weight:700;transition:color .3s;transition:all .3s;display:inline-block}.section-link:hover{color:#f5443d;transform:scale(1.1);transition:all .3s}.separator{color:#f8b122}.footer{background-color:#000;padding:2rem 0;border-top:1px solid #222;margin-top:4rem}.footer-info{color:#fff}.footer a{color:#fff;text-decoration:none}.footer a:hover{color:#f8b122}.social-icons{display:flex;gap:1rem}.social-icons a svg{width:24px;height:24px;fill:currentColor;transition:color .3s,transform .3s}.social-icons a:hover svg{transform:scale(1.2)}@media (max-width: 992px){.container{padding:0 1.5rem}.logo{font-size:1.8rem}.intro-section{flex-direction:column;align-items:center}.intro-image-placeholder{order:-1;margin-bottom:2rem}.footer-info{font-size:.9rem}.social-icons a svg{width:22px;height:22px}}@media (max-width: 768px){.container{gap:1.5rem}.nav-buttons-desktop{display:none}.mobile-nav-container{display:block}.custom-header .container{flex-direction:row;justify-content:space-between;align-items:center}.logo{font-size:1.5rem}.footer .container{flex-direction:row;justify-content:space-between;align-items:center;width:100%}.footer-info{font-size:.8rem}.social-icons a svg{width:20px;height:20px}.intro-section,.AboutInicial{flex-direction:column}}@media (max-width: 480px){.container{padding:0 1rem}.logo{font-size:1.2rem}.footer-info{font-size:.7rem}.social-icons{gap:.8rem}.social-icons a svg{width:18px;height:18px}}.main-content>.AboutInicial{max-width:100%;padding-left:0;padding-right:0}.AboutInicial .more-title{max-width:1200px;margin:0 auto;padding:0 2rem}.project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:1800px;margin:3rem auto 0;padding:0 1rem}.project-card{text-decoration:none;display:block}.project-card-image-wrapper{position:relative;width:100%;aspect-ratio:16/9;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000004d;transition:transform .3s ease,box-shadow .3s ease}.project-card img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%);transition:transform .5s ease,filter .5s ease}.project-card:hover img{transform:scale(1.05);filter:grayscale(0%)}.project-card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;opacity:0;transition:opacity .3s ease}.project-card:hover .project-card-overlay{opacity:1}.project-card-overlay h3{color:#fff;font-size:clamp(1.1rem,3vw,2.2rem);font-family:"DM Serif Display",serif;margin-bottom:.5rem;font-weight:400;text-align:center;text-shadow:0px 2px 4px rgba(0,0,0,.8);text-transform:none;letter-spacing:normal;white-space:nowrap}@media (min-width: 1024px){.project-card-overlay h3{font-size:clamp(.8rem,2vw,5rem)}}.view-project{display:none}.project-card:hover .view-project{opacity:1;transform:translateY(0)}@media (max-width: 768px){.project-grid{grid-template-columns:1fr;gap:1.5rem}}.sinopse-texto{white-space:pre-wrap}.descriptiontitle{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;margin-bottom:2rem}.Publicity,.SectionTitle{color:#fff;font-size:3.5rem;margin:0}.descriptionjob{color:#fff;font-size:1.2rem;margin:0}.video-gallery{display:flex;flex-direction:column;align-items:center;gap:4rem;padding:4rem 1rem;margin:0 auto;background-color:#0e0e0e}.image-card{position:relative;overflow:hidden;cursor:pointer;width:100%;max-width:700px;border-radius:8px;box-shadow:0 4px 15px #0003;transition:width .3s ease,max-width .3s ease}.image-card img{width:100%;height:auto;display:block;transition:transform .5s ease,filter .5s ease;filter:grayscale(100%)}.image-card:hover img{transform:scale(1.08);filter:grayscale(0%)}.image-title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:clamp(1.1rem,3vw,2.2rem);font-family:"DM Serif Display",serif;text-align:center;padding:.5rem 1rem;opacity:0;transition:opacity .5s ease;white-space:nowrap;text-shadow:0px 2px 4px rgba(0,0,0,.8);pointer-events:none}.image-card:hover .image-title{opacity:1}@media (min-width: 1024px){.video-gallery{gap:5rem}.image-card{width:80%;max-width:5000px}.image-title{font-size:clamp(.8rem,2vw,5rem)}}html{scrollbar-gutter:stable}body.no-scroll{overflow:hidden!important;height:100vh!important;height:100dvh!important}body:has(.hero-typography-container) .custom-header{position:fixed!important;top:0;left:0;width:100%;background-color:#000c!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;border-bottom:1px solid rgba(255,255,255,.05)!important}.custom-header{transition:opacity 1.2s cubic-bezier(.25,1,.5,1),transform 1.2s cubic-bezier(.25,1,.5,1)!important;opacity:1;transform:translateY(0)}.portfolio-section,.hero-divider-outer-wrapper{transition:opacity 1.2s cubic-bezier(.25,1,.5,1),transform 1.2s cubic-bezier(.25,1,.5,1);opacity:1;transform:translateY(0)}.hero-divider-outer-wrapper{background-color:#000;width:100%;padding:4rem 0 0}.hero-divider-container{max-width:1400px;margin:0 auto;padding:0 3rem}.hero-divider{width:100%;height:3px;background-color:#fff;border-radius:2px}body.intro-running .custom-header{opacity:0!important;pointer-events:none!important;transform:translateY(-15px)!important}body.intro-running .portfolio-section,body.intro-running .hero-divider-outer-wrapper{opacity:0!important;pointer-events:none!important;transform:translateY(20px)!important}.intro-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;z-index:1000;transition:opacity 1s cubic-bezier(.25,1,.5,1);opacity:1}.intro-overlay.fade-out{opacity:0;pointer-events:none}.hero-typography-container{display:flex;align-items:center;justify-content:center;min-height:100vh;min-height:100dvh;width:100%;background-color:#000;position:relative;overflow:visible;padding:0 2rem;z-index:1001}.hero-typography-container:has(.final-layout){min-height:110vh;min-height:110dvh}.hero-typography-container:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:500px;height:500px;background:radial-gradient(circle,rgba(245,68,61,.04) 0%,rgba(248,177,34,.02) 65%,transparent 100%);z-index:1;pointer-events:none;filter:blur(60px)}.hero-typography-content{display:flex;flex-direction:column;align-items:center;text-align:center;z-index:2;position:relative;width:100%;max-width:1200px;transition:transform 1.2s cubic-bezier(.25,1,.5,1)}.hero-typography-content.final-layout{transform:translateY(-24vh)}.title-wrapper,.subtitle-wrapper{transition:transform 1.2s cubic-bezier(.25,1,.5,1);transform-origin:center top}.hero-typography-content.final-layout .title-wrapper{transform:scale(.8)}.hero-typography-content.final-layout .subtitle-wrapper{transform:scale(.82);margin-top:.2rem}.line-wrapper{overflow:hidden;height:auto;display:block}.hero-title-line{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:clamp(3rem,9.5vw,8.5rem);font-weight:900;line-height:.95;margin:0;letter-spacing:-.02em;color:#fff;text-transform:uppercase}body.intro-running .hero-title-line{transform:translateY(100%);animation:revealUp 1.1s cubic-bezier(.16,1,.3,1) forwards}body.intro-running .hero-title-line.line-1{animation-delay:.3s}body.intro-running .hero-title-line.line-2{animation-delay:.6s}.subtitle-wrapper{overflow:hidden;margin-top:1.2rem}.hero-subtitle{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:clamp(1.1rem,3.2vw,2.6rem);font-weight:500;color:#fff;letter-spacing:.28em;text-indent:.28em;text-transform:uppercase;margin:0}body.intro-running .hero-subtitle{opacity:0;transform:translateY(20px);animation:fadeInReveal 1.2s cubic-bezier(.16,1,.3,1) forwards;animation-delay:1.3s}.hero-details{position:absolute;top:calc(100% + 3rem);left:50%;display:flex;flex-direction:row;gap:3rem;align-items:stretch;max-width:880px;width:90%;z-index:2;opacity:0;transform:translate(-50%) translateY(25px);pointer-events:none;transition:opacity 1s cubic-bezier(.25,1,.5,1) .5s,transform 1s cubic-bezier(.25,1,.5,1) .5s}.hero-typography-content.final-layout .hero-details{opacity:1;transform:translate(-50%) translateY(0);pointer-events:auto}.hero-photo-wrapper{flex:0 0 350px;aspect-ratio:4/5;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px #0009;border:1px solid rgba(255,255,255,.08)}.hero-photo{width:100%;height:100%;object-fit:cover;filter:grayscale(100%);transition:filter .5s cubic-bezier(.25,1,.5,1),transform .5s cubic-bezier(.25,1,.5,1)}.hero-photo-wrapper:hover .hero-photo{filter:grayscale(0%);transform:scale(1.04)}.hero-bio-text{flex:1;display:flex;flex-direction:column;justify-content:space-between;color:#fff;font-size:clamp(1.35rem,2.4vw,1.65rem);line-height:1.8;text-align:left}.hero-bio-text p{margin:0}.hero-bio-text strong{color:#f8b122;font-weight:700}@keyframes revealUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fadeInReveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.portfolio-section{background-color:#000;padding:4rem 3rem 6rem;max-width:1400px;margin:0 auto}.portfolio-header{margin-bottom:3rem}.portfolio-title{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:clamp(2.2rem,7vw,5.8rem);font-weight:900;line-height:.95;letter-spacing:-.02em;color:#fff;text-transform:uppercase;margin:0 0 5rem}.portfolio-category{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:clamp(1.8rem,5vw,4rem);font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.05em;margin:.8rem 0 1rem}.portfolio-description{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:clamp(1rem,1.8vw,1.3rem);color:#fff;margin:0;line-height:1.6}.carousel-section{position:relative}.carousel-viewport{overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;width:100%}.carousel-viewport::-webkit-scrollbar{display:none}.carousel-track{display:flex;gap:1.5rem}.carousel-card{flex:0 0 calc(50% - .75rem);text-decoration:none;display:flex;flex-direction:column;gap:.6rem;scroll-snap-align:start}.carousel-card-image{width:100%;aspect-ratio:16/9;border-radius:10px;overflow:hidden;position:relative}.carousel-card-image img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%);transition:filter .5s ease,transform .5s ease}.carousel-card:hover .carousel-card-image img{filter:grayscale(0%);transform:scale(1.04)}.carousel-card-type{font-family:Inter,system-ui,sans-serif;font-size:.85rem;color:#666;text-transform:uppercase;letter-spacing:.08em;margin-top:.3rem}.carousel-card-title{font-family:Inter,system-ui,sans-serif;font-size:clamp(1rem,1.6vw,1.25rem);font-weight:600;color:#fff;margin:0;line-height:1.3}.carousel-nav{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.carousel-arrow{position:absolute;top:40%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:#000000b3;color:#fff;cursor:pointer;pointer-events:auto;z-index:5;transition:border-color .3s,background-color .3s}.carousel-arrow-left{left:-5rem}.carousel-arrow-right{right:-5rem}.carousel-arrow:hover{border-color:#fff;background-color:#ffffff1f}.carousel-arrow:active{opacity:.7}@media (max-width: 992px){.hero-photo-wrapper{flex:0 0 280px}.hero-details{gap:2.5rem}}@media (max-width: 768px){.hero-typography-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;min-height:100dvh;padding:0 1.5rem}.hero-typography-container:has(.final-layout){min-height:auto!important;padding-top:7.5rem!important;padding-bottom:3.5rem!important}.hero-typography-content.final-layout,.hero-typography-content.final-layout .title-wrapper,.hero-typography-content.final-layout .subtitle-wrapper{transform:none!important}.subtitle-wrapper{margin-top:1.5rem!important}.hero-subtitle{letter-spacing:.22em;text-indent:.22em}.hero-details{position:relative!important;left:auto!important;top:auto!important;transform:translateY(20px)!important;width:100%!important;max-width:600px!important;display:flex;flex-direction:column;align-items:center;gap:2.5rem;margin-top:3.5rem;visibility:hidden;opacity:0;height:0;overflow:hidden;transition:opacity 1.2s cubic-bezier(.25,1,.5,1),transform 1.2s cubic-bezier(.25,1,.5,1),visibility 0s linear 1.2s}.hero-typography-content.final-layout .hero-details{visibility:visible;opacity:1;transform:translateY(0)!important;pointer-events:auto;height:auto;overflow:visible;transition:opacity 1.2s cubic-bezier(.25,1,.5,1) .3s,transform 1.2s cubic-bezier(.25,1,.5,1) .3s,visibility 0s linear .3s}.hero-photo-wrapper{flex:0 0 auto!important;width:min(280px,75vw)!important;aspect-ratio:4/5!important;border-radius:12px;overflow:hidden;box-shadow:0 15px 30px #00000080;border:1px solid rgba(255,255,255,.08)}.hero-bio-text{text-align:center;font-size:clamp(1.1rem,3.5vw,1.25rem);line-height:1.7;max-width:600px;padding:0 .5rem}.portfolio-section{padding:3rem 1rem 4rem}.carousel-card{flex:0 0 calc(50% - .75rem)}.carousel-arrow{display:none!important}}@media (max-width: 480px){.hero-typography-container:has(.final-layout){min-height:auto!important}.carousel-card{flex:0 0 100%}.carousel-track{gap:1rem}}@media (max-width: 1560px){.carousel-arrow-left{left:1rem!important}.carousel-arrow-right{right:1rem!important}}.swipe-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;z-index:9999;display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:opacity .5s cubic-bezier(.25,1,.5,1),visibility .5s;pointer-events:none;cursor:pointer}.swipe-overlay.active{opacity:1;visibility:visible;pointer-events:auto}.swipe-overlay-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center;padding:2.5rem;max-width:450px;width:90%}.swipe-hand-icon{font-size:4rem;animation:handSwipeAnim 1.6s ease-in-out infinite;display:inline-block;-webkit-user-select:none;user-select:none}.swipe-hint-text{font-family:Inter,sans-serif;color:#fff;font-size:1.25rem;font-weight:600;letter-spacing:.02em;margin:0;line-height:1.5;text-shadow:0 4px 12px rgba(0,0,0,.6);border-bottom:2px solid #f8b122;padding-bottom:.8rem}@keyframes handSwipeAnim{0%{transform:translate(35px) scale(1);opacity:0}20%{transform:translate(35px) scale(.9);opacity:1}80%{transform:translate(-35px) scale(.9);opacity:1}to{transform:translate(-35px) scale(1);opacity:0}}.about-page-wrapper{width:100%;flex-grow:1;background-color:#000;padding-top:5rem}.about-container{padding:40px;max-width:1100px;margin:0 auto;text-align:center}.section-label{font-family:Inter,sans-serif;font-size:.95rem;font-weight:700;text-transform:uppercase;color:#a0a0a5;letter-spacing:.15em;margin-top:40px;margin-bottom:20px}h2.Sub{font-family:"DM Serif Display",serif;font-size:3.5rem;font-weight:400;line-height:1.15;letter-spacing:normal;margin-top:20px;margin-bottom:25px;color:#fff;text-align:center;font-style:italic}h2.Sub span{font-style:italic}.author-sub{font-family:Inter,sans-serif;font-size:1.15rem;color:#8e8e93;margin-bottom:6rem;text-align:center;font-weight:300}.about-section{display:flex;justify-content:space-between;align-items:flex-start;gap:5rem;margin-bottom:8rem}.about-section.image-left,.about-section.image-right{flex-direction:row}.about-section .img-container{flex:1;display:flex;align-items:flex-start}.about-section.image-left .img-container{position:relative;width:100%;max-width:500px;height:670px;overflow:hidden;border-radius:12px;box-shadow:0 10px 30px #00000080;display:block}.about-section.image-right .img-container{justify-content:flex-end}.about-section.image-left .text-container{flex:1.2;text-align:left}.about-section.image-right .text-container{flex:1.2;text-align:right}.about-section.image-left .description{text-align:left}.about-section.image-right .description{text-align:right}.about-section .arthur-img{width:100%;border-radius:12px;filter:grayscale(100%);transition:filter .5s ease,transform .5s ease;box-shadow:0 10px 30px #00000080;height:auto}.about-section.image-left .arthur-img{position:absolute;top:-80px;left:0;width:100%;max-width:500px;box-shadow:none}.about-section.image-right .arthur-img{max-width:360px;aspect-ratio:360 / 518;object-fit:cover;object-position:center 35%}.about-section .arthur-img:hover{filter:grayscale(0%);transform:scale(1.03)}.about-section .description{font-family:Inter,sans-serif;font-size:1.1rem;line-height:1.7;color:#e5e5e7;text-align:left;margin-bottom:1.5rem}.about-section .description:last-child{margin-bottom:0}.form-container{max-width:600px;margin:40px auto;display:flex;flex-direction:column;gap:30px}.form-container{max-width:600px;margin:40px auto;display:flex;flex-direction:column;gap:50px}.form-group input,.form-group textarea{width:100%;padding:18px 22px;font-size:16px;border:1px solid #aaa;border-radius:30px;background-color:#000;outline:none;color:#fff;transition:border-color .3s ease}.form-group textarea{height:120px;resize:none;border-radius:20px}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff;transition:opacity .2s}.form-group input:focus,.form-group textarea:focus{border-color:#f5443d}.contato{font-family:"DM Serif Display",serif;color:#f0f8ff;padding-top:3em;font-size:3em;font-weight:400}.button{display:flex;align-items:center;justify-content:center;position:relative;width:100%;height:54px;padding:0 20px;font-size:16px;font-weight:700;border:none;border-radius:36px;background-color:transparent;color:#fff;text-transform:uppercase;overflow:hidden;transition:all .3s ease;z-index:1}.button:before{content:"";position:absolute;height:100%;width:100%;background-color:#f8b122;left:-2px;transform:translate(90%);transition:all .3s ease-out;z-index:1}.button:after{content:"";position:absolute;height:calc(100% - 2px);width:calc(100% - 2px);border:1px solid #f8b122;border-radius:36px;z-index:2}.button:hover:before{transform:translate(0)}.button:hover .text,.button:hover .icon svg{color:#000}.text{white-space:nowrap;line-height:1.2;padding-inline-end:44px;z-index:2;transition:color .3s ease}.icon{display:flex;position:absolute;top:50%;transform:translateY(-50%);right:0;width:54px;height:54px;justify-content:center;align-items:center;border-radius:100%;background-color:#f8b122;z-index:2;transition:background-color .3s ease,color .3s ease}.icon svg{color:#fff;transition:color .3s ease}@media (max-width: 992px){.about-section{flex-direction:column!important;gap:3rem;margin-bottom:5rem}.about-section .img-container{width:100%;max-width:100%;justify-content:center!important;align-items:center!important}.about-section.image-right .img-container{order:-1}.about-section .text-container,.about-section .description{width:100%;padding:0;text-align:center!important}.about-section.image-left .img-container{height:auto!important;display:flex!important;overflow:visible!important;box-shadow:none!important}.about-section.image-left .arthur-img{position:static!important;width:100%;max-width:300px;height:auto;box-shadow:0 10px 30px #00000080}.about-section.image-right .arthur-img{width:100%;max-width:300px;height:auto;aspect-ratio:360 / 518;object-fit:cover;object-position:center 35%}h2.Sub{font-size:2.2rem}.author-sub{margin-bottom:4rem}}.contato-page-wrapper{width:100%;min-height:calc(100vh - 80px);background-color:#000;color:#e2e2e7;padding:8rem 0 6rem;font-family:Inter,sans-serif;display:flex;align-items:center;justify-content:center}.contato-container{padding:0 1.5rem;max-width:1200px;width:100%;margin:0 auto}.contato-header{text-align:center;margin-bottom:4rem}.contato-tag{font-family:Inter,sans-serif;font-size:.85rem;color:#a4a4ac;font-weight:700;letter-spacing:.2em;display:block;margin-bottom:.8rem}.contato-title{font-family:"DM Serif Display",serif;font-size:clamp(2.5rem,5vw,4.2rem);color:#fff;margin:0 0 1rem;font-weight:400;line-height:1.1}.contato-description{font-family:Inter,sans-serif;font-size:clamp(1rem,2vw,1.25rem);color:#999;max-width:600px;margin:0 auto;line-height:1.6}.contato-card{display:grid;grid-template-columns:1fr 1.3fr;gap:4rem;background-color:#0f0f12;border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:3.5rem;box-shadow:0 30px 60px #00000080;max-width:1100px;margin:0 auto}.contato-info-col{display:flex;flex-direction:column;gap:2.2rem;text-align:left}.info-title{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:.5rem}.info-subtitle{font-family:Inter,sans-serif;font-size:.95rem;color:#8e8e93;line-height:1.6;margin-bottom:1rem}.info-item-group{display:flex;flex-direction:column;gap:.5rem}.info-item-label{font-family:Inter,sans-serif;font-size:.75rem;color:#f8b122;font-weight:700;letter-spacing:.08em}.info-item-value{font-family:Inter,sans-serif;font-size:1.05rem;color:#fff;text-decoration:none;transition:color .2s;word-break:break-all}.info-social-icons{display:flex;gap:1.2rem;margin-top:.2rem}.info-social-icons a{color:#8e8e93;font-size:1.4rem;transition:color .2s,transform .2s;display:inline-flex;align-items:center}.info-social-icons a:hover{color:#fff;transform:translateY(-2px)}.contato-form-col{display:flex;flex-direction:column;gap:1.2rem}.form-input-group{width:100%}.form-input-group input,.form-input-group textarea{width:100%;background-color:#16161c;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:.9rem 1.2rem;color:#fff;font-family:Inter,sans-serif;font-size:.95rem;outline:none;transition:border-color .2s,box-shadow .2s}.form-input-group textarea{height:140px;resize:none}.form-input-group input::placeholder,.form-input-group textarea::placeholder{color:#5a5a65}.form-input-group input:focus,.form-input-group textarea:focus{border-color:#f8b122;box-shadow:0 0 0 2px #f8b12226}.btn-send-message{align-self:flex-start;background-color:#f8b122;color:#000;border:none;border-radius:25px;padding:.9rem 2.2rem;font-family:Inter,sans-serif;font-weight:700;font-size:.95rem;cursor:pointer;transition:background-color .2s,transform .2s,box-shadow .2s;box-shadow:0 4px 12px #f8b12233}.btn-send-message:hover{background-color:#e59a18;box-shadow:0 6px 16px #f8b12259;transform:translateY(-1px)}.btn-send-message:active{transform:translateY(0)}@media (max-width: 992px){.contato-page-wrapper{padding:6rem 0 4rem}.contato-card{gap:3rem;padding:3rem 2rem}}@media (max-width: 768px){.contato-container{padding:0 1rem}.contato-card{grid-template-columns:1fr;gap:3rem;padding:2.5rem 1.5rem}.btn-send-message{width:100%;align-self:stretch;border-radius:8px}}.nav-buttons-desktop{display:flex;gap:1.5rem;align-items:center}.nav-buttons-desktop a{color:#fff;text-decoration:none;font-weight:700;font-size:1rem;transition:color .3s,transform .3s;white-space:nowrap}.nav-buttons-desktop a:hover{color:#f8b122;transform:scale(1.05)}@media (max-width: 480px){.nav-buttons-desktop{gap:.8rem}.nav-buttons-desktop a{font-size:.9rem}}@media (max-width: 360px){.nav-buttons-desktop{gap:.6rem}.nav-buttons-desktop a{font-size:.85rem}}.page-wrapper{background-color:#0a0a0a;color:#fff;padding:6.5rem 2rem 4rem}.project-page-container{max-width:1200px;margin:0 auto;font-family:Inter,sans-serif}.project-header{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;padding-bottom:2rem;border-bottom:1px solid #444;margin-bottom:3rem}.title-info{flex:2;max-width:60%}.category-info{font-size:.9rem;text-transform:uppercase;margin-bottom:1rem}.title-info h1{font-family:"DM Serif Display",serif;font-size:clamp(4rem,4vw,2rem);margin:0;line-height:1.1}.tagline-info{margin:.5rem 0 0;font-size:.9rem;color:#ccc}.credits-info{flex:1;max-width:40%}.credits-info ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.credits-info li{display:flex;justify-content:space-between;font-size:.9rem;border-bottom:1px solid #444;padding:.75rem 0}.credits-info li:last-child{border-bottom:none;padding-bottom:0}.credits-info span:first-child{color:#aaa}.project-video-wrapper{width:100%;background-color:#1a1a1a;border-radius:8px;overflow:hidden;margin-bottom:3rem}.project-video-wrapper video{display:block;width:100%;height:auto}.project-video-wrapper iframe{width:100%;height:100%;border:none}.synopsis-section{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;margin-top:4rem}.synopsis-section.synopsis-no-awards{grid-template-columns:1fr}.synopsis-left h2,.synopsis-right h2{font-family:"DM Serif Display",serif;font-size:clamp(2rem,5vw,3rem);margin:0 0 1.2rem}.synopsis-text p{margin:0 0 1em;font-size:1.1rem;line-height:1.8;color:#ccc}.project-awards{font-size:1.1rem;line-height:1.8;color:#ccc}.project-image-gallery{padding-top:3rem;margin-top:3rem;border-top:1px solid #444}.gallery-section-title{font-family:"DM Serif Display",serif;font-size:clamp(2rem,5vw,3rem);text-align:center;margin-bottom:2rem}.gallery-images-wrapper{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.gallery-image-card{flex:1 1 550px;max-width:850px}.gallery-image-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gallery-image-card img:hover{transform:scale(1.05)}.gallery-image-card{cursor:pointer;transition:transform .2s ease-in-out;margin-bottom:10px}.lightbox-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000e6;display:flex;justify-content:center;align-items:center;z-index:1000;padding:10px;box-sizing:border-box}.lightbox-image{max-width:100%;max-height:80vh;max-height:80dvh;object-fit:contain;display:block}.lightbox-close{position:absolute;top:15px;right:15px;font-size:35px;color:#fff;background:none;border:none;cursor:pointer;z-index:1001;padding:5px}.lightbox-prev,.lightbox-next{position:absolute;top:50%;transform:translateY(-50%);background-color:#1e1e1e80;color:#fff;border:none;font-size:28px;padding:12px 8px;cursor:pointer;transition:background-color .2s;border-radius:5px;z-index:1001}.lightbox-prev{left:10px}.lightbox-next{right:10px}@media (min-width: 768px){.gallery-image-card:hover{transform:scale(1.05)}.lightbox-image{max-width:85vw;max-height:85vh;max-height:85dvh}.lightbox-close{top:20px;right:30px;font-size:45px}.lightbox-prev,.lightbox-next{font-size:40px;padding:15px}.lightbox-prev{left:20px}.lightbox-next{right:20px}.lightbox-prev:hover,.lightbox-next:hover{background-color:#000000b3}}@media (min-width: 1024px){.lightbox-image{max-width:80vw;max-height:90vh;max-height:90dvh}.lightbox-prev{left:40px}.lightbox-next{right:40px}}@media (max-width: 768px){.project-header{flex-direction:column;align-items:center;text-align:center}.title-info,.credits-info{width:100%;max-width:100%}.credits-info ul{text-align:left}.synopsis-section{grid-template-columns:1fr;text-align:center}.synopsis-left{margin-bottom:1rem}}
