:root {
    --bf-ink: #183936;
    --bf-muted: #647772;
    --bf-paper: #fbfcf7;
    --bf-soft: #edf7f3;
    --bf-mint: #d9f0e8;
    --bf-teal: #247467;
    --bf-teal-light: #46a892;
    --bf-teal-dark: #123f3a;
    --bf-sage: #7bcab8;
    --bf-coral: #d87962;
    --bf-coral-deep: #bd604b;
    --bf-gold: #c7a15a;
    --bf-border: #d5e9e2;
    --bf-line: rgba(70, 168, 146, .18);
    --bf-white: #ffffff;
    --bf-display: "Playfair Display", Georgia, serif;
    --bf-body: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --bf-radius: 20px;
    --bf-radius-sm: 12px;
    --bf-shadow-sm: none;
    --bf-shadow: none;
    --bf-shadow-lg: none;
    --bf-section: clamp(4rem, 8vw, 7rem);
    --bs-primary: var(--bf-teal);
    --bs-primary-rgb: 0, 61, 77;
    --bs-body-font-family: var(--bf-body);
    --bs-body-color: var(--bf-ink);
    --bs-body-bg: var(--bf-paper);
    --bs-link-color: var(--bf-teal);
    --bs-link-hover-color: var(--bf-coral);
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--bf-ink);
    background:
        radial-gradient(1100px 560px at 88% -8%, rgba(70, 168, 146, .11), transparent 62%),
        radial-gradient(950px 520px at -8% 8%, rgba(36, 116, 103, .08), transparent 60%),
        linear-gradient(180deg, rgba(237, 247, 243, .7), rgba(251, 252, 247, 0) 420px),
        var(--bf-paper);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    overflow-x: clip;
}

body::selection {
    color: var(--bf-white);
    background: var(--bf-teal);
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
.bf-brand {
    font-family: var(--bf-display);
    line-height: 1.12;
    letter-spacing: 0;
}

h1 {
    font-size: clamp(2.55rem, 5vw, 5rem);
    color: var(--bf-teal-dark);
    font-weight: 600;
}

h2 {
    font-size: clamp(1.8rem, 3vw, 3rem);
    color: var(--bf-teal-dark);
    font-weight: 600;
}

p {
    margin-bottom: 1rem;
}

.bf-container {
    width: min(100% - 2rem, 1200px);
    margin-inline: auto;
}

.bf-narrow {
    max-width: 860px;
}

.bf-disclaimer {
    color: #f9fbf8;
    background:
        radial-gradient(520px 140px at 18% 0%, rgba(70, 168, 146, .38), transparent 70%),
        linear-gradient(90deg, #247467, #247467 48%, #2f8f7a);
    font-size: .92rem;
}

.bf-disclaimer__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .65rem;
    padding-block: .62rem;
    text-align: center;
}

.bf-disclaimer a {
    color: #f8d58f;
    font-weight: 700;
    white-space: nowrap;
}

.bf-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    background:
        radial-gradient(480px 160px at 50% -80%, rgba(70, 168, 146, .18), transparent 72%),
        linear-gradient(180deg, rgba(251, 252, 247, .97), rgba(251, 252, 247, .86));
    border-bottom: 1px solid rgba(220, 232, 226, .58);
    backdrop-filter: blur(20px) saturate(160%);
    -webkit-backdrop-filter: blur(20px) saturate(160%);
    transition: background-color .25s ease, border-color .25s ease;
}

.bf-header.is-scrolled {
    border-color: rgba(220, 232, 226, .95);
    box-shadow: none;
}

.navbar {
    position: relative;
    min-height: 86px;
    padding-inline: 0;
}

.bf-brand {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    color: var(--bf-teal-dark);
    font-weight: 700;
    max-width: min(48vw, 320px);
    white-space: normal;
    perspective: 800px;
}

.bf-brand img {
    display: block;
    max-height: 54px;
    width: auto;
    transform-origin: center center;
    transform-style: preserve-3d;
    backface-visibility: visible;
    animation: bf-logo-rotate-y 7s ease-in-out infinite;
}

.offcanvas-header .bf-brand img {
    max-height: 48px;
}

.bf-brand:hover {
    color: var(--bf-teal-dark);
}

.bf-brand-mark {
    display: inline-grid;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    place-items: center;
    color: var(--bf-white);
    background:
        radial-gradient(circle at 30% 25%, rgba(255, 255, 255, .38), transparent 34%),
        linear-gradient(135deg, #46a892, #7bcab8 48%, #eeb29b);
    border-radius: 16px;
    box-shadow: none;
    font-family: var(--bf-body);
    font-weight: 800;
    transform-origin: center center;
    transform-style: preserve-3d;
    backface-visibility: visible;
    animation: bf-logo-rotate-y 7s ease-in-out infinite;
}

@keyframes bf-logo-rotate-y {
    0%,
    58% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.bf-brand--light {
    color: var(--bf-white);
}

.bf-brand--light:hover {
    color: var(--bf-white);
}

.bf-footer .bf-brand img {
    max-height: 64px;
    width: auto;
}

.bf-nav-shell {
    gap: .18rem;
    flex: 0 1 auto;
    padding: .42rem .62rem;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .78), rgba(217, 240, 232, .54)),
        rgba(255, 255, 255, .58);
    border: 1px solid rgba(220, 232, 226, .86);
    border-radius: 999px;
    box-shadow: none;
}

.bf-navbar-center {
    justify-content: center;
}

.navbar .bf-nav-shell .nav-link {
    position: relative;
    color: var(--bf-ink);
    padding: .62rem 1rem;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    border-radius: 999px;
    font-size: .82rem;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    white-space: nowrap;
    transition: color .18s ease, background-color .18s ease;
}

.navbar .bf-nav-shell .dropdown-toggle::after {
    margin-left: .35rem;
    vertical-align: .12em;
}

.navbar .bf-nav-shell .nav-link:hover,
.navbar .bf-nav-shell .nav-link.active,
.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--bf-teal-dark);
}

.navbar .bf-nav-shell .nav-link:hover {
    background: linear-gradient(135deg, rgba(217, 240, 232, .92), rgba(251, 252, 247, .8));
}

.navbar .bf-nav-shell .nav-link.active {
    color: var(--bf-white);
    background: var(--bf-teal);
    box-shadow: none;
}

.dropdown-menu {
    margin-top: .8rem;
    border: 1px solid rgba(220, 232, 226, .95);
    border-radius: var(--bf-radius-sm);
    box-shadow: none;
    padding: .55rem;
}

.dropdown-item {
    display: flex;
    align-items: center;
    padding: .9rem 1.15rem;
    border-radius: 10px;
    color: var(--bf-ink);
    line-height: 1.25;
    transition: color .18s ease, background-color .18s ease;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--bf-teal-dark);
    background: linear-gradient(135deg, var(--bf-soft), rgba(217, 240, 232, .72));
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bf-white);
    background: var(--bf-teal);
}

