/* Single post reading experience */
.single-post-shell{
  background:linear-gradient(180deg,#fffaf0 0%,#f4ead8 100%);
}
.single-post-hero{
  padding:72px 0 36px;
  background:
    linear-gradient(180deg,rgba(7,17,15,.96),rgba(15,35,29,.94)),
    radial-gradient(circle at 82% 10%, rgba(198,161,91,.22), transparent 30rem);
  color:#fff;
  border-bottom:1px solid rgba(216,192,146,.28);
}
.single-post-hero-inner{
  max-width:980px;
}
.single-post-hero h1{
  color:#fff;
  font-size:clamp(2.35rem,5vw,4.45rem);
  line-height:.98;
  max-width:980px;
  margin:0;
  letter-spacing:-.035em;
}
.single-post-dek{
  margin:22px 0 0;
  max-width:780px;
  color:#e8dece;
  font-size:1.1rem;
}
.single-post-layout{
  max-width:1040px;
  padding-top:42px;
  padding-bottom:86px;
}
.single-featured-fixed{
  width:100%;
  aspect-ratio:16/7;
  min-height:320px;
  max-height:560px;
  margin:0 auto 38px;
  overflow:hidden;
  background:#10231d;
  border:1px solid rgba(16,24,32,.13);
  box-shadow:0 22px 62px rgba(7,17,15,.14);
}
.single-featured-fixed img{
  display:block;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
}
.single-reading-card{
  max-width:840px;
  margin:0 auto;
  padding:52px clamp(26px,5vw,72px);
  background:#fffdf7;
  border:1px solid rgba(16,24,32,.12);
  box-shadow:0 20px 56px rgba(7,17,15,.10);
}
.single-reading-card .entry-content{
  max-width:720px;
  margin:0 auto;
  color:#263832;
  font-size:1.08rem;
  line-height:1.85;
}
.single-reading-card .entry-content p,
.single-reading-card .entry-content span,
.single-reading-card .entry-content li{
  font-family:Inter,system-ui,sans-serif!important;
  font-size:1.08rem!important;
  line-height:1.85!important;
  color:#263832!important;
}
.single-reading-card .entry-content p{
  margin:0 0 1.45em;
  text-align:left!important;
}
.single-reading-card .entry-content blockquote{
  margin:34px 0;
  padding:26px 30px;
  border-left:4px solid #9b762d;
  background:#f6eddb;
  color:#10231d;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:1.65rem;
  line-height:1.25;
}
.single-reading-card .entry-content blockquote p,
.single-reading-card .entry-content blockquote span,
.single-reading-card .entry-content blockquote em,
.single-reading-card .entry-content blockquote strong{
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-size:1.65rem!important;
  line-height:1.25!important;
  color:#10231d!important;
}
.related-posts-section{
  padding:76px 0 96px;
  background:#0b1714;
  color:#fff;
}
.related-posts-heading{
  margin-bottom:30px;
}
.related-posts-heading h2{
  color:#fff;
  font-size:clamp(2.1rem,4.4vw,4.2rem);
}
.related-posts-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.related-post-card{
  background:#fffaf0;
  color:#10231d;
  border:1px solid rgba(216,192,146,.24);
  box-shadow:0 22px 60px rgba(0,0,0,.22);
  overflow:hidden;
}
.related-post-image{
  display:flex;
  align-items:center;
  justify-content:center;
  aspect-ratio:16/9;
  background:linear-gradient(135deg,#17352d,#9b762d);
  color:#f8f1e4;
  text-decoration:none;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:5rem;
  font-weight:700;
}
.related-post-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.related-post-copy{
  padding:22px 22px 26px;
}
.related-post-copy time{
  color:#8a6b30;
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:900;
}
.related-post-copy h3{
  margin:10px 0 10px;
  font-size:1.45rem;
  line-height:1.1;
}
.related-post-copy a{
  color:#10231d;
  text-decoration:none;
}
.related-post-copy a:hover{color:#9b762d;}
.related-post-copy p{
  color:#405049;
  margin:0;
}
@media(max-width:900px){
  .single-post-hero{padding:54px 0 28px;}
  .single-featured-fixed{aspect-ratio:4/3;min-height:260px;}
  .single-reading-card{padding:34px 22px;}
  .related-posts-grid{grid-template-columns:1fr;}
}
