.embla{--slide-height:40rem}@media (min-width:1920px){.embla{--slide-height:45rem}}@media (max-width:640px){.embla{--slide-height:25rem}}@media (min-width:768px) and (max-width:1535px){.embla{scale:90%}}.embla__container{backface-visibility:hidden;margin-left:calc(var(--slide-spacing) * -1)}.embla__slide{padding-left:var(--slide-spacing)}.embla__slide__img{display:block;height:var(--slide-height);width:100%;-o-object-fit:cover;object-fit:cover}.embla__slide__number{width:4.6rem;height:4.6rem;z-index:1;position:absolute;top:.6rem;right:.6rem;border-radius:50%;line-height:4.6rem;font-weight:900;text-align:center;pointer-events:none}.embla__slide__number>span{background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:1.6rem;display:block;position:absolute;top:0;left:0;right:0;bottom:0}.embla__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;touch-action:manipulation;display:inline-flex;text-decoration:none;border:0;padding:0;margin:0}.embla__buttons1{align-items:center;left:1.6rem}.embla__buttons1,.embla__buttons2{display:flex;position:absolute;top:50%;transform:translateY(-50%)}.embla__buttons2{align-items:flex-end;right:0;margin-right:1.6rem}.embla__button{z-index:1;display:flex;align-items:center;justify-content:center;cursor:pointer;width:4rem;height:4rem}@media (max-width:1024px){.embla__button{width:2rem;height:2rem}}.embla__button:disabled{opacity:.3}.embla__button__svg{width:65%;height:65%}.embla__dot{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;touch-action:manipulation;display:inline-flex;text-decoration:none;border:0}.embla__dots{z-index:1;bottom:1.6rem;position:absolute;left:0;right:0}.embla__dot{width:2.4rem;height:2.4rem;display:flex;align-items:center;margin-right:.75rem;margin-left:.75rem}@media (max-width:1024px){.embla__dot{width:1.7rem;height:1.7rem}}.embla__dot:after{background:black;border-radius:.2rem;width:100%;height:.3rem;content:""}.embla__dot--selected:after{background:white}.sandbox{width:100%}@media (min-width:750px){.sandbox{margin-left:auto;margin-right:auto}}.sandbox__carousel{position:relative;background-color:var(--background-code)}@media (max-width:749px){.sandbox__carousel{border-top:.1rem solid var(--detail-low-contrast);border-bottom:.1rem solid var(--detail-low-contrast)}}@media (min-width:750px){.sandbox__carousel{border-radius:.4rem;border:.1rem solid var(--detail-low-contrast)}}.hero-container{max-width:1280px;padding:0 20px;margin:4px auto 80px}.hero-carousel-wrapper,.hero-container,.hero-embla{width:100%;position:relative}.hero-embla{overflow:hidden;border-radius:24px;aspect-ratio:1.84/1;cursor:grab}.hero-embla:active{cursor:grabbing}.hero-embla__container{display:flex;height:100%;backface-visibility:hidden;will-change:transform}.hero-embla__slide{flex:0 0 100%;min-width:0;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-webkit-tap-highlight-color:transparent}.hero-slide-content{position:relative;width:100%;height:100%;overflow:hidden;border-radius:24px}.hero-slide-image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block;pointer-events:none}.hero-buttons{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);justify-content:space-between;padding:0 24px;pointer-events:none;height:0;z-index:30}.hero-buttons,.hero-nav-button{display:flex;align-items:center}.hero-nav-button{width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,.95);border:none;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 32px rgba(0,0,0,.12);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:auto;margin:0;padding:0;flex-shrink:0}.hero-nav-button:hover{background:rgba(255,255,255,1);transform:scale(1.1);box-shadow:0 12px 40px rgba(0,0,0,.2)}.hero-nav-button:active{transform:scale(.95)}.hero-content-desktop{display:flex;align-items:center;z-index:30;padding:64px 112px}.hero-content-desktop,.hero-content-desktop:before{position:absolute;top:0;left:0;width:100%;height:100%}.hero-content-desktop:before{content:"";pointer-events:none;background:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,.353) 10%,rgba(0,0,0,0));border-radius:24px}.hero-content-wrapper{max-width:50%;margin-right:auto;position:relative;z-index:30}.hero-title{font-size:64px;font-weight:700;color:white;line-height:1.1;margin-bottom:24px;text-shadow:0 4px 8px rgba(0,0,0,.3)}.hero-description{font-size:18px;color:white;line-height:1.6;margin-bottom:32px;text-shadow:0 2px 4px rgba(0,0,0,.3);max-width:90%}.hero-cta-button{font-weight:600;padding:16px 32px;font-size:16px;border-radius:12px;transition:all .3s ease}.hero-cta-button:hover{transform:translateY(-2px)}.hero-pagination{position:absolute;bottom:-20px;left:50%;transform:translateX(-50%);display:flex;justify-content:center;align-items:center;gap:12px;z-index:2;pointer-events:auto}.hero-pagination-dot{position:relative;width:12px;height:8px;border-radius:4px;background:hsl(var(--heroui-primary-300));cursor:pointer;transition:all .3s ease;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.1)}.hero-pagination-dot:hover{background:hsl(var(--heroui-primary));transform:scale(1.1)}.hero-pagination-dot--selected{width:24px;background:hsl(var(--heroui-primary-300));border-color:hsl(var(--heroui-primary))}.hero-pagination-progress{position:absolute;top:0;left:0;height:100%;background:hsl(var(--heroui-primary));border-radius:4px;width:0;transition:width .1s ease}.hero-pagination-dot--selected .hero-pagination-progress{animation:fillProgress 4.2s linear forwards}@keyframes fillProgress{0%{width:0}to{width:100%}}.hero-content-mobile{display:none;position:relative;margin-top:-70px;z-index:30;width:100%;justify-content:center;padding:0}.hero-wooden-sign-bg{border-radius:0;position:relative;border:none;min-height:180px;width:100%;overflow:hidden}.hero-mobile-card{padding:40px 32px 32px;text-align:start;position:relative;width:100%;height:100%;min-height:inherit}.hero-title-mobile{font-size:32px;font-weight:700;color:black;margin-bottom:4px;line-height:1.2;position:relative;z-index:2}.hero-description-mobile{font-size:18px;color:black;line-height:1.5;margin-bottom:20px;position:relative;z-index:2}.hero-cta-button-mobile{font-weight:600;padding:24px 0;border-radius:8px;font-size:16px;width:100%;box-shadow:0 4px 12px rgba(139,69,19,.3);transition:all .3s ease}.hero-cta-button-mobile:hover{transform:translateY(-1px)}@media (min-width:1536px) and (max-width:1920px){.hero-container{max-width:1300px;margin-bottom:70px;padding:0 24px}.hero-content-desktop{padding:50px 90px 50px 120px}.hero-title{font-size:68px}.hero-description{font-size:18px}}@media (min-width:1919px){.hero-container{max-width:1440px;padding:0 24px}.hero-content-desktop{padding:64px 112px}.hero-title{font-size:72px}.hero-description{font-size:20px}}@media (max-width:1280px){.hero-container{padding:0 20px}.hero-content-desktop{padding:48px 80px}.hero-title{font-size:64px}}@media (min-width:1281px) and (max-width:1535px){.hero-container{max-width:1200px;margin-bottom:65px}.hero-title{font-size:60px}.hero-description{font-size:17px}.hero-content-desktop{padding:42px 80px 42px 110px}}@media (min-width:1025px) and (max-width:1280px){.hero-container{max-width:1000px;margin-bottom:60px}.hero-title{font-size:52px}.hero-description{font-size:16px}.hero-content-desktop{padding:36px 60px 36px 100px}}@media (max-width:1024px){.hero-container{margin-top:8px;padding:0 16px;margin-bottom:24px}.hero-carousel-wrapper .hero-embla{aspect-ratio:2.13/1;max-width:696px;max-height:327px;margin:0 auto}.hero-content-desktop{display:none}.hero-content-mobile{display:flex}.hero-wooden-sign-bg{max-width:620px;width:calc(100% - 48px);margin:0 24px;min-height:200px}.hero-mobile-card{padding:48px 40px 40px}.hero-nav-button{width:32px;height:32px;margin:0}.hero-buttons{left:50%;right:auto;transform:translateX(-50%) translateY(-50%);width:696px;max-width:100%;padding:0 16px;height:0}.hero-pagination{bottom:-10px}}@media (max-width:768px){.hero-embla,.hero-slide-content{border-radius:0}.hero-container{margin-top:0;padding:0}.hero-carousel-wrapper .hero-embla{aspect-ratio:1.58/1;margin:0 auto}.hero-nav-button{width:32px;height:32px;margin:0}.hero-buttons{left:50%;right:auto;transform:translateX(-50%) translateY(-50%);max-width:100%;padding:0 12px;height:0}.hero-wooden-sign-bg{max-width:500px;width:calc(100% - 0px);margin:0;min-height:160px}.hero-mobile-card{padding:32px 26px 26px}.hero-title-mobile{font-size:28px;margin-bottom:10px}.hero-description-mobile{font-size:17px;font-weight:500;margin-bottom:12px}}@media (prefers-reduced-motion:reduce){.hero-pagination-progress{animation:none!important}.hero-nav-button,.hero-pagination-dot{transition:none}}.hero-nav-button:focus,.hero-pagination-dot:focus{outline:2px solid hsl(var(--heroui-primary));outline-offset:2px}.hero-nav-button:focus-visible,.hero-pagination-dot:focus-visible{outline:3px solid hsl(var(--heroui-primary));outline-offset:3px}.hero-embla:focus{outline:2px solid hsl(var(--heroui-primary));outline-offset:2px}@media (prefers-contrast:high){.hero-nav-button,.hero-pagination-dot{background:white;border:2px solid black}.hero-pagination-dot--selected{background:black}}.honeycomb{display:flex;flex-wrap:wrap;justify-content:center;list-style:none;margin:20px auto;max-width:1000px}.honeycomb-cell{flex:0 0 180px;max-width:180px;height:204px;margin:0 20px;position:relative;cursor:pointer;transition:transform .2s ease-in-out}.honeycomb-cell__content{position:relative;background-color:hsl(var(--heroui-content4));display:flex;align-items:center;justify-content:center;text-align:center;font-size:large;color:hsl(var(--heroui-secondary));font-weight:700;z-index:2;transition:background-color .2s ease-in-out}.honeycomb-cell:before,.honeycomb-cell__content{width:100%;height:100%;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%)}.honeycomb-cell:before{content:"";position:absolute;top:0;left:0;background:#000;z-index:1;transform:translateY(8px);filter:blur(10px);opacity:.4;transition:opacity .2s ease-in-out,transform .2s ease-in-out,filter .2s ease-in-out}.honeycomb-cell:hover{transform:translateY(-8px)}.honeycomb-cell:hover:before{opacity:.45;transform:translateY(14px) scale(1.03);filter:blur(14px)}.honeycomb-cell__title{padding:10px;position:relative;z-index:3}@media (max-width:1024px){.honeycomb{padding:0 40px}.honeycomb-cell{flex:0 0 120px;max-width:120px;height:136px;margin:0 12px}}@media (max-width:768px){.honeycomb{padding:0 40px}.honeycomb-cell{flex:0 0 100px;max-width:100px;height:113px}}@media (max-width:640px){.honeycomb{padding:0;margin-top:1rem}.honeycomb-cell{flex:0 0 100px;max-width:100px;height:113px;margin:0 8px 12px 0}}.product-display-scroll::-webkit-scrollbar{height:10px!important}.product-display-scroll::-webkit-scrollbar-track{background:hsl(var(--heroui-secondary-300));height:10px!important;border-radius:5px}.product-display-scroll::-webkit-scrollbar-thumb{background:hsl(var(--heroui-secondary));border-radius:5px;-webkit-transition:background .2s ease;transition:background .2s ease}.product-display-scroll::-webkit-scrollbar-thumb:hover{background:hsl(var(--heroui-secondary-600))}.no-select{-webkit-user-select:none;-moz-user-select:none;user-select:none}.embla{--slide-spacing:1rem;--slide-size:100%;--slide-height:19rem}.embla__viewport{overflow:hidden}.embla__container{display:flex;touch-action:pan-y}.embla__slide{flex:0 0 var(--slide-size);min-width:0;position:relative;z-index:0}.embla__dots,.embla__slide{display:flex;justify-content:center;align-items:center}.embla__dots{flex-wrap:wrap}.embla__dot{border-radius:4px;background-color:hsl(var(--heroui-secondary-300))!important;cursor:pointer;transition:all .3s ease;border:none;padding:0;margin:0;box-shadow:0 2px 4px rgba(0,0,0,.1)}.embla__dot,.embla__dot--selected{width:16px!important;height:10px!important}.embla__dot--selected{background-color:hsl(var(--heroui-secondary))!important;transform:none!important}.embla__dot--selected:after,.embla__dot:after{content:none!important}