.dropdown-item.active small,
.dropdown-item:active small {
    color: rgba(255, 255, 255, .78);
}

.dropdown-item strong,
.dropdown-item small {
    display: block;
}

.dropdown-item small {
    color: var(--bf-muted);
    font-size: .78rem;
}

.bf-services-menu {
    min-width: 280px;
}

.navbar-toggler {
    display: inline-grid;
    width: 46px;
    height: 46px;
    padding: 0;
    place-items: center;
    color: var(--bf-teal-dark);
    background: rgba(255, 255, 255, .72);
    border: 1px solid var(--bf-border);
    border-radius: 16px;
    box-shadow: none;
    font-size: 1.55rem;
}

.navbar-toggler i {
    display: block;
    line-height: 1;
}

.bf-nav-cta {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    flex: 0 0 auto;
    padding-inline: 1rem;
}

@media (min-width: 1200px) {
    .bf-navbar-center {
        position: absolute;
        left: 50%;
        width: auto;
        transform: translateX(-50%);
    }

    .bf-nav-cta {
        margin-left: auto;
    }
}

.offcanvas {
    background:
        radial-gradient(520px 280px at 110% -10%, rgba(70, 168, 146, .14), transparent 62%),
        var(--bf-paper);
}

.offcanvas-header {
    border-bottom: 1px solid var(--bf-border);
}

.bf-mobile-nav {
    gap: .45rem;
}

.bf-mobile-nav .nav-link {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: .75rem .9rem;
    color: var(--bf-ink);
    background: linear-gradient(135deg, rgba(255, 255, 255, .78), rgba(217, 240, 232, .48));
    border: 1px solid rgba(220, 232, 226, .86);
    border-radius: var(--bf-radius-sm);
    font-weight: 800;
}

.bf-mobile-nav .nav-link.active {
    color: var(--bf-white);
    background: var(--bf-teal);
    border-color: var(--bf-teal);
}

.bf-mobile-nav .bf-mobile-sub {
    min-height: 44px;
    margin-left: 1rem;
    color: var(--bf-muted);
    background: rgba(237, 247, 243, .72);
    font-size: .94rem;
}

.btn {
    border-radius: 999px;
    font-weight: 800;
    padding: .78rem 1.6rem;
    transition: transform .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease;
}

.btn-primary {
    background: var(--bf-teal);
    border-color: var(--bf-teal);
    box-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #2f8f7a;
    border-color: #2f8f7a;
    box-shadow: none;
    transform: translateY(-2px);
}

.btn-outline-primary {
    color: var(--bf-teal);
    border-color: rgba(36, 116, 103, .38);
}

.btn-outline-primary:hover {
    background: var(--bf-teal);
    border-color: var(--bf-teal);
    box-shadow: none;
    transform: translateY(-2px);
}

.btn-light {
    box-shadow: none;
}

.btn-light:hover {
    transform: translateY(-2px);
    box-shadow: none;
}

.btn-outline-light:hover {
    transform: translateY(-2px);
}

.bf-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1rem;
    color: var(--bf-teal);
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .14em;
}

.bf-eyebrow::before {
    content: "";
    width: 32px;
    height: 2px;
    background: linear-gradient(90deg, var(--bf-teal-light), var(--bf-teal));
    border-radius: 2px;
}

.bf-lead {
    color: var(--bf-muted);
    font-size: clamp(1.1rem, 1.4vw, 1.32rem);
    line-height: 1.65;
}

.bf-section-head {
    max-width: 760px;
    margin-bottom: clamp(2rem, 4vw, 3.2rem);
}

.bf-section-head p {
    max-width: 680px;
    color: var(--bf-muted);
    font-size: 1.08rem;
}

.bf-image-card {
    position: relative;
    overflow: hidden;
    margin: 0;
    aspect-ratio: 4 / 3;
    background: var(--bf-soft);
    border: 1px solid var(--bf-border);
    border-radius: var(--bf-radius);
}

.bf-image-card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(217, 240, 232, .08));
}

.bf-image-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bf-image-card picture {
    display: block;
    width: 100%;
    height: 100%;
}

.bf-image-card--wide {
    aspect-ratio: 16 / 10;
    margin-block: 2rem;
}

.bf-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.bf-gallery-item {
    aspect-ratio: 4 / 3;
    margin: 0;
    cursor: pointer;
}

.bf-gallery-item img,
.bf-gallery-item video {
    transition: transform .5s ease;
}

.bf-gallery-item:hover img,
.bf-gallery-item:hover video,
.bf-gallery-item:focus-visible img,
.bf-gallery-item:focus-visible video {
    transform: scale(1.06);
}

.bf-gallery-item video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bf-gallery-item__icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.4rem;
    background: rgba(20, 40, 36, 0);
    opacity: 0;
    transition: opacity .3s ease, background-color .3s ease;
    pointer-events: none;
}

.bf-gallery-item:hover .bf-gallery-item__icon,
.bf-gallery-item:focus-visible .bf-gallery-item__icon {
    opacity: 1;
    background: rgba(20, 40, 36, .35);
}

.bf-gallery-item__icon--play {
    opacity: 1;
    background: rgba(20, 40, 36, .25);
    font-size: 1.7rem;
}

.bf-gallery-item__icon--play i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    background: rgba(255, 255, 255, .92);
    color: var(--bf-teal-dark);
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(20, 40, 36, .28);
    transition: transform .3s ease;
}

.bf-gallery-item:hover .bf-gallery-item__icon--play i {
    transform: scale(1.08);
}

.bf-lightbox .modal-body {
    padding: 0;
}

.bf-lightbox-media {
    max-width: 100%;
    max-height: 78vh;
    border-radius: var(--bf-radius-sm);
}

.bf-lightbox-caption {
    margin-top: 1rem;
    color: #fff;
    font-weight: 700;
}

.bf-contact-image {
    aspect-ratio: 16 / 10;
    margin-bottom: 1.4rem;
    border-color: rgba(255, 255, 255, .24);
}

.bf-page-support-image {
    margin-bottom: clamp(1.5rem, 3vw, 2.4rem);
}

.bf-hero {
    position: relative;
    overflow: hidden;
    padding-block: clamp(5rem, 9vw, 8rem);
    background: var(--bf-paper);
}

.bf-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(36, 116, 103, .22), transparent);
    z-index: 1;
}

.bf-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(100deg, rgba(251, 252, 247, .98) 0%, rgba(251, 252, 247, .9) 34%, rgba(217, 240, 232, .42) 68%, rgba(70, 168, 146, .16) 100%),
        url("../images/biofield-hero-warm.jpg");
    background-size: cover;
    background-position: center;
    filter: saturate(1.08) contrast(1.02);
    opacity: .94;
}

.bf-hero .bf-container {
    position: relative;
    z-index: 1;
}

