/* KALIS SAFARI EXECUTIVE BLOG – INDIVIDUAL PAGES ONLY – ULTRA PREMIUM 2025 */
/* blog.html CSS REMAINS 100% UNTOUCHED */

:root {
    --gold: #D4AF37;
    --deep-navy: #0F1C3A;
    --cream: #FFFAF5;
    --charcoal: #1A1A1A;
}

/* ============================
   SECTION 1: HERO HEADER + IMAGE
   ============================ */
/*.article-hero-section {
  margin-top: 80px;
  padding-bottom: 120px;
  background: var(--cream);
}

.article-hero-section .container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
}

.article-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px;
}

.article-header .tag {
  display: inline-block;
  background: var(--gold);
  color: #000;
  padding: 10px 24px;
  font-size: 0.88rem;
  font-weight: 700;
  border-radius: 50px;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
}

.article-header h1 {
  font-family: 'Playfair Display', serif;
  font-size: 3.2rem;
  line-height: 1.12;
  color: var(--deep-navy);
  margin: 20px 0;
  letter-spacing: -1.5px;
}

.article-header .meta {
  font-size: 1.05rem;
  color: #666;
  font-weight: 500;
  margin-bottom: 32px;
}

.share-btn {
  background: transparent;
  border: 2.4px solid var(--gold);
  color: var(--gold);
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.98rem;
  cursor: pointer;
  transition: all 0.4s ease;
}

.share-btn:hover {
  background: var(--gold);
  color: #000;
  transform: translateY(-3px);
}

.hero-img {
  width: 65vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 2200px;
  object-fit: cover;
  display: block;
  box-shadow: 0 40px 100px rgba(15,28,58,0.28);
}
*/


.article-hero-wrapper {
    background-color: #f9f9f9;
    padding: 60px 20px 40px;
    border-bottom: 1px solid #e0e0e0;
}

.article-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.article-header-content {
    flex: 1 1 500px;
    min-width: 300px;
}

.article-header-content .tag {
    display: inline-block;
    background-color: #d4eaf7;
    color: #0077b6;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 4px;
    margin-bottom: 12px;
}

.article-header-content h1 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 12px;
    color: #222;
}

.article-header-content .meta {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 20px;
}

.share-btn {
    background: transparent;
    border: 2.4px solid var(--gold);
    color: var(--gold);
    padding: 10px 15px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.98rem;
    cursor: pointer;
    transition: all 0.4s ease;
}

.share-btn:hover {
    background: var(--gold);
    color: #000;
    transform: translateY(-3px)
}

.hero-img-right {
    flex: 1 1 400px;
    max-width: 500px;
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}


/* ============================
   SECTION 2: CONTENT + SIDEBAR
   ============================ */
.article-main-section {
    background: var(--cream);
    padding-bottom: var(--footer-height);
    position: relative;
}

.article-main-section .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 50px;
    /* check on aligning the image header */
}

.article-grid {
    display: grid;
    grid-template-columns: 1fr 290px;
    /* Affect the size of the sidebar */
    gap: 100px;
    align-items: start;
}

/* CONTENT */
.article-content {
    padding-top: 40px;
}

.prose {
    font-size: 1.0rem;
    line-height: 1.75;
    color: #333;
}

.prose .lead {
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--charcoal);
    margin-bottom: 2.0rem;
}

.prose h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.25rem;
    color: var(--deep-navy);
    margin: 3.5rem 0 1.2rem;
    position: relative;
}

.prose h2::after {
    content: '';
    position: absolute;
    bottom: 3.5px;
    left: 0;
    width: 100px;
    height: 0.5px;
    background: var(--gold);
}

.prose p 
{
    margin-bottom: 1.8rem;
}
.prose ul ol {
    margin-bottom: 0.5rem;
}

