/* Inherits the live 16 public site's light theme and official assets. */
@font-face{font-family:"IBM Plex Sans TC";src:url("./assets/IBMPlexSansTC-Regular.woff2") format("woff2");font-weight:400;font-display:swap}
@font-face{font-family:"IBM Plex Sans TC";src:url("./assets/IBMPlexSansTC-Medium.woff2") format("woff2");font-weight:500;font-display:swap}
@font-face{font-family:"IBM Plex Sans TC";src:url("./assets/IBMPlexSansTC-Bold.woff2") format("woff2");font-weight:700 900;font-display:swap}
:root{--ink:#11110f;--paper:#f4f4f1;--surface:#fbfbf8;--muted:#6e6e68;--line:#d4d4cd;--orange:#e84a2a;--orange-dark:#b8390f;color-scheme:light;font-family:"IBM Plex Sans TC","PingFang TC","Microsoft JhengHei",sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}
*{box-sizing:border-box}body{margin:0;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none;-webkit-tap-highlight-color:transparent}a:focus-visible{outline:2px solid var(--orange);outline-offset:4px}
.skip-link{position:fixed;z-index:100;top:-80px;left:20px;padding:12px 18px;background:var(--ink);color:var(--surface);font-weight:700}.skip-link:focus{top:12px}
.site-header{height:76px;border-bottom:1px solid var(--line);background:var(--paper)}.header-inner{width:min(calc(100% - 48px),1320px);height:100%;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{display:flex;align-items:center;min-height:44px}.brand img{display:block;width:194px;height:44px;object-fit:contain}
.page{width:min(calc(100% - 48px),1100px);margin-inline:auto}.page-heading{padding:40px 0 30px}h1{font-size:34px;line-height:1.25;letter-spacing:-.035em;font-weight:700;margin:0 0 12px}.page-heading p{color:var(--muted);font-size:15px;margin:0;line-height:1.8}

/* Compact joined links follow 16's #contact section. */
.link-groups{display:grid;gap:30px}
h2{font-size:18px;font-weight:700;line-height:1.4;margin:0 0 12px}
.link-list{list-style:none;margin:0;padding:1px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--line)}
.entry{cursor:pointer;position:relative;display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:80px;padding:14px 18px;background:var(--surface);transition:background-color 160ms}
.entry>span:first-child{min-width:0}
.entry strong{transition:color 160ms;display:block;font-size:15px;line-height:1.6;font-weight:500}
.entry small{display:block;margin-bottom:4px;color:var(--muted);font-size:13px;line-height:1.7;overflow-wrap:anywhere}

.entry:focus-visible{z-index:1;outline-offset:-3px}

.entry:active{background:#efefeb}
.consult{background:transparent;padding:0 0 20px;min-height:100px;gap:24px}
.consult strong{font-size:26px;font-weight:700;line-height:1.3;margin-bottom:10px;letter-spacing:-.025em}
.consult small{margin:0;font-size:14px;line-height:1.8}
.line-button{display:flex;align-items:center;justify-content:center;gap:20px;min-height:48px;min-width:200px;padding:12px 18px;background:var(--orange);color:#fff;font-size:14px;font-weight:700;flex-shrink:0;transition:background-color 160ms}
.consult:focus-visible{outline-offset:5px}
.section-note{margin:-3px 0 12px;color:var(--muted);font-size:14px}
.contact-note{margin:10px 0 0;color:var(--muted);font-size:13px;line-height:1.8}
@media(hover:hover) and (pointer:fine){.entry:not(.consult):hover{background:#efefeb;z-index:1;outline:1px solid var(--muted)}.entry:not(.consult):hover{--pixel-on:1}.entry:not(.consult):focus-visible{outline:2px solid var(--orange);outline-offset:-3px}.consult:hover .line-button{background:var(--orange-dark)}}
.site-footer{border-top:1px solid var(--line);margin-top:32px;padding-block:28px 16px;container-type:inline-size}.footer-wordmark{margin:0;color:#e7e7e2;font-size:clamp(20px,8cqw,88px);font-weight:900;line-height:1.15;letter-spacing:-.065em;white-space:nowrap;user-select:none}main:focus{outline:none}
@media(max-width:700px){.site-header{height:66px}.header-inner,.page{width:calc(100% - 40px)}.brand img{width:186px;height:40px}.page-heading{padding:28px 0 28px}h1{font-size:28px;margin-bottom:10px}.page-heading p{font-size:14px;max-width:22em}.link-groups{gap:28px}h2{font-size:17px}.link-list{grid-template-columns:1fr}.entry{min-height:78px;padding:14px 18px}.consult{padding:0 0 20px;align-items:flex-start;flex-direction:column;gap:18px}.consult strong{font-size:25px}.line-button{min-width:210px}.site-footer{margin-top:28px;padding-block:18px 24px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important}.entry:not(.consult):hover{transform:none}}

/* Interaction-only node/path; no permanent icon or change in layout. */
.entry:not(.consult){--pixel-on:0}
.entry:not(.consult)::before,.entry:not(.consult)::after{content:"";position:absolute;pointer-events:none;background:var(--orange);opacity:var(--pixel-on)}
.entry:not(.consult)::before{top:8px;right:18px;width:7px;height:7px;transition:opacity 60ms steps(1,end)}
.entry:not(.consult)::after{top:11px;right:25px;width:16px;height:1px;transform:scaleX(var(--pixel-on));transform-origin:right;transition:transform 120ms steps(2,end) 60ms,opacity 60ms steps(1,end)}
.entry:not(.consult):focus-visible,.entry:not(.consult):active{--pixel-on:1}
@media(hover:hover) and (pointer:fine){.entry:not(.consult):hover{--pixel-on:1}}
@media(prefers-reduced-motion:reduce){.entry::before,.entry::after{transition:none!important}}