.bf-hero__glow {
    display: block;
    position: absolute;
    top: -180px;
    right: -160px;
    width: 620px;
    height: 620px;
    background: radial-gradient(circle, rgba(70, 168, 146, .28), rgba(70, 168, 146, .14) 45%, transparent 72%);
    filter: blur(10px);
    opacity: .8;
    pointer-events: none;
    z-index: 0;
}

.bf-hero h1 {
    max-width: 780px;
    margin-bottom: 1.25rem;
}

.bf-hero .bf-lead {
    max-width: 660px;
}

.bf-trust-strip {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    margin-top: 1.5rem;
}

.bf-trust-strip span {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .48rem .7rem;
    color: var(--bf-teal-dark);
    background: rgba(251, 252, 247, .72);
    border: 1px solid var(--bf-border);
    border-radius: 999px;
    font-size: .88rem;
    font-weight: 800;
}

.bf-trust-strip i {
    color: var(--bf-coral);
}

.bf-hero-card {
    position: relative;
    min-height: 430px;
    padding: clamp(1.5rem, 3vw, 2.4rem);
    overflow: hidden;
    color: var(--bf-white);
    background:
        radial-gradient(520px 280px at 100% 0%, rgba(70, 168, 146, .34), transparent 68%),
        linear-gradient(145deg, rgba(47, 143, 122, .80), rgba(70, 168, 146, .70));
    backdrop-filter: blur(22px) saturate(160%);
    -webkit-backdrop-filter: blur(22px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: var(--bf-radius);
    box-shadow: none;
}

.bf-hero-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .16) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, .10) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(135deg, transparent 20%, #000 100%);
    opacity: .24;
}

.bf-hero-card h2 {
    color: var(--bf-white);
    font-size: clamp(1.55rem, 2.3vw, 2.45rem);
}

.bf-hero-card p {
    color: rgba(255, 255, 255, .83);
}

.bf-hero-carousel {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    color: var(--bf-white);
    background: var(--bf-teal-dark);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: var(--bf-radius);
    box-shadow: none;
}

.bf-hero-carousel::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(18, 63, 58, .08), rgba(18, 63, 58, .5)),
        radial-gradient(520px 280px at 100% 0%, rgba(70, 168, 146, .2), transparent 70%);
}

.bf-hero-carousel .carousel-inner,
.bf-hero-carousel .carousel-item,
.bf-carousel-bg {
    display: block;
    height: 100%;
    min-height: 430px;
}

.bf-carousel-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bf-carousel-caption {
    position: absolute;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
    z-index: 2;
    padding: 1rem;
    color: var(--bf-white);
    background: rgba(18, 63, 58, .36);
    backdrop-filter: blur(10px) saturate(130%);
    -webkit-backdrop-filter: blur(10px) saturate(130%);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: var(--bf-radius-sm);
}

.bf-carousel-caption span,
.bf-carousel-caption strong {
    display: block;
}

.bf-carousel-caption span {
    color: rgba(255, 255, 255, .72);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.bf-carousel-caption strong {
    margin-top: .18rem;
    font-size: 1.1rem;
    line-height: 1.2;
}

.bf-hero-carousel .carousel-indicators {
    right: 1.25rem;
    bottom: auto;
    left: auto;
    z-index: 3;
    justify-content: flex-end;
    margin: 0;
    padding: 1.25rem;
    gap: .35rem;
}

.bf-hero-carousel .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    margin: 0;
    background-color: var(--bf-white);
    border: 0;
    border-radius: 999px;
    opacity: .45;
}

.bf-hero-carousel .carousel-indicators .active {
    width: 22px;
    opacity: .9;
}

.bf-hero-carousel .carousel-control-prev,
.bf-hero-carousel .carousel-control-next {
    z-index: 3;
    width: 3rem;
    opacity: .7;
}

.bf-hero-carousel .carousel-control-prev:hover,
.bf-hero-carousel .carousel-control-next:hover {
    opacity: 1;
}

.bf-hero-carousel .bf-orbit {
    z-index: 2;
}

.bf-hero-slider {
    padding-block: 0;
    background: var(--bf-paper);
}

.bf-hero-slider::before {
    display: none;
}

.bf-hero-slider .carousel-inner,
.bf-hero-slider .carousel-item {
    min-height: clamp(620px, 78vh, 820px);
}

.bf-hero-slide {
    position: relative;
    display: flex;
    align-items: center;
    min-height: clamp(620px, 78vh, 820px);
    padding-block: clamp(5rem, 8vw, 7rem);
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bf-hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(251, 252, 247, .98) 0%, rgba(251, 252, 247, .88) 38%, rgba(251, 252, 247, .48) 68%, rgba(18, 63, 58, .22) 100%),
        radial-gradient(680px 360px at 82% 18%, rgba(70, 168, 146, .22), transparent 70%);
    pointer-events: none;
}

.bf-hero-slide--green::before {
    background:
        linear-gradient(90deg, rgba(251, 252, 247, .96) 0%, rgba(237, 247, 243, .76) 38%, rgba(217, 240, 232, .36) 68%, rgba(18, 63, 58, .18) 100%),
        radial-gradient(760px 420px at 78% 18%, rgba(70, 168, 146, .24), transparent 68%),
        radial-gradient(620px 360px at 12% 84%, rgba(123, 202, 184, .14), transparent 70%);
}

.bf-hero-slide .bf-container {
    position: relative;
    z-index: 2;
}

.bf-hero-slide-panel {
    position: relative;
    min-height: 360px;
    padding: clamp(1.5rem, 3vw, 2.4rem);
    overflow: hidden;
    color: var(--bf-white);
    background:
        radial-gradient(520px 280px at 100% 0%, rgba(70, 168, 146, .3), transparent 68%),
        linear-gradient(145deg, rgba(18, 63, 58, .88), rgba(36, 116, 103, .74));
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: var(--bf-radius);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    box-shadow: none;
}

.bf-hero-slide-panel > span,
.bf-hero-slide-panel > strong,
.bf-hero-slide-panel > p {
    position: relative;
    z-index: 2;
    display: block;
}

