*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{min-height:100vh;font-family:"Noto Sans TC",system-ui,-apple-system,"BlinkMacSystemFont","Segoe UI",Roboto,"Helvetica Neue","PingFang TC","Microsoft JhengHei","微軟正黑體",sans-serif;font-size:16px;line-height:1.6;color:#1c1917;background-color:#fafaf9;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;overflow-x:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button{background:none;border:none;font-family:inherit;cursor:pointer}button:focus-visible{outline:2px solid #1c1917;outline-offset:2px}img{max-width:100%;display:block}ul{list-style:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:rgba(0,0,0,0)}::-webkit-scrollbar-thumb{background:rgba(120,113,108,.15);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:rgba(120,113,108,.3)}.container{width:100%;max-width:1280px;margin-inline:auto;padding-inline:1rem}@media(min-width: 640px){.container{padding-inline:2rem}}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.reveal{opacity:0;-webkit-transform:translateY(28px);-ms-transform:translateY(28px);transform:translateY(28px);-webkit-transition:opacity 600ms ease,-webkit-transform 600ms ease;transition:opacity 600ms ease,-webkit-transform 600ms ease;transition:opacity 600ms ease,transform 600ms ease;transition:opacity 600ms ease,transform 600ms ease,-webkit-transform 600ms ease}.reveal.is-visible{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.reveal-delay-1{-webkit-transition-delay:.1s;transition-delay:.1s}.reveal-delay-2{-webkit-transition-delay:.2s;transition-delay:.2s}.reveal-delay-3{-webkit-transition-delay:.3s;transition-delay:.3s}.reveal-delay-4{-webkit-transition-delay:.4s;transition-delay:.4s}.reveal-delay-5{-webkit-transition-delay:.5s;transition-delay:.5s}.page-enter{-webkit-animation:fadeIn .15s ease both;animation:fadeIn .15s ease both}.spinner{display:inline-block;width:14px;height:14px;border:2px solid hsla(0,0%,100%,.35);border-top-color:#fff;border-radius:50%;-webkit-animation:spin .7s linear infinite;animation:spin .7s linear infinite;vertical-align:middle}.site-header{position:sticky;top:0;z-index:100;width:100%;height:80px;background:hsla(0,0%,100%,.82);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(245,245,244,.8);-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05)}.site-header__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;max-width:1280px;margin-inline:auto;padding-inline:1rem}@media(min-width: 640px){.site-header__inner{padding-inline:2rem}}.site-header__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0}.site-header__logo img{height:44px;width:auto;-o-object-fit:contain;object-fit:contain;-webkit-filter:saturate(1.05);filter:saturate(1.05);-webkit-transition:opacity 200ms ease;transition:opacity 200ms ease}@media(min-width: 640px){.site-header__logo img{height:56px}}.site-header__logo img:hover{opacity:.85}.site-header__nav{display:none}@media(min-width: 768px){.site-header__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2.5rem}}.site-header__nav a{position:relative;font-size:13px;font-weight:900;font-family:"Noto Sans TC",system-ui,-apple-system,"BlinkMacSystemFont","Segoe UI",Roboto,"Helvetica Neue","PingFang TC","Microsoft JhengHei","微軟正黑體",sans-serif;letter-spacing:.25em;color:#78716c;padding-block:6px;-webkit-transition:color 200ms ease;transition:color 200ms ease}.site-header__nav a::after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:1.5px;background:#0c0a09;border-radius:9999px;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transition:-webkit-transform 200ms ease;transition:-webkit-transform 200ms ease;transition:transform 200ms ease;transition:transform 200ms ease, -webkit-transform 200ms ease}.site-header__nav a:hover{color:#1c1917}.site-header__nav a.is-active{color:#0c0a09;font-weight:700}.site-header__nav a.is-active::after{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.site-header__social{display:none}@media(min-width: 768px){.site-header__social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}}.site-header__social button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:36px;height:36px;border-radius:50%;color:#a8a29e;-webkit-transition:color 200ms ease,background 200ms ease;transition:color 200ms ease,background 200ms ease}.site-header__social button svg{width:16px;height:16px}.site-header__social button:hover{color:#1c1917;background:#fafaf9}.site-header__hamburger{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;border-radius:50%;color:#44403c;-webkit-transition:background 200ms ease,-webkit-transform 150ms ease;transition:background 200ms ease,-webkit-transform 150ms ease;transition:background 200ms ease,transform 150ms ease;transition:background 200ms ease,transform 150ms ease,-webkit-transform 150ms ease}.site-header__hamburger svg{width:22px;height:22px}.site-header__hamburger:hover{background:#f5f5f4}.site-header__hamburger:active{-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9)}@media(min-width: 768px){.site-header__hamburger{display:none}}.mobile-menu{position:absolute;top:80px;left:0;right:0;z-index:99;background:#fff;border-top:1px solid #f5f5f4;-webkit-box-shadow:0 4px 6px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.06);box-shadow:0 4px 6px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.06);overflow:hidden;max-height:0;-webkit-transition:max-height .25s ease,opacity .25s ease;transition:max-height .25s ease,opacity .25s ease;opacity:0}.mobile-menu.is-open{max-height:400px;opacity:1}.mobile-menu__inner{padding:1rem 1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}.mobile-menu__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-block:1.1rem;font-size:12px;font-weight:500;letter-spacing:.25em;color:#57534e;border-bottom:1px solid #f5f5f4;-webkit-transition:color 200ms ease;transition:color 200ms ease}.mobile-menu__link svg{width:12px;height:12px;color:#a8a29e}.mobile-menu__link:hover,.mobile-menu__link.is-active{color:#0c0a09;font-weight:700}.mobile-menu__social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;padding-block:.85rem;border-bottom:1px solid #f5f5f4}.mobile-menu__social span{font-size:12px;color:#44403c;font-weight:500;letter-spacing:.2rem}.mobile-menu__social span.no-gap{color:#a8a29e;letter-spacing:normal}.mobile-menu__social button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;font-size:11px;color:#57534e;-webkit-transition:color 200ms ease;transition:color 200ms ease}.mobile-menu__social button svg{width:14px;height:14px}.mobile-menu__social button:hover{color:#0c0a09}@media(min-width: 768px){.mobile-menu{display:none}}.site-footer{width:100%;background:#0c0a09;color:#d6d3d1;padding-block:3rem;border-top:1px solid #1c1917}.site-footer__inner{max-width:1280px;margin-inline:auto;padding-inline:1rem}@media(min-width: 640px){.site-footer__inner{padding-inline:2rem}}.site-footer__grid{display:grid;grid-template-columns:1fr;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid #1c1917}@media(min-width: 768px){.site-footer__grid{grid-template-columns:5.1fr 2.9fr 4fr}}.site-footer__brand{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}.site-footer__brand img{height:36px;width:auto;-o-object-fit:contain;object-fit:contain;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1);-ms-flex-item-align:start;align-self:flex-start}.site-footer__brand p{font-size:12px;color:#a8a29e;font-weight:300;line-height:1.625;max-width:384px;text-align:justify}.site-footer__social{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;margin-top:.5rem}.site-footer__social button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:hsla(0,0%,100%,.05);border:1px solid #1c1917;color:#a8a29e;-webkit-transition:background 200ms ease,color 200ms ease;transition:background 200ms ease,color 200ms ease}.site-footer__social button svg{width:15px;height:15px}.site-footer__social button:hover{background:hsla(0,0%,100%,.1);color:#fff}.site-footer__nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;line-height:1}.site-footer__nav a{display:block;font-size:12px;line-height:1.25;color:#78716c;-webkit-transition:color 200ms ease;transition:color 200ms ease;margin-bottom:9px}.site-footer__nav a:hover{color:#fff}.site-footer__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.75rem}.site-footer__privacy-btn{font-size:10px;color:#78716c;text-decoration:underline;text-underline-offset:1px;-webkit-transition:color 200ms ease;transition:color 200ms ease;padding-top:16px;text-align:left}.site-footer__privacy-btn:hover{color:#d6d3d1}@media(max-width: 640px){.site-footer__privacy-btn{padding-top:8px}}.site-footer__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;padding-top:2rem;font-size:10px;color:#57534e}@media(min-width: 640px){.site-footer__bottom{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.site-footer__bottom p:last-child{color:#44403c;font-weight:300;max-width:450px}@media(min-width: 640px){.site-footer__bottom p:last-child{text-align:right}}.modal-overlay{position:fixed;inset:0;z-index:200;background:rgba(0,0,0,.7);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1rem;opacity:0;pointer-events:none;-webkit-transition:opacity 400ms ease;transition:opacity 400ms ease}.modal-overlay.is-open{opacity:1;pointer-events:all}.modal-overlay.is-open .modal-box{-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.modal-box{background:#fff;border-radius:20px;max-width:512px;width:100%;padding:1.5rem;border:1px solid #e7e5e4;-webkit-box-shadow:0 20px 25px rgba(0,0,0,.1),0 10px 10px rgba(0,0,0,.04);box-shadow:0 20px 25px rgba(0,0,0,.1),0 10px 10px rgba(0,0,0,.04);position:relative;-webkit-transform:scale(0.95) translateY(16px);-ms-transform:scale(0.95) translateY(16px);transform:scale(0.95) translateY(16px);-webkit-transition:-webkit-transform 400ms ease;transition:-webkit-transform 400ms ease;transition:transform 400ms ease;transition:transform 400ms ease, -webkit-transform 400ms ease;text-align:left}@media(min-width: 640px){.modal-box{padding:2rem}}.modal-box__close{position:absolute;top:1rem;right:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:34px;height:34px;border-radius:50%;color:#a8a29e;-webkit-transition:color 200ms ease,background 200ms ease;transition:color 200ms ease,background 200ms ease}.modal-box__close svg{width:18px;height:18px}.modal-box__close:hover{color:#1c1917;background:#fafaf9}.modal-box__header{padding-bottom:.75rem;border-bottom:1px solid #f5f5f4;margin-bottom:1.25rem}.modal-box__header span{display:block;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#78716c;margin-bottom:.35rem}.modal-box__header h3{font-size:18px;font-weight:700;color:#1c1917}.modal-box__body{max-height:320px;overflow-y:auto;padding-right:.5rem;font-size:12px;color:#78716c;line-height:1.65;font-weight:300;text-align:justify}.modal-box__body::-webkit-scrollbar{width:4px}.modal-box__body::-webkit-scrollbar-track{background:#fafaf9;border-radius:2px}.modal-box__body::-webkit-scrollbar-thumb{background:#d6d3d1;border-radius:2px}.modal-box__body p{margin-bottom:.75rem;color:#78716c}.modal-box__body p.text{margin-bottom:.75rem;color:#44403c;font-weight:400}.modal-box__body h4{font-size:12px;font-weight:600;color:#78716c;margin-top:1rem;margin-bottom:.8rem}.modal-box__body ul{list-style:disc;padding-left:1.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.modal-box__footer{padding-top:.75rem;border-top:1px solid #f5f5f4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:1rem}.modal-box__confirm{padding:.5rem 1.5rem;background:#0c0a09;color:#fff;font-size:11px;font-weight:700;letter-spacing:.05em;border-radius:9999px;-webkit-transition:background 200ms ease;transition:background 200ms ease}.modal-box__confirm:hover{background:#292524}.hero{width:100%;background:#faf9f6}.hero__wrap{position:relative;overflow:hidden;width:100%;aspect-ratio:960/800}@media(min-width: 640px){.hero__wrap{aspect-ratio:auto;height:480px}}@media(min-width: 768px){.hero__wrap{height:580px}}@media(min-width: 1024px){.hero__wrap{height:680px}}.hero__overlay{position:absolute;inset:0;background:rgba(0,0,0,.02);z-index:1;pointer-events:none}.hero__mobile-mask{position:absolute;inset-inline:0;bottom:0;height:85%;background:-webkit-gradient(linear, left bottom, left top, from(#FAF9F6), color-stop(50%, rgba(250, 249, 246, 0.55)), to(transparent));background:linear-gradient(to top, #FAF9F6 0%, rgba(250, 249, 246, 0.55) 50%, transparent 100%);z-index:2;pointer-events:none}@media(min-width: 640px){.hero__mobile-mask{display:none}}.hero__picture{display:block;width:100%;height:100%}.hero__picture img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-filter:saturate(1.04);filter:saturate(1.04)}.hero__content{position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem;z-index:10;text-align:left;color:#1c1917}@media(min-width: 640px){.hero__content{bottom:3rem;left:3rem;right:auto;max-width:420px}}@media(min-width: 768px){.hero__content{bottom:2rem;left:2.5rem}}@media(min-width: 1024px){.hero__content{bottom:4rem;left:4rem;max-width:512px}}.hero__logo{width:112px;height:auto;-o-object-fit:contain;object-fit:contain;-webkit-filter:brightness(0);filter:brightness(0);margin-bottom:.7rem;opacity:.95}@media(min-width: 640px){.hero__logo{width:160px;margin-bottom:.95rem}}@media(min-width: 768px){.hero__logo{width:176px}}@media(min-width: 1024px){.hero__logo{width:192px}}.hero__tag{display:block;font-size:10px;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:#57534e;margin-bottom:.2rem}@media(min-width: 640px){.hero__tag{font-size:12px;letter-spacing:.3em}}@media(min-width: 768px){.hero__tag{font-size:.875rem}}.hero__title{font-size:20px;font-weight:800;letter-spacing:.05em;line-height:1.25;color:#1c1917;margin-bottom:.3rem}@media(min-width: 640px){.hero__title{font-size:30px}}@media(min-width: 768px){.hero__title{font-size:36px}}@media(min-width: 1024px){.hero__title{font-size:42px}}.hero__sub{font-size:16px;font-weight:500;letter-spacing:.1em;color:#1c1917}@media(min-width: 640px){.hero__sub{font-size:20px}}@media(min-width: 768px){.hero__sub{font-size:24px}}.hero__cta{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;margin-top:1rem;padding:.5rem 1.5rem;border:1px solid hsla(0,0%,100%,.8);background:hsla(0,0%,100%,.2);-webkit-box-shadow:0px 1px 2px rgba(0,0,0,.1);box-shadow:0px 1px 2px rgba(0,0,0,.1);color:#1c1917;font-size:12px;font-weight:600;letter-spacing:.1em;border-radius:9999px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);-webkit-transition:background 200ms ease,-webkit-box-shadow 200ms ease;transition:background 200ms ease,-webkit-box-shadow 200ms ease;transition:background 200ms ease,box-shadow 200ms ease;transition:background 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}@media(min-width: 640px){.hero__cta{font-size:14px;padding:.65rem 1.5rem;margin-top:1.25rem}}.hero__cta:hover{background:hsla(0,0%,100%,.35);-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06);box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06)}.home-grid{display:grid;grid-template-columns:1fr}@media(min-width: 768px){.home-grid{grid-template-columns:1fr 1fr}}.home-tile{position:relative;overflow:hidden;height:260px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:2rem}@media(min-width: 640px){.home-tile{height:350px}}@media(min-width: 1024px){.home-tile{height:400px;padding:3rem}}.home-tile__bg{position:absolute;inset:0;background:#f5f5f4}.home-tile__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.85;-webkit-transition:opacity 600ms ease,-webkit-transform 600ms ease;transition:opacity 600ms ease,-webkit-transform 600ms ease;transition:transform 600ms ease,opacity 600ms ease;transition:transform 600ms ease,opacity 600ms ease,-webkit-transform 600ms ease}.home-tile__gradient{position:absolute;inset:0;background:-webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.95)), color-stop(50%, rgba(255, 255, 255, 0.5)), to(transparent));background:linear-gradient(to top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.5) 50%, transparent 100%);z-index:1;pointer-events:none}.home-tile__body{position:relative;z-index:2;color:#1c1917}.home-tile__title{font-size:24px;font-weight:700;letter-spacing:.05em;line-height:1.35;margin-bottom:1.15rem}@media(min-width: 640px){.home-tile__title{font-size:30px}}.home-tile__link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;font-size:12px;font-weight:700;letter-spacing:.1em;color:#1c1917;border-bottom:1px solid #1c1917;padding-bottom:2px;-webkit-transition:color 200ms ease,border-color 200ms ease;transition:color 200ms ease,border-color 200ms ease}.home-tile__link svg{width:12px;height:12px}.home-tile__link:hover{color:#78716c;border-color:#78716c}.home-tile:hover .home-tile__bg img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);opacity:.95}.anti{width:100%}.anti__wrap{position:relative;overflow:hidden;width:100%;aspect-ratio:auto}.clinic-item__address a:hover{text-decoration:underline}.story-hero{position:relative;width:100%;height:320px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#1c1917;overflow:hidden}@media(min-width: 640px){.story-hero{height:480px}}@media(min-width: 1024px){.story-hero{height:600px}}.story-hero__bg{position:absolute;inset:0}.story-hero__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.5;-webkit-filter:grayscale(1);filter:grayscale(1)}.story-hero__overlay{position:absolute;inset:0;background:-webkit-gradient(linear, left bottom, left top, from(#0c0a09), color-stop(50%, rgba(28, 25, 23, 0.4)), to(transparent));background:linear-gradient(to top, #0c0a09 0%, rgba(28, 25, 23, 0.4) 50%, transparent 100%);z-index:1;pointer-events:none}.story-hero__content{position:relative;z-index:2;text-align:center;color:#fff;padding-inline:1rem;max-width:1024px}.story-hero__label{display:block;font-size:11px;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:#d6d3d1;opacity:.85;margin-bottom:1rem}.story-hero__title{font-size:26px;font-weight:300;letter-spacing:.1em;line-height:1.3;margin-bottom:1rem}@media(min-width: 640px){.story-hero__title{font-size:40px}}@media(min-width: 1024px){.story-hero__title{font-size:48px}}.story-hero__divider{width:64px;height:1px;background:hsla(0,0%,100%,.4);margin-inline:auto;margin-bottom:1rem}.story-hero__sub{font-size:10px;font-weight:300;letter-spacing:.1em;text-transform:uppercase;opacity:.9;line-height:1.6}@media(min-width: 640px){.story-hero__sub{font-size:14px}}.story-heritage{width:100%;background:#faf9f6;padding-block:4rem}@media(min-width: 640px){.story-heritage{padding-block:6rem}}.story-heritage__inner{max-width:896px;margin-inline:auto;padding-inline:1.5rem}@media(min-width: 640px){.story-heritage__inner{padding-inline:2rem}}.story-heritage__label{display:block;font-size:11px;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:#78716c;margin-bottom:.5rem}.story-heritage__title{font-size:18px;font-weight:300;letter-spacing:.1em;color:#1c1917;line-height:1.6;margin-bottom:1.55rem}@media(min-width: 640px){.story-heritage__title{font-size:30px}}.story-heritage__divider{width:48px;height:1px;background:#d6d3d1;margin-bottom:2.9rem}.story-heritage__grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width: 768px){.story-heritage__grid{grid-template-columns:1fr 1fr}}.story-heritage__col{font-size:14px;color:#57534e;font-weight:300;line-height:1.6;letter-spacing:.05em;text-align:justify;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}.story-heritage__col p.first{color:#1c1917;font-weight:500}.story-science{display:grid;grid-template-columns:1fr;width:100%;background:#fcfdfe}@media(min-width: 768px){.story-science{grid-template-columns:5fr 7fr}}.story-science__image{height:300px;position:relative}@media(min-width: 768px){.story-science__image{height:auto;min-height:350px}}.story-science__image img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-filter:grayscale(1);filter:grayscale(1)}.story-science__body{padding:3rem 1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:2rem}@media(min-width: 640px){.story-science__body{padding:4rem 2rem}}@media(min-width: 1024px){.story-science__body{padding:5rem}}.story-science__label{font-size:11px;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:#78716c}.story-science__title{font-size:18px;font-weight:300;letter-spacing:.1em;color:#1c1917;line-height:1.45}@media(min-width: 640px){.story-science__title{font-size:20px}}.story-science__divider{width:48px;height:1px;background:#d6d3d1}.story-science__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;font-size:14px;color:#57534e;font-weight:300;line-height:1.85;letter-spacing:.05em;text-align:justify}.story-vision{width:100%;background:#1c1917;padding-block:5rem;position:relative;overflow:hidden}@media(min-width: 640px){.story-vision{padding-block:7.2rem}}.story-vision__inner{position:relative;z-index:2;max-width:896px;margin-inline:auto;padding-inline:1.5rem;text-align:center;color:#fff}.story-vision__label{display:block;font-size:11px;font-weight:600;letter-spacing:.4em;text-transform:uppercase;color:#f5e1a4;margin-bottom:1.7rem}.story-vision__text{font-size:14px;letter-spacing:.1em;color:#faf9f6;font-weight:300;line-height:1.85;margin-bottom:1.5rem;padding-top:16px;max-width:768px}@media(min-width: 640px){.story-vision__text{font-size:16px}}.story-vision__text>*+*{margin-top:24px}.story-vision__divider{border:none;border-top:1px solid hsla(0,0%,100%,.1);max-width:420px;margin-inline:auto;margin-bottom:1.5rem}.story-vision__tagline{font-size:12px;font-weight:600;letter-spacing:.2em;color:#f5e1a4}@media(min-width: 640px){.story-vision__tagline{font-size:14px}}.story-vision__cta{display:inline-block;margin-top:3.5rem;padding:.65rem 1.75rem .8rem;background:#fff;color:#0c0a09;font-size:12px;font-weight:700;letter-spacing:.2em;border-radius:9999px;-webkit-transition:background 200ms ease;transition:background 200ms ease}.story-vision__cta:hover{background:#f5f5f4}.guide-header{width:100%;background:#faf9f6;padding-block:4rem;border-bottom:1px solid rgba(231,229,228,.5);text-align:center}.guide-header__label{display:block;font-size:11px;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:#78716c;margin-bottom:.55rem}.guide-header__title{font-weight:700;letter-spacing:.1em;color:#1c1917;margin-bottom:.4rem}@media(min-width: 640px){.guide-header__title{font-size:36px}}.guide-header__sub{font-size:12px;color:#78716c;font-weight:300;line-height:1.7;letter-spacing:.05em;max-width:540px;margin-inline:auto}@media(min-width: 640px){.guide-header__sub{font-size:14px}}.guide{background:#faf9f6}.products{max-width:1280px;margin-inline:auto;padding:3rem 1rem;background:#faf9f6}@media(min-width: 640px){.products{padding:3rem 2rem}}.products__grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width: 768px){.products__grid{grid-template-columns:repeat(3, 1fr)}.products__grid>.product-card:not(:last-child){border-right:1px solid #e7e5e4}}.product-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:left;padding-block:.5rem;border-top:1px solid #e7e5e4}.product-card:first-child{border-top:none}@media(min-width: 768px){.product-card{border-top:none;padding-inline:1rem}}.product-card__image-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-block:3.5rem;overflow:hidden}@media(min-width: 768px){.product-card__image-wrap{padding-block:1.5rem}}.product-card__image-wrap img{max-height:220px;width:auto;-o-object-fit:contain;object-fit:contain;-webkit-transition:-webkit-transform 600ms ease;transition:-webkit-transform 600ms ease;transition:transform 600ms ease;transition:transform 600ms ease, -webkit-transform 600ms ease}@media(min-width: 640px){.product-card__image-wrap img{max-height:260px}}.product-card__image-wrap:hover img{-webkit-transform:scale(1.02);-ms-transform:scale(1.02);transform:scale(1.02)}.product-card__name{font-size:20px;font-weight:700;letter-spacing:.05em;margin-bottom:.3rem;margin-top:1rem}.product-card__badge{display:inline-block;-ms-flex-item-align:start;align-self:flex-start;font-size:12px;font-weight:500;padding:.35rem .75rem;border-radius:8px;margin-bottom:2rem}@media(min-width: 640px){.product-card__badge{font-size:14px}}.product-card__list{font-size:14px;color:#57534e;font-weight:300;line-height:1.7;list-style:disc;padding-left:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:6px;text-align:justify}@media(min-width: 640px){.product-card__list{font-size:15px}}.product-card--rose .product-card__name{color:#be123c}.product-card--rose .product-card__badge{color:#be123c;background:rgba(255,241,242,.7);border:1px solid #ffe4e6}.product-card--amber .product-card__name{color:#b45309}.product-card--amber .product-card__badge{color:#b45309;background:rgba(255,251,235,.7);border:1px solid #fef3c7}.product-card--amber .product-card__list{color:#57534e}.product-card--blue .product-card__name{color:#1d4ed8}.product-card--blue .product-card__badge{color:#1d4ed8;background:rgba(239,246,255,.7);border:1px solid #dbeafe}.product-card--blue .product-card__list{color:#57534e}.usage{width:100%;background:#faf9f6;border-top:1px solid rgba(231,229,228,.5);padding:4rem 1rem}@media(min-width: 640px){.usage{padding:6rem 2rem}}.usage__inner{max-width:960px;margin-inline:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4rem}.usage__header{text-align:center}.usage__label{display:block;font-size:11px;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:#78716c;margin-bottom:.3rem}.usage__title{font-family:"Noto Sans TC",system-ui,-apple-system,"BlinkMacSystemFont","Segoe UI",Roboto,"Helvetica Neue","PingFang TC","Microsoft JhengHei","微軟正黑體",sans-serif;font-size:22px;font-weight:300;letter-spacing:.15em;color:#1c1917;margin-bottom:.5rem}@media(min-width: 640px){.usage__title{font-size:34px}}.usage__sub{font-size:14px;color:#78716c;font-weight:300;letter-spacing:.15em;text-transform:uppercase;margin-bottom:1rem}.usage__divider{width:48px;height:1px;background:#d6d3d1;margin-inline:auto}.step-cards{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 1024px){.step-cards{grid-template-columns:repeat(3, 1fr)}}.step-card{background:#fff;border:1px solid rgba(231,229,228,.8);padding:1.5rem;border-radius:20px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05);-webkit-transition:border-color 200ms ease;transition:border-color 200ms ease}@media(min-width: 640px){.step-card{padding:2rem}}.step-card:hover{border-color:#d6d3d1}.step-card__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding-bottom:.75rem;border-bottom:1px solid #f5f5f4;margin-bottom:1.25rem}.step-card__dot{width:10px;height:10px;border-radius:50%;-ms-flex-negative:0;flex-shrink:0}.step-card__name{font-size:18px;font-weight:700;color:#1c1917;letter-spacing:.05em}.step-card__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;font-size:14px;color:#57534e;font-weight:300;line-height:1.7}@media(min-width: 640px){.step-card__list{font-size:15px}}.step-card__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px}.step-card__item--note{font-size:15px;font-weight:400;padding:.5rem .75rem;border-radius:8px}.step-card__item span.bullet{font-weight:700;margin-top:2px;-ms-flex-negative:0;flex-shrink:0}.step-card--rose .step-card__dot{background:rgba(225,29,72,.8)}.step-card--rose .step-card__item span.bullet{color:#f43f5e}.step-card--rose .step-card__item--note{color:#be123c;background:rgba(255,241,242,.45);border:1px solid rgba(255,228,230,.4)}.step-card--amber .step-card__dot{background:rgba(245,158,11,.8)}.step-card--amber .step-card__item span.bullet{color:#f59e0b}.step-card--amber .step-card__item--note{color:#b45309;background:rgba(255,251,235,.45);border:1px solid rgba(254,243,199,.4)}.step-card--blue .step-card__dot{background:rgba(37,99,235,.8)}.step-card--blue .step-card__item span.bullet{color:#3b82f6}.step-card--blue .step-card__item--note{color:#1d4ed8;background:rgba(239,246,255,.45);border:1px solid rgba(219,234,254,.4)}.info-cards{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width: 768px){.info-cards{grid-template-columns:1fr 1fr}}.info-card{background:#fff;border:1px solid rgba(231,229,228,.6);padding:1.5rem;border-radius:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}@media(min-width: 640px){.info-card{padding:2rem 2.3rem}}.info-card__title{font-size:16px;font-weight:500;color:#1c1917;letter-spacing:.1em}@media(min-width: 768px){.info-card__title{font-size:18px}}.info-card__divider{width:32px;height:1px;background:#d6d3d1}.info-card__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;font-size:14px;color:#57534e;font-weight:300;line-height:1.7;list-style:disc;padding:0}@media(min-width: 640px){.info-card__list{font-size:15px}}.info-card__list.no-list-style li{list-style:none}.info-card__list li{padding:0;margin:0}.info-card__list strong{color:#292524;font-weight:500}.contact-banner{width:100%;background:#faf9f6;border-bottom:1px solid rgba(231,229,228,.4);position:relative}@media(min-width: 1024px){.contact-banner{height:600px;overflow:hidden}}.contact-banner__wrap{position:relative;overflow:hidden;height:240px}@media(min-width: 640px){.contact-banner__wrap{height:400px}}@media(min-width: 768px){.contact-banner__wrap{height:500px}}@media(min-width: 1024px){.contact-banner__wrap{height:600px}}.contact-banner__overlay{position:absolute;inset:0;background:rgba(0,0,0,.02);z-index:1;pointer-events:none}.contact-banner__image{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;-webkit-filter:saturate(1.03);filter:saturate(1.03)}.contact-banner__text{display:none}@media(min-width: 768px){.contact-banner__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;inset-block:0;left:0;padding-left:2.5rem;z-index:10;width:50%}}@media(min-width: 1024px){.contact-banner__text{padding-left:5rem}}.contact-banner__text-inner{max-width:512px;text-align:left}.contact-banner__text-inner span{display:block;font-size:12px;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:#292524;margin-bottom:.9rem}.contact-banner__text-inner h1{font-size:30px;font-weight:700;letter-spacing:.03em;color:#1c1917;line-height:1.3;margin-bottom:.85rem}@media(min-width: 1024px){.contact-banner__text-inner h1{font-size:36px}}.contact-banner__text-inner p{font-size:14px;color:#57534e;font-weight:300;line-height:1.75;letter-spacing:.05em}.contact-banner-mobile{display:block;padding:3rem 1.25rem;text-align:center;background:#faf9f6;border-bottom:1px solid rgba(231,229,228,.4)}@media(min-width: 768px){.contact-banner-mobile{display:none}}.contact-banner-mobile h2{font-family:"Noto Sans TC",system-ui,-apple-system,"BlinkMacSystemFont","Segoe UI",Roboto,"Helvetica Neue","PingFang TC","Microsoft JhengHei","微軟正黑體",sans-serif;font-size:24px;font-weight:700;letter-spacing:.15em;color:#1c1917;margin-bottom:.75rem}@media(min-width: 640px){.contact-banner-mobile h2{font-size:28px}}.contact-banner-mobile p{font-size:12px;color:#78716c;font-weight:300;line-height:1.75;letter-spacing:.1em;max-width:480px;margin-inline:auto;padding-inline:.5rem}@media(min-width: 640px){.contact-banner-mobile p{font-size:13px}}.contact-form-section{max-width:672px;margin-inline:auto;padding:4rem 1rem}@media(min-width: 640px){.contact-form-section{padding:4rem 2rem}}.contact-box{background:#fff;border:1px solid rgba(231,229,228,.8);border-radius:20px;padding:1.5rem;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05)}@media(min-width: 640px){.contact-box{padding:2.5rem}}.contact-success{text-align:center;padding-block:4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.5rem}.contact-success__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:48px;height:48px;border-radius:50%;border:1px solid #1c1917;color:#1c1917}.contact-success__icon svg{width:24px;height:24px}.contact-success__title{font-family:"Noto Sans TC",system-ui,-apple-system,"BlinkMacSystemFont","Segoe UI",Roboto,"Helvetica Neue","PingFang TC","Microsoft JhengHei","微軟正黑體",sans-serif;font-size:18px;color:#1c1917}.contact-success__msg{font-size:12px;color:#78716c;font-weight:300;max-width:320px;line-height:1.75;text-align:center}.contact-success__reset{padding:.65rem 1.5rem;background:#0c0a09;color:#fff;font-size:12px;font-weight:700;letter-spacing:.2em;border-radius:9999px;-webkit-transition:background 200ms ease;transition:background 200ms ease}.contact-success__reset:hover{background:#292524}.form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.25rem}.form__group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:6px;text-align:left}.form__label{font-size:12px;font-weight:600;color:#44403c}.form__label .required{color:#ef4444}.form__input,.form__select,.form__textarea{width:100%;background:rgba(250,250,249,.5);color:#1c1917;font-size:13px;font-family:"Noto Sans TC",system-ui,-apple-system,"BlinkMacSystemFont","Segoe UI",Roboto,"Helvetica Neue","PingFang TC","Microsoft JhengHei","微軟正黑體",sans-serif;padding:.75rem;border-radius:16px;border:1px solid #1c1917;outline:none;-webkit-transition:border-color 200ms ease,background 200ms ease;transition:border-color 200ms ease,background 200ms ease;font-weight:300}@media(min-width: 640px){.form__input,.form__select,.form__textarea{font-size:14px}}.form__input::-webkit-input-placeholder, .form__select::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder{color:#a8a29e;font-weight:300}.form__input::-moz-placeholder, .form__select::-moz-placeholder, .form__textarea::-moz-placeholder{color:#a8a29e;font-weight:300}.form__input:-ms-input-placeholder, .form__select:-ms-input-placeholder, .form__textarea:-ms-input-placeholder{color:#a8a29e;font-weight:300}.form__input::-ms-input-placeholder, .form__select::-ms-input-placeholder, .form__textarea::-ms-input-placeholder{color:#a8a29e;font-weight:300}.form__input::placeholder,.form__select::placeholder,.form__textarea::placeholder{color:#a8a29e;font-weight:300}.form__input:focus,.form__select:focus,.form__textarea:focus{border-color:#1c1917;background:#fff}.form__select{-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer;padding-right:2.5rem;background-image:none}.form__select-wrap{position:relative}.form__select-wrap__arrow{position:absolute;inset-block:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:1rem;color:#78716c;pointer-events:none}.form__select-wrap__arrow svg{width:14px;height:14px}.form__textarea{resize:none;line-height:1.7}.form__consent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:.75rem;cursor:pointer}.form__consent input[type=checkbox]{margin-top:3px;width:16px;height:16px;-ms-flex-negative:0;flex-shrink:0;accent-color:#0c0a09;cursor:pointer}.form__consent span{font-size:11px;color:#78716c;font-weight:300;line-height:1.7;text-align:justify;-webkit-transition:color 200ms ease;transition:color 200ms ease}@media(min-width: 640px){.form__consent span{font-size:12px}}.form__consent:hover span{color:#292524}.form__submit{width:100%;padding:1rem;background:#0c0a09;color:#fff;font-size:12px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;border-radius:9999px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px;-webkit-transition:background 200ms ease;transition:background 200ms ease}.form__submit:hover:not(:disabled){background:#292524}.form__submit:disabled{background:#a8a29e;cursor:not-allowed}