:root {
    --bh-bg: #fbf8f3;
    --bh-surface: #ffffff;
    --bh-surface-soft: #f0f5f1;
    --bh-sage: #8fa999;
    --bh-sage-dark: #557365;
    --bh-peach: #e9b7a2;
    --bh-peach-soft: #f8e5dc;
    --bh-ink: #24343a;
    --bh-muted: #66777b;
    --bh-line: #dfe7e2;
    --bh-navy: #1f3f48;
    --bh-white: #fff;
    --bh-radius: 26px;
    --bh-radius-sm: 16px;
    --bh-shadow: 0 20px 60px rgba(38, 65, 65, .10);
    --bh-container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bh-bg); color: var(--bh-ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid rgba(85,115,101,.45); outline-offset: 3px; }

.bh-container { width: min(calc(100% - 40px), var(--bh-container)); margin-inline: auto; }
.bh-narrow { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.bh-skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; background: var(--bh-navy); color: white; padding: 10px 14px; border-radius: 10px; }
.bh-skip-link:focus { top: 16px; }

.bh-site-header { position: sticky; top: 0; z-index: 1000; background: rgba(251,248,243,.93); backdrop-filter: blur(15px); border-bottom: 1px solid rgba(223,231,226,.8); }
.bh-header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.bh-brand { flex-shrink: 0; }
.bh-brand .custom-logo { max-height: 62px; width: auto; }
.bh-brand-text { display: inline-flex; align-items: center; gap: 11px; color: var(--bh-navy); font-size: 20px; letter-spacing: -.02em; }
.bh-brand-mark { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 15px 15px 15px 5px; background: linear-gradient(135deg, var(--bh-sage), #b9cabe); color: white; font-weight: 800; }
.bh-primary-nav { display: flex; align-items: center; gap: 26px; }
.bh-menu { display: flex; align-items: center; gap: 24px; margin: 0; padding: 0; list-style: none; }
.bh-menu li { position: relative; }
.bh-menu a { display: inline-flex; padding: 10px 0; color: var(--bh-ink); font-size: 14px; font-weight: 650; }
.bh-menu a:hover { color: var(--bh-sage-dark); }
.bh-menu .sub-menu { display: none; position: absolute; top: 100%; left: -18px; min-width: 230px; margin: 0; padding: 12px 18px; list-style: none; background: white; border: 1px solid var(--bh-line); border-radius: 16px; box-shadow: var(--bh-shadow); }
.bh-menu li:hover > .sub-menu, .bh-menu li:focus-within > .sub-menu { display: block; }
.bh-menu .sub-menu a { width: 100%; }
.bh-menu-toggle { display: none; border: 0; background: transparent; color: var(--bh-ink); cursor: pointer; }
.bh-menu-toggle__icon { display: grid; gap: 4px; width: 24px; }
.bh-menu-toggle__icon i { display: block; height: 2px; background: currentColor; border-radius: 3px; }

.bh-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; padding: 13px 22px; border: 1px solid var(--bh-sage-dark); border-radius: 999px; background: var(--bh-sage-dark); color: white; font-weight: 750; line-height: 1.2; white-space: nowrap; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.bh-button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(85,115,101,.22); }
.bh-button--small { min-height: 44px; padding: 11px 18px; font-size: 13px; }
.bh-button--ghost { background: transparent; color: var(--bh-sage-dark); border-color: #aac0b4; }
.bh-button--light { background: white; border-color: white; color: var(--bh-navy); }
.bh-button--outline-light { background: transparent; border-color: rgba(255,255,255,.55); color: white; }
.bh-text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--bh-sage-dark); font-weight: 750; }
.bh-text-link:hover span { transform: translateX(3px); }
.bh-text-link span { transition: transform .2s ease; }

