/* ================================================================
   Topcityvibe Pro — Single Post & Archive Pages
================================================================ */
.single-wrap { padding: 28px 0 60px; }
.single-grid { display: grid; grid-template-columns: 1fr 300px; gap: 28px; align-items: start; }

.gmn-breadcrumb { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; font-size: 12px; color: var(--text-faint); margin-bottom: 18px; }
.gmn-breadcrumb a { color: var(--text-muted); }
.gmn-breadcrumb a:hover { color: var(--green); }
.gmn-breadcrumb .sep { color: var(--border); font-size: 10px; }

.article-cats { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 12px; }
.article-cat { display: inline-block; background: var(--green); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase; padding: 4px 10px; border-radius: 3px; text-decoration: none; }

.article-title { font-family: var(--f-disp); font-size: clamp(22px,3.5vw,38px); font-weight: 800; line-height: 1.15; color: var(--text); margin-bottom: 12px; letter-spacing: -.5px; }
.article-excerpt { font-size: 17px; color: var(--text-2); line-height: 1.65; margin-bottom: 18px; }

.article-byline { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; padding: 14px 0; border-top: 1px solid var(--border-2); border-bottom: 1px solid var(--border-2); margin-bottom: 20px; }
.byline-author { display: flex; align-items: center; gap: 10px; }
.byline-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--green); display: flex; align-items: center; justify-content: center; font-family: var(--f-disp); font-size: 14px; font-weight: 800; color: #fff; overflow: hidden; flex-shrink: 0; }
.byline-avatar img { width: 100%; height: 100%; object-fit: cover; }
.byline-name { font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 3px; }
.byline-meta { display: flex; flex-wrap: wrap; gap: 10px; font-size: 11px; color: var(--text-faint); }
.byline-meta i { margin-right: 3px; }
.article-share-inline { display: flex; align-items: center; gap: 6px; }
.share-btn-sm { width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; border: none; cursor: pointer; transition: all var(--ease); text-decoration: none; flex-shrink: 0; }
.share-btn-sm:hover { transform: translateY(-2px); box-shadow: var(--sh-md); }
.share-fb { background: #1877F2; color: #fff; }
.share-tw { background: #000; color: #fff; }
.share-wa { background: #25D366; color: #fff; }
.share-tg { background: #0088cc; color: #fff; }

.article-featured { border-radius: var(--r-lg); overflow: hidden; margin-bottom: 26px; }
.article-featured img { width: 100%; max-height: 500px; object-fit: cover; }
.article-featured figcaption { font-size: 12px; color: var(--text-faint); padding: 8px 0; text-align: center; }

.review-box { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-xl); overflow: hidden; margin-bottom: 26px; box-shadow: var(--sh-md); }
.review-box__hdr { padding: 22px 26px; background: linear-gradient(135deg,var(--green-deep),var(--green-mid)); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.review-box__genre { font-size: 10px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--green-light); margin-bottom: 5px; }
.review-box__title { font-family: var(--f-disp); font-size: 20px; font-weight: 800; color: #fff; margin-bottom: 4px; }
.review-box__year { font-size: 13px; color: rgba(255,255,255,.55); }
.review-box__score { font-family: var(--f-disp); font-size: 52px; font-weight: 800; color: #fff; line-height: 1; }
.review-box__score-label { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.5); text-align: center; }
.review-box__body { padding: 18px 24px; }
.review-verdict { display: flex; gap: 10px; background: var(--green-tint); border-radius: var(--r-md); padding: 13px; margin-bottom: 14px; border: 1px solid rgba(22,163,74,.15); font-size: 15px; font-style: italic; color: var(--text-2); line-height: 1.5; }
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pros-title { font-size: 12px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: var(--green); margin-bottom: 10px; }
.cons-title { font-size: 12px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: var(--red); margin-bottom: 10px; }
.pros ul, .cons ul { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.pros li, .cons li { font-size: 13px; color: var(--text); padding-left: 16px; position: relative; }
.pros li::before { content: '+'; position: absolute; left: 0; color: var(--green); font-weight: 800; }
.cons li::before { content: '−'; position: absolute; left: 0; color: var(--red); font-weight: 800; }

.article-content { font-size: 16px; line-height: 1.8; color: var(--text-2); margin-bottom: 30px; }
.article-content p { margin-bottom: 1.4em; }
.article-content h2 { font-family: var(--f-disp); font-size: 22px; font-weight: 800; color: var(--text); margin: 1.8em 0 .7em; }
.article-content h3 { font-family: var(--f-disp); font-size: 18px; font-weight: 700; color: var(--text); margin: 1.5em 0 .6em; }
.article-content a { color: var(--green); }
.article-content img { border-radius: var(--r-lg); margin: 1.5em 0; max-width: 100%; height: auto; }
.article-content blockquote { border-left: 3px solid var(--green); padding: 12px 20px; margin: 1.5em 0; background: var(--green-tint); border-radius: 0 var(--r-md) var(--r-md) 0; color: var(--text); font-style: italic; font-size: 17px; }

.post-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 26px; }
.post-tags__label { font-size: 12px; font-weight: 700; color: var(--text-muted); }
.tag-link { background: var(--surface-2); border: 1px solid var(--border); color: var(--text-muted); font-size: 12px; font-weight: 600; padding: 4px 12px; border-radius: 99px; transition: all var(--ease); text-decoration: none; }
.tag-link:hover { background: var(--green); color: #fff; border-color: var(--green); }

.share-bar { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 14px 18px; margin-bottom: 26px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.share-bar__title { font-size: 12px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: var(--text-muted); white-space: nowrap; }
.share-bar__btns { display: flex; gap: 8px; flex-wrap: wrap; }
.share-full-btn { display: inline-flex; align-items: center; gap: 7px; padding: 8px 14px; border-radius: var(--r-md); font-size: 12px; font-weight: 700; transition: all var(--ease); text-decoration: none; }
.share-full-btn.fb { background: rgba(24,119,242,.1); color: #1877F2; }
.share-full-btn.fb:hover { background: #1877F2; color: #fff; }
.share-full-btn.tw { background: rgba(0,0,0,.06); color: var(--text); }
.share-full-btn.tw:hover { background: #000; color: #fff; }
.share-full-btn.wa { background: rgba(37,211,102,.1); color: #25D366; }
.share-full-btn.wa:hover { background: #25D366; color: #fff; }
.share-full-btn.tg { background: rgba(0,136,204,.1); color: #0088cc; }
.share-full-btn.tg:hover { background: #0088cc; color: #fff; }

.author-box { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-xl); padding: 22px; margin-bottom: 26px; display: flex; align-items: flex-start; gap: 16px; }
.author-box__avatar { width: 68px; height: 68px; border-radius: 50%; background: var(--green); display: flex; align-items: center; justify-content: center; font-family: var(--f-disp); font-size: 20px; font-weight: 800; color: #fff; flex-shrink: 0; overflow: hidden; }
.author-box__avatar img { width: 100%; height: 100%; object-fit: cover; }
.author-box__name { font-family: var(--f-disp); font-size: 17px; font-weight: 800; color: var(--text); margin-bottom: 6px; }
.author-box__bio { font-size: 14px; color: var(--text-muted); line-height: 1.6; margin-bottom: 10px; }
.author-box__socials { display: flex; gap: 8px; }
.author-social { width: 32px; height: 32px; border-radius: var(--r-sm); border: 1px solid var(--border); background: var(--surface-2); display: flex; align-items: center; justify-content: center; color: var(--text-muted); font-size: 13px; transition: all var(--ease); text-decoration: none; }
.author-social:hover { background: var(--green); border-color: var(--green); color: #fff; }

.related-posts { margin-bottom: 28px; }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.related-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; transition: all .25s; }
.related-card:hover { transform: translateY(-3px); box-shadow: var(--sh-md); border-color: rgba(22,163,74,.3); }
.related-thumb { aspect-ratio: 16/9; overflow: hidden; background: var(--green-pale); }
.related-thumb img { width: 100%; height: 100%; object-fit: cover; }
.related-body { padding: 11px 13px 13px; }
.related-cat { font-size: 9px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: var(--green); margin-bottom: 5px; }
.related-title { font-size: 13px; font-weight: 700; line-height: 1.35; color: var(--text); }
.related-title a { color: var(--text); }
.related-title a:hover { color: var(--green); }

/* ── Responsive ── */
@media (max-width: 900px) {
  .single-grid { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr 1fr; }
  .single-wrap { padding: 20px 0 48px; }
}

@media (max-width: 640px) {
  .single-wrap { padding: 14px 0 40px; }
  .article-title { font-size: clamp(20px, 6vw, 28px); }
  .article-excerpt { font-size: 15px; }
  .article-content { font-size: 15px; }
  .article-byline { flex-direction: column; align-items: flex-start; gap: 12px; }
  .share-bar { padding: 12px 14px; gap: 10px; }
  .share-bar__btns { gap: 6px; }
  .share-full-btn { padding: 7px 10px; font-size: 11px; }
  .related-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .review-box__hdr { flex-direction: column; gap: 8px; padding: 18px 20px; align-items: flex-start; }
  .review-box__score { font-size: 44px; }
  .pros-cons { grid-template-columns: 1fr; gap: 12px; }
  .author-box { padding: 16px; gap: 12px; }
  .author-box__avatar { width: 54px; height: 54px; font-size: 18px; }
}

@media (max-width: 400px) {
  .related-grid { grid-template-columns: 1fr; }
  .article-title { font-size: 20px; }
  .share-full-btn { padding: 7px 8px; font-size: 10px; gap: 4px; }
}
