/* =========================================================
   BHWC Single Company Bio Page Styles
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&family=Work+Sans:wght@400;500;600;700;800&display=swap');

:root {
    --bhwc-navy:    #133c55;
    --bhwc-navy2:   #1a4f6e;
    --bhwc-navy-deep: #091e2d;
    --bhwc-teal:    #0a9396;
    --bhwc-teal2:   #057073;
    --bhwc-bg:      #f4f7fa;
    --bhwc-card:    #ffffff;
    --bhwc-border:  #e2eaf2;
    --bhwc-text:    #1a2633;
    --bhwc-muted:   #5a6a7a;
    --bhwc-light:   #f4f7fa;
}

.bhwc-single-wrap {
    font-family: 'Work Sans', sans-serif;
    color: var(--bhwc-text);
}

/* ── Breadcrumb ────────────────────────────────────── */
.bhwc-breadcrumb-bar {
    background: var(--bhwc-light);
    border-bottom: 1px solid var(--bhwc-border);
    padding: 10px 0;
}

.bhwc-breadcrumb-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 28px;
    font-size: .82rem;
    color: var(--bhwc-muted);
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.bhwc-breadcrumb-inner a {
    color: var(--bhwc-teal);
    text-decoration: none;
}
.bhwc-breadcrumb-inner a:hover { text-decoration: underline; }
.bhwc-breadcrumb-inner .sep { color: #c0ccd8; }

/* ── Hero Band ─────────────────────────────────────── */
.bhwc-hero-band {
    background: linear-gradient(135deg, var(--bhwc-navy-deep) 0%, var(--bhwc-navy) 60%, var(--bhwc-navy2) 100%);
    padding: 52px 28px 56px;
    position: relative;
    overflow: hidden;
}

.bhwc-hero-band::before {
    content: '';
    position: absolute; inset: 0;
    background-image: radial-gradient(rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 44px 44px;
    pointer-events: none;
}

.bhwc-hero-band::after {
    content: '';
    position: absolute;
    top: -100px; right: -100px;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(10,147,150,.15) 0%, transparent 65%);
    border-radius: 50%;
    pointer-events: none;
}

.bhwc-hero-inner {
    max-width: 1160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 140px 1fr 320px;
    gap: 36px;
    align-items: start;
    position: relative;
    z-index: 1;
}

/* Logo */
.bhwc-hero-logo-wrap {
    width: 130px; height: 110px;
    background: rgba(255,255,255,.95);
    border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    padding: 12px;
    box-shadow: 0 8px 28px rgba(0,0,0,.2);
    flex-shrink: 0;
}

.bhwc-hero-logo { max-width: 100%; max-height: 100%; object-fit: contain; }

.bhwc-hero-logo-placeholder {
    width: 130px; height: 110px;
    background: linear-gradient(135deg, rgba(255,255,255,.15), rgba(255,255,255,.08));
    border: 1.5px solid rgba(255,255,255,.2);
    border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    font-size: 2.4rem;
    font-weight: 800;
    color: rgba(255,255,255,.7);
}

/* Hero text */
.bhwc-hero-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.bhwc-city-tag,
.bhwc-rank-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: .78rem;
    font-weight: 700;
}

.bhwc-city-tag {
    background: rgba(255,255,255,.1);
    color: rgba(255,255,255,.8);
    border: 1px solid rgba(255,255,255,.15);
}

.bhwc-rank-tag {
    background: rgba(10,147,150,.2);
    color: #94d2bd;
    border: 1px solid rgba(10,147,150,.3);
}

.bhwc-hero-name {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    color: #fff;
    line-height: 1.15;
    margin-bottom: 10px;
}

.bhwc-hero-tagline {
    color: rgba(255,255,255,.65);
    font-size: .97rem;
    line-height: 1.6;
    margin-bottom: 20px;
    max-width: 560px;
}

.bhwc-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.bhwc-meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255,255,255,.75);
    font-size: .86rem;
    font-weight: 500;
    text-decoration: none;
    transition: color .15s;
}

