:root{--paper:#f5f0e7;--cream:#fffaf1;--ink:#24231f;--muted:#69645c;--red:#88382f;--green:#29473b;--line:rgba(36,35,31,.16)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"PingFang TC","Microsoft JhengHei",system-ui,sans-serif}a{color:inherit}h1,h2,h3{font-family:"Songti TC","PMingLiU",Georgia,serif}p,li{line-height:1.8}.wrap{width:min(980px,calc(100% - 36px));margin:auto}header{border-bottom:1px solid var(--line)}.head{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{text-decoration:none;font-family:"Songti TC",serif;font-size:22px;font-weight:700;letter-spacing:.1em}.back{font-size:13px}.hero{padding:80px 0 68px;display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:center}.eyebrow{color:var(--red);font-size:11px;font-weight:800;letter-spacing:.17em}.hero h1{font-size:clamp(42px,6vw,68px);line-height:1.12;margin:14px 0 20px}.lead{color:#504c45;font-size:18px}.panel{padding:33px;background:var(--cream);border:1px solid var(--line);box-shadow:0 20px 48px rgba(48,38,25,.12)}.panel h2{font-size:27px;margin-top:0}.btn{display:inline-flex;min-height:49px;align-items:center;justify-content:center;padding:0 22px;background:var(--red);color:white;text-decoration:none;border-radius:4px;font-weight:700}.section{padding:70px 0}.section.alt{background:#e9e0d3}.section h2{font-size:clamp(32px,4vw,47px);line-height:1.25}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{padding:26px;border:1px solid var(--line);background:rgba(255,255,255,.45)}.card h3{font-size:22px}.notice{padding:24px;border-left:4px solid var(--red);background:var(--cream)}.cta{padding:65px 0;background:var(--green);color:white;text-align:center}.cta p{color:#d6dfd9}.links{margin-top:25px;font-size:13px;color:#d6dfd9}footer{padding:30px 0;background:#201f1c;color:#f5efe4;font-size:12px}.foot{display:flex;justify-content:space-between;gap:25px}.fine{color:var(--muted);font-size:12px}@media(max-width:700px){.hero,.grid{grid-template-columns:1fr}.hero{padding:52px 0;gap:30px}.section{padding:53px 0}.head{min-height:60px}.hero h1{font-size:43px}.foot{flex-direction:column}}
