
:root{
  --parchment:#F4EEDC; --sand:#D6C4A0; --earth:#8B6B4A; --ink:#443A2E;
  --moss:#7BA05B; --olive:#556B2F; --turquoise:#4CB7A5; --teal:#3B6A6F;
  --stone:#A8A9AD; --meta:#6E6355; --card:#FBF7EB;
}
*{box-sizing:border-box}
body{margin:0;background:var(--parchment);color:var(--ink);
  font-family:'Lora',Georgia,serif;font-size:1.06rem;line-height:1.75}
h1,h2,h3,h4,.nav,.btn,.badge{font-family:'Quicksand','Avenir Next',sans-serif}
h1,h2,h3,h4{color:var(--earth);line-height:1.25;font-weight:600}
a{color:var(--teal)}
a:hover{color:var(--turquoise)}
img{max-width:100%;height:auto;border-radius:6px}
.wrap{max-width:1020px;margin:0 auto;padding:0 1.25rem}
.narrow{max-width:720px;margin:0 auto;padding:0 1.25rem}

header.site{border-bottom:1px solid var(--sand);background:var(--parchment)}
.masthead{display:flex;align-items:center;gap:1rem;padding:1.1rem 0}
.masthead img{width:64px;height:64px;border-radius:50%;box-shadow:0 1px 4px rgba(68,58,46,.25)}
.masthead .site-title{font-family:'Quicksand',sans-serif;font-size:1.6rem;font-weight:700;
  color:var(--earth);text-decoration:none;letter-spacing:.5px}
.masthead .site-tag{font-style:italic;color:var(--meta);font-size:.95rem;margin-top:.1rem}
nav.nav{display:flex;flex-wrap:wrap;gap:.25rem .35rem;padding:.4rem 0 .9rem}
nav.nav a{color:var(--earth);text-decoration:none;font-weight:600;font-size:.86rem;
  padding:.34rem .7rem;border-radius:999px;border:1px solid var(--sand);background:var(--card)}
nav.nav a:hover,nav.nav a.active{background:var(--earth);color:var(--parchment);border-color:var(--earth)}

.hero{text-align:center;padding:3.2rem 1rem 2.4rem}
.hero img{width:190px;height:190px;border-radius:50%;box-shadow:0 3px 14px rgba(68,58,46,.25)}
.hero h1{font-size:2.5rem;margin:.9rem 0 .4rem}
.hero p.tagline{font-style:italic;font-size:1.18rem;color:var(--meta);max-width:34em;margin:.2rem auto 1.4rem}
.btn{display:inline-block;padding:.65rem 1.5rem;border-radius:999px;text-decoration:none;
  font-weight:600;margin:.25rem .3rem;font-size:.95rem}
.btn.primary{background:var(--teal);color:#fff}
.btn.primary:hover{background:var(--turquoise);color:#fff}
.btn.ghost{border:2px solid var(--earth);color:var(--earth)}
.btn.ghost:hover{background:var(--earth);color:var(--parchment)}

/* Buy button for a practice card, inside the post body. The same pill the
   newer stylesheet gives .post-buy, drawn in this palette, so a reader moving
   between an older post and a newer one sees one button and not two. */
.post-buy{max-width:720px;margin:0 0 1.4em}
.post-buy a{display:inline-block;font-family:'Quicksand','Avenir Next',sans-serif;
  font-size:.95rem;color:var(--ink);text-decoration:none;background:var(--card);
  border:1px solid var(--sand);border-radius:999px;padding:.65rem 1.4rem}
.post-buy a:hover{color:var(--teal);border-color:var(--teal)}
.post-buy .price{color:var(--meta);margin-left:6px}

.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.1rem;padding:0;margin:1.5rem 0;list-style:none}
.card{background:var(--card);border:1px solid var(--sand);border-radius:10px;padding:1.2rem 1.3rem;
  border-top:4px solid var(--accent,var(--earth));display:flex;flex-direction:column}
.card h3{margin:.1rem 0 .35rem;font-size:1.12rem}
.card h3 a{color:var(--earth);text-decoration:none}
.card h3 a:hover{color:var(--teal)}
.card p{margin:.15rem 0;font-size:.95rem}
.card .meta{color:var(--meta);font-size:.83rem;margin-top:auto;padding-top:.5rem}
.badge{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;
  color:var(--accent,var(--earth));margin-bottom:.2rem}

.post-list{list-style:none;padding:0;margin:1.4rem 0}
.post-list li{padding:1rem 0;border-bottom:1px solid var(--sand)}
.post-list h3{margin:0 0 .2rem;font-size:1.15rem}
.post-list h3 a{color:var(--earth);text-decoration:none}
.post-list h3 a:hover{color:var(--teal)}
.post-list .sub{font-style:italic;color:var(--meta);margin:.05rem 0}
.post-list .meta{color:var(--meta);font-size:.85rem}

.section-head{padding:2.4rem 0 .4rem;border-bottom:4px solid var(--accent,var(--earth))}
.section-head h1{margin:.2rem 0}
.section-head p.tag{font-style:italic;color:var(--meta);margin:.2rem 0 1rem}

article.post{padding:2.2rem 0 1rem}
article.post h1.title{font-size:2.1rem;margin:.4rem 0 .3rem}
article.post p.subtitle{font-style:italic;font-size:1.2rem;color:var(--meta);margin:.2rem 0 .4rem}
article.post .meta{color:var(--meta);font-size:.9rem;margin-bottom:1.6rem}
article.post blockquote{border-left:3px solid var(--moss);margin:1.2rem 0;padding:.2rem 0 .2rem 1.2rem;
  font-style:italic;color:#5a4f40}
article.post hr{border:none;border-top:1px solid var(--sand);margin:2rem auto;width:60%}
article.post .button-wrapper a.button{display:inline-block;background:var(--teal);color:#fff;
  padding:.6rem 1.4rem;border-radius:999px;text-decoration:none;font-family:'Quicksand',sans-serif;font-weight:600}
article.post .button-wrapper a.button:hover{background:var(--turquoise)}
.captioned-image-container figcaption,figcaption{font-size:.85rem;color:var(--meta);text-align:center;font-style:italic}
.image-link{border:none}
.image-link-expand,.image-link-mask{display:none!important}
.pencraft{display:none}
.post-nav{display:flex;justify-content:space-between;gap:1rem;padding:1.5rem 0 2rem;font-family:'Quicksand',sans-serif;font-size:.92rem}
.post-nav a{text-decoration:none;color:var(--earth);font-weight:600;max-width:46%}
.post-nav a:hover{color:var(--teal)}

.cta-band{background:var(--card);border:1px solid var(--sand);border-radius:12px;text-align:center;
  padding:1.8rem 1.4rem;margin:2.5rem 0}
.cta-band h2{margin:.1rem 0 .4rem}
.cta-band p{max-width:38em;margin:.4rem auto .9rem}

footer.site{border-top:1px solid var(--sand);margin-top:3rem;padding:2rem 0 2.6rem;
  color:var(--meta);font-size:.9rem}
footer.site .cols{display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:space-between}
footer.site a{color:var(--earth);text-decoration:none}
footer.site a:hover{color:var(--teal)}
footer.site ul{list-style:none;padding:0;margin:.3rem 0}
footer.site .blessing{font-style:italic;font-family:'Lora',serif;margin-top:1.4rem;text-align:center;width:100%}
@media(max-width:640px){
  .hero h1{font-size:1.9rem}
  article.post h1.title{font-size:1.6rem}
}