.bhwc-meta-item:hover { color: #fff; }
.bhwc-meta-icon { font-size: 14px; }

/* Hero CTA card */
.bhwc-cta-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 12px 40px rgba(0,0,0,.22);
}

.bhwc-cta-badge {
    display: inline-block;
    background: var(--bhwc-light);
    color: var(--bhwc-navy);
    border-radius: 20px;
    padding: 5px 14px;
    font-size: .78rem;
    font-weight: 700;
    margin-bottom: 14px;
    border: 1px solid var(--bhwc-border);
}

.bhwc-cta-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    color: var(--bhwc-navy);
    margin-bottom: 6px;
}

.bhwc-cta-card p {
    font-size: .84rem;
    color: var(--bhwc-muted);
    line-height: 1.5;
    margin-bottom: 18px;
}

.bhwc-cta-btn {
    width: 100%;
    background: linear-gradient(135deg, var(--bhwc-teal), var(--bhwc-teal2)) !important;
    color: #fff !important;
    border: none !important;
    padding: 13px;
    border-radius: 10px;
    font-size: .95rem;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Work Sans', sans-serif;
    transition: all .18s;
    margin-bottom: 10px;
    box-shadow: 0 4px 16px rgba(10,147,150,.3) !important;
    display: block;
    text-align: center;
}

.bhwc-cta-btn:hover {
    background: linear-gradient(135deg, var(--bhwc-teal2), #045c5e) !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(10,147,150,.4) !important;
}

.bhwc-cta-phone {
    display: block;
    text-align: center;
    padding: 10px;
    border: 1.5px solid var(--bhwc-border);
    border-radius: 10px;
    color: var(--bhwc-navy) !important;
    text-decoration: none !important;
    font-size: .88rem;
    font-weight: 600;
    margin-bottom: 10px;
    transition: border-color .15s, background .15s;
}

.bhwc-cta-phone:hover { border-color: var(--bhwc-navy); background: var(--bhwc-light); color: var(--bhwc-navy) !important; }

.bhwc-cta-note {
    font-size: .73rem;
    color: var(--bhwc-muted);
    text-align: center;
    margin: 0;
}

/* ── Trust Strip ───────────────────────────────────── */
.bhwc-trust-strip {
    background: #0a9396 !important;
    padding: 14px 28px;
}

.bhwc-trust-inner {
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.bhwc-trust-item {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #fff !important;
    font-size: .82rem;
    font-weight: 600;
}

/* ── Body Layout ───────────────────────────────────── */
.bhwc-single-body {
    background: var(--bhwc-bg);
    padding: 44px 28px 60px;
}

.bhwc-single-inner {
    max-width: 1160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 36px;
    align-items: start;
}

/* ── Content blocks ────────────────────────────────── */
.bhwc-content-block {
    background: var(--bhwc-card);
    border: 1px solid var(--bhwc-border);
    border-radius: 14px;
    padding: 32px;
    margin-bottom: 20px;
    box-shadow: 0 2px 12px rgba(18,36,64,.06);
}

.bhwc-block-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    color: var(--bhwc-navy);
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 2px solid var(--bhwc-light);
}

.bhwc-bio-lead {
    font-size: 1rem;
    line-height: 1.72;
    color: var(--bhwc-text);
    margin-bottom: 16px;
}

.bhwc-long-bio {
    font-size: .92rem;
    line-height: 1.72;
    color: var(--bhwc-muted);
}

.bhwc-long-bio p { margin-bottom: 14px; }
.bhwc-long-bio p:last-child { margin-bottom: 0; }

/* Services list */
.bhwc-services-list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.bhwc-service-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: .9rem;
    color: var(--bhwc-text);
    font-weight: 500;
    padding: 10px 14px;
    background: var(--bhwc-light);
    border-radius: 8px;
    border: 1px solid var(--bhwc-border);
}

.bhwc-service-check {
    color: var(--bhwc-teal);
    font-weight: 800;
    font-size: 1rem;
    flex-shrink: 0;
}

/* Area text */
.bhwc-area-text {
    font-size: .92rem;
    color: var(--bhwc-text);
    line-height: 1.6;
}

