/**
 * EBA Insight Detail — single insight page.
 * Brand: gold #d4a24c, charcoal #0f172a, ivory #fafaf7.
 */

.eba-wrapper.eba-id {
    background: #fff;
    font-family: 'Inter', system-ui, sans-serif;
    color: #334155;
}
.eba-wrapper.eba-id .eba-container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.eba-wrapper.eba-id .eba-container--narrow { max-width: 760px; }

/* ===== HERO ===== */
.eba-wrapper.eba-id .eba-id__hero {
    background: #fafaf7;
    padding: 64px 0 40px;
    text-align: center;
}
.eba-wrapper.eba-id .eba-id__cat {
    display: inline-block;
    background: rgba(212, 162, 76, 0.12);
    color: #b58834;
    padding: 5px 14px;
    border-radius: 999px;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 18px;
    text-decoration: none !important;
    transition: all 0.15s;
}
.eba-wrapper.eba-id .eba-id__cat:hover { background: rgba(212, 162, 76, 0.22); color: #8b6914; }
.eba-wrapper.eba-id .eba-id__title {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-weight: 600 !important;
    font-size: clamp(2rem, 4vw, 3rem) !important;
    line-height: 1.15 !important;
    color: #0f172a !important;
    margin: 0 0 22px;
    letter-spacing: -0.01em;
}
.eba-wrapper.eba-id .eba-id__meta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    font-size: 13px;
    color: #64748b;
}
.eba-wrapper.eba-id .eba-id__meta span { display: inline-flex; align-items: center; gap: 5px; }
.eba-wrapper.eba-id .eba-id__meta svg { color: #d4a24c; flex-shrink: 0; }

/* ===== COVER IMAGE ===== */
.eba-wrapper.eba-id .eba-id__cover {
    background: #fafaf7;
    padding-bottom: 40px;
}
.eba-wrapper.eba-id .eba-id__cover img {
    width: 100%;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.18);
    display: block;
}

/* ===== LAYOUT ===== */
.eba-wrapper.eba-id .eba-id__layout {
    padding: 48px 0 64px;
    background: #fff;
}
.eba-wrapper.eba-id .eba-id__inner {
    position: relative;
}

/* Share sidebar (sticky on desktop) */
.eba-wrapper.eba-id .eba-id__share {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: sticky;
    top: 100px;
    float: left;
    margin-left: -90px;
    width: 60px;
    padding-right: 12px;
}
.eba-wrapper.eba-id .eba-id__share-label {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #94a3b8;
    margin-bottom: 12px;
}
.eba-wrapper.eba-id .eba-id__share a {
    width: 36px; height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fafaf7;
    border: 1px solid #eee9df;
    border-radius: 50%;
    color: #64748b;
    transition: all 0.15s;
    text-decoration: none !important;
}
.eba-wrapper.eba-id .eba-id__share a:hover {
    background: #d4a24c;
    color: #fff;
    border-color: #d4a24c;
    transform: translateY(-2px);
}

