:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary-color: #7a2f32;--primary-hover: #6a252a}*{margin:0;padding:0;box-sizing:border-box}body{min-width:320px;min-height:100vh;background-color:#f5f5f5}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;font-weight:600}p{margin-bottom:1rem}.layout{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;padding:2rem 0}.navbar{background-color:#fff;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:1000}.navbar-container{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1200px;margin:0 auto}.navbar-logo{font-size:1.5rem;font-weight:700;color:var(--primary-color);text-decoration:none}.navbar-menu{display:flex;gap:2rem}.navbar-link{color:#213547;text-decoration:none;font-weight:500;transition:color .3s}.navbar-link:hover{color:var(--primary-color)}.navbar-toggle{display:none;cursor:pointer}.navbar-toggle-icon{display:block;width:24px;height:2px;background-color:#213547;margin:4px 0;transition:all .3s}.navbar-dropdown{position:absolute;top:100%;left:0;right:0;background-color:#fff;box-shadow:0 4px 6px #0000001a;padding:1rem 0;display:flex;flex-direction:column;gap:1rem}.navbar-dropdown-link{color:#213547;text-decoration:none;font-weight:500;padding:0 2rem;transition:color .3s}.navbar-dropdown-link:hover{color:var(--primary-color)}.footer{background-color:#213547;color:#fff;padding:2rem 0;margin-top:2rem}.footer-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:var(--primary-color)}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#fff;text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--primary-color)}.footer-bottom{text-align:center;padding-top:2rem;margin-top:2rem;border-top:1px solid #334155}.footer-bottom p{margin:.5rem 0}.icp-number{font-size:.9rem;color:#94a3b8}.icp-number a{color:#94a3b8;text-decoration:none;transition:color .3s}.icp-number a:hover{color:var(--primary-color)}.btn-primary{display:inline-block;background-color:var(--primary-color);color:#fff;padding:.8rem 1.6rem;border-radius:4px;text-decoration:none;font-weight:500;transition:background-color .3s;border:none;cursor:pointer}.btn-primary:hover{background-color:var(--primary-hover);color:#fff}.btn-secondary{display:inline-block;background-color:#fff;color:var(--primary-color);padding:.8rem 1.6rem;border-radius:4px;text-decoration:none;font-weight:500;transition:all .3s;border:1px solid var(--primary-color);cursor:pointer}.btn-secondary:hover{background-color:var(--primary-color);color:#fff}.hero{background-color:var(--primary-color);color:#fff;padding:6rem 0;text-align:center;position:relative;overflow:hidden;background-image:url(https://images.unsplash.com/photo-1571019613454-1cb2f99b2d8b?w=1920&h=800&fit=crop);background-size:cover;background-position:center;background-repeat:no-repeat}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#7a2f32bf;z-index:1}.hero-content{position:relative;z-index:2;max-width:800px;margin:0 auto;padding:0 2rem}.hero h1{font-size:3rem;margin-bottom:1rem}.hero p{font-size:1.2rem;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.services{padding:4rem 0;background-color:#fff}.services h2{text-align:center;margin-bottom:3rem;color:#213547}.services-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem}.service-card{background-color:#f9f9f9;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;transition:transform .3s,box-shadow .3s}.service-image{margin-bottom:1.5rem;text-align:center}.service-image img{width:100%;height:200px;object-fit:cover;border-radius:4px}.service-card:hover{transform:translateY(-5px);box-shadow:0 4px 8px #0000001a}.service-card h3{margin-bottom:1rem;color:var(--primary-color)}.service-price{font-weight:600;color:#213547;margin-bottom:1.5rem}.products{padding:4rem 0;background-color:#f5f5f5}.products h2{text-align:center;margin-bottom:3rem;color:#213547}.products-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem}.product-card{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;transition:transform .3s,box-shadow .3s}.product-image{margin-bottom:1.5rem;text-align:center}.product-image img{width:100%;height:200px;object-fit:cover;border-radius:4px}.product-card:hover{transform:translateY(-5px);box-shadow:0 4px 8px #0000001a}.product-card h3{margin-bottom:1rem;color:var(--primary-color)}.product-price{font-weight:600;color:#213547;margin-bottom:1.5rem}.testimonials{padding:4rem 0;background-color:#fff}.testimonials h2{text-align:center;margin-bottom:3rem;color:#213547}.testimonials-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem}.testimonial-card{background-color:#f9f9f9;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;text-align:center}.testimonial-avatar{margin-bottom:1rem}.testimonial-avatar img{border-radius:50%;width:50px;height:50px;object-fit:cover}.testimonial-content{margin-bottom:1rem;font-style:italic}.testimonial-name{font-weight:600;color:var(--primary-color)}.contact-section{padding:4rem 0;background-color:var(--primary-color);color:#fff;text-align:center;position:relative;overflow:hidden;background-image:url(https://images.unsplash.com/photo-1552664730-d307ca884978?w=1920&h=800&fit=crop);background-size:cover;background-position:center;background-repeat:no-repeat}.contact-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#7a2f32bf;z-index:1}.contact-section>*{position:relative;z-index:2}.contact-section h2{margin-bottom:1rem}.contact-section p{margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.service-detail{max-width:1200px;margin:0 auto;padding:0 2rem}.service-image{margin:2rem 0;text-align:center}.service-image img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 8px #0000001a}.service-detail h1{margin-bottom:1rem;color:var(--primary-color)}.service-price{font-size:1.5rem;font-weight:600;color:#213547;margin-bottom:2rem}.service-content{display:grid;grid-template-columns:2fr 1fr;gap:2rem;margin-bottom:3rem}.service-description{background-color:#f9f9f9;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.service-info{display:flex;flex-direction:column;gap:2rem}.service-suitable,.service-notes{background-color:#f9f9f9;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.service-suitable ul,.service-notes ul{list-style:none;margin-left:1rem}.service-suitable li,.service-notes li{margin-bottom:.5rem;position:relative}.service-suitable li:before,.service-notes li:before{content:"•";color:var(--primary-color);font-weight:700;position:absolute;left:-1rem}.service-booking{background-color:#f9f9f9;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-top:2rem}.booking-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem}.form-group{display:flex;flex-direction:column}.form-group label{margin-bottom:.5rem;font-weight:500}.form-group input,.form-group textarea{padding:.8rem;border:1px solid #ddd;border-radius:4px;font-family:inherit}.form-group textarea{resize:vertical;min-height:100px}.success-message{background-color:#d4edda;color:#155724;padding:1rem;border-radius:4px;margin-top:1rem;text-align:center}.product-detail{max-width:1200px;margin:0 auto;padding:0 2rem}.product-image{margin:2rem 0;text-align:center}.product-image img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 8px #0000001a}.product-detail h1{margin-bottom:1rem;color:var(--primary-color)}.product-price{font-size:1.5rem;font-weight:600;color:#213547;margin-bottom:2rem}.product-content{display:grid;grid-template-columns:2fr 1fr;gap:2rem;margin-bottom:3rem}.product-description{background-color:#f9f9f9;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.product-info{display:flex;flex-direction:column;gap:2rem}.product-ingredients,.product-usage{background-color:#f9f9f9;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.product-ingredients ul{list-style:none;margin-left:1rem}.product-ingredients li{margin-bottom:.5rem;position:relative}.product-ingredients li:before{content:"•";color:var(--primary-color);font-weight:700;position:absolute;left:-1rem}.product-testimonials{margin-bottom:3rem}.product-testimonials h2{margin-bottom:2rem;color:#213547}.product-purchase{background-color:#f9f9f9;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-top:2rem}.purchase-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem}.about{max-width:1200px;margin:0 auto;padding:0 2rem}.about h1{margin-bottom:2rem;color:var(--primary-color)}.company-intro{background-color:#f9f9f9;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:3rem}.team{margin-bottom:3rem}.company-image{margin:2rem 0;text-align:center}.company-image img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 8px #0000001a}.team h2{margin-bottom:2rem;color:#213547}.team-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.team-member{background-color:#f9f9f9;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;text-align:center;transition:transform .3s,box-shadow .3s}.team-member:hover{transform:translateY(-5px);box-shadow:0 4px 8px #0000001a}.member-avatar{margin-bottom:1rem}.member-avatar img{border-radius:50%;width:100px;height:100px;object-fit:cover}.member-position{color:var(--primary-color);font-weight:500;margin-bottom:1rem}.timeline{margin-bottom:3rem}.timeline h2{margin-bottom:2rem;color:#213547}.timeline-container{position:relative;padding-left:2rem}.timeline-container:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background-color:var(--primary-color)}.timeline-item{position:relative;margin-bottom:2rem;padding-left:2rem}.timeline-item:before{content:"";position:absolute;left:-.5rem;top:.5rem;width:1rem;height:1rem;border-radius:50%;background-color:var(--primary-color)}.timeline-year{font-weight:600;color:var(--primary-color);margin-bottom:.5rem}.contact{max-width:1200px;margin:0 auto;padding:0 2rem}.contact h1{margin-bottom:2rem;color:var(--primary-color)}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem}.contact-info{background-color:#f9f9f9;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.contact-details{list-style:none;margin-top:1rem}.contact-details li{margin-bottom:1rem}.contact-form{background-color:#f9f9f9;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.consultation-form{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:1rem}.map{background-color:#f9f9f9;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-top:2rem}.map-container{margin-top:1rem;height:400px;background-color:#e9ecef;border-radius:4px;display:flex;align-items:center;justify-content:center}.map-placeholder{text-align:center}.privacy{width:100%;max-width:100%;margin:0 auto;padding:.75rem .5rem;min-height:100vh;background-color:#f5f5f5;overflow-x:hidden;font-size:14px}.privacy-container{width:100%;max-width:480px;margin:0 auto}.privacy h1{margin-bottom:.4rem;color:var(--primary-color);text-align:center;font-size:1.15rem}.privacy-update{text-align:center;color:#94a3b8;margin-bottom:1rem;font-size:.78rem}.privacy-section{background-color:#fff;padding:.75rem;border-radius:6px;box-shadow:0 1px 3px #00000014;margin-bottom:.75rem}.privacy-section h2{color:var(--primary-color);margin-bottom:.5rem;font-size:1rem;padding-bottom:.4rem;border-bottom:1.5px solid var(--primary-color)}.privacy-section h3{color:#213547;margin-bottom:.4rem;margin-top:.9rem;font-size:.95rem}.privacy-section h4{color:#213547;margin-bottom:.3rem;margin-top:.7rem;font-size:.9rem}.privacy-section p{line-height:1.65;margin-bottom:.6rem;color:#334155;font-size:.82rem;word-break:break-word}.privacy-section ol{margin-left:1rem;margin-bottom:.6rem;line-height:1.6;color:#334155;font-size:.82rem}.privacy-section ol li{margin-bottom:.2rem}.privacy-section ul{list-style:none;margin-left:.5rem;margin-bottom:.6rem}.privacy-section li{margin-bottom:.3rem;position:relative;padding-left:1rem;line-height:1.6;color:#334155;font-size:.82rem}.privacy-section li:before{content:"•";color:var(--primary-color);font-weight:700;position:absolute;left:0}.privacy-section a{color:var(--primary-color);word-break:break-all;font-size:.8rem}.privacy-contact{background-color:#fff;padding:.75rem;border-radius:6px;box-shadow:0 1px 3px #00000014}.privacy-contact h2{color:var(--primary-color);margin-bottom:.5rem;font-size:1rem;padding-bottom:.4rem;border-bottom:1.5px solid var(--primary-color)}.privacy-contact p{margin-bottom:.4rem;line-height:1.65;color:#334155;font-size:.82rem}.privacy-contact li{margin-bottom:.5rem;padding-left:0;color:#334155;font-size:.82rem}.privacy-contact li:before{display:none}@media (min-width: 481px){.privacy{padding:1.25rem 1rem;font-size:15px}.privacy-container{max-width:700px}.privacy h1{font-size:1.4rem}.privacy-update{font-size:.85rem;margin-bottom:1.5rem}.privacy-section{padding:1.25rem;border-radius:8px;margin-bottom:1rem}.privacy-section h2{font-size:1.15rem}.privacy-section h3{font-size:1rem}.privacy-section h4{font-size:.95rem}.privacy-section p,.privacy-section li,.privacy-section ol{font-size:.88rem;line-height:1.7}.privacy-section a{font-size:.88rem}.privacy-contact{padding:1.25rem;border-radius:8px}.privacy-contact p,.privacy-contact li{font-size:.88rem;line-height:1.7}}@media (min-width: 769px){.privacy{padding:1.5rem 1rem;font-size:16px}.privacy-container{max-width:800px}.privacy h1{font-size:1.55rem}.privacy-section{padding:1.5rem;border-radius:8px;margin-bottom:1.25rem}.privacy-section h2{font-size:1.2rem}.privacy-section p,.privacy-section li,.privacy-section ol{font-size:.92rem;line-height:1.75}.privacy-contact{padding:1.5rem}.privacy-contact p,.privacy-contact li{font-size:.92rem}}.loading,.error{text-align:center;padding:4rem 0;font-size:1.2rem}@media (max-width: 768px){.navbar-menu{display:none}.navbar-toggle{display:block}.hero h1{font-size:2rem}.hero-buttons{flex-direction:column;align-items:center}.service-content,.product-content,.contact-content,.booking-form,.purchase-form{grid-template-columns:1fr}.navbar-container,.footer-container,.services-container,.products-container,.testimonials-container,.service-detail,.product-detail,.about,.contact{padding:0 1rem}.main-content{padding:1rem 0}.hero{padding:4rem 0}.services,.products,.testimonials,.contact-section{padding:2rem 0}}@media (max-width: 480px){.hero h1{font-size:1.5rem}.hero p{font-size:1rem}.btn-primary,.btn-secondary{padding:.6rem 1.2rem}.service-card,.product-card,.testimonial-card,.service-description,.service-suitable,.service-notes,.service-booking,.product-description,.product-ingredients,.product-usage,.product-purchase,.company-intro,.team-member,.contact-info,.contact-form,.map{padding:1.5rem}}
