/* SEO content additions - 2026-09-01 */
.hero .hero-brand{
  margin:0;
  font-size:clamp(34px,6.2vw,82px);
  line-height:1.04;
  letter-spacing:-.065em;
  font-weight:720;
  white-space:nowrap;
  word-break:keep-all;
  overflow-wrap:normal;
}
.seo-content-section{padding-top:80px;padding-bottom:80px}
.seo-copy-head{max-width:850px;margin-bottom:30px}
.seo-page-h1{margin:0;font-size:clamp(30px,4.4vw,50px);line-height:1.08;letter-spacing:-.055em;font-weight:720}
.seo-intro{margin:16px 0 0;color:var(--muted);font-size:14px;line-height:1.95;max-width:820px}
.seo-topic-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.seo-topic-card{min-height:165px;padding:22px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.022));display:flex;flex-direction:column;gap:10px;transition:.22s ease}
.seo-topic-card:hover{transform:translateY(-2px);background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.032))}
.seo-topic-name{font-size:13px;font-weight:700;color:rgba(255,255,255,.72)}
.seo-topic-quote{font-size:17px;line-height:1.72;font-weight:610;letter-spacing:-.02em}
.seo-topic-author{margin-top:auto;color:rgba(255,255,255,.46);font-size:12px}
.seo-special-links,.seo-related{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:22px}
.seo-special-links a,.seo-related a{display:inline-flex;align-items:center;min-height:38px;padding:8px 13px;border:1px solid rgba(255,255,255,.10);border-radius:999px;background:rgba(255,255,255,.04);color:rgba(255,255,255,.72);font-size:12px;transition:.2s ease}
.seo-special-links a:hover,.seo-related a:hover{background:rgba(255,255,255,.09);color:#fff}
.seo-related>span{color:rgba(255,255,255,.42);font-size:12px}
.seo-quote-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.seo-quote-card{min-height:150px;padding:20px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.02));display:flex;flex-direction:column}
.seo-quote-text,.seo-quote-en,.seo-quote-ja{margin:0;font-size:17px;line-height:1.75;letter-spacing:-.02em;font-weight:600}
.seo-quote-en{font-family:Georgia,"Times New Roman",serif;letter-spacing:0;font-weight:500}
.seo-quote-ja{margin-top:11px;color:rgba(255,255,255,.78);font-size:14px;font-weight:500}
.seo-quote-meta{display:flex;justify-content:space-between;gap:12px;align-items:flex-end;margin-top:auto;padding-top:17px;color:rgba(255,255,255,.46);font-size:11px;line-height:1.5}
.seo-quote-meta span:last-child{text-align:right}
@media(max-width:620px){
  .hero .hero-brand{font-size:clamp(30px,9.4vw,50px)}
  .seo-content-section{padding-top:68px;padding-bottom:68px}
  .seo-topic-grid,.seo-quote-grid{grid-template-columns:1fr}
  .seo-topic-card{min-height:145px;padding:19px}
  .seo-quote-card{min-height:0;padding:18px}
  .seo-page-h1{font-size:34px}
}
@media(max-width:390px){
  .hero .hero-brand{font-size:clamp(28px,9.2vw,39px)}
  .seo-page-h1{font-size:31px}
}
@media(max-width:340px){.hero .hero-brand{font-size:27px;letter-spacing:-.075em}}
