/* 特別感謝頁 */

.thanks-header { padding: 80px var(--pad-x) 56px; border-bottom: 1px solid var(--divider); max-width: 820px; }
.thanks-header .page-eyebrow { font-family: var(--font-en); font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--accent); margin-bottom: 20px; }
.thanks-header .page-title { font-family: var(--font-zh); font-weight: 900; font-size: clamp(34px,4.5vw,52px); line-height: 1.1; color: var(--fg); letter-spacing: -0.02em; margin-bottom: 28px; }
.thanks-lead { font-family: var(--font-zh); font-weight: 300; font-size: 17px; line-height: 2.0; color: #AAAAAA; }
.thanks-lead p { margin-bottom: 16px; }
.thanks-lead strong { color: var(--fg); font-weight: 700; }

.thanks-section { padding: 72px var(--pad-x); border-bottom: 1px solid var(--divider); }
.thanks-group-title { font-family: var(--font-zh); font-weight: 900; font-size: 24px; color: var(--fg); margin-bottom: 4px; }
.thanks-group-title-en { font-family: var(--font-en); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); margin-bottom: 36px; }

.thanks-names { display: flex; flex-wrap: wrap; gap: 10px 12px; }
.thanks-name {
  font-family: var(--font-zh); font-weight: 400; font-size: 15px; color: var(--fg);
  padding: 12px 20px; border: 1px solid var(--divider);
  transition: border-color 0.2s, color 0.2s;
}
.thanks-name:hover { border-color: var(--accent); color: var(--accent); }
/* 有連結的感謝對象:整格可點,hover 顯示可點提示 */
.thanks-name a { display: block; margin: -12px -20px; padding: 12px 20px; color: inherit; text-decoration: none; }
.thanks-name:has(a) { cursor: pointer; }
.thanks-name:has(a):hover { text-decoration: underline; text-underline-offset: 4px; }

.thanks-note { margin-top: 40px; font-family: var(--font-zh); font-weight: 300; font-size: 15px; line-height: 1.9; color: var(--muted); }

@media (max-width: 880px) {
  .thanks-name { font-size: 14px; padding: 10px 16px; }
  .thanks-name a { margin: -10px -16px; padding: 10px 16px; }
}
