/* Wordsmithie Blog & Single Post — design assets
   Loaded only on the blog archive + single post templates this plugin controls. */

.wst-wrap { max-width: 1360px; margin: 0 auto; background: #fff; font-family: 'Poppins', sans-serif; -webkit-font-smoothing: antialiased; }
.wst-wrap h1, .wst-wrap h2, .wst-wrap h3, .wst-wrap h4 { font-family: 'Montserrat', sans-serif; text-wrap: balance; }
.wst-wrap p, .wst-wrap li { text-wrap: pretty; }

.wst-ph { background-image: repeating-linear-gradient(135deg, #e2ded8, #e2ded8 10px, #d8d3cb 10px, #d8d3cb 20px); display: flex; align-items: center; justify-content: center; color: #8a8378; font: 500 11px/1.4 ui-monospace, Menlo, monospace; text-align: center; }
.wst-ph img { width: 100%; height: 100%; object-fit: cover; display: block; }

.wst-cat { display: inline-block; font: 700 10.5px 'Montserrat', sans-serif; letter-spacing: .06em; text-transform: uppercase; padding: 5px 12px; border-radius: 2px; white-space: nowrap; }
.wst-meta { display: flex; align-items: center; gap: 8px; font: 500 12px 'Poppins', sans-serif; color: #6B6866; flex-wrap: wrap; }
.wst-avatar { width: 26px; height: 26px; border-radius: 50%; flex: none; object-fit: cover; background: #e2ded8; }
.wst-title { font: 700 1em/1.28 'Montserrat', sans-serif; color: #1D2327; margin: 0; }
.wst-btn { display: inline-flex; align-items: center; gap: 6px; font: 700 12px 'Montserrat', sans-serif; letter-spacing: .03em; text-transform: uppercase; color: #B31412; text-decoration: none; }
.wst-crumb { font: 500 12.5px 'Poppins', sans-serif; color: #6B6866; }
.wst-crumb a { color: #6B6866; text-decoration: none; }
.wst-crumb a:hover { color: #B31412; }

/* Archive */
.wst-hero-head { padding: 56px 56px 8px; }
.wst-hero-eyebrow { font: 700 11px 'Montserrat', sans-serif; letter-spacing: .12em; text-transform: uppercase; color: #B31412; margin-bottom: 10px; }
.wst-hero-h1 { font: 800 40px/1.15 'Montserrat', sans-serif; color: #1D2327; margin: 0 0 6px; }
.wst-hero-sub { font: 400 15px/1.6 'Poppins', sans-serif; color: #6B6866; margin: 0 0 32px; max-width: 640px; }

.wst-featured { padding: 0 56px 48px; display: flex; gap: 36px; flex-wrap: wrap; }
.wst-featured-media { flex: 1.15; min-width: 320px; display: block; text-decoration: none; }
.wst-featured-media .wst-ph { height: 360px; border-radius: 2px; overflow: hidden; }
.wst-featured-body { flex: 1; min-width: 280px; display: flex; flex-direction: column; justify-content: center; gap: 16px; }
.wst-featured-title { font-size: 30px; }
.wst-featured-excerpt { font: 400 14.5px/1.7 'Poppins', sans-serif; color: #6B6866; margin: 0; }

.wst-divider { height: 1px; background: rgba(0,0,0,.08); margin: 0 56px; }

.wst-grid { padding: 48px 56px 60px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; background: #FBFAF8; }
.wst-card { text-decoration: none; display: flex; flex-direction: column; gap: 14px; }
.wst-card .wst-ph { height: 180px; border-radius: 2px; overflow: hidden; }
.wst-card-title { font-size: 18px; }
.wst-card-excerpt { font: 400 13.5px/1.6 'Poppins', sans-serif; color: #6B6866; margin: 0; }

.wst-pagination { padding: 36px; display: flex; justify-content: center; border-top: 1px solid rgba(0,0,0,.08); }
.wst-pagination .page-numbers { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 2px; border: 1px solid rgba(0,0,0,.15); color: #1D2327; font: 700 13px 'Montserrat', sans-serif; text-decoration: none; margin: 0 5px; }
.wst-pagination .page-numbers.current { background: #B31412; color: #fff; border-color: #B31412; }

/* Single post */
.wst-single-inner { max-width: 820px; margin: 0 auto; padding: 44px 24px 0; }
.wst-single-header { max-width: 820px; margin: 0 auto; padding: 28px 24px 0; }
.wst-single-h1 { font: 800 42px/1.2 'Montserrat', sans-serif; color: #1D2327; margin: 18px 0 20px; }
.wst-byline { display: flex; align-items: center; gap: 12px; padding-bottom: 32px; border-bottom: 1px solid rgba(0,0,0,.08); }
.wst-byline-name { font: 600 13.5px 'Poppins', sans-serif; color: #1D2327; }
.wst-byline-meta { font: 400 12.5px 'Poppins', sans-serif; color: #6B6866; }

.wst-featured-image-wrap { max-width: 1080px; margin: 0 auto; padding: 32px 24px 0; }
.wst-featured-image-wrap .wst-ph { height: 420px; border-radius: 2px; overflow: hidden; }

.wst-body-row { max-width: 820px; margin: 0 auto; padding: 44px 24px 0; display: flex; gap: 48px; }
.wst-share-rail { flex: none; width: 56px; position: sticky; top: 24px; align-self: flex-start; display: flex; flex-direction: column; gap: 12px; }
.wst-share-btn { width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(0,0,0,.12); display: flex; align-items: center; justify-content: center; font: 700 11px 'Montserrat', sans-serif; color: #1D2327; text-decoration: none; }
.wst-share-btn:hover { background: #F9F7F4; }

.wst-article { flex: 1; min-width: 0; font: 400 17px/1.85 'Poppins', sans-serif; color: #2B2B2B; }
.wst-article p { margin: 0 0 26px; }
.wst-article h2 { font: 700 26px/1.3 'Montserrat', sans-serif; color: #1D2327; margin: 40px 0 18px; }
.wst-article blockquote { margin: 32px 0; padding: 4px 0 4px 24px; border-left: 4px solid #F5C100; font: 500 italic 19px/1.6 'Poppins', sans-serif; color: #1D2327; }
.wst-article img { max-width: 100%; height: auto; }

.wst-tags { max-width: 820px; margin: 0 auto; padding: 36px 24px 0; display: flex; gap: 10px; flex-wrap: wrap; }
.wst-tag { font: 500 12.5px 'Poppins', sans-serif; color: #6B6866; padding: 6px 14px; border: 1px solid rgba(0,0,0,.12); border-radius: 2px; text-decoration: none; }

.wst-author-box { max-width: 820px; margin: 44px auto 0; padding: 32px 24px; background: #F9F7F4; display: flex; gap: 22px; flex-wrap: wrap; }
.wst-author-avatar { width: 76px; height: 76px; border-radius: 50%; flex: none; object-fit: cover; background: #e2ded8; }
.wst-author-name { font: 700 15px 'Montserrat', sans-serif; color: #1D2327; margin-bottom: 4px; }
.wst-author-bio { font: 400 13.5px/1.7 'Poppins', sans-serif; color: #6B6866; margin: 0 0 10px; }

.wst-newsletter { background: #B31412; margin-top: 64px; padding: 52px 24px; text-align: center; }
.wst-newsletter-inner { max-width: 560px; margin: 0 auto; }
.wst-newsletter-eyebrow { font: 700 11px 'Montserrat', sans-serif; letter-spacing: .12em; text-transform: uppercase; color: #F5C100; margin-bottom: 10px; }
.wst-newsletter-h3 { font: 800 24px/1.3 'Montserrat', sans-serif; color: #fff; margin: 0 0 20px; }

.wst-related-wrap { max-width: 1200px; margin: 0 auto; padding: 64px 24px 80px; }
.wst-related-eyebrow { font: 700 12px 'Montserrat', sans-serif; letter-spacing: .1em; text-transform: uppercase; color: #163DAA; margin-bottom: 20px; }
.wst-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.wst-related-card .wst-ph { height: 170px; border-radius: 2px; overflow: hidden; }
.wst-related-title { font: 700 16px/1.3 'Montserrat', sans-serif; color: #1D2327; margin: 0; }
.wst-related-meta { font: 400 12px 'Poppins', sans-serif; color: #6B6866; }

@media (max-width: 900px) {
  .wst-featured { flex-direction: column; }
  .wst-grid, .wst-related-grid { grid-template-columns: 1fr; }
  .wst-body-row { flex-direction: column; }
  .wst-share-rail { flex-direction: row; position: static; width: auto; }
  .wst-hero-head, .wst-featured, .wst-grid { padding-left: 24px; padding-right: 24px; }
}
