/* ============================================================
   Sand & Bronze — Single Post (article) .jmsb-post
   ============================================================ */
.jmsb-post{ background:var(--bg,#f3ede1); color:var(--ink,#2a2418); }
.jmsb-post .wrap,.jmsb-post .wrap-narrow{ margin-inline:auto; padding-inline:clamp(16px,4vw,32px); }
.jmsb-post .wrap-narrow{ max-width:780px; }
.jmsb-post .wrap{ max-width:1240px; }

/* hero */
.jmsb-post .post-hero{ padding-top:clamp(22px,3vw,38px); }
.jmsb-post .post-crumbs{ font-family:var(--sans,'Rubik',sans-serif); font-size:.82rem; color:var(--ink-2,#6b6350); margin-bottom:18px; }
.jmsb-post .post-crumbs a{ color:var(--gold-deep,#78571f); text-decoration:none; }
.jmsb-post .post-hero .eyebrow{ font-family:var(--sans,'Rubik',sans-serif); font-weight:700; letter-spacing:.16em; text-transform:uppercase; font-size:.76rem; color:var(--gold-deep,#78571f); }
.jmsb-post .post-title{ font-family:var(--serif,'Frank Ruhl Libre',serif); font-weight:700; color:var(--ink,#2a2418); font-size:clamp(2rem,4.6vw,3.2rem); line-height:1.12; margin:.14em 0 .4em; }
.jmsb-post .post-meta{ display:flex; gap:10px; font-family:var(--sans,'Rubik',sans-serif); font-size:.88rem; color:var(--ink-2,#6b6350); margin-bottom:clamp(24px,3vw,40px); }
.jmsb-post .post-feat{ max-width:940px; margin-inline:auto; aspect-ratio:16/9; background-size:cover; background-position:center; background-repeat:no-repeat; border-radius:var(--r-lg,20px); overflow:hidden; border:1px solid var(--line,#e7ddc9); box-shadow:var(--shadow,0 24px 60px rgba(60,44,18,.14)); margin-bottom:clamp(28px,4vw,48px); }
@media(max-width:560px){ .jmsb-post .post-feat{ aspect-ratio:4/3; } }

/* body typography — readable long-form */
.jmsb-post .post-body{ font-size:1.12rem; line-height:1.9; color:var(--ink-2,#5b5445); padding-bottom:clamp(30px,4vw,50px); }
.jmsb-post .post-body p{ margin:0 0 1.3em; }
.jmsb-post .post-body h2,.jmsb-post .post-body h3,.jmsb-post .post-body h4{ font-family:var(--serif,'Frank Ruhl Libre',serif); color:var(--ink,#2a2418); line-height:1.25; margin:1.6em 0 .5em; }
.jmsb-post .post-body h2{ font-size:clamp(1.5rem,3vw,2rem); }
.jmsb-post .post-body h3{ font-size:1.3rem; }
.jmsb-post .post-body a{ color:var(--gold-deep,#78571f); text-decoration:underline; }
.jmsb-post .post-body img{ border-radius:var(--r,16px); max-width:100%; height:auto; margin:1.2em 0; }
.jmsb-post .post-body ul,.jmsb-post .post-body ol{ margin:0 0 1.3em; padding-inline-start:1.4em; }
.jmsb-post .post-body li{ margin-bottom:.5em; }
.jmsb-post .post-body blockquote{ border-inline-start:3px solid var(--gold,#9c7433); padding-inline-start:18px; margin:1.4em 0; color:var(--ink,#2a2418); font-family:var(--serif,'Frank Ruhl Libre',serif); font-size:1.2rem; }

/* CTA */
.jmsb-post .post-cta{ text-align:center; background:linear-gradient(180deg,#241f14,#2e2716); color:#f4efe2; padding-block:clamp(44px,6vw,72px); }
.jmsb-post .post-cta h2{ font-family:var(--serif,'Frank Ruhl Libre',serif); font-size:clamp(1.6rem,3.4vw,2.4rem); color:#f7f2e6; margin:0 0 .3em; }
.jmsb-post .post-cta .foil{ background:linear-gradient(90deg,var(--gold-2,#b28a49),#e7cf9e); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
.jmsb-post .post-cta p{ color:rgba(244,239,226,.8); max-width:520px; margin:0 auto 22px; }
.jmsb-post .post-cta-btns{ display:flex; gap:12px; justify-content:center; flex-wrap:wrap; }

/* buttons */
.jmsb-post .pdp-btn{ display:inline-flex; align-items:center; justify-content:center; gap:8px; border-radius:12px; padding:13px 24px; font-family:var(--sans,'Rubik',sans-serif); font-weight:600; text-decoration:none; cursor:pointer; border:1px solid transparent; transition:.2s; }
.jmsb-post .pdp-btn-gold{ background:linear-gradient(135deg,var(--gold-2,#b28a49),var(--gold-deep,#78571f)); color:#fffdf7; box-shadow:0 8px 22px rgba(120,87,31,.28); }
.jmsb-post .pdp-btn-gold:hover{ filter:brightness(1.07); transform:translateY(-1px); }
.jmsb-post .pdp-btn-line{ background:transparent; border-color:rgba(240,230,207,.34); color:#f0e6cf; }
.jmsb-post .pdp-btn-line:hover{ border-color:var(--gold-2,#b28a49); background:rgba(255,255,255,.05); }
.jmsb-post .gold-ic{ width:18px; height:18px; fill:currentColor; }

/* related articles */
.post-related{ background:var(--bg,#f3ede1); padding-block:clamp(44px,6vw,80px); }
.post-related-head{ text-align:center; margin:0 auto clamp(24px,3vw,40px); }
.post-related-head .eyebrow{ font-family:var(--sans,'Rubik',sans-serif); font-weight:700; letter-spacing:.16em; text-transform:uppercase; font-size:.74rem; color:var(--gold-deep,#78571f); }
.post-related-head h2{ font-family:var(--serif,'Frank Ruhl Libre',serif); color:var(--ink,#2a2418); font-size:clamp(1.5rem,3vw,2.2rem); margin:.15em 0 0; }
.post-related-head .foil{ background:linear-gradient(90deg,var(--gold-deep,#78571f),var(--gold-2,#b28a49)); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
.post-related-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(16px,2vw,26px); }
@media(max-width:760px){ .post-related-grid{ grid-template-columns:1fr; } }

/* article card (shared shape with archive) */
.post-related .post-card,.jmsb-blogarch .post-card{ display:flex; flex-direction:column; background:var(--surface,#fffefb); border:1px solid var(--line,#e7ddc9); border-radius:var(--r,16px); overflow:hidden; text-decoration:none; transition:transform .28s var(--ease,ease),box-shadow .3s,border-color .3s; }
.post-related .post-card:hover,.jmsb-blogarch .post-card:hover{ transform:translateY(-6px); box-shadow:var(--shadow-lg,0 26px 60px rgba(60,44,18,.18)); border-color:var(--gold,#9c7433); }
.post-related .post-card-img,.jmsb-blogarch .post-card-img{ position:relative; display:block; aspect-ratio:16/10; overflow:hidden; background:var(--bg,#f3ede1); }
.post-related .post-card-img img,.jmsb-blogarch .post-card-img img{ width:100%; height:100%; object-fit:cover; display:block; transition:transform .5s var(--ease,ease); }
.post-related .post-card:hover .post-card-img img,.jmsb-blogarch .post-card:hover .post-card-img img{ transform:scale(1.05); }
.post-related .post-card-body,.jmsb-blogarch .post-card-body{ padding:16px 17px 18px; display:flex; flex-direction:column; gap:7px; flex:1; }
.post-related .post-card-date,.jmsb-blogarch .post-card-date{ font-family:var(--sans,'Rubik',sans-serif); font-size:.76rem; color:var(--gold-deep,#78571f); font-weight:600; }
.post-related .post-card-title,.jmsb-blogarch .post-card-title{ font-family:var(--serif,'Frank Ruhl Libre',serif); color:var(--ink,#2a2418); font-size:1.08rem; line-height:1.3; font-weight:700; }
.post-related .post-card-go,.jmsb-blogarch .post-card-go{ margin-top:auto; font-family:var(--sans,'Rubik',sans-serif); font-size:.82rem; font-weight:600; color:var(--gold-deep,#78571f); }
