*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:'Montserrat',sans-serif;background-color:#F8EFD8;color:#3C2415;line-height:1.5}img,video,picture{display:block;max-width:100%}a{text-decoration:none;color:inherit}ul{list-style:none}:root{--cream:#F8EFD8;--cream-light:#FDFBF3;--marrom:#5D3A26;--dourado:#B18A48;--sepia:#3C2415;--white:#ffffff;--font-sans:'Montserrat',sans-serif;--font-serif:'Prata',serif}@keyframes float{0%,100%{transform:translateY(0) rotate(10deg)}50%{transform:translateY(-10px) rotate(10deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}100%{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}.container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto}.rt-button-v1-circle{position:absolute;width:0;height:0;background:rgba(255,255,255,.2);border-radius:50%;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease;left:50%;top:50%}.rt-btn:hover .rt-button-v1-circle{width:300px;height:300px}.rt-btn{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;background-color:var(--marrom);color:var(--white);border-radius:9999px;font-family:var(--font-sans);font-weight:800;text-transform:uppercase;letter-spacing:.1em;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;border:none}.rt-btn:hover{transform:scale(1.05)}.rt-btn span{position:relative;z-index:10}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background-color:var(--cream-light);padding:3rem 0}.hero-bg-pattern{position:absolute;inset:0;opacity:.1;pointer-events:none;background-image:url('https://cdn.prod.website-files.com/683948647d80a2f677804c9e/687ef753556c0738e4a9e52c_hero-bg-pattern-v2.png');background-size:cover}.hero .container{padding-left:1.5rem;padding-right:1.5rem;z-index:10;position:relative}.hero-content{display:flex;flex-direction:column;align-items:center}.hero-left{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.hero-logo{width:10rem;margin-bottom:1.5rem;animation:fadeIn 1s ease-out forwards}.hero-title{font-family:var(--font-sans);font-weight:900;font-size:2.25rem;color:var(--marrom);line-height:1.05;margin-bottom:1.5rem;letter-spacing:-.05em;text-transform:uppercase}.hero-title .highlight{color:var(--dourado)}.hero-title .br-xl{display:none}.hero-description{font-size:1.125rem;color:rgba(93,58,38,.7);margin-bottom:2rem;max-width:36rem;font-weight:500;line-height:1.625}.hero-cta-wrapper{display:flex;flex-direction:column;gap:1rem;width:100%}.hero-cta-wrapper .rt-btn{padding:1rem 2rem;font-size:.75rem;letter-spacing:.1em;text-align:center}.hero-cta-wrapper .rt-btn:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}.hero-btn{padding:1rem 2rem;font-size:.75rem;letter-spacing:.1em;text-align:center}.hero-right{width:100%;display:flex;justify-content:center;margin-top:4rem}.hero-image-wrapper{position:relative;width:280px;pointer-events:none;z-index:0;overflow:visible}.hero-glow{position:absolute;inset:0;background-color:rgba(177,138,72,.1);border-radius:9999px;filter:blur(100px);animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;transform:scale(1.1)}.hero-image-wrapper picture{position:relative;z-index:10;display:block}.hero-image-wrapper img{width:100%;height:auto;object-fit:contain;animation:float 3s ease-in-out infinite;filter:drop-shadow(0 35px 60px rgba(93,58,38,.4))}.scroll-indicator{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);display:none;flex-direction:column;align-items:center;gap:.5rem;opacity:.3}.scroll-indicator span{font-size:10px;text-transform:uppercase;font-weight:700;letter-spacing:.3em;color:var(--marrom)}.scroll-indicator-line{width:1px;height:3rem;background:linear-gradient(to bottom,var(--marrom),transparent)}.main-wrapper{position:relative;z-index:20;width:100%}.about-section{background-color:var(--cream-light);padding:6rem 1.5rem;position:relative;overflow:hidden;width:100%}.about-content{display:flex;flex-direction:column-reverse;align-items:center;gap:4rem}.about-video-wrapper{position:relative;background-color:rgba(93,58,38,.1);border-radius:1rem;overflow:hidden;display:flex;align-items:center;justify-content:center;aspect-ratio:16/9;width:100%}.about-video-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:rgba(93,58,38,.2);font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.about-video{width:100%;height:100%;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);position:relative;z-index:10;object-fit:cover}.about-text{width:100%}.section-label{display:inline-block;font-family:var(--font-sans);color:var(--dourado);font-weight:700;text-transform:uppercase;letter-spacing:.4em;margin-bottom:1rem;font-size:.875rem}.section-title{font-family:var(--font-sans);font-weight:900;font-size:2.25rem;color:var(--marrom);line-height:1.15;text-transform:uppercase;margin-bottom:1.5rem;letter-spacing:-.05em}.about-description{color:rgba(93,58,38,.7);font-size:1.125rem;margin-bottom:2.5rem;max-width:28rem}.about-list-wrapper{border-left:4px solid var(--dourado);padding-left:2rem;padding-top:.5rem;padding-bottom:.5rem}.about-list{display:flex;flex-direction:column;gap:1rem}.about-list li{font-family:var(--font-sans);font-weight:800;color:var(--marrom);text-transform:uppercase;letter-spacing:.1em;font-size:1.125rem}.about-cta{margin-top:3rem}.about-cta .rt-btn{padding:1.5rem 3rem;font-size:.875rem;letter-spacing:.1em}.about-cta .rt-btn:hover{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.testimonials-section{background-color:var(--cream-light);padding:6rem 1.5rem;overflow:hidden}.testimonials-content{display:flex;flex-direction:column;align-items:center;gap:4rem}.testimonials-text{width:100%}.testimonials-quote{color:rgba(93,58,38,.8);font-size:1.25rem;font-weight:500;font-style:italic;margin-bottom:1.5rem}.testimonials-subtext{color:rgba(93,58,38,.6);font-size:1.125rem;margin-bottom:2.5rem}.testimonials-cta{display:flex;flex-direction:column;align-items:center;gap:2rem}.testimonials-cta .rt-btn{padding:1.25rem 2.5rem;font-size:.875rem;font-weight:700;letter-spacing:.1em}.testimonials-gallery{width:100%;margin-top:2.5rem}.testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.testimonial-card{aspect-ratio:4/5;border-radius:.75rem;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transition:transform .5s ease;background-color:rgba(93,58,38,.1)}.testimonial-card:hover{transform:scale(1.03)}.testimonial-card picture{width:100%;height:100%}.testimonial-card img{width:100%;height:100%;object-fit:cover}.process-section{background-color:var(--cream);padding:6rem 1.5rem;position:relative;overflow:hidden}.process-header{text-align:center;margin-bottom:5rem}.process-header .section-label{font-size:1rem}.process-grid{display:grid;grid-template-columns:1fr;gap:3rem}.process-step{display:flex;flex-direction:column;align-items:center;text-align:center}.process-step-icon{width:6rem;height:6rem;border-radius:9999px;background-color:var(--white);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;margin-bottom:2rem;border:1px solid rgba(93,58,38,.05);transition:transform .3s ease}.process-step:hover .process-step-icon{transform:scale(1.1)}.process-step h3{font-family:var(--font-sans);font-weight:900;color:var(--marrom);text-transform:uppercase;margin-bottom:1rem;letter-spacing:.1em;font-size:1.25rem}.process-step p{color:rgba(93,58,38,.8);font-size:1rem;font-weight:600;line-height:1.625;max-width:240px}.gallery-section{background-color:var(--marrom);padding:6rem 0;overflow:hidden;position:relative}.gallery-bg-pattern{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.05;pointer-events:none;background-image:url('https://cdn.prod.website-files.com/683948647d80a2f677804c9e/687ef753556c0738e4a9e52c_hero-bg-pattern-v2.png');background-repeat:repeat}.gallery-header{padding-left:1.5rem;padding-right:1.5rem;margin-bottom:4rem;text-align:center}.gallery-header-inner{max-width:36rem;margin:0 auto}.gallery-header .section-label{display:block}.gallery-header .section-title{color:var(--white);font-size:2.25rem}.gallery-grid{padding-left:1.5rem;padding-right:1.5rem;display:grid;grid-template-columns:1fr;gap:1.5rem;padding-bottom:3rem}.gallery-item{width:100%;transition:transform .3s ease}.gallery-item:hover{transform:scale(1.02)}.gallery-item-inner{border-radius:1.5rem;overflow:hidden;aspect-ratio:4/5;background-color:var(--marrom);position:relative;display:flex;align-items:center;justify-content:center}.gallery-item-inner picture{width:100%;height:100%;position:relative;z-index:10;display:block}.gallery-item-inner img{width:100%;height:100%;object-fit:cover}.cta-section{background-color:var(--cream-light);padding:5rem 1.5rem;position:relative;overflow:hidden}.cta-content{text-align:center;position:relative;z-index:10}.cta-title{font-family:var(--font-sans);font-weight:900;font-size:2.25rem;color:var(--marrom);text-transform:uppercase;letter-spacing:-.05em;margin-bottom:2rem;line-height:1.15}.cta-description{color:rgba(93,58,38,.7);font-size:1.125rem;margin-bottom:2.5rem;max-width:42rem;margin-left:auto;margin-right:auto;font-weight:500}.cta-button{padding:1.5rem 3rem;font-size:.875rem;font-weight:900;letter-spacing:.1em}.cta-button:hover{box-shadow:0 20px 40px rgba(93,58,38,.2)}.cta-button span{display:flex;align-items:center;gap:.75rem}.cta-decoration{position:absolute;bottom:-5rem;left:-5rem;width:20rem;height:20rem;background-color:rgba(177,138,72,.05);border-radius:9999px;filter:blur(100px)}.site-footer{background-color:var(--sepia);color:var(--cream-light);padding:4rem 1.5rem}.footer-content{display:flex;flex-direction:column;align-items:center;gap:3rem;text-align:center}.footer-left{display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:24rem}.footer-logo{height:5rem;filter:brightness(0) invert(1);opacity:.9}.footer-tagline{font-family:var(--font-serif);font-style:italic;font-size:1.25rem;color:rgba(177,138,72,.9)}.footer-instagram{display:flex;align-items:center;gap:.75rem;font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:.3em;transition:color .3s ease,background-color .3s ease,transform .3s ease;border:1px solid rgba(248,239,216,.1);padding:.75rem 1.5rem;border-radius:9999px}.footer-instagram:hover{color:var(--dourado);background-color:rgba(248,239,216,.05)}.footer-instagram svg{transition:transform .3s ease}.footer-instagram:hover svg{transform:scale(1.1)}.footer-right{display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:32rem}.footer-seo{font-size:11px;opacity:.5;line-height:1.625;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.footer-copyright-wrapper{display:flex;flex-direction:column;align-items:center;gap:.5rem}.footer-copyright{font-size:9px;opacity:.2;text-transform:uppercase;letter-spacing:.5em}.footer-developer{font-size:11px;opacity:.8;text-transform:uppercase;letter-spacing:.2em;margin-top:.5rem}.footer-developer a{font-weight:900;color:var(--dourado);transition:color .3s ease,text-shadow .3s ease}.footer-developer a:hover{color:var(--white);text-shadow:0 0 10px rgba(177,138,72,.8)}@media (min-width:768px){.hero-logo{width:12rem}.hero-title{font-size:3rem}.hero-image-wrapper{width:480px}.hero-cta-wrapper{flex-direction:row;width:auto}.about-video-wrapper{aspect-ratio:1/1}.section-title{font-size:3rem}.process-header .section-title{font-size:3.75rem}.process-grid{grid-template-columns:repeat(2,1fr)}.testimonials-grid{grid-template-columns:repeat(3,1fr)}.gallery-header .section-title{font-size:3.75rem}.gallery-grid{grid-template-columns:repeat(2,1fr)}.cta-title{font-size:3rem}.footer-content{flex-direction:row;justify-content:space-between;align-items:flex-start;text-align:left}.footer-left{align-items:flex-start}.footer-right{align-items:flex-end}.footer-seo{font-size:.75rem;text-align:right}.footer-copyright-wrapper{align-items:flex-end}.footer-copyright{text-align:right}.footer-developer{text-align:right}.footer-logo{height:6rem}}@media (min-width:640px){.hero-cta-wrapper{flex-direction:row;width:auto}.testimonials-cta{flex-direction:row}}@media (min-width:1024px){.hero{height:100vh;padding:0}.hero-content{flex-direction:row;align-items:center}.hero-left{width:50%;align-items:flex-start;text-align:left}.hero-logo{width:14rem;margin-bottom:2rem}.hero-title{font-size:3.75rem}.hero-description{font-size:1.125rem}.hero-right{width:50%;justify-content:center;margin-top:0;position:static}.hero-image-wrapper{position:absolute;right:-6rem;top:50%;transform:translateY(-50%);width:544px}.scroll-indicator{display:flex}.about-content{flex-direction:row-reverse;gap:4rem}.about-content>*{flex:1}.about-video-wrapper{width:50%;flex-shrink:0}.about-text{width:50%}.testimonials-content{flex-direction:row;align-items:center}.testimonials-text{width:40%;flex-shrink:0}.testimonials-gallery{width:60%;margin-top:0}.process-grid{grid-template-columns:repeat(3,1fr)}.gallery-grid{grid-template-columns:repeat(3,1fr)}.gallery-header{text-align:left}.gallery-header-inner{margin:0}.gallery-header-content{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;gap:2rem}}@media (min-width:1280px){.hero-title{font-size:4.5rem}.hero-title .br-xl{display:block}.hero-image-wrapper{right:-8rem;width:672px}}