/* Details grid */
.bhwc-details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.bhwc-detail-item {
    padding: 14px 18px;
    background: var(--bhwc-light);
    border-radius: 10px;
    border: 1px solid var(--bhwc-border);
}

.bhwc-detail-label {
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: var(--bhwc-muted);
    margin-bottom: 5px;
}

.bhwc-detail-val {
    font-size: .92rem;
    font-weight: 600;
    color: var(--bhwc-text);
}

.bhwc-detail-val a {
    color: var(--bhwc-teal);
    text-decoration: none;
}
.bhwc-detail-val a:hover { text-decoration: underline; }

/* ── Sidebar ───────────────────────────────────────── */
.bhwc-sidebar-card {
    background: var(--bhwc-card);
    border: 1px solid var(--bhwc-border);
    border-radius: 14px;
    padding: 28px 24px;
    box-shadow: 0 4px 20px rgba(18,36,64,.08);
    margin-bottom: 16px;
}

.bhwc-sticky { position: sticky; top: 90px; }

.bhwc-sidebar-badge {
    display: inline-block;
    background: var(--bhwc-light);
    color: var(--bhwc-navy);
    border-radius: 20px;
    padding: 5px 14px;
    font-size: .78rem;
    font-weight: 700;
    margin-bottom: 14px;
    border: 1px solid var(--bhwc-border);
}

.bhwc-sidebar-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    color: var(--bhwc-navy);
    margin-bottom: 6px;
}

.bhwc-sidebar-card > p {
    font-size: .84rem;
    color: var(--bhwc-muted);
    line-height: 1.5;
    margin-bottom: 20px;
}

/* Inline form */
.bhwc-inline-form { display: flex; flex-direction: column; gap: 10px; }

.bhwc-inline-field input,
.bhwc-inline-field textarea {
    width: 100%;
    border: 1.5px solid var(--bhwc-border);
    border-radius: 9px;
    padding: 11px 14px;
    font-size: .88rem;
    font-family: 'Work Sans', sans-serif;
    color: var(--bhwc-text);
    background: #fafbfd;
    transition: border-color .15s, box-shadow .15s;
    box-sizing: border-box;
}

.bhwc-inline-field input:focus,
.bhwc-inline-field textarea:focus {
    border-color: var(--bhwc-teal);
    box-shadow: 0 0 0 3px rgba(10,147,150,.12);
    background: #fff;
    outline: none;
}

.bhwc-inline-submit {
    background: linear-gradient(135deg, var(--bhwc-navy), #2a5298);
    color: #fff !important;
    border: none;
    padding: 13px;
    border-radius: 10px;
    font-size: .95rem;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Work Sans', sans-serif;
    width: 100%;
    transition: opacity .2s;
    box-shadow: 0 4px 14px rgba(18,36,64,.2);
}

.bhwc-inline-submit:hover { opacity: .9; }
.bhwc-inline-submit:disabled { opacity: .6; cursor: not-allowed; }

/* Back link card */
.bhwc-back-link-card {
    background: var(--bhwc-card);
    border: 1px solid var(--bhwc-border);
    border-radius: 12px;
    padding: 16px 20px;
    text-align: center;
}

.bhwc-back-link {
    color: var(--bhwc-teal);
    font-size: .88rem;
    font-weight: 600;
    text-decoration: none;
}

.bhwc-back-link:hover { text-decoration: underline; }

/* ── Rankings across cities ────────────────────────── */
.bhwc-rankings-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bhwc-ranking-row {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 16px;
    background: var(--bhwc-light);
    border: 1px solid var(--bhwc-border);
    border-radius: 10px;
    transition: box-shadow .15s;
}

.bhwc-ranking-row:hover {
    box-shadow: 0 2px 10px rgba(18,36,64,.08);
}

.bhwc-ranking-badge {
    font-size: 1.4rem;
    line-height: 1;
    flex-shrink: 0;
    min-width: 32px;
    text-align: center;
}

.bhwc-ranking-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.bhwc-ranking-city {
    font-weight: 700;
    font-size: .95rem;
    color: var(--bhwc-navy);
}

.bhwc-ranking-city a {
    color: var(--bhwc-teal);
    text-decoration: none;
}
.bhwc-ranking-city a:hover { text-decoration: underline; }

.bhwc-ranking-pos {
    font-size: .78rem;
    color: var(--bhwc-muted);
}

/* ── Key Contact ───────────────────────────────────── */
.bhwc-contact-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: var(--bhwc-light);
    border: 1px solid var(--bhwc-border);
    border-radius: 12px;
}

