/* ══════════════════════════════
   BREADCRUMB (shared with page.css)
══════════════════════════════ */
.lp-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #91765a;
    margin-bottom: 22px;
}
.lp-breadcrumb a { color: #91765a; text-decoration: none; }
.lp-breadcrumb a:hover { color: #b59a6e; }
.lp-breadcrumb i { font-size: 9px; color: #3a3f52; }

/* Dark hero breadcrumb override */
.bl-hero .lp-breadcrumb a,
.blp-hero .lp-breadcrumb a,
.blp-hero-img .lp-breadcrumb a { color: rgba(255,255,255,.55); }
.bl-hero .lp-breadcrumb i,
.blp-hero .lp-breadcrumb i { color: rgba(255,255,255,.3); }
.bl-hero .lp-breadcrumb span,
.blp-hero .lp-breadcrumb span { color: rgba(255,255,255,.55); }

/* ══════════════════════════════
   GOOGLE / CTA STRIP (shared with testimonials.css)
══════════════════════════════ */
.tr-google-section {
    background: #fff;
    padding: 0 0 70px;
}
.tr-google-card {
    background: #fff;
    border: 1px solid #ede8e2;
    border-radius: 12px;
    padding: 28px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}
.tr-google-card-left { display: flex; align-items: center; gap: 20px; }
.tr-google-logo {
    width: 54px; height: 54px;
    background: #f7f5f2;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.tr-google-card h3 { font-size: 16px; font-weight: 700; color: #141824; margin: 0 0 4px; }
.tr-google-card p  { font-size: 13px; color: #888; margin: 0; max-width: 440px; line-height: 1.5; }
.tr-google-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #141824;
    color: #91765a;
    padding: 12px 26px;
    border-radius: 4px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background .2s;
}
.tr-google-btn:hover { background: #91765a; color: #fff; }

/* ══════════════════════════════
   SHARED
══════════════════════════════ */
.bl-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #91765a;
    background: rgba(145,118,90,.12);
    border: 1px solid rgba(145,118,90,.25);
    padding: 3px 12px;
    border-radius: 20px;
    margin-bottom: 14px;
}

/* ══════════════════════════════
   BLOG LISTING — HERO
══════════════════════════════ */
.bl-hero {
    background: #141824;
    padding: 90px 0 60px;
    position: relative;
    overflow: hidden;
}
.bl-hero-bg-text {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Bodoni Moda', serif;
    font-size: clamp(100px, 18vw, 200px);
    font-weight: 700;
    color: rgba(255,255,255,.02);
    letter-spacing: 10px;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
}
.bl-h1 {
    font-family: 'Bodoni Moda', serif;
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    color: #e8e2da;
    margin: 16px 0 14px;
    line-height: 1.15;
}
.bl-h1 em { color: #91765a; font-style: italic; }
.bl-sub {
    font-size: 15px;
    color: #888;
    line-height: 1.8;
    max-width: 600px;
    margin: 0 0 28px;
}

/* Category pills */
.bl-cats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px;
}
.bl-cat-pill {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    color: #888;
    border: 1px solid rgba(255,255,255,.1);
    padding: 5px 16px;
    border-radius: 20px;
    text-decoration: none;
    transition: all .2s;
}
.bl-cat-pill:hover,
.bl-cat-pill.active {
    color: #91765a;
    border-color: rgba(145,118,90,.4);
    background: rgba(145,118,90,.08);
}

/* ══════════════════════════════
   FEATURED POST
══════════════════════════════ */
.bl-featured-section {
    background: #fff;
    padding: 60px 0 0;
}
.bl-featured-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #ede8e2;
    text-decoration: none;
    transition: box-shadow .25s, transform .2s;
}

.bl-featured-img {
    background-size: cover;
    background-position: center;
    min-height: 340px;
}
.bl-featured-img-placeholder {
    background: linear-gradient(135deg, #141824, #2a3040);
    min-height: 340px;
}
.bl-featured-body {
    padding: 48px 44px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bl-featured-title {
    font-family: 'Bodoni Moda', serif;
    font-size: clamp(1.3rem, 2.5vw, 1.9rem);
    color: #141824;
    line-height: 1.3;
    margin: 0 0 16px;
}
.bl-featured-excerpt {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin: 0 0 24px;
}
.bl-featured-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 12px;
    color: #999;
    padding-top: 20px;
    border-top: 1px solid #f0ece6;
}
.bl-featured-meta i { margin-right: 4px; }
.bl-read-more {
    margin-left: auto;
    color: #91765a;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .5px;
}

/* ══════════════════════════════
   GRID
══════════════════════════════ */
.bl-grid-section {
    background: #fff;
    padding: 50px 0 80px;
}
.bl-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}
.bl-card {
    border: 1px solid #ede8e2;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    background: #fff;
}
.bl-card-img {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: #f0ece6;
}
.bl-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bl-card-img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1e2535, #2d3448);
    color: rgba(145,118,90,.4);
    font-size: 36px;
}
.bl-card-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    color: #fff;
    background: #91765a;
    padding: 3px 10px;
    border-radius: 12px;
}
.bl-card-body {
    padding: 22px 22px 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.bl-card-title {
    font-family: 'Bodoni Moda', serif;
    font-size: 1.05rem;
    color: #141824;
    line-height: 1.4;
    margin: 0 0 10px;
}
.bl-card-excerpt {
    font-size: 13px;
    color: #777;
    line-height: 1.7;
    margin: 0 0 14px;
    flex: 1;
}
.bl-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 11px;
    color: #aaa;
    padding-top: 14px;
    border-top: 1px solid #f5f2ee;
    margin-top: auto;
}
.bl-card-meta i { margin-right: 4px; }
.bl-card-link { color: #91765a; font-weight: 700; font-size: 11px; }

/* Pagination */
.bl-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 50px;
}
.bl-page-btn {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ede8e2;
    border-radius: 6px;
    font-size: 13px;
    color: #555;
    text-decoration: none;
    transition: all .2s;
}
.bl-page-btn:hover,
.bl-page-btn.active {
    background: #141824;
    color: #91765a;
    border-color: #141824;
}

/* Empty state */
.bl-empty {
    text-align: center;
    padding: 80px 20px;
    color: #bbb;
}
.bl-empty i { font-size: 48px; margin-bottom: 20px; display: block; }
.bl-empty h3 { font-size: 1.2rem; color: #999; margin-bottom: 8px; }
.bl-empty p  { font-size: 14px; }

/* ══════════════════════════════
   SINGLE POST — HERO
══════════════════════════════ */
.blp-hero {
    background: #141824 center/cover no-repeat;
    padding: 110px 0 70px;
    position: relative;
    overflow: hidden;
}
.blp-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(10,13,20,.95) 35%, rgba(10,13,20,.65));
}
.blp-hero-inner { position: relative; z-index: 1; }

