@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Open+Sans:wght@300;400;500;600&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}html{scroll-behavior:smooth}#root{min-height:100vh}body{background-color:#212121;color:#212529;line-height:1.6;background:linear-gradient(#1e1e1e80,#1e1e1e80),url(https://images.pexels.com/photos/22823/pexels-photo.jpg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2) no-repeat center center fixed;background-size:cover}a{color:#007bff;text-decoration:none}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,serif}span{font-size:1rem;color:#8b4513}a{text-decoration:none;color:#8b4513}.navbar{background-color:#fff;margin:0 auto;width:75vw;height:3rem;display:flex;position:fixed;top:1rem;left:50%;transform:translate(-50%);padding:1rem;z-index:1000;justify-content:space-between;align-items:center;border:1px solid rgb(229,231,235);border-radius:99rem;box-sizing:border-box;transition:width .5s ease}.navbar.navbar-scrolled{top:0;width:100vw;border-radius:0;height:3rem;background-color:#ffffffd9;left:0;transform:none;border:none;box-shadow:0 2px 12px #8b451312;transition:all .5s ease-in-out}.navbar-logo{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center}.navbar-logo-text{font-weight:500;color:#fff;letter-spacing:1px}.title-box{display:flex;align-items:center;justify-content:center;width:auto;gap:1rem}.title{color:#7b3a20;text-wrap:nowrap;font-weight:600}.menu{display:flex;align-items:center;justify-content:center;padding:1rem}.menu>li{color:#7b3a20;cursor:pointer}.menu>li:hover{transition:all .2s;font-weight:500;color:#d66814;cursor:pointer}ul{list-style:none;padding:0;margin:0;display:flex;gap:1.5rem}.navbar>li:hover{color:#7b3a20;background:#8b45131a;text-decoration:none;transition:color .2s;cursor:pointer}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;text-align:center;position:relative;padding:10rem 1rem 2rem}.hero-join-button{padding:.75rem 2rem;font-size:1rem;border-radius:30px;border:none;background:#fff;color:#222;font-weight:700;cursor:pointer;border:1px solid #7b3a20;transition:background .2s,color .2s}.hero-join-button:hover{background:#ca673a;color:#fff;border:1px solid #7b3a20}.hero-explore-button{padding:.75rem 2rem;font-size:1rem;border-radius:30px;border:1px solid #7b3a20;background:#7b3a20;color:#fff;font-weight:700;cursor:pointer;transition:background .2s,color .2s}.hero-explore-button:hover{background:#fff;color:#222}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem;letter-spacing:2px}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap;justify-content:center}.hero-scroll-down{background:none;border:none;cursor:pointer;position:absolute;bottom:3rem;left:50%;transform:translate(-50%);opacity:.8;transition:opacity .2s}.scroll-icon{margin:0 auto;width:2rem;filter:drop-shadow(0 2px 6px rgba(0,0,0,.3));animation:bounce 1.5s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}.about-section{padding-top:5rem;padding-bottom:5rem;background:#fff}.about-container{max-width:1200px;margin:0 auto;padding-left:1rem;padding-right:1rem}.about-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width: 768px){.about-grid{grid-template-columns:1fr 1fr}.about-content{order:1}.about-image-wrapper{order:2}}.about-content{order:1}.about-title{font-size:2.25rem;font-weight:700;margin-bottom:1.5rem}.about-paragraph{margin-bottom:1.5rem;font-size:1.125rem;text-align:justify;color:#333}.about-image-wrapper{position:relative;order:2}.about-image-container{position:relative;height:20rem;overflow:hidden;border-radius:.75rem;box-shadow:0 10px 25px #0000001a}@media (min-width: 768px){.about-image-container{height:28rem}}.about-image{width:100%;height:100%;object-fit:cover}.about-image-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#7b3a20,transparent)}.about-experience-badge{position:absolute;bottom:-1.5rem;left:-1.5rem;width:8rem;height:8rem;background:#f59e42;border-radius:.75rem;box-shadow:0 4px 20px #00000026;display:none;align-items:center;justify-content:center}@media (min-width: 768px){.about-experience-badge{display:flex}}.about-experience-text{color:#fff;font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:600;text-align:center}.classes-section{padding:5rem 0;background:#f7ede2}.classes-container{max-width:75rem;margin:0 auto;padding:0 1.5rem}.classes-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#8b4513}.classes-description{text-align:center;font-size:1.125rem;max-width:600px;margin:0 auto 3rem;color:#6b4f36}.classes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.class-card-title{font-size:1.25rem;font-weight:600;color:sienna;overflow:hidden;text-overflow:ellipsis}.class-card{background:#fffc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:1rem;padding:1rem;box-shadow:0 2px 8px #8b451314;height:auto;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;transition:transform .2s,box-shadow .2s;cursor:default;min-width:0;word-break:break-word}.class-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #8b451326}.class-card-header{display:flex;align-items:center;margin-bottom:1rem;flex-shrink:0}.class-card-icon{width:3rem;height:3rem;border-radius:9999px;background:transparent;display:flex;align-items:center;justify-content:center;margin-right:1rem;flex-shrink:0}.class-svg{width:1.5rem;height:1.5rem;color:#8b4513}.class-card-title{font-size:1.25rem;font-weight:600;color:sienna;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.class-card-time{color:#6b4f36}.class-features{list-style:none;padding:0;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.5rem}.class-feature{display:flex;align-items:center;font-size:1rem;color:#5c4033;white-space:wrap;overflow:hidden;text-overflow:ellipsis;width:100%}.feature-svg{width:1.25rem;height:1.25rem;color:#f59e42;margin-right:.5rem;flex-shrink:0}.class-btn{width:100%;padding:.75rem 0;background:sienna;color:#fff;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:background .2s;margin-top:auto}.class-btn:hover{background:#8b4513}.location-card{background:#fffaf3;border-radius:1rem;box-shadow:0 2px 16px #8b451314;overflow:hidden}.location-content{padding:1.5rem}.location-title{font-size:1.5rem;font-weight:600;color:sienna;margin-bottom:1rem}.location-description{margin-bottom:1rem;color:#6b4f36}.location-link{display:inline-flex;align-items:center;color:sienna;text-decoration:none;font-weight:500;transition:color .2s}.location-link:hover{color:#8b4513}.location-svg{width:1.25rem;height:1.25rem;margin-right:.5rem;color:sienna}.location-map{width:100%;height:20rem}.map-iframe{width:100%;height:100%;border:0;display:block}.gallery-section{text-align:center;padding:4rem 1rem;background:#f5f5f5}.gallery-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:#000}.gallery{position:relative;width:100%;max-width:900px;margin:0 auto}.image-box{width:100%;overflow:hidden;height:auto}.slide-track{display:flex;transition:transform .6s ease-in-out;width:100%}.slide{min-width:100%;max-height:500px;object-fit:contain;border-radius:.5rem}.arrow{position:absolute;top:50%;transform:translateY(-50%);background:transparent;border:none;z-index:2;cursor:pointer;padding:0}.arrow svg{width:2rem;height:2rem;fill:#000}.arrow-left{left:1rem}.arrow-right{right:1rem}.indicators{display:flex;justify-content:center;align-items:center;margin-top:1rem}.indicator{background-color:#fff;height:.6rem;width:.6rem;border-radius:50%;border:none;box-shadow:0 0 5px #555;margin:0 .3rem;cursor:pointer}.indicator-inactive{background-color:gray}@media (max-width: 768px){.gallery-title{font-size:2rem}.slide{max-height:350px}.arrow svg{width:1.8rem;height:1.8rem}}@media (max-width: 480px){.gallery-title{font-size:1.6rem}.slide{max-height:250px}.arrow svg{fill:#fff!important;width:1.5rem;height:1.5rem}.indicator{width:.5rem;height:.5rem}}.card{columns:2 12rem;gap:1rem}.card img{width:100%;border-radius:1rem;margin-bottom:1rem}.card img:hover{transform:scale(1.01);cursor:pointer;transition:transform .2s ease-in-out}.contact-section{padding:5rem 0;background:#f8f8f8}.contact-container{max-width:1100px;margin:0 auto;padding:0 1rem}.contact-title{text-align:center;font-size:2.5rem;font-weight:700}.contact-desc{text-align:center;font-size:1.125rem;max-width:600px;margin:0 auto 3rem}.contact-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width: 768px){.contact-grid{grid-template-columns:1fr 1fr}}.contact-card{background:#fff;border-radius:1rem;box-shadow:0 2px 16px #00000012;padding:2rem}.contact-heading{font-size:1.5rem;font-weight:600;color:#b87333;margin-bottom:1.5rem}.contact-list{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;align-items:flex-start}.contact-icon{width:2.5rem;height:2.5rem;border-radius:9999px;background:#b873331a;display:flex;align-items:center;justify-content:center;margin-right:1rem;margin-top:.25rem}.icon-svg{width:1.25rem;height:1.25rem;color:#b87333}.contact-label{font-weight:600;color:#6d4c41;margin-bottom:.25rem}.contact-link{color:#b87333;text-decoration:none;transition:color .2s}.contact-link:hover{color:#8d5524}.phone-link{margin-right:.5rem}.whatsapp-link .icon-svg{color:#25d366}.contact-phone-row{display:flex;align-items:center}.form-group{margin-bottom:1rem}.form-label{display:block;color:#6d4c41;margin-bottom:.5rem}.form-input{width:100%;padding:.5rem 1rem;border:1px solid #ddd;border-radius:.375rem;font-size:1rem;outline:none;transition:border .2s,box-shadow .2s}.form-input:focus{border-color:#b87333;box-shadow:0 0 0 2px #b8733340}.form-btn{width:100%;background:#b87333;color:#fff;font-weight:600;padding:.75rem 0;border:none;border-radius:.375rem;cursor:pointer;transition:background .2s}.form-btn:hover{background:#8d5524}.footer{background:#222;color:#f5f5f5;padding:2rem 0 0;font-size:16px}.footer-container{display:flex;justify-content:space-between;max-width:100vw;margin:0 auto;padding:0 5rem}.footer-logo-row{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.footer-logo-circle{width:2rem;height:2rem;background:#fff;color:#222;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem}.footer-logo-text{font-family:Montserrat,sans-serif;letter-spacing:1px}.footer-title{font-size:1.25rem;font-weight:600}.footer-desc{text-align:justify;margin-bottom:1rem;color:#ccc;max-width:320px}.footer-socials{display:flex;flex-direction:column;gap:1rem}.footer-social-links{display:flex;gap:1rem}.footer-social-btn{display:flex;align-items:center;justify-content:center;background:#333;border-radius:50%;width:40px;height:40px;color:#fff;transition:background .2s;text-decoration:none}.footer-social-btn:hover{background:#555}.footer-social-icon{width:24px;height:24px}.footer-link{color:#f5f5f5;text-decoration:none;display:block;margin-bottom:8px;transition:color .2s}.footer-link:hover{color:#ffb347}.footer-hours{list-style:none;padding:0;margin:0}.footer-hours-row{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:8px;color:#ccc}.footer-hours-row span{color:#ffb347}.footer-infosection{display:flex;flex-direction:column;gap:16px}.footer-bottom{border-top:1px solid #333;margin-top:36px;padding:18px 0;text-align:center;color:#aaa;font-size:.95rem}@media (max-width: 900px){.footer-grid{flex-direction:column;gap:32px}.footer-container{padding:0 5rem}}.products-section{padding:5rem 0;background:#fff}.products-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.products-header{text-align:center;margin-bottom:2rem}.products-title{font-size:2.5rem;font-weight:700;color:#2d2a2a;margin-bottom:.5rem}.products-description{font-size:1.125rem;color:#5c4a3c;max-width:600px;margin:0 auto 2rem}.products-nav{display:flex;justify-content:center;margin-bottom:3rem}.products-categories{display:flex;gap:.5rem;background:#f3f3f3;border-radius:99rem;padding:.25rem;list-style:none}.products-category-btn{padding:.5rem 1.5rem;border:none;background:none;color:#5c4a3c;border-radius:99rem;font-size:1rem;cursor:pointer;transition:background .2s,color .2s}.products-category-btn.active,.products-category-btn:hover{background:#a28466;color:#fff}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.product-card{background:#fff;border-radius:1rem;box-shadow:0 2px 8px #2c251d12;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s}.product-card:hover{box-shadow:0 6px 24px #2c251d21}.product-image-wrapper{position:relative;height:16rem;overflow:hidden}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .5s;display:block}.product-card:hover .product-image{transform:scale(1.05)}.product-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(141,112,83,.25),transparent);opacity:0;transition:opacity .3s}.product-card:hover .product-image-overlay{opacity:1}.product-info{padding:1.25rem;flex:1;display:flex;flex-direction:column}.product-name{font-size:1.25rem;font-weight:600;color:#a67c52;margin-bottom:.5rem}.product-description{color:#5c4a3c;margin-bottom:1rem;flex:1}.product-meta{display:flex;justify-content:space-between;align-items:center}.product-category{background:#a67c521a;color:#a67c52;font-size:.95rem;padding:.25rem 1rem;border-radius:999px}.product-inquire-btn{background:none;color:#a67c52;border:none;font-weight:500;cursor:pointer;transition:color .2s}.product-inquire-btn:hover{color:#7c5a36}.products-footer{text-align:center;margin-top:3rem}.products-footer-text{font-size:1.125rem;margin-bottom:1rem}.products-contact-btn{background:#a67c52;color:#fff;padding:.75rem 2rem;border:none;border-radius:99rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .2s}.products-contact-btn:hover{background:#7c5a36}.menu-toggle{position:fixed;right:1rem;display:none;background:none;-webkit-tap-highlight-color:transparent;border:none;cursor:pointer;margin-left:1rem;z-index:9999}.sidebar{position:fixed;top:0;right:0;width:250px;height:100vh;background-color:#fff8f0;box-shadow:-2px 0 8px #0000001a;display:none;flex-direction:column;padding:2rem 1rem;gap:1.2rem;z-index:1000;transition:transform .3s ease-in-out}.sidebar.closed{transform:translate(100%)}.sidebar.open{transform:translate(0)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 900px){.navbar{top:0;width:100%;left:0;transform:none;border-radius:0;background-color:#ffffffd9;box-shadow:none;padding:1rem;justify-content:space-between}.navbar{top:0;width:100vw;border-radius:0;height:3rem;background-color:#ffffffd9;left:0;transform:none;border:none;box-shadow:0 2px 12px #8b451312}.navbar ul{align-items:flex-start;color:#7b3a20;background-color:#ffffff80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.menu{display:none}.menu-toggle{display:block}.hideOnMobile{display:none}.sidebar{display:flex}}@media (min-width: 901px){.sidebar,.sidebar-overlay{display:none}}@media (max-width: 400px){.products-categories{flex-direction:column;align-items:center;border-radius:1rem}.footer-links{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.footer-container{flex-direction:column;padding:2rem 1rem;align-items:flex-start}}@media (max-width: 399px){.navbar{padding:.5rem;height:3rem}.title{font-size:1.1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem;padding:0 .25rem}.hero-buttons{flex-direction:column;gap:.5rem}.hero-join-button,.hero-explore-button{font-size:.95rem;padding:.5rem 1rem}.about-title{font-size:1.5rem}.about-paragraph{text-align:justify;font-size:1rem}.about-image-container{height:10rem}.about-experience-badge{width:5rem;height:5rem;font-size:.9rem;left:0rem;bottom:0rem}.classes-title,.gallery-title,.products-title,.contact-title{font-size:1.5rem}.classes-description,.products-description,.contact-desc{font-size:1rem;padding:0 .25rem}.classes-grid,.products-grid{padding:0 .5rem;grid-template-columns:1fr;gap:1rem}.class-card,.product-card{padding:1rem}.class-card-title,.product-name{font-size:1rem}.class-card-icon{width:2rem;height:2rem}.gallery-container{width:80vw;padding:0}.card{columns:1 10rem;gap:.5rem}.card img{border-radius:.5rem;margin-bottom:.5rem}.contact-container,.about-container,.products-container,.classes-container{padding-left:.5rem;padding-right:.5rem;text-align:justify}.contact-card{padding:1rem}.contact-heading{font-size:1.1rem}.footer{font-size:.9rem;padding:0}.footer-logo-circle{width:2rem;height:2rem;font-size:1rem}.footer-title{font-size:1rem}.footer-desc{font-size:.95rem;text-align:justify}.footer-social-btn{width:32px;height:32px}.footer-social-icon{width:16px;height:16px}.footer-bottom{font-size:.8rem;padding:10px 0}.products-category-btn{font-size:1rem;padding:.4rem 1rem}.product-info{padding:.75rem}.product-description{font-size:.95rem}.product-meta{align-items:flex-start;gap:.25rem}.product-category{font-size:.85rem;padding:.25rem .75rem}.products-contact-btn{font-size:1rem;padding:.5rem 1.2rem}.location-card{border-radius:.5rem}.location-content{padding:1rem}.location-title{font-size:1.1rem}.form-btn{font-size:1rem;padding:.5rem 0}.form-input{font-size:.95rem;padding:.4rem .75rem}.sidebar{width:60vw;padding:2rem 1rem;gap:1.2rem}.sidebar ul{flex-direction:column;align-items:flex-start;width:100%}.sidebar li{width:100%;padding:.5rem 1rem;text-align:left;font-size:1rem;color:#7b3a20}.sidebar li:hover{background:#8b45131a;color:#d66814}.contact-card{width:auto}.contact-list{text-wrap:wrap}.contact-item{flex-direction:column;align-items:flex-start;gap:.25rem}.contact-label{margin-bottom:.1rem}.contact-icon{margin-bottom:.25rem;margin-right:0}.contact-phone-row{flex-direction:column;align-items:flex-start;gap:.2rem}}