.bhwc-contact-photo {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 3px solid #fff;
    box-shadow: 0 2px 10px rgba(18,36,64,.12);
}

.bhwc-contact-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--bhwc-navy), var(--bhwc-teal));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 800;
    flex-shrink: 0;
    box-shadow: 0 2px 10px rgba(18,36,64,.15);
}

.bhwc-contact-name {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--bhwc-navy);
    margin-bottom: 3px;
}

.bhwc-contact-title {
    font-size: .84rem;
    color: var(--bhwc-muted);
    margin-bottom: 6px;
}

.bhwc-contact-phone {
    font-size: .84rem;
    color: var(--bhwc-teal);
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.bhwc-contact-phone:hover { text-decoration: underline; }

/* ── Responsive ────────────────────────────────────── */
@media (max-width: 900px) {
    .bhwc-hero-inner {
        grid-template-columns: 100px 1fr;
        grid-template-rows: auto auto;
    }
    .bhwc-hero-cta-col {
        grid-column: 1 / -1;
    }
    .bhwc-single-inner {
        grid-template-columns: 1fr;
    }
    .bhwc-sticky { position: static; }
}

@media (max-width: 600px) {
    .bhwc-hero-inner { grid-template-columns: 1fr; }
    .bhwc-hero-logo-col { display: flex; justify-content: center; }
    .bhwc-services-list { grid-template-columns: 1fr; }
    .bhwc-details-grid { grid-template-columns: 1fr; }
    .bhwc-trust-inner { justify-content: center; }
}

/* ── Claim Banner ──────────────────────────────────────────── */
.bhwc-claim-banner {
    background: linear-gradient(135deg, #1a3357, #0f2240);
    border-radius: 14px;
    padding: 24px 28px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px rgba(18,36,64,.15);
}

.bhwc-claim-icon { font-size: 32px; flex-shrink: 0; }

.bhwc-claim-text { flex: 1; }
.bhwc-claim-text h3 { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: #fff; margin-bottom: 4px; }
.bhwc-claim-text p  { font-size: .84rem; color: rgba(255,255,255,.6); margin: 0; }

.bhwc-claim-banner-btn {
    background: var(--bhwc-teal);
    color: #fff;
    border: none;
    padding: 11px 22px;
    border-radius: 9px;
    font-size: .88rem;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Work Sans', sans-serif;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background .18s;
}
.bhwc-claim-banner-btn:hover { background: var(--bhwc-teal2); }

/* Claim form (shown inline when button clicked) */
.bhwc-claim-form-wrap {
    display: none;
    background: #fff;
    border: 1px solid var(--bhwc-border);
    border-radius: 14px;
    padding: 28px;
    margin-bottom: 20px;
    box-shadow: var(--bhwc-shadow);
}

.bhwc-claim-form-wrap h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    color: var(--bhwc-navy);
    margin-bottom: 6px;
}

.bhwc-claim-form-wrap p { font-size: .86rem; color: var(--bhwc-muted); margin-bottom: 18px; }

.bhwc-claim-form { display: flex; flex-direction: column; gap: 12px; }

.bhwc-claim-form input {
    border: 1.5px solid var(--bhwc-border);
    border-radius: 9px;
    padding: 11px 14px;
    font-size: .9rem;
    font-family: 'Work Sans', sans-serif;
    width: 100%;
    transition: border-color .15s, box-shadow .15s;
}

.bhwc-claim-form input:focus {
    border-color: var(--bhwc-teal);
    box-shadow: 0 0 0 3px rgba(10,147,150,.12);
    outline: none;
}

.bhwc-claim-submit {
    background: linear-gradient(135deg, var(--bhwc-navy), #2a5298);
    color: #fff;
    border: none;
    padding: 13px;
    border-radius: 10px;
    font-size: .95rem;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Work Sans', sans-serif;
    transition: opacity .2s;
}

.bhwc-claim-submit:hover { opacity: .9; }

/* Verified badge */
.bhwc-verified-owner-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f0fdf4;
    border: 1px solid #86efac;
    color: #15803d;
    border-radius: 20px;
    padding: 5px 14px;
    font-size: .78rem;
    font-weight: 700;
    margin-bottom: 14px;
}

/* Category badge on hero */
.bhwc-category-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.2);
    color: rgba(255,255,255,.85);
    border-radius: 20px;
    padding: 5px 14px;
    font-size: .76rem;
    font-weight: 700;
    margin-left: 8px;
}

