@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400&family=Source+Serif+Pro:wght@400&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{background:#f4f3f0;left:0;padding:.5rem 0;position:fixed;right:0;top:0;z-index:1000}.header .container{align-items:center;display:flex;margin:0 auto;max-width:1200px;padding:0 2rem}.nav{margin-left:auto;margin-right:1.5rem}.logo h1{color:#3a5f56;cursor:pointer;font-family:"Source Serif Pro",serif;font-size:2.5rem;font-weight:bolder;margin:0;transition:all .3s ease}.logo h1:hover{color:#2d4a42;transform:scale(1.05)}.nav ul{display:flex;gap:2.5rem;list-style:none;margin:0;padding:0}.nav a{color:#3a5f56;font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;text-decoration:none;transition:color .3s ease}.nav a:hover{color:#2d4a42}.cart-btn{align-items:center;background:#3a5f56;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-family:Roboto,sans-serif;font-weight:400;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.cart-btn:hover{background:#2d4a42;transform:translateY(-1px)}.cart-btn svg{color:currentColor;height:16px;width:16px}.cart-count{align-items:center;background:#fff;border-radius:50%;color:#3a5f56;display:flex;font-size:.8rem;font-weight:500;height:20px;justify-content:center;min-width:20px}.menu-toggle{background:none;border:none;border-radius:4px;cursor:pointer;display:none;margin-left:.5rem;padding:.5rem;transition:background-color .3s ease}.menu-toggle:hover{background-color:#3a5f561a}.hamburger{height:18px;position:relative;transform:rotate(0deg);transition:.5s ease-in-out;width:24px}.hamburger span{background:#3a5f56;border-radius:3px;display:block;height:3px;left:0;opacity:1;position:absolute;transform:rotate(0deg);transition:.25s ease-in-out;width:100%}.hamburger span:first-child{top:0}.hamburger span:nth-child(2){top:7px}.hamburger span:nth-child(3){top:14px}.menu-toggle.open .hamburger span:first-child{top:7px;transform:rotate(135deg)}.menu-toggle.open .hamburger span:nth-child(2){left:-60px;opacity:0}.menu-toggle.open .hamburger span:nth-child(3){top:7px;transform:rotate(-135deg)}.menu-overlay{background:#00000080;bottom:0;display:none;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .3s ease;z-index:998}.menu-overlay.open{display:block;opacity:1}@media (max-width:768px){.header .container{justify-content:space-between;padding:0 1rem}.logo h1{font-size:1.8rem}.menu-toggle{display:block}.nav{background:#f4f3f0;box-shadow:0 2px 10px #0000001a;left:0;margin:0;opacity:0;padding:1rem 0;position:fixed;right:0;top:70px;transform:translateY(-100%);transition:all .3s ease;visibility:hidden;z-index:999}.nav.open{opacity:1;transform:translateY(0);visibility:visible}.nav ul{flex-direction:column;gap:0;padding:0 2rem}.nav li{border-bottom:1px solid #e0e0e0}.nav li:last-child{border-bottom:none}.nav a{color:#3a5f56;display:block;font-size:1.1rem;padding:1rem 0}.nav a:hover{background:#3a5f560d;color:#2d4a42}.mobile-actions{align-items:center;display:flex;gap:.5rem}.cart-btn{font-size:.9rem;padding:.5rem 1rem}.cart-btn svg{height:14px;width:14px}.cart-btn span:not(.cart-count){display:none}}.hero{align-items:center;background:#f4f3f0;display:flex;min-height:100vh;overflow:hidden;padding-top:80px;position:relative}.hero:before{background:radial-gradient(circle at top right,#3a5f568c 0,#3a5f5600 70%);right:0;top:0}.hero:after,.hero:before{content:"";height:400px;pointer-events:none;position:absolute;width:400px;z-index:3}.hero:after{background:radial-gradient(circle at bottom left,#b87d5859 0,#b87d5800 65%);bottom:0;left:0}.hero .container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:2}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.hero-text h1{color:#3a5f56;font-family:"Source Serif Pro",serif;font-size:3.1rem;font-weight:400;line-height:1.2;margin-bottom:1.5rem}.hero-text p{color:#292c32;font-family:Roboto,sans-serif;font-size:1rem;line-height:1.6;margin-bottom:2rem}.cta-button{background:#3a5f56;border:none;border-radius:6px;box-shadow:0 4px 15px #3a5f564d;color:#fff;cursor:pointer;font-size:1rem;font-weight:400;padding:1rem 2rem;transition:all .3s ease}.cta-button:hover{background:#2d4a42;box-shadow:0 6px 20px #3a5f5666;transform:translateY(-2px)}.hero-image{position:relative;z-index:2}.hero-image img{border-radius:24px;box-shadow:0 20px 40px #0000001a;height:auto;width:100%}.hero-text h1{animation:fadeInLeft 1s ease-out .3s both;position:relative}.hero-text p{animation:fadeInLeft .8s ease-out .8s both}.cta-button{animation:fadeInLeft .8s ease-out 1.2s both;overflow:hidden;position:relative}.cta-button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.cta-button:hover:before{left:100%}.hero-image{animation:fadeInRight 1s ease-out .5s both}.hero-image img{animation:float 6s ease-in-out infinite;transition:all .5s ease}.hero-image:hover img{transform:scale(1.02) rotate(1deg)}@keyframes floatGradient1{0%,to{opacity:1;transform:translate(0) scale(1)}33%{opacity:.8;transform:translate(-20px,-30px) scale(1.1)}66%{opacity:1;transform:translate(20px,30px) scale(.9)}}@keyframes floatGradient2{0%,to{opacity:.9;transform:translate(0) scale(1)}25%{opacity:1;transform:translate(30px,-20px) scale(1.2)}75%{opacity:.7;transform:translate(-30px,20px) scale(.8)}}@media (max-width:768px){.hero-content{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-text h1{font-size:2.5rem}.hero:after,.hero:before{height:300px;width:300px}}.services{background:#fff;padding:6rem 0;position:relative}.services:before{background:radial-gradient(circle at bottom left,#3a5f5678 0,#3a5f5600 70%);bottom:0;content:"";height:400px;left:0;pointer-events:none;position:absolute;width:400px;z-index:3}.services .container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:2}.section-divider{margin-bottom:1rem;text-align:center}.divider-svg{height:19px;width:160px}.services h2{color:#3a5f56;font-family:"Source Serif Pro",serif;font-size:2rem;font-weight:400;line-height:1.2;margin-bottom:1rem;text-align:center}.services-description{color:#666;font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.4;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.service-card{background:#f4f3f0;border-radius:16px;box-shadow:0 5px 20px #00000014;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{box-shadow:0 10px 30px #00000026;transform:translateY(-5px)}.service-icon-wrapper{background:#3a5f561a;border-radius:50%;height:48px;margin-bottom:1.5rem;width:48px}.service-icon,.service-icon-wrapper{align-items:center;display:flex;justify-content:center}.service-icon{color:#3a5f56;font-size:28px;height:24px;width:24px}.service-card h3{color:#3a5f56;font-family:"Source Serif Pro",serif;font-size:1.3rem;font-weight:400;line-height:1.2;margin-bottom:1rem}.service-card p{color:#666;font-size:1rem;margin-bottom:1.5rem}.read-more,.service-card p{font-family:Roboto,sans-serif;font-weight:400;line-height:1.4}.read-more{color:#3a5f56;font-size:1.0625rem;text-decoration:none;transition:color .3s ease}.read-more:hover{color:#2d4940}.services h2{animation:fadeInUp .8s ease-out both}.services-description{animation:fadeInUp .8s ease-out .2s both}.service-card{animation:fadeInUp .6s ease-out both;transition:all .3s cubic-bezier(.4,0,.2,1)}.service-card:first-child{animation-delay:.1s}.service-card:nth-child(2){animation-delay:.2s}.service-card:nth-child(3){animation-delay:.3s}.service-card:nth-child(4){animation-delay:.4s}.service-card:nth-child(5){animation-delay:.5s}.service-card:nth-child(6){animation-delay:.6s}.service-card:nth-child(7){animation-delay:.7s}.service-card:hover{box-shadow:0 15px 40px #0003;transform:translateY(-10px) scale(1.02)}.service-icon-wrapper{transition:all .4s cubic-bezier(.4,0,.2,1)}.service-card:hover .service-icon-wrapper{background:#3a5f5633;transform:scale(1.1) rotate(5deg)}.service-icon{transition:all .3s ease}.service-card:hover .service-icon{color:#2d4940;transform:scale(1.1)}.read-more{position:relative;transition:all .3s ease}.read-more:after{background:linear-gradient(90deg,#3a5f56,#2d4940);bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.read-more:hover:after{width:100%}@media (max-width:768px){.services:before{height:300px;width:300px}.services-grid{grid-template-columns:1fr}.services{padding:4rem 0}.services h2{font-size:1.75rem}.services-description{font-size:.9rem}.service-card h3{font-size:1.2rem}.service-card p{font-size:.9rem}}.preset-store{background:#f4f3f0;color:#3a5f56;padding:6rem 0;position:relative}.preset-store:before{background:radial-gradient(circle at bottom right,#db343b5e 0,#db343b00 60%);bottom:0;content:"";height:400px;pointer-events:none;position:absolute;right:0;width:400px;z-index:3}.preset-store .container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:1}.preset-store .section-divider{margin-bottom:1rem;text-align:center}.preset-store .divider-svg{height:19px;width:160px}.preset-store h2{color:#db343b;font-family:"Source Serif Pro",serif;font-size:2rem;font-weight:400;line-height:2.4rem;margin-bottom:1rem;text-align:center}.preset-store-description{color:#3a5f56;font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.4rem;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.presets-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:3rem}.preset-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border-radius:0 0 20px 20px;box-shadow:0 5px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.preset-card:hover{box-shadow:0 10px 30px #00000026;transform:translateY(-5px)}.preset-image img{height:200px;object-fit:cover;width:100%}.preset-content{padding:1.5rem}.preset-content h3{color:#3a5f56;font-family:"Source Serif Pro",serif;font-size:1.3rem;font-weight:400;line-height:1.2;margin-bottom:1rem}.preset-content p{color:#3a5f56;font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.4;opacity:.8}.store-cta{text-align:center}.preset-store-btn{background:none;border:none;color:#3a5f56;cursor:pointer;font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;padding:0;text-decoration:none;transition:color .3s ease}.preset-store-btn:hover{color:#2d4940}.preset-store h2{animation:fadeInUp .8s ease-out both}.preset-store-description{animation:fadeInUp .8s ease-out .2s both}.preset-card{animation:fadeInScale .6s ease-out both;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.preset-card:first-child{animation-delay:.1s}.preset-card:nth-child(2){animation-delay:.3s}.preset-card:nth-child(3){animation-delay:.5s}.preset-card:hover{transform:translateY(-10px) scale(1.03)}.preset-image{overflow:hidden}.preset-image img{transition:all .5s cubic-bezier(.4,0,.2,1)}.preset-card:hover .preset-image img{filter:brightness(1.1);transform:scale(1.1)}.preset-content{position:relative}.preset-content:before{background:linear-gradient(90deg,#db343b,#ff6b6b);content:"";height:3px;left:0;position:absolute;top:0;transition:width .5s ease;width:0}.preset-card:hover .preset-content:before{width:100%}.store-cta{animation:fadeInUp .8s ease-out .7s both}.preset-store-btn{position:relative;transition:all .3s ease}.preset-store-btn:hover{transform:translateX(10px)}@media (max-width:768px){.presets-grid{grid-template-columns:1fr}.preset-store{padding:4rem 0}.preset-store h2{font-size:1.75rem}.preset-store-description{font-size:.9rem}.preset-content h3{font-size:1.2rem}.preset-content p{font-size:.9rem}}.contact{background:#ffffffe6;overflow:hidden;padding:6rem 0;position:relative}.contact:before{background:radial-gradient(circle at 20% 140%,#b87d5859 0,#b87d5800 35%);content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:3}.contact .container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:1}.contact-content{align-items:center;display:flex;justify-content:center;min-height:200px}.contact-card{grid-gap:4rem;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f4f3f0;border-radius:16px;box-shadow:0 10px 30px #0000001a;display:grid;gap:4rem;grid-template-columns:2fr 1fr;max-width:800px;padding:3rem 4rem;width:100%}.contact-text h2{color:#292c32;font-family:Roboto,sans-serif;font-size:1.8rem;font-weight:400;line-height:1.3;margin:0}.contact-action{display:flex;justify-content:flex-end}.contact-btn{background:#3a5f56;border:none;border-radius:6px;box-shadow:0 4px 15px #3a5f5633;color:#fff;cursor:pointer;font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;padding:1rem 2rem;transition:all .3s ease}.contact-btn:hover{background:#2d4940;box-shadow:0 6px 20px #3a5f564d;transform:translateY(-2px)}.contact-card{animation:fadeInScale 1s ease-out both;transition:all .4s cubic-bezier(.4,0,.2,1)}.contact-card:hover{box-shadow:0 20px 50px #00000026;transform:translateY(-5px) scale(1.02)}.contact-text h2{animation:fadeInUp .8s ease-out .3s both}.contact-btn{animation:fadeInRight .8s ease-out .5s both;overflow:hidden;position:relative}.contact-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.contact-btn:hover:before{left:100%}@media (max-width:768px){.contact{padding:4rem 0}.contact-card{gap:2rem;grid-template-columns:1fr;margin:0 1rem;padding:2rem;text-align:center}.contact-text h2{font-size:1.8rem}.contact-action{justify-content:center}}.footer{background:#292c32;color:#fff;font-family:Roboto,sans-serif;padding:3rem 0 1.5rem}.footer-brand{margin-bottom:2rem;text-align:center}.footer-brand h3{color:#fff;font-family:serif;font-size:3.5rem;font-weight:700;margin:0}.footer-content{display:flex;flex-direction:column;gap:2rem}.footer-links{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,auto)}.footer-links>div{max-width:500px}.footer-secondary{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 2fr}.footer-column h4{color:#b87d58;font-size:11px;font-weight:600;letter-spacing:1px;margin-bottom:1rem;text-transform:uppercase}.footer-column ul{list-style:none;margin:0;padding:0}.footer-column li{margin-bottom:.5rem}.footer-column a{color:#fff;font-size:14px;font-weight:400;line-height:1.4;text-decoration:none;transition:color .3s ease}.footer-column a:hover{color:#b87d58}.newsletter-column p{font-size:14px;line-height:1.6;margin-bottom:1.2rem}.subscribe-form{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;display:flex;overflow:hidden}.subscribe-form input{background:#fff;border:none;color:#333;flex:1 1;font-family:inherit;font-size:14px;outline:none;padding:.8rem 1.2rem}.subscribe-form input::placeholder{color:#999}.subscribe-form button{background:#333;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;margin:8px 10px 7px 0;padding:.7rem 1.2rem;transition:background .3s ease;white-space:nowrap}.subscribe-form button:hover{background:#1f2227}.footer-bottom{align-items:center;display:flex;justify-content:space-between;margin-top:2rem;padding-top:1.5rem}.footer-bottom p{font-size:14px;margin:0}.webflow{color:#fff}.social-links{display:flex;gap:.8rem}.social-links a{align-items:center;border-radius:50%;color:#c4c4c4;display:flex;height:36px;justify-content:center;text-decoration:none;transition:all .3s ease;width:36px}.social-links a:hover{background:#ffffff1a;color:#fff}.footer-column{animation:fadeInUp .6s ease-out both}.footer-column:first-child{animation-delay:.1s}.footer-column:nth-child(2){animation-delay:.2s}.footer-column:nth-child(3){animation-delay:.3s}.footer-column:nth-child(4){animation-delay:.4s}.footer-column:nth-child(5){animation-delay:.5s}.footer-column:nth-child(6){animation-delay:.6s}.subscribe-form{transition:all .3s ease}.subscribe-form:focus-within{box-shadow:0 5px 20px #0003;transform:scale(1.02)}.subscribe-form button{transition:all .3s cubic-bezier(.4,0,.2,1)}.subscribe-form button:hover{transform:scale(1.05)}.social-links a{transition:all .3s cubic-bezier(.4,0,.2,1)}.social-links a:hover{transform:translateY(-3px) scale(1.1)}@media (max-width:1024px){.footer-links{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.footer-secondary{gap:1.5rem;grid-template-columns:1fr}}@media (max-width:768px){.footer-links,.footer-secondary{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-brand h3{font-size:2rem}.subscribe-form{max-width:100%}}@media (max-width:480px){.container{padding:0 1rem}.footer-brand h3{font-size:1.8rem}.footer{padding:2rem 0 1rem}}.authorinfo{background:#292c32;border-top:1px solid #ffffff1a;color:#fff;font-family:Roboto,sans-serif;padding:1.5rem 0 0}.authorinfo .container{margin:0 auto;max-width:1200px;padding:0 2rem}.author-content{align-items:center;display:flex;justify-content:space-between;padding:1rem 0}.author-name{font-size:14px;font-weight:400;margin:0}.author-name strong{color:#b87d58;font-weight:600}.author-links{display:flex;gap:2rem}.authorinfo a{color:#fff;font-size:14px;font-weight:400;line-height:1.4;position:relative;text-decoration:none;transition:color .3s ease}.authorinfo a:hover{color:#b87d58}.authorinfo a:after{background-color:#b87d58;bottom:-2px;content:"";height:1px;left:0;position:absolute;transition:width .3s ease;width:0}.authorinfo a:hover:after{width:100%}.author-divider{background:#ffffff1a;height:1px;margin-top:1.5rem}.authorinfo{animation:fadeInUp .8s ease-out both}.author-content{animation:fadeInUp .6s ease-out .2s both}@media (max-width:768px){.author-content{align-items:center;flex-direction:column;gap:1rem;text-align:center}.author-links{gap:1.5rem}}@media (max-width:480px){.authorinfo .container{padding:0 1rem}.author-links{flex-direction:column;gap:1rem}.author-content{padding:.8rem 0}}*{backface-visibility:hidden;-webkit-backface-visibility:hidden;box-sizing:border-box;margin:0;padding:0}.App{color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6}body{overflow-x:hidden}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:2.5rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:2.5rem}@media (max-width:768px){.container{padding:0 1rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulseGlow{0%,to{box-shadow:0 4px 15px #3a5f5633}50%{box-shadow:0 6px 25px #3a5f5666}}@keyframes typewriter{0%{width:0}to{width:100%}}@keyframes blinkCursor{0%,to{border-color:#0000}50%{border-color:#3a5f56}}.scroll-animate{opacity:0;transform:translateY(30px);transition:all .6s cubic-bezier(.4,0,.2,1)}.scroll-animate.animate{opacity:1;transform:translateY(0)}[role=button],a,button,input{transition:all .3s cubic-bezier(.4,0,.2,1)}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=main.2536854a.css.map*/