.Navbar-module__I5bVQG__nav{z-index:200;background:var(--nav-bg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);transition:box-shadow var(--t), background var(--t);justify-content:space-between;align-items:center;padding:15px 6vw;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__I5bVQG__navScrolled{box-shadow:0 4px 24px #0000001f}.Navbar-module__I5bVQG__logoLink{flex-shrink:0;align-items:center;height:43px;text-decoration:none;display:flex;overflow:hidden}.Navbar-module__I5bVQG__logo{object-fit:contain;object-position:left center;width:auto;max-width:180px;height:43px}[data-theme=dark] .Navbar-module__I5bVQG__logo{filter:brightness(0)invert()}.Navbar-module__I5bVQG__skipLink{background:var(--forest);color:#f5f0e8;z-index:9999;pointer-events:none;border-radius:0 0 4px 4px;padding:8px 16px;font-size:.85rem;font-weight:600;text-decoration:none;transition:top .2s;position:fixed;top:-100px;left:6vw}.Navbar-module__I5bVQG__skipLink:focus{pointer-events:auto;outline:2px solid var(--gold);outline-offset:2px;top:0}.Navbar-module__I5bVQG__links{align-items:center;gap:28px;list-style:none;display:flex}.Navbar-module__I5bVQG__link{letter-spacing:.06em;text-transform:uppercase;color:var(--text-mid);transition:color var(--t);cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;padding:0;font-family:inherit;font-size:.83rem;font-weight:500;text-decoration:none;display:flex;position:relative}.Navbar-module__I5bVQG__link:after{content:"";background:var(--gold);transform-origin:0;height:1.5px;transition:transform .3s;position:absolute;bottom:-4px;left:0;right:0;transform:scaleX(0)}.Navbar-module__I5bVQG__link:hover{color:var(--forest)}[data-theme=dark] .Navbar-module__I5bVQG__link:hover{color:var(--gold-light)}.Navbar-module__I5bVQG__link:hover:after{transform:scaleX(1)}.Navbar-module__I5bVQG__linkCta{border-radius:2px;background:var(--forest)!important;color:#f5f0e8!important;padding:8px 20px!important}.Navbar-module__I5bVQG__linkCta:after{display:none!important}.Navbar-module__I5bVQG__linkCta:hover{transform:translateY(-1px);background:var(--forest-light)!important}.Navbar-module__I5bVQG__dropItem{position:relative}.Navbar-module__I5bVQG__dropTrigger{white-space:nowrap}.Navbar-module__I5bVQG__chevron{flex-shrink:0;transition:transform .2s}.Navbar-module__I5bVQG__chevronOpen{transform:rotate(180deg)}.Navbar-module__I5bVQG__dropdown{opacity:0;visibility:hidden;pointer-events:none;z-index:300;padding-top:9px;transition:opacity .2s,visibility .2s;position:absolute;top:100%;left:50%;transform:translate(-50%)}.Navbar-module__I5bVQG__dropItem:hover .Navbar-module__I5bVQG__dropdown{opacity:1;visibility:visible;pointer-events:auto}.Navbar-module__I5bVQG__dropItem:hover .Navbar-module__I5bVQG__chevron{transform:rotate(180deg)}.Navbar-module__I5bVQG__dropdown:after{content:none}.Navbar-module__I5bVQG__dropArrow{background:var(--surface);border-left:1px solid var(--border);border-top:1px solid var(--border);z-index:5;pointer-events:none;width:12px;height:12px;transition:background var(--t);position:absolute;top:9px;left:50%;transform:translate(-50%)rotate(45deg)}.Navbar-module__I5bVQG__dropdown:has(.Navbar-module__I5bVQG__dropLink:first-of-type:hover) .Navbar-module__I5bVQG__dropArrow{background:var(--bg-muted)}.Navbar-module__I5bVQG__dropdown>:not(.Navbar-module__I5bVQG__dropArrow){z-index:2;position:relative}.Navbar-module__I5bVQG__dropLink:first-of-type{border-radius:8px 8px 0 0}.Navbar-module__I5bVQG__dropLink:last-of-type{border-radius:0 0 8px 8px}.Navbar-module__I5bVQG__dropLink{background:var(--surface);border:1px solid var(--border);color:var(--text);min-width:260px;transition:background var(--t), color var(--t);border-bottom:none;align-items:center;gap:10px;padding:10px 16px;font-size:.88rem;font-weight:500;text-decoration:none;display:flex}.Navbar-module__I5bVQG__dropLink:last-of-type{border-bottom:1px solid var(--border)}.Navbar-module__I5bVQG__dropLink:first-of-type{margin-top:6px}.Navbar-module__I5bVQG__dropLink:hover{background:var(--bg-muted);color:var(--forest)}[data-theme=dark] .Navbar-module__I5bVQG__dropLink:hover{color:var(--gold-light)}.Navbar-module__I5bVQG__dropIcon{flex-shrink:0;font-size:1.1rem}.Navbar-module__I5bVQG__dropChevron{opacity:0;color:var(--text-low);flex-shrink:0;margin-left:auto;transition:opacity .2s,transform .2s}.Navbar-module__I5bVQG__dropLink:hover .Navbar-module__I5bVQG__dropChevron{opacity:1;transform:translate(3px)}.Navbar-module__I5bVQG__themePill{background:var(--bg-muted);border:1px solid var(--border);border-radius:100px;align-items:center;gap:2px;padding:3px;display:flex}.Navbar-module__I5bVQG__ttBtn{cursor:pointer;width:28px;height:28px;color:var(--text-low);transition:background var(--t), color var(--t);background:0 0;border:none;border-radius:100px;justify-content:center;align-items:center;font-size:.82rem;display:flex}.Navbar-module__I5bVQG__ttBtn:hover{color:var(--text)}.Navbar-module__I5bVQG__ttBtnActive{background:var(--surface);color:var(--forest);box-shadow:0 1px 6px #0000001f}[data-theme=dark] .Navbar-module__I5bVQG__ttBtnActive{color:var(--gold-light)}.Navbar-module__I5bVQG__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.Navbar-module__I5bVQG__hamburger span{background:var(--text);border-radius:2px;width:22px;height:2px;transition:all .3s;display:block}.Navbar-module__I5bVQG__hamOpen{opacity:.5}.Navbar-module__I5bVQG__mobileRight{align-items:center;gap:10px;display:none}.Navbar-module__I5bVQG__mobileMenu{background:var(--bg);z-index:300;flex-direction:column;gap:4px;padding:76px 6vw 36px;display:flex;position:fixed;inset:0;overflow-y:auto}.Navbar-module__I5bVQG__mobileClose{cursor:pointer;color:var(--text);background:0 0;border:none;font-size:1.6rem;position:absolute;top:20px;right:6vw}.Navbar-module__I5bVQG__mobileLink{font-family:var(--font-playfair), serif;color:var(--forest);border-bottom:1px solid var(--border);transition:color var(--t);cursor:pointer;text-align:left;background:0 0;border-top:none;border-left:none;border-right:none;justify-content:space-between;align-items:center;width:100%;padding-bottom:13px;font-size:1.8rem;font-weight:700;text-decoration:none;display:flex}[data-theme=dark] .Navbar-module__I5bVQG__mobileLink{color:var(--gold-light)}.Navbar-module__I5bVQG__mobileLinkBtn{font-family:var(--font-playfair), serif;font-size:1.8rem;font-weight:700}.Navbar-module__I5bVQG__mobileSubLinks{border-bottom:1px solid var(--border);background-color:var(--bg);flex-direction:column;gap:2px;margin-bottom:4px;padding:8px 0 12px 16px;display:flex}.Navbar-module__I5bVQG__mobileSubLink{color:var(--text-mid);transition:color var(--t);align-items:center;gap:10px;padding:8px 0;font-size:1rem;font-weight:500;text-decoration:none;display:flex}.Navbar-module__I5bVQG__mobileSubLink:hover{color:var(--forest)}[data-theme=dark] .Navbar-module__I5bVQG__mobileSubLink:hover{color:var(--gold-light)}@media (max-width:1024px){.Navbar-module__I5bVQG__links{display:none}.Navbar-module__I5bVQG__hamburger,.Navbar-module__I5bVQG__mobileRight{display:flex}}
.Hero-module__opxiJq__hero{grid-template-columns:1fr 1fr;align-items:center;gap:60px;min-height:100vh;padding:120px 6vw 80px;display:grid;position:relative;overflow:hidden}.Hero-module__opxiJq__bgCircle{pointer-events:none;background:radial-gradient(circle,#c9a84c1a 0%,#0000 70%);border-radius:50%;width:700px;height:700px;position:absolute;top:50%;right:-120px;transform:translateY(-50%)}.Hero-module__opxiJq__bgLines{pointer-events:none;background:repeating-linear-gradient(0deg,#0000,#0000 59px,#1a4a2e0a 59px 60px);width:50%;position:absolute;top:0;bottom:0;left:0}.Hero-module__opxiJq__content{z-index:2;position:relative}.Hero-module__opxiJq__badge{background:var(--pill-bg);border:1px solid var(--border-hi);color:var(--gold-dark);letter-spacing:.08em;text-transform:uppercase;border-radius:100px;align-items:center;gap:8px;margin-bottom:26px;padding:6px 16px;font-size:.73rem;font-weight:600;animation:.6s both Hero-module__opxiJq__fadeUp;display:inline-flex}[data-theme=dark] .Hero-module__opxiJq__badge{color:var(--gold-light)}.Hero-module__opxiJq__badge:before{content:"";background:var(--gold);border-radius:50%;width:6px;height:6px}.Hero-module__opxiJq__h1{font-family:var(--font-playfair), "Playfair Display", serif;color:var(--text);letter-spacing:-.02em;margin-bottom:22px;font-size:clamp(1.8rem,5vw,4.1rem);font-weight:900;line-height:1.08;animation:.6s .1s both Hero-module__opxiJq__fadeUp}[data-theme=dark] .Hero-module__opxiJq__h1{color:var(--gold-light)}.Hero-module__opxiJq__em{color:var(--gold);font-style:normal;position:relative}.Hero-module__opxiJq__em:after{content:"";background:linear-gradient(90deg, var(--gold), transparent);border-radius:2px;height:3px;position:absolute;bottom:2px;left:0;right:0}.Hero-module__opxiJq__desc{color:var(--text-mid);max-width:480px;margin-bottom:38px;font-size:clamp(.85rem,3vw,1rem);font-weight:300;line-height:1.72;animation:.6s .2s both Hero-module__opxiJq__fadeUp}.Hero-module__opxiJq__actions{flex-wrap:wrap;gap:14px;animation:.6s .3s both Hero-module__opxiJq__fadeUp;display:flex}.Hero-module__opxiJq__btnPrimary{background:var(--forest);color:#f5f0e8;letter-spacing:.04em;transition:background var(--t), transform .2s, box-shadow var(--t);border-radius:2px;align-items:center;gap:10px;padding:13px 28px;font-size:.87rem;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 4px 20px #1a4a2e47}.Hero-module__opxiJq__btnPrimary:hover{background:var(--forest-light);transform:translateY(-2px);box-shadow:0 8px 30px #1a4a2e52}.Hero-module__opxiJq__btnPrimary svg{transition:transform .2s}.Hero-module__opxiJq__btnPrimary:hover svg{transform:translate(4px)}.Hero-module__opxiJq__btnSecondary{border:1.5px solid var(--forest);color:var(--forest);transition:background var(--t), color var(--t), border-color var(--t);border-radius:2px;align-items:center;padding:12px 26px;font-size:.87rem;font-weight:500;text-decoration:none;display:inline-flex}[data-theme=dark] .Hero-module__opxiJq__btnSecondary{border-color:var(--gold);color:var(--gold)}.Hero-module__opxiJq__btnSecondary:hover{background:var(--forest);color:#f5f0e8;border-color:var(--forest)}[data-theme=dark] .Hero-module__opxiJq__btnSecondary:hover{background:var(--gold);border-color:var(--gold);color:#111}.Hero-module__opxiJq__stats{gap:36px;margin-top:52px;padding:0;list-style:none;animation:.6s .4s both Hero-module__opxiJq__fadeUp;display:flex}.Hero-module__opxiJq__statNum{font-family:var(--font-playfair), "Playfair Display", serif;color:var(--forest);font-size:2rem;font-weight:700;line-height:1}[data-theme=dark] .Hero-module__opxiJq__statNum{color:var(--gold-light)}.Hero-module__opxiJq__statNum span{color:var(--gold)}.Hero-module__opxiJq__statLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--text-low);margin-top:4px;font-size:.73rem;font-weight:500}.Hero-module__opxiJq__statItem{padding-right:36px;position:relative}.Hero-module__opxiJq__statItem:not(:last-child):after{content:"";background:var(--gold);width:1px;height:30px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.Hero-module__opxiJq__statItem:last-child{padding-right:0}.Hero-module__opxiJq__visual{z-index:2;justify-content:center;align-items:center;animation:.8s .2s both Hero-module__opxiJq__fadeIn;display:flex;position:relative}.Hero-module__opxiJq__cardStack{width:420px;height:420px;position:relative}.Hero-module__opxiJq__card{border-radius:8px;transition:transform .4s;position:absolute}.Hero-module__opxiJq__card1{background:linear-gradient(135deg,#e8d5a3,#d4b870);width:320px;height:220px;top:60px;left:50px;transform:rotate(-6deg);box-shadow:0 20px 60px #00000024}.Hero-module__opxiJq__card2{background:linear-gradient(135deg,#f5edd8,#e8d090);width:320px;height:220px;top:100px;left:60px;transform:rotate(2deg);box-shadow:0 20px 60px #0000001a}.Hero-module__opxiJq__card3{background:linear-gradient(135deg, var(--bg), #f0e8cc);border:1px solid var(--border);justify-content:center;align-items:center;width:320px;height:220px;display:flex;top:140px;left:40px;transform:rotate(-2deg);box-shadow:0 20px 60px #00000014}[data-theme=dark] .Hero-module__opxiJq__card3{background:linear-gradient(135deg,#22301c,#1a2616)}.Hero-module__opxiJq__cardInner{text-align:center;padding:20px}.Hero-module__opxiJq__cardInner p{font-family:var(--font-playfair), "Playfair Display", serif;color:var(--forest);letter-spacing:.05em;font-size:.88rem;font-weight:600}[data-theme=dark] .Hero-module__opxiJq__cardInner p{color:var(--gold-light)}.Hero-module__opxiJq__certBadge{background:var(--forest);color:#f5f0e8;letter-spacing:.08em;text-transform:uppercase;border-radius:100px;margin-top:8px;padding:4px 12px;font-size:.68rem;font-weight:600;display:inline-block}.Hero-module__opxiJq__cardStack:hover .Hero-module__opxiJq__card1{transform:rotate(-10deg)translateY(-5px)}.Hero-module__opxiJq__cardStack:hover .Hero-module__opxiJq__card2{transform:rotate(5deg)translateY(-2px)}.Hero-module__opxiJq__cardStack:hover .Hero-module__opxiJq__card3{transform:rotate(-4deg)translateY(3px)}.Hero-module__opxiJq__floatTag{background:var(--surface);border:1px solid var(--border);color:var(--forest);border-radius:8px;align-items:center;gap:8px;padding:9px 14px;font-size:.77rem;font-weight:600;display:flex;position:absolute;box-shadow:0 8px 24px #0000001a}[data-theme=dark] .Hero-module__opxiJq__floatTag{color:var(--gold-light)}.Hero-module__opxiJq__tag1{animation:3s ease-in-out infinite Hero-module__opxiJq__float;top:20px;right:20px}.Hero-module__opxiJq__tag2{animation:3s ease-in-out 1s infinite Hero-module__opxiJq__float;bottom:80px;right:0}.Hero-module__opxiJq__tag3{animation:3s ease-in-out 2s infinite Hero-module__opxiJq__float;bottom:20px;left:20px}.Hero-module__opxiJq__dot{background:var(--gold);border-radius:50%;width:8px;height:8px}@keyframes Hero-module__opxiJq__float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes Hero-module__opxiJq__fadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__opxiJq__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:1024px){.Hero-module__opxiJq__hero{text-align:center;grid-template-columns:1fr}.Hero-module__opxiJq__desc{margin:0 auto 38px}.Hero-module__opxiJq__actions,.Hero-module__opxiJq__stats{justify-content:center}.Hero-module__opxiJq__visual{display:none}}@media (max-width:640px){.Hero-module__opxiJq__hero{padding-top:96px}.Hero-module__opxiJq__stats{gap:24px}}@media (max-width:400px){.Hero-module__opxiJq__hero{padding:88px 4vw 60px}.Hero-module__opxiJq__badge{font-size:.7rem}.Hero-module__opxiJq__stats{flex-wrap:wrap;gap:16px}.Hero-module__opxiJq__statItem{padding-right:16px}.Hero-module__opxiJq__actions{flex-direction:column;width:100%}.Hero-module__opxiJq__btnPrimary,.Hero-module__opxiJq__btnSecondary{justify-content:center;width:100%}}
.Marquee-module__cVbffW__wrapper{background:var(--forest);padding:15px 0;overflow:hidden}[data-theme=dark] .Marquee-module__cVbffW__wrapper{background:#0b1209}.Marquee-module__cVbffW__track{width:max-content;animation:22s linear infinite Marquee-module__cVbffW__marquee;display:flex}.Marquee-module__cVbffW__wrapper:hover .Marquee-module__cVbffW__track{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.Marquee-module__cVbffW__track{flex-wrap:wrap;justify-content:center;animation:none}}.Marquee-module__cVbffW__item{color:#f5f0e89e;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;align-items:center;gap:12px;padding:0 34px;font-size:.78rem;font-weight:500;display:inline-flex}.Marquee-module__cVbffW__sep{color:var(--gold)}@keyframes Marquee-module__cVbffW__marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}
.About-module___XWHlW__about{background:var(--bg-alt);grid-template-columns:1fr 1fr;align-items:center;gap:76px;display:grid}.About-module___XWHlW__visual{padding-bottom:22px;padding-right:22px;position:relative}.About-module___XWHlW__imgContainer{aspect-ratio:4/5;border-radius:4px;width:100%;position:relative;overflow:hidden}.About-module___XWHlW__aboutImg{object-fit:cover;border-radius:4px;transition:transform .4s}.About-module___XWHlW__imgContainer:hover .About-module___XWHlW__aboutImg{transform:scale(1.03)}.About-module___XWHlW__pattern{background-image:repeating-linear-gradient(45deg,#c9a84c0f 0 1px,#0000 0 50%);background-size:20px 20px;position:absolute;inset:0}.About-module___XWHlW__badge{background:var(--forest);color:#f5f0e8;border-radius:4px;padding:18px 22px;position:absolute;bottom:-22px;right:-22px;box-shadow:0 12px 40px #1a4a2e47}.About-module___XWHlW__bigNum{font-family:var(--font-playfair), "Playfair Display", serif;color:var(--gold);font-size:2.5rem;font-weight:700;line-height:1}.About-module___XWHlW__badge p{text-transform:uppercase;letter-spacing:.08em;color:#f5f0e89e;margin-top:3px;font-size:.73rem;font-weight:500}.About-module___XWHlW__text{color:var(--text-mid);margin-bottom:13px;font-size:.95rem;font-weight:300;line-height:1.78}.About-module___XWHlW__pillars{grid-template-columns:1fr 1fr;gap:12px;margin-top:28px;display:grid}.About-module___XWHlW__pillar{border:1px solid var(--border);background:var(--bg);transition:border-color var(--t), transform .2s;will-change:transform;border-radius:4px;padding:15px 17px}.About-module___XWHlW__pillar:hover{border-color:var(--gold);transform:translateY(-2px)}.About-module___XWHlW__pillarIcon{margin-bottom:6px;font-size:1.3rem}.About-module___XWHlW__pillarTitle{color:var(--forest);margin-bottom:3px;font-size:.86rem;font-weight:600}[data-theme=dark] .About-module___XWHlW__pillarTitle{color:var(--gold-light)}.About-module___XWHlW__pillarText{color:var(--text-low);font-size:.76rem;line-height:1.5}@media (max-width:1024px){.About-module___XWHlW__about{grid-template-columns:1fr}.About-module___XWHlW__visual{display:none}}
.Products-module__PSUmUq__products{background:var(--bg)}.Products-module__PSUmUq__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:52px;display:flex}.Products-module__PSUmUq__btnSecondary{border:1.5px solid var(--forest);color:var(--forest);transition:background var(--t), color var(--t), border-color var(--t);border-radius:2px;align-items:center;padding:12px 26px;font-size:.87rem;font-weight:500;text-decoration:none;display:inline-flex}[data-theme=dark] .Products-module__PSUmUq__btnSecondary{border-color:var(--gold);color:var(--gold)}.Products-module__PSUmUq__btnSecondary:hover{background:var(--forest);color:#f5f0e8;border-color:var(--forest)}[data-theme=dark] .Products-module__PSUmUq__btnSecondary:hover{background:var(--gold);border-color:var(--gold);color:#111}.Products-module__PSUmUq__grid{grid-template-columns:repeat(3,1fr);gap:20px;margin:0;padding:0;list-style:none;display:grid}.Products-module__PSUmUq__card{background:var(--surface);border:1px solid var(--border);cursor:pointer;will-change:transform;border-radius:4px;transition:transform .3s,box-shadow .3s,border-color .3s;overflow:hidden}.Products-module__PSUmUq__card:hover{border-color:var(--border-hi);transform:translateY(-6px);box-shadow:0 20px 60px #0000001f}.Products-module__PSUmUq__cardLink{color:inherit;flex-direction:column;height:100%;text-decoration:none;display:flex}.Products-module__PSUmUq__imgWrap{aspect-ratio:4/3;background:var(--bg-muted);position:relative;overflow:hidden}.Products-module__PSUmUq__img{object-fit:cover;transition:transform .5s}.Products-module__PSUmUq__card:hover .Products-module__PSUmUq__img{transform:scale(1.04)}.Products-module__PSUmUq__tag{z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--forest);letter-spacing:.09em;text-transform:uppercase;background:#ffffffeb;border:1px solid #1a4a2e1f;border-radius:100px;padding:4px 10px;font-size:.65rem;font-weight:700;position:absolute;top:12px;left:12px}[data-theme=dark] .Products-module__PSUmUq__tag{color:var(--gold-light);background:#0f2d1ce0;border-color:#c9a84c33}.Products-module__PSUmUq__content{flex-direction:column;flex:1;padding:20px;display:flex}.Products-module__PSUmUq__name{font-family:var(--font-playfair), "Playfair Display", serif;color:var(--text);margin-top:0;margin-bottom:6px;font-size:1.15rem;font-weight:600;line-height:1.3}.Products-module__PSUmUq__desc{color:var(--text-low);flex:1;margin-top:0;margin-bottom:12px;font-size:.82rem;font-weight:300;line-height:1.6}.Products-module__PSUmUq__specs{flex-wrap:wrap;gap:8px;display:flex}.Products-module__PSUmUq__chip{background:var(--chip-bg);border:1px solid var(--border);color:var(--text-mid);border-radius:100px;padding:3px 9px;font-size:.68rem;font-weight:500}.Products-module__PSUmUq__arrow{color:var(--forest);letter-spacing:.04em;align-items:center;gap:6px;margin-top:12px;font-size:.78rem;font-weight:600;transition:gap .2s;display:flex}[data-theme=dark] .Products-module__PSUmUq__arrow{color:var(--gold-light)}.Products-module__PSUmUq__card:hover .Products-module__PSUmUq__arrow{gap:10px}@media (max-width:1024px){.Products-module__PSUmUq__grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.Products-module__PSUmUq__grid{grid-template-columns:1fr}}
.WhyUs-module__mD-sha__section{background:var(--invert-bg);color:var(--invert-text);padding:92px 6vw;position:relative;overflow:hidden}.WhyUs-module__mD-sha__grid__bg{pointer-events:none;background-image:repeating-linear-gradient(0deg,#0000,#0000 39px,#c9a84c0a 39px 40px),repeating-linear-gradient(90deg,#0000,#0000 39px,#c9a84c0a 39px 40px);position:absolute;inset:0}.WhyUs-module__mD-sha__label{letter-spacing:.12em;text-transform:uppercase;color:var(--gold-light);align-items:center;gap:10px;margin-bottom:13px;font-size:.72rem;font-weight:600;display:inline-flex}.WhyUs-module__mD-sha__label:before{content:"";background:var(--gold-light);width:26px;height:1.5px}.WhyUs-module__mD-sha__title{font-family:var(--font-playfair), "Playfair Display", serif;color:var(--invert-text);letter-spacing:-.02em;max-width:560px;margin-bottom:52px;font-size:clamp(1.85rem,3vw,2.7rem);font-weight:700;line-height:1.15}.WhyUs-module__mD-sha__grid{grid-template-columns:repeat(4,1fr);gap:2px;margin:0;padding:0;list-style:none;display:grid}.WhyUs-module__mD-sha__card{will-change:background;border:1px solid #c9a84c24;padding:34px 26px;transition:background .3s}.WhyUs-module__mD-sha__card:hover{background:#c9a84c0d}.WhyUs-module__mD-sha__num{font-family:var(--font-playfair), "Playfair Display", serif;color:var(--gold);margin-bottom:16px;font-size:2.7rem;font-weight:900;line-height:1;transition:color .3s}.WhyUs-module__mD-sha__icon{margin-bottom:12px;font-size:1.6rem}.WhyUs-module__mD-sha__cardTitle{font-family:var(--font-playfair), "Playfair Display", serif;color:var(--invert-text);margin-top:0;margin-bottom:8px;font-size:1.02rem;font-weight:600}.WhyUs-module__mD-sha__cardText{color:#f5f0e87a;margin:0;font-size:.81rem;font-weight:300;line-height:1.65}@media (max-width:1024px){.WhyUs-module__mD-sha__grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.WhyUs-module__mD-sha__grid{grid-template-columns:1fr}}
.Industries-module__NRYIuq__section{background:var(--bg-muted)}.Industries-module__NRYIuq__header{margin-bottom:42px}.Industries-module__NRYIuq__grid{grid-template-columns:repeat(6,1fr);gap:13px;margin:0;padding:0;list-style:none;display:grid}.Industries-module__NRYIuq__item{border:1px solid var(--border);text-align:center;background:var(--surface);cursor:default;will-change:transform;border-radius:4px;padding:24px 13px;transition:background .2s,border-color .2s,transform .2s}.Industries-module__NRYIuq__item:hover{background:var(--forest);border-color:var(--forest);transform:translateY(-3px)}[data-theme=dark] .Industries-module__NRYIuq__item:hover{background:var(--forest-light);border-color:var(--forest-light)}.Industries-module__NRYIuq__item:hover .Industries-module__NRYIuq__icon{filter:brightness(10)}.Industries-module__NRYIuq__item:hover .Industries-module__NRYIuq__name{color:#f5f0e8}.Industries-module__NRYIuq__icon{margin-bottom:8px;font-size:1.8rem;transition:filter .2s;display:block}.Industries-module__NRYIuq__name{color:var(--text-mid);font-size:.76rem;font-weight:600;line-height:1.3;transition:color .2s}@media (max-width:1024px){.Industries-module__NRYIuq__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.Industries-module__NRYIuq__grid{grid-template-columns:repeat(2,1fr)}}
.Testimonials-module__fjDDoW__section{background:var(--bg);padding:92px 6vw}.Testimonials-module__fjDDoW__header{text-align:center;margin-bottom:48px}.Testimonials-module__fjDDoW__label{letter-spacing:.12em;text-transform:uppercase;color:var(--gold-dark);justify-content:center;align-items:center;gap:10px;margin-bottom:13px;font-size:.72rem;font-weight:600;display:inline-flex}[data-theme=dark] .Testimonials-module__fjDDoW__label{color:var(--gold-light)}.Testimonials-module__fjDDoW__title{font-family:var(--font-playfair), "Playfair Display", serif;color:var(--text);letter-spacing:-.02em;font-size:clamp(1.85rem,3vw,2.7rem);font-weight:700;line-height:1.15}.Testimonials-module__fjDDoW__grid{grid-template-columns:repeat(3,1fr);gap:20px;margin:0;padding:0;list-style:none;display:grid}.Testimonials-module__fjDDoW__card{background:var(--surface);border:1px solid var(--border);will-change:transform;border-radius:4px;padding:30px;transition:transform .2s,box-shadow .2s}.Testimonials-module__fjDDoW__card:hover{transform:translateY(-4px);box-shadow:0 16px 50px #0000001a}.Testimonials-module__fjDDoW__quote{font-family:var(--font-playfair), "Playfair Display", serif;color:var(--gold);margin-bottom:16px;font-size:3rem;line-height:.5;display:block}.Testimonials-module__fjDDoW__stars{color:var(--gold);margin-bottom:11px;font-size:.8rem}.Testimonials-module__fjDDoW__text{color:var(--text-mid);margin-bottom:20px;margin-left:0;margin-right:0;font-size:.88rem;font-style:italic;font-weight:300;line-height:1.72}.Testimonials-module__fjDDoW__author{align-items:center;gap:12px;display:flex}.Testimonials-module__fjDDoW__avatar{color:#f5f0e8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.92rem;font-weight:700;display:flex}.Testimonials-module__fjDDoW__av1{background:var(--forest)}.Testimonials-module__fjDDoW__av2{background:var(--gold-dark)}.Testimonials-module__fjDDoW__av3{background:var(--kraft)}.Testimonials-module__fjDDoW__name{color:var(--text);font-size:.84rem;font-weight:600}.Testimonials-module__fjDDoW__role{color:var(--text-low);margin-top:2px;font-size:.71rem}@media (max-width:1024px){.Testimonials-module__fjDDoW__grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.Testimonials-module__fjDDoW__grid{grid-template-columns:1fr}}
.Footer-module__MPE0dq__footer{background:var(--forest-dark);color:#e8e4da;padding:62px 6vw 30px}[data-theme=dark] .Footer-module__MPE0dq__footer{background:#0a0f08}.Footer-module__MPE0dq__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px;display:grid}.Footer-module__MPE0dq__logoLink{align-items:center;margin-bottom:13px;text-decoration:none;display:inline-flex}.Footer-module__MPE0dq__logo{object-fit:contain;object-position:left center;filter:brightness(0)invert();width:auto;height:50px}.Footer-module__MPE0dq__desc{color:#f5f0e8a6;max-width:265px;font-size:.81rem;font-weight:300;line-height:1.7}.Footer-module__MPE0dq__socials{gap:8px;margin-top:20px;display:flex}.Footer-module__MPE0dq__socialBtn{color:#f5f0e8b3;border:1px solid #c9a84c59;border-radius:50%;justify-content:center;align-items:center;width:33px;height:33px;font-size:.8rem;text-decoration:none;transition:border-color .2s,color .2s;display:flex}.Footer-module__MPE0dq__socialBtn:hover{border-color:var(--gold);color:var(--gold);opacity:.9;transform:translateY(-2px)}.Footer-module__MPE0dq__socialBtn[title=Instagram]{color:#fff;background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-color:#0000}.Footer-module__MPE0dq__socialBtn[title=Facebook]{color:#fff;background:#1877f2;border-color:#0000}.Footer-module__MPE0dq__socialBtn[title=WhatsApp]{color:#fff;background:#25d366;border-color:#0000}.Footer-module__MPE0dq__socialBtn[title=LinkedIn]{color:#fff;background:#0a66c2;border-color:#0000}.Footer-module__MPE0dq__colTitle{letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:16px;font-size:.74rem;font-weight:600}.Footer-module__MPE0dq__contactCol{font-style:normal}.Footer-module__MPE0dq__links{flex-direction:column;gap:9px;list-style:none;display:flex}.Footer-module__MPE0dq__links a{color:#f5f0e8a6;font-size:.81rem;font-weight:300;text-decoration:none;transition:color .2s}.Footer-module__MPE0dq__links a:hover{color:#f5f0e8}.Footer-module__MPE0dq__links li{color:#f5f0e8a6;font-size:.81rem;font-weight:300}.Footer-module__MPE0dq__bottom{border-top:1px solid #c9a84c1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding-top:24px;display:flex}.Footer-module__MPE0dq__copy{color:#f5f0e880;font-size:.73rem}.Footer-module__MPE0dq__legal{gap:20px;display:flex}.Footer-module__MPE0dq__legal a{color:#f5f0e880;font-size:.73rem;text-decoration:none;transition:color .2s}.Footer-module__MPE0dq__legal a:hover{color:#f5f0e89e}.Footer-module__MPE0dq__socialBtn[title=IndiaMart],.Footer-module__MPE0dq__socialBtn[title=JustDial]{background:#fff;border-color:#0000}.Footer-module__MPE0dq__socialBtn[title=TradeIndia]{background:#06c;border-color:#0000}@media (max-width:1024px){.Footer-module__MPE0dq__grid{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width:640px){.Footer-module__MPE0dq__grid{grid-template-columns:1fr;gap:28px}}
.Contact-module__BBrpVq__section{background:var(--bg-alt);grid-template-columns:1fr 1fr;align-items:start;gap:68px;padding:92px 6vw;display:grid}.Contact-module__BBrpVq__infoTitle{margin-bottom:20px}.Contact-module__BBrpVq__infoText{color:var(--text-mid);margin-bottom:32px;font-size:.93rem;font-weight:300;line-height:1.72}.Contact-module__BBrpVq__details{flex-direction:column;gap:16px;font-style:normal;display:flex}.Contact-module__BBrpVq__item{align-items:flex-start;gap:13px;display:flex}.Contact-module__BBrpVq__itemIcon{background:var(--pill-bg);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;display:flex}.Contact-module__BBrpVq__itemLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--text-low);margin-bottom:2px;font-size:.68rem;font-weight:600}.Contact-module__BBrpVq__itemVal{color:var(--text);transition:color var(--t);font-size:.86rem;font-weight:500;text-decoration:none}.Contact-module__BBrpVq__itemVal:hover{color:var(--forest)}[data-theme=dark] .Contact-module__BBrpVq__itemVal:hover{color:var(--gold-light)}.Contact-module__BBrpVq__formWrap{background:var(--bg);border:1px solid var(--border);border-radius:4px;padding:34px}.Contact-module__BBrpVq__formTitle{font-family:var(--font-playfair), "Playfair Display", serif;color:var(--text);margin-bottom:24px;font-size:1.3rem;font-weight:600}.Contact-module__BBrpVq__formRow{grid-template-columns:1fr 1fr;gap:13px;display:grid}.Contact-module__BBrpVq__group{margin-bottom:15px}.Contact-module__BBrpVq__group label{color:var(--text-mid);letter-spacing:.05em;text-transform:uppercase;margin-bottom:6px;font-size:.72rem;font-weight:600;display:block}.Contact-module__BBrpVq__group input,.Contact-module__BBrpVq__group select,.Contact-module__BBrpVq__group textarea{background:var(--surface);border:1px solid var(--border);width:100%;font-family:var(--font-dm-sans), "DM Sans", sans-serif;color:var(--text);transition:border-color var(--t), box-shadow var(--t), background var(--t);border-radius:2px;outline:none;padding:10px 12px;font-size:.87rem}.Contact-module__BBrpVq__group select option{background:var(--surface);color:var(--text)}.Contact-module__BBrpVq__group input:focus,.Contact-module__BBrpVq__group select:focus,.Contact-module__BBrpVq__group textarea:focus{border-color:var(--forest);box-shadow:0 0 0 3px #1a4a2e1a}[data-theme=dark] .Contact-module__BBrpVq__group input:focus,[data-theme=dark] .Contact-module__BBrpVq__group select:focus,[data-theme=dark] .Contact-module__BBrpVq__group textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px #c9a84c1a}.Contact-module__BBrpVq__group textarea{resize:vertical;min-height:100px}.Contact-module__BBrpVq__submit{background:var(--forest);color:#f5f0e8;width:100%;font-family:var(--font-dm-sans), "DM Sans", sans-serif;letter-spacing:.04em;cursor:pointer;transition:background var(--t), transform .2s;border:none;border-radius:2px;margin-top:5px;padding:13px;font-size:.9rem;font-weight:600}.Contact-module__BBrpVq__submit:hover{background:var(--forest-light);transform:translateY(-1px)}.Contact-module__BBrpVq__submit:disabled{background:var(--forest-light);cursor:not-allowed;opacity:.8;transform:none}.Contact-module__BBrpVq__req{color:#e53935;margin-left:2px}.Contact-module__BBrpVq__reqNote{color:var(--text-low);text-align:right;margin-top:12px;margin-bottom:0;font-size:.72rem}.Contact-module__BBrpVq__inputError{border-color:#e53935!important;box-shadow:0 0 0 3px #e539351a!important}.Contact-module__BBrpVq__error{color:#e53935;margin-top:4px;font-size:.72rem;font-weight:500;display:block}.Contact-module__BBrpVq__serverError{color:#e53935;background:#e5393514;border:1px solid #e539354d;border-radius:2px;margin-top:0;margin-bottom:14px;padding:10px 14px;font-size:.84rem}@media (max-width:1024px){.Contact-module__BBrpVq__section{grid-template-columns:1fr}}@media (max-width:640px){.Contact-module__BBrpVq__formRow{grid-template-columns:1fr}}
.product-module__jdbuPG__main{padding-top:72px}.product-module__jdbuPG__hero{background:var(--bg);grid-template-columns:1fr 1fr;align-items:center;gap:60px;padding:80px 6vw;display:grid;position:relative;overflow:hidden}.product-module__jdbuPG__hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#c9a84c14 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-100px;right:-100px}.product-module__jdbuPG__heroVisual{justify-content:center;align-items:center;display:flex}.product-module__jdbuPG__illustrationWrap{border-radius:8px;width:100%;position:relative;overflow:hidden}.product-module__jdbuPG__productImg{object-fit:cover;border-radius:8px;width:100%;height:auto;max-height:500px;transition:transform .5s}.product-module__jdbuPG__illustrationWrap:hover .product-module__jdbuPG__productImg{transform:scale(1.04)}.product-module__jdbuPG__heroContent{width:100%}.product-module__jdbuPG__breadcrumb{color:var(--text-low);flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 20px;padding:0;font-size:.78rem;list-style:none;display:flex}.product-module__jdbuPG__breadcrumb a{color:var(--text-low);text-decoration:none;transition:color .2s}.product-module__jdbuPG__breadcrumb a:hover{color:var(--forest)}[data-theme=dark] .product-module__jdbuPG__breadcrumb a:hover{color:var(--gold-light)}.product-module__jdbuPG__heroTag{color:var(--gold-dark);letter-spacing:.08em;text-transform:uppercase;background:#1a4a2e14;border:1px solid #c9a84c4d;border-radius:100px;align-items:center;margin-bottom:20px;padding:5px 14px;font-size:.73rem;font-weight:600;display:inline-flex}[data-theme=dark] .product-module__jdbuPG__heroTag{color:var(--gold-light)}.product-module__jdbuPG__heroTitle{font-family:var(--font-playfair), serif;color:var(--text);letter-spacing:-.02em;margin-bottom:12px;font-size:clamp(2.2rem,4vw,3.6rem);font-weight:900;line-height:1.1}[data-theme=dark] .product-module__jdbuPG__heroTitle{color:var(--gold-light)}.product-module__jdbuPG__heroTagline{color:var(--gold-dark);letter-spacing:.04em;text-transform:uppercase;margin-bottom:20px;font-size:1rem;font-weight:600}[data-theme=dark] .product-module__jdbuPG__heroTagline{color:var(--gold)}.product-module__jdbuPG__heroDesc{color:var(--text-mid);margin-bottom:36px;font-size:.97rem;font-weight:300;line-height:1.75}.product-module__jdbuPG__heroActions{flex-wrap:wrap;gap:14px;display:flex}.product-module__jdbuPG__sectionInner{max-width:1200px;margin:0 auto}.product-module__jdbuPG__sectionLabel{letter-spacing:.12em;text-transform:uppercase;color:var(--gold-dark);align-items:center;gap:10px;margin-bottom:12px;font-size:.72rem;font-weight:600;display:inline-flex}[data-theme=dark] .product-module__jdbuPG__sectionLabel{color:var(--gold-light)}.product-module__jdbuPG__sectionLabel:before{content:"";background:var(--gold);width:26px;height:1.5px}.product-module__jdbuPG__sectionTitle{font-family:var(--font-playfair), serif;color:var(--text);letter-spacing:-.02em;margin-bottom:48px;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;line-height:1.15}.product-module__jdbuPG__keyValues{background:var(--bg-alt);padding:80px 6vw}.product-module__jdbuPG__kvGrid{grid-template-columns:repeat(6,1fr);gap:16px;margin:0;padding:0;display:grid}.product-module__jdbuPG__kvCard{background:var(--bg);border:1px solid var(--border);text-align:center;border-radius:4px;padding:24px 16px;transition:border-color .2s,transform .2s}.product-module__jdbuPG__kvCard:hover{border-color:var(--gold);transform:translateY(-3px)}.product-module__jdbuPG__kvIcon{margin-bottom:10px;font-size:1.8rem}.product-module__jdbuPG__kvLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--text-low);margin-bottom:6px;font-size:.72rem;font-weight:600}.product-module__jdbuPG__kvValue{font-family:var(--font-playfair), serif;color:var(--forest);font-size:1rem;font-weight:700}[data-theme=dark] .product-module__jdbuPG__kvValue{color:var(--gold-light)}.product-module__jdbuPG__features{background:var(--bg);padding:80px 6vw}.product-module__jdbuPG__featGrid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.product-module__jdbuPG__featCard{background:var(--surface);border:1px solid var(--border);border-radius:4px;padding:28px 24px;transition:border-color .2s,transform .2s,box-shadow .2s}.product-module__jdbuPG__featCard:hover{border-color:var(--gold);transform:translateY(-4px);box-shadow:0 12px 40px #1a4a2e1a}.product-module__jdbuPG__featIcon{margin-bottom:14px;font-size:1.8rem}.product-module__jdbuPG__featTitle{font-family:var(--font-playfair), serif;color:var(--forest);margin-bottom:8px;font-size:1.05rem;font-weight:600}[data-theme=dark] .product-module__jdbuPG__featTitle{color:var(--gold-light)}.product-module__jdbuPG__featDesc{color:var(--text-low);font-size:.85rem;font-weight:300;line-height:1.65}.product-module__jdbuPG__gallery{background:var(--bg-muted);padding:80px 6vw}.product-module__jdbuPG__galleryGrid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.product-module__jdbuPG__galleryItem{aspect-ratio:1;border:1px solid var(--border);border-radius:4px;transition:transform .3s,box-shadow .3s;overflow:hidden}.product-module__jdbuPG__galleryItem:hover{transform:scale(1.02);box-shadow:0 12px 40px #0000001f}.product-module__jdbuPG__galleryImg{object-fit:cover;width:100%;height:100%;transition:transform .4s}.product-module__jdbuPG__galleryItem:hover .product-module__jdbuPG__galleryImg{transform:scale(1.06)}.product-module__jdbuPG__applications{background:var(--forest-dark);padding:80px 6vw;position:relative;overflow:hidden}[data-theme=dark] .product-module__jdbuPG__applications{background:#0b1209}.product-module__jdbuPG__applications:before{content:"";pointer-events:none;background-image:repeating-linear-gradient(0deg,#0000,#0000 39px,#c9a84c0a 39px 40px),repeating-linear-gradient(90deg,#0000,#0000 39px,#c9a84c0a 39px 40px);position:absolute;inset:0}.product-module__jdbuPG__applications .product-module__jdbuPG__sectionLabel{color:var(--gold-light)}.product-module__jdbuPG__applications .product-module__jdbuPG__sectionLabel:before{background:var(--gold-light)}.product-module__jdbuPG__applications .product-module__jdbuPG__sectionTitle{color:#f5f0e8}.product-module__jdbuPG__appGrid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.product-module__jdbuPG__appCard{background:#c9a84c0f;border:1px solid #c9a84c26;border-radius:4px;align-items:center;gap:12px;padding:16px 18px;transition:background .2s,border-color .2s;display:flex}.product-module__jdbuPG__appCard:hover{background:#c9a84c1f;border-color:#c9a84c4d}.product-module__jdbuPG__appIcon{flex-shrink:0;font-size:1.4rem}.product-module__jdbuPG__appLabel{color:#f5f0e8cc;font-size:.85rem;font-weight:500;line-height:1.3}.product-module__jdbuPG__cta{background:var(--bg-alt);text-align:center;padding:80px 6vw}.product-module__jdbuPG__ctaInner{max-width:600px;margin:0 auto}.product-module__jdbuPG__ctaTag{color:var(--gold-dark);letter-spacing:.08em;text-transform:uppercase;background:#1a4a2e14;border:1px solid #c9a84c4d;border-radius:100px;margin-bottom:20px;padding:5px 14px;font-size:.73rem;font-weight:600;display:inline-block}[data-theme=dark] .product-module__jdbuPG__ctaTag{color:var(--gold-light)}.product-module__jdbuPG__ctaTitle{font-family:var(--font-playfair), serif;color:var(--text);letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:700;line-height:1.2}.product-module__jdbuPG__ctaDesc{color:var(--text-mid);margin-bottom:36px;font-size:.97rem;font-weight:300;line-height:1.65}.product-module__jdbuPG__ctaActions{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.product-module__jdbuPG__btnPrimary{background:var(--forest);color:#f5f0e8;letter-spacing:.04em;border-radius:2px;align-items:center;gap:8px;padding:13px 28px;font-size:.87rem;font-weight:600;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex;box-shadow:0 4px 20px #1a4a2e47}.product-module__jdbuPG__btnPrimary:hover{background:var(--forest-light);transform:translateY(-2px)}.product-module__jdbuPG__btnSecondary{border:1.5px solid var(--forest);color:var(--forest);border-radius:2px;align-items:center;gap:8px;padding:12px 26px;font-size:.87rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}[data-theme=dark] .product-module__jdbuPG__btnSecondary{border-color:var(--gold);color:var(--gold)}.product-module__jdbuPG__btnSecondary:hover{background:var(--forest);color:#f5f0e8}[data-theme=dark] .product-module__jdbuPG__btnSecondary:hover{background:var(--gold);color:#111}.product-module__jdbuPG__kvCard,.product-module__jdbuPG__featCard,.product-module__jdbuPG__galleryItem{will-change:transform}@media (max-width:1024px){.product-module__jdbuPG__hero{grid-template-columns:1fr}.product-module__jdbuPG__illustrationWrap{max-width:500px;margin:0 auto}.product-module__jdbuPG__heroDesc{max-width:100%}.product-module__jdbuPG__kvGrid{grid-template-columns:repeat(3,1fr)}.product-module__jdbuPG__featGrid{grid-template-columns:1fr 1fr}.product-module__jdbuPG__appGrid{grid-template-columns:repeat(2,1fr)}.product-module__jdbuPG__galleryGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.product-module__jdbuPG__illustrationWrap{max-width:100%}.product-module__jdbuPG__productImg{max-height:280px}.product-module__jdbuPG__kvGrid{grid-template-columns:repeat(2,1fr)}.product-module__jdbuPG__featGrid,.product-module__jdbuPG__appGrid{grid-template-columns:1fr}.product-module__jdbuPG__galleryGrid{grid-template-columns:repeat(2,1fr)}}
.BackToTop-module__OXu7XW__fab{z-index:100;flex-direction:column;gap:10px;display:flex;position:fixed;bottom:32px;right:32px}.BackToTop-module__OXu7XW__btn{cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:flex;box-shadow:0 4px 20px #00000026}.BackToTop-module__OXu7XW__btn:hover{transform:translateY(-3px);box-shadow:0 8px 28px #0003}.BackToTop-module__OXu7XW__whatsapp{color:#fff;background:#25d366}.BackToTop-module__OXu7XW__whatsapp:hover{background:#20ba5a}.BackToTop-module__OXu7XW__call{background:var(--forest);color:#f5f0e8}.BackToTop-module__OXu7XW__call:hover{background:var(--forest-light)}.BackToTop-module__OXu7XW__insta{color:#fff;background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.BackToTop-module__OXu7XW__insta:hover{opacity:.9}.BackToTop-module__OXu7XW__top{background:var(--bg-muted);color:var(--text);border:1px solid var(--border);opacity:0;pointer-events:none;font-size:1.1rem;transition:opacity .3s,transform .3s,background .2s;transform:translateY(8px)}.BackToTop-module__OXu7XW__topVisible{opacity:1;pointer-events:auto;transform:translateY(0)}.BackToTop-module__OXu7XW__top:hover{background:var(--surface)}[data-theme=dark] .BackToTop-module__OXu7XW__call{background:var(--gold);color:#111}[data-theme=dark] .BackToTop-module__OXu7XW__call:hover{background:var(--gold-light)}[data-theme=dark] .BackToTop-module__OXu7XW__top{background:var(--surface);color:var(--gold-light);border-color:#c9a84c33}[data-theme=dark] .BackToTop-module__OXu7XW__top:hover{background:var(--bg-muted)}@media (max-width:640px){.BackToTop-module__OXu7XW__fab{bottom:20px;right:20px}.BackToTop-module__OXu7XW__btn{width:42px;height:42px}}
.not-found-module__sxuMuG__wrapper{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.not-found-module__sxuMuG__card{text-align:center;width:100%;max-width:480px}.not-found-module__sxuMuG__code{font-family:var(--font-playfair), "Playfair Display", serif;color:var(--gold);opacity:.4;letter-spacing:-.04em;font-size:clamp(6rem,20vw,10rem);font-weight:900;line-height:1}.not-found-module__sxuMuG__divider{background:var(--gold);border-radius:2px;width:48px;height:2px;margin:24px auto}.not-found-module__sxuMuG__title{font-family:var(--font-playfair), "Playfair Display", serif;color:var(--text);letter-spacing:-.02em;margin-bottom:14px;font-size:clamp(1.6rem,4vw,2.2rem);font-weight:700}.not-found-module__sxuMuG__desc{color:var(--text-low);margin-bottom:36px;font-size:1rem;font-weight:300;line-height:1.65}.not-found-module__sxuMuG__btn{background:var(--forest);color:#f5f0e8;letter-spacing:.04em;border-radius:2px;align-items:center;gap:8px;padding:13px 28px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .25s,transform .2s;display:inline-flex}.not-found-module__sxuMuG__btn:hover{background:var(--forest-light);transform:translateY(-2px)}
.legal-module__tHSXCa__hero{background:var(--forest-dark);padding:120px 6vw 80px;position:relative;overflow:hidden}.legal-module__tHSXCa__hero:before{content:"";pointer-events:none;background-image:repeating-linear-gradient(0deg,#0000,#0000 39px,#c9a84c0a 39px 40px),repeating-linear-gradient(90deg,#0000,#0000 39px,#c9a84c0a 39px 40px);position:absolute;inset:0}.legal-module__tHSXCa__hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#c9a84c1f 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;bottom:-120px;right:-80px}.legal-module__tHSXCa__heroInner{z-index:1;max-width:820px;position:relative}.legal-module__tHSXCa__breadcrumb{align-items:center;gap:8px;margin:0 0 32px;padding:0;font-size:.76rem;list-style:none;display:flex}.legal-module__tHSXCa__breadcrumb a{color:#f5f0e866;text-decoration:none;transition:color .2s}.legal-module__tHSXCa__breadcrumb a:hover{color:var(--gold-light)}.legal-module__tHSXCa__breadcrumb span{color:#f5f0e833}.legal-module__tHSXCa__heroBadge{color:var(--gold-light);letter-spacing:.1em;text-transform:uppercase;background:#c9a84c1a;border:1px solid #c9a84c40;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:5px 14px;font-size:.7rem;font-weight:600;display:inline-flex}.legal-module__tHSXCa__heroBadge:before{content:"";background:var(--gold);border-radius:50%;width:5px;height:5px}.legal-module__tHSXCa__heroTitle{font-family:var(--font-playfair), serif;color:#f5f0e8;letter-spacing:-.03em;margin-bottom:20px;font-size:clamp(2.4rem,5vw,4rem);font-weight:900;line-height:1.06}.legal-module__tHSXCa__heroTitleAccent{color:var(--gold);position:relative}.legal-module__tHSXCa__heroTitleAccent:after{content:"";background:linear-gradient(90deg, var(--gold), transparent);border-radius:2px;height:3px;position:absolute;bottom:2px;left:0;right:0}.legal-module__tHSXCa__heroMeta{color:#f5f0e861;flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:20px;font-size:.8rem;display:flex}.legal-module__tHSXCa__heroMetaDot{background:#c9a84c66;border-radius:50%;width:3px;height:3px}.legal-module__tHSXCa__heroDesc{color:#f5f0e88c;border-left:2px solid #c9a84c4d;max-width:580px;margin-top:24px;padding-left:20px;font-size:1rem;font-weight:300;line-height:1.75}.legal-module__tHSXCa__layout{grid-template-columns:280px 1fr;align-items:start;gap:0;max-width:1280px;margin:0 auto;padding:0 6vw 100px;display:grid}.legal-module__tHSXCa__toc{border-right:1px solid var(--border);padding:40px 32px 40px 0;position:sticky;top:88px}.legal-module__tHSXCa__tocHeader{align-items:center;gap:10px;margin-bottom:24px;display:flex}.legal-module__tHSXCa__tocLine{background:var(--gold);width:24px;height:1.5px}.legal-module__tHSXCa__tocTitle{text-transform:uppercase;letter-spacing:.12em;color:var(--gold-dark);font-size:.68rem;font-weight:700}[data-theme=dark] .legal-module__tHSXCa__tocTitle{color:var(--gold-light)}.legal-module__tHSXCa__tocList{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.legal-module__tHSXCa__tocLink{color:var(--text-low);border-left:2px solid #0000;border-radius:3px;align-items:center;gap:10px;padding:7px 12px;font-size:.76rem;line-height:1.4;text-decoration:none;transition:background .2s,color .2s;display:flex}.legal-module__tHSXCa__tocLink:hover{background:var(--pill-bg);color:var(--forest);border-left-color:var(--gold)}[data-theme=dark] .legal-module__tHSXCa__tocLink:hover{color:var(--gold-light);background:#c9a84c0f}.legal-module__tHSXCa__content{min-width:0;padding:48px 0 0 60px}.legal-module__tHSXCa__section{border-bottom:1px solid var(--border);margin-bottom:56px;padding-bottom:56px;position:relative}.legal-module__tHSXCa__section:last-of-type{border-bottom:none;margin-bottom:0}.legal-module__tHSXCa__sectionNum{font-family:var(--font-playfair), serif;color:#c9a84c12;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:4rem;font-weight:900;line-height:1;position:absolute;top:-8px;right:0}[data-theme=dark] .legal-module__tHSXCa__sectionNum{color:#c9a84c0d}.legal-module__tHSXCa__sectionTitleWrap{align-items:center;gap:14px;margin-bottom:20px;display:flex}.legal-module__tHSXCa__sectionTitleDot{background:var(--gold);border-radius:50%;flex-shrink:0;width:8px;height:8px}.legal-module__tHSXCa__sectionTitle{font-family:var(--font-playfair), serif;color:var(--text);margin:0;font-size:1.35rem;font-weight:700;line-height:1.2}[data-theme=dark] .legal-module__tHSXCa__sectionTitle{color:var(--gold-light)}.legal-module__tHSXCa__text{color:var(--text-mid);margin-bottom:16px;font-size:.91rem;font-weight:300;line-height:1.82}.legal-module__tHSXCa__text:last-child{margin-bottom:0}.legal-module__tHSXCa__list{flex-direction:column;gap:10px;margin:16px 0;padding:0;list-style:none;display:flex}.legal-module__tHSXCa__list li{color:var(--text-mid);align-items:flex-start;gap:12px;font-size:.89rem;font-weight:300;line-height:1.65;display:flex}.legal-module__tHSXCa__list li:before{content:"✦";color:var(--gold);flex-shrink:0;margin-top:5px;font-size:.6rem}.legal-module__tHSXCa__highlight{border:1px solid #c9a84c33;border-left:3px solid var(--gold);background:#1a4a2e0d;border-radius:0 4px 4px 0;margin:20px 0;padding:16px 20px}[data-theme=dark] .legal-module__tHSXCa__highlight{background:#c9a84c0a}.legal-module__tHSXCa__highlight p{color:var(--text-mid);margin:0;font-size:.88rem;font-weight:400;line-height:1.7}.legal-module__tHSXCa__backTop{border-top:1px solid var(--border);align-items:center;gap:24px;margin-top:60px;padding-top:40px;display:flex}.legal-module__tHSXCa__backTopLink{color:var(--forest);border:1px solid var(--border);letter-spacing:.02em;border-radius:2px;align-items:center;gap:8px;padding:9px 20px;font-size:.82rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s,border-color .2s;display:inline-flex}[data-theme=dark] .legal-module__tHSXCa__backTopLink{color:var(--gold-light);border-color:#c9a84c33}.legal-module__tHSXCa__backTopLink:hover{background:var(--forest);color:#f5f0e8;border-color:var(--forest)}[data-theme=dark] .legal-module__tHSXCa__backTopLink:hover{border-color:var(--gold);background:#c9a84c1a}@media (max-width:1024px){.legal-module__tHSXCa__layout{grid-template-columns:1fr}.legal-module__tHSXCa__toc{border-right:none;border-bottom:1px solid var(--border);padding:32px 0;position:static}.legal-module__tHSXCa__content{padding:40px 0 0}.legal-module__tHSXCa__sectionNum{display:none}}@media (max-width:640px){.legal-module__tHSXCa__hero{padding-top:100px}.legal-module__tHSXCa__tocList{grid-template-columns:1fr 1fr;gap:4px;display:grid}}