/* Status badge on hero */
.bhwc-status-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-radius: 20px;
    padding: 5px 14px;
    font-size: .74rem;
    font-weight: 700;
    color: #fff;
    margin-left: 4px;
}

/* ── NHWA Badge ───────────────────────────────────────────── */
.bhwc-nhwa-badge-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 12px;
    padding: 10px 16px;
    width: fit-content;
}
.bhwc-nhwa-badge {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.bhwc-nhwa-label {
    font-size: 13px;
    font-weight: 700;
    color: rgba(255,255,255,0.9);
    line-height: 1.3;
}

/* ── Associations & Education ────────────────────────────── */
.bhwc-associations-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    padding: 8px 0;
}
.bhwc-association-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bhwc-association-badge {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e2eaf2;
    box-shadow: 0 2px 12px rgba(12,35,64,.1);
    transition: transform .2s;
}
.bhwc-association-badge:hover {
    transform: scale(1.05);
}

/* ── Break profile hero out of Avada container ───────────── */
/* Handled by inline JS in template */

/* ── Full width profile hero - Avada 1200px fix ──────────── */
/* Handled by inline JS in template */

/* ── Increase base paragraph size ────────────────────────── */
.bhwc-hero-band p,
.bhwc-profile-wrap p,
.bhwc-content-block p,
.bhwc-reviews-section p,
.bhwc-review-comment,
.bhwc-hero-tagline,
.bhwc-hero-meta,
.bhwc-detail-val {
    font-size: 16px !important;
    line-height: 1.7 !important;
}

/* ── Badge sizing ────────────────────────────────────────── */
.bhwc-association-badge {
    object-fit: contain;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    transition: transform .2s;
}
.bhwc-badge-circle {
    width: 80px;
    height: 80px;
    border-radius: 50% !important;
    object-fit: cover !important;
}
.bhwc-badge-landscape {
    width: auto;
    height: 70px;
    max-width: 180px;
    border-radius: 8px !important;
}
.bhwc-association-badge:hover { transform: scale(1.05); }
.bhwc-associations-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}
.bhwc-association-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ── Services & Credentials tags ────────────────────────── */
.bhwc-services-tags,
.bhwc-credentials-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.bhwc-service-tag {
    background: #e8f5f5;
    color: #057073;
    border: 1.5px solid #b2e0e0;
    border-radius: 20px;
    padding: 6px 16px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
}
.bhwc-credential-tag {
    background: #f0f7ff;
    color: #133c55;
    border: 1.5px solid #c5d9ee;
    border-radius: 20px;
    padding: 6px 16px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
}

/* ── Badge sizing fix ────────────────────────────────────── */
.bhwc-associations-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
    align-items: center !important;
}
.bhwc-association-item {
    display: flex !important;
    align-items: center !important;
}
.bhwc-badge-circle {
    width: 70px !important;
    height: 70px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}
.bhwc-badge-landscape {
    width: auto !important;
    height: 55px !important;
    max-width: 140px !important;
    border-radius: 6px !important;
    object-fit: contain !important;
}

/* ── FORCE badge sizing — override everything ────────────── */
.bhwc-associations-grid {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
    align-items: center !important;
    padding: 8px 0 !important;
}
.bhwc-association-item {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}
.bhwc-associations-grid img,
.bhwc-association-item img,
.bhwc-association-badge {
    display: block !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
}
.bhwc-associations-grid img.bhwc-badge-circle,
.bhwc-association-item img.bhwc-badge-circle,
.bhwc-association-badge.bhwc-badge-circle {
    width: 70px !important;
    height: 70px !important;
    min-width: 70px !important;
    min-height: 70px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}
