.Hero-module__ZARIfG__hero{background-color:#0000;align-items:flex-end;height:100dvh;min-height:600px;padding:4rem 0;display:flex;position:relative}.Hero-module__ZARIfG__heroBgWrapper{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__heroImage{object-fit:cover;object-position:center center}.Hero-module__ZARIfG__heroImageLight{display:block}.Hero-module__ZARIfG__heroImageDark{display:none}[data-theme=night] .Hero-module__ZARIfG__heroImageLight{display:none}[data-theme=night] .Hero-module__ZARIfG__heroImageDark{display:block}.Hero-module__ZARIfG__overlay{z-index:1;background:linear-gradient(90deg,#fffffff2 0%,#ffffffb3 15%,#fff0 40%);width:100%;height:100%;position:absolute;top:0;left:0}[data-theme=night] .Hero-module__ZARIfG__overlay{background:linear-gradient(90deg,#000000b3 0%,#00000059 25%,#0000 55%)}[data-theme=night] .Hero-module__ZARIfG__title{color:#fff}[data-theme=night] .Hero-module__ZARIfG__description{color:#ffffffd9}.Hero-module__ZARIfG__heroGrid{z-index:3;grid-template-columns:1.2fr .8fr;align-items:center;gap:4rem;width:100%;display:grid;position:relative}.Hero-module__ZARIfG__content{max-width:100%}.Hero-module__ZARIfG__formWrapper{justify-content:flex-end;display:flex}.Hero-module__ZARIfG__heroForm{background-color:var(--surface);color:var(--text-dark);border-radius:8px;width:100%;max-width:400px;padding:1.75rem;box-shadow:0 20px 40px #0003}.Hero-module__ZARIfG__subtitle{color:var(--primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:.85rem;font-weight:500;display:block}.Hero-module__ZARIfG__title{font-family:var(--font-heading), sans-serif;color:var(--text-dark);margin-bottom:.5rem;font-size:3rem;font-weight:500;line-height:1.15}.Hero-module__ZARIfG__description{color:var(--text-gray);max-width:600px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.Hero-module__ZARIfG__features{align-items:center;gap:1.5rem;margin-bottom:3rem;display:flex}.Hero-module__ZARIfG__feature{align-items:center;gap:.75rem;display:flex;position:relative}.Hero-module__ZARIfG__feature:not(:last-child):after{content:"";background-color:var(--border-color);width:1px;height:30px;position:absolute;top:50%;right:-.75rem;transform:translateY(-50%)}.Hero-module__ZARIfG__featureIcon{color:var(--primary)}.Hero-module__ZARIfG__featureText h4{color:var(--text-dark);margin-bottom:.1rem;font-size:.9rem;font-weight:500}.Hero-module__ZARIfG__featureText p{color:var(--text-gray);font-size:.75rem}.Hero-module__ZARIfG__actions{gap:1.5rem;display:flex}@media (max-width:992px){.Hero-module__ZARIfG__heroGrid{grid-template-columns:1fr;gap:3rem}.Hero-module__ZARIfG__heroBgWrapper{width:100%}.Hero-module__ZARIfG__overlay{background:linear-gradient(#0000 40%,#000000d9 100%)}.Hero-module__ZARIfG__content{background:0 0;padding:0}.Hero-module__ZARIfG__formWrapper{justify-content:flex-start}.Hero-module__ZARIfG__heroForm{max-width:100%}.Hero-module__ZARIfG__features{flex-wrap:wrap}.Hero-module__ZARIfG__feature:not(:last-child):after{display:none}}@media (max-width:768px){.Hero-module__ZARIfG__heroImage{object-position:calc(50% - 10px) center}.Hero-module__ZARIfG__hero{align-items:flex-end;height:100svh;min-height:100svh;padding-top:5rem;padding-bottom:3rem}.Hero-module__ZARIfG__title{color:#fff;text-align:left;font-size:2.2rem}.Hero-module__ZARIfG__description{color:#ffffffe6;text-align:left;margin-bottom:0}.Hero-module__ZARIfG__features{flex-direction:column;align-items:flex-start;gap:1.5rem}.Hero-module__ZARIfG__actions{flex-direction:column}}@media (max-width:576px){.Hero-module__ZARIfG__title{font-size:1.85rem}}
.Categories-module__95_W3q__categories{background-color:var(--background)}.Categories-module__95_W3q__header{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2rem;display:flex}.Categories-module__95_W3q__headerLeft{flex-direction:column;gap:.35rem;display:flex}.Categories-module__95_W3q__title{font-family:var(--font-heading), sans-serif;color:var(--text-dark);margin:0;font-size:2rem;font-weight:500}.Categories-module__95_W3q__viewAll{color:var(--primary);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s}.Categories-module__95_W3q__viewAll:hover{color:var(--primary-hover)}.Categories-module__95_W3q__arrows{flex-shrink:0;gap:.5rem;display:flex}.Categories-module__95_W3q__arrowBtn{border:1.5px solid var(--border-color);background:var(--surface);width:38px;height:38px;color:var(--text-dark);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,border-color .2s,color .2s;display:flex}.Categories-module__95_W3q__arrowBtn:hover{background:var(--primary);border-color:var(--primary);color:#fff}.Categories-module__95_W3q__cardsWrapper{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;padding-bottom:.5rem;overflow-x:auto}.Categories-module__95_W3q__cardsWrapper::-webkit-scrollbar{display:none}.Categories-module__95_W3q__cards{gap:1rem;display:flex}.Categories-module__95_W3q__card{cursor:pointer;scroll-snap-align:start;flex-direction:column;flex:0 0 52.6316%;align-items:center;transition:transform .3s;display:flex}.Categories-module__95_W3q__card:hover{transform:translateY(-5px)}.Categories-module__95_W3q__cardImageWrapper{aspect-ratio:4/5;border-radius:20px;width:100%;position:relative;overflow:hidden;box-shadow:0 4px 15px #00000012}.Categories-module__95_W3q__cardImage{object-fit:cover;transition:transform .5s}.Categories-module__95_W3q__card:hover .Categories-module__95_W3q__cardImage{transform:scale(1.05)}.Categories-module__95_W3q__cardTitle{color:var(--text-dark);text-align:center;margin-top:1rem;font-size:.95rem;font-weight:500}.Categories-module__95_W3q__dots{justify-content:center;gap:.4rem;margin-top:1.5rem;display:flex}.Categories-module__95_W3q__dot{cursor:pointer;background:#d1d5db;border:none;border-radius:50%;width:7px;height:7px;padding:0;transition:background .25s,width .25s}.Categories-module__95_W3q__dotActive{background:var(--primary);border-radius:4px;width:20px}@media (min-width:1024px){.Categories-module__95_W3q__card{flex:0 0 22.2222%}}@media (min-width:768px) and (max-width:1023px){.Categories-module__95_W3q__card{flex:0 0 31.25%}}@media (max-width:480px){.Categories-module__95_W3q__title{font-size:1.5rem}.Categories-module__95_W3q__arrowBtn{width:32px;height:32px}}
.About-module__vAULUW__aboutSection{background-color:var(--surface);position:relative;overflow:hidden}.About-module__vAULUW__aboutGrid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.About-module__vAULUW__imageCol{border-radius:24px;height:600px;transition:transform .4s,box-shadow .4s;position:relative;overflow:hidden;transform:translateY(0);box-shadow:0 20px 40px #00000026}.About-module__vAULUW__imageCol:hover{transform:translateY(-10px);box-shadow:0 30px 60px #0003}.About-module__vAULUW__aboutImage{object-fit:cover;transition:transform .7s}.About-module__vAULUW__imageCol:hover .About-module__vAULUW__aboutImage{transform:scale(1.05)}.About-module__vAULUW__badge{-webkit-backdrop-filter:blur(12px);text-align:center;z-index:10;background:#ffffffd9;border:1px solid #ffffff80;border-radius:16px;padding:1.5rem 2rem;transition:transform .3s;position:absolute;bottom:2.5rem;left:2rem;box-shadow:0 10px 30px #0000001a}[data-theme=night] .About-module__vAULUW__badge{background:#1c1d21d9;border-color:#ffffff1a}.About-module__vAULUW__imageCol:hover .About-module__vAULUW__badge{transform:scale(1.05)}.About-module__vAULUW__badgeNumber{background:linear-gradient(135deg, var(--primary), #8b5e34);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.25rem;font-size:2.5rem;font-weight:500;display:block}.About-module__vAULUW__badgeText{color:var(--text-dark);text-transform:uppercase;letter-spacing:1px;font-size:.85rem;font-weight:500}.About-module__vAULUW__contentCol{flex-direction:column;align-items:flex-start;display:flex}.About-module__vAULUW__subtitle{color:var(--primary);text-transform:uppercase;letter-spacing:2px;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:1rem;font-weight:500;display:flex}.About-module__vAULUW__title{color:var(--text-dark);margin-bottom:1.5rem;font-size:3.5rem;font-weight:500;line-height:1.1}.About-module__vAULUW__title span{color:var(--primary)}.About-module__vAULUW__description{color:var(--text-gray);margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.About-module__vAULUW__founderQuote{color:var(--text-dark);border-left:4px solid var(--primary);margin-bottom:2.5rem;padding-left:1.5rem;font-size:1.25rem;font-style:italic;line-height:1.6;position:relative}.About-module__vAULUW__quoteIcon{color:var(--primary);opacity:.2;position:absolute;top:-15px;left:10px}.About-module__vAULUW__founderName{color:var(--primary);margin-top:1rem;font-size:1rem;font-style:normal;font-weight:500;display:block}.About-module__vAULUW__featuresList{grid-template-columns:1fr 1fr;gap:1.5rem;width:100%;margin-bottom:3rem;list-style:none;display:grid}.About-module__vAULUW__featureItem{color:var(--text-dark);align-items:center;gap:1rem;font-size:1.05rem;font-weight:500;display:flex}.About-module__vAULUW__checkIcon{color:var(--primary);background:#b87c4c1a;border-radius:50%;width:32px;height:32px;padding:.4rem}@media (max-width:992px){.About-module__vAULUW__aboutGrid{grid-template-columns:1fr;gap:3rem}.About-module__vAULUW__imageCol{height:450px;margin-bottom:2rem}.About-module__vAULUW__badge{bottom:1rem;left:1rem}.About-module__vAULUW__title{font-size:2.5rem}.About-module__vAULUW__featuresList{grid-template-columns:1fr 1fr}}@media (max-width:576px){.About-module__vAULUW__imageCol{height:320px}.About-module__vAULUW__aboutImage{object-position:70% center}.About-module__vAULUW__badge{padding:1rem 1.25rem;bottom:.5rem;left:.5rem}.About-module__vAULUW__badgeNumber{font-size:1.8rem}.About-module__vAULUW__badgeText{font-size:.75rem}.About-module__vAULUW__featuresList{grid-template-columns:1fr 1fr;gap:1rem}.About-module__vAULUW__featureItem{gap:.5rem;font-size:.9rem}}
.StatsAndTestimonial-module__IWcQ5G__section{background-color:var(--background);padding:5rem 0}.StatsAndTestimonial-module__IWcQ5G__mainCard{grid-template-columns:4fr 6fr;align-items:stretch;gap:3.5rem;display:grid}.StatsAndTestimonial-module__IWcQ5G__achievementsWrapper{flex-direction:column;justify-content:space-between;display:flex}.StatsAndTestimonial-module__IWcQ5G__subtitle{letter-spacing:.1em;text-transform:uppercase;color:var(--text-gray);margin-bottom:1.25rem;font-size:.75rem;font-weight:500;display:block}.StatsAndTestimonial-module__IWcQ5G__title{color:var(--text-dark);letter-spacing:-.02em;margin-bottom:2rem;font-size:3.5rem;font-weight:500;line-height:1.1}.StatsAndTestimonial-module__IWcQ5G__italic{font-style:italic;font-family:var(--font-outfit), sans-serif;font-weight:400}.StatsAndTestimonial-module__IWcQ5G__statsGrid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.StatsAndTestimonial-module__IWcQ5G__statCard{border-radius:20px;flex-direction:column;justify-content:space-between;min-height:150px;padding:1.75rem 1.1rem;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;display:flex}.StatsAndTestimonial-module__IWcQ5G__statCard:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0000001a}.StatsAndTestimonial-module__IWcQ5G__cardCopper{color:#fff;background-color:#9e6a47}.StatsAndTestimonial-module__IWcQ5G__cardDark{color:#fff;background-color:#1c1c1e}.StatsAndTestimonial-module__IWcQ5G__cardBeige{color:#1c1c1e;background-color:#e3d4c7}.StatsAndTestimonial-module__IWcQ5G__cardLightBeige{color:#1c1c1e;background-color:#ebe0d8}[data-theme=night] .StatsAndTestimonial-module__IWcQ5G__cardCopper{color:#fff;background-color:#9e6a47}[data-theme=night] .StatsAndTestimonial-module__IWcQ5G__cardDark{color:#fff;background-color:#141416;border:1px solid #ffffff1a}[data-theme=night] .StatsAndTestimonial-module__IWcQ5G__cardBeige{color:#ece8e1;background-color:#2d2724;border:1px solid #ffffff14}[data-theme=night] .StatsAndTestimonial-module__IWcQ5G__cardLightBeige{color:#ece8e1;background-color:#24201e;border:1px solid #ffffff14}.StatsAndTestimonial-module__IWcQ5G__statCardNumber{letter-spacing:-.02em;margin-bottom:1rem;font-size:2.25rem;font-weight:500;line-height:1}.StatsAndTestimonial-module__IWcQ5G__statCardText{opacity:.9;font-size:.88rem;font-weight:400;line-height:1.35}.StatsAndTestimonial-module__IWcQ5G__factoryShowcaseWrapper{background-color:var(--surface);cursor:grab;touch-action:pan-y;border-radius:20px;width:100%;height:100%;min-height:480px;position:relative;overflow:hidden;box-shadow:0 12px 30px #00000014}.StatsAndTestimonial-module__IWcQ5G__factoryShowcaseWrapper:active{cursor:grabbing}.StatsAndTestimonial-module__IWcQ5G__sliderTrack{width:100%;height:100%;position:relative}.StatsAndTestimonial-module__IWcQ5G__slide{opacity:0;z-index:1;transition:opacity .8s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}.StatsAndTestimonial-module__IWcQ5G__slideActive{opacity:1;z-index:2}.StatsAndTestimonial-module__IWcQ5G__factoryImage{object-fit:cover;border-radius:16px}.StatsAndTestimonial-module__IWcQ5G__sliderIndicators{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000059;border-radius:20px;align-items:center;gap:8px;padding:6px 14px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.StatsAndTestimonial-module__IWcQ5G__indicatorBar{cursor:pointer;background-color:#fff6;border:none;border-radius:2px;width:24px;height:3px;padding:0;transition:all .3s}.StatsAndTestimonial-module__IWcQ5G__indicatorActive{background-color:#fff;width:40px}@media (max-width:1200px){.StatsAndTestimonial-module__IWcQ5G__mainCard{gap:2.5rem}}@media (max-width:992px){.StatsAndTestimonial-module__IWcQ5G__mainCard{grid-template-columns:1fr;gap:3rem}.StatsAndTestimonial-module__IWcQ5G__factoryShowcaseWrapper{aspect-ratio:4/3;height:auto;min-height:auto;max-height:420px}.StatsAndTestimonial-module__IWcQ5G__testimonialBox{margin-top:2rem}}@media (max-width:768px){.StatsAndTestimonial-module__IWcQ5G__title{font-size:2.25rem}}@media (max-width:576px){.StatsAndTestimonial-module__IWcQ5G__factoryShowcaseWrapper{min-height:unset;aspect-ratio:4/3;height:auto;max-height:320px}.StatsAndTestimonial-module__IWcQ5G__statsGrid{grid-template-columns:repeat(3,1fr);gap:.5rem}.StatsAndTestimonial-module__IWcQ5G__statItem{text-align:center;align-items:center;border:none!important;padding:1rem 0!important}.StatsAndTestimonial-module__IWcQ5G__statItem:first-child,.StatsAndTestimonial-module__IWcQ5G__statItem:nth-child(2){border-right:1px solid var(--border-color)!important;border-bottom:1px solid var(--border-color)!important}.StatsAndTestimonial-module__IWcQ5G__statItem:nth-child(3){border-bottom:1px solid var(--border-color)!important}.StatsAndTestimonial-module__IWcQ5G__statItem:nth-child(4),.StatsAndTestimonial-module__IWcQ5G__statItem:nth-child(5){border-right:1px solid var(--border-color)!important}.StatsAndTestimonial-module__IWcQ5G__statIcon{width:24px;height:24px;margin-bottom:.5rem}.StatsAndTestimonial-module__IWcQ5G__statNumber{font-size:1.25rem}.StatsAndTestimonial-module__IWcQ5G__statText{font-size:.65rem}}@media (max-width:400px){.StatsAndTestimonial-module__IWcQ5G__statsGrid{gap:.25rem}.StatsAndTestimonial-module__IWcQ5G__statItem{padding:.75rem 0!important}.StatsAndTestimonial-module__IWcQ5G__statNumber{font-size:1.1rem}.StatsAndTestimonial-module__IWcQ5G__statText{font-size:.55rem}}
.Craftsmanship-module__0EDjZa__section{background-color:var(--background);padding:3rem 0 1rem;overflow:hidden}.Craftsmanship-module__0EDjZa__header{justify-content:space-between;align-items:flex-end;margin-bottom:4rem;display:flex}.Craftsmanship-module__0EDjZa__headerLeft{max-width:600px}.Craftsmanship-module__0EDjZa__subtitle{letter-spacing:.1em;text-transform:uppercase;color:#4c5948;margin-bottom:1.5rem;font-size:.75rem;font-weight:500;display:block}.Craftsmanship-module__0EDjZa__title{color:var(--text-dark);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:500;line-height:1.1}.Craftsmanship-module__0EDjZa__italic{font-style:italic;font-family:var(--font-outfit), sans-serif;font-weight:400}.Craftsmanship-module__0EDjZa__description{color:var(--text-gray);font-size:1.1rem;line-height:1.6}.Craftsmanship-module__0EDjZa__headerRight{color:var(--text-gray);align-items:center;gap:1.5rem;padding-bottom:.5rem;display:flex}.Craftsmanship-module__0EDjZa__arrows{align-items:center;gap:.5rem;display:flex}.Craftsmanship-module__0EDjZa__arrowBtn{border:1.5px solid var(--border-color,#e4e4e7);background:var(--surface,#fff);width:36px;height:36px;color:var(--text-dark,#18181b);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.Craftsmanship-module__0EDjZa__arrowBtn:hover{color:#fff;background:#4c5948;border-color:#4c5948}.Craftsmanship-module__0EDjZa__dragPill{align-items:center;gap:.5rem;display:flex}.Craftsmanship-module__0EDjZa__dragText{text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:500}.Craftsmanship-module__0EDjZa__sliderWrapper{margin-right:calc(50% - 50vw)}.Craftsmanship-module__0EDjZa__slider{scroll-snap-type:x mandatory;scrollbar-width:none;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:pan-x pan-y;gap:1.5rem;padding-bottom:2rem;padding-right:calc(50vw - 50%);display:flex;overflow-x:auto}.Craftsmanship-module__0EDjZa__slider.Craftsmanship-module__0EDjZa__isDragging{cursor:grabbing;scroll-snap-type:none;scroll-behavior:auto}.Craftsmanship-module__0EDjZa__slider::-webkit-scrollbar{display:none}.Craftsmanship-module__0EDjZa__card{background-color:var(--surface);scroll-snap-align:start;border-radius:20px;flex-direction:column;flex:0 0 320px;display:flex;overflow:hidden}.Craftsmanship-module__0EDjZa__cardImageWrapper{aspect-ratio:1;width:100%;position:relative}.Craftsmanship-module__0EDjZa__cardImage{object-fit:cover;pointer-events:none;user-drag:none;-webkit-user-drag:none}.Craftsmanship-module__0EDjZa__tagPill{color:#fff;letter-spacing:.05em;text-transform:uppercase;z-index:2;background-color:#16221a;border-radius:50px;padding:.4rem .8rem;font-size:.7rem;font-weight:500;position:absolute;top:1rem;right:1rem}.Craftsmanship-module__0EDjZa__cardContent{padding:1.5rem}.Craftsmanship-module__0EDjZa__cardTitle{color:var(--text-dark);margin-bottom:.5rem;font-size:1.25rem;font-weight:500}.Craftsmanship-module__0EDjZa__cardDesc{color:#71717a;letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:.4rem;font-size:.7rem;font-weight:500;display:flex}.Craftsmanship-module__0EDjZa__bullet{color:#4c5948;font-size:1.2rem}.Craftsmanship-module__0EDjZa__progressDots{justify-content:center;gap:.5rem;margin-top:1rem;margin-bottom:2rem;display:flex}.Craftsmanship-module__0EDjZa__dot{cursor:pointer;background:0 0;border:none;align-items:center;width:2.5rem;height:24px;padding:10px 0;transition:opacity .2s;display:flex;position:relative}.Craftsmanship-module__0EDjZa__dot:after{content:"";background-color:#d4d4d8;border-radius:2px;width:100%;height:2px;transition:all .3s;display:block}.Craftsmanship-module__0EDjZa__dot:hover:after{background-color:#a1a1aa;height:3px}.Craftsmanship-module__0EDjZa__dotActive:after{background-color:#4c5948;height:3px}@media (max-width:992px){.Craftsmanship-module__0EDjZa__title{font-size:3rem}}@media (max-width:768px){.Craftsmanship-module__0EDjZa__header{flex-direction:column;align-items:flex-start;gap:2rem}.Craftsmanship-module__0EDjZa__title{font-size:2.5rem}.Craftsmanship-module__0EDjZa__card{flex:0 0 280px}}
.MaterialsSection-module__6IWZiq__section{background-color:var(--background)}.MaterialsSection-module__6IWZiq__heroWrapper{align-items:center;width:100%;min-height:600px;padding:6rem 0 7rem;display:flex;position:relative;overflow:hidden}.MaterialsSection-module__6IWZiq__heroBg{object-fit:cover;object-position:right center;z-index:1}.MaterialsSection-module__6IWZiq__overlay{z-index:1;pointer-events:none;background:linear-gradient(90deg,#fcfaf8f5 0%,#fcfaf8e0 35%,#fcfaf866 55%,#0000 75%);width:100%;height:100%;position:absolute;top:0;left:0}[data-theme=night] .MaterialsSection-module__6IWZiq__overlay{background:linear-gradient(90deg,#141416f5 0%,#141416e0 35%,#14141666 55%,#0000 75%)}.MaterialsSection-module__6IWZiq__textContent{max-width:520px}.MaterialsSection-module__6IWZiq__subtitleWrapper{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.MaterialsSection-module__6IWZiq__subtitle{letter-spacing:.12em;text-transform:uppercase;color:#9e5630;font-size:.85rem;font-weight:600}[data-theme=night] .MaterialsSection-module__6IWZiq__subtitle{color:#e8b451}.MaterialsSection-module__6IWZiq__subtitleLine{background-color:#9e5630;border-radius:1px;width:40px;height:2px}[data-theme=night] .MaterialsSection-module__6IWZiq__subtitleLine{background-color:#e8b451}.MaterialsSection-module__6IWZiq__title{color:#111;letter-spacing:-.02em;margin-bottom:1rem;font-size:3.25rem;font-weight:600;line-height:1.15}[data-theme=night] .MaterialsSection-module__6IWZiq__title{color:#fff}.MaterialsSection-module__6IWZiq__italic{font-style:italic;font-family:var(--font-outfit), serif;color:#8c3e1b;font-weight:400}[data-theme=night] .MaterialsSection-module__6IWZiq__italic{color:#e8b451}.MaterialsSection-module__6IWZiq__description{color:#2c2c2e;margin-bottom:2.25rem;font-size:1.1rem;font-weight:450;line-height:1.65}[data-theme=night] .MaterialsSection-module__6IWZiq__description{color:#e0dcd6}.MaterialsSection-module__6IWZiq__featuresGrid{grid-template-columns:1fr 1fr;gap:1.25rem 1rem;display:grid}.MaterialsSection-module__6IWZiq__featureItem{flex-direction:row;align-items:center;gap:1rem;display:flex}.MaterialsSection-module__6IWZiq__iconCircle{color:#8c3e1b;background-color:#b87c4c26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}[data-theme=night] .MaterialsSection-module__6IWZiq__iconCircle{color:#e8b451;background-color:#e8b45133}.MaterialsSection-module__6IWZiq__featureLabel{color:#111;font-size:.95rem;font-weight:600;line-height:1.4}[data-theme=night] .MaterialsSection-module__6IWZiq__featureLabel{color:#ece8e1}.MaterialsSection-module__6IWZiq__cardsContainer{grid-template-columns:repeat(5,1fr);gap:1.25rem;display:grid}.MaterialsSection-module__6IWZiq__card{background-color:var(--surface);border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.MaterialsSection-module__6IWZiq__cardImageWrapper{aspect-ratio:187/100;background-color:#e0ded8;width:100%;position:relative}.MaterialsSection-module__6IWZiq__cardImage{object-fit:cover}.MaterialsSection-module__6IWZiq__cardBody{flex-grow:1;justify-content:space-between;align-items:flex-end;padding:1.25rem;display:flex}.MaterialsSection-module__6IWZiq__cardText{flex-direction:column;gap:.25rem;display:flex}.MaterialsSection-module__6IWZiq__cardTitle{color:var(--text-dark);font-size:1.1rem;font-weight:500}.MaterialsSection-module__6IWZiq__cardDesc{color:var(--text-gray);font-size:.75rem;font-weight:500}.MaterialsSection-module__6IWZiq__arrowBtn{background-color:var(--surface);border:1px solid var(--border-color);width:32px;height:32px;color:var(--primary);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.MaterialsSection-module__6IWZiq__arrowBtn:hover{background-color:var(--primary);color:#fff}@media (max-width:1200px){.MaterialsSection-module__6IWZiq__cardsContainer{grid-template-columns:repeat(3,1fr)}}@media (max-width:992px){.MaterialsSection-module__6IWZiq__heroWrapper{padding:4rem 0 5rem}.MaterialsSection-module__6IWZiq__overlay{background:linear-gradient(#fcfaf8f5 0%,#fcfaf8e6 55%,#fcfaf866 100%)}[data-theme=night] .MaterialsSection-module__6IWZiq__overlay{background:linear-gradient(#141416f5 0%,#141416e6 55%,#14141666 100%)}.MaterialsSection-module__6IWZiq__heroBg{object-position:85% center;opacity:.6}.MaterialsSection-module__6IWZiq__textContent{max-width:100%}.MaterialsSection-module__6IWZiq__title{font-size:2.5rem}}@media (max-width:768px){.MaterialsSection-module__6IWZiq__heroWrapper{padding:1.5rem 0 2rem}.MaterialsSection-module__6IWZiq__cardsContainer{grid-template-columns:repeat(2,1fr)}.MaterialsSection-module__6IWZiq__title{font-size:2.2rem}.MaterialsSection-module__6IWZiq__description{font-size:1rem}}@media (max-width:480px){.MaterialsSection-module__6IWZiq__cardsContainer{grid-template-columns:1fr}}
.TrustedBrands-module__2s71tq__trustedBrands{background-color:var(--background);padding:4rem 0 2rem;overflow:hidden}.TrustedBrands-module__2s71tq__header{margin-bottom:2.5rem}.TrustedBrands-module__2s71tq__marqueeContainer{width:100%;display:flex;position:relative;overflow:hidden}.TrustedBrands-module__2s71tq__marqueeContainer:before,.TrustedBrands-module__2s71tq__marqueeContainer:after{content:"";z-index:2;pointer-events:none;width:100px;height:100%;position:absolute;top:0}.TrustedBrands-module__2s71tq__marqueeContainer:before{background:linear-gradient(to right, var(--background) 0%, transparent 100%);left:0}.TrustedBrands-module__2s71tq__marqueeContainer:after{background:linear-gradient(to left, var(--background) 0%, transparent 100%);right:0}.TrustedBrands-module__2s71tq__marqueeContent{white-space:nowrap;will-change:transform;align-items:center;gap:4rem;animation:30s linear infinite TrustedBrands-module__2s71tq__scroll;display:flex}.TrustedBrands-module__2s71tq__marqueeContent:hover{animation-play-state:paused}@keyframes TrustedBrands-module__2s71tq__scroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - 2rem))}}.TrustedBrands-module__2s71tq__brandLogo{object-fit:contain;mix-blend-mode:multiply;opacity:1;width:auto;max-width:130px;height:42px}[data-theme=night] .TrustedBrands-module__2s71tq__brandLogo{mix-blend-mode:normal;filter:brightness(0)invert();opacity:.85}@media (max-width:768px){.TrustedBrands-module__2s71tq__marqueeContent{gap:2rem}.TrustedBrands-module__2s71tq__brandLogo{max-width:90px;height:28px}.TrustedBrands-module__2s71tq__marqueeContainer:before,.TrustedBrands-module__2s71tq__marqueeContainer:after{width:50px}}
.QuoteModal-module__hqvR1a__overlay{-webkit-backdrop-filter:blur(8px);z-index:1000;opacity:0;pointer-events:none;background-color:#0006;justify-content:center;align-items:center;width:100vw;height:100dvh;padding:1rem;transition:opacity .3s;display:flex;position:fixed;top:0;left:0}.QuoteModal-module__hqvR1a__overlayOpen{opacity:1;pointer-events:auto}.QuoteModal-module__hqvR1a__modal{background-color:var(--surface);border-radius:12px;width:100%;max-width:500px;max-height:90vh;transition:transform .4s cubic-bezier(.16,1,.3,1);position:relative;overflow-y:auto;transform:translateY(20px)scale(.95);box-shadow:0 20px 40px #0003}.QuoteModal-module__hqvR1a__overlayOpen .QuoteModal-module__hqvR1a__modal{transform:translateY(0)scale(1)}.QuoteModal-module__hqvR1a__modalHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.QuoteModal-module__hqvR1a__modalHeader h3{color:var(--text-dark);font-size:1.5rem;font-weight:500}.QuoteModal-module__hqvR1a__closeBtn{color:var(--text-gray);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin:-.5rem;padding:.5rem;transition:color .2s;display:flex}.QuoteModal-module__hqvR1a__closeBtn:hover{color:var(--text-dark)}.QuoteModal-module__hqvR1a__modalBody{padding:1.5rem}.QuoteModal-module__hqvR1a__formGroup{margin-bottom:1.25rem}.QuoteModal-module__hqvR1a__formGroup label{color:var(--text-dark);margin-bottom:.5rem;font-size:.85rem;font-weight:500;display:block}.QuoteModal-module__hqvR1a__input,.QuoteModal-module__hqvR1a__select,.QuoteModal-module__hqvR1a__textarea{border:1px solid var(--border-color);background-color:var(--background);width:100%;color:var(--text-dark);border-radius:6px;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s}.QuoteModal-module__hqvR1a__input:focus,.QuoteModal-module__hqvR1a__select:focus,.QuoteModal-module__hqvR1a__textarea:focus{border-color:var(--primary);background-color:var(--surface);outline:none;box-shadow:0 0 0 3px #b87c4c1a}.QuoteModal-module__hqvR1a__textarea{resize:vertical;min-height:100px}.QuoteModal-module__hqvR1a__submitBtn{background-color:var(--text-dark);color:#fff;cursor:pointer;border:none;border-radius:6px;width:100%;margin-top:1rem;padding:1rem;font-size:1rem;font-weight:500;transition:background-color .2s,transform .1s}.QuoteModal-module__hqvR1a__submitBtn:hover{background-color:#000}.QuoteModal-module__hqvR1a__submitBtn:active{transform:scale(.98)}.QuoteModal-module__hqvR1a__successMessage{text-align:center;padding:3rem 1rem}.QuoteModal-module__hqvR1a__successIcon{color:#22c55e;margin-bottom:1rem}.QuoteModal-module__hqvR1a__successMessage h3{color:var(--text-dark);margin-bottom:.5rem;font-size:1.5rem}.QuoteModal-module__hqvR1a__successMessage p{color:var(--text-gray);margin-bottom:2rem}.QuoteModal-module__hqvR1a__successBtn{background-color:var(--text-dark);color:#fff;cursor:pointer;border:none;border-radius:30px;padding:.75rem 2rem;font-weight:500}
.CtaBanner-module__yEdrXa__ctaBanner{background-color:var(--secondary-dark);color:#fff;padding:5rem 0;position:relative;overflow:hidden}.CtaBanner-module__yEdrXa__bgPattern{z-index:1;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");width:100%;height:100%;position:absolute;top:0;left:0}.CtaBanner-module__yEdrXa__content{z-index:2;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex;position:relative}.CtaBanner-module__yEdrXa__text h2{margin-bottom:.5rem;font-size:2rem;font-weight:500}.CtaBanner-module__yEdrXa__text p{color:#fffc}@media (max-width:768px){.CtaBanner-module__yEdrXa__text h2{font-size:1.75rem}}
.Header-module__hBw1pG__header{z-index:1000;background-color:#0000;width:100%;position:absolute;top:0;left:0}.Header-module__hBw1pG__mainHeader{padding:1rem 0}.Header-module__hBw1pG__mainContainer{justify-content:space-between;align-items:center;display:flex}.Header-module__hBw1pG__logo{z-index:2001;align-items:center;gap:.5rem;display:flex}.Header-module__hBw1pG__headerRight{align-items:center;gap:.75rem;display:flex}.Header-module__hBw1pG__logoImage{transition:filter .3s}.Header-module__hBw1pG__logoSubpage{filter:brightness(0)invert()}[data-theme=night] .Header-module__hBw1pG__logoImage{filter:brightness(0)invert()}.Header-module__hBw1pG__btnDark{color:#1e1e1e;box-shadow:none;cursor:pointer;border:none;justify-content:center;align-items:center;height:44px;padding:0 .5rem;font-size:.95rem;font-weight:500;transition:opacity .2s;display:inline-flex;background:0 0!important}.Header-module__hBw1pG__btnDark:hover{opacity:.7}.Header-module__hBw1pG__btnMenuDark{color:#1e1e1e;box-shadow:none;cursor:pointer;border:none;justify-content:center;align-items:center;width:40px;height:44px;transition:opacity .2s;display:inline-flex;background:0 0!important}.Header-module__hBw1pG__btnMenuDark:hover{opacity:.7;transform:none;background:0 0!important}:is([data-theme=night] .Header-module__hBw1pG__btnDark,[data-theme=night] .Header-module__hBw1pG__btnMenuDark){color:#fff;box-shadow:none;border:none;background:0 0!important}:is([data-theme=night] .Header-module__hBw1pG__btnDark:hover,[data-theme=night] .Header-module__hBw1pG__btnMenuDark:hover){opacity:.75;background:0 0!important}.Header-module__hBw1pG__subpageHeader .Header-module__hBw1pG__btnDark,.Header-module__hBw1pG__subpageHeader .Header-module__hBw1pG__btnMenuDark{color:#fff}.Header-module__hBw1pG__btnLight{color:var(--text-dark);cursor:pointer;background-color:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;height:48px;padding:0 1.5rem;font-size:.95rem;font-weight:500;transition:opacity .2s;display:inline-flex}.Header-module__hBw1pG__btnLight:hover{opacity:.9}.Header-module__hBw1pG__btnMenuLight{color:#fff;box-shadow:none;cursor:pointer;border:none;justify-content:center;align-items:center;width:44px;height:48px;transition:opacity .2s;display:inline-flex;background:0 0!important}.Header-module__hBw1pG__btnMenuLight:hover{opacity:.7}.Header-module__hBw1pG__curtain{color:#fff;z-index:2000;background-color:#18191b;flex-direction:column;width:100vw;height:100dvh;transition:transform .6s cubic-bezier(.77,0,.175,1);display:flex;position:fixed;top:0;left:0;transform:translateY(-100%)}.Header-module__hBw1pG__curtainOpen{transform:translateY(0)}.Header-module__hBw1pG__curtainHeader{justify-content:flex-end;align-items:center;width:100%;padding-top:1.5rem;padding-bottom:1.5rem;display:flex}.Header-module__hBw1pG__curtainLogo{letter-spacing:-.5px;font-size:1.2rem;font-weight:500}.Header-module__hBw1pG__curtainRight{align-items:center;gap:.75rem;display:flex}.Header-module__hBw1pG__curtainNavWrapper{flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.Header-module__hBw1pG__curtainNav{flex-direction:column;width:100%;max-width:600px;display:flex}.Header-module__hBw1pG__curtainLink{color:#fff;border-bottom:1px solid #ffffff26;justify-content:space-between;align-items:center;padding:1.5rem 0;font-size:4.5rem;font-weight:400;text-decoration:none;transition:color .3s;display:flex}.Header-module__hBw1pG__curtainLink:first-child{border-top:1px solid #ffffff26}.Header-module__hBw1pG__curtainLink:hover{color:#ccc}@media (max-width:768px){.Header-module__hBw1pG__header{background-color:#0000}.Header-module__hBw1pG__curtainLink{font-size:3rem}.Header-module__hBw1pG__headerRight .Header-module__hBw1pG__btnDark{display:none}.Header-module__hBw1pG__logo img{max-width:150px;height:auto}.Header-module__hBw1pG__btnMenuDark{border-radius:8px;width:36px;height:36px}}
.FeaturesBanner-module__dzXVea__banner{background-color:var(--secondary-dark);color:#fff;padding:3rem 0;overflow:hidden}.FeaturesBanner-module__dzXVea__grid{flex-wrap:wrap;justify-content:space-between;gap:2rem;display:flex}.FeaturesBanner-module__dzXVea__marqueeWrapper{display:none}.FeaturesBanner-module__dzXVea__feature{flex:1;align-items:center;gap:1rem;min-width:200px;display:flex}.FeaturesBanner-module__dzXVea__icon{color:var(--primary);flex-shrink:0}.FeaturesBanner-module__dzXVea__text h4{margin-bottom:.25rem;font-size:1rem;font-weight:500}.FeaturesBanner-module__dzXVea__text p{color:#ffffffb3;font-size:.8rem}@media (max-width:992px){.FeaturesBanner-module__dzXVea__grid{grid-template-columns:1fr 1fr;display:grid}}@media (max-width:576px){.FeaturesBanner-module__dzXVea__banner{padding:1.75rem 0}.FeaturesBanner-module__dzXVea__grid{display:none}.FeaturesBanner-module__dzXVea__marqueeWrapper{width:100%;display:block;overflow:hidden}.FeaturesBanner-module__dzXVea__marqueeTrack{width:max-content;animation:12s linear infinite FeaturesBanner-module__dzXVea__marquee;display:flex}.FeaturesBanner-module__dzXVea__marqueeTrack:hover{animation-play-state:paused}@keyframes FeaturesBanner-module__dzXVea__marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.FeaturesBanner-module__dzXVea__marqueeItem{flex-shrink:0;align-items:center;gap:.75rem;width:50vw;padding:0 .5rem;display:flex}.FeaturesBanner-module__dzXVea__text h4{font-size:.8rem;font-weight:500}.FeaturesBanner-module__dzXVea__text p{font-size:.65rem}.FeaturesBanner-module__dzXVea__icon{color:var(--primary);flex-shrink:0}}
.Footer-module__S6Hkya__footer{background-color:var(--background);color:var(--text-dark);z-index:10;padding:4rem 1.5rem 3rem;position:relative}.Footer-module__S6Hkya__footerInner{width:100%;max-width:960px;margin:0 auto}.Footer-module__S6Hkya__topDivider{background-color:var(--border-color);height:1px;margin-bottom:2.5rem}.Footer-module__S6Hkya__grid{grid-template-columns:repeat(3,1fr);gap:3rem;margin-bottom:3.5rem;display:grid}.Footer-module__S6Hkya__footerCol h4{color:var(--text-gray);letter-spacing:-.01em;margin-bottom:1.25rem;font-size:.825rem;font-weight:500}.Footer-module__S6Hkya__footerCol:nth-child(2){text-align:center}.Footer-module__S6Hkya__footerCol:nth-child(2) .Footer-module__S6Hkya__linkList{align-items:center}.Footer-module__S6Hkya__footerCol:nth-child(3){text-align:right}.Footer-module__S6Hkya__footerCol:nth-child(3) .Footer-module__S6Hkya__linkList{align-items:flex-end}.Footer-module__S6Hkya__linkList{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__S6Hkya__linkList a{color:var(--text-dark);letter-spacing:-.01em;font-size:.95rem;font-weight:500;text-decoration:none;transition:opacity .2s,color .2s}.Footer-module__S6Hkya__linkList a:hover{opacity:.7}.Footer-module__S6Hkya__bottomDivider{background-color:var(--border-color);height:1px;margin-bottom:1.5rem}.Footer-module__S6Hkya__bottomBar{color:var(--text-gray);letter-spacing:-.01em;justify-content:space-between;align-items:center;font-size:.825rem;display:flex}@media (max-width:768px){.Footer-module__S6Hkya__footer{padding:3rem 1.5rem 2.5rem}.Footer-module__S6Hkya__grid{gap:2rem}}@media (max-width:576px){.Footer-module__S6Hkya__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}.Footer-module__S6Hkya__linkList a{font-size:.875rem}.Footer-module__S6Hkya__bottomBar{flex-direction:column;align-items:flex-start;gap:.75rem}}
.GalleryComponent-module__6fYO1a__gallerySection{background-color:var(--background);min-height:80vh;padding:4rem 0 6rem}.GalleryComponent-module__6fYO1a__controlsBar{flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:2.5rem;display:flex}@media (min-width:900px){.GalleryComponent-module__6fYO1a__controlsBar{flex-direction:row;justify-content:space-between;align-items:center}}.GalleryComponent-module__6fYO1a__filterTabs{flex-wrap:wrap;justify-content:center;gap:.6rem;display:flex}.GalleryComponent-module__6fYO1a__filterBtn{background-color:var(--surface);color:var(--text-gray);border:1px solid var(--border-color);cursor:pointer;border-radius:50px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.9rem;font-weight:500;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 2px 6px #00000005}.GalleryComponent-module__6fYO1a__filterBtn:hover{color:var(--text-dark);border-color:var(--primary);transform:translateY(-1px)}.GalleryComponent-module__6fYO1a__filterBtnActive{background-color:var(--primary);box-shadow:0 4px 14px #b87c4c59;color:#fff!important;border-color:var(--primary)!important}.GalleryComponent-module__6fYO1a__countBadge{color:inherit;background:#0000001f;border-radius:12px;padding:.15rem .5rem;font-size:.75rem;font-weight:600}.GalleryComponent-module__6fYO1a__filterBtnActive .GalleryComponent-module__6fYO1a__countBadge{color:#fff;background:#ffffff40}.GalleryComponent-module__6fYO1a__searchBox{width:100%;max-width:340px;position:relative}.GalleryComponent-module__6fYO1a__searchInput{border:1px solid var(--border-color);background-color:var(--surface);width:100%;color:var(--text-dark);border-radius:50px;outline:none;padding:.65rem 2.5rem;font-size:.9rem;transition:all .25s}.GalleryComponent-module__6fYO1a__searchInput:focus{border-color:var(--primary);box-shadow:0 0 0 3px #b87c4c26}.GalleryComponent-module__6fYO1a__searchIcon{color:var(--text-gray);pointer-events:none;position:absolute;top:50%;left:.9rem;transform:translateY(-50%)}.GalleryComponent-module__6fYO1a__clearSearchBtn{color:var(--text-gray);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.2rem;display:flex;position:absolute;top:50%;right:.8rem;transform:translateY(-50%)}.GalleryComponent-module__6fYO1a__clearSearchBtn:hover{color:var(--text-dark)}.GalleryComponent-module__6fYO1a__resultsSummary{color:var(--text-gray);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:0 .5rem;font-size:.9rem;display:flex}.GalleryComponent-module__6fYO1a__activeFilterName{color:var(--text-dark);font-weight:600}.GalleryComponent-module__6fYO1a__galleryGrid{grid-template-columns:repeat(1,1fr);gap:1.5rem;display:grid}@media (min-width:550px){.GalleryComponent-module__6fYO1a__galleryGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.GalleryComponent-module__6fYO1a__galleryGrid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1280px){.GalleryComponent-module__6fYO1a__galleryGrid{grid-template-columns:repeat(4,1fr)}}.GalleryComponent-module__6fYO1a__galleryCard{background-color:var(--surface);border:1px solid var(--border-color);cursor:pointer;border-radius:12px;flex-direction:column;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000008}.GalleryComponent-module__6fYO1a__galleryCard:hover{border-color:#b87c4c66;transform:translateY(-6px);box-shadow:0 16px 32px #0000001f}.GalleryComponent-module__6fYO1a__cardImageWrapper{aspect-ratio:4/3;background-color:#1a1a1a;width:100%;height:auto;position:relative;overflow:hidden}.GalleryComponent-module__6fYO1a__cardImage{object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.GalleryComponent-module__6fYO1a__galleryCard:hover .GalleryComponent-module__6fYO1a__cardImage{transform:scale(1.08)}.GalleryComponent-module__6fYO1a__cardBadge{-webkit-backdrop-filter:blur(8px);color:#fff;letter-spacing:.5px;text-transform:uppercase;z-index:2;background:#0f0f10bf;border:1px solid #ffffff26;border-radius:50px;padding:.3rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;left:1rem}.GalleryComponent-module__6fYO1a__zoomOverlay{opacity:0;z-index:1;background:linear-gradient(#0000 0%,#0000001a 40%,#000000b3 100%);justify-content:center;align-items:center;transition:opacity .35s;display:flex;position:absolute;inset:0}.GalleryComponent-module__6fYO1a__galleryCard:hover .GalleryComponent-module__6fYO1a__zoomOverlay{opacity:1}.GalleryComponent-module__6fYO1a__zoomIcon{color:#fff;background:#b87c4ce6;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .35s cubic-bezier(.34,1.56,.64,1);display:flex;transform:scale(.7);box-shadow:0 4px 15px #0000004d}.GalleryComponent-module__6fYO1a__galleryCard:hover .GalleryComponent-module__6fYO1a__zoomIcon{transform:scale(1)}.GalleryComponent-module__6fYO1a__cardContent{flex-direction:column;flex:1;gap:.4rem;padding:1.2rem;display:flex}.GalleryComponent-module__6fYO1a__cardTitle{color:var(--text-dark);margin:0;font-size:1.05rem;font-weight:600;line-height:1.3}.GalleryComponent-module__6fYO1a__cardDesc{color:var(--text-gray);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.85rem;line-height:1.4;display:-webkit-box;overflow:hidden}.GalleryComponent-module__6fYO1a__noResults{text-align:center;background-color:var(--surface);border:1px dashed var(--border-color);border-radius:16px;margin-top:2rem;padding:5rem 1rem}.GalleryComponent-module__6fYO1a__noResultsTitle{color:var(--text-dark);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.GalleryComponent-module__6fYO1a__noResultsText{color:var(--text-gray);margin-bottom:1.5rem;font-size:.95rem}.GalleryComponent-module__6fYO1a__resetBtn{background-color:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:50px;padding:.65rem 1.5rem;font-weight:500}.GalleryComponent-module__6fYO1a__lightboxOverlay{-webkit-backdrop-filter:blur(16px);z-index:9999;background-color:#0a0a0ceb;justify-content:center;align-items:center;padding:1.5rem;animation:.3s cubic-bezier(.16,1,.3,1) GalleryComponent-module__6fYO1a__fadeIn;display:flex;position:fixed;inset:0}@keyframes GalleryComponent-module__6fYO1a__fadeIn{0%{opacity:0}to{opacity:1}}.GalleryComponent-module__6fYO1a__lightboxContent{background-color:var(--surface);border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;width:100%;max-width:1100px;max-height:90vh;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 60px #00000080}@media (min-width:850px){.GalleryComponent-module__6fYO1a__lightboxContent{flex-direction:row;height:580px}}.GalleryComponent-module__6fYO1a__lightboxImageWrapper{background-color:#0d0d0e;flex-shrink:0;width:100%;height:320px;position:relative}@media (min-width:850px){.GalleryComponent-module__6fYO1a__lightboxImageWrapper{width:62%;height:100%}}.GalleryComponent-module__6fYO1a__lightboxImage{object-fit:contain}.GalleryComponent-module__6fYO1a__lightboxDetails{background-color:var(--surface);flex-direction:column;flex:1;justify-content:space-between;padding:2rem;display:flex;overflow-y:auto}.GalleryComponent-module__6fYO1a__lightboxHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.GalleryComponent-module__6fYO1a__lightboxTag{color:var(--primary);text-transform:uppercase;letter-spacing:.5px;background-color:#b87c4c26;border-radius:50px;padding:.35rem .85rem;font-size:.8rem;font-weight:600;display:inline-block}.GalleryComponent-module__6fYO1a__lightboxCloseBtn{border:1px solid var(--border-color);width:38px;height:38px;color:var(--text-dark);cursor:pointer;background:#0000000d;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.GalleryComponent-module__6fYO1a__lightboxCloseBtn:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.GalleryComponent-module__6fYO1a__lightboxTitle{color:var(--text-dark);margin-bottom:1rem;font-size:1.6rem;font-weight:600;line-height:1.25}.GalleryComponent-module__6fYO1a__lightboxDesc{color:var(--text-gray);margin-bottom:1.5rem;font-size:.98rem;line-height:1.6}.GalleryComponent-module__6fYO1a__lightboxMetaGrid{background:var(--background);border:1px solid var(--border-color);border-radius:8px;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;padding:1rem;display:grid}.GalleryComponent-module__6fYO1a__metaItemTitle{text-transform:uppercase;color:var(--text-gray);letter-spacing:.5px;margin-bottom:.2rem;font-size:.75rem}.GalleryComponent-module__6fYO1a__metaItemVal{color:var(--text-dark);font-size:.9rem;font-weight:600}.GalleryComponent-module__6fYO1a__lightboxActions{align-items:center;gap:1rem;margin-top:auto;display:flex}.GalleryComponent-module__6fYO1a__quoteActionBtn{background-color:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.25rem;font-size:.95rem;font-weight:600;transition:background-color .2s;display:inline-flex}.GalleryComponent-module__6fYO1a__quoteActionBtn:hover{background-color:var(--primary-hover)}.GalleryComponent-module__6fYO1a__navArrow{-webkit-backdrop-filter:blur(8px);color:#fff;cursor:pointer;z-index:10;background:#0f0f10bf;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .25s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.GalleryComponent-module__6fYO1a__navArrow:hover{background:var(--primary);border-color:var(--primary);transform:translateY(-50%)scale(1.1)}.GalleryComponent-module__6fYO1a__navPrev{left:1.5rem}.GalleryComponent-module__6fYO1a__navNext{right:1.5rem}@media (max-width:850px){.GalleryComponent-module__6fYO1a__navPrev{left:.5rem}.GalleryComponent-module__6fYO1a__navNext{right:.5rem}}
