/* ============================================================
   The Savoury Embassy — News / Blog styles
   Scoped to the news hub (/news.php) and post pages (/news/*.php)
   Reuses brand tokens: --primary #5C3A2E, --secondary #C9A227
   ============================================================ */

.news-hero {
    position: relative;
    padding: 120px 0 70px;
    background: linear-gradient(135deg, #472921 0%, #5C3A2E 100%);
    color: #fff;
    text-align: center;
}
.news-hero .container { position: relative; z-index: 2; }
.news-hero .hero-badge {
    display: inline-block;
    background: rgba(201, 162, 39, 0.18);
    color: #C9A227;
    border: 1px solid rgba(201, 162, 39, 0.5);
    padding: 7px 18px;
    border-radius: 40px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    margin-bottom: 18px;
}
.news-hero h1 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    margin: 0 0 14px;
    line-height: 1.15;
}
.news-hero h1 span { color: #C9A227; }
.news-hero p {
    max-width: 640px;
    margin: 0 auto;
    font-size: 1.08rem;
    opacity: 0.92;
}

/* ---- Hub card grid ---- */
.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
    padding: 60px 0;
}
.news-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(71, 41, 33, 0.08);
    border: 1px solid #efe8e2;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.news-card:hover { transform: translateY(-5px); box-shadow: 0 14px 34px rgba(71, 41, 33, 0.16); }
.news-card-img { aspect-ratio: 16 / 9; overflow: hidden; }
.news-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
.news-card:hover .news-card-img img { transform: scale(1.05); }
.news-card-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.news-card-meta { font-size: 0.8rem; color: #C9A227; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 10px; }
.news-card h2 { font-family: 'Poppins', sans-serif; font-size: 1.22rem; line-height: 1.3; margin: 0 0 12px; color: #472921; }
.news-card h2 a { color: inherit; text-decoration: none; }
.news-card h2 a:hover { color: #5C3A2E; }
.news-card p { color: #6b5c53; font-size: 0.96rem; margin: 0 0 18px; flex: 1; }
.news-card .read-more { color: #5C3A2E; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 7px; }
.news-card .read-more:hover { color: #C9A227; }
.news-card .read-more i { transition: transform 0.2s ease; }
.news-card:hover .read-more i { transform: translateX(4px); }

/* ---- Article layout ---- */
.article-wrap { max-width: 780px; margin: 0 auto; padding: 55px 20px 30px; }
.article-breadcrumb { font-size: 0.85rem; color: #8a7a70; margin-bottom: 22px; }
.article-breadcrumb a { color: #5C3A2E; text-decoration: none; }
.article-breadcrumb a:hover { text-decoration: underline; }
.article-wrap article > header { margin-bottom: 30px; }
.article-wrap h1 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.8rem, 3.4vw, 2.5rem);
    line-height: 1.2;
    color: #472921;
    margin: 0 0 16px;
}
.article-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 0.9rem; color: #8a7a70; align-items: center; }
.article-meta .author { font-weight: 600; color: #5C3A2E; }
.article-hero-img { width: 100%; aspect-ratio: 16 / 8; object-fit: cover; border-radius: 14px; margin: 26px 0 32px; display: block; }
.article-body { font-size: 1.06rem; line-height: 1.75; color: #33291f; }
.article-body h2 { font-family: 'Poppins', sans-serif; font-size: 1.5rem; color: #5C3A2E; margin: 40px 0 14px; }
.article-body h3 { font-family: 'Poppins', sans-serif; font-size: 1.18rem; color: #472921; margin: 28px 0 10px; }
.article-body p { margin: 0 0 18px; }
.article-body ul, .article-body ol { margin: 0 0 20px; padding-left: 24px; }
.article-body li { margin-bottom: 9px; }
.article-body a { color: #5C3A2E; font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.article-body a:hover { color: #C9A227; }
.article-body strong { color: #472921; }
.article-body blockquote {
    border-left: 4px solid #C9A227;
    background: #faf6ef;
    margin: 24px 0;
    padding: 16px 22px;
    border-radius: 0 10px 10px 0;
    font-style: italic;
    color: #5C3A2E;
}

/* ---- FAQ ---- */
.article-faq { margin: 40px 0 10px; }
.article-faq h2 { margin-bottom: 18px; }
.faq-item { border: 1px solid #eee3da; border-radius: 12px; margin-bottom: 14px; overflow: hidden; background: #fff; }
.faq-item summary {
    cursor: pointer; list-style: none; padding: 18px 22px;
    font-weight: 600; color: #472921; font-family: 'Poppins', sans-serif;
    display: flex; justify-content: space-between; align-items: center; gap: 14px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '\002B'; color: #C9A227; font-size: 1.3rem; flex-shrink: 0; }
.faq-item[open] summary::after { content: '\2212'; }
.faq-item summary:hover { color: #5C3A2E; }
.faq-item .faq-answer { padding: 0 22px 20px; color: #4a3d33; line-height: 1.7; }

/* ---- CTA panel ---- */
.article-cta {
    margin: 46px 0 10px;
    background: linear-gradient(135deg, #5C3A2E 0%, #472921 100%);
    color: #fff;
    border-radius: 16px;
    padding: 38px 34px;
    text-align: center;
}
.article-cta h2 { font-family: 'Poppins', sans-serif; color: #fff; margin: 0 0 10px; font-size: 1.5rem; }
.article-cta p { opacity: 0.9; margin: 0 0 22px; }
.article-cta .cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.article-cta .btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px; border-radius: 40px; font-weight: 600; text-decoration: none; transition: all 0.2s ease; }
.article-cta .btn-gold { background: #C9A227; color: #472921; }
.article-cta .btn-gold:hover { background: #d9b636; transform: translateY(-2px); }
.article-cta .btn-ghost { border: 1.5px solid rgba(255,255,255,0.6); color: #fff; }
.article-cta .btn-ghost:hover { background: rgba(255,255,255,0.12); }

/* ---- Related posts ---- */
.related-posts { max-width: 780px; margin: 10px auto 0; padding: 30px 20px 60px; }
.related-posts h2 { font-family: 'Poppins', sans-serif; font-size: 1.3rem; color: #472921; margin-bottom: 18px; }
.related-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.related-list a {
    display: block; padding: 16px 18px; background: #faf6ef; border: 1px solid #eee3da;
    border-radius: 12px; text-decoration: none; color: #5C3A2E; font-weight: 600; line-height: 1.4;
    transition: all 0.2s ease;
}
.related-list a:hover { background: #fff; border-color: #C9A227; transform: translateY(-2px); }

@media (max-width: 600px) {
    .news-hero { padding: 100px 0 50px; }
    .news-grid { padding: 40px 0; gap: 22px; }
    .article-cta { padding: 30px 22px; }
}