.bhwc-associations-grid img.bhwc-badge-landscape,
.bhwc-association-item img.bhwc-badge-landscape,
.bhwc-association-badge.bhwc-badge-landscape {
    width: auto !important;
    height: 55px !important;
    min-width: unset !important;
    min-height: unset !important;
    max-width: 160px !important;
    border-radius: 6px !important;
    object-fit: contain !important;
}

/* ── Force phone/website links white in hero ─────────────── */
.bhwc-hero-band .bhwc-meta-item,
.bhwc-hero-band .bhwc-meta-item:link,
.bhwc-hero-band .bhwc-meta-item:visited,
.bhwc-hero-band a.bhwc-meta-item {
    color: rgba(255,255,255,.8) !important;
}
.bhwc-hero-band .bhwc-meta-item:hover,
.bhwc-hero-band a.bhwc-meta-item:hover {
    color: #ffffff !important;
}

/* ── Fix hero rating/review count color ──────────────────── */
.bhwc-hero-rating-num {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 800 !important;
}
.bhwc-hero-review-count {
    color: rgba(255,255,255,0.65) !important;
    font-size: 14px !important;
}

/* ── Fix profile page width ──────────────────────────────── */
.bhwc-body-layout {
    max-width: 1160px !important;
    margin: 0 auto !important;
    width: 100% !important;
}
.bhwc-main-col {
    min-width: 0 !important;
    flex: 1 !important;
}
.bhwc-profile-wrap p {
    max-width: none !important;
}

/* ── Force content area full width - Avada fix ───────────── */
.bhwc-single-wrap,
.bhwc-single-body,
.bhwc-trust-strip {
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    width: 100vw !important;
    max-width: 100vw !important;
    position: relative !important;
    box-sizing: border-box !important;
}
.bhwc-single-inner {
    max-width: 1160px !important;
    margin: 0 auto !important;
    width: 100% !important;
}

/* ── Override Avada #141617 link color in hero ───────────── */
.bhwc-hero-band a,
.bhwc-hero-band a:link,
.bhwc-hero-band a:visited,
.bhwc-hero-band a span,
.bhwc-hero-text a,
.bhwc-hero-text a:link,
.bhwc-hero-text a:visited {
    color: #ffffff !important;
}
.bhwc-hero-band a:hover,
.bhwc-hero-text a:hover {
    color: rgba(255,255,255,0.8) !important;
}

/* ── Reviews section redesign - dark navy background ─────── */
.bhwc-reviews-section {
    background: #f4f7fa !important;
    padding: 60px 32px !important;
    border-top: 3px solid #e2eaf2 !important;
}
.bhwc-reviews-inner {
    max-width: 860px;
    margin: 0 auto;
}
.bhwc-reviews-title {
    color: #0c2340 !important;
}
.bhwc-reviews-avg-num {
    color: #0c2340 !important;
}
.bhwc-reviews-count {
    color: #6b7280 !important;
}
.bhwc-write-review-btn {
    background: #0a9396 !important;
    color: #ffffff !important;
}
.bhwc-write-review-btn:hover {
    background: #057073 !important;
}
.bhwc-reviews-empty {
    color: #6b7280 !important;
}
.bhwc-review-card {
    background: #ffffff !important;
    border: 1px solid #e2eaf2 !important;
    box-shadow: 0 2px 12px rgba(19,60,85,0.07) !important;
    border-radius: 14px !important;
}
.bhwc-review-name {
    color: #0c2340 !important;
}
.bhwc-review-date {
    color: #9ca3af !important;
}
.bhwc-review-comment {
    color: #374151 !important;
}
.bhwc-review-avatar {
    background: #0c2340 !important;
}
.bhwc-reviews-header {
    border-bottom: 1px solid #e2eaf2 !important;
    padding-bottom: 20px;
    margin-bottom: 28px;
}

