@import "https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,500;12..96,600;12..96,700;12..96,800&display=swap";*,:before,:after{box-sizing:border-box}html{height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;margin:0;padding:0;font-family:Inter,system-ui,sans-serif}#root{width:100%;min-height:100%}h1,h2,h3,h4,h5,h6,p{margin:0}a{color:inherit;text-decoration:none}img{max-width:100%}.hero-section{box-sizing:border-box;scroll-snap-align:start;background-color:#e8e3d3;justify-content:space-between;align-items:stretch;gap:0;min-height:100vh;padding:0 0 0 9vw;display:flex;position:relative;overflow:hidden}.hero-content{z-index:1;flex-direction:column;flex:0 0 44%;justify-content:flex-start;gap:1rem;max-width:600px;padding-top:25vh;display:flex;position:relative}.hero-greeting{color:#1a1a1a;letter-spacing:.01em;margin:0;font-family:Bricolage Grotesque,system-ui,sans-serif;font-size:20px;font-weight:500}.hero-headline{flex-direction:column;gap:0;line-height:1;display:flex}.hero-title-line{color:#1a1a1a;letter-spacing:-.03em;margin:0;font-family:Bricolage Grotesque,system-ui,sans-serif;font-size:80px;font-weight:800;line-height:1.05}.hero-developer-wrap{flex-direction:column;gap:2px;width:fit-content;display:flex}.hero-title-developer{color:#de6536;letter-spacing:-.03em;margin:0;font-family:Bricolage Grotesque,system-ui,sans-serif;font-size:80px;font-weight:800;line-height:1.1}.hero-scribble{width:100%;height:22px;display:block;overflow:visible}.hero-description{color:#3a3a3a;max-width:380px;margin:.4rem 0 0;font-family:Bricolage Grotesque,system-ui,sans-serif;font-size:15px;font-weight:400;line-height:1.75}.hero-cta{color:#fff;letter-spacing:.11em;text-transform:uppercase;cursor:pointer;background-color:#de6536;border-radius:50px;align-items:center;gap:.75rem;width:fit-content;margin-top:1.5rem;padding:.85rem .85rem .85rem 1.6rem;font-family:Bricolage Grotesque,system-ui,sans-serif;font-size:.76rem;font-weight:700;text-decoration:none;transition:background-color .25s;display:inline-flex}.hero-description-text{font-size:13px}.hero-cta:hover{background-color:#c4552a}.hero-cta-icon{background:#ffffff40;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background-color .25s;display:flex}.hero-cta:hover .hero-cta-icon{background:#ffffff59}.hero-photo-wrapper{z-index:1;flex:0 0 40%;justify-content:flex-end;align-items:stretch;padding-bottom:10rem;padding-right:12vw;display:flex;position:relative}.hero-photo-frame{border-radius:0 0 999px 999px;width:600px;overflow:hidden;box-shadow:-12px 16px 40px #00000024,0 6px 20px #00000012}.hero-photo{object-fit:cover;object-position:center 15%;-webkit-user-select:none;user-select:none;transform-origin:50% 30%;width:100%;height:100%;transition:transform .4s ease-in-out;display:block;transform:scale(1.8)}@media (width<=960px){.hero-section{flex-direction:column-reverse;align-items:stretch;min-height:100vh;padding:0}.hero-content{flex:none;align-items:flex-start;gap:.85rem;max-width:100%;padding:3rem 8vw 4rem}.hero-title-line,.hero-title-developer{font-size:clamp(2.4rem,6.5vw,3.6rem)}.hero-description{max-width:520px;font-size:clamp(.88rem,1.8vw,1rem)}.hero-photo-wrapper{flex:none;justify-content:center;align-items:stretch;height:58vw;min-height:600px;padding:0}.hero-photo-frame{border-radius:0 0 999px 999px;width:100%;height:100%}.hero-photo{object-position:center 30%}}@media (width<=600px){.hero-content{gap:.75rem;padding:2.5rem 6vw 3.5rem}.hero-title-line,.hero-title-developer{font-size:clamp(2rem,9vw,2.8rem)}.hero-greeting{font-size:clamp(.85rem,3.5vw,1rem)}.hero-description{max-width:100%;font-size:clamp(.82rem,3.2vw,.95rem);line-height:1.7}.hero-cta{margin-top:1rem;padding:.75rem .75rem .75rem 1.4rem;font-size:.72rem}.hero-photo-wrapper{height:65vw;min-height:500px;max-height:340px}.hero-scribble{height:18px}}@media (width<=380px){.hero-content{padding:2rem 5vw 3rem}.hero-title-line,.hero-title-developer{font-size:clamp(1.8rem,10vw,2.4rem)}.hero-photo-wrapper{height:70vw;min-height:400px}.hero-cta{padding:.7rem .7rem .7rem 1.2rem;font-size:.68rem}.hero-cta-icon{width:30px;height:30px}}.product-showcase{scroll-snap-align:start;background-color:#e8e3d3;justify-content:center;align-items:center;min-height:100vh;padding:2rem 7vw;display:flex}.showcase-container{width:100%;max-width:1050px;margin:0 auto}.showcase-grid{grid-template-columns:repeat(3,1fr);gap:.4rem;height:80vh;min-height:600px;max-height:850px;display:grid}.grid-col{flex-direction:column;gap:.4rem;display:flex}.showcase-card{background-color:#f2eee3;border-radius:24px;width:100%;position:relative;overflow:hidden}.showcase-card img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.image-card:hover img{transform:scale(1.05)}.dark-card{color:#fff;box-sizing:border-box;background-color:#000;align-items:flex-start;height:150px;padding:1.8rem;display:flex}.dark-card-content{justify-content:space-between;align-items:flex-start;width:100%;display:flex}.dark-card h2{letter-spacing:-.02em;margin:0;padding-left:20px;font-family:Bricolage Grotesque,system-ui,sans-serif;font-size:35px;font-weight:500;line-height:1.2}.dark-card h2 span{color:#de6536}.toggle-icon{border:2px solid #555;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin-top:.2rem;display:flex}.toggle-icon:after{content:"";background-color:#fff;border-radius:50%;width:24px;height:24px}.col1-img{flex:1;height:auto}.col2-img1{height:48%}.col2-img2{flex:1;height:auto}.col3-img1{height:60%}.col3-img2{flex:1;height:auto}@media (width<=960px){.product-showcase{padding:4rem 5vw}.showcase-grid{grid-template-columns:repeat(2,1fr);height:auto;min-height:auto;max-height:none}.grid-col{height:600px}}@media (width<=600px){.showcase-grid{grid-template-columns:1fr}.grid-col{height:auto}.dark-card{height:auto;padding:1.5rem}.col1-img,.col2-img1,.col2-img2,.col3-img1,.col3-img2{height:350px}}@media (width<=768px){.product-showcase{align-items:flex-start;height:auto;min-height:100svh;padding:3rem 4vw 2rem}}.webdev-section{scroll-snap-align:start;background-color:#e8e3d3;justify-content:center;align-items:center;height:100vh;padding:2rem 0;display:flex;overflow:hidden}.webdev-container{justify-content:center;align-items:center;width:100%;padding:0 2vw;display:flex}.webdev-box{background-color:#de6536;border-radius:40px;flex-direction:column;gap:2.5rem;width:100%;max-width:1400px;padding:3.5rem 0 2rem;display:flex;overflow:hidden}.webdev-header{color:#fff;justify-content:space-between;align-items:flex-start;gap:2rem;padding:0 4rem;display:flex}.webdev-header h2{white-space:nowrap;margin:0;font-family:Bricolage Grotesque,system-ui,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:500;line-height:1.1}.webdev-header p{opacity:.95;max-width:500px;margin:0;font-family:Bricolage Grotesque,system-ui,sans-serif;font-size:.95rem;line-height:1.5}.carousel-viewport{-webkit-overflow-scrolling:touch;overflow:visible}.carousel-viewport:active{cursor:grabbing}.carousel-track{gap:24px;width:max-content;display:flex}.carousel-slide{aspect-ratio:16/9;opacity:1;pointer-events:auto;border-radius:20px;flex-shrink:0;width:75vw;max-width:1000px;transform:scale(1)}.slide-image-container{box-sizing:border-box;background-color:#fff;border-radius:20px;width:100%;height:100%;padding:8px;position:relative}.slide-image-container img{object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;border-radius:12px;width:100%;height:100%;display:block}.slide-action-btn{color:#fff;cursor:pointer;z-index:10;background-color:#de6536;border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .2s,background-color .2s;display:flex;position:absolute;bottom:-20px;right:-20px;box-shadow:0 4px 12px #00000026}.slide-action-btn:hover{background-color:#c4552a;transform:scale(1.05)}.slide-action-btn svg{width:24px;height:24px}@media (width<=960px){.webdev-header{flex-direction:column;gap:1rem;padding:0 3rem}.webdev-box{border-radius:30px;padding:2.5rem 0 1.5rem}}@media (width<=768px){.webdev-header{padding:0 2rem}.carousel-slide{width:90vw}.slide-action-btn{border-width:3px;width:45px;height:45px;bottom:-10px;right:-10px}.slide-action-btn svg{width:18px;height:18px}.webdev-section{height:auto;min-height:100svh;padding:3rem 0;overflow:visible}}.mobiledev-section{scroll-snap-align:start;background-color:#e8e3d3;justify-content:center;align-items:center;height:100vh;padding:2rem 5vw;display:flex}.mobiledev-container{flex-direction:column;align-items:center;width:100%;max-width:780px;display:flex}.mobiledev-title{color:#de6536;text-align:center;margin:0 0 3.5rem;font-family:Bricolage Grotesque,system-ui,sans-serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:500}.mobiledev-grid{grid-template-columns:repeat(2,1fr);gap:3.5rem;width:100%;display:grid}.mobile-card{box-sizing:border-box;background-color:#fff;border:8px solid #de6536;border-radius:30px;width:100%;transition:transform .3s,box-shadow .3s;position:relative}.mobile-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #de653626}.mobile-image-wrapper{aspect-ratio:10/14;border-radius:21px;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.mobile-image-wrapper img{object-fit:cover;-webkit-user-select:none;user-select:none;transform-origin:50%;width:100%;height:100%;display:block;transform:scale(1.6)translateY(3.2%)}.mobile-action-btn{color:#fff;cursor:pointer;z-index:10;background-color:#de6536;border:6px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;transition:transform .2s,background-color .2s;display:flex;position:absolute;bottom:-28px;right:-28px;box-shadow:0 4px 15px #0000001a}.mobile-action-btn:hover{background-color:#c4552a;transform:scale(1.08)}.mobile-action-btn svg{width:24px;height:24px}.mobiledev-desc{color:#de6536;text-align:center;max-width:650px;margin:4.5rem auto 0;font-family:Bricolage Grotesque,system-ui,sans-serif;font-size:clamp(.9rem,1.5vw,1.05rem);line-height:1.6}@media (width<=850px){.mobiledev-grid{grid-template-columns:1fr;gap:4rem;max-width:500px;margin:0 auto}}@media (width<=600px){.mobiledev-section{padding:5rem 5vw}.mobile-card{border-width:6px;border-radius:24px;padding:1rem}.mobile-action-btn{border-width:4px;width:55px;height:55px;bottom:-20px;right:-20px}.mobile-action-btn svg{width:20px;height:20px}.mobiledev-desc{margin-top:3.5rem}}@media (width<=768px){.mobiledev-section{height:auto;min-height:100svh;padding:3rem 5vw}}.uiux-section{scroll-snap-align:start;background-color:#e8e3d3;justify-content:center;align-items:center;min-height:100vh;padding:2rem 5vw;display:flex}.uiux-container{flex-direction:column;align-items:center;width:100%;max-width:850px;display:flex;container-type:inline-size}.uiux-title{color:#de6536;text-align:center;margin:0 0 1rem;font-family:Bricolage Grotesque,system-ui,sans-serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:500}.uiux-grid{grid-template-rows:auto;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.uiux-image-card{aspect-ratio:1.3;border-radius:35px;width:100%;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 10px 30px #0000000d}.uiux-image-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000001a}.uiux-image-card img{object-fit:cover;object-position:top center;width:100%;height:100%;transition:transform .5s cubic-bezier(.2,.8,.2,1);display:block}.card-numi img{transform:rotate(-25deg)scale(1.75)}.card-metria img,.card-adaptivo img{transform:rotate(-25deg)scale(1.4)}.uiux-image-card:hover img{transform:rotate(0)scale(1.1)}.uiux-text-grid{aspect-ratio:1.3;grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr);width:100%;display:grid;overflow:hidden}.uiux-text-card{color:#fff;background-color:#de6536;border-radius:20px;flex-direction:column;padding:6%;font-family:Bricolage Grotesque,system-ui,sans-serif;display:flex;position:relative}.top-left-card{border-top-left-radius:35px}.top-right-card{border-top-right-radius:35px}.bottom-left-card{border-bottom-left-radius:35px}.bottom-right-card{border-bottom-right-radius:35px}.uiux-desc{opacity:.95;margin:0 0 .5rem;font-size:11px;font-weight:400;line-height:1.35}.uiux-desc strong{opacity:1;font-weight:600}.uiux-team{opacity:.8;margin:auto 0 0;padding-bottom:25px;font-size:12px;line-height:1.3}.card-dot{background-color:#0000;border:2px solid #fff;border-radius:50%;width:15px;height:15px;position:absolute;bottom:8%;left:10%}@media (width<=1024px){.uiux-text-card{padding:1.5rem}.card-dot{bottom:15px;left:1.5rem}.uiux-team{padding-bottom:1.5rem}}@media (width<=768px){.uiux-grid{grid-template-rows:auto;grid-template-columns:1fr;gap:2rem}.uiux-image-card{aspect-ratio:4/3;border-radius:25px}.uiux-text-grid{aspect-ratio:auto;border-radius:25px;gap:8px;overflow:hidden}.uiux-text-card{border-radius:0}}@media (width<=480px){.uiux-text-grid{grid-template-columns:1fr}.uiux-text-card{padding:2rem 1.5rem}.uiux-image-card{aspect-ratio:1}}@media (width<=768px){.uiux-section{height:auto;min-height:100svh;padding:3rem 5vw}}.techstack-section{scroll-snap-align:start;background-color:#e8e3d3;justify-content:center;align-items:center;height:100vh;padding:2rem 5vw;display:flex}.techstack-container{flex-direction:column;align-items:center;width:100%;max-width:1200px;display:flex}.techstack-title{color:#de6536;text-align:center;margin:0 0 4rem;font-family:Bricolage Grotesque,system-ui,sans-serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:500}.techstack-grid{flex-wrap:wrap;justify-content:center;gap:2.5rem;width:100%;display:flex}.tech-item{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.tech-pill{cursor:pointer;background-color:#de6536;border-radius:60px;flex-direction:column;align-items:center;width:120px;height:180px;padding-top:10px;transition:transform .3s cubic-bezier(.2,.8,.2,1);display:flex}.tech-item:hover .tech-pill{transform:translateY(-10px)}.tech-circle{background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;display:flex}.tech-circle img{object-fit:contain;width:55px;height:55px;transition:transform .3s}.tech-item:hover .tech-circle img{transform:scale(1.1)}.tech-name{color:#de6536;text-align:center;margin:0;font-family:Bricolage Grotesque,system-ui,sans-serif;font-size:1.2rem;font-weight:500}@media (width<=768px){.techstack-grid{gap:1.5rem}.tech-pill{border-radius:50px;width:100px;height:150px;padding-top:8px}.tech-circle{width:84px;height:84px}.tech-circle img{width:45px;height:45px}.tech-name{font-size:1rem}}@media (width<=480px){.techstack-grid{gap:1rem}.tech-pill{border-radius:45px;width:90px;height:135px;padding-top:7px}.tech-circle{width:76px;height:76px}.tech-circle img{width:40px;height:40px}.tech-name{font-size:.9rem}}@media (width<=768px){.techstack-section{height:auto;min-height:100svh;padding:3rem 5vw}}.contact-section{scroll-snap-align:start;background-color:#e8e3d3;justify-content:center;align-items:center;min-height:100vh;padding:2rem 5vw;display:flex}.contact-container{justify-content:space-between;align-items:center;width:100%;max-width:1000px;display:flex}.contact-left{flex-direction:column;gap:3.5rem;display:flex}.contact-title-container{flex-direction:column;display:flex}.contact-title{color:#de6536;margin:0;font-family:Bricolage Grotesque,system-ui,sans-serif;font-size:clamp(4rem,6vw,6rem);font-weight:500;line-height:1.1}.contact-title-row{align-items:center;gap:8.7rem;display:flex}.contact-graphic{grid-template-rows:repeat(4,75px);grid-template-columns:repeat(4,75px);grid-auto-flow:row;display:grid}.cg-box{background-color:#de6536;border-radius:20px}.cg-box-tl{grid-area:1/1/3/3}.cg-box-br{grid-area:3/3/5/5}.contact-right{flex-direction:column;gap:2.5rem;display:flex}.contact-item{cursor:pointer;align-items:center;gap:1.5rem;transition:transform .3s;display:flex}.contact-item:hover{transform:translate(10px)}.contact-icon{justify-content:center;align-items:center;transition:transform .3s;display:flex}.contact-item:hover .contact-icon{transform:scale(1.1)}.contact-text{flex-direction:column;gap:.2rem;display:flex}.contact-item-title{color:#de6536;margin:0;font-family:Bricolage Grotesque,system-ui,sans-serif;font-size:1.4rem;font-weight:600}.contact-item-sub{color:#de6536;opacity:.85;margin:0;font-family:Bricolage Grotesque,system-ui,sans-serif;font-size:1.05rem;font-weight:500}@media (width<=900px){.contact-container{flex-direction:column;align-items:flex-start;gap:5rem}}@media (width<=600px){.contact-graphic{display:none}.contact-item-title{font-size:1.2rem}.contact-item-sub{font-size:.95rem}.contact-icon svg{width:50px;height:50px}}
