/* BLOG / TEAM: MakeShop's monochrome typography, spacing and rounded footer. */
body { color: #242325; background: #fff; font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif; line-height: 1.7; }
.hsx-site-shell { min-height: 100vh; display: flex; flex-direction: column; }
.hsx-site-shell > .main { flex: 1; }
.hsx-content, .hsx-footer { box-sizing: border-box; }
.hsx-content *, .hsx-footer * { box-sizing: border-box; }
.hsx-content { max-width: 1200px; margin: 0 auto; padding: 26px 32px 72px; }
.hsx-content a { color: #242325; text-decoration: none; }
.hsx-content a:hover { text-decoration: underline; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #777; outline-offset: 5px; }
.hsx-breadcrumb { font-size: 16px; margin-bottom: 34px; color: #666; }
.hsx-breadcrumb ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.hsx-breadcrumb li { min-width: 0; overflow-wrap: anywhere; }
.hsx-breadcrumb li + li::before { content: ">"; margin-right: 8px; color: #999; }
.hsx-page-heading { text-align: center; margin: 0 0 44px; }
.hsx-page-heading h1 { font-size: 28px; font-weight: 700; letter-spacing: .08em; line-height: 1.4; margin: 0; }
.hsx-page-heading p { font-size: 16px; color: #666; margin: 12px 0 0; }
.hsx-blog-layout { display: grid; grid-template-columns: minmax(0, 1fr) 200px; gap: 52px; }
.hsx-blog-list { border-top: 1px solid #ddd; }
.hsx-blog-card { display: grid; grid-template-columns: 200px minmax(0,1fr); gap: 26px; padding: 26px 0; border-bottom: 1px solid #ddd; margin: 0; }
.hsx-card-image { display: block; align-self: start; }
.hsx-card-image > img, .hsx-card-image > .hsx-image-placeholder { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; height: auto; }
.hsx-image-placeholder { background: #111; display: flex !important; align-items: center; justify-content: center; }
.hsx-image-placeholder img { width: 65%; height: auto; }
.hsx-card-body h2 { font-size: 18px; line-height: 1.6; margin: 8px 0 10px; font-weight: 700; overflow-wrap: anywhere; }
.hsx-meta { display: flex; gap: 14px; flex-wrap: wrap; font-size: 14px; color: #666; }
.hsx-meta a { color: #666; }
.hsx-excerpt { font-size: 16px; color: #666; margin: 0 0 12px; overflow-wrap: anywhere; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hsx-author { font-size: 14px; }
.hsx-blog-sidebar section { margin-bottom: 30px; }
.hsx-blog-sidebar h2 { color: #fff; background: #000; margin: 0 0 12px; padding: 8px 12px; font-size: 16px; letter-spacing: .05em; font-weight: 700; }
.hsx-blog-sidebar ul { list-style: none; padding: 0; margin: 0; font-size: 16px; }
.hsx-blog-sidebar li { padding: 7px 0; border-bottom: 1px solid #eee; }
.hsx-blog-sidebar .children { padding-left: 12px; }
.hsx-feed { font-size: 14px; }
.hsx-empty { text-align: center; padding: 64px 12px; color: #666; }
.hsx-content .pagination { margin: 36px 0; }
.hsx-content .pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.hsx-content .page-numbers { display: inline-block; border: 1px solid #ddd; padding: 7px 13px; font-size: 16px; }
.hsx-content .page-numbers.current { background: #000; color: #fff; border-color: #000; }
.hsx-content--article { max-width: 864px; }
.hsx-article-heading { margin: 0 0 28px; }
.hsx-eyebrow { font-size: 14px; letter-spacing: .12em; font-weight: 700; margin: 0 0 12px; }
.hsx-article-heading h1 { font-size: 28px; line-height: 1.6; margin: 0 0 20px; font-weight: 700; overflow-wrap: anywhere; }
.hsx-article-image { display: block; width: auto; max-width: 100%; height: auto; margin: 0 auto 32px; }
.hsx-prose { font-size: 16px; line-height: 1.9; margin: 0; overflow-wrap: anywhere; }
.hsx-prose a { text-decoration: underline; }
.hsx-prose h2, .hsx-prose h3, .hsx-prose h4 { font-weight: 700; margin: 1.7em 0 .8em; }
.hsx-prose h2 { font-size: 1.5em; }
.hsx-prose h3 { font-size: 1.25em; }
.hsx-prose p { margin: 0 0 1.5em; }
.hsx-prose img, .hsx-prose video { max-width: 100%; height: auto; }
.hsx-prose iframe { display: block; max-width: 100%; border: 0; }
.hsx-prose iframe[src*="youtube"], .hsx-prose iframe[src*="vimeo"] { width: 100%; height: auto; aspect-ratio: 16/9; }
.hsx-prose figure { max-width: 100%; margin: 1.5em 0; }
.hsx-prose table { display: block; max-width: 100%; overflow-x: auto; }
.hsx-prose td, .hsx-prose th { padding: 8px; border: 1px solid #ddd; }
.hsx-prose ul, .hsx-prose ol { margin: 0 0 1.5em; padding-left: 1.5em; }
.hsx-prose blockquote { border-left: 3px solid #000; margin: 1.5em 0; padding: 12px 24px; background: #f6f6f6; }
.hsx-article-taxonomy { border-top: 1px solid #ddd; margin-top: 32px; padding-top: 16px; font-size: 14px; }
.hsx-content .post-navigation, .hsx-post-navigation { margin: 40px 0 24px; }
.hsx-content .post-navigation .nav-links, .hsx-post-navigation { display: flex; gap: 24px; justify-content: space-between; }
.hsx-content .post-navigation .nav-previous, .hsx-content .post-navigation .nav-next, .hsx-post-navigation > a { width: calc(50% - 12px); font-size: 16px; overflow-wrap: anywhere; }
.hsx-content .post-navigation span, .hsx-post-navigation span { display: block; color: #777; font-size: 13px; margin-bottom: 6px; }
.hsx-content .post-navigation .nav-next, .hsx-next { text-align: right; margin-left: auto; }
.hsx-back { text-align: center; margin: 32px 0; }
.hsx-back a { display: inline-block; border: 1px solid #000; padding: 12px 32px; font-size: 16px; }
.hsx-content--team { max-width: 1000px; }
.hsx-video { aspect-ratio: 16/9; margin: 0 auto 44px; background: #f5f5f5; max-width: 800px; }
.hsx-video iframe { display: block; width: 100%; height: 100%; border: 0; }
.hsx-team-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px 24px; margin-bottom: 52px; }
.hsx-team-card { margin: 0; text-align: center; }
.hsx-team-card a { display: block; }
.hsx-team-card a > img, .hsx-team-card .hsx-image-placeholder { display: block; width: 100%; aspect-ratio: 1/1; object-fit: cover; height: auto; }
.hsx-team-card h2 { font-size: 16px; margin: 14px 0 0; line-height: 1.6; font-weight: 700; overflow-wrap: anywhere; }
.hsx-team-profile .hsx-article-heading { text-align: center; }
.hsx-footer { background: #000; color: #fff; border-radius: 100% 100% 0 0 / 100px 100px 0 0; box-shadow: 0 0 10px #0006; padding: 60px 28px 24px; margin-top: 40px; font-size: 13px; }
.hsx-footer-inner { max-width: 960px; margin: auto; }
.hsx-footer a, .hsx-footer a:visited { color: #fff; text-decoration: none; }
.hsx-footer a:hover { text-decoration: underline; }
.hsx-footer-nav { display: flex; gap: 28px; align-items: baseline; margin-bottom: 24px; }
.hsx-footer-nav h2 { font-size: 14px; font-weight: 700; white-space: nowrap; margin: 0; }
.hsx-footer-nav ul { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 0; padding: 0; list-style: none; }
.hsx-footer-guides { max-width: 800px; margin: auto; }
.hsx-footer-guide { border-bottom: 1px solid #444; }
.hsx-footer-guide summary { font-size: 14px; font-weight: 700; cursor: pointer; padding: 13px 0; list-style: none; display: flex; justify-content: space-between; }
.hsx-footer-guide summary::-webkit-details-marker { display: none; }
.hsx-footer-guide summary::after { content: '+'; margin-left: 12px; }
.hsx-footer-guide[open] summary::after { content: '−'; }
.hsx-footer-guide .guide-contents { padding: 12px 0 24px; color: #ddd; line-height: 1.9; }
.hsx-footer-guide p { margin: 0; }
.hsx-social { display: flex; justify-content: center; align-items: center; gap: 16px; list-style: none; margin: 28px 0 16px; padding: 0; }
.hsx-social img { display: block; height: 28px; width: auto; }
.hsx-copyright { text-align: center; font-size: 11px; color: #eee; margin: 24px 0 0; }
body.admin-bar #hsx-header { top: 32px; }
@media (max-width: 782px) { body.admin-bar #hsx-header { top: 46px; } }
@media (max-width: 767px) {
 .hsx-content { padding: 20px 18px 40px; }
 .hsx-breadcrumb { margin-bottom: 28px; }
 .hsx-page-heading { margin-bottom: 30px; }
 .hsx-page-heading h1, .hsx-article-heading h1 { font-size: 23px; }
 .hsx-blog-layout { grid-template-columns: minmax(0,1fr); gap: 40px; }
 .hsx-blog-card { grid-template-columns: 110px minmax(0,1fr); gap: 16px; padding: 20px 0; }
 .hsx-card-body h2 { font-size: 16px; margin: 6px 0; }
 .hsx-meta { font-size: 13px; gap: 6px 12px; }
 .hsx-excerpt { display: none; }
 .hsx-team-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 26px 16px; }
 .hsx-team-card h2 { font-size: 16px; }
 .hsx-video { margin-bottom: 28px; }
 .hsx-footer { padding: 52px 24px 24px; border-radius: 100% 100% 0 0 / 60px 60px 0 0; }
 .hsx-footer-nav { display: block; }
 .hsx-footer-nav ul { margin-top: 16px; gap: 12px 20px; }
}
@media (prefers-reduced-motion: reduce) { .hsx-mobile-menu { transition: none; } }
/* Neutralize the legacy global header rule inside editorial content. */
.hsx-content header { background: transparent; position: static; width: auto; height: auto; }

/* Match MakeShop category-page breadcrumb/title geometry (1280px outer container). */
.hsx-content.hsx-content--listing {
 width:100%; max-width:1280px; padding:55px 12px 72px 36px;
}
.hsx-content--listing .hsx-breadcrumb {
 color:#000; line-height:1.6; margin:0 0 24px; text-align:left;
}
.hsx-content--listing .hsx-breadcrumb a,
.hsx-content--listing .hsx-breadcrumb li + li::before { color:#000; }
.hsx-content--listing .hsx-page-heading { text-align:left; margin:0 0 24px; }
.hsx-content--listing .hsx-page-heading h1 {
 color:#000; font-size:27.2px; font-weight:400; letter-spacing:normal; line-height:1.6; margin:0;
}
.hsx-content--listing .hsx-team-grid { max-width:936px; margin-left:auto; margin-right:auto; }
@media(max-width:1023px) {
 .hsx-content.hsx-content--listing { padding:25px 12px 40px; }
}
