/* Per-post page styles (loaded after styles.css). */

.post{max-width:760px;margin:96px auto 0;padding:48px 32px 80px}
@media (max-width:860px){.post{margin-top:80px;padding:32px 24px 56px}}

.post-cover{margin:-48px -32px 56px;aspect-ratio:16/9;overflow:hidden;background:#1a1a1a}
.post-cover img{width:100%;height:100%;object-fit:cover;display:block}
@media (max-width:860px){.post-cover{margin:-32px -24px 40px;aspect-ratio:4/3}}

.post-head{margin-bottom:48px}
.post-eye{display:flex;flex-wrap:wrap;align-items:center;gap:10px;font-family:var(--sans);font-size:10px;letter-spacing:0.36em;text-transform:uppercase;color:rgba(80,62,38,0.55);margin-bottom:22px}
.post-eye a{color:inherit;text-decoration:none;transition:color 0.2s}
.post-eye a:hover{color:var(--gold-soft)}
.post-eye .sep{opacity:0.45}
.cat-pill{color:var(--gold-soft)!important;border-bottom:0.5px solid rgba(140,100,40,0.3);padding-bottom:1px}

.post-title{font-family:var(--serif);font-size:clamp(34px,3.8vw,52px);font-weight:300;color:#1a1410;line-height:1.1;letter-spacing:-0.015em;margin-bottom:22px}
.post-title em{font-style:italic;color:var(--gold-soft)}

.post-meta{display:flex;flex-wrap:wrap;align-items:center;gap:14px;font-family:var(--sans);font-size:10px;letter-spacing:0.22em;text-transform:uppercase;color:rgba(40,30,20,0.5)}
.post-meta time,.post-meta span{display:inline-block}
.post-meta .dot{width:2px;height:2px;border-radius:50%;background:rgba(40,30,20,0.35);padding:0}

.post-body{font-family:var(--serif);font-size:19px;font-weight:300;color:rgba(20,14,10,0.88);line-height:1.65;letter-spacing:0.005em}
.post-body > *:first-child{margin-top:0}
.post-body > *:last-child{margin-bottom:0}
.post-body p{margin:0 0 24px;line-height:1.65}
.post-body h2{font-family:var(--serif);font-size:30px;font-weight:300;color:#1a1410;line-height:1.18;letter-spacing:-0.005em;margin:48px 0 18px}
.post-body h3{font-family:var(--serif);font-size:24px;font-weight:300;color:#1a1410;line-height:1.22;letter-spacing:-0.005em;margin:40px 0 14px}
.post-body h4,.post-body h5,.post-body h6{font-family:var(--serif);font-weight:400;color:#1a1410;margin:32px 0 12px}
.post-body a{color:var(--gold-soft);text-decoration:none;border-bottom:0.5px solid rgba(140,100,40,0.4);transition:color 0.2s,border-color 0.2s}
.post-body a:hover{color:#0e0e0e;border-bottom-color:#0e0e0e}
.post-body em,.post-body i{font-style:italic}
.post-body strong,.post-body b{font-weight:500;color:#1a1410}
.post-body ul,.post-body ol{margin:0 0 24px;padding-left:28px}
.post-body ul li,.post-body ol li{margin-bottom:10px;line-height:1.65}
.post-body img{display:block;max-width:100%;height:auto;margin:36px auto;background:#1a1a1a}
.post-body figure{margin:36px 0}
.post-body figure img{margin:0 auto}
.post-body figcaption{font-family:var(--sans);font-size:12px;letter-spacing:0.05em;color:rgba(40,30,20,0.55);text-align:center;margin-top:10px;line-height:1.5}
.post-body blockquote{font-family:var(--serif);font-style:italic;font-size:24px;line-height:1.4;color:rgba(20,14,10,0.7);border-left:0.5px solid rgba(140,100,40,0.5);margin:36px 0;padding:6px 0 6px 28px}
.post-body iframe{display:block;width:100%;max-width:100%;aspect-ratio:16/9;border:none;margin:36px 0;background:#000}
.post-body video{display:block;width:100%;max-width:100%;height:auto;margin:36px 0;background:#000;border:none}
.post-body hr{border:none;border-top:0.5px solid rgba(100,80,50,0.18);margin:48px auto;width:80px}
.post-body table{width:100%;border-collapse:collapse;margin:24px 0;font-size:16px}
.post-body table th,.post-body table td{padding:10px 14px;border-bottom:0.5px solid rgba(100,80,50,0.18);text-align:left}

.post-tags{display:flex;flex-wrap:wrap;gap:8px;margin:56px 0 24px;padding-top:36px;border-top:0.5px solid rgba(100,80,50,0.15)}
.post-tags .tag{font-family:var(--sans);font-size:10px;letter-spacing:0.22em;text-transform:uppercase;color:rgba(40,30,20,0.55);padding:8px 14px;border:0.5px solid rgba(100,80,50,0.2);border-radius:999px;background:transparent}

.post-foot{margin-top:64px;padding:48px 0 0;border-top:0.5px solid rgba(100,80,50,0.15);text-align:center;background:transparent}
.post-foot .back-btn{
  display:inline-block;
  font-family:var(--sans);font-size:9.5px;letter-spacing:0.28em;text-transform:uppercase;font-weight:500;
  color:#1a1410;background:transparent;
  border:0.5px solid rgba(40,30,20,0.4);
  padding:16px 38px;border-radius:999px;
  text-decoration:none;
  transition:background 0.25s,color 0.25s,border-color 0.25s;
}
.post-foot .back-btn:hover{
  background:#0e0e0e;color:#fff;border-color:#0e0e0e;
}
