:root{--bg: #f7f5f1;--surface: #ffffff;--surface-alt: #efeae2;--text: #16202a;--muted: #576574;--line: #d8d1c7;--accent: #0f766e;--accent-2: #0b3b49;--max: 1180px;--radius: 20px;--shadow: 0 16px 40px rgba(22, 32, 42, .08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Noto Sans TC,Microsoft JhengHei,system-ui,sans-serif;color:var(--text);background:var(--bg);line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(calc(100% - 2rem),var(--max));margin:0 auto}.section{padding:5rem 0}.eyebrow{display:inline-flex;gap:.5rem;align-items:center;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;color:var(--accent);font-weight:700}.eyebrow:before{content:"";width:2rem;height:1px;background:currentColor}.h1,h1{font-family:Fraunces,Georgia,serif;font-size:clamp(2.7rem,5vw,4.8rem);line-height:1.02;margin:0}.h2,h2{font-family:Fraunces,Georgia,serif;font-size:clamp(2rem,3vw,3rem);line-height:1.1;margin:0 0 1rem}h3{font-size:1.1rem;margin:0 0 .75rem}p.lead{font-size:clamp(1.05rem,1.3vw,1.25rem);color:var(--muted)}.text-muted{color:var(--muted)}.stack>*+*{margin-top:1rem}.button-row{display:flex;flex-wrap:wrap;gap:1rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:.9rem 1.25rem;border-radius:999px;border:1px solid transparent;font-weight:700;transition:.18s ease}.button.primary{background:var(--accent-2);color:#fff}.button.primary:hover{background:#082f3b}.button.secondary{border-color:var(--line);background:transparent}.button.secondary:hover{border-color:var(--accent);color:var(--accent)}.site-header{position:sticky;top:0;z-index:10;background:#f7f5f1e0;backdrop-filter:blur(14px);border-bottom:1px solid rgba(216,209,199,.7)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:4.7rem}.brand{font-weight:800;letter-spacing:-.03em;display:inline-flex;flex-direction:column;gap:.35rem}.brand-logo{height:2.4rem;width:auto;object-fit:contain}.brand small{display:block;color:var(--muted);font-size:.78rem;font-weight:600}.nav-links{display:flex;gap:1.2rem;flex-wrap:wrap;align-items:center}.nav-links a{color:var(--muted);font-weight:600}.nav-links a:hover,.nav-links a.active{color:var(--text)}.header-actions{display:flex;gap:.75rem;align-items:center}.lang-switch{color:var(--muted);font-weight:700}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:end}.hero-card,.panel,.stat-card,.quote-card,.cta-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.hero-card{padding:1.5rem}.hero-image{width:100%;aspect-ratio:4 / 2.25;object-fit:cover;border-radius:calc(var(--radius) - 8px);border:1px solid var(--line)}.panel{padding:1.5rem}.grid-3,.grid-2,.grid-4{display:grid;gap:1.25rem}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card-link{display:flex;flex-direction:column;gap:.75rem}.card-link p{color:var(--muted);margin:0}.stat-card{padding:1.25rem}.stat-card strong{display:block;font-size:2rem;font-family:Fraunces,Georgia,serif}.quote-card{padding:1.5rem}.quote-card blockquote{margin:0 0 1rem;font-size:1.05rem}.quote-card cite{color:var(--muted);font-style:normal}.brand-strip-section{padding-top:0}.brand-strip{display:flex;flex-direction:column;gap:1rem}.logo-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1.25rem;align-items:stretch}.logo-row img{width:100%;height:96px;padding:.75rem 1rem;object-fit:contain;background:#ffffffb8;border:1px solid rgba(216,209,199,.85);border-radius:16px;filter:grayscale(.15);opacity:.96}.logo-row img:hover{filter:grayscale(0);opacity:1}.inline-feature-image{width:100%;aspect-ratio:16 / 10;object-fit:cover;border-radius:calc(var(--radius) - 8px);border:1px solid var(--line);margin-bottom:.25rem}.image-feature-card{justify-content:flex-start}.alt-section{background:linear-gradient(180deg,#efeae299,#efeae259);border-top:1px solid rgba(216,209,199,.8);border-bottom:1px solid rgba(216,209,199,.8)}.page-hero{padding:4.5rem 0 3rem}.page-hero-grid{display:grid;grid-template-columns:1fr 340px;gap:2rem;align-items:start}.mini-list{margin:0;padding-left:1.1rem;color:var(--muted)}footer.site-footer{padding:3rem 0 4rem;background:linear-gradient(180deg,#102530,#0d1f29);color:#e7f0f4;margin-top:2rem}.case-study-side{align-items:flex-start}.case-study-logo{width:100%;max-width:220px;max-height:90px;object-fit:contain}.footer-shell{display:flex;flex-direction:column;gap:1.5rem}.footer-grid-wrap a,.footer-bottom,.footer-label{color:#f5f9fb}.footer-grid-wrap li,.footer-bottom span:last-child,.footer-brand .kicker{color:#e7f0f4b8}.footer-logo{height:2.1rem;width:auto;object-fit:contain}.footer-grid-wrap{display:flex;flex-direction:column;gap:1.5rem;padding:.5rem 0}.footer-brand{max-width:40rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer-grid{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:1.5rem}.footer-grid ul{list-style:none;padding:0;margin:0}.footer-grid li+li{margin-top:.75rem}.footer-grid-wrap a:hover{color:#7dd3fc}.footer-label{display:inline-block;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.12em;font-size:.76rem;color:#e7f0f494}.footer-bottom{display:flex;justify-content:space-between;gap:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08);font-size:.92rem}.kicker{color:var(--muted);font-size:.92rem}@media(max-width:900px){.hero-grid,.page-hero-grid,.grid-2,.grid-3,.grid-4,.footer-grid{grid-template-columns:1fr}.logo-row{grid-template-columns:repeat(2,minmax(0,1fr))}.logo-row img{height:84px}.header-inner{align-items:flex-start;padding:1rem 0;flex-direction:column}.nav-links{gap:.8rem}.footer-bottom{flex-direction:column}}
