@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Noto+Sans+TC&Playfair+Display&family=Abril+Fatface:wght@300;400;500;700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}nav{display:flex;position:fixed;top:0;left:0;width:100%;height:64px;align-items:center;justify-content:space-between;background-color:#fffefd;z-index:999;transition:all .3s ease;padding:0 max(20px,env(safe-area-inset-left)) 0 max(20px,env(safe-area-inset-right));will-change:transform,background-color;background-color:#fffc;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}nav.scroll{background-color:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}#topbar-logo{height:40px;padding-left:25px;object-fit:contain}.hamburger-btn{display:none;flex-direction:column;justify-content:center;align-items:center;width:32px;height:32px;background:none;border:none;cursor:pointer;padding:0;margin-right:20px;position:relative;z-index:1001;will-change:transform}.hamburger-btn span{display:block;width:25px;height:3px;background-color:#2c1810;margin:3px 0;transition:transform .3s cubic-bezier(.645,.045,.355,1),opacity .2s ease;transform-origin:center;border-radius:1px;will-change:transform,opacity}.hamburger-btn.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger-btn.active span:nth-child(2){opacity:0;transform:scale(0)}.hamburger-btn.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.desktop-nav{display:flex}.nav-right{width:fit-content;align-items:center;gap:clamp(12px,2vw,20px);padding-right:max(20px,env(safe-area-inset-right))}.nav-right .text-link{text-decoration:none;font-size:18px;color:#caae81;position:relative;display:inline-block;text-wrap:nowrap;transition:color .3s ease,transform .3s ease;will-change:transform}.nav-right .text-link:hover{transform:translateY(-2px)}.nav-right .text-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:#caae81;transition:width .3s ease;will-change:width}.nav-right .text-link:hover:after{width:100%}.nav-right .cart-btn{display:flex;align-items:center;cursor:pointer;color:#caae81}.nav-right img{height:30px}.dropdown-container{position:relative;display:inline-block}.dropdown-container .dropdown-trigger{display:flex;align-items:center;gap:10px;background:none;border:none;cursor:pointer;font-family:inherit;padding:0}.dropdown-container .dropdown-trigger .dropdown-arrow{font-size:12px;transition:transform .3s ease;will-change:transform}.dropdown-container .dropdown-trigger .dropdown-arrow.open{transform:rotate(180deg)}.dropdown-container .dropdown-menu{position:absolute;overflow:hidden;top:calc(100% + 10px);left:-50%;background-color:#fffefd;border-radius:8px;box-shadow:0 8px 32px #0000001a;min-width:180px;animation:dropdownFadeIn .3s ease;z-index:1000;will-change:transform,opacity}.dropdown-container .dropdown-menu:before{content:"";position:absolute;top:-6px;left:20px;width:12px;height:12px;background-color:#fffefd;border:1px solid rgba(202,174,129,.1);border-bottom:none;border-right:none;transform:rotate(45deg)}.dropdown-container .dropdown-menu .dropdown-item{display:block;padding:12px 20px;text-decoration:none;color:#caae81;font-size:16px;transition:all .3s ease;border-left:3px solid transparent;white-space:pre-line;border-bottom:1px solid #F0E8DB;will-change:transform,background-color}.dropdown-container .dropdown-menu .dropdown-item:hover{background-color:#caae810d;border-left-color:#caae81;transform:translate(5px)}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;height:100dvh;z-index:1000;visibility:hidden;pointer-events:none;transition:visibility .3s ease}.mobile-menu.active{visibility:visible;pointer-events:auto}.mobile-menu .mobile-menu-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);opacity:0;transition:opacity .3s ease;z-index:1000}.mobile-menu .mobile-menu-content{position:absolute;top:0;right:0;width:80%;max-width:320px;height:100%;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease;background-color:#fff;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:1001;box-shadow:-4px 0 20px #00000026}.mobile-menu.active .mobile-menu-content{transform:translate(0)}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background-color:#fff;border-bottom:1px solid #caae81}.mobile-menu-header a{display:block}.mobile-menu-header .mobile-logo{height:28px;object-fit:contain}.mobile-menu-header .close-btn{width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.mobile-menu-header .close-btn:before,.mobile-menu-header .close-btn:after{content:"";position:absolute;width:18px;height:2px;background-color:#2c1810}.mobile-menu-header .close-btn:before{transform:rotate(45deg)}.mobile-menu-header .close-btn:after{transform:rotate(-45deg)}.mobile-menu-body{flex:1;display:flex;flex-direction:column;padding:10px 0}.mobile-menu-item{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;text-decoration:none;color:#2c1810;font-size:16px;font-weight:500;border-bottom:1px solid rgba(202,174,129,.3)}.mobile-menu-item .mobile-arrow{font-size:12px;transition:transform .3s ease}.mobile-menu-item .mobile-arrow.open{transform:rotate(180deg)}.mobile-product-list{background-color:#caae810d;padding:5px 0}.mobile-product-item{display:block;padding:12px 20px 12px 40px;text-decoration:none;color:#2c1810;font-size:14px;border-bottom:1px solid rgba(202,174,129,.15)}.mobile-product-item:last-child{border-bottom:none}.mobile-menu-footer{display:flex;justify-content:space-around;padding:15px 20px;border-top:1px solid #caae81;background-color:#fff;margin-top:auto}.mobile-function-btn{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#2c1810}.mobile-function-btn .icon-container{width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.mobile-function-btn .icon-container img{width:24px;height:24px;object-fit:contain}.mobile-function-btn span{font-size:14px;font-weight:500}.mobile-menu-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);opacity:0;transition:opacity .3s ease;z-index:1000}.mobile-menu.active .mobile-menu-overlay{opacity:1}@media (max-width: 767px){.mobile-menu-item,.mobile-product-item,.mobile-function-btn{-webkit-tap-highlight-color:transparent}.mobile-menu-content{box-shadow:-2px 0 10px #00000026}}.mobile-menu-content,.hamburger-btn span,.dropdown-menu,.text-link,.mobile-arrow{transform:translateZ(0)}@media (max-width: 767px){.hamburger-btn{display:flex}.desktop-nav{display:none}#topbar-logo{padding-left:20px;height:36px}nav{height:60px;padding:0 20px}}@media (max-width: 480px){.mobile-menu-content{width:100vw}.mobile-menu-header{padding:16px 20px}.mobile-menu-item{padding:14px 20px;font-size:15px;font-weight:500}.mobile-product-item{padding:10px 20px 10px 40px;font-size:13px;font-weight:400}.mobile-menu-footer{padding:16px 20px;gap:12px}.mobile-function-btn{min-width:70px;padding:10px 12px;font-size:11px;font-weight:500}.mobile-function-btn img{width:20px;height:20px}}.fx{transition:transform .3s ease;cursor:pointer;position:relative;will-change:transform}.fx:hover{transform:translateY(-5px)}.fx:active{transform:scale(.95)}.socBtn{opacity:.8;transition:opacity .3s ease,transform .3s ease,filter .3s ease;will-change:transform,opacity}.socBtn:hover{opacity:1;filter:brightness(1.2)}.socBtn.xIcon:hover{transform:translateY(-5px) rotate(5deg)}.socBtn.igIcon:hover{transform:translateY(-5px) rotate(-5deg)}.socBtn.fbIcon:hover{transform:translateY(-5px) scale(1.1)}.toolIco{transition:filter .4s cubic-bezier(.175,.885,.32,1.275),transform .4s cubic-bezier(.175,.885,.32,1.275);will-change:transform,filter}.toolIco:hover{filter:drop-shadow(0 5px 15px rgba(202,174,129,.3))}.toolIco:after{content:"";position:absolute;bottom:-5px;left:50%;width:0;height:2px;background-color:#caae81;transition:width .3s ease,left .3s ease;will-change:width,left}.toolIco:hover:after{width:70%;left:15%}.navLk{position:relative}.navLk:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background-color:#caae81;transition:width .3s ease;will-change:width}.navLk:hover:after{width:100%}.cart:hover{animation:wiggle .5s ease}@keyframes wiggle{0%,to{transform:translateY(-5px) rotate(0)}25%{transform:translateY(-5px) rotate(5deg)}75%{transform:translateY(-5px) rotate(-5deg)}}.user:hover{animation:pulse 1s infinite}@keyframes pulse{0%{transform:translateY(-5px) scale(1)}50%{transform:translateY(-5px) scale(1.1)}to{transform:translateY(-5px) scale(1)}}.msg{overflow:hidden}.msg:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.3) 0%,transparent 70%);opacity:0;transition:opacity .3s ease;will-change:opacity,transform}.msg:hover:before{opacity:1;animation:ripple 1.5s ease-out}@keyframes ripple{0%{transform:scale(.5);opacity:.5}to{transform:scale(1.5);opacity:0}}.cardFx{transition:transform .3s ease,box-shadow .3s ease;will-change:transform,box-shadow}.cardFx:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0000001a}.btnHover{transition:transform .3s ease;overflow:hidden;position:relative;z-index:1}.btnHover:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#ffffff1a;transform:translate(-100%);transition:transform .3s ease;will-change:transform;z-index:-1}.btnHover:hover:before{transform:translate(0)}@media (hover: none){.fx:hover,.navLk:hover:after,.toolIco:hover:after{transform:none}.cardFx:hover{transform:none;box-shadow:none}}footer{position:relative;display:flex;flex-direction:column;background-color:#fffefd;bottom:0;left:0;width:100%}p,h3{color:#5b4c39}#ftrMain{display:flex;justify-content:space-between;padding:20px 50px}#ftrMain #leftArea{display:flex;flex-direction:column;width:100%;margin-left:50px}#ftrMain #leftArea #logo{height:40px;object-fit:contain;object-position:left;margin-bottom:30px}#ftrMain #leftArea p{font-size:14px;width:fit-content}#ftrMain #leftArea #socials{display:flex;justify-content:flex-start;margin-top:30px;width:50px;gap:10px}#ftrMain #rightArea{width:100%;align-self:flex-end}#ftrMain #rightArea #siteMap{display:flex;gap:20px;flex-wrap:wrap;margin-top:30px}#ftrMain #rightArea #siteMap li{width:fit-content}#ftrMain #rightArea #siteMap li a{text-decoration:none;font-size:18px;color:#caae81}#ftrMain #rightArea #tools{display:flex;flex-direction:row;gap:40px}#ftrMain #rightArea #tools a,#ftrMain #rightArea #tools .cart-icon-resize{margin-top:30px;width:30px}@media (max-width: 768px){#ftrMain{flex-direction:column;padding:20px;gap:30px}#ftrMain #leftArea{margin-left:0;width:100%}#ftrMain #leftArea #logo{margin-bottom:20px}#ftrMain #leftArea p{margin-bottom:5px}#ftrMain #leftArea #socials{display:none}#ftrMain #rightArea{width:100%;align-self:flex-start}#ftrMain #rightArea #siteMap{margin-top:20px;gap:15px}#ftrMain #rightArea #siteMap li a{font-size:16px}#ftrMain #rightArea #tools{display:none}}#bottomIcons{display:none;justify-content:space-between;align-items:center;padding:20px;background-color:#fffefd}#bottomIcons #socialsMobile{display:flex;gap:15px}#bottomIcons #socialsMobile .socBtn{width:24px;height:24px}#bottomIcons #toolsMobile{display:flex;gap:20px}#bottomIcons #toolsMobile a,#bottomIcons #toolsMobile .cart-icon-resize{width:28px}@media (max-width: 768px){#bottomIcons{display:flex}}#copyright{width:100%;background-color:#a78f75}#copyright p{justify-self:center;font-size:14px;color:#fffefd}#product-sec .product-sec-layout .product-sec-desc #product-sec-desc-xs,#product-sec .product-sec-layout .product-sec-cards-container .product-sec-card .product-card-desc .product-card-desc-text,#feedback-sec #feedback-container .feedback-carousel-wrapper .feedback-carousel-track .feedback-carousel-item .feedback-card .customer-feedback .feedback-text{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}#product-sec .product-sec-layout .product-sec-desc #product-sec-desc-md,#knowledge-sec .knowledge-content .knowledge-title .knowledge-title-desc p,#knowledge-sec .knowledge-content .knowledge-cards a .knowledge-card .card-text-area .card-text-small,#knowledge-sec .knowledge-content .knowledge-cards a .knowledge-card .card-text-area .card-text-title,#news-store-sec .news-container .news-content .news-desc{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.h100-vh{position:relative;height:100vh}.h100-vh:not(#primary-sec){opacity:0;transition:opacity .8s ease-out}.h100-vh.show{opacity:1!important}#primary-sec{position:relative;overflow:hidden}#primary-sec .primary-1,#primary-sec .primary-2,#primary-sec .primary-3,#primary-sec .primary-4,#primary-sec .primary-5{position:absolute;height:100vh;width:100%;top:0;left:0;display:flex;opacity:0;transition:opacity 1s ease-in-out}@media (max-width:769px){#primary-sec .primary-1,#primary-sec .primary-2,#primary-sec .primary-3,#primary-sec .primary-4,#primary-sec .primary-5{flex-direction:column}}#primary-sec .primary-1 .product-slogan,#primary-sec .primary-1 .product-slogan-right,#primary-sec .primary-2 .product-slogan,#primary-sec .primary-2 .product-slogan-right,#primary-sec .primary-3 .product-slogan,#primary-sec .primary-3 .product-slogan-right,#primary-sec .primary-4 .product-slogan,#primary-sec .primary-4 .product-slogan-right,#primary-sec .primary-5 .product-slogan,#primary-sec .primary-5 .product-slogan-right{width:35%;z-index:3;align-content:center;margin-left:80px;white-space:pre-line}@media (max-width:769px){#primary-sec .primary-1 .product-slogan,#primary-sec .primary-1 .product-slogan-right,#primary-sec .primary-2 .product-slogan,#primary-sec .primary-2 .product-slogan-right,#primary-sec .primary-3 .product-slogan,#primary-sec .primary-3 .product-slogan-right,#primary-sec .primary-4 .product-slogan,#primary-sec .primary-4 .product-slogan-right,#primary-sec .primary-5 .product-slogan,#primary-sec .primary-5 .product-slogan-right{width:80%;margin:-100px auto 0 50px}}@media (max-width:451px){#primary-sec .primary-1 .product-slogan,#primary-sec .primary-1 .product-slogan-right,#primary-sec .primary-2 .product-slogan,#primary-sec .primary-2 .product-slogan-right,#primary-sec .primary-3 .product-slogan,#primary-sec .primary-3 .product-slogan-right,#primary-sec .primary-4 .product-slogan,#primary-sec .primary-4 .product-slogan-right,#primary-sec .primary-5 .product-slogan,#primary-sec .primary-5 .product-slogan-right{width:100%;margin:-100px auto 0 20px}}#primary-sec .primary-1 .product-slogan .slogan-en,#primary-sec .primary-1 .product-slogan-right .slogan-en,#primary-sec .primary-2 .product-slogan .slogan-en,#primary-sec .primary-2 .product-slogan-right .slogan-en,#primary-sec .primary-3 .product-slogan .slogan-en,#primary-sec .primary-3 .product-slogan-right .slogan-en,#primary-sec .primary-4 .product-slogan .slogan-en,#primary-sec .primary-4 .product-slogan-right .slogan-en,#primary-sec .primary-5 .product-slogan .slogan-en,#primary-sec .primary-5 .product-slogan-right .slogan-en{color:#fffefd;font-size:48px;font-family:playfair,serif;font-weight:400;line-height:48px;text-shadow:2px 2px 4px #48270D}@media (max-width:451px){#primary-sec .primary-1 .product-slogan .slogan-en,#primary-sec .primary-1 .product-slogan-right .slogan-en,#primary-sec .primary-2 .product-slogan .slogan-en,#primary-sec .primary-2 .product-slogan-right .slogan-en,#primary-sec .primary-3 .product-slogan .slogan-en,#primary-sec .primary-3 .product-slogan-right .slogan-en,#primary-sec .primary-4 .product-slogan .slogan-en,#primary-sec .primary-4 .product-slogan-right .slogan-en,#primary-sec .primary-5 .product-slogan .slogan-en,#primary-sec .primary-5 .product-slogan-right .slogan-en{font-size:32px}}#primary-sec .primary-1 .product-slogan .slogan-zh,#primary-sec .primary-1 .product-slogan-right .slogan-zh,#primary-sec .primary-2 .product-slogan .slogan-zh,#primary-sec .primary-2 .product-slogan-right .slogan-zh,#primary-sec .primary-3 .product-slogan .slogan-zh,#primary-sec .primary-3 .product-slogan-right .slogan-zh,#primary-sec .primary-4 .product-slogan .slogan-zh,#primary-sec .primary-4 .product-slogan-right .slogan-zh,#primary-sec .primary-5 .product-slogan .slogan-zh,#primary-sec .primary-5 .product-slogan-right .slogan-zh{color:#fffefd;font-size:24px;padding-top:20px;font-weight:500;line-height:36px;letter-spacing:2.4px;text-shadow:2px 2px 4px #48270D}@media (max-width:451px){#primary-sec .primary-1 .product-slogan .slogan-zh,#primary-sec .primary-1 .product-slogan-right .slogan-zh,#primary-sec .primary-2 .product-slogan .slogan-zh,#primary-sec .primary-2 .product-slogan-right .slogan-zh,#primary-sec .primary-3 .product-slogan .slogan-zh,#primary-sec .primary-3 .product-slogan-right .slogan-zh,#primary-sec .primary-4 .product-slogan .slogan-zh,#primary-sec .primary-4 .product-slogan-right .slogan-zh,#primary-sec .primary-5 .product-slogan .slogan-zh,#primary-sec .primary-5 .product-slogan-right .slogan-zh{font-size:18px}}#primary-sec .primary-1 .product-slogan-right,#primary-sec .primary-2 .product-slogan-right,#primary-sec .primary-3 .product-slogan-right,#primary-sec .primary-4 .product-slogan-right,#primary-sec .primary-5 .product-slogan-right{margin-left:auto;margin-right:80px}@media (max-width:769px){#primary-sec .primary-1 .product-slogan-right,#primary-sec .primary-2 .product-slogan-right,#primary-sec .primary-3 .product-slogan-right,#primary-sec .primary-4 .product-slogan-right,#primary-sec .primary-5 .product-slogan-right{margin:-100px auto 0 50px;width:80%}}@media (max-width:451px){#primary-sec .primary-1 .product-slogan-right,#primary-sec .primary-2 .product-slogan-right,#primary-sec .primary-3 .product-slogan-right,#primary-sec .primary-4 .product-slogan-right,#primary-sec .primary-5 .product-slogan-right{width:100%;margin:-100px auto 0 20px}}#primary-sec .primary-1 .primary-product,#primary-sec .primary-1 .primary-product-left,#primary-sec .primary-2 .primary-product,#primary-sec .primary-2 .primary-product-left,#primary-sec .primary-3 .primary-product,#primary-sec .primary-3 .primary-product-left,#primary-sec .primary-4 .primary-product,#primary-sec .primary-4 .primary-product-left,#primary-sec .primary-5 .primary-product,#primary-sec .primary-5 .primary-product-left{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:3;object-fit:cover;height:55%;filter:drop-shadow(4px 4px 8px rgba(0,0,0,.5))}@media (max-width:1040px){#primary-sec .primary-1 .primary-product,#primary-sec .primary-1 .primary-product-left,#primary-sec .primary-2 .primary-product,#primary-sec .primary-2 .primary-product-left,#primary-sec .primary-3 .primary-product,#primary-sec .primary-3 .primary-product-left,#primary-sec .primary-4 .primary-product,#primary-sec .primary-4 .primary-product-left,#primary-sec .primary-5 .primary-product,#primary-sec .primary-5 .primary-product-left{height:45%}}@media (max-width:769px){#primary-sec .primary-1 .primary-product,#primary-sec .primary-1 .primary-product-left,#primary-sec .primary-2 .primary-product,#primary-sec .primary-2 .primary-product-left,#primary-sec .primary-3 .primary-product,#primary-sec .primary-3 .primary-product-left,#primary-sec .primary-4 .primary-product,#primary-sec .primary-4 .primary-product-left,#primary-sec .primary-5 .primary-product,#primary-sec .primary-5 .primary-product-left{position:relative;height:35%;width:auto;margin:-100px auto 0 50px;left:10%;top:90%}}#primary-sec .primary-1 picture .primary-caroual2,#primary-sec .primary-2 picture .primary-caroual2,#primary-sec .primary-3 picture .primary-caroual2,#primary-sec .primary-4 picture .primary-caroual2,#primary-sec .primary-5 picture .primary-caroual2{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}#primary-sec .primary-1.active,#primary-sec .primary-2.active,#primary-sec .primary-3.active,#primary-sec .primary-4.active,#primary-sec .primary-5.active{opacity:1;z-index:10}#primary-sec .primary-1{z-index:3}#primary-sec .primary-1 #primary-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:80%;z-index:1}#primary-sec .primary-1 #primary-logo{position:relative;display:block;margin:0 auto;z-index:2;filter:brightness(0) invert(1) drop-shadow(4px 4px 8px rgba(0,0,0,.5));width:20%;object-fit:contain;animation:slideInRight 3s ease-out forwards;opacity:0}@media (max-width:769px){#primary-sec .primary-1 #primary-logo{margin:auto;width:30%}}@keyframes slideInRight{0%{opacity:0}to{opacity:1}}#primary-sec .carousel-indicators{position:absolute;bottom:30px;width:100%;justify-content:center;display:flex;gap:12px;z-index:10}#primary-sec .carousel-indicators .indicator{width:12px;height:12px;border-radius:99px;background-color:#fff6;cursor:pointer;transition:all .5s ease}#primary-sec .carousel-indicators .indicator:hover{background-color:#fff9;transform:scale(1.1)}#primary-sec .carousel-indicators .indicator.active{background-color:#fffefd!important;transform:scale(1.2)!important}#promote-sec{background:linear-gradient(to top,#e4d6c0,#fffefd);height:120vh}@media (max-width:1040px){#promote-sec{height:110vh}}#promote-sec #promote-sec-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}#promote-sec .container{display:flex;height:100%}#promote-sec .container .productPic{position:relative;flex:1}@media (max-width:769px){#promote-sec .container .productPic{position:absolute;width:100%;height:100%;opacity:.5}}#promote-sec .container .productPic #backPic,#promote-sec .container .productPic #frontPic{position:absolute;height:clamp(300px,50vh,360px);object-fit:contain;transition:transform .3s ease-out;will-change:transform;pointer-events:none}#promote-sec .container .productPic #backPic{bottom:400px;right:200px;z-index:3}@media (max-width: 1600px){#promote-sec .container .productPic #backPic{bottom:30%}}@media (max-width:769px){#promote-sec .container .productPic #backPic{right:50%}}@media (max-width:451px){#promote-sec .container .productPic #backPic{right:45%}}#promote-sec .container .productPic #frontPic{bottom:550px;right:140px;z-index:4}@media (max-width: 1600px){#promote-sec .container .productPic #frontPic{bottom:40%}}@media (max-width:769px){#promote-sec .container .productPic #frontPic{right:45%}}@media (max-width:451px){#promote-sec .container .productPic #frontPic{right:35%}}#promote-sec .container .productDesc{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;margin:0 150px 150px 0}@media (max-width:1040px){#promote-sec .container .productDesc{margin:0 100px 100px 0}}@media (max-width:769px){#promote-sec .container .productDesc{margin:0 50px 50px 0}}@media (max-width:451px){#promote-sec .container .productDesc{margin:0;z-index:5}}#promote-sec .container .productDesc h2{font-size:48px;font-family:Joanna,serif;letter-spacing:3px;margin-bottom:30px;-webkit-clip-path:polygon(100% 0,100% 100%,0 100%,0 80%);clip-path:polygon(100% 0,100% 100%,0 100%,0 80%);transform:translateY(-50px);opacity:0;animation:titleAnimation 3s ease infinite}#promote-sec .container .productDesc h2:nth-of-type(2){font-size:40px;position:relative;top:-90px;animation-delay:1.5s;margin-bottom:0}@media (max-width:1040px){#promote-sec .container .productDesc h2{font-size:40px}}#promote-sec .container .productDesc h3{font-size:32px;margin-bottom:30px}@media (max-width:1040px){#promote-sec .container .productDesc h3{font-size:24px}}@media (max-width:769px){#promote-sec .container .productDesc h3{margin-bottom:50px}}#promote-sec .container .productDesc p{font-size:18px;opacity:0;transition:all 1s ease;transform:translateY(5px)}@media (max-width:1040px){#promote-sec .container .productDesc p{font-size:16px}}@media (max-width:769px){#promote-sec .container .productDesc p{margin-bottom:10px}}#promote-sec .container .productDesc a{z-index:99}#promote-sec.show .productDesc p:nth-of-type(1){opacity:1;transform:translateY(0);transition-delay:.4s}#promote-sec.show .productDesc p:nth-of-type(2){opacity:1;transform:translateY(0);transition-delay:.8s}#promote-sec.show .productDesc p:nth-of-type(3){opacity:1;transform:translateY(0);transition-delay:1.2s}#promote-sec.show .productDesc p:nth-of-type(4){opacity:1;transform:translateY(0);transition-delay:1.6s}@keyframes titleAnimation{0%{transform:translateY(-50px);opacity:0;-webkit-clip-path:polygon(100% 0,100% 100%,0 100%,0 80%);clip-path:polygon(100% 0,100% 100%,0 100%,0 80%)}50%{transform:translateY(0);opacity:1;-webkit-clip-path:polygon(100% 0,100% 100%,0 100%,0 15%);clip-path:polygon(100% 0,100% 100%,0 100%,0 15%)}to{transform:translateY(50px);opacity:0;-webkit-clip-path:polygon(100% 0,100% 0%,0 100%,0 100%);clip-path:polygon(100% 0,100% 0%,0 100%,0 100%)}}#product-sec{background:linear-gradient(to right,#e4d6c0,#fffefd);height:auto;padding-bottom:30px;position:relative}#product-sec .decorate-box{position:absolute;display:flex;top:30px;width:100%;height:40%;left:0}@media (max-width:1200px){#product-sec .decorate-box{height:30%;top:60px}}@media (max-width:769px){#product-sec .decorate-box{height:20%;top:30px}}#product-sec .decorate-box #decorate-human{position:absolute;max-width:250px;min-width:250px;height:100%;top:-10%;left:10%}@media (min-width: 1790px){#product-sec .decorate-box #decorate-human{left:13%}}@media (max-width: 1200px){#product-sec .decorate-box #decorate-human{max-width:180px;min-width:180px;top:10%}}@media (max-width:1040px){#product-sec .decorate-box #decorate-human{max-width:160px;min-width:160px;left:15%;top:-7%}}@media (max-width: 900px){#product-sec .decorate-box #decorate-human{left:12%}}@media (max-width: 800px){#product-sec .decorate-box #decorate-human{display:none}}@media (max-width:769px){#product-sec .decorate-box #decorate-human{display:block;width:30%;left:80%;top:3%;transform:translate(-30%,-10%)}}@media (max-width:451px){#product-sec .decorate-box #decorate-human{max-width:100px;min-width:100px;height:auto;left:70%;transform:translate(-10%);top:31%}}#product-sec .decorate-box #decorate-products{position:absolute;width:30%;top:20%;right:8%}@media (max-width:1200px){#product-sec .decorate-box #decorate-products{top:45%}}@media (max-width:1040px){#product-sec .decorate-box #decorate-products{top:15%;height:90%}}@media (max-width: 800px){#product-sec .decorate-box #decorate-products{display:none}}#product-sec .product-sec-layout{position:relative;display:flex;flex-direction:column;width:100%;align-items:center;z-index:9}#product-sec .product-sec-layout .product-sec-desc{margin-top:30px;width:45%}@media (max-width:1200px){#product-sec .product-sec-layout .product-sec-desc{align-self:flex-end;width:75%}}@media (max-width:1040px){#product-sec .product-sec-layout .product-sec-desc{width:35%;align-self:center}}@media (max-width:769px){#product-sec .product-sec-layout .product-sec-desc{align-self:start;padding-left:50px}}@media (max-width:451px){#product-sec .product-sec-layout .product-sec-desc{width:70%}}#product-sec .product-sec-layout .product-sec-desc #product-sec-desc-sm,#product-sec .product-sec-layout .product-sec-desc #product-sec-desc-md,#product-sec .product-sec-layout .product-sec-desc #product-sec-desc-xs{margin-bottom:16px;font-weight:400}@media (max-width:1040px){#product-sec .product-sec-layout .product-sec-desc #product-sec-desc-sm,#product-sec .product-sec-layout .product-sec-desc #product-sec-desc-md,#product-sec .product-sec-layout .product-sec-desc #product-sec-desc-xs{justify-self:flex-start;margin-bottom:4px}}#product-sec .product-sec-layout .product-sec-desc #product-sec-desc-md{font-size:24px;font-weight:500}@media (max-width:451px){#product-sec .product-sec-layout .product-sec-desc #product-sec-desc-md{font-size:20px}}#product-sec .product-sec-layout .product-sec-desc #product-sec-desc-xs{margin-bottom:0;-webkit-line-clamp:3}@media (max-width:451px){#product-sec .product-sec-layout .product-sec-desc #product-sec-desc-xs{font-size:14px}}#product-sec .product-sec-layout .product-sec-cards-container{position:relative;display:flex;justify-content:center;width:100%;height:100%;gap:20px;padding:60px 100px 0}@media (max-width:1040px){#product-sec .product-sec-layout .product-sec-cards-container{flex-wrap:wrap;padding:20px 20px 0}}#product-sec .product-sec-layout .product-sec-cards-container .product-sec-card{position:relative;display:flex;max-width:350px;min-width:250px;flex-direction:column;height:100%;padding:16px;background-color:#faf9f5;border-radius:24px;opacity:0;transform:translateY(100px);transition:all .5s ease,opacity .6s ease,transform .6s ease}#product-sec .product-sec-layout .product-sec-cards-container .product-sec-card:before{opacity:0;content:"";width:104%;height:104%;border-radius:24px;background-image:linear-gradient(-45deg,#fffc,#f0e8db,#fff9);position:absolute;z-index:-1;top:-2%;left:-2%;filter:blur(1px);animation:gradient-shift 2.5s linear infinite;background-size:200% 200%;transition:opacity .5s ease,filter .5s ease}#product-sec .product-sec-layout .product-sec-cards-container .product-sec-card:hover:before{opacity:1;filter:blur(5px)}@keyframes gradient-shift{0%{background-position:left top}25%{background-position:right top}50%{background-position:right bottom}75%{background-position:left bottom}to{background-position:left top}}@media (max-width:1200px){#product-sec .product-sec-layout .product-sec-cards-container .product-sec-card{min-width:230px}}@media (max-width:1040px){#product-sec .product-sec-layout .product-sec-cards-container .product-sec-card{min-width:370px;gap:10px;flex-direction:row}}#product-sec .product-sec-layout .product-sec-cards-container .product-sec-card .product-card-bg{background:linear-gradient(to top,#dacbb4,#f4f0e5);border-radius:18px;width:100%;height:35vh}@media (max-width:1200px){#product-sec .product-sec-layout .product-sec-cards-container .product-sec-card .product-card-bg{height:25vh}}@media (max-width:1040px){#product-sec .product-sec-layout .product-sec-cards-container .product-sec-card .product-card-bg{height:20vh;width:25%}}@media (max-width:451px){#product-sec .product-sec-layout .product-sec-cards-container .product-sec-card .product-card-bg{height:15vh}}#product-sec .product-sec-layout .product-sec-cards-container .product-sec-card .product-card-bg .product-card-pic{padding:30px 0;height:35vh;margin:0 auto}@media (max-width:1200px){#product-sec .product-sec-layout .product-sec-cards-container .product-sec-card .product-card-bg .product-card-pic{height:25vh}}@media (max-width:1040px){#product-sec .product-sec-layout .product-sec-cards-container .product-sec-card .product-card-bg .product-card-pic{height:22vh}}@media (max-width:451px){#product-sec .product-sec-layout .product-sec-cards-container .product-sec-card .product-card-bg .product-card-pic{height:17vh}}#product-sec .product-sec-layout .product-sec-cards-container .product-sec-card .product-card-desc{display:flex;flex-direction:column;padding-top:20px;width:100%}@media (max-width:1040px){#product-sec .product-sec-layout .product-sec-cards-container .product-sec-card .product-card-desc{padding-top:0}}#product-sec .product-sec-layout .product-sec-cards-container .product-sec-card .product-card-desc .product-card-desc-en{font-size:18px;margin-bottom:10px}#product-sec .product-sec-layout .product-sec-cards-container .product-sec-card .product-card-desc .product-card-desc-zh{font-size:14px;margin-bottom:10px}#product-sec .product-sec-layout .product-sec-cards-container .product-sec-card .product-card-desc .product-card-desc-text{font-size:12px;-webkit-line-clamp:1}#product-sec .product-sec-layout .product-sec-cards-container .product-sec-card .product-card-desc a{width:fit-content;align-self:flex-end}#product-sec .product-sec-layout .product-sec-cards-container .product-sec-card .product-card-desc .next-buttom{background:#c5beac;width:36px;height:36px;border-radius:99px;align-content:center;margin-top:10px}#product-sec .product-sec-layout .product-sec-cards-container .product-sec-card .product-card-desc .next-buttom img{margin:0 auto}#product-sec .product-sec-layout .product-sec-cards-container .product-sec-card .product-card-desc .product-card-buttons{display:flex;justify-content:flex-start;gap:10px;flex-wrap:wrap;margin-bottom:10px}@media (max-width:1200px){#product-sec .product-sec-layout .product-sec-cards-container .product-sec-card .product-card-desc .product-card-buttons{gap:8px}}@media (max-width:1040px){#product-sec .product-sec-layout .product-sec-cards-container .product-sec-card .product-card-desc .product-card-buttons{gap:5px}}#product-sec .product-sec-layout .product-sec-cards-container .product-sec-card .product-card-desc .product-card-buttons .product-sec-card-button{display:inline-flex;width:fit-content;height:30px;padding:4px 12px;background:#fffefd;border-radius:99px;align-items:center;transition:all .3s ease}#product-sec .product-sec-layout .product-sec-cards-container .product-sec-card .product-card-desc .product-card-buttons .product-sec-card-button:hover{box-shadow:0 0 4px 2px #c5beace6;transform:translateY(-2px)}@media (max-width:1200px){#product-sec .product-sec-layout .product-sec-cards-container .product-sec-card .product-card-desc .product-card-buttons .product-sec-card-button{height:26px;padding:4px 8px}}@media (max-width:1040px){#product-sec .product-sec-layout .product-sec-cards-container .product-sec-card .product-card-desc .product-card-buttons .product-sec-card-button{height:24px;padding:4px 8px}}#product-sec .product-sec-layout .product-sec-cards-container .product-sec-card .product-card-desc .product-card-buttons .product-sec-card-button .product-sec-card-icon{margin-right:5px}#product-sec .product-sec-layout .product-sec-cards-container .product-sec-card .product-card-desc .product-card-buttons .product-sec-card-button .product-sec-card-icon-text{font-size:12px;letter-spacing:1px;word-wrap:break-word;text-align:center}#product-sec.show .product-sec-card:nth-child(1){opacity:1;transform:translateY(0);transition-delay:.1s}#product-sec.show .product-sec-card:nth-child(2){opacity:1;transform:translateY(0);transition-delay:.3s}#product-sec.show .product-sec-card:nth-child(3){opacity:1;transform:translateY(0);transition-delay:.5s}#product-sec.show .product-sec-card:nth-child(4){opacity:1;transform:translateY(0);transition-delay:.7s}#feedback-sec{height:auto}#feedback-sec #feedback-container{justify-items:center;padding:150px 100px}@media (max-width:769px){#feedback-sec #feedback-container{padding:100px 30px}}#feedback-sec #feedback-container .feedback-zh,#feedback-sec #feedback-container .feedback-en{font-size:32px;margin:0 auto}@media (max-width:769px){#feedback-sec #feedback-container .feedback-zh,#feedback-sec #feedback-container .feedback-en{font-size:24px}}#feedback-sec #feedback-container .feedback-zh{font-weight:500}#feedback-sec #feedback-container .feedback-en{font-weight:300;font-style:italic}#feedback-sec #feedback-container .feedback-carousel-wrapper{width:100%;overflow:hidden;margin-top:3rem}#feedback-sec #feedback-container .feedback-carousel-wrapper .feedback-carousel-track{display:flex;animation:scroll 30s linear infinite;width:fit-content;margin-bottom:1rem}#feedback-sec #feedback-container .feedback-carousel-wrapper .feedback-carousel-track#sort-num2{animation-delay:1s}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}#feedback-sec #feedback-container .feedback-carousel-wrapper .feedback-carousel-track:hover{animation-play-state:paused}#feedback-sec #feedback-container .feedback-carousel-wrapper .feedback-carousel-track .feedback-carousel-item .feedback-card{background:#f3efe6;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1.5rem;margin:0 1rem;min-width:320px;max-width:320px;display:flex;align-items:center;gap:1rem;transition:transform .3s ease,box-shadow .3s ease}@media (max-width:1040px){#feedback-sec #feedback-container .feedback-carousel-wrapper .feedback-carousel-track .feedback-carousel-item .feedback-card{max-width:270px;min-width:270px}}@media (max-width:769px){#feedback-sec #feedback-container .feedback-carousel-wrapper .feedback-carousel-track .feedback-carousel-item .feedback-card{max-width:210px;min-width:210px;padding:.5rem;margin:0 .5rem}}#feedback-sec #feedback-container .feedback-carousel-wrapper .feedback-carousel-track .feedback-carousel-item .feedback-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}#feedback-sec #feedback-container .feedback-carousel-wrapper .feedback-carousel-track .feedback-carousel-item .feedback-card .customer-info{display:flex;flex-direction:column;align-items:center;text-align:center}#feedback-sec #feedback-container .feedback-carousel-wrapper .feedback-carousel-track .feedback-carousel-item .feedback-card .customer-info .customer-avatar{width:4rem;height:4rem;border-radius:50%;object-fit:cover;margin-bottom:.5rem;border:2px solid #D8C6AB}#feedback-sec #feedback-container .feedback-carousel-wrapper .feedback-carousel-track .feedback-carousel-item .feedback-card .customer-info .customer-name{font-size:.875rem;font-weight:500;margin:0}#feedback-sec #feedback-container .feedback-carousel-wrapper .feedback-carousel-track .feedback-carousel-item .feedback-card .customer-feedback{flex:1}#feedback-sec #feedback-container .feedback-carousel-wrapper .feedback-carousel-track .feedback-carousel-item .feedback-card .customer-feedback .feedback-text{font-size:.875rem;line-height:1.5;margin:0;-webkit-line-clamp:3}#knowledge-sec{background:linear-gradient(to bottom,#caae81,#fffefd);height:auto}#knowledge-sec .text-decorate-container{position:absolute;top:0;left:0}#knowledge-sec .text-decorate-container .text-decorate{background:linear-gradient(to top,#e4d6c0,#fffefd);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:48px;font-weight:200;font-style:italic;opacity:.5}#knowledge-sec .knowledge-content{padding:0 100px;width:100%;height:auto}@media (max-width:1040px){#knowledge-sec .knowledge-content{padding:0 20px}}#knowledge-sec .knowledge-content .knowledge-title{width:100%;justify-content:center;padding-top:100px;gap:100px;display:flex;flex-direction:row}@media (max-width:1200px){#knowledge-sec .knowledge-content .knowledge-title{padding-top:50px}}@media (max-width:1040px){#knowledge-sec .knowledge-content .knowledge-title{flex-direction:column;gap:30px}}#knowledge-sec .knowledge-content .knowledge-title .knowledge-title-slogan{border-bottom:2px solid #FFFEFD}#knowledge-sec .knowledge-content .knowledge-title .knowledge-title-slogan p{color:#fffefd;font-size:32px;text-wrap:nowrap}#knowledge-sec .knowledge-content .knowledge-title .knowledge-title-desc{margin-top:auto}#knowledge-sec .knowledge-content .knowledge-title .knowledge-title-desc p{color:#fffefd;font-size:18px}#knowledge-sec .knowledge-content .knowledge-cards{display:flex;flex-direction:row;justify-content:space-around;gap:10px;padding-top:50px;height:auto;width:100%;flex-wrap:wrap}#knowledge-sec .knowledge-content .knowledge-cards a{opacity:0;transform:translateY(50px) scale(.5) rotateX(20deg);transition:opacity 1s ease,transform 1s ease}#knowledge-sec .knowledge-content .knowledge-cards a .knowledge-card{display:flex;position:relative;flex-direction:column;justify-content:flex-end;align-items:center;width:20vw;height:70vh;border-radius:20px;overflow:clip;transition:all .5s ease,boder .5s ease-in}@media (max-width:1200px){#knowledge-sec .knowledge-content .knowledge-cards a .knowledge-card{height:60vh}}@media (max-width:1040px){#knowledge-sec .knowledge-content .knowledge-cards a .knowledge-card{height:50vh;width:30vh}}#knowledge-sec .knowledge-content .knowledge-cards a .knowledge-card img{position:absolute;object-fit:cover;top:0;left:0;height:100%;width:100%}#knowledge-sec .knowledge-content .knowledge-cards a .knowledge-card .card-text-area{z-index:2;background-color:#fffc;width:100%;padding:16px;height:15%;transition:height .5s ease;display:flex;flex-direction:column}#knowledge-sec .knowledge-content .knowledge-cards a .knowledge-card .card-text-area .card-text-small,#knowledge-sec .knowledge-content .knowledge-cards a .knowledge-card .card-text-area .card-text-title{flex-shrink:0}#knowledge-sec .knowledge-content .knowledge-cards a .knowledge-card .card-text-area .card-text-small{font-size:12px;height:18px}#knowledge-sec .knowledge-content .knowledge-cards a .knowledge-card .card-text-area .card-text-title{font-size:18px;padding-top:5px}#knowledge-sec .knowledge-content .knowledge-cards a .knowledge-card .card-text-area .card-text-desc{opacity:0;white-space:pre-wrap;transition:all 1s ease;margin-top:auto}#knowledge-sec .knowledge-content .knowledge-cards a .knowledge-card:hover{box-shadow:0 6px 16px #0006;transform:translateY(-5px)}#knowledge-sec .knowledge-content .knowledge-cards a .knowledge-card:hover .card-text-area{height:15%}#knowledge-sec .knowledge-connect{padding:0 100px 100px;display:flex;justify-content:center}#knowledge-sec.show .knowledge-cards>:nth-child(1){opacity:1;transform:translateY(0) scale(1) rotateX(0);transition-delay:.2s}#knowledge-sec.show .knowledge-cards>:nth-child(2){transition-delay:.4s;opacity:1;transform:translateY(0) scale(1) rotateX(0)}#knowledge-sec.show .knowledge-cards>:nth-child(3){transition-delay:.6s;opacity:1;transform:translateY(0) scale(1) rotateX(0)}#knowledge-sec.show .knowledge-cards>:nth-child(4){transition-delay:.8s;opacity:1;transform:translateY(0) scale(1) rotateX(0)}#app-sec{position:relative;height:600px;padding:0 100px}@media (max-width:769px){#app-sec{padding:0 40px}}@media (max-width: 700px){#app-sec{padding:0 20px;height:600px}}#app-sec .text-decorate-container{position:absolute;top:0;left:0;z-index:2}#app-sec .text-decorate-container .text-decorate{background:linear-gradient(to top,#dacbb4,#f4f0e5);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:40px;font-weight:200;font-style:italic;opacity:.7}#app-sec #app-bg{position:absolute;top:0;left:0;height:600px;width:100%;object-fit:cover;border-radius:10px}#app-sec .app-content{display:flex;width:100%;height:100%;margin:0 auto;gap:100px;overflow:visible}@media (max-width: 700px){#app-sec .app-content{flex-direction:column}}#app-sec .app-content .app-text-area{width:100%;z-index:2;justify-content:center;align-content:center}@media (max-width:451px){#app-sec .app-content .app-text-area{padding-top:100px}}#app-sec .app-content .app-text-area #app-text-title{font-size:32px;border-bottom:2px solid #5B4C39;margin-bottom:30px}#app-sec .app-content .app-img{width:100%;height:100%;overflow:visible}#app-sec .app-content .app-img #app-human{position:absolute;height:500px;object-fit:cover;bottom:0;right:100px;transform:translate(50px)}@media (max-width:1040px){#app-sec .app-content .app-img #app-human{height:400px;right:50px}}@media (max-width:451px){#app-sec .app-content .app-img #app-human{height:250px}}#campaign-sec{padding:0 100px;position:relative;z-index:2}@media (max-width:1040px){#campaign-sec{padding:0 50px}}@media (max-width: 700px){#campaign-sec{padding:0 20px;height:70vh}}#campaign-sec .campaign-text-area{position:absolute;top:24px;left:0;z-index:2}#campaign-sec .campaign-text-area .text-decorate{background:linear-gradient(to top,#dacbb4,#f4f0e5);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:48px;font-weight:200;font-style:italic;opacity:.5}#campaign-sec .campaign-text-area #text-decorate-zh{position:absolute;color:#48270d;top:-10px;right:10px;font-size:32px;opacity:1}#campaign-sec .carousel-container{width:100%;margin:0 auto;padding:40px 20px;position:relative}@media (max-width:1040px){#campaign-sec .carousel-container{padding-top:80px}}@media (max-width:451px){#campaign-sec .carousel-container{padding-top:80px}}#campaign-sec .carousel-wrapper{position:relative;width:100%;height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden}@media (max-width:1040px){#campaign-sec .carousel-wrapper{height:350px}}#campaign-sec .carousel-track{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}#campaign-sec a{position:absolute}#campaign-sec .carousel-slide{transition:all .5s cubic-bezier(.4,0,.2,1);cursor:pointer}#campaign-sec .carousel-slide--transitioning{transition-duration:.5s}#campaign-sec .carousel-slide--center{position:relative;transform:translate(0) scale(1);z-index:3;opacity:1}#campaign-sec .carousel-slide--center .image-wrapper{width:600px;height:300px;box-shadow:0 20px 40px #0003}@media (max-width:1200px){#campaign-sec .carousel-slide--center .image-wrapper{width:500px}}@media (max-width:1040px){#campaign-sec .carousel-slide--center .image-wrapper{width:400px}}@media (max-width: 700px){#campaign-sec .carousel-slide--center .image-wrapper{height:200px;width:300px}}#campaign-sec .carousel-slide--center .image-overlay{opacity:1}#campaign-sec .carousel-slide--left{transform:translate(-400px) scale(.8);z-index:2;opacity:.6}@media (max-width:1200px){#campaign-sec .carousel-slide--left{transform:translate(250px) scale(.8)}}@media (max-width:1040px){#campaign-sec .carousel-slide--left{transform:translate(200px) scale(.8)}}#campaign-sec .carousel-slide--left .image-wrapper{width:400px;height:280px;box-shadow:0 10px 20px #0003}@media (max-width:1200px){#campaign-sec .carousel-slide--left .image-wrapper{width:300px}}@media (max-width:769px){#campaign-sec .carousel-slide--left .image-wrapper{opacity:0}}#campaign-sec .carousel-slide--left .image-overlay{opacity:.7}#campaign-sec .carousel-slide--right{transform:translate(400px) scale(.8);z-index:2;opacity:.6}@media (max-width:1200px){#campaign-sec .carousel-slide--right{transform:translate(-250px) scale(.8)}}@media (max-width:1040px){#campaign-sec .carousel-slide--right{transform:translate(-200px) scale(.8)}}#campaign-sec .carousel-slide--right .image-wrapper{width:400px;height:280px;box-shadow:0 10px 20px #0003}@media (max-width:1200px){#campaign-sec .carousel-slide--right .image-wrapper{width:300px}}@media (max-width:769px){#campaign-sec .carousel-slide--right .image-wrapper{opacity:0}}#campaign-sec .carousel-slide--right .image-overlay{opacity:.7}#campaign-sec .carousel-slide--hidden{width:0;transform:scale(0);opacity:0;z-index:1}#campaign-sec .image-wrapper{position:relative;border-radius:20px;overflow:hidden;transition:all .5s ease;background:#fffefd}#campaign-sec .image-wrapper:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#caae81,#f4e4c8);opacity:.1;z-index:1;pointer-events:none}#campaign-sec .carousel-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}#campaign-sec .carousel-slide--center .carousel-image:hover{transform:scale(1.05)}#campaign-sec .image-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#0009);padding:30px 20px 20px;transition:opacity .5s ease;z-index:2}#campaign-sec .image-title{color:#fffefd;font-size:18px;font-weight:600;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.8)}.carousel-slide--left #campaign-sec .image-title,.carousel-slide--right #campaign-sec .image-title{font-size:14px}#campaign-sec .carousel-control{position:absolute;top:50%;transform:translateY(-50%);width:30px;height:30px;padding:0;border:none;border-radius:999px;background:#c5beace6;color:#caae81;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:4;transition:all .3s ease;box-shadow:0 4px 12px #0003}#campaign-sec .carousel-control:hover{background:#a38d78;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px #0003}#campaign-sec .carousel-control:active{transform:translateY(-50%) scale(.95)}#campaign-sec .carousel-control:disabled{opacity:.5;cursor:not-allowed;transform:translateY(-50%)}#campaign-sec .carousel-control--left{left:20px}#campaign-sec .carousel-control--left img{width:20px;height:20px}@media (max-width:1200px){#campaign-sec .carousel-control--left{left:10px}}#campaign-sec .carousel-control--right{right:20px}#campaign-sec .carousel-control--right img{width:20px;height:20px}@media (max-width:1200px){#campaign-sec .carousel-control--right{right:10px}}#campaign-sec .carousel-indicators{display:flex;justify-content:center;align-items:center;gap:16px}#campaign-sec .indicator{width:28px;height:6px;padding:0;border:none;background:#caae814d;cursor:pointer;transition:all .3s ease}#campaign-sec .indicator:hover{background:#caae8199;transform:scaleX(1.3)}#campaign-sec .indicator.indicator-active,#campaign-sec .indicator.indicator-active:hover{background:#b98e4c;transform:scaleX(1.3)}#campaign-sec .campaign-button-area{display:flex;align-items:center;justify-content:center}#news-store-sec{position:relative;display:flex;flex-direction:column;padding:0 100px;height:auto;z-index:1}@media (max-width:1040px){#news-store-sec{padding:0 50px}}@media (max-width:451px){#news-store-sec{padding:0 20px}}#news-store-sec .news-text-area{position:relative;width:fit-content}#news-store-sec .news-text-area .text-decorate{background:linear-gradient(to top,#dacbb4,#f4f0e5);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:56px;font-weight:200;font-style:italic;opacity:.5}#news-store-sec .news-text-area #text-decorate-zh{position:relative;color:#48270d;top:-40px;justify-self:center;font-size:24px;opacity:1}#news-store-sec .news-container{width:100%;height:auto;padding:0 100px}@media (max-width:1040px){#news-store-sec .news-container{padding:0}}#news-store-sec .news-container .news-content{display:flex;width:100%;margin:30px 0;gap:20px;justify-content:flex-start;border-bottom:2px solid #A38D78;line-height:60px;opacity:0;transform:translateY(5px);transition:all .5s ease}#news-store-sec .news-container .news-content:hover{color:#5b4c39}#news-store-sec .news-container .news-content .news-date{font-size:24px;align-self:center;max-width:120px;min-width:120px}@media (max-width:451px){#news-store-sec .news-container .news-content .news-date{font-size:20px;max-width:100px;min-width:100px}}#news-store-sec .news-container .news-content .news-desc{font-size:16px;align-self:center}@media (max-width:451px){#news-store-sec .news-container .news-content .news-desc{font-size:14px}}#news-store-sec .stores-container{display:flex;height:800px;padding-top:100px;justify-content:space-around}@media (max-width: 1078px){#news-store-sec .stores-container{height:auto}}@media (max-width:451px){#news-store-sec .stores-container{flex-direction:column-reverse}}#news-store-sec .stores-container .store-info{display:flex;flex-wrap:wrap}@media (max-width: 1078px){#news-store-sec .stores-container .store-info{justify-content:center;gap:50px}}#news-store-sec .stores-container .store-info .store-box{flex-direction:column;overflow:visible}#news-store-sec .stores-container .store-info .store-box:nth-child(1){align-self:flex-start}#news-store-sec .stores-container .store-info .store-box:nth-child(2){align-self:center;padding-left:200px}@media (max-width: 1078px){#news-store-sec .stores-container .store-info .store-box:nth-child(2){padding-left:0}}#news-store-sec .stores-container .store-info .store-box .store-name{font-size:24px;justify-self:center}#news-store-sec .stores-container .store-info .store-box .store-address{font-size:18px;justify-self:center}#news-store-sec .stores-container .store-info .store-box .leaflet-top{top:50%}#news-store-sec .stores-container .store-info .store-box .leaflet-left{left:5%}#news-store-sec .stores-container .store-info .store-box .leaflet-bottom{bottom:10%}#news-store-sec .stores-container .store-info .store-box .leaflet-right{right:25%}#news-store-sec .stores-container .info-container{align-self:flex-start}#news-store-sec .stores-container .info-container .info-title-box{border-left:10px solid #8B7357;width:100%}#news-store-sec .stores-container .info-container .info-title-box .info-title{font-size:24px;padding-left:16px}#news-store-sec .news-store-decorate img{position:absolute;z-index:-1}#news-store-sec .news-store-decorate img:nth-child(1){position:absolute;right:0;top:-300px}#news-store-sec .news-store-decorate img:nth-child(2){right:40%;top:-100px}#news-store-sec .news-store-decorate img:nth-child(3){left:0;top:10%}#news-store-sec .news-store-decorate img:nth-child(4){bottom:0;left:0}#news-store-sec .news-store-decorate #store-area{position:absolute;right:100px;bottom:-15px}@media (max-width: 1078px){#news-store-sec .news-store-decorate #store-area{right:0}}#news-store-sec .news-store-decorate #store-area .text-decorate{background:linear-gradient(to bottom,#e4d6c0,#fffefd);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:56px;font-weight:200;font-style:italic;opacity:1}#news-store-sec .news-store-decorate #store-area .text-decorate:nth-child(2){color:#fffefd}@media (max-width: 1078px){#news-store-sec .news-store-decorate #store-area .text-decorate{font-size:32px;right:0}}#news-store-sec.show .news-container>:nth-child(1){opacity:1;transform:translateY(0);transition-delay:.2s}#news-store-sec.show .news-container>:nth-child(2){opacity:1;transform:translateY(0);transition-delay:.4s}#news-store-sec.show .news-container>:nth-child(3){opacity:1;transform:translateY(0);transition-delay:.6s}#news-store-sec.show .news-container>:nth-child(4){opacity:1;transform:translateY(0);transition-delay:.8s}#news-store-sec.show .news-container>:nth-child(5){opacity:1;transform:translateY(0);transition-delay:1s}#service-sec{position:relative;padding:0 100px;background:linear-gradient(to bottom,#e4d6c0,#fffefd);height:auto}@media (max-width:1040px){#service-sec{padding:0 50px}}#service-sec .service-sec-text-area{padding-top:100px;display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center}#service-sec .service-sec-text-area>p:nth-child(1){position:absolute;top:90px;font-size:24px}#service-sec .service-sec-text-area>p:nth-child(2){position:absolute;font-size:18px;top:130px}#service-sec .service-sec-text-area>p:nth-child(3){background:linear-gradient(to bottom,#e4d6c0,#fffefd);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:64px;font-weight:200;font-style:italic;opacity:1}@media (max-width:769px){#service-sec .service-sec-text-area>p:nth-child(3){font-size:56px}}#service-sec .service-sec-icon-container{width:100%;display:flex;justify-content:center;padding-right:80px;margin-top:100px}@media (max-width:1040px){#service-sec .service-sec-icon-container{flex-wrap:wrap;padding-right:60px;margin-top:50px}}@media (max-width:769px){#service-sec .service-sec-icon-container{padding-right:30px}}#service-sec .service-sec-icon-container .service-sec-icon-area{margin-right:-80px}@media (max-width:1040px){#service-sec .service-sec-icon-container .service-sec-icon-area{margin-right:-60px;height:230px}}#service-sec .service-sec-icon-container .service-sec-icon-area svg{width:clamp(230px,15vw,250px);height:clamp(230px,15vw,250px)}#service-sec .service-sec-icon-container .service-sec-icon-area .service-icon-container{position:relative;display:flex;flex-direction:column;gap:20px;top:-50%;align-items:center}@media (max-width:1040px){#service-sec .service-sec-icon-container .service-sec-icon-area .service-icon-container{top:-80%}}#service-sec .service-sec-icon-container .service-sec-icon-area .service-icon-container .service-icon{width:9vh}#service-sec .service-sec-icon-container .service-sec-icon-area .service-icon-container p{font-size:14px}#service-sec .service-sec-icon-container .service-sec-icon-area .draw-line path{fill:none;stroke:#48270d;stroke-width:1;stroke-dasharray:1;stroke-dashoffset:1}#service-sec.show .service-sec-icon-area:nth-child(1) .service-icon-container{opacity:0;animation:fadeIn 1.5s linear forwards}#service-sec.show .service-sec-icon-area:nth-child(1) .draw-line path{animation:draw 1.5s linear forwards}#service-sec.show .service-sec-icon-area:nth-child(2) .service-icon-container{opacity:0;animation:fadeIn 1.5s linear .5s forwards}#service-sec.show .service-sec-icon-area:nth-child(2) .draw-line path{animation:draw 1.5s linear .5s forwards}#service-sec.show .service-sec-icon-area:nth-child(3) .service-icon-container{opacity:0;animation:fadeIn 1.5s linear 1s forwards}#service-sec.show .service-sec-icon-area:nth-child(3) .draw-line path{animation:draw 1.5s linear 1s forwards}#service-sec.show .service-sec-icon-area:nth-child(4) .service-icon-container{opacity:0;animation:fadeIn 1.5s linear 1.5s forwards}#service-sec.show .service-sec-icon-area:nth-child(4) .draw-line path{animation:draw 1.5s linear 1.5s forwards}#service-sec.show .service-sec-icon-area:nth-child(5) .service-icon-container{opacity:0;animation:fadeIn 1.5s linear 2s forwards}#service-sec.show .service-sec-icon-area:nth-child(5) .draw-line path{animation:draw 1.5s linear 2s forwards}#service-sec.show .service-sec-icon-area:nth-child(6) .service-icon-container{opacity:0;animation:fadeIn 1.5s linear 2.5s forwards}#service-sec.show .service-sec-icon-area:nth-child(6) .draw-line path{animation:draw 1.5s linear 2.5s forwards}@keyframes draw{to{stroke-dashoffset:0}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.button-container{display:inline-flex;width:fit-content;height:45px;gap:4px;padding:16px 24px;margin-top:30px;background-color:#8b7357;border:none;border-radius:30px;justify-content:flex-start;align-items:center;cursor:pointer;transition:all .2s ease-in-out}.button-container:hover{background-color:#a78f75;transform:translateY(-1px)}.button-container:active{background-color:#a38d78;transform:translateY(1px)}.button-text{display:flex;color:#f3efe6;font-size:14px;font-weight:500;line-height:5px;letter-spacing:1px;word-wrap:break-word}.arrow-icon{position:relative;width:24px;height:24px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.centerBox.animate-fallback{animation:fadeIn 1.2s forwards,fadeInDown 1.2s forwards}.leftText.animate-fallback{animation:fadeInLeft 1s .3s forwards}.rightText.animate-fallback{animation:fadeInRight 1s .3s forwards}.navWrap .navBtn.animate-fallback{animation:fadeInUp .7s forwards}.navWrap .navBtn.animate-fallback:nth-child(1){animation-delay:.6s}.navWrap .navBtn.animate-fallback:nth-child(2){animation-delay:.7s}.navWrap .navBtn.animate-fallback:nth-child(3){animation-delay:.8s}.navWrap .navBtn.animate-fallback:nth-child(4){animation-delay:.9s}.navWrap .navBtn.animate-fallback:nth-child(5){animation-delay:1s}.articleCard.animate-fallback{animation:fadeInUp 1.5s ease-out forwards,fadeInScale 1.5s ease-out forwards}.secHeader.animate-fallback{animation:fadeInLeft .8s ease-out forwards}.searchInputWrap.animate-fallback{animation:fadeIn .8s ease-out forwards;width:100%}.acadPage{width:100%;background-color:#faf9f5;color:#5b4c39;overflow-x:hidden;font-family:Noto Sans TC,sans-serif}.hero{position:relative;width:100%;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background-image:url(https://ik.imagekit.io/8sle6rwoo/articleHero.avif);background-size:cover;background-position:center;overflow:hidden}.leftText{position:absolute;font-size:24px;font-weight:300;color:#48270d;opacity:.9;left:12%;top:38%}.rightText{position:absolute;font-size:24px;font-weight:300;color:#48270d;opacity:.9;right:12%;top:38%}.centerBox{position:absolute;display:flex;flex-direction:column;align-items:center;top:70%;transform:translate(-50%) translateY(var(--y-offset, -50%));width:300px}.mainTitle{font-size:20px;font-weight:400;color:#48270d;margin:5px 0;position:relative;text-align:center}.mainTitle:before,.mainTitle:after{content:"";position:absolute;top:50%;height:1px;width:80px;background-color:#48270d;opacity:.8}.mainTitle:before{right:100%;margin-right:20px}.mainTitle:after{left:100%;margin-left:20px}.subTitle{font-size:12px;font-weight:300;color:#5b4c39;margin:5px 0;text-align:center}.navWrap{position:absolute;bottom:10%;left:50%;transform:translate(-50%);width:100%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px}.searchContainer{display:flex;align-items:center;position:relative}.navBtn{display:flex;align-items:center;justify-content:center;padding:8px 20px;border-radius:30px;font-size:14px;color:#48270d;cursor:pointer;transition:all .3s ease;background:#ffffff80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 16px #0000000d;border:1px solid rgba(255,255,255,.5)}.navBtn:hover{background:#ffffffb3}.navBtn.active{background-color:#caae81;color:#fff}.searchBtn .searchIcon{font-size:14px;margin-right:5px}.searchInputWrap{flex:1;min-width:250px;max-width:400px;margin-left:10px}.searchInputWrap .searchInput{width:100%;padding:8px 15px;border-radius:30px;border:1px solid rgba(255,255,255,.8);background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:14px;color:#48270d;outline:none;transition:all .3s ease}.searchInputWrap .searchInput:focus{background:#ffffffe6;box-shadow:0 4px 16px #0000001a}.searchInputWrap .searchInput::placeholder{color:#48270d99}.contentSec{padding:80px 0;position:relative}.secHeader{margin-bottom:60px;position:relative;padding:0}.secTitle{font-size:28px;font-weight:400;color:#48270d;position:relative;display:inline-block;padding:15px 60px;background-color:#f3efe6;border-radius:0 50px 50px 0;margin-left:0}.secTitle:before{content:"";position:absolute;left:0;top:0;bottom:0;width:10px;background-color:#5b4c39;border-radius:0}.beigeBg .secTitle{background-color:#faf9f5}.beigeBg{background-color:#f3efe6}.articleList{display:flex;flex-direction:column;gap:80px;padding:0 10%;position:relative}.articleCard{display:flex;background-color:#fff;border-radius:20px;overflow:visible;box-shadow:0 5px 20px #0000000d;position:relative;border:1px solid rgba(0,0,0,.05);opacity:0;transform:translateY(70px) scale(.95);transition:opacity .1s}.articleCard.visible{opacity:1;transform:translateY(0) scale(1)}.articleCard.reverse{flex-direction:row-reverse}.articleCard:after{content:"";position:absolute;inset:30px 30px -30px;background-color:#f3efe6;border-radius:20px;z-index:-1}.articleCard.reverse:after{left:30px;right:30px}.cardImg{flex:1;position:relative;min-height:300px}.cardImg .imgOverflow{position:absolute;top:-20px;bottom:-20px;background-size:cover;background-position:center;border-radius:20px;box-shadow:0 5px 15px #0000001a}.articleCard:not(.reverse) .cardImg .imgOverflow{left:0;right:-40px}.articleCard.reverse .cardImg .imgOverflow{right:0;left:-40px}.cardText{flex:1;padding:40px;display:flex;flex-direction:column;justify-content:center;z-index:1;background-color:#fff;border-radius:20px}.cardTitle{font-size:22px;font-weight:500;color:#48270d;margin-bottom:15px;line-height:1.3;position:relative;padding-bottom:15px}.cardTitle:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#caae81}.cardDesc{font-size:16px;line-height:1.6;color:#5b4c39;margin-bottom:30px}.readBtn{align-self:flex-start;background-color:#caae81;color:#fff;padding:10px 25px;border:none;border-radius:30px;font-size:14px;cursor:pointer;transition:background-color .3s ease;display:flex;align-items:center}.readBtn:after{content:"✓";margin-left:8px;font-size:14px}.readBtn:hover{background-color:#d9c5a5;color:#fff}.noResults{text-align:center;padding:40px;background-color:#fff;border-radius:20px;box-shadow:0 5px 20px #0000000d}.noResults p{font-size:18px;color:#5b4c39}.bottomCurve{height:100px;background-color:#faf9f5;border-radius:50% 50% 0 0/100% 100% 0 0;margin-top:-50px;position:relative;z-index:1}@media (max-width: 1024px){.secTitle{font-size:24px;padding:12px 50px}.cardTitle{font-size:20px}.cardDesc{font-size:15px}.cardText{padding:30px}.cardImg .imgOverflow{top:-15px;bottom:-15px}.articleCard:not(.reverse) .cardImg .imgOverflow{right:-30px}.articleCard.reverse .cardImg .imgOverflow{left:-30px}.articleCard:after{inset:20px 20px -20px}.searchInputWrap{min-width:200px}}@media (max-width: 768px){.articleCard,.articleCard.reverse{flex-direction:column}.hero{height:80vh}.leftText,.rightText{top:60%;font-size:16px}.navWrap{flex-wrap:wrap;padding:0 5%;bottom:5%;gap:8px;justify-content:center}.navBtn{padding:6px 12px;font-size:13px;margin-bottom:6px}.contentSec{padding:50px 0}.secTitle{font-size:22px;padding:10px 40px}.articleList{gap:50px}.cardTitle{font-size:18px}.cardDesc{font-size:14px;margin-bottom:20px}.cardText{padding:22px}.cardImg{min-height:220px}.cardImg .imgOverflow{top:-15px;left:-15px!important;right:-15px!important;bottom:-15px}.articleCard:after{inset:15px 15px -15px}.searchContainer{width:100%;flex-wrap:wrap;margin-bottom:5px}.searchInputWrap{min-width:100%;order:1;margin-top:10px;margin-left:0}.searchBtn{width:auto;min-width:auto}}@media (max-width: 480px){.hero{height:70vh}.leftText{left:5%;font-size:12px}.rightText{right:5%;font-size:16px}.navWrap{bottom:8%;gap:6px}.navBtn{padding:5px 10px;font-size:12px;min-width:auto}.articleList{gap:40px;padding:0 4%}.cardImg{min-height:180px}.cardImg .imgOverflow{top:-8px;left:-8px!important;right:-8px!important;bottom:-8px}.articleCard:after{inset:8px 8px -8px}.secTitle{font-size:18px;padding:8px 25px}.secHeader{margin-bottom:30px}.cardText{padding:18px}.cardTitle{font-size:16px;padding-bottom:12px;margin-bottom:12px}.cardDesc{font-size:13px;line-height:1.5;margin-bottom:15px}.readBtn{padding:8px 20px;font-size:13px}.noResults p{font-size:14px}.bottomCurve{height:70px;margin-top:-35px}.searchContainer{justify-content:center}}@media (max-width: 360px){.navBtn{padding:4px 8px;font-size:11px}.cardImg{min-height:160px}.cardText{padding:15px}.secTitle{font-size:12px;padding:6px 20px}.cardTitle{font-size:15px;padding-bottom:10px;margin-bottom:10px}.cardDesc{font-size:12px;margin-bottom:12px}.readBtn{padding:6px 15px;font-size:12px}.navWrap{gap:5px}}.elegant-article{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.7;color:#5b4c39;background:#faf9f5;min-height:100vh;margin-top:64px}.elegant-article *{transition:all .2s ease}.elegant-container{max-width:50%;margin:0 auto;padding:90px;position:relative;opacity:0;transform:translateY(20px);animation:gentleFadeIn .8s ease forwards}.elegant-container h3{font-size:1rem}@media (min-width: 1200px){.elegant-container{margin-left:auto;margin-right:auto;padding-left:80px}}@keyframes gentleFadeIn{to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.elegant-container{padding:60px 24px;max-width:none}}.elegant-title{font-size:1.8rem;font-weight:700;letter-spacing:-.02em;line-height:1.1;margin-bottom:24px;background:linear-gradient(135deg,#48270d,#8b7357);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.breadcrumb{background-color:transparent;width:auto;display:flex;align-items:center;margin-bottom:32px;font-size:.9rem}.breadcrumb .breadcrumb-item{display:flex;align-items:center;color:#a38d78;text-decoration:none;transition:color .2s ease}.breadcrumb .breadcrumb-item svg{margin-right:6px;font-size:.8rem}.breadcrumb .breadcrumb-item:hover{color:#b98e4c}.breadcrumb .breadcrumb-separator{margin:0 12px;color:#e6dbc9;font-size:.7rem}.breadcrumb .breadcrumb-current{color:#5b4c39;font-weight:500}.article-header{margin-bottom:30px}.article-meta{display:flex;justify-content:space-between;align-items:center;margin-top:32px;padding:24px 0;border-top:1px solid rgba(167,143,117,.15);border-bottom:1px solid rgba(167,143,117,.15)}.author-info{display:flex;align-items:center}.author-info .author-avatar{width:48px;height:48px;border-radius:50%;margin-right:16px;object-fit:cover;border:2px solid rgba(185,142,76,.2)}.author-info .author-details .author-name,.author-info .author-details .publish-date{display:flex;align-items:center;font-size:.9rem;color:#a38d78;margin:2px 0}.author-info .author-details .author-name svg,.author-info .author-details .publish-date svg{margin-right:6px;font-size:.8rem;color:#e6dbc9}.author-info .author-details .author-name{font-weight:500;color:#5b4c39}.article-actions{display:flex;align-items:center;gap:12px}.action-btn{display:flex;align-items:center;padding:8px 16px;background:transparent;border:1px solid rgba(167,143,117,.3);border-radius:20px;color:#a38d78;font-size:.9rem;cursor:pointer;transition:all .2s ease}.action-btn svg{margin-right:6px;font-size:.8rem}.action-btn:hover{background:#b98e4c1a;border-color:#b98e4c80;color:#b98e4c}.action-btn.bookmarked{background:#b98e4c26;border-color:#b98e4c;color:#b98e4c}.share-container{position:relative}.share-menu{position:absolute;top:100%;right:0;margin-top:8px;background:#fff;border:1px solid rgba(167,143,117,.2);border-radius:12px;padding:8px;box-shadow:0 8px 24px #0000001a;z-index:100;min-width:140px}.share-menu button{display:flex;align-items:center;width:100%;padding:8px 12px;background:transparent;border:none;border-radius:6px;color:#a38d78;font-size:.9rem;cursor:pointer;transition:all .2s ease}.share-menu button svg{margin-right:8px;font-size:.9rem}.share-menu button:hover{background:#b98e4c1a;color:#b98e4c}@media (max-width: 768px){.article-meta{flex-direction:column;align-items:flex-start;gap:16px}.article-actions{width:100%;justify-content:flex-start}.breadcrumb{font-size:.8rem}.breadcrumb .breadcrumb-separator{margin:0 8px}}.elegant-subtitle{font-size:.95rem;font-weight:400;color:#a38d78;margin-bottom:40px;line-height:1.6}.progress-indicator{position:fixed;top:64px;left:0;width:100%;height:2px;background:#0000000d;z-index:100}.progress-indicator .progress-fill{height:100%;background:linear-gradient(90deg,#b98e4c,#caae81);width:0;transition:width .1s ease;position:relative}.progress-indicator .progress-fill:after{content:"";position:absolute;right:0;top:0;width:8px;height:100%;background:#fffc;box-shadow:0 0 8px #b98e4c4d}.table-of-contents{position:fixed;top:30%;left:40px;transform:translateY(-50%);background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(167,143,117,.2);border-radius:16px;padding:20px;min-width:260px;max-width:10em;height:500px;overflow-y:auto;z-index:1000;box-shadow:0 8px 32px #0000001a}@media (max-width: 1200px){.table-of-contents{display:none}}.table-of-contents h3{font-size:1.2rem;font-weight:600;color:#5b4c39;margin:0;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem}.table-of-contents ul{list-style:none;padding:0;margin:0}.table-of-contents ul li{margin:10px 0}.table-of-contents ul li a{display:flex;align-items:center;padding:12px 16px;color:#a38d78;text-decoration:none;border-radius:8px;font-size:.95rem;line-height:1.4;transition:all .2s ease;white-space:nowrap}.table-of-contents ul li a:before{content:"";width:6px;height:6px;background:#e6dbc9;border-radius:50%;margin-right:12px;transition:all .2s ease}.table-of-contents ul li a:hover{background:#b98e4c1a;color:#b98e4c;transform:translate(4px)}.table-of-contents ul li a:hover:before{background:#b98e4c}.table-of-contents ul li a.active{background:#b98e4c26;color:#b98e4c;font-weight:500}.table-of-contents ul li a.active:before{background:#b98e4c;transform:scale(1.2)}.mobile-table-of-contents{display:none}.content-section{margin:60px 0}.content-section:first-of-type{margin-top:40px}.content-section h2{font-size:1.5rem;font-weight:600;color:#48270d;margin:0 0 24px;line-height:1.3;position:relative}.content-section h2:before{content:"";position:absolute;left:-20px;top:4px;width:4px;height:60%;background:linear-gradient(to bottom,#b98e4c,#caae81);border-radius:2px;opacity:.8}.content-section p{font-size:.9rem;line-height:1.7;color:#8b7357;margin-bottom:1.5em}.content-section p:last-child{margin-bottom:0}.content-section ul,.content-section ol{padding-left:24px;margin:1.5em 0}.content-section ul li,.content-section ol li{margin:8px 0;color:#8b7357;line-height:1.6}.tip-card{background:#f3efe6;border-left:4px solid #B98E4C;border-radius:0 12px 12px 0;padding:20px 24px;margin:24px 0;position:relative}.tip-card .tip-icon{position:absolute;top:20px;left:-14px;width:28px;height:28px;background:#b98e4c;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.875rem}.tip-card .tip-content{font-size:.8rem;color:#a38d78;line-height:1.6;margin-left:8px}.tip-card .tip-content strong{color:#5b4c39;font-weight:600}.tip-card.warning{background:#faf6f0;border-color:#a78f75}.tip-card.warning .tip-icon{background:#a78f75}.tip-card.success{background:#f5f7f2;border-color:#c4b29a}.tip-card.success .tip-icon{background:#c4b29a}.tip-card.error{background:#faf3f3;border-color:#8b7357}.tip-card.error .tip-icon{background:#8b7357}.product-showcase{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin:40px 0}.product-showcase .product-card{background:#fff;border:1px solid rgba(167,143,117,.15);border-radius:16px;overflow:hidden;transition:all .3s ease}.product-showcase .product-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px #a78f7526;border-color:#b98e4c4d}.product-showcase .product-card .product-image{width:100%;height:200px;background:#f3efe6;display:flex;align-items:center;justify-content:center}.product-showcase .product-card .product-image img{max-width:80%;max-height:80%;object-fit:contain}.product-showcase .product-card .product-info{padding:20px}.product-showcase .product-card .product-info h3{font-size:1rem;font-weight:600;color:#48270d;margin:0 0 8px}.product-showcase .product-card .product-info p{font-size:.8rem;color:#a38d78;margin:0;line-height:1.5}.table-cellH3{font-size:.8rem;font-weight:600;color:#48270d;margin:20px 0 16px;position:relative}.step-list{margin:32px 0}.step-list .step-item{display:flex;align-items:flex-start;margin-bottom:24px;padding:20px 0;border-bottom:1px solid rgba(167,143,117,.1)}.step-list .step-item:last-child{border-bottom:none;margin-bottom:0}.step-list .step-item .step-number{flex-shrink:0;width:32px;height:32px;background:linear-gradient(135deg,#b98e4c,#caae81);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;margin-right:16px;margin-top:2px}.step-list .step-item .step-content{flex:1}.step-list .step-item .step-content h4{font-size:1.1rem;font-weight:600;color:#48270d;margin:0 0 8px}.step-list .step-item .step-content p{font-size:.95rem;color:#a38d78;line-height:1.6;margin:0}.scroll-to-top{position:fixed;bottom:32px;left:32px;width:48px;height:48px;background:#b98e4c;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #b98e4c4d;opacity:0;transition:all .3s ease;z-index:50}.scroll-to-top.visible{opacity:1;transform:translateY(0)}.scroll-to-top:hover{background:#a78f75;transform:translateY(-2px);box-shadow:0 8px 24px #b98e4c66}.scroll-to-top:active{transform:translateY(0)}@media (max-width: 768px){.scroll-to-top{bottom:24px;left:24px;width:44px;height:44px}}.fade-in-up{opacity:0;transform:translateY(30px);transition:all .6s ease}.fade-in-up.in-view{opacity:1;transform:translateY(0)}.article-image{width:100%;border-radius:12px;overflow:hidden;margin:32px 0;box-shadow:0 8px 24px #a78f7526}.article-image img{width:100%;height:auto;display:block;transition:transform .3s ease}.article-image:hover img{transform:scale(1.02)}.article-content h1,.article-content h2,.article-content h3,.article-content h4,.article-content h5,.article-content h6{background:linear-gradient(135deg,#48270d,#a78f75);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;position:relative;padding-bottom:10px}.article-content h1:after,.article-content h2:after,.article-content h3:after,.article-content h4:after,.article-content h5:after,.article-content h6:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#B98E4C,transparent);transition:width .8s ease}.article-content h1.in-view:after,.article-content h2.in-view:after,.article-content h3.in-view:after,.article-content h4.in-view:after,.article-content h5.in-view:after,.article-content h6.in-view:after{width:60%}.article-content p{line-height:1.8;margin-bottom:1.5em;transition:color .3s ease}.article-content p:hover{color:#8b7357}@media (max-width: 480px){.elegant-container{padding:32px 20px 50px}.elegant-title{margin-bottom:16px}.table-of-contents{padding:20px;margin:32px 0}.content-section{margin:40px 0}.content-section h2:before{left:-16px}.product-showcase{grid-template-columns:1fr;gap:16px}}.skin-type-tips{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin:24px 0}.skin-type-card{background:#f3efe6;border:1px solid rgba(167,143,117,.15);border-radius:12px;padding:20px;transition:all .3s ease}.skin-type-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #a78f7526}.skin-type-card h4{color:#48270d;font-size:1.1rem;font-weight:600;margin:0 0 12px}.skin-type-card p{color:#a38d78;font-size:.9rem;line-height:1.6;margin:0}.aftercare-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin:24px 0}.aftercare-step{background:#fff;border:1px solid rgba(167,143,117,.15);border-radius:12px;padding:20px;text-align:center;transition:all .3s ease}.aftercare-step:hover{transform:translateY(-2px);box-shadow:0 8px 24px #a78f7526}.aftercare-step h4{color:#48270d;font-size:1rem;font-weight:600;margin:0 0 8px}.aftercare-step p{color:#a38d78;font-size:.85rem;line-height:1.5;margin:0}.conclusion-tips{background:#f3efe6;border-radius:12px;padding:24px;margin:24px 0}.conclusion-tips h4{color:#48270d;font-size:1.1rem;font-weight:600;margin:0 0 16px}.conclusion-tips ul{margin:0;padding-left:20px}.conclusion-tips ul li{color:#a38d78;font-size:.9rem;line-height:1.6;margin:8px 0}.article-image-container{margin:2rem 0;position:relative}.article-image-container .article-main-image{width:100%;height:auto;border-radius:12px;box-shadow:0 5px 15px #0000001a;display:block}.article-image-container .article-side-image{width:45%;height:auto;border-radius:12px;box-shadow:0 5px 15px #0000001a;float:left;margin:0 1.5rem 1rem 0}.article-image-container .article-side-image.right{float:right;margin:0 0 1rem 1.5rem}.article-image-container .image-caption{font-size:.9rem;color:#666;text-align:center;margin-top:.75rem;font-style:italic}@media (max-width: 768px){.article-image-container .article-side-image{width:100%;float:none;margin:0 0 1rem}.article-image-container .article-side-image.right{float:none;margin:0 0 1rem}}.content-section:after{content:"";display:table;clear:both}.comparison-chart{margin:2.5rem 0}.comparison-chart h3{margin-bottom:1rem}.comparison-chart .comparison-table{width:100%;border-collapse:collapse;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #00000014}.comparison-chart .comparison-table .comparison-row{display:flex}.comparison-chart .comparison-table .comparison-row.header{background-color:#f8f4f0;font-weight:600}.comparison-chart .comparison-table .comparison-row:nth-child(2n){background-color:#fafafa}.comparison-chart .comparison-table .comparison-row:not(.header):hover{background-color:#f5f5f5}.comparison-chart .comparison-table .comparison-cell{flex:1;padding:12px 15px;border:1px solid #eee}.comparison-chart .comparison-table .comparison-cell:first-child{flex:.8;font-weight:500}@media (max-width: 768px){.comparison-chart .comparison-table{font-size:.9rem}.comparison-chart .comparison-table .comparison-cell{padding:10px}}.ingredients-analysis{margin:2.5rem 0}.ingredients-analysis h3{margin-bottom:1rem}.ingredients-analysis .ingredients-table{width:100%;border-collapse:collapse;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #00000014}.ingredients-analysis .ingredients-table .ingredients-row{display:flex}.ingredients-analysis .ingredients-table .ingredients-row.header{background-color:#f0f4f8;font-weight:600}.ingredients-analysis .ingredients-table .ingredients-row:nth-child(2n){background-color:#fafafa}.ingredients-analysis .ingredients-table .ingredients-row:not(.header):hover{background-color:#f5f5f5}.ingredients-analysis .ingredients-table .ingredients-cell{flex:1;padding:12px 15px;border:1px solid #eee}.ingredients-analysis .ingredients-table .ingredients-cell:first-child{flex:.8;font-weight:500}@media (max-width: 768px){.ingredients-analysis .ingredients-table{font-size:.9rem}.ingredients-analysis .ingredients-table .ingredients-cell{padding:10px}}.emergency-products{margin:2.5rem 0}.emergency-products h3{margin-bottom:1.5rem}.emergency-products .emergency-product-list{display:flex;flex-wrap:wrap;gap:1.5rem}.emergency-products .emergency-product-list .emergency-product-item{flex:1 1 calc(33.333% - 1rem);min-width:250px;display:flex;align-items:flex-start;background-color:#f9f9f9;padding:1.2rem;border-radius:8px;box-shadow:0 2px 8px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.emergency-products .emergency-product-list .emergency-product-item:hover{transform:translateY(-3px);box-shadow:0 5px 15px #00000014}.emergency-products .emergency-product-list .emergency-product-item .product-icon{font-size:2.5rem;margin-right:1rem;line-height:1}.emergency-products .emergency-product-list .emergency-product-item .product-info h4{margin:0 0 .5rem;font-size:1.1rem}.emergency-products .emergency-product-list .emergency-product-item .product-info p{margin:0;font-size:.95rem;color:#666}@media (max-width: 768px){.emergency-products .emergency-product-list{flex-direction:column}.emergency-products .emergency-product-list .emergency-product-item{width:100%}}.articleContentPage{max-width:1200px;margin:0 auto;padding:2rem 1.5rem;font-family:Noto Sans TC,sans-serif;color:#5a4a3b;line-height:1.6;background-color:#fff}.articleContentPage .breadcrumb{display:flex;align-items:center;margin-bottom:2rem;font-size:.85rem}.articleContentPage .breadcrumb .breadcrumbLink{color:#a88a6a;text-decoration:none;transition:color .3s}.articleContentPage .breadcrumb .breadcrumbLink:hover{color:#8a614d}.articleContentPage .breadcrumb .separator{margin:0 .5rem;color:#ccc}.articleContentPage .breadcrumb .currentPage{color:#8a614d;font-weight:500}.articleContentPage .articleHeader{margin-bottom:2rem}.articleContentPage .articleHeader .articleTitle{font-size:2rem;font-weight:700;margin-bottom:1.2rem;line-height:1.3;color:#5a4a3b}.articleContentPage .articleHeader .articleMeta{display:flex;justify-content:space-between;align-items:center}.articleContentPage .articleHeader .articleMeta .authorInfo{display:flex;align-items:center}.articleContentPage .articleHeader .articleMeta .authorInfo .authorImage{width:40px;height:40px;border-radius:50%;object-fit:cover;margin-right:1rem}.articleContentPage .articleHeader .articleMeta .authorInfo .authorDetails{display:flex;flex-direction:column}.articleContentPage .articleHeader .articleMeta .authorInfo .authorDetails .authorName{font-weight:500;margin-bottom:.2rem;font-size:.9rem;color:#5a4a3b}.articleContentPage .articleHeader .articleMeta .authorInfo .authorDetails .publishDate{font-size:.8rem;color:#a88a6a}.articleContentPage .articleHeader .articleMeta .shareButtons{display:flex;gap:.8rem}.articleContentPage .articleHeader .articleMeta .shareButtons button{padding:.4rem .8rem;border:1px solid #a88a6a;border-radius:20px;background:#fff;font-size:.85rem;cursor:pointer;transition:all .3s;color:#a88a6a}.articleContentPage .articleHeader .articleMeta .shareButtons button:hover{background:#f8f3ee}.articleContentPage .heroImageContainer{margin-bottom:3rem;border-radius:20px;overflow:hidden}.articleContentPage .heroImageContainer .heroImage{width:1920px;height:auto;object-fit:cover;aspect-ratio:16/9}.articleContentPage .articleContent{margin-bottom:2.5rem}.articleContentPage .relatedArticles{margin:2.5rem 0;padding:1.5rem;background:#f8f3ee;border-radius:20px}.articleContentPage .relatedArticles .relatedTitle{font-size:1.3rem;font-weight:600;margin-bottom:1.2rem;color:#8a614d}.articleContentPage .relatedArticles .relatedList{display:flex;flex-direction:column;gap:.8rem}.articleContentPage .relatedArticles .relatedList .relatedItem{display:flex;align-items:center;text-decoration:none;color:#5a4a3b;transition:color .3s}.articleContentPage .relatedArticles .relatedList .relatedItem:hover{color:#a88a6a}.articleContentPage .relatedArticles .relatedList .relatedItem .relatedDot{width:6px;height:6px;background:#a88a6a;border-radius:50%;margin-right:.8rem}.articleContentPage .relatedArticles .relatedList .relatedItem .relatedText{font-size:.9rem;line-height:1.4}.articleContentPage .backButtonContainer{margin:2.5rem 0;text-align:center}.articleContentPage .backButtonContainer .backButton{display:inline-flex;align-items:center;padding:.7rem 1.2rem;border:1px solid #a88a6a;border-radius:30px;background:#fff;font-size:.9rem;cursor:pointer;transition:all .3s;color:#a88a6a}.articleContentPage .backButtonContainer .backButton:hover{background:#f8f3ee}.articleContentPage .backButtonContainer .backButton .backArrow{margin-right:.5rem;font-size:1.1rem}.articleContentPage .bottomDecoration{height:3px;background:linear-gradient(to right,#a88a6a,#d9c3aa);margin:1.5rem 0;border-radius:3px}@media (max-width: 768px){.articleContentPage{padding:1.2rem .8rem}.articleContentPage .articleHeader .articleTitle{font-size:1.5rem}.articleContentPage .articleHeader .articleMeta{flex-direction:column;align-items:flex-start;gap:1rem}.articleContentPage .articleHeader .articleMeta .shareButtons{width:100%;justify-content:flex-start}}.articleIntro{font-size:1rem;line-height:1.7;color:#444;margin:2rem 0 3rem}.articleIntro p{margin-bottom:1rem}.articleIntro p:last-child{margin-bottom:0}.articleIntro strong{color:#a88a6a;font-weight:600}@media (max-width: 768px){.articleIntro{font-size:.95rem}}.contentSection{margin:3rem 0;position:relative;overflow:hidden}.contentSection .sectionTitle{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#333}.contentSection .sectionDesc{font-size:1rem;line-height:1.8;color:#555}.contentSection .sectionDesc p{margin-bottom:1rem}.contentSection .sectionDesc p:last-child{margin-bottom:0}.contentSection.withImage{display:flex;align-items:center;justify-content:space-between;padding:3rem 2rem;background:#f6f4f2;border-radius:50px;position:relative}.contentSection.withImage .sectionImage{flex:1;max-width:45%;height:auto;border-radius:50px;overflow:hidden}.contentSection.withImage .sectionImage img{width:100%;height:auto;object-fit:cover;border-radius:30px}.contentSection.withImage .sectionText{flex:1;max-width:55%;padding-left:2rem}.contentSection.withImage .sectionText .sectionTitle{font-size:1.8rem;font-weight:600;color:#333;margin-bottom:1rem}.contentSection.withImage .sectionText .sectionDesc{font-size:1.2rem;line-height:1.8;color:#555}.contentSection.withImage .sectionText .sectionDesc p{margin-bottom:1rem}.contentSection.withImage .sectionText .sectionDesc p:last-child{margin-bottom:0}.contentSection.withImage:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#f5f0ea;clip-path:ellipse(150% 85% at 50% 100%);z-index:-1}.contentSection.withImage:after{content:"";position:absolute;bottom:-20%;left:0;width:100%;height:50%;background:#fff;clip-path:ellipse(150% 85% at 50% 100%);z-index:-1}@media (max-width: 992px){.contentSection{flex-direction:column;text-align:center}.contentSection.withImage .sectionImage{max-width:100%;margin-bottom:2rem;border-radius:30px}.contentSection.withImage .sectionText{max-width:100%;padding:0}.contentSection.withImage .sectionText .sectionTitle{font-size:1.5rem}.contentSection.withImage .sectionText .sectionDesc{font-size:1rem}}.articleDivider{margin:5rem 0 3rem;text-align:center;position:relative}.articleDivider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background-color:#e0d5c9}.articleDivider .dividerText{display:inline-block;padding:0 2rem;background-color:#fff;position:relative;font-size:1.8rem;font-weight:600;color:#5a4a3b}@media (max-width: 768px){.articleDivider{margin:3rem 0}.articleDivider .dividerText{font-size:1.3rem;padding:0 1rem}}@keyframes fadeIn{to{opacity:1}}@keyframes slideInUp{to{opacity:1;transform:translateY(0)}}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.stepFlow{display:flex;flex-direction:column;gap:2.5rem;margin:2.5rem 0}.stepFlow.empty{display:flex;align-items:center;justify-content:center;min-height:200px;color:#a88a6a;font-style:italic}.stepFlow .stepItem{background:#fff;border-radius:1.25rem;box-shadow:0 4px 6px #5a4a3b1a;padding:1.5rem;display:flex;align-items:center;gap:1.5rem;margin-bottom:2.5rem}.stepFlow .stepItem.reverse{flex-direction:row-reverse}@media (max-width: 768px){.stepFlow .stepItem.reverse{flex-direction:column}}@media (max-width: 768px){.stepFlow .stepItem{flex-direction:column;text-align:center}}.stepFlow .stepItem .stepNumber{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#5a4a3b;color:#fff;border-radius:50%;font-size:1.25rem;font-weight:700;flex-shrink:0}.stepFlow .stepItem .stepImageContainer{position:relative;overflow:hidden;border-radius:1.25rem;width:200px;height:150px;flex-shrink:0}.stepFlow .stepItem .stepImageContainer img{width:100%;height:100%;object-fit:cover}@media (max-width: 768px){.stepFlow .stepItem .stepImageContainer{width:100%;height:200px}}.stepFlow .stepItem .stepContent{flex:1}.stepFlow .stepItem .stepContent .stepTitle{font-family:Noto Sans TC,sans-serif;font-weight:700;color:#5a4a3b;line-height:1.2;margin-bottom:1.2rem;font-size:1.25rem}@media (max-width: 768px){.stepFlow .stepItem .stepContent .stepTitle{font-size:1.125rem}}.stepFlow .stepItem .stepContent .stepDesc{font-family:Noto Sans TC,sans-serif;font-size:.9rem;font-weight:400;line-height:1.6;color:#5a4a3b;margin-bottom:1.2rem}.stepFlow .stepItem .stepContent .stepDesc:last-child{margin-bottom:0}.stepFlow .image-loading{display:flex;align-items:center;justify-content:center;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;width:100%;height:100%;border-radius:1.25rem;color:#a88a6a;font-size:.85rem}.stepNumber:before{content:"";display:inline-block;width:24px;height:24px;background-color:#a88a6a;border-radius:50%;margin-right:.5rem;color:#fff;text-align:center;line-height:24px;font-size:.8rem}.stepTitle{font-size:1.6rem;font-weight:600;margin-bottom:1.2rem;color:#5a4a3b}.stepDescription{font-size:1rem;line-height:1.8;color:#5a4a3b}@media (max-width: 768px){.stepFlow{gap:4rem}.stepFlow .stepItem{flex-direction:column!important;gap:2rem}.stepFlow .stepItem .stepImage{width:100%;height:200px}.stepFlow .stepItem .stepContent{width:100%}}.tipsGrid-horizontal{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.tipCard-horizontal{display:flex;align-items:center;gap:1.5rem;background-color:#f8f3ee;padding:2rem;border-radius:20px;box-shadow:0 2px 8px #a88a6a14;transition:transform .3s,box-shadow .3s}.tipCard-horizontal:hover{transform:translateY(-3px);box-shadow:0 6px 15px #a88a6a1f}.tipCard-horizontal .tipIcon{flex-shrink:0}.tipCard-horizontal .tipDescription{font-size:1.1rem;color:#6d5c36;font-weight:500}.tipsSection{margin:4rem 0}.tipsSection .tipsTitle{font-size:1.8rem;font-weight:600;margin-bottom:2.5rem;text-align:center;color:#5a4a3b;position:relative}.tipsSection .tipsTitle:after{content:"";position:absolute;bottom:-1rem;left:50%;transform:translate(-50%);width:40px;height:2px;background-color:#a88a6a}.tipsSection .tipsGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.tipsSection .tipsGrid .tipCard{background-color:#f8f3ee;padding:2rem;border-radius:20px;transition:transform .3s,box-shadow .3s}.tipsSection .tipsGrid .tipCard:hover{transform:translateY(-5px);box-shadow:0 10px 20px #a88a6a1a}.tipsSection .tipsGrid .tipCard .tipTitle{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#8a614d;display:flex;align-items:center}.tipsSection .tipsGrid .tipCard .tipTitle:before{content:"";display:inline-block;width:8px;height:8px;background-color:#a88a6a;border-radius:50%;margin-right:.8rem}.tipsSection .tipsGrid .tipCard .tipDescription{font-size:1rem;line-height:1.8;color:#5a4a3b}@media (max-width: 768px){.tipsGrid-horizontal{grid-template-columns:1fr;gap:1.5rem}.tipCard-horizontal{padding:1.5rem}.tipCard-horizontal .tipDescription{font-size:1rem}.tipsSection .tipsTitle{font-size:1.5rem}.tipsSection .tipsGrid{grid-template-columns:1fr;gap:1.5rem}.tipsSection .tipsGrid .tipCard{padding:1.5rem}.tipsSection .tipsGrid .tipCard .tipTitle{font-size:1.1rem}.tipsSection .tipsGrid .tipCard .tipDescription{font-size:.95rem}}.imageGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin:4rem 0}.imageGrid .imageItem{display:flex;flex-direction:column;align-items:center;text-align:center;background-color:#f8f3ee;padding:2rem;border-radius:20px;transition:transform .3s}.imageGrid .imageItem:hover{transform:translateY(-5px)}.imageGrid .imageItem .imageWrapper{width:120px;height:120px;margin-bottom:1.5rem;position:relative}.imageGrid .imageItem .imageWrapper.rounded{border-radius:50%;overflow:hidden}.imageGrid .imageItem .imageWrapper.square{border-radius:20px;overflow:hidden}.imageGrid .imageItem .imageWrapper img{width:100%;height:100%;object-fit:cover}.imageGrid .imageItem .imageCaption{font-size:1rem;color:#5a4a3b;line-height:1.4;font-weight:500}@media (max-width: 768px){.imageGrid{grid-template-columns:1fr;gap:1.5rem}.imageGrid .imageItem{padding:1.5rem}.imageGrid .imageItem .imageWrapper{width:100px;height:100px}}.conclusionSection{margin:3rem 0;padding:2rem;background-color:#f8f8f8;border-radius:15px}.conclusionSection .conclusionTitle{font-size:1.3rem;font-weight:600;margin-bottom:1.5rem;color:#333;text-align:center}.conclusionSection .conclusionText{font-size:.95rem;line-height:1.7;color:#555}.conclusionSection .conclusionText p{margin-bottom:1rem}.conclusionSection .conclusionText p:last-child{margin-bottom:0}@media (max-width: 768px){.conclusionSection{padding:1.5rem}.conclusionSection .conclusionTitle{font-size:1.2rem}.conclusionSection .conclusionText{font-size:.9rem}}.articleContentPage p{margin-bottom:1.2rem;line-height:1.8}.articleContentPage .highlight{color:#a88a6a;font-weight:500}.articleContentPage blockquote{margin:1.5rem 0;padding:1rem 1.5rem;border-left:4px solid #a88a6a;background-color:#f9f6f2;font-style:italic;color:#555}.articleContentPage ul,.articleContentPage ol{margin:1.2rem 0;padding-left:1.5rem}.articleContentPage ul li,.articleContentPage ol li{margin-bottom:.8rem;line-height:1.6}.articleContentPage a{color:#a88a6a;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .3s}.articleContentPage a:hover{border-color:#a88a6a}.articleContentPage img{max-width:50%}:root{--nav-h: 72px}.faqs{background:#f3efe6;font-family:Noto Sans TC,Microsoft JhengHei,sans-serif;min-height:100vh}.faq{position:relative;min-height:100vh;overflow:hidden}.faq__bg-video{position:absolute;top:50%;left:50%;width:1902px;height:1013px;object-fit:cover;transform:translate(-50%,-50%);z-index:0;pointer-events:none}@media (max-width: 1200px){.faq__bg-video{width:1902px;height:1013px;min-height:1000px;max-width:1200px}}@media (max-width: 767px){.faq__bg-video{width:1902px;height:1013px;min-height:220px;max-width:100vw}}.faq__container{margin:180px auto 20px;max-width:900px;width:100%;position:relative;z-index:1;padding:0 24px}.faq__header{text-align:center;margin-bottom:50px}.faq__title{margin:0;font-size:24px;font-weight:400;color:#5b4c39;letter-spacing:.5px}@media (max-width:769px){.faq__title{font-size:20px}}.faq__list{max-width:900px;width:100%;margin-left:auto;margin-right:auto;background:#fffefd;opacity:.95;border-radius:0;overflow:hidden}@media (max-width: 767px){.faq__list{width:80vw;margin-bottom:100px;padding:16px 10px;font-size:14px;border-radius:10px}}.faq__item{opacity:1;border-bottom:1px solid #D9D9D9}.faq__item:last-child{border-bottom:50px}.faq__q{width:900px;max-width:100%;margin-left:auto;margin-right:auto;padding:20px 40px;background:#fff9;border-radius:16px;border:1px solid rgba(255,255,255,.18);box-shadow:0 4px 24px #e8e2da1f;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:space-between;font-size:16px;color:#5b4c39;font-weight:400;line-height:1.5;transition:background-color .2s,box-shadow .2s}@media (max-width: 767px){.faq__q{width:70vw;max-width:100vw;padding:16px 10px;font-size:14px;border-radius:10px}}.faq__qtext{flex:1;text-align:left;margin-left:0}.faq__qtext strong{color:#48270d;font-weight:500;margin-right:8px;font-size:14px}@media (max-width:769px){.faq__qtext strong{font-size:13px;margin-right:6px}}.faq__chevron{font-size:18px;font-weight:300;color:#8b7357;flex-shrink:0;margin-left:16px;transition:transform .2s ease}@media (max-width:769px){.faq__chevron{font-size:16px;margin-left:12px}}.faq__aWrap{max-height:0;overflow:hidden;background:#f0e8db;transition:max-height .3s ease-in-out}.faq__item.is-open .faq__aWrap{max-height:400px}.faq__a{padding:20px 24px;color:#4a2c2a;font-size:14px;line-height:1.6;font-weight:400;background:#f0e8db;border-top:1px solid #D9D9D9}@media (max-width:769px){.faq__a{padding:18px 20px;font-size:13px}}.faq__a p{margin:0;line-height:1.6}.faq__bullets .faq__bullet{margin-bottom:6px;padding-left:14px;position:relative;line-height:1.6}.faq__bullets .faq__bullet:before{content:"•";position:absolute;left:0;color:#a78f75;font-weight:700}.faq__bullets .faq__bullet:last-child{margin-bottom:0}mark{background:#d8c6ab;padding:0 2px;border-radius:2px;color:#5b4c39}.faq__empty{text-align:center;padding:50px 24px;color:#8b7357;font-size:16px;background:#fffefd;border-top:2px solid #48270D;border-bottom:2px solid #48270D}@media (max-width:769px){.faq__empty{padding:40px 20px;font-size:14px}}@media (max-width:769px){.faq__container{margin:80px auto 0;max-width:98vw;width:100vw;padding:0 8px}.faq__header{margin-bottom:30px}.faq__list{max-width:80vw;width:100vw;border-radius:0;box-shadow:0 1px 3px #0000001a}}.faq__item{transition:all .2s ease}.faq__q:focus{outline:none!important;box-shadow:none!important;border-color:transparent!important}.faq__item:first-child .faq__q{border-top:none}.faq__item:last-child .faq__q{border-bottom:none}.faq__list.all-open .faq__item{background:transparent!important;box-shadow:none!important}button:hover{border:none}.member-page{height:100vh}.member-page .bg-box{position:absolute;top:0;left:0;width:100%;height:100%}.member-page .bg-box #member-bg{object-fit:cover;height:100%;width:100%}.member-page .login-container{padding:100px 0;justify-items:center;align-content:center;height:100%}.member-page .login-container .login-card{position:relative;align-items:center;margin:0 auto;max-width:450px;min-width:450px;padding:20px 40px;border-radius:20px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);filter:drop-shadow(4px 4px 2px rgba(0,0,0,.2));box-shadow:-6px -6px 2px #fff6}@media (max-width:451px){.member-page .login-container .login-card{max-width:350px;min-width:350px}}.member-page .login-container .login-card .toggle-container{display:flex;background:#fff6;border-radius:24px;margin-bottom:30px;position:relative;width:50%}.member-page .login-container .login-card .toggle-container .toggle-btn{flex:1;color:#5b4c39;padding:8px 12px;border:none;background:transparent;border-radius:36px;cursor:pointer;font-size:14px;transition:all .3s ease;position:relative;z-index:2}.member-page .login-container .login-card .toggle-container .toggle-btn.active{background:#caae81;color:#fff;box-shadow:-2px 2px 2px #0003}.member-page .login-container .login-card .logo{margin-bottom:20px;justify-items:center}.member-page .login-container .login-card .logo #eloa-logo{height:24px}.member-page .login-container .login-card .login-form{display:flex;flex-direction:column;gap:20px;min-height:315px;max-height:315px;overflow-y:scroll}.member-page .login-container .login-card .login-form::-webkit-scrollbar{display:none}.member-page .login-container .login-card .login-form .form-group{display:flex;flex-direction:column}.member-page .login-container .login-card .login-form .form-group input{padding:16px 20px;border:none;border-radius:12px;font-size:14px;background:#fff6;transition:all .3s ease;outline:none;color:#5b4c39}.member-page .login-container .login-card .login-form .form-group input::placeholder{color:#5b4c39;opacity:.7}.member-page .login-container .login-card .login-form .form-group input:focus{background:#fffefd;box-shadow:0 0 0 2px #fff3;color:#5b4c39}.member-page .login-container .login-card .login-form .form-group input.error{border-color:red}.member-page .login-container .login-card .login-form .error-text{color:red;font-size:14px;margin-top:5px;margin-left:4px}.member-page .login-container .login-card .login-form .hint-text{color:#5b4c39;font-size:14px;margin-top:5px;margin-left:4px;opacity:.8;font-style:italic}.member-page .login-container .login-card .login-form .submit-error{text-align:center;margin-top:10px;margin-left:0}.member-page .login-container .login-card .login-form .checkbox-container{display:flex;justify-content:flex-start;align-items:center;gap:12px;font-size:14px;cursor:pointer;position:relative}.member-page .login-container .login-card .login-form .checkbox-container input[type=checkbox]{opacity:0;position:absolute;cursor:pointer;height:0;width:0}.member-page .login-container .login-card .login-form .checkbox-container .checkmark{height:18px;width:18px;background-color:#fffc;border-radius:4px;flex-shrink:0;position:relative;margin-top:1px}.member-page .login-container .login-card .login-form .checkbox-container .checkmark:after{content:"";position:absolute;display:none;left:35%;top:25%;width:5px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.member-page .login-container .login-card .login-form .checkbox-container input:checked~.checkmark{background-color:#caae81}.member-page .login-container .login-card .login-form .checkbox-container input:checked~.checkmark:after{display:block}.member-page .login-container .login-card .forgot-password{background:none;border:none;color:#d4b08a;text-decoration:underline;cursor:pointer;font-size:14px;padding:10px 0;margin-top:10px;text-align:center;width:100%}.member-page .login-container .login-card .forgot-password:hover{color:#c19a6b}.member-page .login-container .login-card .login-area{justify-content:center;align-items:center}.member-page .login-container .login-card .login-area .submit-btn{background:#caae81;color:#fffefd;border:none;padding:16px;border-radius:8px;font-size:16px;cursor:pointer;transition:all .3s ease;margin-top:10px;width:100%;margin-bottom:20px}.member-page .login-container .login-card .login-area .submit-btn:hover{background:#d8c6ab;transform:translateY(-1px);box-shadow:0 4px 12px #0006}.member-page .login-container .login-card .login-area .social-login{display:flex;gap:10px;justify-content:center}.member-page .login-container .login-card .login-area .social-login .social-btn{width:48px;height:48px;border:none;cursor:pointer;align-items:center}.member-page .login-container .login-card .login-area .social-login .social-btn img{transition:all .3s ease;width:100%;object-fit:cover;filter:brightness(0) saturate(100%) invert(67%) sepia(35%) saturate(434%) hue-rotate(11deg) brightness(93%) contrast(90%)}.member-page .login-container .login-card .login-area .social-login .social-btn img:hover{transform:translateY(-2px);filter:brightness(0) saturate(100%) invert(67%) sepia(35%) saturate(434%) hue-rotate(11deg) brightness(93%) contrast(90%) drop-shadow(0 4px 4px rgba(0,0,0,.2))}@media (max-width: 480px){.member-page .login-container .login-card .login-card{padding:30px 20px;margin:10px}.member-page .login-container .login-card .logo h1{font-size:36px;letter-spacing:6px}}.newsPage{background:linear-gradient(180deg,#faf9f5,#fcfbf8cc);min-height:100vh;padding-bottom:80px}.news__hero{position:relative;height:60vh;min-height:500px;overflow:hidden;margin-top:var(--nav-h, 72px)}@media (max-width:769px){.news__hero{height:50vh;min-height:400px}}.news__hero-img{width:100%;height:100%;object-fit:cover;object-position:center}.news__hero-content{position:absolute;top:50%;left:45%;transform:translate(-50%,-50%);text-align:center}.news__hero-title{font-family:Abril Fatface,serif;font-size:clamp(3rem,8vw,6rem);font-weight:400;color:#faf9f5;letter-spacing:.2em;text-shadow:0 2px 20px rgba(0,0,0,.3);margin:0 0 0 470px;text-transform:uppercase}.news__hero-title .char{opacity:0;display:inline-block;transform-origin:center;transition:all .3s ease}@media (max-width: 1024px) and (min-width: 768px){.news__hero-title{margin:0 0 0 200px;font-size:clamp(2.8rem,6vw,4rem)}}@media (max-width: 767px){.news__hero-title{font-size:clamp(2.5rem,10vw,4rem);margin:0;text-align:center}}.news__hero-subtitle{font-size:clamp(1rem,2vw,1.5rem);color:#faf9f5;letter-spacing:.3em;margin-top:1rem;text-shadow:0 2px 10px rgba(0,0,0,.3);margin:0 0 20px 450px;position:relative;display:inline-block}.news__hero-subtitle:before,.news__hero-subtitle:after{content:"";display:inline-block;width:90px;height:1.5px;background:#fff9;vertical-align:middle;margin:0 1rem}@media screen and (min-width: 1400px){.news__hero-subtitle:before,.news__hero-subtitle:after{width:40px;margin:0 .8rem}}@media (max-width: 1024px) and (min-width: 768px){.news__hero-subtitle:before,.news__hero-subtitle:after{width:40px;margin:0 .8rem}}@media (max-width:769px){.news__hero-subtitle:before,.news__hero-subtitle:after{width:0px;margin:0 .8rem}}@media (max-width: 1024px) and (min-width: 768px){.news__hero-subtitle{margin:0 0 20px 200px!important;font-size:clamp(.9rem,2.5vw,1.2rem)}}@media (max-width:769px){.news__hero-subtitle{margin:1rem 0 20px!important;text-align:center;width:100%}}.news__tabs-container{padding:3rem 0 2rem;text-align:center}@media (max-width:769px){.news__tabs-container{padding:2rem 0 1.5rem}}.news__tabs{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width:769px){.news__tabs{gap:1rem;padding:0 1rem}}.news__tab{padding:.8rem 2rem;background:transparent;border:none;color:#8b7357;font-size:16px;font-weight:400;cursor:pointer;transition:all .3s ease;letter-spacing:.05em;position:relative}.news__tab:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:#caae81;transition:all .3s ease;transform:translate(-50%)}.news__tab:hover{color:#48270d}.news__tab:hover:after{width:50%}.news__tab.is-active{font-weight:500}.news__tab.is-active:after{width:70%}@media (max-width:769px){.news__tab{padding:.6rem 1.2rem;font-size:14px}}.news__tab:focus,.news__tab:focus-visible{outline:none!important;border-color:transparent!important;box-shadow:none!important}button:focus,button:focus-visible{outline:none!important;border-color:transparent!important}.news__content{max-width:1200px;margin:0 auto;padding:0 2rem 5rem}@media (max-width:769px){.news__content{padding:0 1rem 3rem}}.news__grid{display:flex;flex-direction:column;gap:1.5rem}.news__card{display:block;background:#fffefd;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #e8e2da33;transition:all .4s ease;text-decoration:none;position:relative;opacity:.95;transform:translateY(20px);animation:news__fadeInUp .6s ease forwards}.news__card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #e8e2da66}.news__card:hover .news__image{transform:scale(1.05)}.news__card:hover .news__title{color:#caae81}@keyframes news__fadeInUp{to{opacity:.95;transform:translateY(0)}}.news__date-badge{position:absolute;left:0;top:50%;transform:translateY(-50%);width:130px;height:70px;background:#f3efe6;border-radius:0 60px 60px 0;display:flex;align-items:center;justify-content:center;z-index:1}.news__date-badge span{font-size:14px;color:#48270d;font-weight:500;text-align:center}@media (max-width:769px){.news__date-badge{width:70px;height:70px}.news__date-badge span{font-size:12px}}.news__card-content{display:flex;align-items:stretch;min-height:200px;padding-left:120px}@media (max-width:1040px){.news__card-content{padding-left:100px}}@media (max-width:769px){.news__card-content{flex-direction:column-reverse;min-height:auto;padding-left:0;padding-top:70px}}.news__card-left{flex:1;padding:2.5rem;display:flex;flex-direction:column;justify-content:center}@media (max-width:769px){.news__card-left{padding:1.5rem}}.news__card-right{width:300px;height:200px;overflow:hidden;flex-shrink:0}@media (max-width:1040px){.news__card-right{width:250px}}@media (max-width:769px){.news__card-right{width:100%;height:200px}}.news__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.news__title{font-size:20px;font-weight:600;color:#48270d;line-height:1.4;margin:0 0 1rem;letter-spacing:.02em;transition:color .3s ease}@media (max-width:769px){.news__title{font-size:18px}}.news__description{font-size:14px;line-height:1.7;color:#8b7357;font-weight:300;letter-spacing:.02em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}@media (max-width:1040px){.news__description{-webkit-line-clamp:2}}.news__empty{text-align:center;padding:3rem 2rem;color:#8b7357}.news__empty p{font-size:18px;font-weight:300;letter-spacing:.05em}.news-detail{background:#faf9f5;padding:80px 20px;margin-top:var(--nav-h, 72px)}.news-detail__container{max-width:900px;margin:0 auto;background:#fffefd;border-radius:16px;padding:40px;box-shadow:0 4px 30px #0000000d}@media (max-width:769px){.news-detail__container{padding:30px 20px}}.news-detail__nav{max-width:900px;margin:0 auto 20px}.news-detail__back{display:inline-flex;align-items:center;color:#8b7357;text-decoration:none;font-size:14px;transition:color .3s}.news-detail__back:hover{color:#caae81}.news-detail__back-icon{margin-right:8px}.news-detail__header{margin-bottom:30px}.news-detail__meta{display:flex;align-items:center;gap:15px;margin-bottom:15px}.news-detail__date{font-size:14px;color:#8b7357}.news-detail__category{background:#f0e8db;color:#48270d;padding:4px 12px;border-radius:20px;font-size:12px}.news-detail__title{font-size:28px;font-weight:600;color:#48270d;line-height:1.4;margin-bottom:15px}@media (max-width:769px){.news-detail__title{font-size:22px}}.news-detail__description{font-size:16px;color:#8b7357;line-height:1.6}.news-detail__image-container{margin-bottom:30px;border-radius:8px;overflow:hidden}.news-detail__image-container img{width:100%;display:block}.news-detail__content{font-size:16px;line-height:1.8;color:#5b4c39}.news-detail__content h3{font-size:22px;font-weight:600;color:#48270d;margin:30px 0 15px}.news-detail__content h4{font-size:18px;font-weight:600;color:#48270d;margin:25px 0 10px}.news-detail__content p{margin-bottom:20px}.news-detail__content ul,.news-detail__content ol{margin-bottom:20px;padding-left:20px}.news-detail__content ul li,.news-detail__content ol li{margin-bottom:8px}.news-detail__content blockquote{border-left:4px solid #F0E8DB;padding-left:20px;font-style:italic;margin:20px 0}.news-detail__footer{margin-top:40px;padding-top:20px;border-top:1px solid #F0E8DB;text-align:center}.news-detail__back-btn{display:inline-block;padding:10px 25px;background:#caae81;color:#fff;border-radius:25px;font-size:14px;transition:all .3s;text-decoration:none}.news-detail__back-btn:hover{background:color adjust(#CAAE81,10%);transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.news-detail__not-found{text-align:center;padding:40px 0}.news-detail__not-found h1{font-size:24px;color:#48270d;margin-bottom:15px}.news-detail__not-found p{color:#8b7357;margin-bottom:25px}.news-article-page{background:#faf9f5;padding:80px 20px;margin-top:var(--nav-h, 72px)}.news-article-container{max-width:900px;margin:0 auto;background:#fffefd;border-radius:16px;padding:40px;box-shadow:0 4px 30px #0000000d}@media (max-width:769px){.news-article-container{padding:30px 20px}}.news-breadcrumb{margin-bottom:30px;font-size:14px;color:#8b7357}.news-breadcrumb a{color:#8b7357;text-decoration:none;transition:color .3s}.news-breadcrumb a:hover{color:#caae81}.news-article-header{margin-bottom:30px}.news-article-meta{display:flex;align-items:center;gap:15px;margin-bottom:15px}.news-article-date{font-size:14px;color:#8b7357}.news-article-category{background:#f0e8db;color:#48270d;padding:4px 12px;border-radius:20px;font-size:12px}.news-article-title{font-size:28px;font-weight:600;color:#48270d;line-height:1.4}@media (max-width:769px){.news-article-title{font-size:22px}}.news-article-hero{margin-bottom:30px;border-radius:8px;overflow:hidden}.news-article-hero img{width:100%;display:block}.info-h100-vh{position:relative;height:100vh;padding:0 50px;background-color:#fffefd}@media (max-width:451px){.info-h100-vh{padding:0 20px}}.info-h100-vh:not(#product-display-sec){opacity:0;transition:opacity .8s ease-out}.info-h100-vh.show{opacity:1!important}#product-display-sec{display:flex;flex-direction:column;padding-top:100px;padding-bottom:100px;height:auto}#product-display-sec .display-area{display:flex;gap:50px;margin-bottom:50px}@media (max-width:451px){#product-display-sec .display-area{flex-wrap:wrap}}#product-display-sec .display-area .product-pic-area{position:relative;display:flex;flex:1;gap:20px}@media (max-width:1040px){#product-display-sec .display-area .product-pic-area{flex-direction:column-reverse}}#product-display-sec .display-area .product-pic-area .product-pic-queue{display:flex;position:relative;flex-direction:column;width:20%;gap:20px;min-width:100px}@media (max-width:1040px){#product-display-sec .display-area .product-pic-area .product-pic-queue{flex-direction:row;width:100%}}#product-display-sec .display-area .product-pic-area .product-pic-queue .product-pic-box{width:100%;max-width:15vh;height:20%;max-height:15vh;padding:10px 0;background-color:#fffefd;border:2px solid transparent;transition:all .5s ease;filter:drop-shadow(0px 4px 4px rgba(0,0,0,.25));cursor:pointer}@media (max-width:1040px){#product-display-sec .display-area .product-pic-area .product-pic-queue .product-pic-box{height:100%}}#product-display-sec .display-area .product-pic-area .product-pic-queue .product-pic-box:hover{transform:scale(1.05);filter:drop-shadow(0px 6px 8px rgba(0,0,0,.3))}#product-display-sec .display-area .product-pic-area .product-pic-queue .product-pic-box.active{border:2px solid #48270D;transform:scale(1.03)}#product-display-sec .display-area .product-pic-area .product-pic-queue .product-pic-box img{object-fit:cover;height:100%;justify-self:center;margin:0 auto}#product-display-sec .display-area .product-pic-area .product-pic-show{width:80%;max-width:500px;max-height:500px;background-color:#fffefd;filter:drop-shadow(0px 4px 4px rgba(0,0,0,.25));padding:50px 0}@media (max-width:1040px){#product-display-sec .display-area .product-pic-area .product-pic-show{max-height:350px;width:100%}}#product-display-sec .display-area .product-pic-area .product-pic-show img{margin:0 auto;object-fit:cover;height:100%;justify-self:center;opacity:0;transition:opacity .3s ease,transform .5s ease-in-out,filter .5s ease-in-out}#product-display-sec .display-area .product-pic-area .product-pic-show img.fade-out{opacity:0}#product-display-sec .display-area .product-pic-area .product-pic-show img.fade-in{opacity:1}#product-display-sec .display-area .product-pic-area .product-pic-show img:hover{transform:scale3d(1.2,1.2,1.3) translateY(30px);filter:drop-shadow(1px 1px 3px rgba(0,0,0,.4))}#product-display-sec .display-area .product-text-area{display:flex;flex-direction:column;flex:1;gap:16px}#product-display-sec .display-area .product-text-area .title{font-size:24px}#product-display-sec .display-area .product-text-area .subtitle,#product-display-sec .display-area .product-text-area .review{font-size:14px;display:flex;align-items:center;gap:20px}#product-display-sec .display-area .product-text-area .subtitle .stars,#product-display-sec .display-area .product-text-area .review .stars{display:flex;gap:5px;color:gold;font-size:18px}#product-display-sec .display-area .product-text-area .desc{font-size:14px;line-height:1.6}#product-display-sec .display-area .product-text-area .coupon{width:fit-content}#product-display-sec .display-area .product-text-area .coupon img{max-width:30vh;max-height:20vh;cursor:pointer}#product-display-sec .display-area .product-text-area .price{font-size:24px}#product-display-sec .display-area .product-text-area .shopping-actions{display:flex;flex-direction:column;gap:20px}#product-display-sec .display-area .product-text-area .shopping-actions .quantity{display:flex;align-items:center;gap:12px}#product-display-sec .display-area .product-text-area .shopping-actions .quantity .label,#product-display-sec .display-area .product-text-area .shopping-actions .quantity .num{font-size:24px}#product-display-sec .display-area .product-text-area .shopping-actions .quantity button{width:36px;height:36px;padding:0;display:flex;justify-content:center;border:1px solid #D8C6AB;background:#faf9f5;color:#5b4c39;cursor:pointer;font-size:24px}#product-display-sec .display-area .product-text-area .shopping-actions .quantity button:hover{background-color:#caae81;transform:translateY(-1px)}#product-display-sec .display-area .product-text-area .shopping-actions .quantity button:active{background-color:#b98e4c;transform:translateY(1px)}#product-display-sec .display-area .product-text-area .shopping-actions .buttons{display:flex;gap:20px}#product-display-sec .add-on-area{display:flex;flex-wrap:wrap;justify-content:space-around;gap:50px}#product-display-sec .add-on-area .add-on-card{display:flex;width:40%;min-width:500px;justify-content:center;align-items:center;padding:20px 40px;background-color:#f3efe6;border-radius:12px}@media (max-width:451px){#product-display-sec .add-on-area .add-on-card{min-width:100%;flex-direction:column}}#product-display-sec .add-on-area .add-on-card .add-on-pic img{min-width:10vh;max-height:200px}#product-display-sec .add-on-area .add-on-card .add-on-text{width:60%;padding:0 30px;text-wrap:nowrap}@media (max-width:451px){#product-display-sec .add-on-area .add-on-card .add-on-text{width:100%;padding:0}}#product-display-sec .add-on-area .add-on-card .add-on-text .name{font-size:18px;margin-bottom:10px}#product-display-sec .add-on-area .add-on-card .add-on-text .title{font-size:16px;margin-bottom:15px;color:#caae81}#product-display-sec .add-on-area .add-on-card .add-on-text .sub-title,#product-display-sec .add-on-area .add-on-card .add-on-text .desc{font-size:14px}#product-display-sec .add-on-area .add-on-card .add-on-text .sub-title{margin-bottom:15px}#product-display-sec .add-on-area .add-on-card .add-on-text .price{font-size:16px;margin-top:15px}#product-display-sec .add-on-area .add-on-card .add-on-button{justify-self:self-start;align-self:flex-end;text-wrap:nowrap}#desc-tab-sec{height:auto;background-color:#f3efe6;padding:0}#desc-tab-sec .tabs-container{display:flex;flex-direction:column;justify-content:center;align-items:center}#desc-tab-sec .tabs-container .tabs-header{overflow:hidden;background-color:#fffefd;width:100%;display:flex;justify-content:center}#desc-tab-sec .tabs-container .tabs-header .tabs-button{position:relative;border:1px solid #FAF9F5;padding:10px 30px 20px;bottom:-10px;background-color:#faf9f5;color:#5b4c39}#desc-tab-sec .tabs-container .tabs-header .tabs-button:hover{background-color:#f0e8db}#desc-tab-sec .tabs-container .tabs-header .tabs-button.active{background-color:#f3efe6}#desc-tab-sec .tabs-container .tabs-content{width:100%}#desc-tab-sec .tabs-container .tabs-content .tab-content{text-align:center}#desc-tab-sec .tabs-container .tabs-content .tab-content .content-header{padding:20px 0}#desc-tab-sec .tabs-container .tabs-content .tab-content .steps-cards{position:relative;display:flex;justify-content:center;gap:50px;margin:30px;flex-wrap:wrap}#desc-tab-sec .tabs-container .tabs-content .tab-content .steps-cards .step-card{padding:30px;justify-items:center;background-color:#fffc;border-radius:12px;flex:1;min-width:250px;max-width:250px}#desc-tab-sec .tabs-container .tabs-content .tab-content .steps-cards .step-card .step-img{display:flex;width:20vh;margin:0 auto}@media (max-width:1040px){#desc-tab-sec .tabs-container .tabs-content .tab-content .steps-cards .step-card .step-img{width:15vh}}#desc-tab-sec .tabs-container .tabs-content .tab-content .steps-cards .step-card h4{padding:20px 0}#desc-tab-sec .tabs-container .tabs-content .tab-content .steps-cards .step-card p{font-size:14px;white-space:pre-line}#desc-tab-sec .tabs-container .tabs-content .specs-layout{position:relative;display:flex;justify-content:center;align-items:center;gap:50px;margin:30px 0}#desc-tab-sec .tabs-container .tabs-content .specs-layout .specs-img{padding:30px 90px;background-color:#fffc;border-radius:12px}#before-after-sec{display:flex;flex-direction:column;height:auto;padding-bottom:100px;align-items:center}#before-after-sec .bf-text-area{display:flex;flex-direction:column;align-items:center;text-align:center;margin:50px 0 30px}#before-after-sec .bf-text-area .bf-title{background-color:#ddd1b9;padding:10px 50px;margin-bottom:30px;font-size:18px}#before-after-sec .bf-effect-area .effect-container{display:flex;justify-content:center;position:relative;gap:40px;flex-wrap:wrap}#before-after-sec .bf-effect-area .effect-container .effect-card{display:flex;flex-direction:column;width:400px}#before-after-sec .bf-effect-area .effect-container .effect-card .effect-title{display:flex;justify-content:space-between}#before-after-sec .bf-effect-area .effect-container .effect-card .effect-title .effect-name{align-self:center}#before-after-sec .bf-effect-area .effect-container .effect-card .effect-title .effect-percent{position:relative;bottom:-30px;font-size:40px;transition:transform 2s ease-out}#before-after-sec .bf-effect-area .effect-container .effect-card .before-after-pics{display:flex;position:relative;gap:20px;margin-bottom:20px}#before-after-sec .bf-effect-area .effect-container .effect-card .before-after-pics .before-title,#before-after-sec .bf-effect-area .effect-container .effect-card .before-after-pics .after-title{background-color:#ddd1b9;justify-self:center;align-self:center;text-align:center;padding:10px;width:100%;margin-bottom:5px;border-radius:12px 12px 0 0}#before-after-sec .bf-effect-area .effect-container .effect-card .bf-desc{text-align:center}#before-after-sec.show .effect-percent{transform:translateY(-30px)}#bf-effect-days-sec{padding-bottom:100px;display:flex;gap:50px;height:auto;justify-content:center}@media (max-width:451px){#bf-effect-days-sec{flex-wrap:wrap}}#bf-effect-days-sec .text-area{justify-items:center;align-content:center}#bf-effect-days-sec .text-area p{padding:40px 0}#bf-effect-days-sec .text-area p span{position:relative;display:inline-block;padding:0 10px;font-size:40px;opacity:0;bottom:-30px;transition:opacity 2s ease-out,transform 2s ease-out}#bf-effect-days-sec .before-after-container{position:relative;min-width:300px;height:400px;-webkit-user-select:none;user-select:none}#bf-effect-days-sec .before-after-container:before{position:absolute;content:"";width:300px;height:400px;background:#cbb9a3;transition:transform 2s ease-out}#bf-effect-days-sec .before-after-container img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}#bf-effect-days-sec .before-after-container .before-wrapper{position:absolute;top:0;left:0;height:400px;overflow:hidden}#bf-effect-days-sec .before-after-container .before-wrapper .before-img{min-width:300px}#bf-effect-days-sec .before-after-container .divider{position:absolute;top:0;transform:translate(-50%);height:100%;width:4px;background-color:#fffefd;z-index:10;cursor:col-resize}#bf-effect-days-sec .before-after-container .divider .handle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:80px;z-index:10;cursor:col-resize}#bf-effect-days-sec .before-after-container .divider .handle img{cursor:col-resize;object-fit:contain;justify-self:center;height:100%;filter:drop-shadow(2px 2px 2px rgba(0,0,0,.6));pointer-events:none}#bf-effect-days-sec.show .before-after-container:before{transform:translate(-30px,30px)}#bf-effect-days-sec.show .text-area span{opacity:1;transform:translateY(-30px)}#faq-sec{margin:0 auto;padding:20px 20px 100px;background-color:#fffefd;display:flex;flex-direction:column;align-items:center;height:auto;width:100%}#faq-sec h2{background-color:#ddd1b9;padding:10px 50px;font-size:18px;margin-bottom:20px}#faq-sec .faq-item{width:50%;margin-bottom:16px;border-color:#a78f75;border-width:3px;border-style:solid dashed;border-radius:8px}@media (max-width:1040px){#faq-sec .faq-item{width:90%}}#faq-sec .faq-item .faq-question{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;cursor:pointer;background-color:#f3efe6;transition:background-color .3s ease}#faq-sec .faq-item .faq-question:hover{background-color:#f0e8db}#faq-sec .faq-item .faq-question .question-text{font-size:16px;font-weight:500;flex:1}#faq-sec .faq-item .faq-question .arrow{width:20px;height:20px;margin-left:16px;transition:opacity .3s ease;cursor:pointer}#faq-sec .faq-item .faq-question .arrow:hover{opacity:.7}#faq-sec .faq-item .faq-answer{overflow:hidden;transition:max-height .3s ease,padding .3s ease}#faq-sec .faq-item .faq-answer.collapsed{max-height:0;padding:0 20px}#faq-sec .faq-item .faq-answer.expanded{max-height:200px;padding:0 20px 16px;background-color:#faf9f5}#faq-sec .faq-item .faq-answer .answer-content{font-size:14px;line-height:1.6;padding-top:8px;border-top:1px solid rgba(211,184,255,.3)}#feedback-grade-sec{padding:20px;background-color:#fffefd;display:flex;flex-direction:column;align-items:center;height:auto}#feedback-grade-sec h2{background-color:#ddd1b9;padding:10px 50px;font-size:18px}#feedback-grade-sec .feedback-grade{margin:20px 0}#feedback-grade-sec .feedback-grade .star-bar{display:flex;height:24px;margin:8px 0;gap:10px}#feedback-grade-sec .feedback-grade .star-bar .bar{position:relative;display:flex;background-color:#f3efe6;width:200px;height:80%;align-self:flex-end}#feedback-grade-sec .feedback-grade .star-bar:nth-child(1) .bar:before{content:"";position:absolute;background-color:#ddd1b9;width:0px;height:100%;z-index:2;transition:width 2s ease-in-out}#feedback-grade-sec .feedback-grade .star-bar:nth-child(2) .bar:before{content:"";position:absolute;background-color:#ddd1b9;width:0px;height:100%;z-index:2;transition:width 2s ease-in-out}#feedback-grade-sec .feedback-grade .star-bar .stars{display:flex;align-self:center;gap:5px;color:#ddd1b9;font-size:18px}#feedback-grade-sec .feedback-message-area{margin:50px 0;display:flex;flex-direction:column;gap:30px;width:900px;height:400px;overflow-y:scroll}#feedback-grade-sec .feedback-message-area::-webkit-scrollbar{display:none}@media (max-width:1040px){#feedback-grade-sec .feedback-message-area{width:700px}}@media (max-width:769px){#feedback-grade-sec .feedback-message-area{width:600px}}@media (max-width:451px){#feedback-grade-sec .feedback-message-area{width:390px}}#feedback-grade-sec .feedback-message-area .message-card{display:flex;gap:50px;align-items:center}@media (max-width:769px){#feedback-grade-sec .feedback-message-area .message-card{gap:20px}}@media (max-width:451px){#feedback-grade-sec .feedback-message-area .message-card{flex-wrap:wrap;border-bottom:1px solid #C4B29A}}#feedback-grade-sec .feedback-message-area .message-card img{width:60px;height:60px}#feedback-grade-sec .feedback-message-area .message-card .message-info{font-size:16px;min-width:120px}#feedback-grade-sec .feedback-message-area .message-card .message-info p{text-wrap:nowrap}#feedback-grade-sec .feedback-message-area .message-card .stars{display:flex;align-self:center;gap:5px;color:#ddd1b9;font-size:18px}#feedback-grade-sec.show .star-bar:nth-child(1) .bar:before{width:140px}#feedback-grade-sec.show .star-bar:nth-child(2) .bar:before{width:40px}.glass-button{display:inline-block;align-items:center;justify-content:center;padding:8px 20px;border-radius:30px;font-size:14px;color:#fffefd;cursor:pointer;transition:all .3s ease;background:#c5beac;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 16px #0000000d;border:1px solid rgba(255,255,255,.5)}.glass-button:hover{background:#a78f75}.cart-drawer{position:fixed;top:64px;right:-408px;width:400px;height:calc(100vh - 64px);background:#fffefd;box-shadow:-2px 0 8px #0006;transition:right .3s ease-in-out;display:flex;flex-direction:column;z-index:998}@media (max-width:769px){.cart-drawer{top:60px;height:calc(100vh - 60px)}}.cart-drawer.open{right:0}.cart-drawer .cart-header,.cart-drawer .cart-footer{padding:10px}.cart-drawer .cart-header{display:flex;justify-content:space-between;border-bottom:3px solid #B98E4C;font-size:18px}.cart-drawer .cart-header>*{justify-self:center;align-self:center}.cart-drawer .cart-header img{height:20px;width:20px;cursor:pointer}.cart-drawer .cart-body{flex:2}.cart-drawer .cart-body .empty-status,.cart-drawer .cart-body .full-status{width:100%;height:100%;justify-self:center;align-content:center;font-size:16px}.cart-drawer .cart-body .empty-status>*,.cart-drawer .cart-body .full-status>*{display:flex;flex-direction:column;justify-self:center}.cart-drawer .cart-body .empty-status .go-shopping-button,.cart-drawer .cart-body .full-status .go-shopping-button{margin-top:50px}.cart-drawer .cart-body .full-status{display:flex;flex-direction:column;padding:0 20px;justify-content:flex-start;overflow-y:scroll;height:380px}.cart-drawer .cart-body .full-status::-webkit-scrollbar{display:none}.cart-drawer .cart-body .full-status .cart-item{justify-content:space-between;display:flex;flex-direction:row;align-items:center;padding:5px 20px;border-bottom:2px solid #C4B29A;height:95px}.cart-drawer .cart-body .full-status .cart-item img{object-fit:contain;height:90%;justify-self:center}.cart-drawer .cart-body .full-status .cart-item .cart-item-info{display:flex;flex-direction:column;justify-items:flex-end;align-items:flex-end;font-size:14px;gap:5px}.cart-drawer .cart-body .full-status .cart-item .cart-item-info .qty-control-button{font-size:16px}.cart-drawer .cart-body .full-status .cart-item .cart-item-info .qty-control-button span{margin:0 10px}.cart-drawer .cart-body .full-status .cart-item .cart-item-info .qty-control-button button{padding:0;width:24px;border:1px solid #D8C6AB;background:#faf9f5;color:#48270d;cursor:pointer;transition:all .2s ease-in-out}.cart-drawer .cart-body .full-status .cart-item .cart-item-info .qty-control-button button:hover{background-color:#caae81;transform:translateY(-1px)}.cart-drawer .cart-body .full-status .cart-item .cart-item-info .qty-control-button button:active{background-color:#b98e4c;transform:translateY(1px)}.cart-drawer .cart-body .order-total{width:100%;padding-top:20px;border-top:3px solid #B98E4C;text-align:center}.cart-drawer .cart-footer{display:flex;flex-direction:column;flex:1}.cart-drawer .cart-footer .note-area{white-space:pre-line;font-size:14px;margin-bottom:30px}.cart-drawer .cart-footer .check-out-button{width:fit-content;align-self:center}.checkout-page{min-height:100vh}.checkout-page .checkout-container{max-width:1200px;margin:0 auto;padding:100px 50px;display:flex;gap:40px;flex-wrap:wrap;justify-content:center}.checkout-page .checkout-container .checkout-form{flex:1;background:#fffefd;border-radius:12px;box-shadow:0 2px 12px #00000014;overflow:hidden;min-width:500px;max-width:530px}@media (max-width:451px){.checkout-page .checkout-container .checkout-form{min-width:390px;max-width:390px}}.checkout-page .checkout-container .checkout-form .form-header{background:#fffefd}.checkout-page .checkout-container .checkout-form .form-header .form-tabs{display:flex;border-bottom:1px solid #DDD1B9}.checkout-page .checkout-container .checkout-form .form-header .form-tabs .tab{flex:1;padding:16px 24px;background:none;border:none;cursor:pointer;font-size:16px;font-weight:500;color:#d9d9d9;transition:all .3s ease;position:relative;border-radius:0}.checkout-page .checkout-container .checkout-form .form-header .form-tabs .tab.active{background:#d8c6ab;color:#48270d}.checkout-page .checkout-container .checkout-form .form-header .form-tabs .tab.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:#d8c6ab}.checkout-page .checkout-container .checkout-form .form-header .form-tabs .tab:hover:not(.active){background:#faf9f5}.checkout-page .checkout-container .checkout-form .form-content{padding:32px}.checkout-page .checkout-container .checkout-form .form-content .form-group{margin-bottom:24px}.checkout-page .checkout-container .checkout-form .form-content .form-group:last-child{margin-bottom:0}.checkout-page .checkout-container .checkout-form .form-content .form-group label{display:block;margin-bottom:8px;font-weight:600;font-size:14px}.checkout-page .checkout-container .checkout-form .form-content .form-group input,.checkout-page .checkout-container .checkout-form .form-content .form-group textarea,.checkout-page .checkout-container .checkout-form .form-content .form-group select{width:100%;padding:12px 16px;border:2px solid #DDD1B9;border-radius:8px;font-size:16px;transition:border-color .3s ease,box-shadow .3s ease;font-family:inherit}.checkout-page .checkout-container .checkout-form .form-content .form-group input:focus,.checkout-page .checkout-container .checkout-form .form-content .form-group textarea:focus,.checkout-page .checkout-container .checkout-form .form-content .form-group select:focus{outline:none;border-color:#d8c6ab;box-shadow:0 0 0 3px #d4a5741a}.checkout-page .checkout-container .checkout-form .form-content .form-group input::placeholder,.checkout-page .checkout-container .checkout-form .form-content .form-group textarea::placeholder,.checkout-page .checkout-container .checkout-form .form-content .form-group select::placeholder{color:#d9d9d9}.checkout-page .checkout-container .checkout-form .form-content .form-group input:disabled,.checkout-page .checkout-container .checkout-form .form-content .form-group textarea:disabled,.checkout-page .checkout-container .checkout-form .form-content .form-group select:disabled{background-color:#faf9f5;cursor:not-allowed}.checkout-page .checkout-container .checkout-form .form-content .form-group textarea{resize:vertical;min-height:100px}.checkout-page .checkout-container .checkout-form .form-content .address-row{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;margin-bottom:12px}@media (max-width: 480px){.checkout-page .checkout-container .checkout-form .form-content .address-row{grid-template-columns:1fr;gap:8px}}.checkout-page .checkout-container .checkout-form .form-content .address-row .address-select{min-width:0}.checkout-page .checkout-container .checkout-form .form-content .address-row .zip-input{width:120px}@media (max-width: 480px){.checkout-page .checkout-container .checkout-form .form-content .address-row .zip-input{width:100%}}.checkout-page .checkout-container .checkout-form .form-content .full-address{margin-top:12px!important}.checkout-page .checkout-container .checkout-form .form-content .delivery-options{display:flex;gap:24px}@media (max-width: 480px){.checkout-page .checkout-container .checkout-form .form-content .delivery-options{flex-direction:column;gap:12px}}.checkout-page .checkout-container .checkout-form .form-content .delivery-options .radio-option{display:flex;align-items:center;gap:8px;cursor:pointer;padding:12px 20px;border:2px solid #DDD1B9;border-radius:8px;transition:all .3s ease}.checkout-page .checkout-container .checkout-form .form-content .delivery-options .radio-option:hover{border-color:#d8c6ab;background:#d4a5740d}.checkout-page .checkout-container .checkout-form .form-content .delivery-options .radio-option:has(input[type=radio]:checked){background:#caae8126;border-color:#caae81}.checkout-page .checkout-container .checkout-form .form-content .delivery-options .radio-option input[type=radio]{width:auto;margin:0}.checkout-page .checkout-container .checkout-form .form-content .delivery-options .radio-option input[type=radio]:checked+span{color:#d8c6ab;font-weight:600;opacity:1}.checkout-page .checkout-container .checkout-form .form-content .delivery-options .radio-option span{font-size:16px;transition:all .3s ease;color:#5b4c39;opacity:.4}.checkout-page .checkout-container .cart-summary{display:flex;flex-direction:column;flex:1;background:#fffefd;border-radius:12px;box-shadow:0 2px 12px #00000014;min-width:400px;max-width:430px;height:600px;position:sticky;top:100px}.checkout-page .checkout-container .cart-summary .cart-items{padding:24px;border-bottom:1px solid #DDD1B9;flex:2;overflow-y:scroll}.checkout-page .checkout-container .cart-summary .cart-items::-webkit-scrollbar{display:none}.checkout-page .checkout-container .cart-summary .cart-items .empty-cart{text-align:center;padding:40px 20px;color:#d9d9d9}.checkout-page .checkout-container .cart-summary .cart-items .empty-cart p{margin:0;font-size:16px}.checkout-page .checkout-container .cart-summary .cart-items .cart-item{display:flex;gap:16px;padding:16px 0}.checkout-page .checkout-container .cart-summary .cart-items .cart-item:first-child{padding-top:0}.checkout-page .checkout-container .cart-summary .cart-items .cart-item:last-child{padding-bottom:0}.checkout-page .checkout-container .cart-summary .cart-items .cart-item:not(:last-child){border-bottom:1px solid #CBB9A3}.checkout-page .checkout-container .cart-summary .cart-items .cart-item .item-image{width:80px;height:80px}.checkout-page .checkout-container .cart-summary .cart-items .cart-item .item-image img{width:100%;height:100%;object-fit:contain}.checkout-page .checkout-container .cart-summary .cart-items .cart-item .item-details{flex:1;justify-items:flex-end}.checkout-page .checkout-container .cart-summary .cart-items .cart-item .item-details h4{font-size:14px;font-weight:600;margin:0 0 8px;line-height:1.4}.checkout-page .checkout-container .cart-summary .cart-items .cart-item .item-details .item-price{font-size:16px;font-weight:700;color:#d8c6ab;margin-bottom:4px}.checkout-page .checkout-container .cart-summary .cart-items .cart-item .item-details .item-qty{font-size:18px}.checkout-page .checkout-container .cart-summary .cart-items .cart-item .item-details .item-qty span{margin:0 10px}.checkout-page .checkout-container .cart-summary .cart-items .cart-item .item-details .item-qty button{padding:0;width:24px;border:1px solid #D8C6AB;background:#faf9f5;cursor:pointer;transition:all .2s ease-in-out}.checkout-page .checkout-container .cart-summary .cart-items .cart-item .item-details .item-qty button:hover{background-color:#caae81;transform:translateY(-1px)}.checkout-page .checkout-container .cart-summary .cart-items .cart-item .item-details .item-qty button:active{background-color:#b98e4c;transform:translateY(1px)}.checkout-page .checkout-container .cart-summary .order-summary{padding:24px;flex:1}.checkout-page .checkout-container .cart-summary .order-summary .discount-section{margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #DDD1B9}.checkout-page .checkout-container .cart-summary .order-summary .discount-section label{display:block;margin-bottom:8px;font-weight:600;font-size:14px}.checkout-page .checkout-container .cart-summary .order-summary .discount-section .discount-input-group{display:flex;gap:8px}.checkout-page .checkout-container .cart-summary .order-summary .discount-section .discount-input-group .discount-input{flex:1;padding:10px 12px;border:2px solid #DDD1B9;border-radius:6px;font-size:14px;transition:border-color .3s ease}.checkout-page .checkout-container .cart-summary .order-summary .discount-section .discount-input-group .discount-input:focus{outline:none;border-color:#d8c6ab;box-shadow:0 0 0 2px #d4a5741a}.checkout-page .checkout-container .cart-summary .order-summary .discount-section .discount-input-group .discount-input::placeholder{color:#d9d9d9}.checkout-page .checkout-container .cart-summary .order-summary .discount-section .discount-input-group .apply-btn{padding:10px 16px;background:#d8c6ab;color:#fffefd;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.checkout-page .checkout-container .cart-summary .order-summary .discount-section .discount-input-group .apply-btn:hover:not(:disabled){background:#caae81}.checkout-page .checkout-container .cart-summary .order-summary .discount-section .discount-input-group .apply-btn:disabled{background:#d9d9d9;cursor:not-allowed}.checkout-page .checkout-container .cart-summary .order-summary .discount-section .discount-message{margin-top:8px;padding:8px 12px;border-radius:6px;font-size:14px;display:flex;align-items:center;justify-content:space-between}.checkout-page .checkout-container .cart-summary .order-summary .discount-section .discount-message.success{background:#d4edda;color:#155724}.checkout-page .checkout-container .cart-summary .order-summary .discount-section .discount-message.error{background:#f8d7da;color:#721c24}.checkout-page .checkout-container .cart-summary .order-summary .discount-section .discount-message .clear-discount{background:none;border:none;cursor:pointer;font-size:14px;padding:2px 4px;border-radius:3px}.checkout-page .checkout-container .cart-summary .order-summary .discount-section .discount-message .clear-discount:hover{background:#0000001a}.checkout-page .checkout-container .cart-summary .order-summary .summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:16px}.checkout-page .checkout-container .cart-summary .order-summary .summary-row:last-child{margin-bottom:0}.checkout-page .checkout-container .cart-summary .order-summary .summary-row.total{padding-top:12px;border-top:2px solid #DDD1B9;font-size:18px;font-weight:700;color:#d8c6ab}.checkout-page .checkout-container .cart-summary .checkout-btn{width:100%;padding:16px 24px;background:#d8c6ab;color:#fffefd;border:none;border-radius:0 0 12px 12px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease}.checkout-page .checkout-container .cart-summary .checkout-btn:hover:not(:disabled){background:beige #000c;transform:translateY(-1px)}.checkout-page .checkout-container .cart-summary .checkout-btn:active:not(:disabled){transform:translateY(0)}.checkout-page .checkout-container .cart-summary .checkout-btn:disabled{background:#d9d9d9;cursor:not-allowed;transform:none}@media (max-width: 768px){.checkout-form .form-content{padding:24px 20px}.checkout-form .form-content .form-group{margin-bottom:20px}.cart-summary .cart-items,.cart-summary .order-summary{padding:20px}}.member-management-sec{height:100vh;padding:100px 100px 50px}.member-management-sec .member-management-decorate{position:absolute;width:100%;height:80%;object-fit:cover;left:0;pointer-events:none;opacity:.5}.member-management-sec #top{top:0}.member-management-sec #bottom{bottom:0}.member-management-sec .member-content-sec{display:flex;height:100%;gap:20px}.member-management-sec .member-content-sec .member-option-area{position:relative;display:flex;flex-direction:column;gap:20px}.member-management-sec .member-content-sec .member-option-area .member-option{background-color:#f3efe6;border-radius:5px;flex:1;min-width:250px;max-width:250px;filter:drop-shadow(0 4px 4px rgba(0,0,0,.2));transition:all .3s ease}@media (max-width:1040px){.member-management-sec .member-content-sec .member-option-area .member-option{min-width:210px;max-width:210px}}.member-management-sec .member-content-sec .member-option-area .member-option img{height:36px}.member-management-sec .member-content-sec .member-option-area .member-option:not(:first-child){display:flex;padding:12px 48px;justify-content:space-between;align-items:center}.member-management-sec .member-content-sec .member-option-area .member-option:hover:not(:first-child){transform:translateY(-2px)}.member-management-sec .member-content-sec .member-option-area .member-option.active img{filter:brightness(.7) drop-shadow(2px 2px 4px rgba(0,0,0,.2))}.member-management-sec .member-content-sec .member-option-area #member-info-card{flex:3;justify-items:center;padding-top:20px}.member-management-sec .member-content-sec .member-option-area #member-info-card img{height:48px;margin-bottom:20px}.member-management-sec .member-content-sec .member-option-area #member-info-card p{text-align:center}.member-management-sec .member-content-sec .member-option-content{display:flex;position:relative;right:0;height:100%;width:100%;border-radius:8px;background-color:#fff9;filter:drop-shadow(0 4px 4px rgba(0,0,0,.2));justify-content:center;overflow-y:auto}.member-management-sec .member-content-sec .member-option-content .order-list-content{width:100%}.member-management-sec .member-content-sec .member-option-content .order-list-content .order-header{display:grid;grid-template-columns:1fr 4fr 1fr 1fr 1fr 1fr;gap:20px;padding:15px 20px;background-color:#fffc;border-bottom:2px solid #D9D9D9}.member-management-sec .member-content-sec .member-option-content .order-list-content .order-header .order-header-item{text-align:center;font-size:14px}.member-management-sec .member-content-sec .member-option-content .order-list-content .order-row{display:grid;grid-template-columns:1fr 4fr 1fr 1fr 1fr 1fr;gap:20px;padding:20px;border-bottom:2px solid #D9D9D9;align-items:center}.member-management-sec .member-content-sec .member-option-content .order-list-content .order-row:hover{background-color:#fffc}.member-management-sec .member-content-sec .member-option-content .order-list-content .order-row .order-item{display:flex;align-items:center;justify-content:center;font-size:14px}.member-management-sec .member-content-sec .member-option-content .order-list-content .product-list{display:flex;flex-direction:column;gap:8px}.member-management-sec .member-content-sec .member-option-content .order-list-content .product-list .product-item{display:flex;align-items:center;gap:10px}.member-management-sec .member-content-sec .member-option-content .order-list-content .product-list .product-item .order-image{width:40px;height:40px;object-fit:contain}.member-management-sec .member-content-sec .member-option-content .order-list-content .product-list .product-item .order-product-name{display:flex;font-size:12px;flex-wrap:nowrap}.member-management-sec .member-content-sec .member-option-content .order-list-content .payment-method{background-color:#e3f2fd;color:#1976d2;padding:4px 8px;border-radius:12px;font-size:12px}.member-management-sec .member-content-sec .member-option-content .order-list-content .delivery-method{background-color:#f3e5f5;color:#7b1fa2;padding:4px 8px;border-radius:12px;font-size:12px}.member-management-sec .member-content-sec .member-option-content .order-list-content .delivery-status{background-color:#e8f5e8;color:#2e7d32;padding:4px 8px;border-radius:12px;font-size:12px}.member-management-sec .member-content-sec .member-option-content .order-list-content .no-orders{text-align:center;padding:60px 20px}.member-management-sec .member-content-sec .member-option-content .order-list-content .no-orders p{font-size:16px;margin:0}@media (max-width: 1024px){.member-management-sec .member-content-sec .member-option-content .order-list-content .order-header,.member-management-sec .member-content-sec .member-option-content .order-list-content .order-row{grid-template-columns:1fr 4fr 1fr 1fr 1fr 1fr;gap:10px;padding:15px 10px}.member-management-sec .member-content-sec .member-option-content .order-list-content .order-header .order-header-item,.member-management-sec .member-content-sec .member-option-content .order-list-content .order-header .order-item,.member-management-sec .member-content-sec .member-option-content .order-list-content .order-row .order-header-item,.member-management-sec .member-content-sec .member-option-content .order-list-content .order-row .order-item{font-size:12px}.member-management-sec .member-content-sec .member-option-content .order-list-content .product-list .product-item .product-image{width:30px;height:30px}.member-management-sec .member-content-sec .member-option-content .order-list-content .product-list .product-item .product-name{font-size:11px}}@media (max-width: 768px){.member-management-sec .member-content-sec .member-option-content .order-list-content .order-header{display:none}.member-management-sec .member-content-sec .member-option-content .order-list-content .order-row{display:flex;flex-direction:column;align-items:stretch;padding:20px;margin-bottom:15px;border:1px solid #dee2e6;border-radius:8px}.member-management-sec .member-content-sec .member-option-content .order-list-content .order-row .order-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f8f9fa}.member-management-sec .member-content-sec .member-option-content .order-list-content .order-row .order-item:last-child{border-bottom:none}.member-management-sec .member-content-sec .member-option-content .order-list-content .order-row .order-item:before{content:attr(data-label);font-weight:600;color:#495057;min-width:80px}.member-management-sec .member-content-sec .member-option-content .order-list-content .order-row .order-item:nth-child(1):before{content:"訂單編號:"}.member-management-sec .member-content-sec .member-option-content .order-list-content .order-row .order-item:nth-child(2):before{content:"產品:"}.member-management-sec .member-content-sec .member-option-content .order-list-content .order-row .order-item:nth-child(3):before{content:"金額:"}.member-management-sec .member-content-sec .member-option-content .order-list-content .order-row .order-item:nth-child(4):before{content:"付款:"}.member-management-sec .member-content-sec .member-option-content .order-list-content .order-row .order-item:nth-child(5):before{content:"配送:"}.member-management-sec .member-content-sec .member-option-content .order-list-content .order-row .order-item:nth-child(6):before{content:"狀態:"}.member-management-sec .member-content-sec .member-option-content .order-list-content .product-list{flex-direction:row;flex-wrap:wrap}.member-management-sec .member-content-sec .member-option-content .order-list-content .product-list .product-item{margin-bottom:5px}}.member-management-sec .member-content-sec .member-option-content .edit-member-info-content{width:80%;max-width:500px;align-self:center}.member-management-sec .member-content-sec .member-option-content .edit-member-info-content .member-form{border-radius:8px}.member-management-sec .member-content-sec .member-option-content .edit-member-info-content .member-form .form-group{margin-bottom:12px}.member-management-sec .member-content-sec .member-option-content .edit-member-info-content .member-form .form-group .address-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}@media (max-width: 480px){.member-management-sec .member-content-sec .member-option-content .edit-member-info-content .member-form .form-group .address-row{gap:4px}}.member-management-sec .member-content-sec .member-option-content .edit-member-info-content .member-form .form-group .address-row .address-select{width:30%}.member-management-sec .member-content-sec .member-option-content .edit-member-info-content .member-form .form-group label{display:block;margin-bottom:8px}.member-management-sec .member-content-sec .member-option-content .edit-member-info-content .member-form .form-group input,.member-management-sec .member-content-sec .member-option-content .edit-member-info-content .member-form .form-group .address-select{width:100%;padding:12px;border:1px solid #D9D9D9;border-radius:4px;font-size:14px;transition:border-color .3s ease}.member-management-sec .member-content-sec .member-option-content .edit-member-info-content .member-form .form-group input:focus,.member-management-sec .member-content-sec .member-option-content .edit-member-info-content .member-form .form-group .address-select:focus{outline:none;border-color:#cbb9a3}.member-management-sec .member-content-sec .member-option-content .edit-member-info-content .member-form .form-group input:disabled,.member-management-sec .member-content-sec .member-option-content .edit-member-info-content .member-form .form-group .address-select:disabled{background-color:#f1efef;cursor:not-allowed}.member-management-sec .member-content-sec .member-option-content .edit-member-info-content .member-form .form-actions{margin-top:20px;text-align:center}.member-management-sec .member-content-sec .member-option-content .edit-member-info-content .member-form .form-actions .edit-btn{background-color:#cbb9a3;color:#fffefd;padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-size:16px;transition:background-color .3s ease}.member-management-sec .member-content-sec .member-option-content .edit-member-info-content .member-form .form-actions .edit-btn:hover{background-color:#caae81}.member-management-sec .member-content-sec .member-option-content .edit-member-info-content .member-form .form-actions .edit-actions{display:flex;gap:15px;justify-content:center}.member-management-sec .member-content-sec .member-option-content .edit-member-info-content .member-form .form-actions .edit-actions .save-btn{background-color:#cbb9a3;color:#fffefd;padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-size:16px;transition:background-color .3s ease}.member-management-sec .member-content-sec .member-option-content .edit-member-info-content .member-form .form-actions .edit-actions .save-btn:hover{background-color:#caae81}.member-management-sec .member-content-sec .member-option-content .edit-member-info-content .member-form .form-actions .edit-actions .cancel-btn{background-color:#cbb9a3;color:#fffefd;padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-size:16px;transition:background-color .3s ease}.member-management-sec .member-content-sec .member-option-content .edit-member-info-content .member-form .form-actions .edit-actions .cancel-btn:hover{background-color:#caae81}@media (max-width:1040px){.member-management-sec{padding:100px 80px 50px;height:90vh}.member-management-sec .member-content-sec .member-option-area .member-option{min-width:150px;flex-shrink:0}.member-management-sec .member-content-sec .member-option-area #order-list,.member-management-sec .member-content-sec .member-option-area #edit-member-info,.member-management-sec .member-content-sec .member-option-area #sign-out{padding:16px 20px;flex-direction:column;justify-content:space-around}.member-management-sec .member-content-sec .member-option-content{padding:20px}}@media (max-width:769px){.member-management-sec{padding:100px 20px 50px;height:90vh}.member-management-sec .member-content-sec{flex-direction:column}.member-management-sec .member-content-sec .member-option-area{flex-direction:row;flex-wrap:wrap;justify-content:center}.member-management-sec .member-content-sec .member-option-area #member-info-card{flex:none;background-color:transparent}.member-management-sec .member-content-sec .member-option-area .member-option{min-width:100px;flex-shrink:0;flex:none}.member-management-sec .member-content-sec .member-option-area #order-list,.member-management-sec .member-content-sec .member-option-area #edit-member-info,.member-management-sec .member-content-sec .member-option-area #sign-out{padding:8px 16px;flex-direction:column;justify-content:space-around;clear:both;flex:none}.member-management-sec .member-content-sec .member-option-area #order-list,.member-management-sec .member-content-sec .member-option-area #edit-member-info,.member-management-sec .member-content-sec .member-option-area #sign-out{padding:8px 16px;flex-direction:column;justify-content:space-around;clear:both}.member-management-sec .member-content-sec .member-option-content{padding:20px}}@media (max-width: 530px){.member-option-content .edit-member-info-content{padding-top:150px}#member-info-card{min-width:100%;max-width:100%}}@media (max-width: 400px){.member-option-content .edit-member-info-content{padding-top:0}.member-management-sec{height:auto}}#_root_kycye_1{width:100%}._font-regular_kycye_45{font-weight:400}._font-medium_kycye_49{font-weight:500}._font-light_kycye_53{font-weight:300}@keyframes _fadeInBg_kycye_1{0%{opacity:0}to{opacity:1}}@keyframes _floatUp_kycye_1{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeInText_kycye_1{0%{opacity:0}to{opacity:1}}@keyframes _dotIn_kycye_1{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}._skin-page_kycye_116{position:relative;height:100vh;font-family:Noto Sans TC,sans-serif}._skin-page_kycye_116 ._bg-image_kycye_121{position:absolute;width:100%;height:100%;background-image:url(https://ik.imagekit.io/rgyxmrxzs/BigSkin.jpg?updatedAt=1759214806501);background-size:cover;background-position:center;filter:brightness(.95);animation:_fadeInBg_kycye_1 1.2s cubic-bezier(.4,.8,.6,1) forwards}._skin-page_kycye_116 ._glass-box_kycye_131{position:relative;margin:0 auto;width:fit-content;top:20%;background:#fff6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:32px;padding:90px;box-shadow:0 8px 24px #0000001a;text-align:center;opacity:0;animation:_floatUp_kycye_1 1s cubic-bezier(.4,.8,.6,1) .5s forwards}@media screen and (min-width: 768px) and (max-width: 1048px){._skin-page_kycye_116 ._glass-box_kycye_131{padding:50px;top:30%}}@media screen and (max-width: 767px){._skin-page_kycye_116 ._glass-box_kycye_131{padding:30px;border-radius:16px}}@media (max-width:451px){._skin-page_kycye_116 ._glass-box_kycye_131{width:100%}}._skin-page_kycye_116 ._glass-box_kycye_131 ._title_kycye_162{font-size:24px;font-weight:700;color:#5b4c39;margin-bottom:24px;text-align:center;opacity:0;animation:_fadeInText_kycye_1 .8s cubic-bezier(.4,.8,.6,1) forwards}@media screen and (max-width: 767px){._skin-page_kycye_116 ._glass-box_kycye_131 ._title_kycye_162{font-size:20px}}._skin-page_kycye_116 ._glass-box_kycye_131 ._description_kycye_176{font-size:16px;color:#5b4c39;margin-bottom:12px;text-align:center;opacity:0;animation:_fadeInText_kycye_1 .8s cubic-bezier(.4,.8,.6,1) forwards}@media screen and (max-width: 767px){._skin-page_kycye_116 ._glass-box_kycye_131 ._description_kycye_176{font-size:14px}}._skin-page_kycye_116 ._glass-box_kycye_131 ._start-button_kycye_189{margin:24px auto 0;display:block;padding:12px 24px;background-color:#5b4c39;color:#fffefd;border-radius:24px;cursor:pointer;font-size:14px;transition:background-color .3s ease}._skin-page_kycye_116 ._glass-box_kycye_131 ._start-button_kycye_189:hover{background-color:#c4b29a}@media screen and (max-width: 767px){._skin-page_kycye_116 ._glass-box_kycye_131 ._start-button_kycye_189{padding:10px 20px;font-size:12px}}._skin-page_kycye_116 ._glass-box_kycye_131 ._dots_kycye_209{margin-top:24px}._skin-page_kycye_116 ._glass-box_kycye_131 ._dots_kycye_209 ._dot_kycye_209{height:10px;width:10px;margin:0 5px;background-color:#ccc;border-radius:50%;display:inline-block;opacity:0;animation:_dotIn_kycye_1 .5s cubic-bezier(.4,.8,.6,1) forwards}._skin-page_kycye_116 ._glass-box_kycye_131 ._dots_kycye_209 ._dot_kycye_209._active_kycye_222{background-color:#7a6040}._dots_kycye_209 ._dot_kycye_209:nth-child(1){animation-delay:1.5s}._dots_kycye_209 ._dot_kycye_209:nth-child(2){animation-delay:1.7s}._dots_kycye_209 ._dot_kycye_209:nth-child(3){animation-delay:1.9s}._dots_kycye_209 ._dot_kycye_209:nth-child(4){animation-delay:2.1s}._skin-page_kycye_116 ._glass-box_kycye_131 ._title_kycye_162{animation-delay:.7s}._skin-page_kycye_116 ._glass-box_kycye_131 ._description_kycye_176:nth-of-type(1){animation-delay:.9s}._skin-page_kycye_116 ._glass-box_kycye_131 ._description_kycye_176:nth-of-type(2){animation-delay:1.1s}.skin-card__title{font-size:24px;font-weight:700;letter-spacing:.02em;text-align:center;color:var(--brand-brown, #8b6f62)}.skin-card__title .hint{margin-left:6px;opacity:.75;font-weight:600;font-size:.9em}.skin-grid{margin-top:clamp(18px,2.2vw,26px);display:grid;grid-template-columns:repeat(2,minmax(240px,1fr));gap:clamp(12px,1.8vw,18px)}@media (max-width: 720px){.skin-grid{grid-template-columns:1fr}}.pill{width:100%;overflow:hidden;flex-wrap:wrap;display:inline-flex;align-items:center;justify-content:center;padding:16px 26px;border-radius:999px;border:1px solid rgba(255,255,255,.85);background:linear-gradient(180deg,#fff,#f7eee8);box-shadow:0 1px #ffffffb3 inset,0 10px 20px #78503214;color:var(--brand-brown, #8b6f62);font-weight:700;font-size:clamp(15px,1.5vw,16px);transition:transform .12s ease,box-shadow .18s ease,background .18s ease}.pill:hover{transform:translateY(-1px)}.pill:focus-visible{outline:0;box-shadow:0 0 0 3px #8b6f6238}.pill.is-active{background:linear-gradient(180deg,#fff4e9,#ffe6d0);border-color:#fff;color:var(--brand-brown-strong, #6f5a4f);box-shadow:0 0 0 2px #fff inset,0 6px 18px #9576602e}@media screen and (min-width: 768px) and (max-width: 1039px){.pill{display:flex;padding:14px 20px;font-size:14px;max-width:100%;box-sizing:border-box}}@media screen and (min-width: 1040px){.pill .pill{padding:16px 26px;font-size:clamp(15px,1.5vw,16px)}}@media screen and (max-width: 767px){.pill{display:flex;padding:12px 18px;font-size:13px;box-sizing:border-box}}.skin-footer{margin-top:clamp(16px,2.4vw,26px);display:flex;align-items:center;gap:18px;justify-content:center;flex-wrap:wrap}.skin-footer--split{justify-content:space-between}.skin-footer{margin-top:clamp(18px,2.6vw,28px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.btn-next{margin:24px auto 0;display:block;padding:12px 24px;background-color:#5b4c39;color:#fffefd;border-radius:24px;font-size:14px;transition:background-color .3s ease}.dots{display:inline-flex;align-items:center;justify-content:center;gap:10px;transform:translateY(2px)}.dots .dot{width:8px;height:8px;border-radius:50%;background:#d9cdc6;box-shadow:inset 0 0 0 1px #ffffffe6,0 2px 6px #95766024;opacity:.95}.dots .dot.is-active{width:16px;height:8px;border-radius:6px;background:var(--brand-brown, #8b6f62);box-shadow:0 0 0 2px #fff,0 6px 14px #95766047}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;letter-spacing:1px}*,*:before,*:after{box-sizing:border-box}#root{width:100%}body{font-family:Noto Sans TC,Microsoft JhengHei,sans-serif,Playfair Display,Abril Fatface,"serif";font-size:16px;line-height:1.5;color:#5b4c39;background-color:#faf9f5}.font-regular{font-weight:400}.font-medium{font-weight:500}.font-light{font-weight:300}h1,h2,h3,h4,h5,h6{font-weight:400}ul,ol{list-style:none}img{display:block;max-width:100%;height:auto}a{color:#48270d;text-decoration:none}:root{--brand-brown: #8b6f62;--brand-brown-strong: #6f5a4f;--text-muted: #6f5a4f;--sec-h: auto;--card-offset: 220px}@media (min-width: 1440px){:root{--sec-h: 1080px}}.step4{height:auto;min-height:0;overflow:visible;position:relative;padding-top:60px}.step4-sec{height:var(--sec-h);position:relative;display:flex;align-items:center;justify-content:center;width:min(1980px,100%);margin-inline:auto}.step4-sec--hero:after{content:"";position:absolute;inset:0;background:radial-gradient(80% 80% at 20% 20%,#fff9,#fff0 60%),var(--hero-img) no-repeat right center/cover;pointer-events:none;z-index:0}.step4-hero{position:relative;z-index:1;margin-top:150px;width:100%}@media (max-width: 767px){.step4-hero .step4-sec{position:absolute;min-height:667px;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px 15px;box-sizing:border-box}.step4-hero .step4-sec--hero{position:relative;margin-top:150px;padding-bottom:40px;min-height:667px;height:667px;display:flex;flex-direction:column;justify-content:center;align-items:center}.step4-hero .step4-card,.step4-hero .glass-box{position:static!important;left:unset!important;transform:none!important;margin:60px auto 0!important;width:95%;max-width:380px;padding:20px 10px;box-sizing:border-box;z-index:2;background:#ffffffb3;box-shadow:0 8px 32px #0000001a}.step4-hero .step4-sec--intro,.step4-hero .step4-sec--store{min-height:667px;height:667px;display:flex;flex-direction:column;justify-content:center;align-items:center}}.step4-card{position:absolute;justify-self:center;top:20%;margin:0;width:min(680px,86%);text-align:center;z-index:2;display:grid;justify-items:center}.step4-card__product{display:block;margin-inline:auto;width:clamp(70px,10vw,100px);height:auto;margin-bottom:clamp(6px,1vw,10px);filter:drop-shadow(0 12px 24px rgba(0,0,0,.08));float:none}.step4-card__title{font-weight:800;font-size:clamp(18px,1.9vw,21px);color:var(--brand-brown-strong);margin-top:2px}.step4-card__desc{margin:6px 0 14px;line-height:1.9;color:var(--text-muted)}.step4-card .btn-next{margin-top:6px}.step4-card .add-item{margin-top:16px;width:100%;display:flex;justify-content:center}.step4-card .add-cart{padding:12px 36px;font-size:18px;border-radius:24px;background:var(--brand-brown);color:#faf9f5;font-weight:700;border:none;box-shadow:0 4px 16px #8b6f621f;cursor:pointer;transition:background .2s}.step4-card .add-cart:hover{background:var(--brand-brown-strong)}.cart-popup{position:fixed;inset:0;background:#0000004d;display:flex;align-items:center;justify-content:center;z-index:9999}.cart-popup__content{background:#faf9f5;padding:32px 48px;border-radius:16px;box-shadow:0 8px 32px #0000002e;text-align:center}.cart-popup button{margin-top:18px;padding:10px 36px;font-size:14px;border-radius:25px;background:var(--brand-brown);color:#faf9f5;font-weight:700;border:none;cursor:pointer;box-shadow:0 2px 8px #8b6f621a;transition:background .2s}.cart-popup button:hover{background:var(--brand-brown-strong)}.step4-sec--intro .skin-card__title{font-size:24px;text-align:center;padding:250px 0 0}.step4-sec--intro .line-wrap{display:flex;justify-content:center;margin:16px 0}.step4-sec--intro .line-wrap img{max-width:280px;height:auto}.step4-sec--intro .step4-intro{width:min(980px,90%);margin-inline:auto;text-align:center}.step4-sec--intro .step4-intro__desc{font-size:16px;margin-top:12px;line-height:1.9;color:var(--text-muted)}@media (max-width: 767px){.step4-sec--intro .skin-card__title{font-size:16px;margin:-10px}.step4-sec--intro .step4-intro__desc{font-size:14px}}.step4-sec--store .step4-store__decor{position:absolute;top:-18px;width:260px;height:auto;opacity:.8;pointer-events:none;z-index:0}.step4-sec--store .step4-store__decor--left{left:-110px}.step4-sec--store .step4-store__decor--right{right:-110px;transform:scaleX(-1)}@media (max-width: 1440px){.step4-sec--store .step4-store__decor{display:none}}.step4-sec--store .step4-store__imgWrap{position:relative;width:min(1080px,92vw);margin-inline:auto;border-radius:8px;overflow:hidden;box-shadow:0 16px 40px #0000001f;z-index:1}.step4-sec--store .step4-store__img{display:block;width:100%;height:auto}.step4-sec--store .step4-store__fab{position:absolute;right:clamp(16px,3vw,28px);bottom:clamp(16px,3vw,28px);width:clamp(120px,13vw,160px);height:clamp(120px,13vw,160px);border-radius:999px;border:1px solid rgba(255,255,255,.9);background:radial-gradient(circle at 30% 30%,#fff,#f2e8e1);color:var(--brand-brown-strong);font-weight:800;letter-spacing:.04em;line-height:1.35;text-align:center;display:grid;place-items:center;box-shadow:0 12px 28px #0000002e,inset 0 1px #fff;transition:transform .15s ease,box-shadow .2s ease}.step4-sec--store .step4-store__fab:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 16px 36px #00000038,inset 0 1px #fff}@media (max-width: 767px){.step4-sec{height:auto;padding:20px 15px}.step4-card{width:90%;padding:20px}.step4-card__product{width:clamp(50px,8vw,80px)}.step4-card__title{font-size:clamp(16px,4.5vw,18px)}.step4-card__desc{font-size:14px;line-height:1.6}.step4-sec--intro .step4-intro{width:95%}.step4-sec--intro .line-wrap img{max-width:200px}.step4-sec--store .step4-store__imgWrap{width:100%;border-radius:0}.step4-sec--store .step4-store__fab{width:clamp(80px,10vw,120px);height:clamp(80px,10vw,120px);right:10px;bottom:10px;font-size:12px}}@media (min-width: 768px) and (max-width: 1048px){.skin-page glass-box{width:80px;top:15px;padding:50px}}@media (min-width: 768px) and (max-width: 1439px){.step4-sec{height:780px;padding:20px}.step4-card{width:min(600px,80%)}.step4-card__product{width:clamp(80px,12vw,100px)}.step4-sec--store .step4-store__imgWrap{width:min(90%,1000px)}.step4-sec--store .step4-store__fab{width:clamp(100px,12vw,140px);height:clamp(100px,12vw,140px)}}@media (min-width: 1440px){.step4-sec{height:780px}.step4-card{width:min(680px,86%);top:50px}.step4-card__product{width:clamp(70px,10vw,100px)}.step4-sec--store .step4-store__decor{display:block}.step4-sec--store .step4-store__imgWrap{width:min(1080px,92vw)}.step4-sec--store .step4-store__fab{width:clamp(120px,13vw,160px);height:clamp(120px,13vw,160px);font-size:16px}}.skin-page{position:relative}.skin-page .glass-box{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
