.bhtml-module .bhtml-cst-title {
    text-align: center;
    margin-bottom: 32px;
}
.bhtml-module .bhtml-cst-title h2 {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-size: clamp(28px, 3.2vw, 44px);
    font-weight: 400;
    color: var(--indigo, #1a2744);
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0 0 14px;
}
.bhtml-module .bhtml-cst-title h2 em {
    font-style: italic;
    font-weight: 400;
}
/* kicker / eyebrow — opsional, wrap teks di atas judul dengan <small> */

.bhtml-module .bhtml-cst-title small {
    display: block;
    font-family: inherit;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--copper, #b07d62);
    margin-bottom: 10px;
}
/* ── Rule dengan dot di tengah ──────────────────────────────────── */

.bhtml-module .bhtml-title-rule {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.bhtml-module .bhtml-title-rule::before, .bhtml-module .bhtml-title-rule::after {
    content: '';
    display: block;
    height: 1px;
    width: 40px;
    background: var(--border, #d4c9bc);
}
.bhtml-module .bhtml-title-rule-dot {
    width: 5px;
    height: 5px;
    background: var(--copper, #b07d62);
    transform: rotate(45deg);
    display: block;
    flex-shrink: 0;
}