:root{--bg:#faf8f5;--white:#fff;--cream:#f3efe9;--sand:#e8e2d9;--border:#e0dbd4;--text:#1a1815;--text-2:#6b655d;--text-3:#9e9890;--accent:#b8924a;--accent-light:#d4b06a;--accent-pale:#b8924a14;--serif:"Cormorant Garamond", Georgia, serif;--sans:"DM Sans", "Inter", "Satoshi", system-ui, -apple-system, sans-serif;--radius:20px;--radius-sm:12px;--shadow:0 4px 32px #0000000f;--shadow-lg:0 12px 48px #0000001a;--glass:#fff9;--glass-border:#ffffff4d}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scrollbar-width:none;overflow-x:hidden}html::-webkit-scrollbar{display:none}body{font-family:var(--sans);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-feature-settings:"cv02", "cv03", "cv04", "cv11";overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.navbar{z-index:100;justify-content:space-between;align-items:center;padding:1.2rem 4rem;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(30px)saturate(1.4);background:#faf8f5eb;border-bottom:1px solid #b8924a14;padding:.65rem 4rem;box-shadow:0 4px 30px #0000000d}.nav-logo{align-items:center;text-decoration:none;display:flex}.nav-logo-img{width:auto;height:48px;transition:all .3s}.navbar.scrolled .nav-logo-img{height:40px}.nav-logo-icon{background:var(--text);border-radius:10px;align-items:center;gap:1px;padding:.35rem .6rem;line-height:1;display:flex;box-shadow:0 2px 8px #00000026}.nav-logo-letter{font-family:var(--serif);color:var(--white);letter-spacing:-.02em;font-size:1.25rem;font-weight:500}.nav-logo-letter.accent{color:var(--accent-light)}.nav-logo-text{flex-direction:column;gap:0;display:flex}.nav-logo-name{font-family:var(--serif);color:#fff;letter-spacing:.01em;font-size:1.15rem;font-weight:500;line-height:1.2;transition:color .3s}.navbar.scrolled .nav-logo-name{color:var(--text)}.nav-logo-tagline{letter-spacing:.18em;text-transform:uppercase;color:var(--accent);font-size:.58rem;font-weight:400;line-height:1}.nav-menu{align-items:center;gap:2.2rem;list-style:none;display:flex}.nav-menu a{font-family:var(--sans);letter-spacing:.06em;color:#ffffffd9;text-transform:uppercase;font-size:.8rem;font-weight:500;transition:all .3s;position:relative}.navbar.scrolled .nav-menu a{color:var(--text-2)}.nav-menu a:after{content:"";background:var(--accent);width:0;height:1.5px;transition:all .3s;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}.nav-menu a:hover{color:#fff}.navbar.scrolled .nav-menu a:hover{color:var(--text)}.navbar.scrolled .nav-menu a:hover:after,.nav-menu a:hover:after{width:100%}.nav-cta{font-family:var(--sans);color:var(--text);letter-spacing:.06em;text-transform:uppercase;background:#fff;border-radius:0;align-items:center;gap:.45rem;padding:.7rem 1.7rem;font-size:.78rem;font-weight:600;transition:all .35s;display:inline-flex;box-shadow:0 4px 14px #00000026}.navbar.scrolled .nav-cta{background:var(--text);color:var(--white)}.nav-cta svg{opacity:.85}.nav-cta:hover{background:var(--accent);color:#fff;transform:translateY(-2px);box-shadow:0 6px 24px #b8924a59}.nav-hamburger{cursor:pointer;z-index:110;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.nav-hamburger span{transform-origin:50%;background:#fff;border-radius:2px;width:22px;height:2px;transition:all .35s cubic-bezier(.4,0,.2,1);display:block}.navbar.scrolled .nav-hamburger span{background:var(--text)}.nav-hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.nav-hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.nav-hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.hero{flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0}.hero-bg img{object-fit:cover;width:100%;height:100%;animation:20s ease-in-out infinite alternate hero-zoom}@keyframes hero-zoom{0%{transform:scale(1)}to{transform:scale(1.08)}}.hero-overlay{z-index:1;background:linear-gradient(#12100e73 0%,#12100e8c 40%,#12100ecc 100%),linear-gradient(135deg,#b8924a14 0%,#0000 50%);position:absolute;inset:0}.hero-center{z-index:2;text-align:center;flex-direction:column;align-items:center;max-width:860px;padding:0 2rem;display:flex;position:relative}.hero-badge{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:100px;align-items:center;gap:.6rem;margin-bottom:2rem;padding:.55rem 1.4rem;display:inline-flex}.hero-badge-dot{background:var(--accent);width:7px;height:7px;box-shadow:0 0 10px var(--accent);border-radius:50%}.hero-badge span{letter-spacing:.14em;text-transform:uppercase;color:#ffffffd9;font-size:.7rem;font-weight:500}.hero h1{font-family:var(--serif);color:#fff;letter-spacing:-.01em;margin-bottom:1.5rem;font-size:clamp(3rem,6.5vw,5.5rem);font-weight:400;line-height:1.08}.hero h1 em{color:var(--accent-light);text-shadow:0 0 60px #b8924a4d;font-style:italic}.hero-sub{font-family:var(--sans);color:#ffffffa6;max-width:560px;margin-bottom:2.5rem;font-size:1.1rem;font-weight:300;line-height:1.8}.hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.btn-hero-primary{background:var(--accent);color:#fff;font-family:var(--sans);letter-spacing:.06em;text-transform:uppercase;border-radius:0;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:all .35s;display:inline-flex;position:relative;overflow:hidden}.btn-hero-primary:after{content:"";background:linear-gradient(90deg,#0000,#ffffff26,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.btn-hero-primary:hover:after{left:100%}.btn-hero-primary:hover{background:#a07e3e;transform:translateY(-2px);box-shadow:0 12px 36px #b8924a66}.btn-hero-outline{font-family:var(--sans);letter-spacing:.06em;color:#ffffffd9;border:1px solid #ffffff40;border-radius:0;padding:1rem 2.2rem;font-size:.82rem;font-weight:500;text-decoration:none;transition:all .3s}.btn-hero-outline:hover{border-color:var(--accent-light);color:var(--accent-light);background:#ffffff0d}.hero-stats-bar{z-index:3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:16px;align-items:center;gap:0;padding:1.5rem 3rem;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.hero-stat-item{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:0 2rem;display:flex}.hero-stat-num{font-family:var(--serif);color:#fff;letter-spacing:-.01em;font-size:2rem;font-weight:400}.hero-stat-label{font-family:var(--sans);letter-spacing:.12em;text-transform:uppercase;color:#ffffff73;margin-top:.3rem;margin-left:.12em;font-size:.68rem;font-weight:500}.hero-stat-sep{background:#ffffff1f;width:1px;height:36px}.marquee{background:var(--text);z-index:4;border-top:1px solid #b8924a33;border-bottom:1px solid #b8924a33;margin-top:-3.5rem;padding:1.3rem 0;position:relative;overflow:hidden}.marquee:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 0%,#b8924a0a 25%,#b8924a14 50%,#b8924a0a 75%,#0000 100%);position:absolute;inset:0}.marquee-track{gap:2.8rem;width:max-content;animation:25s linear infinite marquee;display:flex}.marquee-item{letter-spacing:.2em;text-transform:uppercase;white-space:nowrap;background:linear-gradient(135deg,#c9a44e 0%,#e8d08c 25%,#d4b06a 50%,#f0dfa0 75%,#c9a44e 100%) 0 0/200% 200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;gap:1.2rem;font-size:.78rem;font-weight:500;animation:4s ease-in-out infinite gold-shimmer;display:flex}.marquee-item:before{content:"✦";-webkit-text-fill-color:var(--accent-light);opacity:.5;filter:drop-shadow(0 0 3px #b8924a66);font-size:.45rem}@keyframes gold-shimmer{0%,to{background-position:0%}50%{background-position:100%}}.section{padding:7rem 4rem}.section-tag{font-family:var(--sans);letter-spacing:.18em;text-transform:uppercase;color:var(--accent);align-items:center;gap:.6rem;margin-bottom:1.2rem;font-size:.72rem;font-weight:600;display:inline-flex}.section-tag:before{content:"";background:var(--accent);width:28px;height:1.5px}.section-title{font-family:var(--serif);letter-spacing:-.01em;margin-bottom:1.2rem;font-size:clamp(2.4rem,3.8vw,3.4rem);font-weight:400;line-height:1.15}.section-title em{color:var(--accent);font-style:italic}.section-sub{font-family:var(--sans);color:var(--text-2);letter-spacing:.01em;max-width:540px;font-size:1rem;font-weight:400;line-height:1.85}.section-header{text-align:center;max-width:640px;margin:0 auto 4.5rem}.section-header .section-sub{margin:.75rem auto 0}.about{background:var(--white);grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.about-img{border-radius:var(--radius);box-shadow:var(--shadow);aspect-ratio:4/3;overflow:hidden}.about-img img{object-fit:cover;width:100%;height:100%}.about-features{gap:1.5rem;margin-top:2rem;display:grid}.about-feature{border-radius:var(--radius-sm);background:var(--bg);align-items:flex-start;gap:1rem;padding:1.2rem 1.5rem;transition:all .3s;display:flex}.about-feature:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.about-icon{background:var(--accent-pale);width:40px;height:40px;color:var(--accent);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.about-feature h4{font-family:var(--sans);letter-spacing:.01em;margin-bottom:.3rem;font-size:.95rem;font-weight:600}.about-feature p{font-family:var(--sans);color:var(--text-2);font-size:.85rem;font-weight:400;line-height:1.7}.showcase{background:var(--bg)}.carousel-wrapper{max-width:1200px;margin:0 auto;position:relative}.carousel-pills{justify-content:center;gap:.6rem;margin-bottom:2.5rem;display:flex}.carousel-pill{font-family:var(--sans);letter-spacing:.05em;text-transform:uppercase;color:var(--text-2);background:var(--white);border:1px solid var(--border);cursor:pointer;border-radius:100px;align-items:center;gap:.6rem;padding:.75rem 1.8rem;font-size:.82rem;font-weight:500;transition:all .35s cubic-bezier(.4,0,.2,1);display:inline-flex}.carousel-pill:hover{border-color:var(--accent);color:var(--accent)}.carousel-pill.active{background:var(--text);color:var(--white);border-color:var(--text);box-shadow:0 4px 20px #00000026}.carousel-pill-num{font-family:var(--serif);opacity:.5;font-size:.72rem;font-weight:400}.carousel-pill.active .carousel-pill-num{opacity:.7;color:var(--accent-light)}.carousel-stage{border-radius:var(--radius);position:relative;overflow:hidden}.carousel-arrow{z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);width:48px;height:48px;color:var(--text);cursor:pointer;background:#ffffffeb;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:220px;box-shadow:0 4px 20px #0000001f}.carousel-arrow:hover{background:var(--text);color:var(--white);border-color:var(--text);transform:scale(1.08);box-shadow:0 6px 24px #0003}.carousel-arrow-prev{left:1.5rem}.carousel-arrow-next{right:1.5rem}.carousel-slide{flex-direction:column;gap:1.5rem;display:flex}.carousel-hero{border-radius:var(--radius);width:100%;height:480px;position:relative;overflow:hidden}.carousel-hero img{object-fit:cover;width:100%;height:100%;transition:transform 8s}.carousel-slide:hover .carousel-hero img{transform:scale(1.05)}.carousel-hero-overlay{background:linear-gradient(#1a181540 0%,#1a181599 50%,#1a1815d9 100%);position:absolute;inset:0}.carousel-hero-content{z-index:2;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.8rem;padding:3.5rem 5rem;display:flex;position:absolute;inset:0}.carousel-hero-tag{font-family:var(--sans);letter-spacing:.2em;text-transform:uppercase;color:var(--accent-light);align-items:center;gap:.75rem;font-size:.7rem;font-weight:600;display:flex}.carousel-hero-tag:before{content:"";background:var(--accent-light);width:24px;height:1.5px}.carousel-hero-title{font-family:var(--serif);color:#fff;letter-spacing:-.01em;font-size:clamp(2.8rem,4.5vw,4rem);font-weight:400;line-height:1.08}.carousel-hero-desc{font-family:var(--sans);color:#ffffffbf;max-width:540px;font-size:.95rem;font-weight:300;line-height:1.8}.carousel-hero-btn{width:fit-content;font-family:var(--sans);letter-spacing:.08em;text-transform:uppercase;color:var(--white);background:var(--accent);border-radius:0;align-items:center;gap:.5rem;margin-top:.75rem;padding:.85rem 2.2rem;font-size:.78rem;font-weight:600;text-decoration:none;transition:all .35s;display:inline-flex}.carousel-hero-btn:hover{background:#a07e3e;transform:translateY(-2px);box-shadow:0 8px 28px #b8924a59}.carousel-hero-btn span{font-size:1.1rem;transition:transform .3s}.carousel-hero-btn:hover span{transform:translate(4px)}.carousel-products{flex-wrap:wrap;justify-content:center;gap:1rem;padding-top:1.5rem;display:flex}.carousel-product-card{background:var(--white);border-radius:var(--radius-sm);border:1px solid var(--border);flex-direction:column;flex-shrink:0;width:220px;text-decoration:none;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.carousel-product-card:hover{border-color:var(--accent);transform:translateY(-5px);box-shadow:0 12px 32px #0000001a}.carousel-product-img{background:var(--sand);width:100%;height:160px;overflow:hidden}.carousel-product-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1)}.carousel-product-card:hover .carousel-product-img img{transform:scale(1.08)}.carousel-product-info{flex-direction:column;gap:.25rem;padding:1rem 1.1rem;display:flex}.carousel-product-label{font-family:var(--sans);letter-spacing:.14em;text-transform:uppercase;color:var(--accent);font-size:.62rem;font-weight:600}.carousel-product-title{font-family:var(--serif);color:var(--text);letter-spacing:.01em;font-size:1.05rem;font-weight:400}.carousel-product-arrow{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:30px;height:30px;color:var(--text);opacity:0;background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;font-size:.78rem;transition:all .3s;display:flex;position:absolute;top:.8rem;right:.8rem;transform:translateY(4px)}.carousel-product-card:hover .carousel-product-arrow{opacity:1;transform:translateY(0)}.carousel-footer{justify-content:center;align-items:center;gap:2rem;margin-top:2.5rem;display:flex}.carousel-dots{align-items:center;gap:.5rem;display:flex}.carousel-dot{border:1.5px solid var(--border);cursor:pointer;background:0 0;border-radius:50%;width:10px;height:10px;padding:0;transition:all .35s}.carousel-dot:hover{border-color:var(--accent)}.carousel-dot.active{background:var(--accent);border-color:var(--accent);border-radius:100px;width:32px}.carousel-counter{font-family:var(--serif);color:var(--text-3);letter-spacing:.05em;font-size:.95rem}.carousel-counter-current{color:var(--text);font-weight:500}.carousel-counter-sep{opacity:.4;margin:0 .25rem}.features{background:var(--white)}.features-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.feature-card{border-radius:var(--radius);background:var(--bg);text-align:center;border:1px solid #0000;padding:2.5rem 2rem;transition:all .4s}.feature-card:hover{border-color:var(--border);box-shadow:var(--shadow);background:var(--white);transform:translateY(-4px)}.feature-icon-wrap{background:var(--accent-pale);width:52px;height:52px;color:var(--accent);border-radius:14px;justify-content:center;align-items:center;margin:0 auto 1.2rem;transition:all .3s;display:flex}.feature-card:hover .feature-icon-wrap{background:var(--accent);color:var(--white);transform:scale(1.05)}.feature-card h3{font-family:var(--sans);letter-spacing:.01em;margin-bottom:.5rem;font-size:1.05rem;font-weight:600}.feature-card p{font-family:var(--sans);color:var(--text-2);font-size:.88rem;font-weight:400;line-height:1.75}.partners{background:var(--white);overflow:hidden}.partners-dual{flex-direction:column;gap:4rem;display:flex;position:relative}.partners-row{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000);mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000)}.partners-track-row{align-items:center;gap:2.5rem;width:max-content;display:flex}.partners-track-row:hover{animation-play-state:paused}.partners-track-ltr{animation:35s linear infinite partners-scroll-ltr}@keyframes partners-scroll-ltr{0%{transform:translate(0)}to{transform:translate(-33.333%)}}.partners-track-rtl{animation:40s linear infinite partners-scroll-rtl}@keyframes partners-scroll-rtl{0%{transform:translate(-33.333%)}to{transform:translate(0)}}.partner-card{flex-direction:column;flex-shrink:0;align-items:center;text-decoration:none;display:flex}.partner-card-inner{background:var(--bg);border-radius:var(--radius-sm);width:200px;height:100px;box-shadow:none;border:none;justify-content:center;align-items:center;padding:1.5rem 2.2rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.partner-card-inner:before{content:"";opacity:0;background:linear-gradient(120deg,#0000 30%,#b8924a0f 50%,#0000 70%);transition:opacity .4s;position:absolute;inset:0}.partner-card:hover .partner-card-inner:before{opacity:1}.partner-card:hover .partner-card-inner{background:var(--white);transform:translateY(-4px);box-shadow:0 8px 32px #b8924a1a}.partner-card-inner img{object-fit:contain;filter:grayscale(.15);opacity:.85;width:auto;max-width:140px;height:auto;max-height:70px;transition:all .4s cubic-bezier(.4,0,.2,1)}.partner-card:hover .partner-card-inner img{filter:grayscale(0);opacity:1;transform:scale(1.06)}.partner-card-name{display:none}.testimonials{background:var(--bg);overflow:hidden}.google-rating-summary{background:var(--white);border:1px solid var(--border);border-radius:100px;align-items:center;gap:1rem;margin-top:.5rem;padding:.75rem 1.8rem;display:inline-flex;box-shadow:0 2px 12px #0000000f}.google-rating-info{flex-direction:column;gap:.1rem;display:flex}.google-rating-score{align-items:center;gap:.5rem;display:flex}.google-rating-num{font-family:var(--sans);color:var(--text);font-size:1.5rem;font-weight:700;line-height:1}.google-rating-stars{color:#fbbc04;letter-spacing:1px;font-size:1rem;line-height:1}.google-rating-count{font-family:var(--sans);color:var(--text-3);font-size:.72rem;font-weight:400}.testimonials-marquee{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000);mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000)}.testimonials-track{gap:1.5rem;width:max-content;animation:40s linear infinite scroll-testimonials;display:flex}.testimonials-track:hover{animation-play-state:paused}@keyframes scroll-testimonials{0%{transform:translate(0)}to{transform:translate(-50%)}}.testimonial-card{background:var(--white);border:1px solid var(--border);border-radius:12px;flex-direction:column;flex-shrink:0;gap:.8rem;min-width:340px;max-width:380px;padding:1.8rem;transition:all .3s;display:flex}.testimonial-card:hover{transform:translateY(-3px);box-shadow:0 4px 24px #00000014}.testimonial-card-top{justify-content:space-between;align-items:center;display:flex}.testimonial-google-icon{opacity:.8;flex-shrink:0}.testimonial-stars{color:#fbbc04;letter-spacing:2px;font-size:1rem;line-height:1}.testimonial-text{font-family:var(--sans);color:var(--text-2);margin:0;font-size:.9rem;font-weight:400;line-height:1.75}.testimonial-author{align-items:center;gap:.75rem;display:flex}.testimonial-avatar{width:40px;height:40px;font-family:var(--sans);color:#4285f4;background:#e8f0fe;border-radius:50%;justify-content:center;align-items:center;font-size:.88rem;font-weight:600;display:flex}.testimonial-name{font-family:var(--sans);color:var(--text);letter-spacing:.01em;font-size:.88rem;font-weight:600;line-height:1.3}.testimonial-role{font-family:var(--sans);color:var(--text-3);font-size:.72rem;font-weight:400;line-height:1.3}.cta-banner{background:var(--text);border-radius:var(--radius);text-align:center;margin:0 4rem 4rem;padding:5rem;position:relative;overflow:hidden}.cta-banner:before{content:"";background:radial-gradient(circle,#b8924a26,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;top:-100px;right:-100px}.cta-banner h2{font-family:var(--serif);color:var(--white);margin-bottom:1rem;font-size:clamp(2rem,3vw,2.8rem);font-weight:400}.cta-banner h2 em{color:var(--accent-light);font-style:italic}.cta-banner p{font-family:var(--sans);color:#fff9;margin-bottom:2rem;font-size:1rem;font-weight:400;line-height:1.7}.btn-primary{font-family:var(--sans);letter-spacing:.08em;text-transform:uppercase;background:var(--accent);color:#fff;border-radius:100px;justify-content:center;align-items:center;padding:1.1rem 3rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:all .35s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #b8924a40}.btn-primary:hover{background:#a07e3e;transform:translateY(-3px);box-shadow:0 8px 25px #b8924a66}.contact{background:var(--bg)}.contact-grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:2rem;display:grid}.contact-card{background:var(--text);border-radius:var(--radius);flex-direction:column;padding:2.5rem;display:flex;position:relative;overflow:hidden}.contact-card-glow{pointer-events:none;background:radial-gradient(circle,#b8924a26,#0000 70%);border-radius:50%;width:200px;height:200px;position:absolute;top:-60px;right:-60px}.contact-card .contact-info-list{flex:1;gap:.5rem;display:grid}.contact-card .contact-info-item{border-radius:var(--radius-sm);align-items:flex-start;gap:1rem;padding:1rem 1.2rem;transition:background .3s;display:flex}.contact-card .contact-info-item:hover{background:#ffffff0d}.contact-card .contact-info-icon{width:42px;height:42px;color:var(--accent-light);background:#b8924a1f;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-card .contact-info-label{font-family:var(--sans);text-transform:uppercase;letter-spacing:.14em;color:#fff6;font-size:.7rem;font-weight:600}.contact-card .contact-info-value{font-family:var(--sans);color:#ffffffe0;margin-top:.25rem;font-size:.9rem;font-weight:400;line-height:1.6}.contact-card-divider{background:#ffffff14;height:1px;margin:1.5rem 0}.contact-card-bottom{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.contact-whatsapp{color:#fff;letter-spacing:.02em;background:#25d366;border-radius:100px;align-items:center;gap:.5rem;padding:.7rem 1.5rem;font-size:.8rem;font-weight:500;transition:all .3s;display:inline-flex}.contact-whatsapp:hover{background:#1da851;transform:translateY(-2px);box-shadow:0 8px 24px #25d3664d}.contact-socials{gap:.8rem;display:flex}.contact-socials a{color:#ffffff73;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:all .3s;display:flex}.contact-socials a:hover{border-color:var(--accent);color:var(--accent-light);background:#b8924a1a}.contact-map{border-radius:var(--radius);background:var(--sand);min-height:480px;box-shadow:var(--shadow-lg);overflow:hidden}.contact-map iframe{border:0;width:100%;height:100%}.footer{background:var(--text);color:#ffffff80;padding:4rem}.footer-top{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-brand{font-family:var(--serif);color:#fff;letter-spacing:.01em;margin-bottom:.75rem;font-size:1.5rem}.footer-desc{font-family:var(--sans);max-width:300px;font-size:.85rem;font-weight:400;line-height:1.8}.footer-heading{font-family:var(--sans);letter-spacing:.16em;text-transform:uppercase;color:#ffffff59;margin-bottom:1.2rem;font-size:.72rem;font-weight:600}.footer-links{gap:.7rem;list-style:none;display:grid}.footer-links a{font-family:var(--sans);font-size:.85rem;font-weight:400;transition:color .3s}.footer-links a:hover{color:var(--accent-light)}.footer-bottom{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.75rem;display:flex}.footer-socials{gap:1rem;display:flex}.footer-social{color:#ffffff80;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.85rem;transition:all .3s;display:flex}.footer-social:hover{border-color:var(--accent);color:var(--accent-light);background:#b8924a1a}@keyframes marquee{to{transform:translate(-50%)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (max-width:1024px){.navbar{padding:1rem 2rem}.navbar.scrolled{padding:.75rem 2rem}.nav-hamburger{display:flex}.nav-menu{background:var(--bg);flex-direction:column;gap:0;width:280px;height:100vh;padding:5rem 2rem 2rem;transition:right .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-100%;box-shadow:-8px 0 40px #0000001a}.nav-menu.open{right:0}.nav-menu li{border-bottom:1px solid var(--border)}.nav-menu a{padding:1rem 0;font-size:.95rem;display:block}.nav-menu a:after,.nav-cta{display:none}.hero-stats-bar{padding:1.2rem 2rem}.hero-stat-item{padding:0 1.5rem}.hero-stat-num{font-size:1.6rem}.section{padding:5rem 2rem}.about{grid-template-columns:1fr;gap:2rem}.carousel-hero{height:380px}.carousel-hero-content{padding:2.5rem 3rem}.carousel-arrow{width:40px;height:40px;top:180px}.carousel-pills{flex-wrap:wrap}.features-grid{grid-template-columns:1fr 1fr}.contact-grid{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr 1fr;gap:2rem}.cta-banner{margin:0 2rem 2rem;padding:3rem 2rem}}@media (max-width:640px){.hero h1{font-size:2.2rem}.hero-sub{font-size:.9rem}.hero-stats-bar{border-radius:12px;flex-wrap:wrap;justify-content:center;gap:1rem;width:calc(100% - 2rem);padding:1rem 1.5rem;bottom:1.5rem}.hero-stat-item{padding:.3rem 1rem}.hero-stat-sep{display:none}.carousel-hero{height:320px}.carousel-hero-content{padding:1.5rem 2rem}.carousel-hero-title{font-size:2rem}.carousel-hero-desc{max-width:100%;font-size:.82rem}.carousel-arrow{display:none}.carousel-pills{gap:.4rem}.carousel-pill{padding:.6rem 1.2rem;font-size:.75rem}.carousel-product-card{width:160px}.features-grid,.footer-top{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}.cta-banner{margin:0 1rem 1rem;padding:2.5rem 1.5rem}}.products-nav-active{color:var(--accent)!important}.products-nav-active:after{width:100%!important}.products-hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:52vh;padding:10rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.products-hero-bg{z-index:0;background:radial-gradient(at 20%,#b8924a14 0%,#0000 50%),radial-gradient(at 80%,#667eea0f 0%,#0000 50%),radial-gradient(at 50% 0,#b8924a0a 0%,#0000 60%);position:absolute;inset:0}.products-hero-bg:after{content:"";background:linear-gradient(to top, var(--bg), transparent);height:120px;position:absolute;bottom:0;left:0;right:0}.products-hero-content{z-index:1;max-width:680px;position:relative}.products-hero-badge{background:var(--accent-pale);border-radius:100px;align-items:center;gap:.6rem;margin-bottom:1.5rem;padding:.5rem 1.2rem;display:inline-flex}.products-hero-badge-dot{background:var(--accent);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}}.products-hero-badge span{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);font-size:.7rem;font-weight:500}.products-hero h1{font-family:var(--serif);color:var(--text);margin-bottom:1.2rem;font-size:clamp(2.6rem,5vw,4.2rem);font-weight:400;line-height:1.1}.products-hero h1 em{color:var(--accent);font-style:italic}.products-hero p{color:var(--text-2);max-width:520px;margin:0 auto;font-size:1rem;font-weight:300;line-height:1.8}.products-hero-stats{z-index:1;background:var(--glass);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);border-radius:var(--radius);box-shadow:var(--shadow);align-items:center;gap:2rem;margin-top:2.5rem;padding:1.5rem 2.5rem;display:flex;position:relative}.products-stat{text-align:center}.products-stat-num{font-family:var(--serif);color:var(--text);font-size:1.8rem;font-weight:400}.products-stat-label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);margin-top:.15rem;font-size:.68rem;font-weight:400}.products-stat-divider{background:var(--border);width:1px;height:36px}.products-section{background:var(--bg);padding-top:2rem!important}.products-filter-bar{flex-wrap:wrap;align-items:center;gap:1.5rem;margin-bottom:3rem;display:flex}.products-filter-label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);white-space:nowrap;font-size:.75rem;font-weight:500}.products-filter-chips{flex-wrap:wrap;gap:.5rem;display:flex}.products-chip{color:var(--text-2);background:var(--white);border:1px solid var(--border);letter-spacing:.02em;cursor:pointer;border-radius:100px;align-items:center;gap:.5rem;padding:.55rem 1.3rem;font-size:.78rem;font-weight:400;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.products-chip:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-pale)}.products-chip.active{background:var(--text);color:var(--white);border-color:var(--text)}.products-chip-count{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.65rem;font-weight:600;display:inline-flex}.products-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.8rem;display:grid}.product-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--border);cursor:pointer;transition:all .45s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.product-card:hover{border-color:#0000;transform:translateY(-6px);box-shadow:0 20px 60px #0000001a}.product-card-image{aspect-ratio:4/3;position:relative;overflow:hidden}.product-card-gradient{z-index:0;opacity:.3;transition:opacity .4s;position:absolute;inset:0}.product-card:hover .product-card-gradient{opacity:.15}.product-card-image img{object-fit:cover;z-index:1;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1);position:relative}.product-card:hover .product-card-image img{transform:scale(1.08)}.product-card-overlay{z-index:2;pointer-events:none;background:linear-gradient(#0000 60%,#1a18150a 100%);position:absolute;inset:0}.product-badge{z-index:3;letter-spacing:.08em;text-transform:uppercase;background:var(--accent);color:var(--white);border-radius:100px;padding:.35rem .85rem;font-size:.65rem;font-weight:600;position:absolute;top:1rem;left:1rem;box-shadow:0 4px 12px #b8924a4d}.product-card-zoom{z-index:3;background:var(--white);width:40px;height:40px;color:var(--text);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:1rem;right:1rem;box-shadow:0 4px 16px #0000001a}.product-card-body{padding:1.5rem 1.5rem 1.8rem}.product-card-category{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.4rem;font-size:.65rem;font-weight:500;display:block}.product-card-name{font-family:var(--serif);color:var(--text);margin-bottom:.5rem;font-size:1.2rem;font-weight:400;line-height:1.3}.product-card-desc{color:var(--text-2);margin-bottom:1.2rem;font-size:.82rem;font-weight:300;line-height:1.7}.product-card-footer{justify-content:space-between;align-items:center;display:flex}.product-card-cta{color:var(--accent);letter-spacing:.03em;border:1px solid var(--accent);border-radius:100px;align-items:center;gap:.4rem;padding:.5rem 1.2rem;font-size:.78rem;font-weight:500;transition:all .3s;display:inline-flex}.product-card-cta:hover{background:var(--accent);color:var(--white);transform:translate(4px)}.product-card-cta svg{transition:transform .3s}.product-card-cta:hover svg{transform:translate(3px)}.products-cta{padding:0 4rem 5rem}.products-cta-inner{background:var(--text);border-radius:var(--radius);text-align:center;padding:5rem 4rem;position:relative;overflow:hidden}.products-cta-glow{pointer-events:none;background:radial-gradient(circle,#b8924a33,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;top:-80px;right:-80px}.products-cta-inner:before{content:"";pointer-events:none;background:radial-gradient(circle,#667eea1a,#0000 70%);border-radius:50%;width:250px;height:250px;position:absolute;bottom:-80px;left:-80px}.products-cta h2{font-family:var(--serif);color:var(--white);margin-bottom:1rem;font-size:clamp(2rem,3vw,2.8rem);font-weight:400;position:relative}.products-cta h2 em{color:var(--accent-light);font-style:italic}.products-cta p{color:#ffffff8c;max-width:480px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:.95rem;font-weight:300;position:relative}.products-cta-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex;position:relative}@media (max-width:1024px){.products-hero{min-height:44vh;padding:8rem 2rem 3rem}.products-grid{grid-template-columns:repeat(2,1fr)}.products-cta{padding:0 2rem 3rem}.products-cta-inner{padding:3rem 2rem}}@media (max-width:640px){.products-hero{min-height:40vh;padding:7rem 1.5rem 2rem}.products-hero h1{font-size:2.2rem}.products-hero-stats{flex-direction:row;gap:1.2rem;padding:1rem 1.5rem}.products-stat-num{font-size:1.4rem}.products-filter-bar{flex-direction:column;align-items:flex-start;gap:.75rem}.products-filter-chips{gap:.4rem}.products-chip{padding:.45rem 1rem;font-size:.72rem}.products-grid{grid-template-columns:1fr;gap:1.2rem}.products-cta{padding:0 1rem 2rem}.products-cta-inner{padding:2.5rem 1.5rem}.products-cta-actions{flex-direction:column}}