.bf-hero-slide-panel > span {
    color: rgba(255, 255, 255, .74);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.bf-hero-slide-panel > strong {
    max-width: 280px;
    margin-top: .65rem;
    color: var(--bf-white);
    font-family: var(--bf-display);
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 600;
    line-height: 1.08;
}

.bf-hero-slide-panel > p {
    max-width: 320px;
    margin-top: 1rem;
    color: rgba(255, 255, 255, .78);
}

.bf-hero-slide-panel .bf-orbit {
    z-index: 1;
}

.bf-hero-slider .carousel-indicators {
    right: max(1rem, calc((100vw - 1200px) / 2));
    bottom: 1.35rem;
    left: auto;
    justify-content: flex-end;
    margin: 0;
    gap: .4rem;
}

.bf-hero-slider .carousel-indicators [data-bs-target] {
    width: 9px;
    height: 9px;
    margin: 0;
    background-color: var(--bf-teal-dark);
    border: 0;
    border-radius: 999px;
    opacity: .35;
}

.bf-hero-slider .carousel-indicators .active {
    width: 28px;
    opacity: .9;
}

.bf-hero-slider .carousel-control-prev,
.bf-hero-slider .carousel-control-next {
    width: clamp(2.75rem, 5vw, 4.5rem);
    opacity: .55;
}

.bf-hero-slider .carousel-control-prev:hover,
.bf-hero-slider .carousel-control-next:hover {
    opacity: .9;
}

.bf-orbit {
    position: absolute;
    inset: auto 1rem 1rem auto;
    width: 250px;
    height: 250px;
    opacity: .52;
    filter: blur(.2px);
    animation: bf-orbit-spin 70s linear infinite;
    pointer-events: none;
}

.bf-orbit--cta {
    inset: 12% auto auto clamp(1rem, 6vw, 5rem);
    width: clamp(220px, 24vw, 360px);
    height: clamp(220px, 24vw, 360px);
    opacity: .34;
    animation-duration: 86s;
}

.bf-orbit span {
    position: absolute;
    inset: calc(var(--i, 0) * 18px);
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 50%;
    opacity: 0;
    transform: rotate(calc(var(--i, 0) * 16deg));
    animation: bf-orbit-radiate 4.8s ease-out infinite;
    animation-delay: calc(var(--i, 0) * .42s);
}

.bf-orbit span:nth-child(1) { --i: 0; }
.bf-orbit span:nth-child(2) { --i: 1; }
.bf-orbit span:nth-child(3) { --i: 2; }
.bf-orbit span:nth-child(4) { --i: 3; }
.bf-orbit span:nth-child(5) { --i: 4; }
.bf-orbit span:nth-child(6) { --i: 5; }

@keyframes bf-orbit-spin {
    to { transform: rotate(360deg); }
}

@keyframes bf-orbit-radiate {
    0% {
        opacity: 0;
        transform: rotate(calc(var(--i, 0) * 16deg)) scale(.72);
    }

    18% {
        opacity: .64;
    }

    72% {
        opacity: .2;
    }

    100% {
        opacity: 0;
        transform: rotate(calc(var(--i, 0) * 16deg)) scale(1.18);
    }
}

.bf-metric-grid {
    position: absolute;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .75rem;
}

.bf-metric-grid div {
    padding: .9rem;
    background: rgba(255, 255, 255, .14);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: var(--bf-radius-sm);
    transition: background-color .2s ease;
    position: relative;
    z-index: 1;
}

.bf-metric-grid div:hover {
    background: rgba(255, 255, 255, .2);
}

.bf-metric-grid strong,
.bf-metric-grid span {
    display: block;
}

.bf-metric-grid span {
    color: rgba(255, 255, 255, .74);
    font-size: .82rem;
    line-height: 1.35;
}

.bf-section,
.bf-page-hero {
    padding-block: var(--bf-section);
}

.bf-section {
    position: relative;
}

.bf-section + .bf-section {
    border-top: 1px solid rgba(36, 116, 103, .08);
}

.bf-page-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(720px 320px at 86% 12%, rgba(70, 168, 146, .13), transparent 65%),
        linear-gradient(180deg, rgba(217, 240, 232, .95), rgba(251, 252, 247, 1)),
        url("../images/biofield-hero-warm.jpg");
    background-size: cover;
    background-position: center;
}

.bf-page-hero h1,
.bf-page-hero p {
    max-width: 850px;
}

.bf-section--tint {
    background:
        radial-gradient(720px 360px at 12% 0%, rgba(70, 168, 146, .12), transparent 68%),
        linear-gradient(180deg, var(--bf-soft), rgba(251, 252, 247, .92));
}

.bf-card,
.bf-service-card,
.bf-contact-panel,
.bf-form,
.bf-empty-state,
.bf-practitioner-card,
.bf-practitioner-mini,
.bf-faq-preview,
.bf-info-panel,
.bf-highlight-panel,
.bf-note {
    position: relative;
    overflow: hidden;
    background: var(--bf-white);
    border: 1px solid var(--bf-border);
    border-radius: var(--bf-radius);
    box-shadow: none;
}

.bf-card::before,
.bf-service-card::before,
.bf-contact-panel::before,
.bf-form::before,
.bf-empty-state::before,
.bf-practitioner-card::before,
.bf-practitioner-mini::before,
.bf-faq-preview::before,
.bf-info-panel::before,
.bf-highlight-panel::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, #7bcab8, #d9f0e8 48%, #f8d58f);
}

.bf-card,
.bf-service-card,
.bf-contact-panel,
.bf-form,
.bf-empty-state,
.bf-practitioner-card,
.bf-practitioner-mini,
.bf-faq-preview,
.bf-info-panel,
.bf-highlight-panel {
    background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(237, 247, 243, .56));
}

.bf-card {
    padding: 2.1rem;
    transition: transform .25s ease, border-color .25s ease;
}

.bf-info-panel,
.bf-highlight-panel {
    padding: clamp(1.4rem, 3vw, 2.2rem);
}

.bf-info-panel h3,
.bf-timeline h3 {
    color: var(--bf-teal-dark);
    font-size: clamp(1.2rem, .8vw + 1rem, 1.55rem);
    margin-bottom: .65rem;
}

.bf-info-panel p,
.bf-highlight-panel p {
    color: var(--bf-muted);
}

.bf-card:hover {
    transform: translateY(-4px);
    border-color: rgba(36, 116, 103, .32);
    box-shadow: none;
}

.bf-card i {
    display: inline-grid;
    width: 50px;
    height: 50px;
    margin-bottom: 1.3rem;
    place-items: center;
    color: var(--bf-white);
    background: linear-gradient(135deg, #46a892, #7bcab8);
    border-radius: var(--bf-radius-sm);
    box-shadow: none;
    font-size: 1.35rem;
}

.bf-card h2,
.bf-service-card h2,
.bf-contact-panel h2 {
    margin-bottom: .75rem;
}

.bf-card h2,
.bf-service-card h2 {
    font-size: clamp(1.35rem, 1vw + 1rem, 1.7rem);
}

.bf-card p,
.bf-service-card p,
.bf-empty-state p,
.bf-practitioner-card p {
    color: var(--bf-muted);
}

.bf-service-list {
    display: grid;
    gap: 1rem;
}

.bf-service-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.35rem;
    color: var(--bf-ink);
    background: linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(217, 240, 232, .58));
    border: 1px solid var(--bf-border);
    border-radius: var(--bf-radius-sm);
    font-weight: 800;
    box-shadow: none;
    transition: transform .2s ease, border-color .2s ease;
    position: relative;
    overflow: hidden;
}

