/* =====================================================================
   blog.css — The Fetraco Journal (blog index + article pages)
   Leans on styles.css + pages.css; only adds article typography and
   journal-card accents. Tokens follow the site palette (deep green +
   antique gold) with safe fallbacks.
   ===================================================================== */

/* ---------- Article body (post pages) ---------- */
.post-body{max-width:760px;margin:0 auto}
.post-body p{font-size:1.06rem;line-height:1.85;color:var(--ink-soft,#3c4440);margin:0 0 1.35em}
.post-body p:first-of-type::first-letter{font-family:'Fraunces',serif;font-weight:500;font-size:3.1em;line-height:.82;float:left;padding:.08em .12em 0 0;color:var(--gold-dark,#a9842f)}
.post-body h2{font-family:'Bricolage Grotesque',system-ui,sans-serif;font-weight:700;font-size:clamp(1.45rem,2.6vw,1.9rem);letter-spacing:-.015em;line-height:1.2;margin:2.2em 0 .7em;color:var(--ink,#14201b)}
.post-body h3{font-family:'Bricolage Grotesque',system-ui,sans-serif;font-weight:600;font-size:1.18rem;margin:1.9em 0 .55em;color:var(--ink,#14201b)}
.post-body h2 + p, .post-body h3 + p{margin-top:0}
.post-body ul, .post-body ol{margin:0 0 1.4em;padding-left:1.25em}
.post-body li{font-size:1.03rem;line-height:1.75;color:var(--ink-soft,#3c4440);margin-bottom:.5em}
.post-body li::marker{color:var(--gold-dark,#a9842f);font-weight:700}
.post-body a{color:var(--gold-dark,#a9842f);font-weight:600;text-decoration:none;border-bottom:1px solid rgba(169,132,47,.35);transition:border-color .2s ease,color .2s ease}
.post-body a:hover{color:#8a6a24;border-bottom-color:currentColor}
.post-body blockquote{margin:2em 0;padding:1.1em 1.4em 1.1em 1.6em;border-left:3px solid var(--gold,#c9a24b);background:linear-gradient(90deg,rgba(201,162,75,.08),transparent 70%);border-radius:0 14px 14px 0}
.post-body blockquote p{font-family:'Fraunces',serif;font-style:italic;font-size:1.16rem;line-height:1.65;color:var(--ink,#20302a);margin:0}
.post-body hr{border:0;height:1px;margin:2.4em auto;max-width:220px;background:linear-gradient(90deg,transparent,rgba(169,132,47,.5),transparent)}

/* ---------- Figures ---------- */
.post-fig{margin:2.1em 0}
.post-fig img{width:100%;height:auto;border-radius:18px;display:block;box-shadow:0 18px 44px -18px rgba(10,24,18,.35)}
.post-fig figcaption{font-size:.84rem;letter-spacing:.02em;color:var(--ink-mute,#6b756f);margin-top:.7em;text-align:center}
.post-fig--wide{max-width:980px;margin-left:auto;margin-right:auto}

/* ---------- Inline tip / note card ---------- */
.post-tip{display:flex;gap:.9em;margin:2em 0;padding:1.05em 1.25em;border:1px solid rgba(169,132,47,.25);border-radius:16px;background:rgba(201,162,75,.06)}
.post-tip svg{flex:0 0 22px;width:22px;height:22px;stroke:var(--gold-dark,#a9842f);margin-top:.15em}
.post-tip p{margin:0;font-size:.98rem;line-height:1.7;color:var(--ink-soft,#3c4440)}
.post-tip b{color:var(--ink,#14201b)}

/* ---------- Post meta row (under phero on article) ---------- */
.post-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.6em 1.1em}
.post-meta .dot{width:3px;height:3px;border-radius:50%;background:currentColor;opacity:.5}

/* ---------- Journal cards (blog index + related grid) ---------- */
.jcard-date{display:inline-flex;align-items:center;gap:.45em;font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-mute,#6b756f)}
.jcard-date svg{width:14px;height:14px;stroke:var(--gold-dark,#a9842f)}
.card__body .jcard-date{margin-bottom:.45em}

/* ---------- Sharing row at article end ---------- */
.post-share{display:flex;align-items:center;gap:.8em;margin:2.6em auto 0;max-width:760px;padding-top:1.6em;border-top:1px solid rgba(20,32,27,.08)}
.post-share span{font-size:.82rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-mute,#6b756f)}
.post-share a{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;border:1px solid rgba(20,32,27,.14);color:var(--ink,#14201b);transition:all .22s ease}
.post-share a:hover{background:var(--gold,#c9a24b);border-color:var(--gold,#c9a24b);color:#fff;transform:translateY(-2px)}
.post-share a svg{width:16px;height:16px;fill:currentColor}

@media (max-width:760px){
  .post-body p{font-size:1rem}
  .post-fig img{border-radius:14px}
}
