 
        :root {
            --warm-dark: #2d241e;
            --warm-ink: #1a1310;
            --warm-cream: #fbf9f6;
            --warm-sand: #f4ede0;
            --warm-parchment: #ede4d4;
            --gold: #c9a84c;
            --gold-light: #e3cb76;
            --champagne: #decfaa;
            --clay: #b65a3f;
            --clay-light: #c9705a;
            --muted: #9e8e7e;
            --ink-soft: #5c524f;
            --border-warm: rgba(182, 90, 63, 0.12);
            --border-gold: rgba(201, 168, 76, 0.15);
            --shadow-soft: 0 10px 30px rgba(45, 36, 30, 0.03);
            --shadow-hover: 0 20px 45px rgba(45, 36, 30, 0.08);
            --transition-smooth: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        }


        /* Hero Header / Breadcrumb */
        .breadcumb-section {
            position: relative;
          
            padding-top: clamp(100px, 12vw, 160px);
            padding-bottom: clamp(100px, 12vw, 160px);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            z-index: 1;
        }
        .breadcumb-section::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(28, 22, 19, 0.65);
            z-index: -1;
        }
        .hero-heading {
            font-family: 'Cormorant Garamond', Georgia, serif;
            font-size: clamp(34px, 4.5vw, 54px);
            line-height: 1.25;
            font-weight: 300;
            letter-spacing: -0.01em;
            color: #ffffff;
            margin: 0 auto;
            max-width: 900px;
        }

        /* Main Section Grid */
        .blog-details-section {
            background-color: var(--warm-cream);
            padding-top: clamp(60px, 8vw, 100px);
            padding-bottom: clamp(60px, 8vw, 100px);
        }

        /* Left Side: Article Layout */
        .blog-article-card {
            background: #ffffff;
            border: 1px solid var(--border-warm);
            border-radius: 16px;
            padding: clamp(24px, 4vw, 44px);
            box-shadow: var(--shadow-soft);
            transition: var(--transition-smooth);
            margin-bottom: 40px;
        }
        .blog-article-card:hover {
            box-shadow: var(--shadow-hover);
        }
        .article-featured-img-wrap {
            position: relative;
            overflow: hidden;
            border-radius: 12px;
            margin-bottom: 32px;
            aspect-ratio: 16 / 9;
            box-shadow: 0 8px 24px rgba(45, 36, 30, 0.05);
        }
        .article-featured-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 1.8s cubic-bezier(0.16, 1, 0.3, 1);
        }
        .article-featured-img-wrap:hover .article-featured-img {
            transform: scale(1.03);
        }

        /* Author and Date Meta */
        .article-meta-box {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 20px;
            padding-bottom: 24px;
            margin-bottom: 30px;
            border-bottom: 1px solid var(--border-warm);
        }
        .author-thumb-circle {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: var(--warm-sand);
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'Cormorant Garamond', Georgia, serif;
            font-size: 20px;
            font-weight: 600;
            color: var(--clay);
            border: 1px solid var(--border-gold);
            flex-shrink: 0;
        }
        .author-meta-info {
            display: flex;
            flex-direction: column;
        }
        .author-name-title {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 13px;
            font-weight: 700;
            color: var(--warm-dark);
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }
        .article-date-stamp {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 12px;
            color: var(--muted);
            margin-top: 2px;
        }
        .read-time-badge {
            background: rgba(201, 168, 76, 0.08);
            color: var(--gold);
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 11px;
            font-weight: 700;
            padding: 5px 12px;
            border-radius: 20px;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            margin-left: auto;
        }
        @media (max-width: 575px) {
            .read-time-badge {
                margin-left: 0;
                width: 100%;
                text-align: center;
            }
        }

        /* Editorial Content Readability */
        .article-body-text {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 17px;
            line-height: 1.85;
            color: var(--ink-soft);
            font-weight: 300;
            max-width: 740px;
            margin: 0 auto;
        }
        .article-body-text p {
            margin-bottom: 24px;
        }
        .article-body-text p:first-of-type::first-letter {
            font-family: 'Cormorant Garamond', Georgia, serif;
            font-size: clamp(54px, 6vw, 72px);
            float: left;
            line-height: 0.85;
            margin-right: 12px;
            color: var(--clay);
            font-weight: 300;
        }
        .article-body-text h3 {
            font-family: 'Cormorant Garamond', Georgia, serif;
            font-size: clamp(26px, 3.5vw, 34px);
            font-weight: 400;
            color: var(--warm-dark);
            margin-top: 40px;
            margin-bottom: 18px;
            line-height: 1.3;
        }
        .blog-pullquote {
            border-left: 3px solid var(--clay);
            padding: 10px 0 10px 24px;
            margin: 36px 0;
            background: var(--warm-cream);
            border-radius: 0 8px 8px 0;
        }
        .blog-pullquote p {
            font-family: 'Cormorant Garamond', Georgia, serif !important;
            font-size: clamp(20px, 3vw, 24px) !important;
            line-height: 1.5 !important;
            font-style: italic;
            color: var(--warm-dark) !important;
            margin: 0;
        }
        .blog-pullquote-author {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            color: var(--muted);
            margin-top: 10px;
            display: block;
            font-weight: 700;
        }

        /* Share Row Block */
        .share-article-section {
            border-top: 1px solid var(--border-warm);
            border-bottom: 1px solid var(--border-warm);
            padding: 20px 0;
            margin-top: 40px;
            margin-bottom: 40px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 16px;
        }
        .share-label {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.15em;
            color: var(--warm-dark);
        }
        .share-buttons-list {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .share-icon-btn {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: var(--warm-cream);
            color: var(--ink-soft);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: var(--transition-smooth);
            border: 1px solid var(--border-warm);
            text-decoration: none !important;
            cursor: pointer;
            outline: none;
            padding: 0;
            font-size: 14px;
        }
        .share-icon-btn:hover {
            color: #ffffff;
            transform: translateY(-3px);
        }
        .share-icon-btn.share-whatsapp:hover { background: #25d366; border-color: #25d366; }
        .share-icon-btn.share-facebook:hover { background: #1877f2; border-color: #1877f2; }
        .share-icon-btn.share-linkedin:hover { background: #0077b5; border-color: #0077b5; }
        .share-icon-btn.share-copy:hover { background: var(--clay); border-color: var(--clay); }

        /* Prev / Next Post Navigation */
        .post-navigation-block {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-bottom: 40px;
        }
        @media (max-width: 575px) {
            .post-navigation-block {
                grid-template-columns: 1fr;
            }
        }
        .nav-direction-card {
            background: #ffffff;
            border: 1px solid var(--border-warm);
            border-radius: 12px;
            padding: 20px;
            display: flex;
            flex-direction: column;
            text-decoration: none !important;
            transition: var(--transition-smooth);
            box-shadow: var(--shadow-soft);
        }
        .nav-direction-card:hover {
            transform: translateY(-4px);
            box-shadow: var(--shadow-hover);
            border-color: rgba(201, 168, 76, 0.25);
        }
        .nav-card-label {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 10px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            color: var(--clay);
            margin-bottom: 6px;
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .nav-card-title {
            font-family: 'Cormorant Garamond', Georgia, serif;
            font-size: 16px;
            font-weight: 500;
            color: var(--warm-dark);
            line-height: 1.35;
            transition: color 0.3s ease;
        }
        .nav-direction-card:hover .nav-card-title {
            color: var(--clay);
        }

        /* Right Side: Sticky Sidebar */
        .sticky-sidebar-wrap {
            position: relative;
        }
        .sidebar-sticky-inner {
            position: sticky;
            top: 110px;
            display: flex;
            flex-direction: column;
            gap: 28px;
        }

        /* Sidebar Widgets styling */
        .sidebar-widget {
            background: #ffffff;
            border: 1px solid var(--border-warm);
            border-radius: 16px;
            padding: 24px;
            box-shadow: var(--shadow-soft);
            transition: var(--transition-smooth);
        }
        .sidebar-widget:hover {
            box-shadow: var(--shadow-hover);
        }
        .widget-title {
            font-family: 'Cormorant Garamond', Georgia, serif;
            font-size: 22px;
            font-weight: 400;
            color: var(--warm-dark);
            margin-bottom: 18px;
            position: relative;
            padding-bottom: 8px;
        }
        .widget-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 32px;
            height: 1.5px;
            background: var(--inst-clay, #b65a3f);
        }

        /* Search Box widget */
        .search-box-widget-wrap {
            display: flex;
            background: var(--warm-cream);
            border: 1px solid var(--border-warm);
            border-radius: 8px;
            overflow: hidden;
            padding: 4px;
        }
        .search-box-input {
            flex-grow: 1;
            background: none;
            border: none;
            outline: none;
            padding: 10px 14px;
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 13.5px;
            color: var(--warm-dark);
        }
        .search-box-submit {
            background: var(--warm-dark);
            color: #ffffff;
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: var(--transition-smooth);
        }
        .search-box-submit:hover {
            background: var(--clay);
        }

        /* Categories Widget */
        .categories-widget-list {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }
        .category-widget-link {
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 13.5px;
            color: var(--ink-soft);
            text-decoration: none !important;
            transition: var(--transition-smooth);
        }
        .category-widget-link:hover {
            color: var(--clay);
            transform: translateX(4px);
        }
        .category-widget-count {
            background: var(--warm-cream);
            color: var(--muted);
            font-size: 10px;
            font-weight: 700;
            padding: 4px 8px;
            border-radius: 20px;
            transition: var(--transition-smooth);
        }
        .category-widget-link:hover .category-widget-count {
            background: rgba(182, 90, 63, 0.08);
            color: var(--clay);
        }

        /* Recent Posts Widget */
        .recent-posts-list {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }
        .recent-post-thumb-card {
            display: flex;
            align-items: center;
            gap: 12px;
            text-decoration: none !important;
        }
        .recent-post-thumb-img {
            width: 64px;
            height: 64px;
            border-radius: 8px;
            object-fit: cover;
            background: var(--warm-sand);
            flex-shrink: 0;
        }
        .recent-post-thumb-details {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }
        .recent-post-thumb-title {
            font-family: 'Cormorant Garamond', Georgia, serif;
            font-size: 15px;
            font-weight: 600;
            color: var(--warm-dark);
            line-height: 1.3;
            transition: color 0.3s ease;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .recent-post-thumb-card:hover .recent-post-thumb-title {
            color: var(--clay);
        }
        .recent-post-thumb-date {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 10.5px;
            color: var(--muted);
        }

        /* Tags Widget */
        .tags-widget-cloud {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }
        .tag-widget-pill {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 11px;
            color: var(--ink-soft);
            background: var(--warm-cream);
            padding: 6px 14px;
            border-radius: 30px;
            text-decoration: none !important;
            transition: var(--transition-smooth);
            border: 1px solid transparent;
        }
        .tag-widget-pill:hover {
            background: #ffffff;
            border-color: rgba(201, 168, 76, 0.25);
            color: var(--gold);
            transform: scale(1.03);
            box-shadow: 0 4px 10px rgba(201, 168, 76, 0.05);
        }

        /* Newsletter Card Widget */
        .newsletter-sidebar-card {
            background: radial-gradient(circle at 50% 50%, #3a2214 0%, #1e1917 100%);
            border: 1px solid rgba(201, 168, 76, 0.15);
            border-radius: 16px;
            padding: 26px;
            color: #ffffff;
            box-shadow: var(--shadow-soft);
            transition: var(--transition-smooth);
        }
        .newsletter-sidebar-card:hover {
            box-shadow: var(--shadow-hover);
        }
        .newsletter-title {
            font-family: 'Cormorant Garamond', Georgia, serif;
            font-size: 24px;
            color: #ffffff;
            margin-bottom: 8px;
            font-weight: 300;
        }
        .newsletter-desc {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 12px;
            color: #c0b7b1;
            line-height: 1.6;
            margin-bottom: 20px;
            font-weight: 300;
        }
        .newsletter-form-group {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        .newsletter-input-email {
            background: rgba(255, 255, 255, 0.06);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 6px;
            padding: 12px 14px;
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 13px;
            color: #ffffff;
            outline: none;
            transition: var(--transition-smooth);
        }
        .newsletter-input-email::placeholder {
            color: rgba(255, 255, 255, 0.35);
        }
        .newsletter-input-email:focus {
            border-color: var(--gold);
            background: rgba(255, 255, 255, 0.1);
        }
        .newsletter-submit-btn {
            background: var(--gold);
            color: #1c1613;
            border: none;
            border-radius: 6px;
            padding: 12px;
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.15em;
            cursor: pointer;
            transition: var(--transition-smooth);
        }
        .newsletter-submit-btn:hover {
            background: #ffffff;
            color: #1c1613;
            box-shadow: 0 6px 15px rgba(255, 255, 255, 0.15);
        }

        /* Social Follow Widget */
        .social-follow-list {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 16px;
        }
        .social-follow-btn {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            background: var(--warm-cream);
            color: var(--warm-dark);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            transition: var(--transition-smooth);
            border: 1px solid var(--border-warm);
            text-decoration: none !important;
        }
        .social-follow-btn:hover {
            background: var(--warm-dark);
            color: #ffffff;
            border-color: var(--warm-dark);
            transform: scale(1.08);
        }

        /* Mobile Bottom Sticky Share Bar */
        .mobile-sticky-share-bar {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            border-top: 1px solid var(--border-warm);
            z-index: 99999;
            padding: 10px 16px;
            box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.05);
            display: none;
            justify-content: space-between;
            align-items: center;
        }
        @media (max-width: 767px) {
            .mobile-sticky-share-bar {
                display: flex;
            }
            .blog-details-section {
                padding-bottom: 80px; /* Space for sticky bar */
            }
        }
        .mobile-share-label {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            color: var(--warm-dark);
        }
        .mobile-share-icons {
            display: flex;
            gap: 8px;
        }
        .mobile-share-icons .share-icon-btn {
            width: 36px;
            height: 36px;
            font-size: 12px;
        }

        /* Toast Popup Notification */
        .copy-toast-banner {
            position: fixed;
            bottom: 100px;
            left: 50%;
            transform: translateX(-50%) translateY(20px);
            background: rgba(45, 36, 30, 0.92);
            color: #ffffff;
            padding: 10px 20px;
            border-radius: 30px;
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 12.5px;
            z-index: 1000002;
            opacity: 0;
            transition: all 0.3s ease;
            pointer-events: none;
            box-shadow: 0 4px 15px rgba(0,0,0,0.15);
        }
        .copy-toast-banner.show {
            opacity: 1;
            transform: translateX(-50%) translateY(0);
        }
    