.bf-service-list a::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: linear-gradient(180deg, #7bcab8, #f8d58f);
}

.bf-service-list a:hover {
    transform: translateY(-3px) translateX(2px);
    border-color: rgba(36, 116, 103, .25);
    box-shadow: none;
}

.bf-service-list i {
    color: var(--bf-coral);
    transition: transform .2s ease;
}

.bf-service-list a:hover i {
    transform: translateX(4px);
}

.bf-service-card {
    height: 100%;
    padding: clamp(1.5rem, 3vw, 2.4rem);
    transition: transform .25s ease;
}

.bf-price-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin: .75rem 0 1rem;
    padding: .9rem 1rem;
    background: linear-gradient(135deg, rgba(217, 240, 232, .72), rgba(251, 252, 247, .94));
    border: 1px solid var(--bf-border);
    border-radius: var(--bf-radius-sm);
}

.bf-price-row strong {
    color: var(--bf-teal-dark);
    font-size: 1.5rem;
    line-height: 1;
}

.bf-price-row span {
    color: var(--bf-muted);
    font-size: .88rem;
    font-weight: 800;
}

.bf-service-meta {
    display: grid;
    gap: .5rem;
    margin: 1.25rem 0;
}

.bf-service-meta span {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: var(--bf-muted);
    font-size: .93rem;
    font-weight: 700;
}

.bf-service-meta i {
    color: var(--bf-coral);
}

.bf-service-card:hover {
    box-shadow: none;
    transform: translateY(-4px);
}

.bf-process-line {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .75rem;
    margin-top: 1.75rem;
}

.bf-process-line div {
    padding: .95rem;
    background: rgba(251, 252, 247, .72);
    border: 1px solid var(--bf-border);
    border-radius: var(--bf-radius-sm);
}

.bf-process-line strong,
.bf-process-line span {
    display: block;
}

.bf-process-line strong {
    color: var(--bf-coral);
    font-size: .8rem;
    letter-spacing: .12em;
}

.bf-process-line span {
    color: var(--bf-teal-dark);
    font-weight: 900;
}

.bf-timeline {
    display: grid;
    gap: 1rem;
}

.bf-timeline div {
    position: relative;
    padding: 1.25rem 1.25rem 1.25rem 4.25rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(217, 240, 232, .56));
    border: 1px solid var(--bf-border);
    border-radius: var(--bf-radius-sm);
}

.bf-timeline strong {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    display: grid;
    width: 2.15rem;
    height: 2.15rem;
    place-items: center;
    color: var(--bf-white);
    background: linear-gradient(135deg, #46a892, #7bcab8);
    border-radius: 50%;
    font-size: .78rem;
    line-height: 1;
}

.bf-timeline p {
    color: var(--bf-muted);
    margin-bottom: 0;
}

.bf-service-card ul,
.bf-check-grid {
    display: grid;
    gap: .75rem;
    padding: 0;
    margin: 1.5rem 0;
    list-style: none;
}

.bf-service-card li {
    position: relative;
    padding-left: 1.6rem;
}

.bf-service-card li::before {
    content: "\F633";
    position: absolute;
    left: 0;
    top: .05rem;
    color: var(--bf-coral);
    font-family: "bootstrap-icons";
}

.bf-pill {
    display: inline-block;
    margin-bottom: 1rem;
    padding: .35rem .75rem;
    color: var(--bf-teal-dark);
    background: linear-gradient(135deg, var(--bf-mint), rgba(251, 252, 247, .8));
    border-radius: 999px;
    font-size: .82rem;
    font-weight: 900;
    box-shadow: none;
}

.bf-check-grid {
    grid-template-columns: repeat(3, 1fr);
}

.bf-check-grid div {
    display: flex;
    align-items: flex-start;
    gap: .65rem;
    padding: 1rem;
    background: linear-gradient(135deg, var(--bf-soft), rgba(217, 240, 232, .72));
    border-radius: var(--bf-radius-sm);
    font-weight: 700;
    transition: background-color .2s ease;
}

.bf-check-grid div:hover {
    background: linear-gradient(135deg, var(--bf-mint), rgba(251, 252, 247, .88));
}

.bf-check-grid i {
    color: var(--bf-teal);
}

.bf-note {
    padding: 1.25rem;
    color: var(--bf-teal-dark);
    background: linear-gradient(135deg, #fff8ec, rgba(217, 240, 232, .5));
    border-color: rgba(70, 168, 146, .35);
    box-shadow: none;
}

.bf-detail-summary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .75rem;
    margin: 1.25rem 0 1.75rem;
}

.bf-detail-summary div {
    padding: 1rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(217, 240, 232, .62));
    border: 1px solid var(--bf-border);
    border-radius: var(--bf-radius-sm);
}

.bf-detail-summary span,
.bf-detail-summary strong {
    display: block;
}

