
  .post-hero{ padding:160px var(--edge-gap) 0; max-width:800px; margin:0 auto; }
  .post-hero .eyebrow{ margin-bottom:16px; }
  .post-hero h1{
    font-family:'Playfair Display', serif; font-weight:400; font-style:italic;
    font-size:clamp(30px,var(--edge-gap),52px); line-height:1.15;
  }
  .post-meta{ margin-top:18px; font-size:12px; letter-spacing:.1em; color:#8a8578; }
  .post-cover{ max-width:1000px; margin:40px auto 0; padding:0 var(--edge-gap); }
  .post-cover img{ width:100%; aspect-ratio:16/9; object-fit:cover; }
  .post-body{
    max-width:700px; margin:0 auto; padding:60px var(--edge-gap) 140px;
    font-size:18px; line-height:2; color:#3a362f;
  }
  .post-body p{ margin-bottom:28px; }
  .post-body p:first-of-type::first-letter{
    font-family:'Playfair Display', serif; font-style:italic; font-size:64px; color:var(--ember);
    float:left; line-height:0.8; margin:8px 10px 0 0;
  }
  .post-body blockquote{
    font-family:'Playfair Display', serif; font-style:italic; font-size:26px; color:var(--ink);
    border-left:2px solid var(--ember); padding-left:24px; margin:40px 0;
  }
  .post-back{ display:block; text-align:center; margin-top:20px; font-size:11px; letter-spacing:.16em; text-transform:uppercase; border-bottom:1px solid var(--ink); padding-bottom:3px; width:fit-content; margin-left:auto; margin-right:auto; }
