* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: "Noto Serif TC", "PMingLiU", serif;
  color: #333;
  background: #fff;
  line-height: 1.9;
}
a { color: #333; text-decoration: none; }
a:hover { color: #000; }

.site-header { text-align: center; padding: 48px 16px 8px; }
.site-title { font-size: 34px; letter-spacing: 2px; font-weight: 700; }
.site-title a { color: #111; }
.site-nav { margin: 26px 0 20px; }
.site-nav a, .site-footer nav a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  color: #aaa;
  margin: 0 14px;
  text-transform: uppercase;
}
.site-nav a.active, .site-nav a:hover, .site-footer nav a:hover { color: #222; }

.content { max-width: 840px; margin: 0 auto; padding: 12px 20px 60px; }

/* home */
.banner img { width: 100%; display: block; }
.home-section { text-align: center; padding: 34px 0 26px; }
.home-section h2, .list-header h1 {
  font-size: 28px; letter-spacing: 3px; font-weight: 700; color: #222;
  margin-bottom: 18px;
}
.home-section + .home-section { border-top: 1px solid #e5e5e5; }
.btn {
  display: inline-block; background: #2f2f2f; color: #fff; padding: 10px 22px;
  font-family: "Josefin Sans", sans-serif; font-size: 12px; letter-spacing: 2px;
  margin-top: 16px;
}
.btn:hover { background: #000; color: #fff; }
.update-list { list-style: none; color: #777; }

/* list pages */
.list-header { text-align: center; padding: 10px 0 26px; }
.post-card { display: flex; gap: 22px; padding: 26px 0; border-top: 1px solid #e7e7e7; align-items: flex-start; }
.post-card:last-child { border-bottom: 1px solid #e7e7e7; }
.post-card .thumb { flex: 0 0 180px; }
.post-card .thumb img { width: 180px; height: 130px; object-fit: cover; display: block; }
.post-card h2 { font-size: 20px; line-height: 1.5; margin-bottom: 4px; }
.post-card .date { color: #999; font-size: 13px; margin-bottom: 8px; }
.post-card .ex { color: #555; font-size: 15px; }
.post-card .more { font-family: "Josefin Sans", sans-serif; font-size: 12px; letter-spacing: 1px; color: #888; }
.post-card .more:hover { color: #222; }

/* post page */
.post-title { font-size: 26px; text-align: center; margin: 8px 0 4px; line-height: 1.5; }
.post-meta { text-align: center; color: #999; font-size: 13px; margin-bottom: 30px; }
.post-body { font-size: 16px; }
.post-body h2 { font-size: 20px; margin: 28px 0 12px; }
.post-body p { margin: 14px 0; }
.post-body img { display: block; max-width: 100%; margin: 18px auto; }
.post-body a { color: #4a6fa5; }
.post-body a:hover { text-decoration: underline; }
.video { text-align: center; margin: 24px 0; }
.video iframe { max-width: 100%; }
.back-link { margin-top: 40px; text-align: center; }
.back-link a { font-family: "Josefin Sans", sans-serif; font-size: 13px; letter-spacing: 1px; color: #888; }

/* contact */
.members { display: flex; gap: 30px; justify-content: center; flex-wrap: wrap; margin: 20px 0 36px; }
.member { text-align: center; }
.member img { width: 200px; height: 200px; object-fit: cover; border-radius: 4px; }
.member h3 { margin-top: 10px; letter-spacing: 2px; }

.site-footer { text-align: center; padding: 30px 16px 50px; border-top: 1px solid #e5e5e5; }
.site-footer .fine { color: #aaa; font-size: 12px; margin-top: 14px; }

/* gallery2 */
.g2grid { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.g2grid img { width: 130px; height: 130px; object-fit: cover; }

@media (max-width: 640px) {
  .post-card { flex-direction: column; }
  .post-card .thumb img { width: 100%; height: auto; }
}