/* breadcrumb override for dark hero */
.lp-breadcrumb-light a,
.lp-breadcrumb-light span { color: rgba(255,255,255,.55); }
.lp-breadcrumb-light i    { color: rgba(255,255,255,.25); }
.lp-breadcrumb-light a:hover { color: #b59a6e; }

.blp-cat-badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #91765a;
    background: rgba(145,118,90,.15);
    border: 1px solid rgba(145,118,90,.3);
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 16px;
}
.blp-title {
    font-family: 'Bodoni Moda', serif;
    font-size: clamp(1.7rem, 3.8vw, 2.8rem);
    color: #e8e2da;
    line-height: 1.18;
    margin: 0 0 22px;
    max-width: 820px;
}
.blp-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    font-size: 12px;
    letter-spacing: .4px;
    color: rgba(255,255,255,.5);
}
.blp-meta i { margin-right: 5px; color: #91765a; }

/* ══════════════════════════════
   SINGLE POST — BODY
══════════════════════════════ */
.blp-body {
    background: #fff;
    padding: 60px 0 80px;
}
.blp-layout {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 56px;
    align-items: start;
}

/* ── Excerpt box ── */
.blp-excerpt-box {
    position: relative;
    background: #f7f5f2;
    border-left: 3px solid #91765a;
    border-radius: 0 8px 8px 0;
    padding: 22px 26px 20px 30px;
    margin: 0 0 36px;
}
.blp-excerpt-deco {
    font-family: 'Bodoni Moda', serif;
    font-size: 60px;
    color: #91765a;
    line-height: 1;
    opacity: .35;
    position: absolute;
    top: -4px;
    left: 10px;
}
.blp-excerpt-box p {
    font-size: 15.5px;
    color: #555;
    line-height: 1.9;
    font-style: italic;
    margin: 0;
    padding-left: 16px;
}

/* ── Article content ── */
.blp-content {
    font-size: 15px;
    color: #3d3d3d;
    line-height: 1.95;
}
.blp-content h2 {
    font-family: 'Bodoni Moda', serif;
    font-size: 1.45rem;
    color: #141824;
    margin: 44px 0 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f0ece6;
    position: relative;
}
.blp-content h2::after {
    content: '';
    position: absolute;
    bottom: -2px; left: 0;
    width: 36px; height: 2px;
    background: #91765a;
}
.blp-content h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #141824;
    margin: 30px 0 10px;
}
.blp-content p  { margin-bottom: 20px; }
.blp-content ul,
.blp-content ol { padding-left: 0; margin-bottom: 20px; list-style: none; }
.blp-content ul li,
.blp-content ol li {
    position: relative;
    padding: 7px 0 7px 22px;
    border-bottom: 1px solid #f5f3f0;
    font-size: 14.5px;
    color: #555;
    line-height: 1.75;
}
.blp-content ul li:last-child,
.blp-content ol li:last-child { border-bottom: none; }
.blp-content ul li::before {
    content: '';
    position: absolute;
    left: 0; top: 15px;
    width: 6px; height: 6px;
    border-radius: 50%;
    background: #91765a;
}
.blp-content ol { counter-reset: blp-ol; }
.blp-content ol li { padding-left: 30px; }
.blp-content ol li::before {
    counter-increment: blp-ol;
    content: counter(blp-ol);
    position: absolute;
    left: 0; top: 7px;
    width: 20px; height: 20px;
    background: #91765a;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.blp-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 10px 0 20px;
    display: block;
}
.blp-content a { color: #91765a; font-weight: 500; }
.blp-content a:hover { color: #b59a6e; }
.blp-content strong { color: #141824; }
.blp-content blockquote {
    border-left: 3px solid #91765a;
    background: #f7f5f2;
    margin: 28px 0;
    padding: 18px 24px;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    font-size: 15px;
    color: #666;
    line-height: 1.85;
}

/* ── Tags row ── */
.blp-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 40px 0 0;
    padding-top: 24px;
    border-top: 1px solid #f0ece6;
}
.blp-tags-label { font-size: 12px; color: #aaa; letter-spacing: .5px; }
.blp-tag {
    font-size: 11px;
    font-weight: 600;
    color: #666;
    background: #f5f2ee;
    border: 1px solid #e8e2d8;
    padding: 5px 14px;
    border-radius: 14px;
    text-decoration: none;
    transition: all .2s;
}
.blp-tag:hover { background: #141824; color: #91765a; border-color: #141824; }

/* ── Author card ── */
.blp-author-card {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-top: 40px;
    padding: 28px 28px 24px;
    background: #141824;
    border-radius: 12px;
    border: 1px solid rgba(145,118,90,.2);
}
.blp-author-icon {
    width: 54px; height: 54px;
    border-radius: 50%;
    background: rgba(145,118,90,.12);
    border: 2px solid rgba(145,118,90,.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #91765a;
    font-size: 22px;
    flex-shrink: 0;
}
.blp-author-info strong {
    display: block;
    font-size: 15px;
    color: #e8e2da;
    margin-bottom: 7px;
}
.blp-author-info p {
    font-size: 13px;
    color: #888;
    line-height: 1.7;
    margin: 0;
}

/* ══════════════════════════════
   SIDEBAR
══════════════════════════════ */
.blp-sidebar { position: sticky; top: 30px; display: flex; flex-direction: column; gap: 20px; }

.blp-widget {
    background: #fff;
    border: 1px solid #ede8e2;
    border-radius: 12px;
    padding: 22px 22px 18px;
}
.blp-widget-title {
    font-family: 'Bodoni Moda', serif;
    font-size: 1rem;
    color: #141824;
    margin: 0 0 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0ece6;
    position: relative;
}
.blp-widget-title::after {
    content: '';
    position: absolute;
    bottom: -2px; left: 0;
    width: 28px; height: 2px;
    background: #91765a;
}

/* Recent posts */
.blp-recent {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f5f2ee;
    text-decoration: none;
}
.blp-recent:last-child { border-bottom: none; padding-bottom: 0; }
.blp-recent img,
.blp-recent-ph {
    width: 60px;
    height: 44px;
    border-radius: 6px;
    object-fit: cover;
    flex-shrink: 0;
}
.blp-recent-ph {
    background: #f0ece6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 16px;
}
.blp-recent-text span {
    display: block;
    font-size: 13px;
    color: #333;
    line-height: 1.45;
    font-weight: 500;
}
.blp-recent-text em {
    display: block;
    font-size: 11px;
    color: #bbb;
    font-style: normal;
    margin-top: 4px;
}

/* CTA widget */
.blp-widget-cta {
    background: #141824;
    border-color: rgba(145,118,90,.2);
    text-align: center;
    padding: 30px 22px 26px;
}
.blp-cta-icon {
    font-size: 32px;
    color: #91765a;
    display: block;
    margin-bottom: 14px;
}
.blp-widget-cta h4 {
    font-family: 'Bodoni Moda', serif;
    font-size: 1.15rem;
    color: #e8e2da;
    margin: 0 0 10px;
}
.blp-widget-cta p {
    font-size: 13px;
    color: #888;
    line-height: 1.6;
    margin: 0;
}
.blp-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    background: #91765a;
    color: #fff;
    padding: 11px 22px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background .2s;
}
.blp-cta-btn:hover { background: #b59a6e; color: #fff; }

/* Tags widget */
.blp-widget-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px;
}

/* ══════════════════════════════
   RELATED POSTS SECTION
══════════════════════════════ */
.blp-related {
    background: #f7f5f2;
    padding: 60px 0 70px;
}
.blp-related-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
    padding-bottom: 16px;
    border-bottom: 2px solid #ede8e2;
    position: relative;
}
.blp-related-head::after {
    content: '';
    position: absolute;
    bottom: -2px; left: 0;
    width: 44px; height: 2px;
    background: #91765a;
}
.blp-related-title {
    font-family: 'Bodoni Moda', serif;
    font-size: 1.6rem;
    color: #141824;
    margin: 0;
}
.blp-related-all {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #91765a;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color .2s;
}
.blp-related-all:hover { color: #b59a6e; }

/* ══════════════════════════════
   RESPONSIVE
══════════════════════════════ */
@media (max-width: 1000px) {
    .blp-layout          { grid-template-columns: 1fr; }
    .blp-sidebar         { position: static; }
    .bl-featured-card    { grid-template-columns: 1fr; }
    .bl-featured-img     { min-height: 240px; }
}
@media (max-width: 800px) {
    .bl-grid             { grid-template-columns: repeat(2, 1fr); }
    .bl-featured-body    { padding: 32px 24px; }
}
@media (max-width: 560px) {
    .bl-grid             { grid-template-columns: 1fr; }
    .bl-hero             { padding: 60px 0 40px; }
    .blp-hero            { padding: 70px 0 50px; }
    .blp-author-card     { flex-direction: column; }
    .blp-related         { padding: 40px 0 50px; }
}