.bf-detail-summary span {
    color: var(--bf-muted);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bf-detail-summary strong {
    color: var(--bf-teal-dark);
    margin-top: .25rem;
}

.bf-wellness-note {
    display: flex;
    gap: .8rem;
    margin-top: 1rem;
    padding: 1rem;
    color: var(--bf-teal-dark);
    background: linear-gradient(135deg, rgba(217, 240, 232, .72), rgba(237, 247, 243, .86));
    border: 1px solid rgba(36, 116, 103, .18);
    border-radius: var(--bf-radius-sm);
    font-size: .95rem;
}

.bf-wellness-note i {
    flex: 0 0 auto;
    color: var(--bf-coral);
}

.bf-prose p {
    color: #3f4b47;
    font-size: 1.05rem;
}

.bf-prose h2 {
    margin-top: 2.25rem;
    font-size: clamp(1.55rem, 2.4vw, 2.25rem);
}

.bf-practitioner-card {
    position: sticky;
    top: 120px;
    padding: 1.25rem;
}

.bf-practitioner-mini,
.bf-faq-preview {
    padding: clamp(1.5rem, 3vw, 2.4rem);
}

.bf-practitioner-mini {
    display: grid;
    gap: 1.25rem;
}

.bf-practitioner-mini__image {
    display: grid;
    min-height: 220px;
    place-items: center;
    color: var(--bf-white);
    background:
        linear-gradient(140deg, rgba(70, 168, 146, .64), rgba(70, 168, 146, .42)),
        url("../images/biofield-hero-warm.jpg");
    background-size: cover;
    border-radius: var(--bf-radius-sm);
    font-family: var(--bf-display);
    font-size: clamp(2rem, 4vw, 3rem);
}

.bf-practitioner-mini__image--photo {
    display: block;
    overflow: hidden;
    min-height: 320px;
    aspect-ratio: 4 / 5;
    background: var(--bf-soft);
}

.bf-practitioner-mini__image--photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bf-mini-faq-list {
    display: grid;
    gap: .8rem;
    margin-top: 1.25rem;
}

.bf-mini-faq-list div {
    padding: 1rem;
    background: rgba(255, 255, 255, .72);
    border: 1px solid var(--bf-border);
    border-radius: var(--bf-radius-sm);
}

.bf-mini-faq-list strong,
.bf-mini-faq-list span {
    display: block;
}

.bf-mini-faq-list strong {
    color: var(--bf-teal-dark);
    margin-bottom: .25rem;
}

.bf-mini-faq-list span {
    color: var(--bf-muted);
}

.bf-portrait {
    display: grid;
    min-height: 280px;
    margin-bottom: 1.35rem;
    place-items: center;
    color: var(--bf-white);
    background:
        linear-gradient(140deg, rgba(70, 168, 146, .68), rgba(70, 168, 146, .46)),
        url("../images/biofield-hero-warm.jpg");
    background-size: cover;
    border-radius: var(--bf-radius);
    box-shadow: none;
    font-family: var(--bf-display);
    font-size: clamp(2.2rem, 5vw, 3.8rem);
}

.bf-portrait--photo {
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: var(--bf-soft);
}

.bf-portrait--photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bf-empty-state {
    max-width: 720px;
    margin-inline: auto;
    padding: clamp(2rem, 5vw, 4rem);
    text-align: center;
}

.bf-empty-state i {
    color: var(--bf-coral);
    font-size: 3rem;
}

.bf-contact-panel,
.bf-form {
    padding: clamp(1.5rem, 3vw, 2.4rem);
}

.bf-contact-panel li {
    display: flex;
    gap: .8rem;
    margin-bottom: 1rem;
}

.bf-contact-panel i {
    color: var(--bf-coral);
}

.form-control {
    min-height: 52px;
    border-color: var(--bf-border);
    border-radius: var(--bf-radius-sm);
    transition: border-color .2s ease;
}

.form-control:focus {
    border-color: var(--bf-teal);
    box-shadow: none;
}

textarea.form-control {
    min-height: 150px;
}

.bf-accordion .accordion-item {
    margin-bottom: 1rem;
    overflow: hidden;
    border: 1px solid var(--bf-border);
    border-radius: var(--bf-radius-sm);
    box-shadow: none;
}

.bf-accordion .accordion-item:hover {
    box-shadow: none;
}

.bf-accordion .accordion-button {
    color: var(--bf-ink);
    background: linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(237, 247, 243, .5));
    font-weight: 900;
}

.bf-accordion .accordion-button:focus {
    box-shadow: none;
}

.bf-accordion .accordion-button:not(.collapsed) {
    color: var(--bf-teal-dark);
    background: linear-gradient(135deg, var(--bf-mint), rgba(251, 252, 247, .86));
}

.bf-cta {
    position: relative;
    overflow: hidden;
    padding-block: clamp(3rem, 6vw, 5rem);
    color: var(--bf-white);
    background:
        radial-gradient(760px 360px at 88% -15%, rgba(70, 168, 146, .28), transparent 68%),
        radial-gradient(620px 320px at 8% 110%, rgba(70, 168, 146, .18), transparent 64%),
        linear-gradient(135deg, #247467, #2b9a84 48%, #46a892);
}

.bf-cta::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -100px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(70, 168, 146, .28), transparent 70%);
    pointer-events: none;
}

.bf-cta__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.bf-cta h2 {
    color: var(--bf-white);
}

.bf-cta p {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, .78);
}

.bf-cta .bf-eyebrow {
    color: #f8d58f;
}

.bf-footer {
    padding-block: clamp(3.5rem, 6vw, 5rem) 1.5rem;
    color: rgba(255, 255, 255, .78);
    background: #173f3a;
}

.bf-footer h2 {
    color: var(--bf-white);
    font-family: var(--bf-body);
    font-size: .88rem;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 1.1rem;
}

.bf-footer li {
    margin-bottom: .55rem;
}

.bf-footer a {
    color: rgba(255, 255, 255, .78);
    transition: color .15s ease;
}

.bf-footer a:hover {
    color: #f8d58f;
}

.bf-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, .13);
    font-size: .9rem;
}

.bf-social {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
}

.bf-social a {
    display: inline-grid;
    width: 40px;
    height: 40px;
    place-items: center;
    color: var(--bf-teal-dark);
    background: linear-gradient(135deg, var(--bf-white), rgba(217, 240, 232, .72));
    border-radius: 50%;
    box-shadow: none;
    transition: transform .18s ease;
}

.bf-social a:hover {
    transform: translateY(-3px);
    box-shadow: none;
}

.bf-footer .bf-social a {
    color: var(--bf-white);
    background: rgba(255, 255, 255, .1);
}

.bf-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .65s ease, transform .65s ease;
}

.bf-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

@media (max-width: 991.98px) {
    .navbar {
        min-height: 72px;
    }

    .bf-hero::before {
        background-image:
            linear-gradient(180deg, rgba(251, 252, 247, .98), rgba(251, 252, 247, .78)),
            url("../images/biofield-hero-warm.jpg");
    }

    .bf-hero__glow {
        width: 380px;
        height: 380px;
    }

    .bf-hero-card {
        min-height: 360px;
    }

    .bf-cta__inner,
    .bf-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .bf-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) and (max-width: 1320px) {
    .bf-brand {
        max-width: 230px;
        font-size: .98rem;
    }

    .navbar .bf-nav-shell .nav-link {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        font-size: .78rem;
    }

    .bf-nav-cta span {
        display: none;
    }
}

