*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  background: #faf9f7;
  color: #1a1410;
  line-height: 1.7;
}
.container { max-width: 680px; margin: 0 auto; padding: 0 20px; }
header { padding: 32px 0 24px; border-bottom: 2px solid #1a1410; }
.site-name { font-size: 13px; letter-spacing: 0.2em; opacity: 0.5; margin-bottom: 12px; }
h1 { font-size: clamp(22px, 5vw, 32px); font-weight: 700; line-height: 1.3; }
.intro { margin: 24px 0 32px; font-size: 15px; color: #3a3330; line-height: 1.8; }
.quote-list { list-style: none; margin-bottom: 40px; }
.quote-item {
  border-left: 3px solid #c8341e;
  margin-bottom: 16px;
  padding: 14px 16px;
  background: #fff;
  transition: background 0.15s;
}
.quote-item:hover { background: #fdf6ee; }
.quote-link {
  display: block;
  font-size: 16px;
  color: #1a1410;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
}
.quote-link:hover { color: #c8341e; }
.cta-box {
  background: #1a1410;
  color: #f4ecd8;
  padding: 32px 28px;
  margin-bottom: 40px;
  text-align: center;
}
.cta-box p { font-size: 14px; opacity: 0.75; margin-bottom: 16px; }
.cta-btn {
  display: inline-block;
  background: #c8341e;
  color: #f4ecd8;
  padding: 12px 36px;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.cta-btn:hover { opacity: 0.88; }
.related { border-top: 1px solid #e0d8cc; padding-top: 28px; margin-bottom: 40px; }
.related h2 { font-size: 13px; letter-spacing: 0.15em; opacity: 0.5; margin-bottom: 16px; }
.related a {
  display: inline-block;
  margin: 0 8px 10px 0;
  padding: 6px 14px;
  border: 1px solid #ccc;
  font-size: 13px;
  color: #3a3330;
  text-decoration: none;
  background: #fff;
}
.related a:hover { border-color: #c8341e; color: #c8341e; }
footer { padding: 20px 0; border-top: 1px solid #e0d8cc; font-size: 12px; opacity: 0.45; text-align: center; }
@media (max-width: 480px) {
  .quote-link { font-size: 15px; }
  .cta-box { padding: 24px 20px; }
}