/* Review form on dark background */
.bhwc-review-form-wrap {
    background: #ffffff !important;
    border: 1px solid #e2eaf2 !important;
    box-shadow: 0 2px 12px rgba(19,60,85,0.06) !important;
}
.bhwc-review-form-wrap h3 {
    color: #0c2340 !important;
}
.bhwc-star-hint {
    color: #6b7280 !important;
}
.bhwc-review-input {
    background: #f9fafb !important;
    border-color: #e2eaf2 !important;
    color: #374151 !important;
}
.bhwc-review-input::placeholder {
    color: #9ca3af !important;
}
.bhwc-review-input:focus {
    border-color: #0a9396 !important;
    background: rgba(255,255,255,0.15) !important;
}

/* ═══════════════════════════════════════════════════════════
   MOBILE FIXES — max-width: 768px
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 768px) {

    /* ── Hero band ── */
    .bhwc-hero-band {
        padding: 32px 16px 36px !important;
    }
    .bhwc-hero-inner {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
        text-align: center;
    }
    .bhwc-hero-logo-col {
        display: flex;
        justify-content: center;
    }
    .bhwc-hero-logo-wrap,
    .bhwc-hero-logo-placeholder {
        width: 80px !important;
        height: 80px !important;
    }
    .bhwc-hero-cta-col {
        grid-column: 1 !important;
    }
    .bhwc-hero-name {
        font-size: 1.4rem !important;
    }
    .bhwc-hero-meta {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px !important;
    }
    .bhwc-hero-stars {
        justify-content: center;
    }
    .bhwc-hero-eyebrow {
        justify-content: center;
        flex-wrap: wrap;
    }

    /* ── Trust strip ── */
    .bhwc-trust-inner {
        flex-wrap: wrap !important;
        gap: 8px !important;
        padding: 12px 16px !important;
        justify-content: center !important;
    }
    .bhwc-trust-item {
        font-size: 11px !important;
    }

    /* ── Main body layout ── */
    .bhwc-single-inner {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
        padding: 0 !important;
    }
    .bhwc-single-body {
        padding: 24px 16px 40px !important;
    }
    .bhwc-content-block {
        padding: 20px 16px !important;
    }
    .bhwc-block-title {
        font-size: 1.1rem !important;
    }

    /* ── Sidebar / CTA card ── */
    .bhwc-sidebar-col {
        order: -1;
    }
    .bhwc-cta-card {
        padding: 20px 16px !important;
    }

    /* ── Reviews ── */
    .bhwc-reviews-section {
        padding: 36px 16px !important;
    }
    .bhwc-reviews-header {
        flex-direction: column !important;
        gap: 12px !important;
    }
    .bhwc-reviews-avg {
        flex-wrap: wrap;
    }
    .bhwc-review-card {
        padding: 16px !important;
    }
    .bhwc-review-header {
        flex-wrap: wrap;
        gap: 8px !important;
    }
    .bhwc-review-stars {
        margin-left: 0 !important;
        width: 100%;
    }
    .bhwc-review-form-wrap {
        padding: 16px !important;
    }
    .bhwc-form-row-2 {
        grid-template-columns: 1fr !important;
    }

    /* ── Associations & services ── */
    .bhwc-associations-grid {
        gap: 12px !important;
    }
    .bhwc-services-tags,
    .bhwc-credentials-tags {
        gap: 6px !important;
    }

    /* ── Rankings list ── */
    .bhwc-rankings-list {
        gap: 8px;
    }
    .bhwc-ranking-row {
        flex-wrap: wrap;
        gap: 8px;
    }
}

/* ── Block titles — let Avada control font, just set color/spacing ── */
.bhwc-block-title {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #0c2340 !important;
    line-height: 1.2 !important;
    margin-bottom: 18px !important;
    padding-bottom: 14px !important;
    border-bottom: 2px solid #e2eaf2 !important;
}

/* Reviews title on dark background */
.bhwc-reviews-title {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    line-height: 1.2 !important;
    margin-bottom: 18px !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

/* ── Hero company name — large, bold, white ── */
.bhwc-hero-name {
    font-size: clamp(1.6rem, 3.5vw, 2.2rem) !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    color: #ffffff !important;
}