@media (max-width: 767.98px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .bf-container {
        width: min(100% - 1.5rem, 1200px);
    }

    .bf-hero,
    .bf-section,
    .bf-page-hero,
    .bf-cta,
    .bf-footer {
        overflow-x: clip;
    }

    .bf-disclaimer__inner {
        flex-wrap: wrap;
        justify-content: flex-start;
        text-align: left;
    }

    .bf-hero {
        padding-block: 3.5rem;
    }

    .bf-hero__glow,
    .bf-orbit,
    .bf-cta::before {
        display: none;
    }

    .bf-hero-card,
    .bf-card,
    .bf-service-card,
    .bf-contact-panel,
    .bf-form,
    .bf-practitioner-mini,
    .bf-faq-preview,
    .bf-info-panel,
    .bf-highlight-panel,
    .bf-empty-state {
        padding: 1.25rem;
    }

    .bf-timeline div {
        padding: 1rem;
    }

    .bf-timeline strong {
        position: static;
        margin-bottom: .75rem;
    }

    .bf-hero-card {
        min-height: auto;
    }

    .bf-hero-carousel,
    .bf-hero-carousel .carousel-inner,
    .bf-hero-carousel .carousel-item,
    .bf-carousel-bg {
        min-height: 340px;
    }

    .bf-check-grid,
    .bf-metric-grid,
    .bf-detail-summary,
    .bf-process-line,
    .bf-gallery-grid {
        grid-template-columns: 1fr;
    }

    .bf-metric-grid {
        position: relative;
        inset: auto;
        margin-top: 2rem;
    }

    .bf-service-list a,
    .bf-contact-panel li,
    .bf-trust-strip,
    .bf-cta__inner,
    .bf-footer__bottom {
        min-width: 0;
    }

    .bf-trust-strip span {
        max-width: 100%;
    }

    .bf-service-list a {
        gap: .75rem;
    }

    .bf-price-row {
        align-items: flex-start;
        flex-direction: column;
        gap: .35rem;
    }

    .bf-wellness-note {
        align-items: flex-start;
    }

    .bf-contact-panel a,
    .bf-contact-panel span,
    .bf-form .form-check-label,
    .form-control,
    .bf-lead,
    h1,
    h2 {
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .bf-contact-panel li {
        align-items: flex-start;
    }

    .bf-contact-panel i {
        flex: 0 0 auto;
    }

    .form-control,
    textarea.form-control {
        max-width: 100%;
    }

    .bf-form .row,
    .bf-section .row,
    .bf-hero .row {
        --bs-gutter-x: 1rem;
    }

    .btn {
        white-space: normal;
    }

    .bf-practitioner-card {
        position: static;
    }
}

/* Elegant refinement pass */
body {
    line-height: 1.68;
}

h1,
h2,
h3 {
    font-weight: 500;
}

.bf-section,
.bf-page-hero {
    padding-block: clamp(4.75rem, 8vw, 7.5rem);
}

.bf-header {
    background: rgba(251, 252, 247, .9);
    border-bottom-color: rgba(36, 116, 103, .1);
}

.bf-nav-shell {
    padding: .36rem .48rem;
    background: rgba(255, 255, 255, .62);
    border-color: rgba(36, 116, 103, .12);
}

.navbar .bf-nav-shell .nav-link {
    font-weight: 700;
    letter-spacing: .01em;
}

.btn {
    font-weight: 700;
    letter-spacing: .01em;
}

.btn-primary,
.navbar .bf-nav-shell .nav-link.active,
.dropdown-item.active,
.dropdown-item:active,
.bf-mobile-nav .nav-link.active {
    background: var(--bf-teal-dark);
    border-color: var(--bf-teal-dark);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-outline-primary:hover {
    background: var(--bf-teal);
    border-color: var(--bf-teal);
}

.bf-hero {
    padding-block: clamp(5.75rem, 9vw, 8.5rem);
}

.bf-hero::before {
    opacity: .9;
}

.bf-hero h1 {
    max-width: 820px;
}

.bf-lead {
    color: rgba(24, 57, 54, .74);
}

.bf-eyebrow {
    font-weight: 800;
    letter-spacing: .16em;
}

.bf-hero-card {
    border-radius: 24px;
    background:
        radial-gradient(520px 280px at 100% 0%, rgba(123, 202, 184, .3), transparent 68%),
        linear-gradient(145deg, rgba(18, 63, 58, .92), rgba(36, 116, 103, .82));
}

.bf-orbit {
    opacity: .38;
}

.bf-orbit span {
    border-color: rgba(255, 255, 255, .42);
    animation-duration: 6.2s;
}

.bf-card,
.bf-service-card,
.bf-contact-panel,
.bf-form,
.bf-empty-state,
.bf-practitioner-card,
.bf-practitioner-mini,
.bf-faq-preview,
.bf-info-panel,
.bf-highlight-panel,
.bf-note {
    border-color: rgba(36, 116, 103, .13);
}

.bf-card,
.bf-service-card,
.bf-contact-panel,
.bf-form,
.bf-empty-state,
.bf-practitioner-card,
.bf-practitioner-mini,
.bf-faq-preview,
.bf-info-panel,
.bf-highlight-panel {
    background: rgba(255, 255, 255, .84);
}

.bf-card:hover,
.bf-service-card:hover {
    transform: none;
    border-color: rgba(36, 116, 103, .24);
}

.bf-card i {
    color: var(--bf-teal);
    background: rgba(217, 240, 232, .7);
}

.bf-service-list a {
    background: rgba(255, 255, 255, .76);
    border-color: rgba(36, 116, 103, .13);
}

.bf-service-list a:hover {
    border-color: rgba(36, 116, 103, .24);
}

.bf-process-line div,
.bf-mini-faq-list div,
.bf-detail-summary div,
.bf-price-row {
    border-color: rgba(36, 116, 103, .13);
}

.bf-cta {
    background:
        radial-gradient(720px 320px at 86% 0%, rgba(123, 202, 184, .22), transparent 70%),
        linear-gradient(135deg, #1f665b, #1b5149);
}

.bf-cta::before {
    opacity: .45;
}

.bf-orbit--cta {
    opacity: .24;
}

.bf-footer {
    background: #173f3a;
}

.bf-footer h2 {
    font-weight: 800;
    letter-spacing: .08em;
}

.bf-footer a:hover {
    color: var(--bf-white);
}

@media (max-width: 767.98px) {
    .bf-section,
    .bf-page-hero {
        padding-block: 4rem;
    }

    .bf-hero {
        padding-block: 4.25rem;
    }
}

/* Full hero carousel */
.bf-hero.bf-hero-slider {
    padding-block: 0;
}

.bf-hero.bf-hero-slider::before {
    display: none;
}

.bf-hero-slider .bf-hero__glow {
    opacity: .45;
}

@media (max-width: 991.98px) {
    .bf-hero-slider .carousel-inner,
    .bf-hero-slider .carousel-item,
    .bf-hero-slide {
        min-height: auto;
    }

    .bf-hero-slide {
        padding-block: 4.5rem 5.25rem;
    }

    .bf-hero-slide::before {
        background:
            linear-gradient(180deg, rgba(251, 252, 247, .98) 0%, rgba(251, 252, 247, .9) 58%, rgba(251, 252, 247, .64) 100%),
            radial-gradient(520px 280px at 88% 8%, rgba(70, 168, 146, .18), transparent 70%);
    }

    .bf-hero-slide--green::before {
        background:
            linear-gradient(180deg, rgba(251, 252, 247, .96) 0%, rgba(237, 247, 243, .84) 56%, rgba(36, 116, 103, .22) 100%),
            radial-gradient(520px 280px at 88% 8%, rgba(70, 168, 146, .2), transparent 70%);
    }

    .bf-hero-slide-panel {
        min-height: 260px;
        margin-top: 1rem;
    }
}

@media (max-width: 767.98px) {
    .bf-hero.bf-hero-slider {
        padding-block: 0;
    }

    .bf-hero-slide {
        padding-block: 3.5rem 4.75rem;
    }

    .bf-hero-slider .carousel-control-prev,
    .bf-hero-slider .carousel-control-next {
        display: none;
    }

    .bf-hero-slider .carousel-indicators {
        right: 1rem;
        bottom: 1rem;
    }
}

/* Theme focus and active states */
.btn-primary {
    --bs-btn-active-bg: var(--bf-teal-dark);
    --bs-btn-active-border-color: var(--bf-teal-dark);
    --bs-btn-focus-shadow-rgb: 36, 116, 103;
}

.btn-outline-primary {
    --bs-btn-active-bg: var(--bf-teal);
    --bs-btn-active-border-color: var(--bf-teal);
    --bs-btn-focus-shadow-rgb: 36, 116, 103;
}

.btn:focus,
.btn:active,
.btn:first-child:active,
.nav-link:focus,
.nav-link:active,
.dropdown-item:focus,
.dropdown-item:active,
.carousel-control-prev:focus,
.carousel-control-next:focus,
.carousel-indicators [data-bs-target]:focus {
    box-shadow: none;
    outline: 0;
}

.btn:focus-visible,
.nav-link:focus-visible,
.dropdown-item:focus-visible,
.carousel-control-prev:focus-visible,
.carousel-control-next:focus-visible,
.carousel-indicators [data-bs-target]:focus-visible {
    box-shadow: 0 0 0 .18rem rgba(36, 116, 103, .22);
    outline: 0;
}

/* Articles */
.bf-article-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .65rem;
}

.bf-article-filter a {
    display: inline-flex;
    align-items: center;
    min-height: 2.35rem;
    padding: .42rem 1rem;
    color: var(--bf-muted);
    background: rgba(255, 255, 255, .76);
    border: 1px solid rgba(36, 116, 103, .14);
    border-radius: 999px;
    font-size: .82rem;
    font-weight: 900;
}

.bf-article-filter a:hover,
.bf-article-filter a.active {
    color: var(--bf-white);
    background: var(--bf-teal);
    border-color: var(--bf-teal);
}

.bf-article-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, .84);
    border: 1px solid rgba(36, 116, 103, .13);
    border-radius: var(--bf-radius);
}

