/* 3. 💎 SUPREME TITLE LAYOUT - Elite Headline Typography */
.article-title-pro {
    font-family: 'Cormorant Garamond', 'EB Garamond', serif !important;
    font-size: 5rem !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    color: #0a1929 !important;
    letter-spacing: -2.5px !important;
    margin-bottom: 20px !important;
    text-shadow: 0 3px 8px rgba(10, 25, 41, 0.08);
    position: relative;
    padding-bottom: 25px;
}

.article-title-pro::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 5px;
    background: linear-gradient(90deg, #0c2444 0%, #FFD700 50%, transparent 100%);
    border-radius: 3px;
}

/* Sub-headline (after colon) - Sophisticated & Refined */
header .h3.text-muted {
    font-family: 'Crimson Pro', 'Libre Baskerville', serif !important;
    font-size: 1.75rem !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #5a6c7d !important;
    line-height: 1.6 !important;
    margin-top: 15px !important;
    padding-left: 10px;
    border-left: 4px solid #FFD700;
}

/* 4. 💎 SUPREME BODY TEXT - Museum-Quality Typography */
.article-body,
#article-content-body {
    font-family: 'EB Garamond', 'Crimson Pro', 'Baskerville', serif !important;
    font-size: 1.3rem !important;
    line-height: 2.2 !important;
    color: #1c1e21 !important;
    font-weight: 400 !important;
    letter-spacing: 0.015em !important;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    max-width: 100%;
    margin-top: 45px;
}

.article-body p {
    margin-bottom: 2rem !important;
    text-align: justify !important;
    hyphens: auto !important;
}

/* KEEP BOLD TEXT - Premium Weight */
.article-body strong,
.article-body b {
    font-weight: 700 !important;
    color: #0c2444 !important;
    text-decoration: none;
}

/* 5. 💎 SUPREME DROP CAP - Architectural & Monumental */
.article-body>p:first-of-type::first-letter,
#article-content-body>p:first-of-type::first-letter {
    float: left;
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 8.5rem !important;
    line-height: 0.75 !important;
    font-weight: 700 !important;
    color: #0a1929 !important;
    margin-right: 22px;
    margin-top: 8px;
    margin-bottom: -10px;
    padding: 15px 18px;
    background: linear-gradient(135deg, #0c2444 0%, #1a4d7a 50%, #FFD700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 6px 12px rgba(12, 36, 68, 0.15));
}

/* 6. 💎 SUPREME HEADINGS - Luxury Editorial Hierarchy */
.article-body h2,
#article-content-body h2 {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 3rem !important;
    font-weight: 600 !important;
    color: #0a1929 !important;
    margin-top: 5rem !important;
    margin-bottom: 2rem !important;
    padding: 25px 0 25px 40px !important;
    border-left: 8px solid #0c2444 !important;
    letter-spacing: -0.5px !important;
    position: relative;
    background: linear-gradient(to right, rgba(12, 36, 68, 0.03) 0%, transparent 80%);
    box-shadow: inset 0 -3px 0 0 #FFD700;
}

.article-body h2::before {
    content: '◆';
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #FFD700;
    font-size: 1.2rem;
}

.article-body h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 140px;
    height: 3px;
    background: linear-gradient(90deg, #0c2444 0%, #FFD700 70%, transparent 100%);
}

.article-body h3,
#article-content-body h3 {
    font-family: 'Crimson Pro', serif !important;
    font-size: 2.2rem !important;
    font-weight: 600 !important;
    color: #1a4d7a !important;
    margin-top: 3.5rem !important;
    margin-bottom: 1.5rem !important;
    padding-left: 28px;
    padding-bottom: 10px;
    border-left: 5px solid #5a9fd4;
    border-bottom: 1px solid rgba(90, 159, 212, 0.2);
}

.article-body h4,
#article-content-body h4 {
    font-family: 'EB Garamond', serif !important;
    font-size: 1.6rem !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
    margin-top: 2.5rem !important;
    margin-bottom: 1.2rem !important;
    font-style: italic;
}

/* 7. 💎 SUPREME BLOCKQUOTES - Compact Pull Quote with Scroll */
.article-body blockquote,
#article-content-body blockquote {
    position: relative;
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 1.6rem !important;
    line-height: 1.65 !important;
    font-style: italic !important;
    font-weight: 500 !important;
    color: #0a1929 !important;
    text-align: center;
    padding: 2rem 3rem;
    margin: 3rem auto;
    max-width: 85%;
    max-height: 400px;
    overflow-y: auto;
    border: none;
    background: linear-gradient(135deg, #fffbf5 0%, #fff9ed 100%);
    border-left: 5px solid #0c2444;
    border-right: 5px solid #FFD700;
    box-shadow: 0 12px 35px rgba(12, 36, 68, 0.12), inset 0 2px 4px rgba(255, 215, 0, 0.08);
    border-radius: 6px;
    scroll-behavior: smooth;
}

/* Custom scrollbar for blockquote */
.article-body blockquote::-webkit-scrollbar,
#article-content-body blockquote::-webkit-scrollbar {
    width: 6px;
}

.article-body blockquote::-webkit-scrollbar-track,
#article-content-body blockquote::-webkit-scrollbar-track {
    background: rgba(12, 36, 68, 0.05);
    border-radius: 3px;
}

.article-body blockquote::-webkit-scrollbar-thumb,
#article-content-body blockquote::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #0c2444, #FFD700);
    border-radius: 3px;
}

.article-body blockquote::before {
    content: '"';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 5rem;
    line-height: 1;
    color: rgba(255, 215, 0, 0.25);
    font-family: 'Georgia', serif;
    pointer-events: none;
}

.article-body blockquote p {
    margin: 0 !important;
    position: relative;
    z-index: 1;
}