@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";.method-tab-toggle{position:absolute;opacity:0;pointer-events:none}.method-tabs-section{padding:60px 0 0}.method-tabs{display:flex;justify-content:center;gap:0;border-bottom:2px solid var(--border-subtle)}.method-tab{padding:16px 36px;font-size:16px;font-weight:700;color:var(--fg-muted);background:none;border-bottom:3px solid transparent;margin-bottom:-2px;cursor:pointer;transition:color .2s,border-color .2s}.method-tab:hover{color:var(--primary-dark)}.method-tab[data-method-reveal]{opacity:0;transform:translateY(18px);transition:opacity .45s ease,transform .45s ease}.methods-shell .method-tab.is-visible{opacity:1;transform:translateY(0)}.method-panel{display:none;opacity:0;transform:translateY(16px);transition:opacity .35s ease,transform .35s ease}.method-section{padding:48px 0 60px}.method-inner{background:var(--bg);border-radius:var(--radius-2xl);padding:40px 48px}.method-inner.white-bg{background:#fff}.method-header{display:flex;gap:40px;align-items:stretch;margin-bottom:40px}.method-header-text{flex:1.2;min-width:0;display:flex;flex-direction:column;gap:20px}.method-header-text h3{font-family:"Noto Serif TC",serif;font-size:28px;font-weight:900}.method-header-text>p{font-size:16px;color:var(--fg-secondary);line-height:1.8}.method-header-photo{flex:1;min-width:0;border-radius:20px;overflow:hidden}.method-header-photo img{width:100%;height:100%;min-height:320px;-o-object-fit:cover;object-fit:cover;display:block}.method-table-caption{font-size:14px;color:var(--fg-secondary);padding:14px 18px;background:#fff;border-radius:12px;line-height:1.7}.method-inner.white-bg .method-table-caption{background:var(--bg)}[data-method-panel] [data-method-reveal]{opacity:0;transform:translateY(24px);transition:opacity .45s ease var(--method-delay, 0ms),transform .45s ease var(--method-delay, 0ms)}[data-method-panel] .method-header-photo[data-method-reveal]{transform:scale(.96)}[data-method-panel] .step-line[data-method-reveal]{transform:scaleX(.2);transform-origin:left center}[data-method-panel] [data-method-reveal].is-visible{opacity:1;transform:translateY(0) scale(1)}.deliverables{display:flex;gap:20px;margin:40px 0}.deliverable-card{flex:1;background:#fff;border-radius:var(--radius-xl);padding:24px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.method-inner.white-bg .deliverable-card{background:var(--bg-green-light)}.deliverable-icon,.deliverable-icon svg{width:56px;height:56px}.deliverable-label{font-size:15px;font-weight:700;color:var(--fg)}.deliverable-desc{font-size:13px;color:var(--fg-muted);line-height:1.6}.timeline{display:flex;align-items:center;justify-content:center;margin:40px 0}.step-circle{width:160px;height:160px;border-radius:50%;border:4px solid var(--primary);overflow:hidden;flex-shrink:0;display:flex;flex-direction:column}.step-top{background:var(--primary);color:#fff;height:60px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.step-top-label{font-size:10px;font-weight:700;letter-spacing:1px}.step-top-num{font-size:28px;font-weight:800;line-height:1}.step-bottom{background:#fff;text-align:center;height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6px 10px;gap:4px}.step-desc{font-size:13px;font-weight:600;color:var(--fg);line-height:1.4}.step-time{font-size:11px;color:var(--fg-muted)}.step-line{width:40px;height:4px;background:var(--primary);flex-shrink:0;border-radius:2px}.step-line.short{width:30px}.method-cta{text-align:center;padding:40px;background:var(--bg-green-light);border-radius:var(--radius-2xl);display:flex;flex-direction:column;align-items:center;gap:20px}.method-cta p{font-family:"Noto Serif TC",serif;font-size:20px;font-weight:700;color:var(--fg);line-height:1.6;text-align:center;white-space:pre-line}@media (max-width: 768px){.method-tab{padding:14px 16px;font-size:13px}.method-section{padding:32px 0 48px}.method-inner{padding:24px 20px;border-radius:18px}.method-header{flex-direction:column;gap:16px}.method-header-text{gap:14px}.method-header-text h3{font-size:20px}.method-header-text>p{font-size:13px}.method-header-photo{width:100%;border-radius:14px;order:-1}.method-header-photo img{height:180px;min-height:160px}.method-table-caption{font-size:12px;padding:10px 12px}.deliverables{flex-direction:row;gap:8px;flex-wrap:nowrap;overflow-x:auto;padding-bottom:6px}.deliverable-card{min-width:160px;padding:18px 14px}.timeline{overflow-x:auto;justify-content:flex-start;padding-bottom:8px}.step-circle{width:132px;height:132px}.step-top{height:50px}.step-top-num{font-size:24px}.step-bottom{height:82px}.step-desc{font-size:11px}.step-time{font-size:10px}.step-line{width:24px}.method-cta{padding:24px 18px;gap:14px}.method-cta p{font-size:16px}}@media (prefers-reduced-motion: reduce){.method-tab[data-method-reveal],[data-method-panel] [data-method-reveal]{opacity:1;transform:none;transition:none}}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:#2d2d2d;background:#fff;line-height:1.7;-webkit-font-smoothing:antialiased}.work-with-us-page{--primary: #5CB85C;--primary-dark: #3A7A3C;--primary-hover: #4A9E4C;--bg: #F9FAF8;--bg-green-light: #E8F5E9;--bg-warm: #FFF8F0;--fg: #2D2D2D;--fg-secondary: #5A5A5A;--fg-muted: #8A8A8A;--text-green: #4A8A4C;--border: #D5E0D5;--border-subtle: #DEE8DE;--accent-sad: #A3C4BC;--radius-pill: 9999px;--radius-2xl: 24px;--radius-xl: 16px;--radius-lg: 12px;--max-w: 1100px}.work-with-us-page.motion-ready [data-reveal],.work-with-us-page.motion-ready [data-gallery-item]{opacity:0;transform:translateY(28px);transition:opacity .6s ease var(--reveal-delay, 0ms),transform .6s ease var(--reveal-delay, 0ms)}.work-with-us-page.motion-ready [data-reveal=left]{transform:translate(-28px)}.work-with-us-page.motion-ready [data-reveal=scale],.work-with-us-page.motion-ready [data-gallery-item]{transform:translateY(18px) scale(.96)}.work-with-us-page.motion-ready [data-reveal].is-visible,.work-with-us-page.motion-ready [data-gallery-item].is-visible{opacity:1;transform:translate(0) scale(1)}.work-with-us-page [data-hero-reveal]{opacity:1;transform:none}.work-with-us-page.motion-ready [data-hero-reveal]{opacity:0;transform:translateY(26px);transition:opacity .75s ease var(--hero-delay, 0ms),transform .75s ease var(--hero-delay, 0ms)}.work-with-us-page.motion-ready .hero-nav [data-hero-reveal]{transform:translateY(18px)}.work-with-us-page.hero-ready [data-hero-reveal]{opacity:1;transform:translateY(0)}.work-with-us-page *{box-sizing:border-box}.work-with-us-page img{max-width:100%;display:block}.work-with-us-page a{text-decoration:none;color:inherit}.work-with-us-page button{border:0;font:inherit;cursor:pointer}.work-with-us-page .container{max-width:var(--max-w);margin:0 auto;padding:0 32px}.work-with-us-page h1,.work-with-us-page h2,.work-with-us-page h3,.work-with-us-page h4{font-family:"Noto Serif TC",serif}.work-with-us-page .pill-label{display:inline-block;background:var(--primary);color:#fff;font-size:13px;font-weight:600;letter-spacing:1px;padding:4px 16px;border-radius:var(--radius-pill);margin-bottom:16px}.work-with-us-page .btn-cta{display:inline-block;background:var(--primary);color:#fff;font-size:15px;font-weight:600;padding:14px 32px;border-radius:var(--radius-pill);transition:background .2s}.work-with-us-page .btn-cta:hover{background:var(--primary-hover)}.work-with-us-page .wave-separator{line-height:0;overflow:hidden}.work-with-us-page .wave-separator svg{display:block;width:100%}.work-with-us-page .section-title{font-size:32px;font-weight:900;line-height:1.4;margin-bottom:20px;color:var(--fg)}.work-with-us-page #hero{position:relative;height:880px;background:url(/images/work-with-us/hero-banner.jpg) center/cover no-repeat;overflow:hidden;--hero-nav-height: 64px;--hero-nav-offset: 10px}.work-with-us-page #hero:before{content:"";position:absolute;inset:0;background:#00000059;z-index:1}.work-with-us-page .hero-center{position:absolute;top:35%;left:30%;transform:translate(-50%,-50%);text-align:center;z-index:5}.work-with-us-page .hero-center img{width:180px;height:100px;-o-object-fit:contain;object-fit:contain;margin:0 auto 24px}.work-with-us-page .hero-tagline{font-size:28px;font-weight:700;color:#fff;margin-bottom:14px;line-height:1.5}.work-with-us-page .hero-subtitle{font-size:16px;color:#fffc}.work-with-us-page .hero-wave{position:absolute;bottom:0;left:50%;width:100vw;min-width:100%;transform:translate(-50%);z-index:5;line-height:0;pointer-events:none}.work-with-us-page .hero-wave svg{display:block;width:100%}.work-with-us-page .hero-nav{position:absolute;bottom:var(--hero-nav-offset);left:0;z-index:10;display:flex;width:100%;height:var(--hero-nav-height);align-items:center;justify-content:center;background:#fff;border-top:1px solid rgba(224,224,224,.95)}.work-with-us-page .hero-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:0 28px;height:100%;font-size:13px;font-weight:600;color:var(--fg);border-right:1px solid #E0E0E0;white-space:nowrap;flex:1;transition:color .2s ease,opacity .75s ease var(--hero-delay, 0ms),transform .75s ease var(--hero-delay, 0ms)}.work-with-us-page .hero-nav a:last-child{border-right:none}.work-with-us-page .hero-nav .nav-icon{display:flex;width:20px;height:20px;color:var(--primary)}.work-with-us-page .hero-nav .nav-icon svg{width:20px;height:20px;stroke:var(--primary);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.work-with-us-page #voices{padding:80px 0 60px;background:#fff}.work-with-us-page .voices-grid{display:flex;gap:56px;align-items:flex-start}.work-with-us-page .voices-photo{flex-shrink:0;width:437px;height:345px;clip-path:url(#blobClip);overflow:hidden;margin-top:80px}.work-with-us-page .voices-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transform:rotate(8.45deg) scale(1.15)}.work-with-us-page .voices-content{flex:1;max-width:530px}.work-with-us-page .quote-block{border-left:4px solid var(--primary);padding:20px 0 20px 24px;margin-bottom:20px}.work-with-us-page .quote-block.coral{border-left-color:#f28b82}.work-with-us-page .quote-text{font-size:16px;line-height:1.8;color:var(--fg-secondary);margin-bottom:8px}.work-with-us-page .quote-author{font-size:14px;color:var(--fg-muted)}.work-with-us-page .voices-conclusion{margin-top:24px;font-size:18px;font-weight:700;color:var(--fg);line-height:1.6}.work-with-us-page .voices-conclusion-sub{font-size:14px;color:var(--fg-muted);margin-top:6px}.work-with-us-page #data{padding:80px 0 40px;background:var(--bg)}.work-with-us-page .data-cards{display:flex;gap:24px;margin-top:24px}.work-with-us-page .data-card{flex:1;text-align:center;padding:0 24px}.work-with-us-page .data-card-img{width:180px;height:180px;border-radius:50%;background:var(--bg);margin:0 auto 8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.work-with-us-page .data-card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.work-with-us-page .data-number{font-size:56px;font-weight:800;color:var(--primary);line-height:1}.work-with-us-page .data-label{font-size:15px;margin-top:8px;color:var(--fg-secondary)}.work-with-us-page .data-note{font-size:13px;font-style:italic;color:var(--fg-muted);margin-top:8px}.work-with-us-page .speech-bubble-wrap{margin-top:24px;text-align:center}.work-with-us-page .speech-bubble-wrap img{max-width:100%;height:auto;margin:0 auto}.work-with-us-page #about{padding:80px 0;background:#fff}.work-with-us-page .about-grid{display:flex;gap:48px;align-items:center;min-width:0}.work-with-us-page .about-text{flex:1}.work-with-us-page .about-stats{display:flex;margin:16px 0}.work-with-us-page .about-stat{text-align:center;flex:1;padding:16px 12px;position:relative}.work-with-us-page .about-stat:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:48px;background:var(--border)}.work-with-us-page .about-stat-number{font-size:28px;font-weight:800;color:var(--primary);line-height:1}.work-with-us-page .about-stat-label{font-size:13px;color:var(--fg-secondary);margin-top:4px}.work-with-us-page .about-text p{font-size:15px;color:var(--fg-secondary);line-height:1.9;margin-bottom:16px}.work-with-us-page .about-photo{flex:0 1 483px;min-width:0;max-width:483px;display:flex;align-items:center;justify-content:center}.work-with-us-page .about-photo img{width:100%;max-width:100%;height:auto}.work-with-us-page #cases{padding:80px 0;background:var(--bg);text-align:center}.work-with-us-page .cases-subtitle,.work-with-us-page .split-subtitle{font-size:17px;color:var(--fg-secondary);margin-bottom:24px}.work-with-us-page .cases-grid,.work-with-us-page .split-cards{display:flex;gap:20px;justify-content:center}.work-with-us-page .case-card{flex:1;max-width:353px;border-radius:var(--radius-2xl);overflow:hidden;position:relative;height:420px}.work-with-us-page .case-card:nth-child(1),.work-with-us-page .case-card:nth-child(3){background:var(--bg-green-light)}.work-with-us-page .case-card:nth-child(2){background:var(--bg-warm)}.work-with-us-page .case-card-photo{width:100%;height:240px;overflow:hidden}.work-with-us-page .case-card-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.work-with-us-page .case-card-arc{position:absolute;top:170px;left:0;width:100%;height:310px;pointer-events:none}.work-with-us-page .case-card-logo{position:absolute;top:175px;left:50%;transform:translate(-50%);width:64px;height:64px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;z-index:3}.work-with-us-page .case-card-logo img{width:52px;height:52px;border-radius:26px;-o-object-fit:cover;object-fit:cover}.work-with-us-page .case-card-body{position:absolute;top:200px;left:0;width:100%;padding:56px 24px 24px;text-align:center;z-index:2}.work-with-us-page .case-card-title{font-size:18px;font-weight:700;margin-bottom:10px}.work-with-us-page .case-card-desc{font-size:13px;color:var(--fg-secondary);line-height:1.7}.work-with-us-page .gallery-toggle{margin-top:24px;display:inline-block;background:var(--accent-sad);color:#fff;font-size:15px;font-weight:600;padding:12px 32px;border-radius:var(--radius-pill)}.work-with-us-page .gallery-toggle:hover{opacity:.9}.work-with-us-page .gallery-wall{display:none;margin-top:32px;overflow-x:auto;white-space:nowrap;padding:16px 32px;margin-left:-32px;margin-right:-32px;width:calc(100% + 64px)}.work-with-us-page .gallery-wall.is-open{display:block}.work-with-us-page .gallery-wall::-webkit-scrollbar{height:6px}.work-with-us-page .gallery-wall::-webkit-scrollbar-track{background:var(--bg-green-light);border-radius:var(--radius-pill)}.work-with-us-page .gallery-wall::-webkit-scrollbar-thumb{background:var(--accent-sad);border-radius:var(--radius-pill)}.work-with-us-page .gallery-wall::-webkit-scrollbar-thumb:hover{background:var(--primary)}.work-with-us-page .gallery-wall{scrollbar-width:thin;scrollbar-color:var(--accent-sad) var(--bg-green-light)}.work-with-us-page .gallery-track{display:inline-flex;gap:16px}.work-with-us-page .gallery-img{width:340px;height:240px;-o-object-fit:cover;object-fit:cover;border-radius:16px;flex-shrink:0;display:block}.work-with-us-page .case-card,.work-with-us-page .split-card,.work-with-us-page .gallery-img,.work-with-us-page .data-card,.work-with-us-page .about-stat{will-change:transform,opacity}.work-with-us-page #split{padding:80px 0;background:linear-gradient(180deg,var(--bg) 0%,#fff 100%);text-align:center}.work-with-us-page .split-card{flex:1;max-width:340px;background:#fff;border-radius:var(--radius-2xl);border:2px solid var(--border);padding:36px 28px 32px;text-align:center;position:relative}.work-with-us-page .split-card.recommended{border-color:var(--primary)}.work-with-us-page .split-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--primary);color:#fff;font-size:12px;font-weight:700;padding:4px 16px;border-radius:var(--radius-pill);white-space:nowrap}.work-with-us-page .split-card-img{width:120px;height:120px;border-radius:50%;margin:0 auto 10px;overflow:hidden}.work-with-us-page .split-card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.work-with-us-page .split-card-title{font-size:18px;font-weight:700;line-height:1.5;margin-bottom:10px;white-space:pre-line}.work-with-us-page .split-card-note{font-size:14px;color:var(--fg-muted);margin-bottom:10px}.work-with-us-page #form{padding:80px 0;background:linear-gradient(225deg,#3d3d3d,#2a2a2a);text-align:center}.work-with-us-page #form h2{font-size:36px;font-weight:900;color:#fff;margin-bottom:12px}.work-with-us-page .form-desc{font-size:15px;color:#ffffffb3;margin:0 auto 24px;line-height:1.8;max-width:600px}.work-with-us-page .form-mail{font-size:14px;color:#fff6;margin-top:12px}.work-with-us-page .blob-defs{position:absolute;width:0;height:0}@media (prefers-reduced-motion: reduce){.work-with-us-page.motion-ready [data-reveal],.work-with-us-page.motion-ready [data-gallery-item],.work-with-us-page.motion-ready [data-hero-reveal]{opacity:1;transform:none;transition:none}}@media (max-width: 768px){.work-with-us-page .container{padding:0 20px}.work-with-us-page #hero{height:560px;background-position:center center;--hero-nav-height: 56px;--hero-nav-offset: 8px}.work-with-us-page .hero-center{left:50%;top:38%;width:calc(100% - 40px)}.work-with-us-page .hero-center img{width:128px;height:auto;margin-bottom:18px}.work-with-us-page .hero-tagline{font-size:22px}.work-with-us-page .hero-subtitle{font-size:13px}.work-with-us-page .hero-wave svg{height:180px}.work-with-us-page .hero-nav{background:#fff}.work-with-us-page .hero-nav a{font-size:9px;padding:0 4px;gap:2px}.work-with-us-page .hero-nav .nav-icon{display:none}.work-with-us-page #voices,.work-with-us-page #data,.work-with-us-page #about,.work-with-us-page #cases,.work-with-us-page #split,.work-with-us-page #form{padding:48px 0}.work-with-us-page .section-title{font-size:26px}.work-with-us-page .voices-grid,.work-with-us-page .about-grid,.work-with-us-page .data-cards,.work-with-us-page .cases-grid,.work-with-us-page .split-cards{flex-direction:column}.work-with-us-page .voices-photo,.work-with-us-page .about-photo{width:100%;height:auto;margin-top:0}.work-with-us-page .about-photo img{width:100%;max-width:360px}.work-with-us-page .data-card{padding:0}.work-with-us-page .data-card-img{width:140px;height:140px}.work-with-us-page .data-number{font-size:40px}.work-with-us-page .case-card{max-width:100%;width:100%;height:auto;display:flex;flex-direction:column;align-items:center}.work-with-us-page .case-card-photo{height:180px}.work-with-us-page .case-card-arc{display:none}.work-with-us-page .case-card-logo{position:relative;top:auto;left:auto;transform:none;margin-top:-32px}.work-with-us-page .case-card-body{position:relative;top:auto;left:auto;width:100%;padding:8px 20px 20px}.work-with-us-page .gallery-wall{margin-left:-20px;margin-right:-20px;width:calc(100% + 40px);padding-left:20px;padding-right:20px}.work-with-us-page .gallery-track{gap:12px}.work-with-us-page .gallery-img{width:280px;height:190px;max-width:calc(100vw - 40px)}.work-with-us-page .split-card{max-width:100%}.work-with-us-page .split-card-img{width:80px;height:80px}.work-with-us-page .split-card-title{font-size:14px}.work-with-us-page .split-card-note{font-size:11px}.work-with-us-page .split-card .btn-cta{font-size:12px;padding:10px 20px}.work-with-us-page #form h2{font-size:26px}.work-with-us-page .form-desc{font-size:12px}}
