body.insight-page{
background:#0f2c38;
color:white;
}

/* HERO */
.insight-hero{
padding:80px 0 60px;
background:linear-gradient(rgba(19,47,61,0.8),rgba(19,47,61,0.8)),
url('https://images.unsplash.com/photo-1492724441997-5dc865305da7') center/cover no-repeat;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
}

.hero-overlay p{
margin-top:6px;
margin-bottom:5px;
opacity:.9;
max-width:600px;
margin-left:auto;
margin-right:auto;
}

.insight-featured{
padding:10px 0;
}

.hero-overlay{
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
}

/* BREADCRUMB */

.breadcrumb{
margin-bottom:5px;
font-size:14px;
letter-spacing:.5px;
}

.breadcrumb a{
color:var(--gold);
text-decoration:none;
}

.breadcrumb span{
color:rgba(255,255,255,0.7);
margin:0 6px;
}

.breadcrumb .current{
color:white;
}

.hero-overlay h1{
font-size:48px;
color:var(--gold);
margin-top:0;
margin-bottom:10px;
}

/* FEATURED ARTICLE */

.insight-featured{
padding:64px 0 54px;
}

.featured-article{
display:grid;
grid-template-columns:1.2fr 1fr;
gap:clamp(28px,4vw,52px);
align-items:center;
}

.featured-image img{
width:100%;
border-radius:8px;
max-height:420px;
object-fit:cover;
}

.featured-article .featured-image{
margin:0;
}

.featured-content h2{
margin:20px 0;
color:var(--gold);
}

.article-meta{
display:flex;
justify-content:space-between;
margin-top:20px;
font-size:14px;
opacity:.8;
}

.author{
display:flex;
align-items:center;
gap:10px;
margin-top:15px;
}

.author img{
border-radius:50%;
}

.read-btn{
display:inline-block;
margin-top:20px;
padding:12px 28px;
background:var(--gold);
color:#132F3D;
border-radius:30px;
font-weight:600;
text-decoration:none;
transition:all .3s ease;
}

/* Hover – Dim Gold */

.read-btn:hover{
background:#cbb06a;
transform:translateY(-2px);
box-shadow:0 8px 20px rgba(0,0,0,0.25);
}

.insight-card img{
width:100%;
height:220px;
object-fit:cover;
display:block;
transition: transform .5s ease;
}

.insight-card:hover img{
transform:scale(1.05);
}

/* HERO CONTENT SPACING */

.insight-hero .breadcrumb{
margin-bottom:4px;
}

.hero-overlay h1{
margin-bottom:6px;
line-height:1.2;
}

.hero-overlay p{
margin-top:0;
}

.hero-overlay{
gap:6px;
}


/* FILTER */

.insight-filter{
padding:25px 0;
border-top:1px solid rgba(225,200,133,0.4);
border-bottom:1px solid rgba(225,200,133,0.4);
}

.filter-wrapper{
display:flex;
justify-content:space-between;
align-items:center;
}

.filter-categories button{
background:transparent;
border:none;
color:#9ca9b3;
margin-right:15px;
cursor:pointer;
}

.filter-categories button.active{
color:var(--gold);
}

.filter-search{
position:relative;
}

.filter-search input{
background:#132F3D;
border:1px solid rgba(225,200,133,0.4);
padding:12px 45px 12px 15px;
border-radius:6px;
color:white;
}

.filter-search i{
position:absolute;
right:12px;
top:50%;
transform:translateY(-50%);
}


/* GRID */

.insight-grid-section{
padding:54px 0 72px;
}

.insight-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
gap:26px;
}

.insight-card{
background:#132F3D;
border-radius:12px;
overflow:hidden;
cursor:pointer;
will-change: transform;

transition: transform .35s ease, box-shadow .35s ease;
}

.insight-card:hover{
transform:translateY(-10px);
box-shadow:0 30px 70px rgba(0,0,0,.55);
border:1px solid rgba(225,200,133,0.15);
}

.insight-card img{
width:100%;
height:220px;
object-fit:cover;
}

.card-content{
padding:22px;
}

.card-content h3{
margin:15px 0;
color:var(--gold);
}

.card-meta{
font-size:13px;
opacity:.7;
margin:10px 0 15px;
}


/* LOAD MORE */

.load-more{
text-align:center;
margin-top:38px;
}

.insight-card.is-load-hidden,
.insight-card.is-filtered-out{
display:none;
}

#loadMoreBtn{
background:transparent;
border:1px solid var(--gold);
padding:12px 35px;
border-radius:30px;
color:var(--gold);
cursor:pointer;
transition:.3s ease;
}

#loadMoreBtn:hover{
background:var(--gold);
color:#132F3D;
}


/* RESPONSIVE */

@media(max-width:900px){

.featured-article{
grid-template-columns:1fr;
gap:24px;
}

.hero-overlay h1{
font-size:36px;
}

.filter-wrapper{
flex-direction:column;
gap:20px;
}

}

@media(max-width:600px){
.insight-featured{
padding:27px 0 29px;
}
.featured-content h2{
font-size:25px;
margin:13px 0;
line-height:1.25;
}
.featured-content p{
font-size:15px;
line-height:1.6;
}
.article-meta{
margin-top:14px;
}
.read-btn{
margin-top:18px;
}
.insight-filter{
padding:18px 0;
}
.filter-categories{
display:flex;
gap:15px;
overflow-x:auto;
width:100%;
padding-bottom:4px;
}
.filter-categories button{
margin:0;
white-space:nowrap;
}
.filter-search,
.filter-search input{
width:100%;
}
.insight-grid-section{
padding:34px 0 50px;
}
.insight-grid{
grid-template-columns:1fr;
gap:20px;
}
.insight-card img{
height:190px;
}
}

.breadcrumb a{
color:#e1c885;
text-decoration:none;
}

.breadcrumb span{
color:#ffffff;
opacity:.7;
}

.read-link{
color:#e1c885;
text-decoration:none;
font-weight:500;
}

.read-link:hover{
opacity:.8;
}

.read-link:visited{
color:#e1c885;
}

.read-link:hover{
opacity:.8;
}

.read-link{
color:#e1c885;
text-decoration:none;
font-weight:500;
transition:all .25s ease;
}

.read-link:hover{
letter-spacing:.3px;
opacity:.85;
}

/* ARTICLE CONTENT SPACING */

.article-content p{
line-height:1.9;
margin-bottom:22px;
color:#d0d8dc;
}

.article-content h2{
margin-top:40px;
margin-bottom:15px;
}

.article-image,
.featured-image{
margin:40px 0;
}

.article-image img,
.featured-image img{
width:100%;
height:auto;
border-radius:10px;
display:block;
}

/* CAPTIONS */

figcaption{
margin-top:10px;
font-size:13px;
opacity:.75;
font-style:italic;
}

.article-tags{
margin-top:15px;
display:flex;
gap:10px;
flex-wrap:wrap;
}

.article-tags span{
padding:6px 12px;
border:1px solid rgba(225,200,133,0.4);
border-radius:20px;
font-size:12px;
color:var(--gold);
}

.article-content p{
font-size:17px;
line-height:1.9;
margin-bottom:24px;
}

.article-content h2{
margin-top:50px;
margin-bottom:15px;
}

.post-date{
display:block;
font-size:13px;
opacity:.7;
margin-top:6px;
}

.article-meta{
display:flex;
align-items:center;
gap:10px;
margin-top:10px;
font-size:14px;
opacity:.9;
}

.author-info{
display:flex;
align-items:center;
gap:8px;
}

.author-avatar{
width:28px;
height:28px;
border-radius:50%;
object-fit:cover;
}
