@import"https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap";:root{--beige-lightest: #FFFDF9;--beige-light: #FDFAF3;--beige: #F9F1E2;--beige-dark: #EFE3CE;--theme-purple: #8E24AA;--theme-purple-light: #BA68C8;--theme-purple-dark: #6A1B9A;--theme-peach: #E91E63;--theme-peach-light: #F06292;--theme-peach-dark: #C2185B;--hakka-green: #4A7C3F;--hakka-blue: #5BA4CF;--text-dark: #3E2723;--text-medium: #5D4037;--text-light: #8D6E63;--max-width: 1200px;--header-height: 80px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Noto Sans TC,Microsoft JhengHei,sans-serif;background-color:var(--beige-lightest);color:var(--text-dark);line-height:1.8}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}.site-header{background-color:var(--beige-light);border-bottom:3px solid var(--theme-purple);position:sticky;top:0;z-index:100;box-shadow:0 2px 12px #00000014}.header-inner{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:var(--header-height)}.logo-link{display:flex;align-items:center;gap:.5rem}.logo-link img{height:auto;max-height:48px;width:auto;max-width:250px;object-fit:contain}.main-nav ul{display:flex;list-style:none;gap:.25rem}.main-nav a{display:block;padding:.5rem .65rem;font-size:.88rem;font-weight:500;white-space:nowrap;color:var(--text-dark);border-radius:6px;transition:all .25s ease;position:relative}.main-nav a:hover,.main-nav a.active{color:var(--theme-purple);background-color:#e91e760f}.main-nav a:after{content:"";position:absolute;bottom:2px;left:50%;transform:translate(-50%) scaleX(0);width:60%;height:2px;background:var(--theme-purple);border-radius:2px;transition:transform .25s ease}.main-nav a:hover:after,.main-nav a.active:after{transform:translate(-50%) scaleX(1)}.mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;width:40px;height:40px;position:relative;flex-shrink:0;border-radius:8px;transition:background .2s ease}.mobile-toggle:hover{background:#8e24aa14}.mobile-toggle span{display:block;width:22px;height:2px;background:var(--text-dark);border-radius:2px;position:absolute;left:50%;transform:translate(-50%);transition:transform .3s ease,opacity .3s ease,top .3s ease}.mobile-toggle span:nth-child(1){top:11px}.mobile-toggle span:nth-child(2){top:19px}.mobile-toggle span:nth-child(3){top:27px}.mobile-toggle.is-open span:nth-child(1){top:19px;transform:translate(-50%) rotate(45deg)}.mobile-toggle.is-open span:nth-child(2){opacity:0;transform:translate(-50%) scaleX(0)}.mobile-toggle.is-open span:nth-child(3){top:19px;transform:translate(-50%) rotate(-45deg)}.nav-overlay{display:none;position:fixed;inset:0;background:#00000059;z-index:99;opacity:0;transition:opacity .3s ease}.nav-overlay.is-open{display:block;opacity:1}.section{padding:3.5rem 1.5rem;max-width:var(--max-width);margin:0 auto}.section-title{text-align:center;font-size:1.75rem;font-weight:700;color:var(--text-dark);margin-bottom:2rem;position:relative;display:inline-block;width:100%}.section-title:after{content:"";display:block;width:60px;height:4px;background:var(--theme-purple);border-radius:2px;margin:.6rem auto 0}.news-section{background:var(--beige-light);border-radius:16px;padding:2.5rem;margin-top:1rem;border:1px solid var(--beige-dark)}.news-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.news-item{display:flex;gap:1rem;align-items:flex-start;padding:1rem 1.25rem;background:#fff;border-radius:10px;border-left:4px solid var(--theme-purple);transition:transform .2s ease,box-shadow .2s ease}.news-item:hover{transform:translate(4px);box-shadow:0 4px 16px #e91e761a}.news-date{flex-shrink:0;background:var(--theme-purple);color:#fff;padding:.3rem .7rem;border-radius:6px;font-size:.8rem;font-weight:500;white-space:nowrap}.news-tag{display:inline-block;background:var(--theme-peach);color:#fff;padding:.15rem .5rem;border-radius:4px;font-size:.75rem;margin-right:.5rem;font-weight:500}.news-content h3{font-size:1rem;font-weight:600;margin-bottom:.2rem}.news-content p{font-size:.88rem;color:var(--text-light)}.video-section{text-align:center}.video-wrapper{position:relative;width:100%;max-width:800px;margin:0 auto;padding-bottom:45%;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0000001f;border:3px solid var(--beige-dark)}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.photo-carousel-section{overflow:hidden;background:var(--beige-light);padding-top:3rem;padding-bottom:3rem}.carousel-track{display:flex;gap:1.25rem;animation:scroll-left 30s linear infinite;width:max-content}.carousel-track:hover{animation-play-state:paused}.carousel-item{flex-shrink:0;width:300px;height:200px;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #0000001a;border:3px solid white;position:relative}.carousel-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.carousel-item:hover img{transform:scale(1.05)}.carousel-item .photo-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000b3);color:#fff;padding:1.5rem .75rem .5rem;font-size:.8rem;font-weight:500}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.hakka-divider{width:100%;height:32px;position:relative;display:flex;align-items:center;justify-content:center;margin:0;overflow:visible;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg transform='translate(50,50)'%3E%3Cellipse cx='0' cy='-18' rx='10' ry='18' fill='%23D4576B' opacity='0.8' transform='rotate(0)'/%3E%3Cellipse cx='0' cy='-18' rx='10' ry='18' fill='%23D4576B' opacity='0.8' transform='rotate(72)'/%3E%3Cellipse cx='0' cy='-18' rx='10' ry='18' fill='%23D4576B' opacity='0.8' transform='rotate(144)'/%3E%3Cellipse cx='0' cy='-18' rx='10' ry='18' fill='%23D4576B' opacity='0.8' transform='rotate(216)'/%3E%3Cellipse cx='0' cy='-18' rx='10' ry='18' fill='%23D4576B' opacity='0.8' transform='rotate(288)'/%3E%3Ccircle cx='0' cy='0' r='7' fill='%23E8A54B'/%3E%3Ccircle cx='0' cy='0' r='3.5' fill='%23C0392B'/%3E%3C/g%3E%3C/svg%3E");background-size:24px 24px;background-repeat:no-repeat;background-position:center}.hakka-divider:before,.hakka-divider:after{content:"";flex:1;height:2px;border-radius:1px}.hakka-divider:before{margin-right:16px;background:linear-gradient(90deg,transparent 0%,var(--theme-peach) 30%,var(--theme-purple) 100%)}.hakka-divider:after{margin-left:16px;background:linear-gradient(90deg,var(--theme-purple) 0%,var(--theme-peach) 70%,transparent 100%)}.section-icon{vertical-align:-.15em;margin-right:.35rem;color:var(--theme-purple)}.btn-icon{vertical-align:-.2em;margin-right:.3rem}.contact-icon svg{color:var(--theme-purple)}.site-footer{background:var(--text-dark);color:var(--beige-light);text-align:center;padding:2rem 1.5rem;font-size:.88rem}.site-footer a{color:var(--theme-peach)}.footer-inner{max-width:var(--max-width);margin:0 auto}.footer-inner p{margin-bottom:.3rem}.hero{position:relative;background:linear-gradient(135deg,var(--beige) 0%,var(--beige-light) 50%,var(--beige-lightest) 100%);padding:3rem 1.5rem 2rem;text-align:center;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background-image:url(/%E5%AE%A2%E5%AE%B6%E8%8A%B1%E5%B8%83.jpeg);background-size:600px;background-repeat:repeat;opacity:.06;pointer-events:none}.hero-content{position:relative;z-index:1}.hero h1{font-size:2.2rem;font-weight:900;color:var(--text-dark);margin-bottom:.5rem;letter-spacing:2px}.hero p{font-size:1.1rem;color:var(--text-medium);max-width:600px;margin:0 auto}.hero-logo{height:60px;margin-bottom:1rem}.page-hero{background:linear-gradient(135deg,var(--beige) 0%,var(--beige-light) 50%,var(--beige-lightest) 100%);padding:3rem 1.5rem 2rem;text-align:center;position:relative;overflow:hidden}.page-hero:before{content:"";position:absolute;inset:0;background-image:url(/%E5%AE%A2%E5%AE%B6%E8%8A%B1%E5%B8%83.jpeg);background-size:600px;background-repeat:repeat;opacity:.06;pointer-events:none}.page-hero h1{position:relative;z-index:1;font-size:2.2rem;font-weight:900;color:var(--text-dark);letter-spacing:2px}.page-subtitle{position:relative;z-index:1;font-size:1.1rem;color:var(--text-medium);margin-top:.5rem}.content-card{background:var(--beige-light);border-radius:16px;padding:2.5rem;border:1px solid var(--beige-dark)}.intro-lead{font-size:1.1rem;font-weight:600;color:var(--text-dark);margin-bottom:1.25rem}.mission-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.mission-list li{padding:.85rem 1.25rem;background:#fff;border-radius:10px;border-left:4px solid var(--theme-purple);font-size:1rem;color:var(--text-dark);line-height:1.7}.president-section{display:flex;gap:2.5rem;align-items:flex-start;background:var(--beige-light);border-radius:16px;padding:2.5rem;border:1px solid var(--beige-dark)}.president-photo{flex-shrink:0;width:220px}.president-photo img{width:100%;border-radius:12px;box-shadow:0 4px 16px #0000001a;border:3px solid white}.president-message{flex:1;font-size:1rem;line-height:1.9;color:var(--text-dark)}.people-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1.25rem;margin-bottom:1.5rem}.person-card{text-align:center;background:var(--beige-light);border-radius:12px;padding:1rem .75rem;border:1px solid var(--beige-dark);transition:transform .2s ease,box-shadow .2s ease}.person-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #e91e761a}.person-photo{width:100px;height:120px;margin:0 auto .75rem;border-radius:10px;overflow:hidden;border:2px solid white;box-shadow:0 2px 8px #00000014}.person-photo img{width:100%;height:100%;object-fit:cover}.person-name{font-weight:600;font-size:.95rem;color:var(--text-dark)}.person-role{font-size:.8rem;color:var(--text-light);margin-top:.15rem}.org-role-group{margin-bottom:2rem}.role-title{font-size:1.2rem;font-weight:700;color:var(--theme-purple);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--beige-dark)}.culture-article p{text-indent:2em;margin-bottom:1rem;font-size:1rem;line-height:2;color:var(--text-dark)}.culture-article p:last-child{margin-bottom:0}.contact-card{background:var(--beige-light);border-radius:16px;padding:2.5rem;border:1px solid var(--beige-dark);display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;background:#fff;border-radius:10px;border-left:4px solid var(--theme-purple)}.contact-icon{font-size:1.5rem;flex-shrink:0;line-height:1}.contact-item strong{display:block;font-size:.85rem;color:var(--text-light);margin-bottom:.2rem}.contact-item p{font-size:1rem;color:var(--text-dark);margin:0}.contact-item a{color:var(--theme-purple);font-weight:500}.contact-item a:hover{text-decoration:underline}.btn-download{display:inline-block;margin-top:1.5rem;padding:.85rem 2rem;background:var(--theme-purple);color:#fff;border-radius:10px;font-size:1rem;font-weight:600;transition:background .25s ease,transform .2s ease}.btn-download:hover{background:var(--theme-purple-dark);transform:translateY(-2px)}@media(max-width:768px){.header-inner{height:60px}.logo-link img{height:auto;max-height:32px;width:auto;max-width:180px;object-fit:contain}.mobile-toggle{display:flex;align-items:center;justify-content:center}.main-nav{position:fixed;top:60px;left:0;right:0;background:var(--beige-light);border-bottom:3px solid var(--theme-purple);box-shadow:0 8px 32px #00000026;z-index:100;transform:translateY(-10px);opacity:0;visibility:hidden;pointer-events:none;transition:transform .3s ease,opacity .3s ease,visibility .3s ease}.main-nav.is-open{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto}.main-nav ul{flex-direction:column;gap:0;padding:.5rem 1rem 1rem}.main-nav li:not(:last-child) a{border-bottom:1px solid var(--beige-dark)}.main-nav a{padding:.85rem .75rem;font-size:.95rem;border-radius:0}.main-nav a:after{display:none}.main-nav a.active{color:var(--theme-purple);font-weight:700;background:#8e24aa12;border-radius:6px}.hero h1{font-size:1.5rem}.section-title{font-size:1.35rem}.news-section{padding:1.5rem}.news-item{flex-direction:column;gap:.5rem}.video-wrapper{padding-bottom:56.25%}.carousel-item{width:240px;height:160px}.page-hero h1{font-size:1.5rem}.president-section{flex-direction:column;align-items:center;padding:1.5rem}.president-photo{width:180px}.content-card,.contact-card{padding:1.5rem}.people-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem}}
