.navbar-nav .nav-link{font-weight:500;font-size:.88rem;color:var(--text-dark)!important;padding:.5rem .85rem!important;}
.btn-consult{background:var(--gold);color:var(--white);border:none;border-radius:6px;font-weight:600;font-size:.85rem;padding:.5rem 1.25rem;}
.breadcrumb-bar{background:var(--cream);padding:1rem 0;}
.breadcrumb-item a{color:var(--maroon);text-decoration:none;font-size:.83rem;}
.breadcrumb-item.active{font-size:.83rem;color:var(--text-muted);}
section{padding:3rem 0;}
/* ARTICLE HEADER */
.article-header{max-width:780px;margin:0 auto 2rem;text-align:center;}
.cat-tag{display:inline-block;background:var(--gold);color:var(--white);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:5px 12px;border-radius:4px;margin-bottom:1rem;}
.article-header h1{font-size:clamp(1.7rem,3.5vw,2.4rem);font-weight:800;line-height:1.3;margin-bottom:1rem;}
.article-meta-row{display:flex;gap:1.5rem;justify-content:center;font-size:.85rem;color:var(--text-muted);flex-wrap:wrap;}
.article-meta-row span{display:flex;align-items:center;gap:.4rem;}
.article-meta-row i{color:var(--gold);}
.hero-img{border-radius:14px;overflow:hidden;max-width:900px;margin:0 auto 3rem;}
.hero-img img{width:100%;height:420px;object-fit:cover;}
/* CONTENT */
.article-content{max-width:760px;margin:0 auto;font-size:1rem;line-height:1.9;color:#3a342e;}
.article-content p{margin-bottom:1.3rem;}
.article-content h3{font-size:1.3rem;font-weight:700;margin:2rem 0 1rem;color:var(--text-dark);}
.article-content ul{margin-bottom:1.3rem;padding-left:1.2rem;}
.article-content ul li{margin-bottom:.6rem;}
.pullquote{border-left:4px solid var(--gold);padding:1rem 1.5rem;font-style:italic;font-size:1.05rem;color:var(--maroon);background:var(--cream);border-radius:0 8px 8px 0;margin:2rem 0;}
.content-img{border-radius:12px;width:100%;height:300px;object-fit:cover;margin:2rem 0;}
/* TAGS / SHARE */
.article-footer{max-width:760px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid #f2e1d6;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;}
.tag-pill{display:inline-block;background:var(--cream);color:var(--maroon);font-size:.78rem;font-weight:600;padding:5px 12px;border-radius:20px;margin-right:.5rem;text-decoration:none;}
.share-icons a{width:36px;height:36px;border-radius:50%;border:1px solid #ecd8c8;display:inline-flex;align-items:center;justify-content:center;color:var(--maroon);margin-left:.5rem;text-decoration:none;}
.share-icons a:hover{background:var(--maroon);color:var(--white);border-color:var(--maroon);}
/* AUTHOR BOX */
.author-box{max-width:760px;margin:2.5rem auto 0;background:var(--cream);border-radius:12px;padding:1.5rem;display:flex;gap:1.2rem;align-items:center;}
.author-box img{width:64px;height:64px;border-radius:50%;object-fit:cover;}
.author-box h6{font-size:.95rem;font-weight:700;margin-bottom:.2rem;}
.author-box p{font-size:.82rem;color:var(--text-muted);margin-bottom:0;}
/* RELATED */
.related-section{background:var(--cream);}
.article-card{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:0 4px 18px rgba(0,0,0,.06);transition:transform .25s;height:100%;}
.article-card:hover{transform:translateY(-5px);}
.article-img{height:170px;overflow:hidden;}
.article-img img{width:100%;height:100%;object-fit:cover;}
.article-body{padding:1.1rem;}
.article-body h6{font-size:.9rem;font-weight:700;line-height:1.4;margin-bottom:.5rem;}
.article-body span{font-size:.72rem;color:var(--text-muted);}
.footer-links a{color:rgba(255,255,255,.65);font-size:.83rem;text-decoration:none;}
.social-links a{width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:inline-flex;align-items:center;justify-content:center;color:rgba(255,255,255,.65);text-decoration:none;font-size:.9rem;margin-right:.4rem;}