.bf-article-card--featured {
    flex-direction: row;
}

.bf-article-card__media {
    display: block;
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: var(--bf-soft);
}

.bf-article-card--featured .bf-article-card__media {
    flex: 0 0 44%;
    aspect-ratio: auto;
}

.bf-article-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.bf-article-card:hover .bf-article-card__media img {
    transform: scale(1.05);
}

.bf-article-card__media span {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: var(--bf-teal);
    font-size: 2.5rem;
}

.bf-article-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-start;
    padding: clamp(1.25rem, 2.4vw, 1.8rem);
}

.bf-article-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .4rem .9rem;
    margin-bottom: .85rem;
    color: var(--bf-muted);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.bf-article-meta > * + * {
    position: relative;
}

.bf-article-meta > * + *::before {
    content: "";
    position: absolute;
    left: -.55rem;
    top: 50%;
    width: .22rem;
    height: .22rem;
    background: var(--bf-coral);
    border-radius: 50%;
    transform: translateY(-50%);
}

.bf-article-meta a {
    color: var(--bf-teal);
}

.bf-article-card h2,
.bf-article-card h3 {
    margin-bottom: .85rem;
    font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.bf-article-card h2 a,
.bf-article-card h3 a {
    color: var(--bf-teal-dark) !important;
}

.bf-article-card h2 a:hover,
.bf-article-card h3 a:hover {
    color: var(--bf-coral) !important;
}

.bf-article-card p {
    color: var(--bf-muted);
}

.bf-article-link {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    margin-top: auto;
    color: var(--bf-teal) !important;
    font-weight: 900;
}

.bf-article-link i {
    transition: transform .18s ease;
}

.bf-article-link:hover {
    color: var(--bf-coral) !important;
}

.bf-article-link:hover i {
    transform: translateX(.2rem);
}

.bf-article-sidebar {
    position: sticky;
    top: 7rem;
    padding: clamp(1.35rem, 2.4vw, 1.8rem);
    background: rgba(255, 255, 255, .84);
    border: 1px solid rgba(36, 116, 103, .13);
    border-radius: var(--bf-radius);
}

.bf-article-sidebar h2 {
    margin-bottom: 1rem;
    font-size: clamp(1.55rem, 2.2vw, 2.1rem);
}

.bf-article-sidebar ul {
    display: grid;
    gap: .25rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.bf-article-sidebar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .75rem 0;
    color: var(--bf-ink);
    border-bottom: 1px solid rgba(36, 116, 103, .12);
    font-weight: 900;
}

.bf-article-sidebar li:last-child a {
    border-bottom: 0;
}

.bf-article-sidebar a i {
    color: var(--bf-teal-light);
    transition: color .18s ease, transform .18s ease;
}

.bf-article-sidebar a:hover,
.bf-article-sidebar a.active {
    color: var(--bf-coral);
}

.bf-article-sidebar a:hover i,
.bf-article-sidebar a.active i {
    color: var(--bf-coral);
    transform: translateX(.2rem);
}

.bf-article-pagination .pagination {
    justify-content: center;
    gap: .35rem;
}

.bf-article-pagination .page-link {
    color: var(--bf-teal);
    border-color: rgba(36, 116, 103, .16);
    border-radius: 999px;
    font-weight: 900;
}

.bf-article-pagination .page-item.active .page-link {
    color: var(--bf-white);
    background: var(--bf-teal);
    border-color: var(--bf-teal);
}

.bf-article-hero {
    padding-bottom: clamp(3rem, 5vw, 4.5rem);
}

.bf-article-featured-image {
    aspect-ratio: 16 / 8.5;
    margin-bottom: 0;
}

.bf-article-body {
    max-width: 790px;
    margin-inline: auto;
    color: var(--bf-ink);
    font-size: 1.06rem;
}

.bf-article-body > * + * {
    margin-top: 1.25rem;
}

.bf-article-body h2,
.bf-article-body h3,
.bf-article-body h4 {
    margin-top: 2.4rem;
}

.bf-article-body img {
    height: auto;
    border: 1px solid var(--bf-border);
    border-radius: var(--bf-radius-sm);
}

.bf-article-body blockquote {
    margin-block: 2rem;
    padding: 1.4rem 1.6rem;
    color: var(--bf-teal-dark);
    background: var(--bf-soft);
    border-left: 4px solid var(--bf-coral);
    border-radius: 0 var(--bf-radius-sm) var(--bf-radius-sm) 0;
    font-family: var(--bf-display);
    font-size: 1.25rem;
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .bf-article-card--featured {
        flex-direction: column;
    }

    .bf-article-card--featured .bf-article-card__media {
        flex-basis: auto;
        aspect-ratio: 4 / 3;
    }

    .bf-article-sidebar {
        position: static;
    }
}

@media (min-width: 1200px) and (max-width: 1320px) {
    .bf-nav-cta {
        padding-inline: .9rem;
        font-size: .8rem;
    }

    .bf-nav-cta span {
        display: inline;
    }
}