.bh-eyebrow { display: inline-block; color: var(--bh-sage-dark); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.bh-hero { overflow: hidden; padding: 82px 0 90px; background: radial-gradient(circle at 76% 18%, rgba(233,183,162,.22), transparent 27%), radial-gradient(circle at 12% 78%, rgba(143,169,153,.16), transparent 31%); }
.bh-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.bh-hero-copy h1 { max-width: 720px; margin: 17px 0 22px; color: var(--bh-navy); font-size: clamp(44px, 6vw, 76px); line-height: .99; letter-spacing: -.055em; }
.bh-lead { max-width: 650px; margin: 0; color: var(--bh-muted); font-size: 19px; }
.bh-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.bh-trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin: 30px 0 0; padding: 0; list-style: none; color: var(--bh-muted); font-size: 13px; font-weight: 700; }
.bh-trust-row li::before { content: "✓"; display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 7px; border-radius: 50%; background: #dcebe1; color: var(--bh-sage-dark); }

.bh-hero-visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.bh-hero-visual::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 44% 56% 60% 40% / 56% 42% 58% 44%; background: linear-gradient(145deg, #dce9df, #f4ddd3); transform: rotate(-8deg); }
.bh-hero-orbit { position: absolute; border: 1px solid rgba(85,115,101,.18); border-radius: 50%; }
.bh-hero-orbit--one { width: 490px; height: 490px; }
.bh-hero-orbit--two { width: 350px; height: 350px; }
.bh-care-card { position: absolute; z-index: 2; background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.8); box-shadow: var(--bh-shadow); backdrop-filter: blur(10px); }
.bh-care-card--main { width: min(360px, 78%); padding: 34px; border-radius: 34px; transform: rotate(2deg); }
.bh-care-kicker { color: var(--bh-sage-dark); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.bh-care-card--main strong { display: block; margin-top: 10px; color: var(--bh-navy); font-size: 34px; letter-spacing: -.04em; }
.bh-care-card--main p { color: var(--bh-muted); }
.bh-care-avatars { display: flex; gap: 0; margin-top: 24px; }
.bh-care-avatars i { display: grid; place-items: center; width: 62px; height: 62px; margin-right: -10px; border: 4px solid white; border-radius: 50%; background: var(--bh-peach-soft); color: var(--bh-navy); font-size: 9px; font-style: normal; font-weight: 800; }
.bh-care-avatars i:nth-child(2) { background: #e5eee7; }
.bh-care-avatars i:nth-child(3) { background: #d8e6e8; }
.bh-care-card--mini, .bh-care-card--mini2 { padding: 18px 20px; border-radius: 20px; }
.bh-care-card--mini { top: 72px; right: 0; }
.bh-care-card--mini2 { left: 0; bottom: 76px; }
.bh-care-card--mini span, .bh-care-card--mini2 span { display: block; color: var(--bh-muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.bh-care-card--mini strong, .bh-care-card--mini2 strong { color: var(--bh-navy); }

.bh-section { padding: 92px 0; }
.bh-section-heading { max-width: 620px; }
.bh-section-heading--center { margin: 0 auto 44px; text-align: center; }
.bh-section-heading--row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 38px; }
.bh-section-heading h2, .bh-final-card h2, .bh-page-hero h1 { margin: 10px 0 16px; color: var(--bh-navy); font-size: clamp(32px, 4vw, 52px); line-height: 1.08; letter-spacing: -.04em; }
.bh-section-heading p { color: var(--bh-muted); font-size: 17px; }

.bh-services { background: white; }
.bh-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bh-service-card { min-height: 280px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--bh-line); border-radius: var(--bh-radius); background: var(--bh-surface); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.bh-service-card:hover { transform: translateY(-4px); border-color: #c5d4cc; box-shadow: var(--bh-shadow); }
.bh-service-icon { display: grid; place-items: center; width: 72px; height: 72px; border-radius: 24px; background: linear-gradient(145deg, #e8f4ef, #fffaf7); color: var(--bh-sage-dark); box-shadow: inset 0 0 0 1px rgba(44,93,85,.08); }
.bh-service-card:nth-child(2n) .bh-service-icon { background: linear-gradient(145deg, #fff1ea, #fffaf6); color: #9c6654; }
.bh-service-card h3 { margin: 20px 0 8px; color: var(--bh-navy); font-size: 21px; }
.bh-service-card p { flex: 1; margin: 0 0 18px; color: var(--bh-muted); }
.bh-service-icon svg { width: 34px; height: 34px; }
.bh-service-card:nth-child(1) .bh-service-icon { background: linear-gradient(145deg, #e7f7f2, #fefefe); color: #2d7467; }
.bh-service-card:nth-child(2) .bh-service-icon { background: linear-gradient(145deg, #fff2e9, #fffdf8); color: #a06655; }
.bh-service-card:nth-child(3) .bh-service-icon { background: linear-gradient(145deg, #f4ecff, #fffefe); color: #6f58aa; }
.bh-service-card:nth-child(4) .bh-service-icon { background: linear-gradient(145deg, #edf8f7, #fffefe); color: #2c7f76; }
.bh-service-card:nth-child(5) .bh-service-icon { background: linear-gradient(145deg, #eef2ff, #fffefe); color: #4b5f98; }
.bh-service-card:nth-child(6) .bh-service-icon { background: linear-gradient(145deg, #eef8ea, #fffef7); color: #5d8750; }

.bh-center-action { margin-top: 36px; text-align: center; }

.bh-split { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 80px; }
.bh-value-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.bh-value-grid article { padding: 28px; border-radius: var(--bh-radius); background: white; border: 1px solid var(--bh-line); }
.bh-value-grid article span { color: var(--bh-peach); font-size: 12px; font-weight: 900; }
.bh-value-grid h3 { margin: 8px 0; color: var(--bh-navy); }
.bh-value-grid p { margin: 0; color: var(--bh-muted); font-size: 14px; }

.bh-process { background: var(--bh-surface-soft); }
.bh-process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bh-process-grid article { padding: 36px; border-radius: var(--bh-radius); background: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.9); }
.bh-process-grid article > span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--bh-navy); color: white; font-weight: 800; }
.bh-process-grid h3 { margin: 22px 0 8px; color: var(--bh-navy); font-size: 21px; }
.bh-process-grid p { margin: 0; color: var(--bh-muted); }

.bh-team-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.bh-expert-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; padding: 26px; border-radius: 34px; background: white; box-shadow: var(--bh-shadow); }
.bh-expert-photo { min-height: 330px; display: grid; place-items: center; border-radius: 25px; background: radial-gradient(circle at 50% 28%, rgba(255,255,255,.72) 0 13%, transparent 14%), linear-gradient(150deg, #dae9df, #f5ded4); }
.bh-expert-photo span { display: grid; place-items: center; width: 110px; height: 110px; border-radius: 50%; background: rgba(255,255,255,.75); color: var(--bh-navy); font-size: 30px; font-weight: 900; }
.bh-expert-card > div:last-child { align-self: center; }
.bh-expert-role { color: var(--bh-sage-dark); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.bh-expert-card h3 { margin: 8px 0 12px; color: var(--bh-navy); font-size: 30px; }
.bh-expert-card p { color: var(--bh-muted); }

.bh-faq { background: white; }
.bh-split--faq { grid-template-columns: .8fr 1.2fr; }
.bh-faq-list { border-top: 1px solid var(--bh-line); }
.bh-faq-item { border-bottom: 1px solid var(--bh-line); }
.bh-faq-button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; border: 0; background: none; color: var(--bh-navy); text-align: left; font-weight: 750; cursor: pointer; }
.bh-faq-button i { display: grid; place-items: center; min-width: 34px; height: 34px; border-radius: 50%; background: var(--bh-surface-soft); color: var(--bh-sage-dark); font-style: normal; font-size: 20px; transition: transform .2s ease; }
.bh-faq-button[aria-expanded="true"] i { transform: rotate(45deg); }
.bh-faq-panel { padding: 0 54px 20px 0; color: var(--bh-muted); }

.bh-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.bh-post-card { overflow: hidden; border: 1px solid var(--bh-line); border-radius: var(--bh-radius); background: white; }
.bh-post-card__media { display: block; aspect-ratio: 16 / 10; background: var(--bh-surface-soft); overflow: hidden; }
.bh-post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.bh-post-card:hover .bh-post-card__media img { transform: scale(1.025); }
.bh-post-card__placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: var(--bh-sage-dark); font-size: 28px; font-weight: 900; background: linear-gradient(145deg, #e1ece4, #f7e7df); }
.bh-post-card__body { padding: 24px; }
.bh-post-meta { color: var(--bh-muted); font-size: 12px; font-weight: 700; }
.bh-post-card h2 { margin: 7px 0 9px; color: var(--bh-navy); font-size: 22px; line-height: 1.2; }
.bh-post-excerpt { color: var(--bh-muted); font-size: 14px; }
.bh-post-excerpt p { margin-top: 0; }


.bh-soon-pill { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 8px 14px; border-radius: 999px; background: #edf6f2; color: var(--bh-sage-dark); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.bh-soon-card, .bh-coming-panel { display: grid; gap: 16px; justify-items: start; padding: 34px; border: 1px solid var(--bh-line); border-radius: var(--bh-radius); background: linear-gradient(145deg, #fff, #f8fbfa); box-shadow: 0 20px 50px rgba(38,65,65,.06); }
.bh-soon-card { grid-template-columns: auto 1fr; align-items: center; gap: 20px; }
.bh-soon-card__icon, .bh-coming-panel__icon { display: grid; place-items: center; width: 62px; height: 62px; border-radius: 20px; background: linear-gradient(145deg, #12343a, #2a6159); color: #fff; font-size: 26px; font-weight: 900; }
.bh-soon-card__content h3, .bh-coming-panel h2 { margin: 0 0 8px; color: var(--bh-navy); }
.bh-soon-card__content p, .bh-coming-panel p { margin: 0; color: var(--bh-muted); max-width: 760px; }
.bh-coming-panel { justify-items: center; text-align: center; padding: 56px 34px; }
.bh-coming-panel .bh-button { margin-top: 8px; }

.bh-final-cta { padding-top: 36px; }
.bh-final-card { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 50px; border-radius: 36px; background: linear-gradient(125deg, var(--bh-navy), #315c62); color: white; }
.bh-final-card .bh-eyebrow { color: #c4d8cf; }
.bh-final-card h2 { color: white; }
.bh-final-card p { max-width: 610px; color: rgba(255,255,255,.75); }
.bh-final-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }

.bh-page-hero { padding: 70px 0 56px; background: radial-gradient(circle at 80% 20%, rgba(233,183,162,.22), transparent 28%), var(--bh-surface-soft); }
.bh-page-hero p, .bh-archive-description { max-width: 640px; color: var(--bh-muted); }
.bh-page-content { padding-top: 62px; }
.bh-prose { color: #42555a; font-size: 17px; }
.bh-prose h2, .bh-prose h3, .bh-prose h4 { color: var(--bh-navy); line-height: 1.2; letter-spacing: -.02em; }
.bh-prose h2 { margin-top: 45px; font-size: 32px; }
.bh-prose h3 { margin-top: 35px; font-size: 25px; }
.bh-prose a { color: var(--bh-sage-dark); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.bh-prose ul, .bh-prose ol { padding-left: 24px; }
.bh-prose blockquote { margin: 30px 0; padding: 22px 26px; border-left: 4px solid var(--bh-sage); background: white; border-radius: 0 16px 16px 0; }
.bh-page-featured { overflow: hidden; margin-bottom: 32px; border-radius: var(--bh-radius); }
.bh-page-featured img { width: 100%; }
.bh-post-return { margin-top: 40px; }
.bh-index-entry { margin-bottom: 26px; padding: 28px; background: white; border-radius: var(--bh-radius); }

.bh-contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 32px; align-items: start; }
.bh-contact-card, .bh-content-card { padding: 34px; border-radius: var(--bh-radius); background: white; border: 1px solid var(--bh-line); box-shadow: 0 14px 50px rgba(38,65,65,.06); }
.bh-contact-card { position: sticky; top: 110px; }
.bh-contact-card h2 { margin: 10px 0; color: var(--bh-navy); font-size: 30px; line-height: 1.15; }
.bh-contact-card > p { color: var(--bh-muted); }
.bh-contact-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.bh-contact-list li { display: grid; gap: 2px; }
.bh-contact-list span { color: var(--bh-muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.bh-contact-list a, .bh-contact-list strong { font-size: 14px; font-weight: 700; }
.bh-contact-list--large { margin: 28px 0; gap: 18px; }
.bh-contact-list--large a, .bh-contact-list--large strong { font-size: 17px; }
.bh-form-content input:not([type="checkbox"]):not([type="radio"]), .bh-form-content textarea, .bh-form-content select, .bh-prose input:not([type="checkbox"]):not([type="radio"]), .bh-prose textarea, .bh-prose select { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid var(--bh-line); border-radius: 13px; background: #fff; color: var(--bh-ink); }
.bh-form-content textarea, .bh-prose textarea { min-height: 130px; resize: vertical; }
.bh-form-content input[type="submit"], .bh-form-content button[type="submit"] { min-height: 50px; padding: 12px 24px; border: 0; border-radius: 999px; background: var(--bh-sage-dark); color: white; font-weight: 800; cursor: pointer; }

.bh-site-footer { margin-top: 70px; padding: 68px 0 24px; background: #17343c; color: rgba(255,255,255,.78); }
.bh-footer-grid { display: grid; grid-template-columns: 1.2fr .7fr 1fr; gap: 70px; }
.bh-brand-text--footer { color: white; }
.bh-footer-brand p { max-width: 410px; margin: 18px 0 24px; }
.bh-footer-title { margin: 3px 0 18px; color: white; font-size: 14px; text-transform: uppercase; letter-spacing: .09em; }
.bh-footer-links { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.bh-footer-links a:hover, .bh-site-footer a:hover { color: white; }
.bh-site-footer .bh-contact-list span { color: rgba(255,255,255,.5); }
.bh-social-link { display: inline-block; margin-top: 20px; color: white; font-weight: 750; }
.bh-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 54px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); font-size: 12px; color: rgba(255,255,255,.52); }

.bh-pagination { margin-top: 40px; }
.bh-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.bh-pagination .page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 12px; border: 1px solid var(--bh-line); border-radius: 12px; background: white; }
.bh-pagination .current { background: var(--bh-navy); color: white; }
.bh-empty-state { grid-column: 1 / -1; padding: 45px; text-align: center; border-radius: var(--bh-radius); background: white; }
.bh-error-page { min-height: 60vh; display: grid; align-items: center; text-align: center; }
.bh-error-page .bh-hero-actions { justify-content: center; }
.bh-mobile-cta { display: none; }

@media (max-width: 1080px) {
    .bh-primary-nav { gap: 16px; }
    .bh-menu { gap: 16px; }
    .bh-header-cta { display: none; }
    .bh-hero-grid { gap: 35px; }
}

@media (max-width: 900px) {
    .bh-container, .bh-narrow { width: min(calc(100% - 30px), var(--bh-container)); }
    .bh-header-inner { min-height: 72px; }
    .bh-menu-toggle { display: inline-flex; align-items: center; gap: 10px; min-width: 52px; min-height: 52px; justify-content: center; }
    .bh-menu-toggle__label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
    .bh-primary-nav { position: fixed; inset: 72px 0 auto 0; display: none; max-height: calc(100dvh - 72px); overflow: auto; padding: 22px 20px 30px; background: var(--bh-bg); border-top: 1px solid var(--bh-line); box-shadow: 0 20px 40px rgba(20,50,50,.1); }
    .bh-primary-nav.is-open { display: block; }
    .bh-menu { display: grid; gap: 0; }
    .bh-menu li { border-bottom: 1px solid var(--bh-line); }
    .bh-menu a { width: 100%; padding: 16px 2px; font-size: 17px; }
    .bh-menu .sub-menu { position: static; display: block; min-width: 0; padding: 0 0 10px 14px; border: 0; box-shadow: none; background: transparent; }
    .bh-menu .sub-menu li { border: 0; }
    .bh-menu .sub-menu a { padding: 8px 0; font-size: 14px; color: var(--bh-muted); }
    .bh-header-cta { display: inline-flex; width: 100%; margin-top: 20px; }
    .bh-menu-open { overflow: hidden; }

    .bh-hero { padding: 62px 0 70px; }
    .bh-hero-grid, .bh-split, .bh-team-grid, .bh-contact-grid { grid-template-columns: 1fr; }
    .bh-hero-grid { gap: 30px; }
    .bh-hero-copy h1 { font-size: clamp(44px, 11vw, 66px); }
    .bh-hero-visual { min-height: 430px; }
    .bh-hero-visual::before { width: 350px; height: 350px; }
    .bh-hero-orbit--one { width: 390px; height: 390px; }
    .bh-hero-orbit--two { width: 290px; height: 290px; }
    .bh-care-card--mini { right: 3%; }
    .bh-care-card--mini2 { left: 3%; }

    .bh-section { padding: 72px 0; }
    .bh-service-grid, .bh-post-grid { grid-template-columns: repeat(2, 1fr); }
    .bh-soon-card { grid-template-columns: 1fr; }
    .bh-split, .bh-team-grid { gap: 40px; }
    .bh-process-grid { grid-template-columns: 1fr; }
    .bh-expert-card { grid-template-columns: .8fr 1.2fr; }
    .bh-contact-card { position: static; }
    .bh-footer-grid { grid-template-columns: 1.2fr 1fr; gap: 45px; }
    .bh-footer-brand { grid-column: 1 / -1; }
    .bh-final-card { align-items: flex-start; flex-direction: column; }
    .bh-final-actions { justify-content: flex-start; }

    .bh-mobile-cta { position: fixed; z-index: 900; right: 14px; bottom: 14px; display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 18px; border-radius: 999px; background: var(--bh-sage-dark); color: white; box-shadow: 0 12px 34px rgba(37,68,61,.28); font-size: 13px; font-weight: 800; }
    body.admin-bar .bh-primary-nav { top: 104px; }
}

@media (max-width: 520px) {
    .bh-container, .bh-narrow { width: min(calc(100% - 24px), var(--bh-container)); }
    .bh-brand-text { font-size: 17px; }
    .bh-brand-mark { width: 38px; height: 38px; border-radius: 13px 13px 13px 5px; }
    .bh-hero { padding-top: 42px; }
    .bh-hero-copy h1 { font-size: 44px; }
    .bh-lead { font-size: 17px; }
    .bh-hero-actions { display: grid; }
    .bh-hero-actions .bh-button { width: 100%; }
    .bh-trust-row { display: grid; gap: 10px; }
    .bh-hero-visual { min-height: 370px; }
    .bh-hero-visual::before { width: 300px; height: 300px; }
    .bh-hero-orbit--one { width: 330px; height: 330px; }
    .bh-hero-orbit--two { width: 240px; height: 240px; }
    .bh-care-card--main { width: 82%; padding: 26px; }
    .bh-care-card--main strong { font-size: 28px; }
    .bh-care-card--mini, .bh-care-card--mini2 { padding: 13px 15px; font-size: 12px; }
    .bh-care-card--mini { top: 34px; }
    .bh-care-card--mini2 { bottom: 38px; }
    .bh-care-avatars i { width: 52px; height: 52px; }

    .bh-section { padding: 58px 0; }
    .bh-section-heading--row { align-items: flex-start; flex-direction: column; }
    .bh-section-heading h2, .bh-final-card h2, .bh-page-hero h1 { font-size: 34px; }
    .bh-service-grid, .bh-post-grid, .bh-value-grid { grid-template-columns: 1fr; }
    .bh-soon-card, .bh-coming-panel { padding: 24px; }
    .bh-service-card { min-height: 0; }
    .bh-service-icon { width: 64px; height: 64px; border-radius: 22px; }
    .bh-service-icon svg { width: 30px; height: 30px; }
    .bh-expert-card { grid-template-columns: 1fr; }
    .bh-expert-photo { min-height: 250px; }
    .bh-final-card { padding: 32px 24px; border-radius: 28px; }
    .bh-final-actions { width: 100%; display: grid; }
    .bh-final-actions .bh-button { width: 100%; }
    .bh-page-hero { padding: 52px 0 38px; }
    .bh-contact-card, .bh-content-card { padding: 24px; }
    .bh-footer-grid { grid-template-columns: 1fr; }
    .bh-footer-brand { grid-column: auto; }
    .bh-footer-bottom { flex-direction: column; }
    .bh-mobile-cta { right: 12px; left: 12px; bottom: 10px; }
    .bh-site-footer { padding-bottom: 80px; }
}

.bh-team-page-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; align-items: stretch; }
.bh-team-page-grid > .bh-expert-card, .bh-team-page-grid > .bh-team-note { height: 100%; }
.bh-expert-card--large { grid-template-columns: .85fr 1.15fr; }
.bh-expert-card--large h2 { margin: 8px 0 14px; color: var(--bh-navy); font-size: 36px; letter-spacing: -.03em; }
.bh-team-note, .bh-about-highlight { padding: 34px; border-radius: var(--bh-radius); background: var(--bh-surface-soft); border: 1px solid var(--bh-line); }
.bh-team-note h2 { margin: 10px 0; color: var(--bh-navy); font-size: 28px; line-height: 1.15; }
.bh-team-note p { color: var(--bh-muted); }
.bh-about-grid { display: grid; grid-template-columns: 1.1fr .7fr; gap: 70px; align-items: center; }
.bh-about-highlight { text-align: center; background: linear-gradient(145deg, #e4eee7, #f8e7df); }
.bh-about-highlight__number { display: block; color: var(--bh-navy); font-size: 76px; font-weight: 900; line-height: 1; letter-spacing: -.06em; }
.bh-about-highlight strong { display: block; margin-top: 16px; color: var(--bh-navy); font-size: 20px; }
.bh-about-highlight p { color: var(--bh-muted); }
.bh-full-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.bh-full-service-item { display: flex; align-items: center; gap: 12px; min-height: 72px; padding: 18px; border: 1px solid var(--bh-line); border-radius: 18px; background: white; }
.bh-full-service-item span { display: grid; place-items: center; min-width: 30px; height: 30px; border-radius: 50%; background: var(--bh-surface-soft); color: var(--bh-sage-dark); font-weight: 900; }
.bh-full-service-item strong { color: var(--bh-navy); font-size: 14px; }

@media (max-width: 900px) {
    .bh-team-page-grid, .bh-about-grid { grid-template-columns: 1fr; }
    .bh-team-page-grid > .bh-expert-card, .bh-team-page-grid > .bh-team-note { height: auto; }
    .bh-full-service-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
    .bh-expert-card--large { grid-template-columns: 1fr; }
    .bh-full-service-grid { grid-template-columns: 1fr; }
}

/* v1.1.0 premium refresh */
:root {
    --bh-bg: #fcfaf6;
    --bh-surface-soft: #f3f7f3;
    --bh-navy: #183b42;
    --bh-sage-dark: #4e7567;
    --bh-peach: #e8ad96;
    --bh-radius: 28px;
    --bh-shadow: 0 26px 70px rgba(25, 62, 63, .11);
}

.bh-header-meta { border-bottom: 1px solid rgba(31,63,72,.07); background: #173b41; color: rgba(255,255,255,.8); font-size: 11px; letter-spacing: .03em; }
.bh-header-meta .bh-container { min-height: 30px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.bh-header-meta a { color: white; font-weight: 750; }
.bh-site-header { background: rgba(252,250,246,.93); box-shadow: 0 10px 32px rgba(24,59,66,.035); }
.bh-header-inner { min-height: 76px; }
.bh-brand-mark { background: linear-gradient(135deg, #567f71, #9db6aa); box-shadow: 0 7px 18px rgba(78,117,103,.18); }
.bh-menu a { position: relative; }
.bh-menu > li > a::after { content:""; position:absolute; left:0; right:100%; bottom:4px; height:2px; border-radius:99px; background:var(--bh-sage-dark); transition:right .2s ease; }
.bh-menu > li > a:hover::after, .bh-menu > li.current-menu-item > a::after { right:0; }
.bh-mobile-nav-head { display:none; }
.bh-nav-backdrop { position:fixed; inset:0; z-index:998; background:rgba(14,38,43,.42); opacity:0; visibility:hidden; transition:opacity .25s ease, visibility .25s ease; backdrop-filter:blur(2px); }
.bh-nav-backdrop.is-visible { opacity:1; visibility:visible; }

.bh-hero { padding: 92px 0 96px; background: radial-gradient(circle at 81% 15%, rgba(232,173,150,.23), transparent 25%), radial-gradient(circle at 8% 86%, rgba(118,156,139,.15), transparent 28%), linear-gradient(180deg,#fcfaf6,#f9fbf8); }
.bh-hero-grid { grid-template-columns: .98fr 1.02fr; gap: 64px; }
.bh-hero-copy h1 { max-width: 670px; font-size: clamp(48px, 5.6vw, 76px); }
.bh-hero-proof { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-top:34px; max-width:680px; }
.bh-hero-proof > div { padding:14px 15px; border:1px solid rgba(78,117,103,.13); border-radius:18px; background:rgba(255,255,255,.66); backdrop-filter:blur(8px); }
.bh-hero-proof strong, .bh-hero-proof span { display:block; }
.bh-hero-proof strong { color:var(--bh-navy); font-size:13px; }
.bh-hero-proof span { margin-top:3px; color:var(--bh-muted); font-size:11px; }

.bh-hero-illustration { position:relative; min-height:530px; display:grid; place-items:center; isolation:isolate; }
.bh-hero-illustration__halo { position:absolute; width:430px; height:430px; border-radius:50%; background:linear-gradient(145deg,#edf5ef,#fbeae2); box-shadow:inset 0 0 0 1px rgba(78,117,103,.06); }
.bh-hero-illustration svg { position:relative; z-index:2; width:min(520px,96%); filter:drop-shadow(0 30px 45px rgba(38,65,65,.12)); }
.bh-hero-note { position:absolute; z-index:3; display:flex; align-items:center; gap:12px; min-width:195px; padding:15px 17px; border:1px solid rgba(255,255,255,.85); border-radius:20px; background:rgba(255,255,255,.9); box-shadow:0 18px 45px rgba(38,65,65,.1); backdrop-filter:blur(10px); }
.bh-hero-note > span { display:grid; place-items:center; width:38px; height:38px; border-radius:14px; background:#edf6f1; color:var(--bh-sage-dark); font-weight:900; }
.bh-hero-note strong, .bh-hero-note small { display:block; }
.bh-hero-note strong { color:var(--bh-navy); font-size:12px; }
.bh-hero-note small { margin-top:2px; color:var(--bh-muted); font-size:10px; }
.bh-hero-note--top { top:54px; right:-4px; }
.bh-hero-note--bottom { left:-4px; bottom:65px; }

.bh-service-grid { gap:22px; }
.bh-service-card { min-height:360px; overflow:hidden; padding:0; border-color:rgba(78,117,103,.12); background:#fff; }
.bh-service-card:hover { transform:translateY(-6px); box-shadow:0 24px 58px rgba(38,65,65,.10); }
.bh-service-visual { position:relative; min-height:158px; display:grid; place-items:center; overflow:hidden; background:linear-gradient(145deg,#edf7f2,#fbf4ef); }
.bh-service-visual::before, .bh-service-visual::after { content:""; position:absolute; border-radius:50%; }
.bh-service-visual::before { width:150px; height:150px; right:-48px; top:-58px; background:rgba(255,255,255,.55); }
.bh-service-visual::after { width:92px; height:92px; left:-28px; bottom:-38px; background:rgba(255,255,255,.45); }
.bh-service-visual__ring { position:absolute; width:102px; height:102px; border-radius:50%; border:1px solid rgba(78,117,103,.14); }
.bh-service-visual .bh-service-icon { position:relative; z-index:2; width:78px; height:78px; margin:0; border-radius:28px; background:rgba(255,255,255,.78)!important; box-shadow:0 16px 36px rgba(38,65,65,.10); }
.bh-service-visual .bh-service-icon svg { width:38px; height:38px; }
.bh-service-visual--heart { background:linear-gradient(145deg,#e5f5ee,#fff7f2); }
.bh-service-visual--baby { background:linear-gradient(145deg,#fff0e8,#fffaf6); }
.bh-service-visual--spark { background:linear-gradient(145deg,#f1eaff,#fbf8ff); }
.bh-service-visual--hands { background:linear-gradient(145deg,#e8f6f4,#fff8f4); }
.bh-service-visual--moon { background:linear-gradient(145deg,#edf1ff,#fbfbff); }
.bh-service-visual--leaf { background:linear-gradient(145deg,#ebf5e7,#fffaf0); }
.bh-service-card__body { display:flex; flex:1; flex-direction:column; padding:24px 26px 27px; }
.bh-service-kicker { color:var(--bh-sage-dark); font-size:10px; font-weight:850; text-transform:uppercase; letter-spacing:.12em; }
.bh-service-card h3 { margin:9px 0 8px; }

.bh-service-detail-hero { padding:82px 0 76px; background:radial-gradient(circle at 83% 22%,rgba(232,173,150,.22),transparent 24%),var(--bh-surface-soft); }
.bh-service-detail-grid { display:grid; grid-template-columns:1fr .85fr; align-items:center; gap:70px; }
.bh-service-detail-grid h1 { max-width:720px; margin:14px 0 20px; color:var(--bh-navy); font-size:clamp(42px,5vw,68px); line-height:1.01; letter-spacing:-.05em; }
.bh-service-detail-art { position:relative; min-height:390px; display:grid; place-items:center; }
.bh-service-detail-art::before { content:""; position:absolute; width:330px; height:330px; border-radius:46% 54% 42% 58%; background:linear-gradient(145deg,#dcebe3,#f6dfd5); transform:rotate(-12deg); }
.bh-service-detail-art__icon { position:relative; z-index:2; display:grid; place-items:center; width:160px; height:160px; border-radius:48px; background:rgba(255,255,255,.88); color:var(--bh-sage-dark); box-shadow:var(--bh-shadow); }
.bh-service-detail-art__icon svg { width:78px; height:78px; }
.bh-service-detail-art span, .bh-service-detail-art i { position:absolute; z-index:1; border:1px solid rgba(78,117,103,.16); border-radius:50%; }
.bh-service-detail-art span { width:390px; height:390px; }
.bh-service-detail-art i { width:270px; height:270px; }
.bh-service-info-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.bh-service-info-card { padding:38px; border:1px solid var(--bh-line); border-radius:30px; background:#fff; box-shadow:0 16px 44px rgba(38,65,65,.05); }
.bh-service-info-card--accent { background:linear-gradient(145deg,#f0f6f2,#fff8f4); }
.bh-service-info-card h2 { margin:10px 0 22px; color:var(--bh-navy); font-size:30px; line-height:1.15; }
.bh-service-info-card ul { display:grid; gap:13px; margin:0; padding:0; list-style:none; }
.bh-service-info-card li { position:relative; padding-left:30px; color:#465a5e; }
.bh-service-info-card li::before { content:"✓"; position:absolute; left:0; top:1px; display:grid; place-items:center; width:20px; height:20px; border-radius:50%; background:#e2efe8; color:var(--bh-sage-dark); font-size:11px; font-weight:900; }

.bh-contact-grid { grid-template-columns:.92fr 1.08fr; gap:26px; }
.bh-appointment-card { position:sticky; top:128px; padding:34px; border-radius:30px; background:linear-gradient(160deg,#173d43,#315e5e); color:white; box-shadow:0 24px 65px rgba(25,62,63,.18); }
.bh-appointment-card .bh-eyebrow { color:#bfd6cc; }
.bh-appointment-card h2 { margin:10px 0 12px; color:#fff; font-size:32px; line-height:1.08; }
.bh-appointment-card > p { color:rgba(255,255,255,.72); }
.bh-appointment-card .bh-contact-list { margin:28px 0; }
.bh-appointment-card .bh-contact-list span { color:rgba(255,255,255,.48); }
.bh-appointment-card .bh-contact-list a, .bh-appointment-card .bh-contact-list strong { color:#fff; }
.bh-contact-service-list { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin:24px 0; }
.bh-contact-service-list a { display:flex; align-items:center; gap:9px; min-height:48px; padding:9px 11px; border:1px solid rgba(255,255,255,.13); border-radius:14px; background:rgba(255,255,255,.07); color:#fff; font-size:11px; font-weight:750; }
.bh-contact-service-list a:hover { background:rgba(255,255,255,.12); }
.bh-contact-service-list span { display:grid; place-items:center; width:30px; height:30px; border-radius:10px; background:rgba(255,255,255,.1); color:#d9eee4; }
.bh-contact-service-list svg { width:17px; height:17px; }
.bh-form-intro { margin-bottom:28px; padding-bottom:22px; border-bottom:1px solid var(--bh-line); }
.bh-form-intro h2 { margin:8px 0; color:var(--bh-navy); font-size:32px; }
.bh-form-intro p { margin:0; color:var(--bh-muted); }
.bh-content-card { box-shadow:0 20px 55px rgba(38,65,65,.07); }

.bh-footer-premium { display:grid; grid-template-columns:1.15fr .6fr .9fr 1fr; gap:44px; align-items:start; }
.bh-footer-action { padding:26px; border:1px solid rgba(255,255,255,.13); border-radius:24px; background:rgba(255,255,255,.055); }
.bh-footer-action .bh-eyebrow { color:#bcd4ca; }
.bh-footer-action h2 { margin:8px 0 18px; color:#fff; font-size:21px; line-height:1.2; }
.bh-footer-strip { margin-top:48px; border-top:1px solid rgba(255,255,255,.12); }
.bh-footer-strip .bh-container { min-height:58px; display:flex; align-items:center; justify-content:space-between; gap:24px; color:rgba(255,255,255,.48); font-size:11px; }
.bh-footer-strip a { color:rgba(255,255,255,.72); }

@media (max-width: 1080px) {
    .bh-footer-premium { grid-template-columns:1fr 1fr; }
    .bh-footer-action { grid-column:2; }
}

@media (max-width: 900px) {
    .bh-header-meta { display:none; }
    .bh-header-inner { min-height:72px; }
    .bh-primary-nav { position:fixed; z-index:1000; top:0; right:0; bottom:0; left:auto; display:flex; width:min(88vw,380px); max-height:none; flex-direction:column; align-items:stretch; gap:0; padding:0 22px 28px; background:var(--bh-bg); border:0; box-shadow:-24px 0 60px rgba(20,50,50,.15); transform: translateX(100%); transition:transform .27s ease; overflow-y:auto; }
    .bh-primary-nav.is-open { display:flex; transform:translateX(0); }
    .bh-mobile-nav-head { display:flex; min-height:74px; align-items:center; justify-content:space-between; border-bottom:1px solid var(--bh-line); color:var(--bh-navy); }
    .bh-mobile-nav-close { display:grid; place-items:center; width:42px; height:42px; border:0; border-radius:50%; background:#eef3ef; color:var(--bh-navy); font-size:25px; cursor:pointer; }
    .bh-menu { width:100%; margin:12px 0 18px; }
    .bh-menu > li > a::after { display:none; }
    .bh-menu a { padding:15px 2px; }
    .bh-header-cta { margin-top:auto; }
    .bh-menu-open { overflow:hidden; }
    body.admin-bar .bh-primary-nav { top:0; }

    .bh-hero { padding:64px 0 74px; }
    .bh-hero-grid, .bh-service-detail-grid { grid-template-columns:1fr; }
    .bh-hero-illustration { min-height:450px; }
    .bh-hero-note--top { right:5%; }
    .bh-hero-note--bottom { left:5%; }
    .bh-service-info-grid { grid-template-columns:1fr; }
    .bh-appointment-card { position:static; }
    .bh-footer-premium { grid-template-columns:1fr 1fr; }
}

@media (max-width: 620px) {
    .bh-hero-proof { grid-template-columns:1fr; }
    .bh-hero-illustration { min-height:390px; }
    .bh-hero-illustration__halo { width:320px; height:320px; }
    .bh-hero-note { min-width:0; max-width:180px; padding:11px 12px; }
    .bh-hero-note--top { top:30px; right:0; }
    .bh-hero-note--bottom { left:0; bottom:28px; }
    .bh-service-detail-art { min-height:310px; }
    .bh-service-detail-art::before { width:270px; height:270px; }
    .bh-service-detail-art span { width:310px; height:310px; }
    .bh-service-detail-art i { width:220px; height:220px; }
    .bh-service-detail-art__icon { width:132px; height:132px; border-radius:42px; }
    .bh-service-detail-art__icon svg { width:62px; height:62px; }
    .bh-contact-service-list { grid-template-columns:1fr; }
    .bh-footer-premium { grid-template-columns:1fr; gap:32px; }
    .bh-footer-action { grid-column:auto; }
    .bh-footer-strip .bh-container { align-items:flex-start; flex-direction:column; justify-content:center; padding:16px 0; gap:4px; }
}

@media (max-width: 430px) {
    .bh-container, .bh-narrow { width:min(calc(100% - 24px), var(--bh-container)); }
    .bh-brand-text { font-size:16px; }
    .bh-brand-mark { width:37px; height:37px; }
    .bh-menu-toggle { min-width:46px; min-height:46px; }
    .bh-hero { padding:42px 0 58px; }
    .bh-hero-copy h1 { margin-top:12px; font-size:clamp(40px,12vw,52px); line-height:1.02; }
    .bh-lead { font-size:16px; }
    .bh-hero-actions { display:grid; }
    .bh-hero-actions .bh-button { width:100%; }
    .bh-hero-illustration { min-height:350px; }
    .bh-hero-illustration svg { width:105%; }
    .bh-hero-note > span { width:32px; height:32px; }
    .bh-hero-note strong { font-size:10px; }
    .bh-hero-note small { font-size:9px; }
    .bh-section { padding:56px 0; }
    .bh-service-card { min-height:0; }
    .bh-service-visual { min-height:138px; }
    .bh-service-card__body { padding:21px; }
    .bh-service-detail-hero { padding:52px 0 48px; }
    .bh-service-detail-grid h1 { font-size:40px; }
    .bh-service-info-card { padding:26px 22px; }
    .bh-service-info-card h2 { font-size:26px; }
    .bh-appointment-card, .bh-content-card { padding:24px 20px; }
    .bh-appointment-card h2 { font-size:28px; }
    .bh-form-intro h2 { font-size:28px; }
    .bh-mobile-cta { right:12px; left:12px; bottom:max(10px, env(safe-area-inset-bottom)); min-height:50px; }
}


/* v1.1.1 content + footer refinement */
.bh-footer-compact { display:grid; grid-template-columns:1.15fr .95fr .9fr; gap:56px; align-items:start; }
.bh-footer-nav { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px 22px; padding-top:6px; }
.bh-footer-nav a { color:rgba(255,255,255,.78); font-size:14px; font-weight:650; }
.bh-footer-nav a:hover { color:#fff; }
.bh-footer-contact { display:grid; justify-items:start; gap:10px; }
.bh-footer-contact > a:not(.bh-button) { color:#fff; font-size:14px; font-weight:750; }
.bh-footer-whatsapp { margin-top:8px; }
.bh-footer-strip .bh-container { justify-content:space-between; }
.bh-form-content input[type="reset"], .bh-form-content button[type="reset"], .bh-form-content .reset, .bh-form-content .form-reset { display:none !important; }
.bh-education-note { margin-top:22px; padding:22px 24px; border:1px solid rgba(78,117,103,.14); border-radius:20px; background:#f6f9f7; color:var(--bh-muted); }
.bh-education-note strong { display:block; margin-bottom:6px; color:var(--bh-navy); }
.bh-education-note p { margin:0; }
@media (max-width:900px) {
    .bh-footer-compact { grid-template-columns:1fr 1fr; gap:34px; }
    .bh-footer-brand { grid-column:1 / -1; }
}
@media (max-width:520px) {
    .bh-footer-compact { grid-template-columns:1fr; gap:28px; }
    .bh-footer-brand { grid-column:auto; }
    .bh-footer-nav { grid-template-columns:1fr 1fr; }
    .bh-footer-contact .bh-button { width:100%; }
}


/* v1.1.2 navigation + social fixes */
.bh-header-meta-actions { display:flex; align-items:center; gap:14px; }
.bh-instagram-link { display:inline-flex; align-items:center; justify-content:center; gap:8px; color:inherit; text-decoration:none; }
.bh-instagram-link svg { width:20px; height:20px; flex:0 0 auto; }
.bh-header-meta .bh-instagram-link { width:26px; height:26px; border-radius:50%; background:rgba(255,255,255,.09); }
.bh-menu-parent-label { display:inline-flex; align-items:center; gap:5px; padding:10px 0; border:0; background:transparent; color:var(--bh-ink); font:inherit; font-size:14px; font-weight:650; cursor:pointer; }
.bh-menu-parent-label:hover, .bh-menu-parent-label:focus { color:var(--bh-sage-dark); outline:none; }
.bh-education-menu:hover > .sub-menu, .bh-education-menu:focus-within > .sub-menu { display:block; }
.bh-privacy-copy { margin-left:7px; line-height:1.65; }
.bh-instagram-link--footer { margin-top:4px; color:#fff !important; font-weight:700; }
.bh-instagram-link--footer span { font-size:13px; }

@media (max-width:900px){
  .bh-menu-parent-label { width:100%; justify-content:space-between; padding:15px 2px; font-size:17px; }
  .bh-education-menu > .sub-menu { display:none; }
  .bh-education-menu.is-expanded > .sub-menu { display:block; }
}


/* v1.1.3 focused visual and contact refinements */
.bh-hero-symbol { position:relative; min-height:520px; display:grid; place-items:center; isolation:isolate; }
.bh-hero-symbol__glow { position:absolute; width:420px; height:420px; border-radius:50%; background:radial-gradient(circle,rgba(143,169,153,.18),rgba(250,232,223,.12) 58%,transparent 72%); filter:blur(1px); z-index:-1; }
.bh-hero-symbol svg { width:min(100%,500px); height:auto; filter:drop-shadow(0 22px 50px rgba(36,79,84,.08)); }
.bh-hero-symbol__caption { position:absolute; left:50%; bottom:42px; transform:translateX(-50%); min-width:250px; padding:14px 20px; border:1px solid rgba(36,79,84,.1); border-radius:18px; background:rgba(255,255,255,.88); backdrop-filter:blur(10px); text-align:center; box-shadow:0 18px 45px rgba(36,79,84,.08); }
.bh-hero-symbol__caption strong { display:block; color:var(--bh-navy); font-size:14px; }
.bh-hero-symbol__caption span { display:block; margin-top:3px; color:var(--bh-muted); font-size:11px; }

.bh-page-hero--center { text-align:center; }
.bh-page-hero--center p { margin:0 auto; }
.bh-contact-centered { width:min(100%,900px); margin:0 auto; text-align:center; }
.bh-form-intro--centered { max-width:680px; margin:0 auto 28px; padding-bottom:0; border-bottom:0; text-align:center; }
.bh-form-intro--centered h2 { font-size:clamp(32px,4vw,46px); }
.bh-contact-meta-row { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin:0 auto 22px; }
.bh-contact-meta-row > * { display:grid; gap:5px; min-height:88px; place-content:center; padding:16px; border:1px solid var(--bh-line); border-radius:18px; background:#fff; color:var(--bh-ink); text-align:center; }
.bh-contact-meta-row span { color:var(--bh-muted); font-size:10px; font-weight:800; text-transform:uppercase; letter-spacing:.1em; }
.bh-contact-meta-row strong { color:var(--bh-navy); font-size:14px; }
.bh-form-content--centered { max-width:760px; margin:0 auto; text-align:left; }
.bh-form-content--centered form { margin:0 auto; }
.bh-form-content--centered input:not([type="checkbox"]):not([type="radio"]), .bh-form-content--centered textarea, .bh-form-content--centered select { width:100%; }
.bh-form-content--centered input[type="submit"], .bh-form-content--centered button[type="submit"] { display:flex; margin:18px auto 0; }
.bh-form-content--centered .bh-privacy-copy { line-height:1.65; }
.bh-contact-whatsapp { display:flex; align-items:center; justify-content:center; gap:14px; margin-top:22px; text-align:center; }
.bh-contact-whatsapp > span { color:var(--bh-muted); font-size:13px; }
.bh-form-unavailable { text-align:center; }
.bh-final-actions .bh-button, .bh-header-cta, .bh-footer-whatsapp { white-space:nowrap; }

@media (max-width: 900px) {
    .bh-hero-symbol { min-height:430px; }
    .bh-hero-symbol__glow { width:340px; height:340px; }
    .bh-contact-meta-row { grid-template-columns:1fr; max-width:620px; }
}
@media (max-width: 520px) {
    .bh-hero-symbol { min-height:340px; }
    .bh-hero-symbol svg { width:min(100%,360px); }
    .bh-hero-symbol__glow { width:285px; height:285px; }
    .bh-hero-symbol__caption { bottom:16px; min-width:220px; padding:12px 16px; }
    .bh-contact-centered { width:100%; }
    .bh-contact-meta-row > * { min-height:76px; }
    .bh-form-content--centered { padding:22px 18px; }
    .bh-contact-whatsapp { flex-direction:column; }
    .bh-contact-whatsapp .bh-button { width:100%; }
    .bh-final-actions .bh-button { font-size:13px; }
}


/* v1.1.4 homepage simplification */
.bh-hero-simple { padding:96px 0 104px; text-align:center; }
.bh-hero-simple .bh-hero-copy { width:min(100%,860px); margin:0 auto; }
.bh-hero-simple .bh-hero-copy h1 { max-width:860px; margin:0 auto 22px; }
.bh-hero-simple .bh-lead { max-width:680px; margin:0 auto; }
.bh-hero-simple .bh-hero-actions { justify-content:center; }
.bh-final-card { text-align:left; }
.bh-final-actions { flex:0 0 auto; }
@media (max-width:900px) {
    .bh-hero-simple { padding:72px 0 78px; }
    .bh-hero-simple .bh-hero-copy h1 { font-size:clamp(44px,10vw,64px); }
}
@media (max-width:520px) {
    .bh-hero-simple { padding:54px 0 60px; }
    .bh-hero-simple .bh-hero-copy h1 { font-size:clamp(40px,12vw,50px); }
    .bh-hero-simple .bh-hero-actions { display:grid; width:100%; }
    .bh-hero-simple .bh-hero-actions .bh-button { width:100%; }
}


/* Bebek Spa ve Masaj Eğitimi */
.bh-spa-hero { padding: 88px 0 78px; background: radial-gradient(circle at 88% 18%, rgba(235,190,170,.22), transparent 26%), var(--bh-surface-soft); }
.bh-spa-hero__inner { max-width: 820px; text-align: center; }
.bh-spa-hero h1 { max-width: 760px; margin: 14px auto 18px; color: var(--bh-navy); font-size: clamp(44px, 5vw, 68px); line-height: 1.02; letter-spacing: -.05em; }
.bh-spa-hero .bh-lead { max-width: 700px; margin: 0 auto 28px; }
.bh-spa-overview { background: #fff; }
.bh-spa-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.bh-spa-card { padding: 38px; border: 1px solid var(--bh-line); border-radius: 30px; background: var(--bh-surface); box-shadow: 0 18px 55px rgba(35,65,63,.06); }
.bh-spa-card--accent { background: linear-gradient(145deg, #f1f7f3, #fff8f4); }
.bh-spa-card h2 { margin: 10px 0 24px; color: var(--bh-navy); font-size: 30px; line-height: 1.15; letter-spacing: -.03em; }
.bh-spa-list { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.bh-spa-list li { position: relative; padding-left: 28px; color: var(--bh-muted); line-height: 1.6; }
.bh-spa-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--bh-sage-dark); font-weight: 900; }
.bh-spa-process { background: var(--bh-surface-soft); }
.bh-spa-cta { padding-top: 34px; }
.bh-spa-cta__card { display: flex; align-items: center; justify-content: space-between; gap: 34px; padding: 46px 48px; border-radius: 34px; background: linear-gradient(125deg, var(--bh-navy), #315c62); color: #fff; }
.bh-spa-cta__card .bh-eyebrow { color: #c7ddd4; }
.bh-spa-cta__card h2 { max-width: 660px; margin: 8px 0 10px; color: #fff; font-size: clamp(30px, 3vw, 44px); line-height: 1.08; letter-spacing: -.035em; }
.bh-spa-cta__card p { margin: 0; color: rgba(255,255,255,.74); }
.bh-spa-cta__card .bh-button { flex: 0 0 auto; white-space: nowrap; }

@media (max-width: 900px) {
    .bh-spa-grid { grid-template-columns: 1fr; }
    .bh-spa-cta__card { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
    .bh-spa-hero { padding: 58px 0 50px; }
    .bh-spa-hero h1 { font-size: 40px; }
    .bh-spa-card { padding: 26px 24px; border-radius: 24px; }
    .bh-spa-card h2 { font-size: 26px; }
    .bh-spa-cta__card { padding: 30px 24px; border-radius: 28px; text-align: center; }
    .bh-spa-cta__card .bh-button { width: 100%; }
}


/* v1.1.6 contact form + footer logo */
.bh-footer-logo { min-height:54px; display:flex; align-items:center; }
.bh-footer-logo .custom-logo-link { display:inline-flex; align-items:center; }
.bh-footer-logo .custom-logo { width:auto; max-width:230px; max-height:72px; object-fit:contain; }
.bh-footer-logo-fallback { display:inline-flex; align-items:center; justify-content:center; }
.bh-footer-compact--v116 { grid-template-columns:1.15fr .9fr .9fr; }
.bh-contact-centered--v116 { width:min(100%,980px); }
.bh-native-form-wrap { max-width:820px; margin:28px auto 0; }
.bh-contact-form { padding:34px; border:1px solid var(--bh-line); border-radius:28px; background:#fff; box-shadow:0 20px 55px rgba(38,65,65,.07); text-align:left; }
.bh-form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.bh-form-grid label { display:grid; gap:8px; color:var(--bh-navy); font-size:13px; font-weight:750; }
.bh-form-grid label > span:first-child { padding-left:2px; }
.bh-form-grid input:not([type="checkbox"]), .bh-form-grid select, .bh-form-grid textarea { width:100%; min-height:54px; padding:13px 15px; border:1px solid var(--bh-line); border-radius:15px; background:#fcfdfc; color:var(--bh-ink); outline:none; transition:border-color .2s ease, box-shadow .2s ease; }
.bh-form-grid textarea { min-height:150px; resize:vertical; }
.bh-form-grid input:focus, .bh-form-grid select:focus, .bh-form-grid textarea:focus { border-color:var(--bh-sage); box-shadow:0 0 0 4px rgba(88,133,119,.10); }
.bh-form-field--wide { grid-column:1 / -1; }
.bh-consent { grid-template-columns:auto 1fr !important; align-items:start; gap:11px !important; color:var(--bh-muted) !important; font-size:13px !important; font-weight:500 !important; line-height:1.6; }
.bh-consent input { margin-top:4px; }
.bh-contact-submit { display:flex; margin:24px auto 0; min-width:150px; justify-content:center; }
.bh-form-notice { margin:0 0 18px; padding:14px 18px; border-radius:14px; font-size:14px; font-weight:700; text-align:center; }
.bh-form-notice--success { background:#e9f5ef; color:#235b4d; }
.bh-form-notice--error { background:#fff0ed; color:#9a4033; }
.bh-honeypot { position:absolute !important; left:-9999px !important; width:1px !important; height:1px !important; overflow:hidden !important; }
@media (max-width:900px){ .bh-footer-compact--v116 { grid-template-columns:1fr 1fr; } .bh-footer-brand { grid-column:1 / -1; } }
@media (max-width:620px){ .bh-form-grid { grid-template-columns:1fr; } .bh-form-field--wide { grid-column:auto; } .bh-contact-form { padding:24px 18px; border-radius:22px; } .bh-footer-compact--v116 { grid-template-columns:1fr; } .bh-footer-brand { grid-column:auto; } .bh-footer-logo .custom-logo { max-width:200px; max-height:64px; } }


/* v1.1.9 mobile navigation fix */
.bh-menu-toggle__icon i { transform-origin:center; transition:transform .22s ease, opacity .18s ease; }
.bh-menu-toggle[aria-expanded="true"] .bh-menu-toggle__icon i:nth-child(1) { transform:translateY(6px) rotate(45deg); }
.bh-menu-toggle[aria-expanded="true"] .bh-menu-toggle__icon i:nth-child(2) { opacity:0; }
.bh-menu-toggle[aria-expanded="true"] .bh-menu-toggle__icon i:nth-child(3) { transform:translateY(-6px) rotate(-45deg); }
.bh-menu-parent-chevron { display:inline-block; transition:transform .2s ease; }
.bh-education-menu.is-expanded .bh-menu-parent-chevron { transform:rotate(180deg); }
@media (max-width:900px) {
    .bh-primary-nav {
        inset:0 0 0 auto;
        width:min(88vw,380px);
        height:100dvh;
        max-height:100dvh;
        padding:0 22px;
        padding-top:env(safe-area-inset-top);
        padding-bottom:max(28px, env(safe-area-inset-bottom));
        overflow-y:auto;
        overscroll-behavior:contain;
        -webkit-overflow-scrolling:touch;
    }
    .bh-mobile-nav-head { flex:0 0 auto; min-height:72px; }
    .bh-menu { flex:0 0 auto; }
    .bh-menu > li { width:100%; }
    .bh-menu a, .bh-menu-parent-label { min-height:52px; }
    .bh-education-menu > .sub-menu,
    .bh-education-menu:hover > .sub-menu,
    .bh-education-menu:focus-within > .sub-menu {
        position:static;
        display:none;
        margin:0;
        padding:0 0 10px 14px;
        border:0;
        background:transparent;
        box-shadow:none;
    }
    .bh-education-menu.is-expanded > .sub-menu,
    .bh-education-menu.is-expanded:hover > .sub-menu,
    .bh-education-menu.is-expanded:focus-within > .sub-menu { display:block; }
    .bh-education-menu > .sub-menu li { border:0; }
    .bh-education-menu > .sub-menu a { min-height:44px; padding:10px 0; font-size:14px; color:var(--bh-muted); }
    .bh-header-cta { margin-top:auto; flex:0 0 auto; }
    body.bh-menu-open { overflow:hidden; }
    body.admin-bar .bh-primary-nav { top:0; height:100dvh; }
}