/* Body prose */
.eba-wrapper.eba-id .eba-id__body {
    font-size: 1.0625rem;
    line-height: 1.75;
    color: #334155;
}
.eba-wrapper.eba-id .eba-id__body > p:first-child { font-size: 1.1875rem; line-height: 1.65; color: #1e293b; }
.eba-wrapper.eba-id .eba-id__body p { margin: 0 0 1.2em; }
.eba-wrapper.eba-id .eba-id__body h2 {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-weight: 600 !important;
    font-size: 1.875rem !important;
    color: #0f172a !important;
    margin: 1.6em 0 0.6em;
    letter-spacing: -0.005em;
}
.eba-wrapper.eba-id .eba-id__body h3 {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-weight: 600 !important;
    font-size: 1.375rem !important;
    color: #0f172a !important;
    margin: 1.5em 0 0.4em;
}
.eba-wrapper.eba-id .eba-id__body h4 { font-weight: 700; font-size: 1.0625rem; color: #0f172a; margin: 1.4em 0 0.3em; }
.eba-wrapper.eba-id .eba-id__body ul, .eba-wrapper.eba-id .eba-id__body ol { padding-left: 1.4em; margin: 0 0 1.2em; }
.eba-wrapper.eba-id .eba-id__body li { margin-bottom: 0.4em; }
.eba-wrapper.eba-id .eba-id__body blockquote {
    margin: 1.6em 0;
    padding: 18px 24px;
    border-left: 4px solid #d4a24c;
    background: #fafaf7;
    border-radius: 0 10px 10px 0;
    font-style: italic;
    color: #475569;
}
.eba-wrapper.eba-id .eba-id__body a { color: #d4a24c; text-decoration: underline; text-decoration-color: rgba(212, 162, 76, 0.4); text-underline-offset: 3px; }
.eba-wrapper.eba-id .eba-id__body a:hover { text-decoration-color: #d4a24c; }
.eba-wrapper.eba-id .eba-id__body img { max-width: 100%; height: auto; border-radius: 12px; margin: 1.4em 0; }

/* Author bio */
.eba-wrapper.eba-id .eba-id__author {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-top: 56px;
    padding: 28px 30px;
    background: #fafaf7;
    border: 1px solid #eee9df;
    border-radius: 16px;
}
.eba-wrapper.eba-id .eba-id__author-avatar {
    width: 80px; height: 80px;
    border-radius: 50%;
    border: 2px solid #d4a24c;
    flex-shrink: 0;
}
.eba-wrapper.eba-id .eba-id__author-meta { flex: 1; min-width: 0; }
.eba-wrapper.eba-id .eba-id__author-meta small {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 4px;
}
.eba-wrapper.eba-id .eba-id__author-meta strong {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-weight: 600 !important;
    font-size: 1.375rem !important;
    color: #0f172a !important;
    display: block;
    margin-bottom: 8px;
}
.eba-wrapper.eba-id .eba-id__author-meta p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #475569;
}

/* ===== RELATED POSTS ===== */
.eba-wrapper.eba-id .eba-id__related {
    background: #fafaf7;
    padding: 72px 0 96px;
    border-top: 1px solid #eee9df;
}
.eba-wrapper.eba-id .eba-id__related-title {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-weight: 600;
    font-size: 1.875rem;
    color: #0f172a !important;
    margin: 0 0 32px;
    text-align: center;
}
.eba-wrapper.eba-id .eba-id__related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.eba-wrapper.eba-id .eba-id__rcard {
    background: #fff;
    border: 1px solid #eee9df;
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none !important;
    color: inherit;
    transition: all 0.2s;
    display: block;
}
.eba-wrapper.eba-id .eba-id__rcard:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    border-color: #d4a24c;
}
.eba-wrapper.eba-id .eba-id__rcard-thumb {
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
    background-image: linear-gradient(135deg, #eee9df, #f5e6c8);
}
.eba-wrapper.eba-id .eba-id__rcard-body { padding: 18px 20px 20px; }
.eba-wrapper.eba-id .eba-id__rcard-cat {
    display: inline-block;
    background: rgba(212, 162, 76, 0.12);
    color: #b58834;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}
.eba-wrapper.eba-id .eba-id__rcard h3 {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-weight: 600 !important;
    font-size: 1.1875rem !important;
    color: #d4a24c !important;
    margin: 0 0 8px;
    line-height: 1.25;
}
.eba-wrapper.eba-id .eba-id__rcard-meta {
    font-size: 12px;
    color: #94a3b8;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
    .eba-wrapper.eba-id .eba-id__share {
        position: static;
        flex-direction: row;
        margin: 0 0 24px;
        width: 100%;
        float: none;
        padding: 0;
    }
    .eba-wrapper.eba-id .eba-id__share-label {
        writing-mode: horizontal-tb;
        transform: none;
        margin-bottom: 0;
        font-size: 11.5px;
    }
}
@media (max-width: 900px) {
    .eba-wrapper.eba-id .eba-id__related-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .eba-wrapper.eba-id .eba-id__hero { padding: 48px 0 32px; }
    .eba-wrapper.eba-id .eba-id__layout { padding: 36px 0 48px; }
    .eba-wrapper.eba-id .eba-container { padding: 0 16px; }
    .eba-wrapper.eba-id .eba-id__cover img { border-radius: 12px; }
    .eba-wrapper.eba-id .eba-id__author { flex-direction: column; padding: 22px 20px; }
    .eba-wrapper.eba-id .eba-id__author-avatar { width: 60px; height: 60px; }
    .eba-wrapper.eba-id .eba-id__related-grid { grid-template-columns: 1fr; }
    .eba-wrapper.eba-id .eba-id__related { padding: 48px 0 64px; }
}
