/* ══════════════════════════════════════
   SHARED BLOG POST STYLES
   ══════════════════════════════════════ */
:root {
  --bp-ink:#1A1410;--bp-cream:#FAF6EF;--bp-warm:#FDF9F4;
  --bp-terra:#C4714A;--bp-sage:#7A9E7E;--bp-gold:#B89B6A;
  --bp-lsage:#EBF2EC;--bp-border:rgba(120,100,80,0.15);--bp-soft:#3D2E22;
}
.post-banner{width:100%;position:relative;line-height:0;}
.post-banner-img{width:100%;height:auto;display:block;}
.post-banner::after{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,rgba(26,20,16,0) 60%,rgba(26,20,16,0.3) 100%);pointer-events:none;}
.post-header{background:var(--bp-cream);padding:4rem 0 3rem;border-bottom:1px solid var(--bp-border);}
.post-meta{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem;flex-wrap:wrap;}
.post-category{font-size:.68rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--bp-terra);display:flex;align-items:center;gap:.5rem;}
.post-category::before{content:'';display:block;width:1.5rem;height:1px;background:var(--bp-terra);}
.post-date,.post-read-time{font-size:.78rem;color:var(--bp-soft);font-weight:300;opacity:.6;}
.post-header h1{font-family:'Cormorant Garamond',serif;font-size:clamp(2.2rem,5vw,3.8rem);font-weight:300;line-height:1.1;color:var(--bp-ink);margin-bottom:1.2rem;max-width:820px;}
.post-header h1 em{font-style:italic;color:var(--bp-terra);}
.post-intro{font-size:1.05rem;line-height:1.85;color:var(--bp-soft);font-weight:300;max-width:720px;font-family:'Cormorant Garamond',serif;font-style:italic;}
.post-layout{background:var(--bp-warm);padding:5rem 0;}
.post-grid{display:grid;grid-template-columns:1fr 300px;gap:5rem;align-items:start;}
.post-content{max-width:720px;}
.post-section{margin-bottom:4rem;padding-bottom:4rem;border-bottom:1px solid var(--bp-border);}
.post-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0;}
.post-section h2{font-family:'Cormorant Garamond',serif;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:400;color:var(--bp-ink);margin-bottom:1rem;line-height:1.2;}
.post-section h2 em{font-style:italic;color:var(--bp-terra);}
.post-section h3{font-family:'Cormorant Garamond',serif;font-size:1.15rem;font-weight:600;color:var(--bp-ink);margin:2rem 0 .6rem;}
.post-section p{font-size:.95rem;line-height:1.95;color:var(--bp-soft);font-weight:300;margin-bottom:1rem;}
.post-section ul{list-style:none;margin:1rem 0;padding:0;}
.post-section ul li{font-size:.93rem;line-height:1.85;color:var(--bp-soft);font-weight:300;padding:.4rem 0 .4rem 1.5rem;position:relative;border-bottom:1px solid var(--bp-border);}
.post-section ul li:last-child{border-bottom:none;}
.post-section ul li::before{content:'→';position:absolute;left:0;color:var(--bp-terra);font-size:.75rem;top:.55rem;}
.post-pull{border-left:3px solid var(--bp-terra);padding:1.2rem 1.8rem;background:white;margin:2rem 0;}
.post-pull p{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:1.15rem;color:var(--bp-soft);line-height:1.7;margin:0;}
.post-highlight{background:var(--bp-lsage);border-left:3px solid var(--bp-sage);padding:1.4rem 1.8rem;margin:2rem 0;}
.post-highlight p{font-size:.9rem;line-height:1.85;color:var(--bp-soft);font-weight:300;margin:0;}
.post-contrast{background:var(--bp-ink);padding:2.5rem;margin:2rem 0;}
.post-contrast p{font-family:'Cormorant Garamond',serif;font-size:1rem;line-height:1.8;color:rgba(250,246,239,.75);font-weight:300;margin-bottom:.8rem;}
.post-contrast p:last-child{margin-bottom:0;}
.post-contrast strong{color:var(--bp-terra);font-weight:500;}
.post-sidebar{position:sticky;top:108px;display:flex;flex-direction:column;gap:2rem;}
.sidebar-widget{background:white;padding:2rem;border-top:2px solid var(--bp-terra);}
.sidebar-widget-label{font-size:.65rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--bp-terra);margin-bottom:1rem;}
.sidebar-widget p{font-size:.84rem;line-height:1.8;color:var(--bp-soft);font-weight:300;margin-bottom:1.2rem;}
.sidebar-widget-links{list-style:none;padding:0;}
.sidebar-widget-links li{border-bottom:1px solid var(--bp-border);}
.sidebar-widget-links li a{display:block;font-size:.82rem;color:var(--bp-soft);text-decoration:none;font-weight:300;padding:.6rem 0;transition:color .2s;}
.sidebar-widget-links li a:hover{color:var(--bp-terra);}
.post-cta{background:var(--bp-terra);padding:5rem 0;text-align:center;position:relative;overflow:hidden;}
.post-cta::before{content:attr(data-wm);position:absolute;font-family:'Cormorant Garamond',serif;font-size:18vw;font-weight:600;color:rgba(255,255,255,.05);top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;}
.post-cta .cta-label{font-size:.68rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.65);margin-bottom:1rem;position:relative;}
.post-cta h2{font-family:'Cormorant Garamond',serif;font-size:clamp(1.8rem,4vw,3rem);font-weight:300;color:white;margin-bottom:1rem;position:relative;}
.post-cta p{font-size:.95rem;color:rgba(255,255,255,.8);font-weight:300;max-width:520px;margin:0 auto 2.5rem;line-height:1.8;position:relative;}
.post-cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;position:relative;}
.btn-cta-white{background:white;color:var(--bp-terra);padding:.9rem 2.2rem;font-size:.8rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border-radius:6px;display:inline-block;transition:all .25s;}
.btn-cta-white:hover{background:var(--bp-ink);color:white;}
.btn-cta-ghost{background:transparent;color:white;padding:.9rem 2.2rem;font-size:.8rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border-radius:6px;border:1px solid rgba(255,255,255,.45);display:inline-block;transition:all .25s;}
.btn-cta-ghost:hover{background:rgba(255,255,255,.15);border-color:white;}
@media(max-width:768px){
  .container{padding:0 1.25rem;}
  .desktop-br{display:none;}
  nav{padding:.8rem 1.25rem!important;}
  body{padding-top:80px!important;}
  .post-header{padding:2.5rem 0 2rem;}
  .post-header h1{font-size:1.9rem!important;}
  .post-layout{padding:3rem 0;}
  .post-grid{grid-template-columns:1fr;gap:0;}
  .post-sidebar{display:none;}
  .post-section{margin-bottom:3rem;padding-bottom:3rem;}
  .post-section h2{font-size:1.5rem!important;}
  .post-contrast{padding:1.8rem 1.25rem;}
  .post-cta{padding:3.5rem 1.25rem;text-align:left;}
  .post-cta p{text-align:left;margin-left:0;margin-right:0;}
  .post-cta-actions{flex-direction:column;align-items:stretch;}
  .btn-cta-white,.btn-cta-ghost{width:100%;text-align:center;}
  .footer-top{grid-template-columns:1fr 1fr;gap:2.5rem 2rem;}
  .footer-brand{grid-column:1/-1;}
  .footer-bottom{flex-direction:column;gap:1rem;text-align:center;}
  .footer-bottom .legal{justify-content:center;flex-wrap:wrap;gap:1rem;}
}
@media(max-width:380px){.post-header h1{font-size:1.65rem!important;}.footer-top{grid-template-columns:1fr;}}
@media(min-width:769px){.nav-hamburger{display:none;}}
@media(max-width:768px){
  .post-meta{flex-wrap:nowrap;gap:.6rem;}
  .post-category{font-size:.55rem;letter-spacing:.08em;}
  .post-category::before{width:.8rem;}
  .post-date,.post-read-time{font-size:.6rem;}
}
