/* ============================================================
   LyricTribe — Blog post (ltPost__ namespace)
   ============================================================ */
.page-blog-post { background: #fafafa; color: #0f172a; }

.ltPost {
    --vermillion: #FF3B5C;
    --vermillion-deep: #d62b48;
    --ink: #0f172a; --ink-2: #475569; --ink-3: #8a96a3;
    --line: #e6e8ec; --paper: #fff; --paper-2: #f4f5f7;
    --max: 1180px;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}
.ltPost__wrap { max-width: var(--max); margin: 0 auto; padding-left: 1.25rem; padding-right: 1.25rem; }

/* Hero — featured image as backdrop with dark gradient overlay */
.ltPost__hero {
    color: #fff;
    padding: 4rem 1.25rem 3.5rem;
    background: #1b0a14 center/cover no-repeat;
    min-height: 380px;
    display: flex; align-items: flex-end;
}
.ltPost__hero-inner { max-width: 820px; width: 100%; margin: 0 auto; }
.ltPost__crumbs { display: flex; gap: 0.4rem; align-items: center; color: rgba(255,255,255,0.65); font-size: 0.82rem; margin-bottom: 1.25rem; }
.ltPost__crumbs a { color: rgba(255,255,255,0.85); text-decoration: none; }
.ltPost__crumbs a:hover { color: #fff; }
.ltPost__crumbs span:last-child { color: #fff; font-weight: 600; }
.ltPost__cat { display: inline-block; padding: 0.3rem 0.85rem; border-radius: 9999px; background: rgba(255,59,92,0.20); color: #ffd0d8; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.18em; margin-bottom: 1rem; }
.ltPost__title { margin: 0 0 1rem; font-size: clamp(1.9rem, 4.5vw, 3rem); font-weight: 900; line-height: 1.05; letter-spacing: -0.025em; text-shadow: 0 4px 24px rgba(0,0,0,0.45); }
.ltPost__lede { margin: 0 0 1.5rem; max-width: 620px; color: rgba(255,255,255,0.85); font-size: 1.05rem; line-height: 1.55; }
.ltPost__byline { display: flex; gap: 0.85rem; align-items: center; }
.ltPost__avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--vermillion), #7c4dff); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 0.85rem; color: #fff; border: 2px solid rgba(255,255,255,0.18); }
.ltPost__by-name { font-weight: 700; font-size: 0.95rem; }
.ltPost__by-meta { color: rgba(255,255,255,0.70); font-size: 0.82rem; margin-top: 0.15rem; }

/* Layout */
.ltPost__layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 2.5rem; padding-top: 2.5rem; padding-bottom: 4rem; }
.ltPost__main { min-width: 0; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 2.25rem 2.5rem 2.5rem; }

/* Ads */
.ltPost__ad--top { margin: -0.5rem 0 1.5rem; }
.ltPost__ad--mid { margin: 1.5rem 0; }
.ltPost__ad--bottom { margin: 1.5rem 0 2rem; }

/* Body */
.ltPost__body { font-size: 1.05rem; line-height: 1.75; color: var(--ink); }
.ltPost__body p { margin: 0 0 1.25em; }
.ltPost__body h2 { font-size: 1.55rem; font-weight: 800; letter-spacing: -0.015em; margin: 2rem 0 0.9rem; color: var(--ink); }
.ltPost__body h3 { font-size: 1.25rem; font-weight: 800; margin: 1.6rem 0 0.7rem; color: var(--ink); }
.ltPost__body a { color: var(--vermillion); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.ltPost__body a:hover { color: var(--vermillion-deep); }
.ltPost__body strong { color: var(--ink); font-weight: 700; }
.ltPost__body em { font-style: italic; }
.ltPost__body ul, .ltPost__body ol { padding-left: 1.5rem; margin: 0 0 1.25em; }
.ltPost__body li { margin: 0 0 0.45em; }
.ltPost__body blockquote { border-left: 3px solid var(--vermillion); padding: 0.4rem 0 0.4rem 1.25rem; font-style: italic; color: var(--ink-2); margin: 1.5rem 0; }
.ltPost__body img { max-width: 100%; height: auto; border-radius: 10px; margin: 1.5rem 0; }
.ltPost__body hr { border: 0; border-top: 1px solid var(--line); margin: 2rem 0; }
.ltPost__body code { background: var(--paper-2); padding: 0.1em 0.4em; border-radius: 4px; font-size: 0.92em; }

/* Tags */
.ltPost__tags { display: flex; flex-wrap: wrap; align-items: center; gap: 0.45rem; margin: 1.5rem 0; padding: 1rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ltPost__tags-label { font-size: 0.7rem; font-weight: 800; letter-spacing: 0.12em; color: var(--ink-3); margin-right: 0.5rem; }
.ltPost__tag { background: var(--paper-2); color: var(--ink-2); font-size: 0.78rem; padding: 0.35rem 0.85rem; border-radius: 9999px; font-weight: 600; }

/* FAQ */
.ltPost__faq { margin: 2rem 0 1rem; }
.ltPost__faq h2 { font-size: 1.4rem; font-weight: 800; margin: 0 0 1rem; letter-spacing: -0.01em; }
.ltPost__faq-list details { border-top: 1px solid var(--line); padding: 1rem 0; }
.ltPost__faq-list details:first-child { border-top: 0; padding-top: 0; }
.ltPost__faq-list summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 1rem; font-weight: 600; color: var(--ink); }
.ltPost__faq-list summary::-webkit-details-marker { display: none; }
.ltPost__faq-list summary::after { content: '＋'; color: var(--vermillion); }
.ltPost__faq-list details[open] summary::after { content: '−'; }
.ltPost__faq-list details div { padding-top: 0.65rem; color: var(--ink-2); line-height: 1.6; }

/* Author bio + comments wrappers */
.ltPost__authorbio, .ltPost__comments { background: var(--paper-2); border-radius: 14px; padding: 1.5rem 1.75rem; margin-top: 1.5rem; }

/* Sidebar */
.ltPost__side { min-width: 0; }
.ltPost__side-sticky { position: sticky; top: 1rem; display: flex; flex-direction: column; gap: 1rem; }
.ltPost__side-card { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 1.25rem 1.4rem; }
.ltPost__side-card--ad { padding: 0.5rem; }
.ltPost__side-card h3 { margin: 0 0 0.85rem; font-size: 0.95rem; font-weight: 800; padding-bottom: 0.6rem; border-bottom: 1px solid var(--line); }

.ltPost__pop-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.55rem; }
.ltPost__pop-list a { display: grid; grid-template-columns: 28px 1fr; gap: 0.7rem; align-items: start; text-decoration: none; color: var(--ink); padding: 0.35rem; border-radius: 8px; transition: background 0.15s; }
.ltPost__pop-list a:hover { background: var(--paper-2); }
.ltPost__pop-rank { color: var(--vermillion); font-weight: 900; font-size: 1.05rem; text-align: center; line-height: 1.3; }
.ltPost__pop-title { font-weight: 700; font-size: 0.88rem; line-height: 1.3; }
.ltPost__pop-list a:hover .ltPost__pop-title { color: var(--vermillion); }
.ltPost__pop-date { color: var(--ink-3); font-size: 0.75rem; margin-top: 0.15rem; }

@media (max-width: 1024px) {
    .ltPost__layout { grid-template-columns: 1fr; }
    .ltPost__side-sticky { position: static; }
    .ltPost__main { padding: 1.75rem 1.75rem; }
}
@media (max-width: 640px) {
    .ltPost__hero { padding: 2.5rem 1.25rem 2rem; min-height: 280px; }
    .ltPost__main { padding: 1.5rem 1.25rem; }
    .ltPost__body { font-size: 1rem; line-height: 1.7; }
}
