:root{--cream:#fff8f0;--cream-light:#fffdf9;--beige:#f5e6d3;--beige-dark:#e8d5be;--chocolate:#3e2723;--chocolate-mid:#5d4037;--chocolate-lt:#795548;--gold:#c7956d;--gold-light:#d4a574;--gold-glow:#c7956d59;--warm-shadow:#3e27231f;--glass-bg:#fff8f0a6;--glass-border:#c7956d33;--text-dark:#2c1810;--text-body:#5c4033;--text-muted:#8b7355;--white:#fff;--font-heading:"Playfair Display", Georgia, serif;--font-body:"Poppins", -apple-system, sans-serif;--section-py:6rem;--container-px:1.5rem;--ease-out:cubic-bezier(.25, .46, .45, .94);--ease-spring:cubic-bezier(.34, 1.56, .64, 1);--duration:.4s;--radius-sm:.5rem;--radius-md:1rem;--radius-lg:1.5rem;--radius-xl:2rem}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:5rem;font-size:16px}body{font-family:var(--font-body);color:var(--text-body);background-color:var(--cream);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.7;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;transition:color var(--duration) var(--ease-out);text-decoration:none}ul{list-style:none}.container{max-width:1200px;padding:0 var(--container-px);margin:0 auto}.section{padding:var(--section-py) 0;position:relative}.section-tag{font-family:var(--font-body);letter-spacing:.2em;text-transform:uppercase;color:var(--gold);border:1px solid var(--glass-border);background:linear-gradient(135deg,#c7956d1f,#c7956d0f);border-radius:50px;margin-bottom:1rem;padding:.4rem 1.2rem;font-size:.8rem;font-weight:600;display:inline-block}.section-title{font-family:var(--font-heading);color:var(--text-dark);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.section-title .accent{color:var(--gold);font-style:italic}.section-desc{color:var(--text-muted);max-width:550px;margin:0 auto;font-size:1.05rem}.section-header{text-align:center;margin-bottom:3.5rem}.btn{font-family:var(--font-body);cursor:pointer;transition:all var(--duration) var(--ease-out);border:none;border-radius:50px;align-items:center;gap:.6rem;padding:.9rem 2rem;font-size:.95rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn:before{content:"";background:#fff3;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.btn:hover:before{width:300%;height:300%}.btn-primary{background:linear-gradient(135deg, var(--gold), var(--gold-light));color:var(--white);box-shadow:0 4px 20px var(--gold-glow)}.btn-primary:hover{box-shadow:0 8px 30px var(--gold-glow);transform:translateY(-3px)}.btn-primary i{transition:transform var(--duration) var(--ease-spring)}.btn-primary:hover i{transform:translate(4px)}.btn-outline{color:var(--white);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:0 0;border:2px solid #fff6}.btn-outline:hover{background:#ffffff1a;border-color:#ffffffb3;transform:translateY(-3px)}@keyframes rippleEffect{to{opacity:0;transform:scale(4)}}.navbar{z-index:1000;transition:all .4s var(--ease-out);padding:1rem 0;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(20px)saturate(180%);border-bottom:1px solid var(--glass-border);background:#fff8f0eb;padding:.6rem 0;box-shadow:0 2px 30px #3e272314}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.nav-logo-link{z-index:100;align-items:center;display:flex}.logo-badge{transition:all .4s var(--ease-out);background:#fff;border-radius:50px;justify-content:center;align-items:center;padding:6px 16px;display:flex;box-shadow:0 4px 20px #00000040}.logo-badge img{mix-blend-mode:multiply;object-fit:contain;height:45px;transition:all .4s var(--ease-out)}.navbar.scrolled .logo-badge{box-shadow:none;background:0 0;padding:0}.navbar.scrolled .logo-badge img{height:55px}.footer-logo-badge{background:#fff;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.2rem;padding:8px 16px;display:inline-flex;box-shadow:0 6px 20px #00000026}.footer-logo-badge img{mix-blend-mode:multiply;height:60px}.nav-links{gap:.3rem;display:flex}.nav-link{color:#ffffffd9;transition:all .3s var(--ease-out);border-radius:50px;padding:.5rem 1rem;font-size:.88rem;font-weight:500;position:relative}.nav-link:hover,.nav-link.active{color:var(--white);background:#ffffff1f}.navbar.scrolled .nav-link{color:var(--text-body)}.navbar.scrolled .nav-link:hover,.navbar.scrolled .nav-link.active{color:var(--gold);background:#c7956d14}.nav-toggle{cursor:pointer;z-index:100;background:0 0;border:none;padding:.5rem;display:none}.hamburger{background:var(--white);width:24px;height:2px;transition:all .3s;display:block;position:relative}.hamburger:before,.hamburger:after{content:"";background:var(--white);width:100%;height:2px;transition:all .3s;position:absolute;left:0}.hamburger:before{top:-7px}.hamburger:after{bottom:-7px}.navbar.scrolled .hamburger,.navbar.scrolled .hamburger:before,.navbar.scrolled .hamburger:after{background:var(--chocolate)}.nav-toggle.active .hamburger{background:0 0}.nav-toggle.active .hamburger:before{top:0;transform:rotate(45deg)}.nav-toggle.active .hamburger:after{bottom:0;transform:rotate(-45deg)}.hero{justify-content:center;align-items:center;min-height:max(100vh,750px);padding-top:6rem;padding-bottom:6rem;display:flex;position:relative;overflow:hidden}.hero-parallax{z-index:0;position:absolute;inset:-60px}.hero-bg{object-fit:cover;width:100%;height:100%;transform:scale(1.1)}.hero-overlay{z-index:1;background:linear-gradient(#2c1810a6 0%,#3e2723b3 50%,#2c1810d9 100%);position:absolute;inset:0}.hero-content{z-index:2;text-align:center;max-width:800px;padding:2rem 1.5rem;position:relative}.hero-badge{letter-spacing:.25em;text-transform:uppercase;color:var(--gold-light);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#c7956d14;border:1px solid #c7956d4d;border-radius:50px;margin-bottom:2rem;padding:.6rem 1.5rem;font-size:.75rem;font-weight:500;display:inline-block}.hero-title{font-family:var(--font-heading);color:var(--white);margin-bottom:1.5rem;font-size:clamp(2.5rem,7vw,5rem);font-weight:700;line-height:1.1}.hero-title-line{display:block}.hero-title-accent{color:var(--gold-light);font-style:italic;font-weight:500;display:block}.hero-subtitle{color:#ffffffbf;max-width:520px;margin:0 auto 2.5rem;font-size:1.1rem;line-height:1.7}.hero-cta{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.hero-stats{border-top:1px solid #ffffff1a;justify-content:center;align-items:center;gap:2rem;padding-top:2rem;display:flex}.stat-item{text-align:center}.stat-number{font-family:var(--font-heading);color:var(--gold-light);font-size:2rem;font-weight:700;line-height:1}.stat-suffix{font-family:var(--font-heading);color:var(--gold-light);font-size:1.5rem;font-weight:700}.stat-label{color:#ffffff80;text-transform:uppercase;letter-spacing:.1em;margin-top:.3rem;font-size:.75rem;display:block}.stat-divider{background:#ffffff26;width:1px;height:40px}.hero-scroll-indicator{z-index:2;flex-direction:column;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero-scroll-indicator span{letter-spacing:.15em;text-transform:uppercase;color:#fff6;font-size:.7rem}.scroll-line{background:linear-gradient(to bottom, var(--gold-light), transparent);width:1px;height:40px;animation:2s ease-in-out infinite scrollPulse}@keyframes scrollPulse{0%,to{opacity:.3;transform:scaleY(.5)}50%{opacity:1;transform:scaleY(1)}}.about{background:var(--cream-light)}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-images{position:relative}.about-img-main{border-radius:var(--radius-lg);box-shadow:0 20px 60px var(--warm-shadow);overflow:hidden}.about-img-main img{object-fit:cover;width:100%;height:400px;transition:transform .6s var(--ease-out)}.about-img-main:hover img{transform:scale(1.05)}.about-img-float{border-radius:var(--radius-md);border:5px solid var(--cream-light);width:180px;height:180px;box-shadow:0 10px 40px var(--warm-shadow);position:absolute;bottom:-2rem;right:-2rem;overflow:hidden}.about-img-float img{object-fit:cover;width:100%;height:100%}.about-experience-badge{background:linear-gradient(135deg, var(--gold), var(--gold-light));color:var(--white);border-radius:var(--radius-md);text-align:center;box-shadow:0 10px 30px var(--gold-glow);padding:1.2rem;animation:3s ease-in-out infinite floatBadge;position:absolute;top:-1.5rem;left:-1.5rem}@keyframes floatBadge{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.exp-number{font-family:var(--font-heading);font-size:1.6rem;font-weight:700;line-height:1;display:block}.exp-text{text-transform:uppercase;letter-spacing:.1em;margin-top:.2rem;font-size:.7rem;display:block}.about-content .section-tag{margin-bottom:.8rem}.about-content .section-title{text-align:left;margin-bottom:1.5rem}.about-text{margin-bottom:1rem;font-size:.98rem;line-height:1.8}.about-features{flex-direction:column;gap:1rem;margin-top:1.5rem;display:flex}.about-feature{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s var(--ease-out);align-items:center;gap:1rem;padding:.8rem 1.2rem;display:flex}.about-feature:hover{border-color:var(--gold);box-shadow:0 4px 20px var(--gold-glow);transform:translate(8px)}.feature-icon-sm{background:linear-gradient(135deg, var(--gold), var(--gold-light));width:40px;height:40px;color:var(--white);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;display:flex}.about-feature h4{font-family:var(--font-heading);color:var(--text-dark);margin-bottom:.1rem;font-size:.95rem}.about-feature p{color:var(--text-muted);font-size:.82rem}.products{background:linear-gradient(180deg, var(--cream) 0%, var(--beige) 100%)}.products-grid{grid-template-columns:repeat(4,1fr);gap:1.8rem;display:grid}.product-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:0 4px 20px var(--warm-shadow);transition:all .4s var(--ease-out);cursor:pointer;border:1px solid #0000;overflow:hidden}.product-card:hover{border-color:var(--gold);transform:translateY(-10px);box-shadow:0 20px 50px #3e27232e}.product-img-wrap{height:240px;position:relative;overflow:hidden}.product-img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .6s var(--ease-out)}.product-card:hover .product-img-wrap img{transform:scale(1.12)}.product-overlay{z-index:2;position:absolute;top:1rem;right:1rem}.product-badge{background:linear-gradient(135deg, var(--gold), var(--gold-light));color:var(--white);letter-spacing:.05em;text-transform:uppercase;box-shadow:0 2px 10px var(--gold-glow);border-radius:50px;padding:.35rem .8rem;font-size:.7rem;font-weight:600}.product-info{padding:1.5rem}.product-info h3{font-family:var(--font-heading);color:var(--text-dark);margin-bottom:.5rem;font-size:1.3rem;font-weight:700}.product-info p{color:var(--text-muted);margin-bottom:1rem;font-size:.88rem;line-height:1.6}.product-tag{color:var(--gold);text-transform:uppercase;letter-spacing:.1em;border:1px solid var(--glass-border);background:#c7956d0f;border-radius:50px;padding:.3rem .8rem;font-size:.7rem;font-weight:600;display:inline-block}.why-us{background:var(--chocolate);color:var(--white);overflow:hidden}.why-us .section-tag{color:var(--gold-light);background:#c7956d26;border-color:#c7956d4d}.why-us .section-title{color:var(--white)}.why-us .section-desc{color:#fff9}.features-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.feature-card{text-align:center;border-radius:var(--radius-lg);transition:all .4s var(--ease-out);background:#ffffff0a;border:1px solid #ffffff14;padding:2.5rem 1.5rem;position:relative;overflow:hidden}.feature-card:hover{background:#ffffff14;border-color:#c7956d66;transform:translateY(-6px)}.feature-icon{width:70px;height:70px;color:var(--gold-light);transition:all .4s var(--ease-spring);background:#c7956d1f;border:1px solid #c7956d33;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:1.6rem;display:flex}.feature-card:hover .feature-icon{background:linear-gradient(135deg, var(--gold), var(--gold-light));color:var(--white);box-shadow:0 8px 25px var(--gold-glow);transform:scale(1.1)}.feature-card h3{font-family:var(--font-heading);color:var(--white);margin-bottom:.7rem;font-size:1.15rem;font-weight:600}.feature-card p{color:#ffffff8c;font-size:.88rem;line-height:1.6}.feature-glow{background:radial-gradient(circle, var(--gold-glow), transparent 70%);opacity:0;pointer-events:none;width:200px;height:200px;transition:opacity .4s;position:absolute;bottom:-50%;left:50%;transform:translate(-50%)}.feature-card:hover .feature-glow{opacity:1}.reviews{background:var(--cream-light);overflow:hidden}.reviews-carousel{max-width:100%;position:relative}.reviews-track{transition:transform .5s var(--ease-out);gap:1.5rem;display:flex}.review-card{background:var(--white);border:1px solid var(--glass-border);border-radius:var(--radius-lg);transition:all .3s var(--ease-out);flex:0 0 calc(33.333% - 1rem);padding:2rem;position:relative}.review-card:before{content:"“";font-family:var(--font-heading);color:#c7956d1f;font-size:4rem;line-height:1;position:absolute;top:1rem;right:1.5rem}.review-card:hover{border-color:var(--gold);box-shadow:0 10px 40px var(--gold-glow);transform:translateY(-4px)}.review-stars{gap:.2rem;margin-bottom:1rem;display:flex}.review-stars i{color:var(--gold);font-size:.9rem}.review-text{color:var(--text-body);margin-bottom:1.5rem;font-size:.92rem;font-style:italic;line-height:1.7}.review-author{align-items:center;gap:.8rem;display:flex}.author-avatar{background:linear-gradient(135deg, var(--gold), var(--gold-light));width:44px;height:44px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.review-author h4{font-family:var(--font-heading);color:var(--text-dark);font-size:.95rem}.review-author span{color:var(--text-muted);font-size:.78rem}.carousel-controls{justify-content:center;align-items:center;gap:1.5rem;margin-top:2.5rem;display:flex}.carousel-btn{border:2px solid var(--glass-border);background:var(--white);width:44px;height:44px;color:var(--chocolate-lt);cursor:pointer;transition:all .3s var(--ease-out);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;display:flex}.carousel-btn:hover{background:var(--gold);color:var(--white);border-color:var(--gold);transform:scale(1.1)}.carousel-dots{gap:.5rem;display:flex}.carousel-dot{background:var(--beige-dark);cursor:pointer;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.carousel-dot.active{background:var(--gold);border-radius:10px;width:28px}.contact{background:linear-gradient(180deg, var(--cream) 0%, var(--beige) 100%)}.contact-grid{grid-template-columns:1fr 1.3fr;align-items:start;gap:2.5rem;display:grid}.contact-info{flex-direction:column;gap:1rem;display:flex}.contact-card{background:var(--white);border:1px solid var(--glass-border);border-radius:var(--radius-md);transition:all .3s var(--ease-out);align-items:flex-start;gap:1rem;padding:1.3rem;display:flex}.contact-card:hover{border-color:var(--gold);box-shadow:0 6px 25px var(--gold-glow);transform:translate(6px)}.contact-icon{background:linear-gradient(135deg, var(--gold), var(--gold-light));width:48px;height:48px;color:var(--white);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.contact-card h4{font-family:var(--font-heading);color:var(--text-dark);margin-bottom:.3rem;font-size:1rem}.contact-card p{color:var(--text-muted);font-size:.88rem;line-height:1.6}.contact-card a{color:var(--gold);font-weight:500}.contact-card a:hover{color:var(--chocolate-mid)}.map-wrapper{border-radius:var(--radius-lg);height:380px;box-shadow:0 10px 40px var(--warm-shadow);border:3px solid var(--white);overflow:hidden}.map-wrapper iframe{width:100%;height:100%}.footer{background:var(--chocolate);color:#ffffffb3;padding:4rem 0 0}.footer-grid{border-bottom:1px solid #ffffff14;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2.5rem;padding-bottom:3rem;display:grid}.footer-brand .nav-logo{margin-bottom:1rem}.footer-brand .logo-main{color:var(--white)}.footer-brand .logo-sub{color:var(--gold-light)}.footer-brand p{color:#ffffff80;font-size:.88rem;line-height:1.7}.footer-links h4,.footer-hours h4,.footer-social h4{font-family:var(--font-heading);color:var(--white);margin-bottom:1rem;font-size:1.05rem}.footer-links ul li,.footer-hours ul li{margin-bottom:.5rem;font-size:.88rem}.footer-links a{color:#ffffff8c;transition:all .3s;position:relative}.footer-links a:after{content:"";background:var(--gold);width:0;height:1px;transition:width .3s;position:absolute;bottom:-2px;left:0}.footer-links a:hover{color:var(--gold-light)}.footer-links a:hover:after{width:100%}.footer-hours ul li{color:#ffffff8c}.social-icons{gap:.7rem;display:flex}.social-icon{color:#fff9;width:40px;height:40px;transition:all .3s var(--ease-spring);border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;display:flex}.social-icon:hover{background:var(--gold);color:var(--white);border-color:var(--gold);box-shadow:0 6px 20px var(--gold-glow);transform:translateY(-4px)}.footer-bottom{color:#ffffff59;justify-content:space-between;align-items:center;padding:1.5rem 0;font-size:.82rem;display:flex}.scroll-reveal{opacity:0;transition:opacity .7s var(--ease-out), transform .7s var(--ease-out);transform:translateY(40px)}.scroll-reveal.revealed{opacity:1;transform:translateY(0)}.scroll-reveal:nth-child(2){transition-delay:.1s}.scroll-reveal:nth-child(3){transition-delay:.2s}.scroll-reveal:nth-child(4){transition-delay:.3s}.anim-fade-up{opacity:0;transition:opacity .8s var(--ease-out), transform .8s var(--ease-out);transform:translateY(50px)}.anim-fade-down{opacity:0;transition:opacity .8s var(--ease-out), transform .8s var(--ease-out);transform:translateY(-30px)}.anim-fade-up.visible,.anim-fade-down.visible{opacity:1;transform:translateY(0)}.delay-1{transition-delay:.2s!important}.delay-2{transition-delay:.4s!important}.delay-3{transition-delay:.6s!important}@media (width<=1024px){.products-grid,.features-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.review-card{flex:0 0 calc(50% - .75rem)}}@media (width<=768px){:root{--section-py:4rem}.nav-toggle{display:block}.nav-links{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:80%;max-width:320px;height:100vh;transition:right .4s var(--ease-out);background:#3e2723f7;flex-direction:column;gap:.5rem;padding:6rem 2rem 2rem;position:fixed;top:0;right:-100%;box-shadow:-10px 0 30px #0000004d}.nav-links.open{right:0}.nav-link{border-radius:var(--radius-sm);padding:.8rem 1.2rem;font-size:1rem;color:#fffc!important}.nav-link:hover,.nav-link.active{color:var(--gold-light)!important;background:#c7956d26!important}.about-grid{grid-template-columns:1fr;gap:3rem}.about-img-float{width:140px;height:140px;bottom:-1.5rem;right:1rem}.about-experience-badge{padding:1rem;top:-1rem;left:-.5rem}.products-grid,.features-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.review-card{flex:0 0 100%}.contact-grid{grid-template-columns:1fr;gap:2rem}.map-wrapper{height:280px}.footer-grid{text-align:center;grid-template-columns:1fr}.footer-brand .nav-logo,.social-icons{justify-content:center}.footer-bottom{text-align:center;flex-direction:column;gap:.5rem}.hero-stats{gap:1.2rem}.hero-scroll-indicator{display:none}}@media (width<=480px){.hero-title{font-size:2.2rem}.hero-subtitle{font-size:.95rem}.hero-stats{flex-direction:column;gap:1rem}.stat-divider{width:40px;height:1px}.product-img-wrap{height:200px}}
