/* ============================================
   ODESSA STRATEGIC ADVISORS — BLOG STYLES
   Shared across /blog/index.html and every post.
   Update text in each HTML file. Update design here.
   No em dashes anywhere in this file.
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=DM+Sans:wght@400;500;600;700&display=swap');

:root{
  --purple:#2C0E2E;--taupe:#B89A8E;--ivory:#FAF7F5;
  --grey:#7A7E85;--gold:#C29A4A;--blush:#F5C8D0;
  --slate:#2F3441;--white:#FFFFFF;--border:rgba(184,154,142,0.2);
}

*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'DM Sans',sans-serif;background:var(--ivory);color:var(--slate);font-size:18px;line-height:1.7}
h1,h2,h3,h4{font-family:'Cormorant Garamond',serif;color:var(--purple);line-height:1.15}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}

nav{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid var(--border);padding:0 6%;display:flex;align-items:center;justify-content:space-between;min-height:100px}
.nav-logo img{height:70px;width:auto}
.nav-links{display:flex;align-items:center;gap:32px;list-style:none}
.nav-links a{font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--grey);cursor:pointer;transition:color .2s}
.nav-links a:hover,.nav-links a.active{color:var(--purple)}
.nav-cta{background:var(--purple)!important;color:var(--ivory)!important;padding:10px 22px;border-radius:2px}
.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer}
.nav-toggle span{display:block;width:24px;height:2px;background:var(--purple)}

.wrap{max-width:760px;margin:0 auto;padding:64px 6% 100px}
.wrap-wide{max-width:1080px;margin:0 auto;padding:64px 6% 100px}

.breadcrumb{font-size:13px;color:var(--grey);margin-bottom:28px;letter-spacing:.02em}
.breadcrumb a{color:var(--gold)}
.breadcrumb a:hover{text-decoration:underline}

.post-title{font-size:clamp(30px,4vw,46px);font-weight:500;margin-bottom:18px}
.post-meta{font-size:14px;color:var(--grey);margin-bottom:36px;letter-spacing:.02em}
.post-meta .sep{margin:0 8px;color:var(--taupe)}
.post-hero-img{width:100%;height:auto;border-radius:4px;margin-bottom:40px;border:1px solid var(--border)}

.post-body p{margin-bottom:24px;color:var(--slate)}
.post-body h2{font-size:26px;margin:40px 0 16px}
.post-body h3{font-size:21px;margin:32px 0 14px}
.post-body a{color:var(--gold);text-decoration:underline}

.author-box{display:flex;gap:18px;align-items:flex-start;margin-top:56px;padding-top:36px;border-top:1px solid var(--border)}
.author-box img{width:64px;height:64px;border-radius:50%;object-fit:cover;flex-shrink:0}
.author-box h4{font-size:17px;margin-bottom:4px}
.author-box p{font-size:15px;color:var(--grey);line-height:1.6}

.sources{margin-top:48px;padding-top:32px;border-top:1px solid var(--border)}
.sources h4{font-size:16px;margin-bottom:14px;color:var(--purple)}
.sources ol{padding-left:20px;color:var(--grey);font-size:14px;line-height:2}

.tags{margin-top:32px;display:flex;flex-wrap:wrap;gap:10px}
.tag{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--purple);background:var(--blush);padding:6px 14px;border-radius:20px}

.cta-block{margin-top:56px;background:var(--purple);color:var(--ivory);padding:40px;border-radius:4px;text-align:center}
.cta-block h3{color:var(--ivory);font-size:24px;margin-bottom:12px}
.cta-block p{color:rgba(250,247,245,.8);margin-bottom:24px}
.btn-gold{display:inline-block;background:var(--gold);color:var(--white);padding:15px 32px;font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;border-radius:2px;border:none;cursor:pointer}

/* Blog index listing */
.index-hero{margin-bottom:56px}
.index-hero h1{font-size:clamp(28px,3.5vw,42px);margin-bottom:14px}
.index-hero p{color:var(--grey);max-width:620px}

.post-list{display:grid;gap:36px}
.post-card{display:grid;grid-template-columns:220px 1fr;gap:28px;padding-bottom:36px;border-bottom:1px solid var(--border)}
.post-card img{border-radius:4px;width:220px;height:150px;object-fit:cover;border:1px solid var(--border)}
.post-card .card-body h2{font-size:24px;margin-bottom:8px}
.post-card .card-meta{font-size:13px;color:var(--grey);margin-bottom:10px}
.post-card .card-excerpt{color:var(--slate);font-size:16px;line-height:1.65}
.post-card a.card-link{color:var(--gold);font-size:14px;font-weight:600;display:inline-block;margin-top:10px}

footer{background:var(--purple);color:rgba(250,247,245,.7);padding:56px 6% 28px}
.footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;padding-bottom:32px}
.footer-col h4{color:var(--ivory);font-size:14px;letter-spacing:.06em;text-transform:uppercase;margin-bottom:16px}
.footer-col ul{list-style:none}
.footer-col li{margin-bottom:10px}
.footer-col a{color:rgba(250,247,245,.7);font-size:14px}
.footer-col a:hover{color:var(--gold)}
.footer-bottom{max-width:1200px;margin:0 auto;border-top:1px solid rgba(250,247,245,.15);padding-top:24px;display:flex;justify-content:space-between;font-size:13px;flex-wrap:wrap;gap:12px}
.footer-legal a{margin-left:18px;color:rgba(250,247,245,.6)}

@media(max-width:820px){
  .nav-links{display:none;flex-direction:column;position:absolute;top:100px;left:0;right:0;background:var(--white);border-bottom:1px solid var(--border);padding:20px 6% 28px;gap:22px;z-index:99}
  .nav-links.open{display:flex}
  .nav-toggle{display:flex}
  .post-card{grid-template-columns:1fr}
  .post-card img{width:100%;height:200px}
  .footer-grid{grid-template-columns:1fr;gap:28px}
}
