
.centre-hero-v811{padding:48px 0 38px;background:linear-gradient(180deg,#fafcff,#fff);border-bottom:1px solid #e2e7ec}
.centre-wrap-v811{width:min(1040px,calc(100% - 38px));margin:auto}.centre-eyebrow-v811{text-transform:uppercase;letter-spacing:.07em;color:#b9801d;font-size:12px;font-weight:700}
.centre-hero-v811 h1,.centre-main-v811 h2{color:#173f78}.centre-hero-v811 h1{font-size:42px;line-height:1.13;margin:8px 0 13px}.centre-lead-v811{font-size:20px;max-width:800px;color:#53606c}
.centre-main-v811{padding:38px 0 62px}.centre-grid-v811{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.75fr);gap:28px;align-items:start}
.centre-article-v811{max-width:800px}.centre-article-v811 p{font-size:17px}.centre-section-v811{margin:0 0 34px}.centre-section-v811 h2{font-size:27px;margin-bottom:10px}
.centre-card-v811{border:1px solid #e2e7ec;border-radius:13px;padding:20px;background:#f7f9fc;position:sticky;top:20px}.centre-card-v811 h2{margin-top:0}
.centre-contact-v811{margin:9px 0}.centre-contact-v811 a{font-weight:700;color:#173f78}.centre-actions-v811{display:flex;gap:9px;flex-wrap:wrap;margin:18px 0}
.centre-btn-v811{display:inline-block;padding:11px 14px;border-radius:8px;border:1px solid #173f78;text-decoration:none;font-weight:700;color:#173f78;background:#fff}.centre-btn-v811.primary{background:#173f78;color:#fff}
.centre-figure-v811{margin:28px 0}.centre-figure-v811 img{display:block;width:100%;max-height:470px;object-fit:cover;border-radius:14px}.centre-figure-v811 figcaption{font-size:13px;color:#667085;margin-top:7px}
@media(max-width:780px){.centre-grid-v811{grid-template-columns:1fr}.centre-card-v811{position:static}.centre-hero-v811 h1{font-size:34px}}

/* BKPH V8.12.54 LIVE CENTRE GOLD TRIM
   Applies to the actual V8.11 centre renderer used by
   /centres/makati-meditation/ and sibling centre pages. */

.centre-section-v811,
.centre-card-v811 {
    border: 1.5px solid #c7a34a !important;
    border-radius: 16px !important;
    background: #fffdf8 !important;
    box-shadow:
        0 1px 0 rgba(199, 163, 74, 0.20),
        0 8px 24px rgba(77, 55, 20, 0.055) !important;
}

.centre-section-v811 {
    padding: 24px 26px !important;
    margin: 22px 0 !important;
}

.centre-card-v811 {
    padding: 24px 26px !important;
}

/* Keep image presentation elegant while echoing the gold frame. */
.centre-figure-v811 {
    border: 1.5px solid #c7a34a !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    background: #fffdf8 !important;
    box-shadow: 0 8px 24px rgba(77, 55, 20, 0.055) !important;
}

/* A restrained gold accent under section headings. */
.centre-section-v811 > h2,
.centre-card-v811 > h2 {
    position: relative;
    padding-bottom: 9px !important;
}

.centre-section-v811 > h2::after,
.centre-card-v811 > h2::after {
    content: "";
    display: block;
    width: 52px;
    height: 2px;
    margin-top: 8px;
    border-radius: 999px;
    background: #c7a34a;
}

/* Mobile spacing stays comfortable. */
@media (max-width: 720px) {
    .centre-section-v811,
    .centre-card-v811 {
        padding: 20px 18px !important;
        border-radius: 14px !important;
    }
}

/* BKPH V8.12.55 CENTRE HEADER FOOTER GOLD TRIM
   Finishes the V8.11 centre-page visual treatment without changing layout. */

.bk-site-header-v811 {
    box-shadow:
        inset 0 -1.5px 0 #c7a34a,
        0 3px 14px rgba(77,55,20,.035) !important;
}

/* Centre pages use the V8.11 shared footer. Target the footer element only
   because this stylesheet is loaded specifically by the centre renderer. */
body > footer,
.bk-site-footer-v811,
#bk-public-footer-v810 {
    box-shadow:
        inset 0 1.5px 0 #c7a34a,
        0 -3px 14px rgba(77,55,20,.035) !important;
}

/* If the header/footer have an inner rounded container, echo the same gold
   without changing dimensions. */
.bk-site-header-v811 .container,
.bk-site-header-v811 .wrap,
body > footer .container,
body > footer .wrap {
    border-color: #c7a34a;
}

/* BKPH V8.12.58 REMOVE CENTRE HEADING GOLD UNDERLINES
   Keep all outer gold framing; remove only the short decorative line under headings. */
.centre-section-v811 > h2::after,
.centre-card-v811 > h2::after {
    content: none !important;
    display: none !important;
}