.prose blockquote {
    background: rgba(212, 175, 55, 0.09);
    border-left: 8px solid var(--gold);
    padding: 3.5rem;
    margin: 5rem 0;
    font-style: italic;
    font-size: 1.5rem;
    border-radius: 0 20px 20px 0;
    color: var(--charcoal);
}

.prose blockquote span {
    display: block;
    margin-top: 1.5rem;
    font-weight: 600;
    color: var(--deep-navy);
    font-style: normal;
}

.prose img {
    width: 100%;
    border-radius: 24px;
    margin: 4rem 0;
    box-shadow: 0 35px 90px rgba(15, 28, 58, 0.22);
}

/* SIDEBAR – ULTRA PREMIUM GLASS EFFECT */
.article-sidebar {
    position: sticky;
    top: calc(var(--header-height) + 40px);
    align-self: start;
    background: rgba(255, 250, 245, 0.97);
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(32px);
    border: 1.5px solid rgba(212, 175, 55, 0.28);
    border-radius: 32px;
    padding: 3.8rem 3rem;
    box-shadow: 0 40px 110px rgba(15, 28, 58, 0.20);
    z-index: 7;
    max-height: calc(55vh - var(--header-height) - 70px);
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 2rem;
    /*margin-top: 60px;   space between hero and sidebar */
    /*top: 160px;         where sticky effect begins */
}

.article-sidebar:hover {
    box-shadow: 0 45px 120px rgba(15, 28, 58, 0.28);
    border-color: rgba(212, 175, 55, 0.48);
    transform: translateY(-8px);
}

.back-btn {
    display: block;
    background: var(--deep-navy);
    color: white;
    text-align: center;
    padding: 0.85rem;
    border-radius: 20px;
    text-decoration: none;
    margin-bottom: 1.1rem;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.85px;
    transition: 0.5s ease;
}

.back-btn:hover {
    background: var(--gold);
    color: #000;
}

.sidebar-related h4,
.sidebar-newsletter h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.0rem;
    color: var(--deep-navy);
    margin-bottom: 1.65rem;
}

.sidebar-related ul {
    list-style: none;
    padding: 0;
}

.sidebar-related li {
    margin: 1.0rem 0;
    padding-bottom: 1.2rem;
    border-bottom: 1.0px solid rgba(212, 175, 55, 0.3);
}

.sidebar-related a {
    color: #444;
    text-decoration: none;
    font-weight: 550;
    font-size: 0.80rem;
    transition: color 0.4s ease;
}

.sidebar-related a:hover {
    color: var(--gold);
}

.sidebar-newsletter {
    margin-top: 2.05rem;
    padding-top: 1rem;
    border-top: 2px solid rgba(212, 175, 55, 0.38);

}

.sidebar-newsletter p {
    font-size: 0.75rem;
    color: #555;
    margin-bottom: 1.25rem;
}

.sidebar-newsletter input {
    width: 100%;
    padding: 0.8rem;
    border: 2.0px solid rgba(212, 175, 55, 0.38);
    border-radius: 16px;
    margin-bottom: 1.0rem;
    background: white;
    font-size: 0.95rem;
}

.sidebar-newsletter button {
    width: 100%;
    background: var(--gold);
    color: #000;
    border: none;
    padding: 0.8rem;
    font-weight: 700;
    cursor: pointer;
    border-radius: 16px;
    font-size: 0.95rem;
    transition: 0.5s ease;
}

.sidebar-newsletter button:hover {
    background: var(--deep-navy);
    color: white;
}

/* STOP SIDEBAR BEFORE FOOTER */
.sidebar-stop {
    position: static !important;
    top: auto !important;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
    .article-grid {
        grid-template-columns: 1fr;
        gap: 80px;
    }

    .article-sidebar {
        position: static;
        margin-top: 6rem;
        max-height: none;
    }

    .hero-img {
        height: 520px;
    }
}

@media (max-width: 768px) {
    .article-header h1 {
        font-size: 3.4rem;
    }

    .prose h2 {
        font-size: 2.4rem;
    }
}