:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.6;font-weight:400;color:#2c1810;background-color:#faf8f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary-color: #8B4513;--secondary-color: #A0522D;--accent-color: #CD853F;--light-brown: #DEB887;--cream: #FFF8DC;--warm-white: #FAF8F5;--dark-brown: #5D2E0A;--text-primary: #2c1810;--text-secondary: #5D2E0A}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;font-family:inherit}#root{min-height:100vh}a{text-decoration:none;color:inherit}a:hover{text-decoration:underline}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:all .25s ease}button:focus,button:focus-visible{outline:2px solid #646cff;outline-offset:2px}input,textarea{font-family:inherit}h1,h2,h3,h4,h5,h6{line-height:1.2;margin:0}p{margin:0}ul,ol{margin:0;padding:0}.navbar{background:linear-gradient(135deg,#8b4513,#5d2e0a);padding:1rem 0;box-shadow:0 4px 8px #8b45134d}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{color:#fff8dc;text-decoration:none;font-size:1.8rem;font-weight:700;display:flex;align-items:center;gap:.75rem}.nav-logo:hover{color:#deb887}.logo-image{height:40px;width:40px;object-fit:cover;border-radius:50%;border:2px solid #FFF8DC;transition:border-color .3s ease}.nav-logo:hover .logo-image{border-color:#deb887}.logo-text{color:inherit}.nav-menu{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav-link{color:#fff8dc;text-decoration:none;font-size:1.1rem;transition:color .3s ease}.nav-link:hover{color:#deb887}@media (max-width: 768px){.nav-container{flex-direction:column;gap:1rem}.nav-menu{gap:1rem}.nav-logo{font-size:1.5rem}.logo-image{height:35px;width:35px}}.footer{background:linear-gradient(135deg,#5d2e0a,#8b4513);color:#fff8dc;padding:2rem 0 1rem;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#deb887}.footer-section p{margin:.5rem 0;line-height:1.6}.footer-bottom{border-top:1px solid rgba(222,184,135,.3);padding-top:1rem;text-align:center}.footer-bottom a{color:#deb887;text-decoration:none;transition:color .3s ease;margin:0 5px}.footer-bottom a:hover{color:#fff8dc;text-decoration:underline}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;text-align:center}}.home{min-height:100vh}.hero{background:linear-gradient(135deg,#8b4513,peru,#deb887);color:#fff;padding:4rem 2rem;text-align:center;min-height:60vh;display:flex;align-items:center;justify-content:center}.hero-content h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.hero-logo{margin-bottom:2rem}.hero-logo-image{height:120px;width:120px;object-fit:cover;border-radius:50%;border:4px solid rgba(255,255,255,.3);box-shadow:0 8px 32px #0003;transition:transform .3s ease,box-shadow .3s ease}.hero-logo-image:hover{transform:scale(1.05);box-shadow:0 12px 40px #0000004d}.slider-section{padding:2rem 0;background-color:#faf8f5;overflow:hidden}.hero-content p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-top:1rem}.btn{padding:1rem 2.5rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-transform:uppercase;letter-spacing:.5px;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn:hover:before{left:100%}.btn-primary{background:linear-gradient(135deg,#8b4513,sienna);color:#fff;box-shadow:0 4px 15px #8b45134d}.btn-primary:hover{background:linear-gradient(135deg,sienna,#8b4513);transform:translateY(-3px);box-shadow:0 8px 25px #8b451366}.btn-secondary{background:linear-gradient(135deg,transparent 0%,rgba(255,255,255,.1) 100%);color:#fff;border:2px solid rgba(255,255,255,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 15px #0000001a}.btn-secondary:hover{background:linear-gradient(135deg,#fff3,#ffffff4d);border-color:#fff;transform:translateY(-3px);box-shadow:0 8px 25px #fff3}.features{padding:4rem 2rem;background-color:#fff8dc}.container{max-width:1200px;margin:0 auto}.features h2{text-align:center;margin-bottom:3rem;font-size:2.5rem;color:#5d2e0a}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:10px;text-align:center;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{margin-bottom:1rem;color:#8b4513}.cta{padding:4rem 2rem;background:linear-gradient(135deg,#5d2e0a,#8b4513);color:#fff;text-align:center}.cta h2{margin-bottom:1rem;font-size:2.5rem}.cta p{margin-bottom:2rem;font-size:1.2rem}.store-info{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.info-item{background-color:#fff8dc26;padding:1rem;border-radius:5px;min-width:200px;border:1px solid rgba(255,248,220,.3)}@media (max-width: 768px){.hero-content h1{font-size:2rem}.hero-logo-image{height:80px;width:80px}.hero-buttons{flex-direction:column;align-items:center;gap:1rem}.btn{padding:.9rem 2rem;font-size:1rem;min-width:200px}.features-grid{grid-template-columns:1fr}.store-info{flex-direction:column;align-items:center}}.slider-container{width:100%;margin:2rem 0;overflow:hidden;position:relative}.slider{position:relative;width:100%;height:500px;overflow:hidden;border-radius:15px;box-shadow:0 8px 32px #8b451333;background:#fff;display:block}.slide-wrapper{position:relative;width:100%;height:100%;display:block}.slide-image{width:100%;height:100%;object-fit:cover;display:block;border:none;outline:none}.slide-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#8b4513;background:#fff8dcf2;padding:2rem;border-radius:10px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:2px solid rgba(139,69,19,.3)}.slide-content h2{font-size:2.5rem;margin-bottom:1rem;color:#8b4513;text-shadow:1px 1px 2px rgba(0,0,0,.1)}.slide-content p{font-size:1.2rem;margin-bottom:2rem;color:sienna}.slide-btn{background:linear-gradient(135deg,#8b4513,sienna);color:#fff;padding:1rem 2.5rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;position:relative;overflow:hidden;box-shadow:0 4px 15px #8b45134d}.slide-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.slide-btn:hover:before{left:100%}.slide-btn:hover{background:linear-gradient(135deg,sienna,#8b4513);transform:translateY(-3px);box-shadow:0 8px 25px #8b451366}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#8b4513cc;color:#fff;border:none;font-size:2rem;padding:1rem;cursor:pointer;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.slider-arrow:hover{background:#8b4513;transform:translateY(-50%) scale(1.1)}.slider-arrow-left{left:20px}.slider-arrow-right{right:20px}.slider-dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:1rem;z-index:10}.dot{width:12px;height:12px;border-radius:50%;border:2px solid #8B4513;background:#fff8dcb3;cursor:pointer;transition:all .3s ease}.dot.active{background:#8b4513;transform:scale(1.3)}.dot:hover{background:sienna;transform:scale(1.2)}@media (max-width: 768px){.slider{height:350px}.slide-content{padding:1.5rem;margin:0 1rem}.slide-content h2{font-size:1.8rem}.slide-content p{font-size:1rem}.slide-btn{padding:.9rem 2rem;font-size:1rem}.slider-arrow{width:40px;height:40px;font-size:1.5rem}.slider-arrow-left{left:10px}.slider-arrow-right{right:10px}}@media (max-width: 480px){.slider{height:300px}.slide-content h2{font-size:1.5rem}.slide-content p{font-size:.9rem;margin-bottom:1.5rem}}.about{min-height:100vh}.about-hero{background:linear-gradient(135deg,#8b4513,sienna);color:#fff;padding:3rem 2rem;text-align:center}.about-hero h1{font-size:3rem;margin-bottom:1rem}.about-hero p{font-size:1.25rem;opacity:.9}.about-content{padding:3rem 2rem;background-color:#faf8f5}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-text h2{color:#5d2e0a;margin-bottom:2rem;font-size:2.5rem}.about-text p{margin-bottom:1.5rem;line-height:1.8;color:#2c1810;font-size:1.1rem}.store-image{background-color:#f8f9fa;padding:2rem;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 4px 6px #0000001a}.store-logo{height:200px;width:200px;object-fit:cover;border-radius:50%;border:4px solid #8B4513;margin-bottom:1rem;box-shadow:0 8px 16px #8b451333}.store-image p{color:#5d2e0a;font-size:1.1rem;font-weight:500;margin:0}.our-values{padding:2.5rem 2rem;background-color:#fff8dc}.our-values h2{text-align:center;color:#5d2e0a;margin-bottom:2rem;font-size:2.2rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.2rem}.value-item{background:#fff;padding:1.5rem;border-radius:12px;text-align:center;box-shadow:0 4px 12px #8b45131a;transition:transform .3s ease,box-shadow .3s ease;border-top:4px solid #8B4513;min-height:auto;display:flex;flex-direction:column;justify-content:center}.value-item:hover{transform:translateY(-3px);box-shadow:0 8px 20px #8b451333}.value-item h3{color:#8b4513;margin-bottom:.8rem;font-size:1.2rem;font-weight:600}.value-item p{color:#5d2e0a;line-height:1.5;margin:0;font-size:1rem}.visit-us{padding:2.5rem 2rem;background:linear-gradient(135deg,#5d2e0a,#8b4513);color:#fff}.visit-us h2{text-align:center;margin-bottom:1.8rem;font-size:2.2rem}.visit-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.2rem;text-align:center;max-width:800px;margin:0 auto}.visit-info>div{background-color:#fff8dc26;padding:1.2rem 1rem;border-radius:12px;border:1px solid rgba(255,248,220,.3);transition:transform .3s ease,background-color .3s ease;min-height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center}.visit-info>div:hover{transform:translateY(-3px);background-color:#fff8dc40}.visit-info h3{margin-bottom:.6rem;color:#deb887;font-size:1.2rem;display:flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600}.visit-info p{font-size:1rem;line-height:1.3;margin:0;color:#fff8dc}@media (max-width: 768px){.about-hero h1{font-size:2rem}.about-grid{grid-template-columns:1fr;text-align:center}.about-text h2{font-size:2rem}.store-logo{height:150px;width:150px}.values-grid{grid-template-columns:1fr;gap:1rem}.value-item{padding:1.2rem}.value-item h3{font-size:1.1rem;margin-bottom:.6rem}.value-item p{font-size:.95rem}.visit-us{padding:2rem 1rem}.visit-us h2{font-size:1.8rem;margin-bottom:1.5rem}.visit-info{grid-template-columns:1fr;gap:1rem;max-width:400px}.visit-info>div{padding:1rem .8rem}.visit-info h3{font-size:1.1rem;margin-bottom:.5rem}.visit-info p{font-size:.95rem;line-height:1.4}}.contact{min-height:100vh}.contact-hero{background:linear-gradient(135deg,#8b4513,peru,#deb887);color:#fff;padding:3rem 2rem;text-align:center}.contact-hero h1{font-size:3rem;margin-bottom:1rem}.contact-hero p{font-size:1.25rem;opacity:.9}.contact-content{padding:4rem 2rem;background-color:#faf8f5}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info h2,.contact-form-section h2{color:#5d2e0a;margin-bottom:2rem;font-size:2rem}.contact-info p{margin-bottom:2rem;line-height:1.8;color:#2c1810;font-size:1.1rem}.contact-details{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background-color:#fff8dc;border-radius:10px;border-left:4px solid #8B4513;box-shadow:0 4px 8px #8b45131a;transition:transform .3s ease,box-shadow .3s ease}.contact-item:hover{transform:translateY(-3px);box-shadow:0 8px 20px #8b451333}.contact-icon{font-size:1.5rem;min-width:40px}.contact-item h4{margin-bottom:.5rem;color:#5d2e0a}.contact-item p{margin:0;color:#2c1810;line-height:1.6}.contact-form{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 6px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#5d2e0a;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:2px solid #DEB887;border-radius:8px;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease;background-color:#fff8dc}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#8b4513;box-shadow:0 0 0 3px #8b45131a;background-color:#fff}.consent-group{margin:2rem 0}.consent-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:.95rem;line-height:1.6}.consent-label input[type=checkbox]{width:auto;margin:0;transform:scale(1.2)}.submit-btn{background:linear-gradient(135deg,#8b4513,sienna);color:#fff;padding:1rem 2.5rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;text-transform:uppercase;letter-spacing:.5px;position:relative;overflow:hidden;box-shadow:0 4px 15px #8b45134d}.submit-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.submit-btn:hover:before{left:100%}.submit-btn:hover{background:linear-gradient(135deg,sienna,#8b4513);transform:translateY(-3px);box-shadow:0 8px 25px #8b451366}.success-message{background:linear-gradient(135deg,#deb887,wheat);border:2px solid #8B4513;color:#5d2e0a;padding:2rem;border-radius:15px;text-align:center;box-shadow:0 8px 20px #8b451333}.success-message h3{margin-bottom:1rem;color:#5d2e0a}@media (max-width: 768px){.contact-hero h1{font-size:2rem}.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-form{padding:1.5rem}.consent-label{font-size:.9rem}.submit-btn{padding:1rem 2rem}}.privacy{min-height:100vh}.privacy-hero{background:linear-gradient(135deg,#8b4513,peru,#deb887);color:#fff;padding:3rem 2rem;text-align:center}.privacy-hero h1{font-size:3rem;margin-bottom:1rem}.privacy-hero p{font-size:1.25rem;opacity:.9;margin-bottom:.5rem}.last-updated{font-size:1rem!important;opacity:.8!important;font-style:italic}.privacy-content{padding:4rem 2rem;background-color:#faf8f5}.privacy-text{max-width:800px;margin:0 auto;line-height:1.8}.privacy-text h2{color:#5d2e0a;margin-top:3rem;margin-bottom:1.5rem;font-size:2rem;padding-bottom:.5rem;border-bottom:2px solid #8B4513}.privacy-text h2:first-of-type{margin-top:0}.privacy-text h3{color:#8b4513;margin-top:2rem;margin-bottom:1rem;font-size:1.4rem}.privacy-text p{margin-bottom:1.5rem;color:#2c1810;font-size:1.1rem}.privacy-text ul{margin-bottom:1.5rem;padding-left:2rem}.privacy-text li{margin-bottom:.5rem;color:#2c1810;font-size:1.1rem}.contact-info{background:linear-gradient(135deg,#fff8dc,wheat);padding:2rem;border-radius:15px;border-left:4px solid #8B4513;margin:2rem 0;box-shadow:0 4px 12px #8b45131a}.contact-info p{margin-bottom:.5rem;font-size:1.1rem}.contact-info p:first-child{font-size:1.3rem;color:#5d2e0a}.consent-reminder{background:linear-gradient(135deg,#e8f4f8,#deb887 30%);padding:2rem;border-radius:15px;border-left:4px solid #8B4513;margin-top:3rem;box-shadow:0 4px 12px #8b45131a}.consent-reminder h3{color:#5d2e0a;margin-top:0;margin-bottom:1rem;font-size:1.4rem}.consent-reminder p{margin-bottom:0;color:#2c1810;font-size:1.1rem}@media (max-width: 768px){.privacy-hero h1{font-size:2rem}.privacy-content{padding:2rem 1rem}.privacy-text h2{font-size:1.6rem}.privacy-text h3{font-size:1.2rem}.privacy-text p,.privacy-text li{font-size:1rem}.contact-info,.consent-reminder{padding:1.5rem}}.terms{min-height:100vh;background-color:#faf8f5}.terms-hero{background:linear-gradient(135deg,#8b4513,sienna);color:#fff;padding:3rem 0;text-align:center}.terms-hero h1{font-size:2.5rem;margin-bottom:.5rem}.terms-hero p{font-size:1.1rem;opacity:.9}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.terms-content{padding:3rem 0}.terms-text{background-color:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #8b45131a}.terms-text h2{color:#8b4513;margin-top:2rem;margin-bottom:1rem;font-size:1.5rem;border-bottom:1px solid #DEB887;padding-bottom:.5rem}.terms-text h2:first-child{margin-top:0}.terms-text p{margin-bottom:1.2rem;line-height:1.6;color:#333}.terms-text ul{margin-bottom:1.2rem;padding-left:2rem}.terms-text li{margin-bottom:.5rem;line-height:1.6;color:#333}.terms-text a{color:#8b4513;text-decoration:none;font-weight:600;transition:color .3s ease}.terms-text a:hover{color:sienna;text-decoration:underline}.contact-info{background-color:#faf8f5;padding:1.5rem;border-radius:8px;margin:1.5rem 0;border-left:4px solid #8B4513}.contact-info p{margin-bottom:.5rem}.terms-footer{margin-top:3rem;padding-top:1.5rem;border-top:1px solid #DEB887;text-align:center;font-size:.9rem;color:#666}@media (max-width: 768px){.terms-hero h1{font-size:2rem}.terms-text{padding:1.5rem}.terms-text h2{font-size:1.3rem}}@media (max-width: 480px){.terms-hero{padding:2rem 0}.terms-hero h1{font-size:1.75rem}.terms-content{padding:2rem 0}.terms-text{padding:1.25rem}.contact-info{padding:1rem}}.not-found{min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}.not-found-content{max-width:500px}.error-code{font-size:8rem;font-weight:700;color:#e74c3c;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.not-found h1{color:#2c3e50;margin-bottom:1rem;font-size:2.5rem}.not-found p{color:#7f8c8d;margin-bottom:2rem;font-size:1.2rem;line-height:1.6}.not-found-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:.75rem 2rem;border:none;border-radius:5px;font-size:1.1rem;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary{background-color:#3498db;color:#fff}.btn-primary:hover{background-color:#2980b9;transform:translateY(-2px)}.btn-secondary{background-color:transparent;color:#3498db;border:2px solid #3498db}.btn-secondary:hover{background-color:#3498db;color:#fff}@media (max-width: 768px){.error-code{font-size:5rem}.not-found h1{font-size:2rem}.not-found-actions{flex-direction:column;align-items:center}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333}.App{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.text-center{text-align:center}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}@media (max-width: 768px){.container{padding:0 1rem}}
