.static-seo-page { background: #090909; color: #f4f0e8; }
.static-header { position: relative; background: #090909; }
.static-shell { width: min(1120px, calc(100% - 48px)); margin: 0 auto; padding: 40px 0 80px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 10px; color: rgba(244,240,232,.62); font-size: .86rem; margin-bottom: 30px; }
.breadcrumb a { color: inherit; text-decoration: none; }
.breadcrumb a:hover { color: var(--accent, #d9a85c); }
.static-hero { padding: 42px 0 34px; border-bottom: 1px solid rgba(244,240,232,.14); }
.static-hero h1 { margin: 0 0 18px; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(2.4rem, 5vw, 4.4rem); line-height: 1.18; }
.static-hero p { max-width: 760px; color: rgba(244,240,232,.72); line-height: 1.9; }
.static-card, .seo-link-index { margin-top: 34px; padding: 28px; border: 1px solid rgba(244,240,232,.14); background: #111110; }
.detail-card { display: grid; grid-template-columns: minmax(180px, 320px) minmax(0, 1fr); gap: 28px; align-items: start; }
.detail-image { width: 100%; max-height: 360px; object-fit: contain; background: #171614; }
.static-kicker, .seo-link-index .eyebrow { color: var(--accent, #d9a85c); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.static-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin: 22px 0; border-top: 1px solid rgba(244,240,232,.14); }
.static-facts div { padding: 12px 0; border-bottom: 1px solid rgba(244,240,232,.14); }
.static-facts dt { color: rgba(244,240,232,.58); font-size: .78rem; }
.static-facts dd { margin: 5px 0 0; }
.static-tags, .static-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.static-tags a, .static-actions a { color: #f4f0e8; text-decoration: none; border: 1px solid rgba(244,240,232,.18); padding: 9px 12px; }
.static-actions a:first-child { border-color: rgba(217,168,92,.7); color: #f0cf95; }
.static-list, .seo-link-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.static-list a, .seo-link-list a { display: grid; gap: 4px; padding: 12px; color: #f4f0e8; text-decoration: none; border-bottom: 1px solid rgba(244,240,232,.12); }
.static-list span { color: rgba(244,240,232,.62); font-size: .84rem; }
.seo-link-index { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.seo-link-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.seo-link-columns h3 { font-size: 1rem; }
@media (max-width: 780px) { .detail-card, .static-list, .seo-link-list, .seo-link-columns, .static-facts { grid-template-columns: 1fr; } }
