.bca-hero-section.offices {
    background-image: url(/wp-content/uploads/2026/04/our_offices_bg.jpg);
}

.bca-hero__overlay {
    opacity: 1;
    background: linear-gradient(105deg, rgba(13, 27, 62, 0.98) 0%, rgba(13, 27, 62, 0.80) 50%, rgba(13, 27, 62, 0.45) 100%);
}

.bca-hero__bottom {
    padding: 0;
}

.bca-hero__bottom-stat {
    padding: 15px 32px;
}

/* ════════════════════════════════════════
    WHY LOCAL STRIP
   ════════════════════════════════════════ */
.bca-why-local {
    padding: 0;
    background: var(--bca-dark-navy);
}

.bca-why-local__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.bca-why-local__item {
    padding: 44px 36px;
    border-right: 1px solid rgba(255,255,255,0.07);
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: background 0.25s ease, var(--reveal-transition);
}

.bca-why-local__item:last-child { border-right: none; }
.bca-why-local__item:hover { background: rgba(255,255,255,0.03); }

.bca-why-local__icon {
    width: 42px; height: 42px;
    border-radius: 7px;
    background: rgba(26,86,219,0.15);
    border: 1px solid rgba(26,86,219,0.22);
    display: flex; align-items: center; justify-content: center;
}

.bca-why-local__icon svg { width:19px; height:19px; stroke:#5B8EF0; fill:none; stroke-width:1.7; }

.bca-why-local__title {
    font-size: 14px;
    font-weight: 700;
    color: var(--white);
    line-height: 1.3;
}

.bca-why-local__text {
    font-size: 13px;
    line-height: 1.7;
    color: rgba(255,255,255,0.42);
}

/* ════════════════════════════════════════
    CTA - FIND
   ════════════════════════════════════════ */
.bca-find__inner {
    display: grid;
    grid-template-columns: 1fr 440px;
    gap: 72px;
    align-items: center;
}

.bca-find__contact-row {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bca-find__contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    background: var(--bca-card-bg);
    border: 1px solid var(--bca-dark-border);
    text-decoration: none;
    transition: border-color var(--transition), box-shadow var(--transition);
}

.bca-find__contact-item:hover {
    border-color: var(--bca-primary);
    box-shadow: 0 4px 16px rgba(26, 86, 219, 0.08);
}

.bca-find__contact-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(26, 86, 219, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.bca-find__contact-icon svg {
    width: 16px;
    height: 16px;
    stroke: var(--bca-primary);
    fill: none;
    stroke-width: 2;
}

.bca-find__contact-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 2px;
}

.bca-find__contact-value {
    font-size: 14px;
    font-weight: 700;
    color: var(--bca-dark-navy);
}

.bca-find__card {
    background: var(--bca-dark-navy);
    border-radius: var(--border-radius);
    overflow: hidden;
    position: relative;
}

.bca-find__card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    opacity: 0.4;
}

.bca-find__card-overlay {
    padding: 28px;
}

.bca-find__card h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 8px;
}

.bca-find__card p {
    font-size: 13px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
}

/* ════════════════════════════════════════
    OFFICE INTRO TEXT
   ════════════════════════════════════════ */
.bca-offices-intro {
    padding: 80px 0;
}

.bca-offices-intro__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: start;
}

.bca-offices-intro__text p {
    font-size: 15px;
    line-height: 1.82;
    color: var(--muted);
    margin-bottom: 12px;
}

.bca-offices-intro__text p:last-child { margin-bottom: 0; }


/* ════════════════════════════════════════
    BCA OFFICE CARDS
   ═══════════════════════════════════════ */
.bca-offices__list { 
    display: flex; 
    flex-direction: column; 
    gap: 24px; 
    margin-bottom: 24px;
}

.bca-ofc {
    background: var(--white);
    border: 1px solid var(--bca-dark-border);
    border-radius: var(--border-radius);
    overflow: hidden;
    transition: box-shadow 0.3s ease, opacity 0.5s, var(--reveal-transition);
}

.bca-ofc:hover { box-shadow: 0 12px 40px rgba(13,27,62,0.09); }

/* ── Banner image ── */
.bca-ofc__banner {
    position: relative;
    height: 280px;
    overflow: hidden;
}
.bca-ofc__banner img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.bca-ofc__banner--swindon {
    position: relative;
    height: 280px;
    overflow: hidden;
    background-image: url('/wp-content/uploads/2026/05/lydiard_park_and_house.png');
    background-position: center 42%;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: background-size 0.5s ease;
}

.bca-ofc__banner--swindon:hover { background-size: 103%; }

.bca-ofc:hover .bca-ofc__banner img { transform: scale(1.03); }
.bca-ofc--portsmouth .bca-ofc__banner img { object-position: center; }
.bca-ofc--romsey .bca-ofc__banner img { object-position: bottom; }
.bca-ofc--swindon .bca-ofc__banner img { object-position: center; }

.bca-ofc__banner-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgb(13 27 62 / 90%) 0%, rgb(13 27 62 / 55%) 40%, rgba(13, 27, 62, 0.15) 100%);
}

/* Top colour bar */
.bca-ofc__banner::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 4px; z-index: 2;
}
.bca-ofc--portsmouth .bca-ofc__banner::before { background: var(--bca-primary); }
.bca-ofc--romsey .bca-ofc__banner::before     { background: var(--bca-secondary); }
.bca-ofc--swindon .bca-ofc__banner::before     { background: var(--tax-relief); }

/* Banner content overlay */
.bca-ofc__banner-content {
    position: absolute; bottom: 0; left: 0; right: 0;
    padding: 24px 36px;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
}

.bca-ofc__banner-left { 
    display: flex; 
    align-items: center; 
    gap: 14px; 
}

.bca-ofc__badge {
    font-family: var(--bca-font-heading);
    font-size: 10px; font-weight: 700;
    letter-spacing: 1.5px; text-transform: uppercase;
    padding: 5px 12px; border-radius: 4px;
    white-space: nowrap;
}

.badge--blue  { background: var(--bca-primary); color: var(--white); }
.badge--gold  { background: var(--bca-secondary); color: var(--white); border: 1px solid rgba(201,168,76,0.4); }
.badge--green { background: rgba(5,150,105,0.15); color: #6ee7b7; border: 1px solid rgba(5,150,105,0.4); }

.bca-ofc__name {
    font-family: var(--bca-font-heading);
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 800;
    color: var(--white);
    letter-spacing: -0.4px;
}

.bca-ofc__banner-right {
    display: flex; gap: 8px;
}

.bca-ofc__banner-stat {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 6px;
    padding: 8px 14px;
    text-align: center;
}

.bca-ofc__banner-stat-num {
    font-family: var(--bca-font-heading);
    font-size: 18px; font-weight: 800;
    color: var(--white); line-height: 1;
}

.bca-ofc__banner-stat-num span { color: var(--bca-secondary); }
.bca-ofc__banner-stat-label {
    font-size: 9px; color: rgba(255,255,255,0.45);
    margin-top: 2px;
}

/* ── Body ── */
.bca-ofc__body {
    padding: 32px 36px;
}

/* Two-column layout for Portsmouth */
.bca-ofc__two-col {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 40px;
    align-items: start;
}

.bca-ofc__desc {
    font-size: 14px; line-height: 1.85;
    color: var(--muted);
    margin-bottom: 14px;
}

.bca-ofc__desc:last-of-type { margin-bottom: 0; }

.bca-ofc__intro {
    font-family: var(--bca-font-heading);
    font-size: 15px; font-weight: 700;
    color: var(--bca-dark-navy);
    margin-bottom: 14px; line-height: 1.5;
}

/* Highlights sidebar */
.bca-ofc__highlights {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bca-ofc__highlight {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    background: var(--bca-card-bg);
    border: 1px solid var(--bca-dark-border);
    border-radius: var(--border-radius);
}

.bca-ofc__highlight-icon {
    width: 38px; height: 38px;
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}

.bca-ofc__highlight-icon--blue { background: rgba(26,86,219,0.08); }
.bca-ofc__highlight-icon--gold { background: rgba(201,168,76,0.1); }
.bca-ofc__highlight-icon svg {
    width: 17px; height: 17px;
    fill: none; stroke-width: 1.8;
}

.bca-ofc__highlight-icon--blue svg { stroke: var(--bca-primary); }
.bca-ofc__highlight-icon--gold svg { stroke: var(--bca-secondary); }
.bca-ofc__highlight-title {
    font-family: var(--bca-font-heading);
    font-size: 13px; font-weight: 700;
    color: var(--bca-dark-navy); margin-bottom: 3px;
}

.bca-ofc__highlight-desc {
    font-size: 12px; color: var(--muted); line-height: 1.55;
}

/* ── Contact strip ── */
.bca-ofc__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    padding: 20px 36px;
    border-top: 1px solid var(--bca-dark-border);
    background: var(--bca-card-bg);
}

.bca-ofc__contacts {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.bca-ofc__contact {
    display: flex; align-items: center; gap: 7px;
    font-size: 13px; 
    font-weight: 500;
    color: var(--text);
}
.bca-ofc__contact svg {
    width: 14px; height: 14px;
    fill: none; stroke-width: 2; flex-shrink: 0;
}

.bca-ofc--portsmouth .bca-ofc__contact svg { stroke: var(--bca-primary); }
.bca-ofc--romsey .bca-ofc__contact svg     { stroke: var(--bca-primary); }
.bca-ofc--swindon .bca-ofc__contact svg    { stroke: var(--bca-primary); }
.bca-ofc__contact a { color: var(--text); font-weight: 600; transition: color 0.2s; }
.bca-ofc__contact a:hover { color: var(--bca-primary); }

.bca-ofc__footer-btns { display: flex; gap: 10px; flex-shrink: 0; }

/* ══════════════════════════════════
    ROMSEY — Practices
══════════════════════════════════ */
.bca-ofc__romsey-intro {
    font-size: 14px; line-height: 1.85;
    color: var(--muted);
    margin-bottom: 20px;
}

.bca-ofc__address {
    display: flex; align-items: flex-start; gap: 8px;
    font-size: 13px; color: var(--muted);
    margin-bottom: 20px; line-height: 1.55;
}
.bca-ofc__address svg {
    width: 14px; height: 14px;
    stroke: var(--muted); fill: none;
    stroke-width: 2; flex-shrink: 0; margin-top: 2px;
}

.bca-ofc__practices {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.bca-practice {
    background: var(--bca-card-bg);
    border: 1px solid var(--bca-dark-border);
    border-radius: var(--border-radius);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.bca-practice__head {
    display: flex; align-items: center; gap: 10px;
    padding: 14px 18px;
    border-bottom: 1px solid var(--bca-dark-border);
}

.bca-practice__head::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 3px;
}

.bca-practice__head-kumar { border-top: 3px solid var(--bca-secondary);}
.bca-practice__head-romsey { border-top: 3px solid var(--bca-primary);}

.bca-practice__dot {
    width: 8px; height: 8px;
    border-radius: 50%; flex-shrink: 0;
}
.bca-practice__dot--gold { background: var(--bca-secondary); }
.bca-practice__dot--blue { background: var(--bca-primary); }
.bca-practice__name {
    font-family: var(--bca-font-heading);
    font-size: 15px; font-weight: 700;
    color: var(--bca-dark-navy);
}
.bca-practice__tag {
    margin-left: auto;
    font-family: var(--bca-font-heading);
    font-size: 9px; font-weight: 700;
    letter-spacing: 1px; text-transform: uppercase;
    padding: 2px 8px; border-radius: 3px;
}
.bca-practice__tag--gold { background: rgba(201,168,76,0.1); color: var(--bca-secondary); border: 1px solid rgba(201,168,76,0.25); }
.bca-practice__tag--blue { background: rgba(26,86,219,0.08); color: var(--bca-primary); border: 1px solid rgba(26,86,219,0.2); }

.bca-practice__body {
    padding: 16px 18px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.bca-practice__desc {
    font-size: 14px; color: var(--muted);
    line-height: 1.72; margin-bottom: 16px;
    flex: 1;
}
.bca-practice__contacts {
    display: flex; flex-direction: column; gap: 6px;
    padding-top: 14px;
    border-top: 1px solid var(--bca-dark-border);
}
.bca-practice__contact {
    display: flex; align-items: center; gap: 10px;
    font-size: 13px; color: var(--text); font-weight: 600;
}
.bca-practice__contact svg {
    width: 13px; height: 13px;
    fill: none; stroke-width: 2; flex-shrink: 0;
}
.bca-practice--gold .bca-practice__contact svg { stroke: var(--bca-secondary); }
.bca-practice--blue .bca-practice__contact svg { stroke: var(--bca-primary); }
.bca-practice__contact a { color: var(--text); transition: color 0.2s; }
.bca-practice__contact a:hover { color: var(--bca-primary); }


/* ════════════════════════════════════════
    OFFICE COMING SOON GRID
   ════════════════════════════════════════ */
.bca-office-card__btns.romsey {
    display: flex;
    flex-flow: column;
    width: 100%;
}

.bca-office-card__btns .bca-btn-primary.gold svg {
    fill: var(--white);
    stroke-width: 1;
}

/* Practice sub-cards container */
.bca-office-practices {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

/* Individual practice sub-card */
.bca-office-practice {
    background: var(--bca-card-bg);
    border: 1px solid var(--bca-dark-border);
    border-radius: var(--border-radius);
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

/* Practice name row */
.bca-office-practice__name {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--bca-font-heading);
    font-size: 14px;
    font-weight: 700;
    color: var(--bca-dark-navy);
}

/* Colour dot */
.bca-office-practice__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    flex-shrink: 0;
}
.bca-office-practice__dot--gold { background: var(--bca-secondary); }
.bca-office-practice__dot--blue { background: var(--bca-primary); }
.bca-office-practice__tagline { font-size: 14px;line-height: 1.55; }

/* Coming soon card */
.bca-office-card--soon {
  /* opacity: 0.75;*/
  pointer-events: none; /* disables hover entirely */
}

.bca-office-card--soon img {
  filter: grayscale(80%);
}

.bca-office-card__type--soon {
  background: rgba(13,27,62,0.75) !important;
  color: var(--bca-secondary) !important;
  border: 1px solid rgba(201,168,76,0.3);
}

.bca-office-card__soon-text {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 16px;
  margin-top: 8px;
}


/* ════════════════════════════════════════
    RESPONSIVENESS
   ════════════════════════════════════════ */
@media (max-width: 1024px) {
    .bca-why-local__inner { grid-template-columns: repeat(2,1fr); }
    .bca-why-local__item:nth-child(2) { border-right: none; }
    .bca-why-local__item:nth-child(3) { border-right: 1px solid rgba(255,255,255,0.07); }
    .bca-why-local__item:nth-child(1),
    .bca-why-local__item:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,0.07); }
    .bca-find__inner { grid-template-columns: 1fr; gap: 40px; }
    .bca-ofc__two-col { grid-template-columns: 1fr; gap: 28px; }
    .bca-ofc__highlights { flex-direction: row; gap: 10px; }
    .bca-ofc__highlight { flex: 1; }
}

@media (max-width: 768px) {
    .bca-offices-intro { padding: 50px 0; }
    .bca-offices-intro__inner { grid-template-columns: 1fr; gap: 0px; }
    .bca-ofc__body { padding: 24px 20px; }
    .bca-ofc__footer { padding: 16px 20px; flex-direction: column; align-items: flex-start; }
    .bca-ofc__banner-content { padding: 16px 20px; }
    .bca-ofc__banner-right { display: none; }
    .bca-ofc__practices { grid-template-columns: 1fr; }
    .bca-ofc__highlights { flex-direction: column; }
    .bca-offices__soon { grid-template-columns: 1fr; }
    .bca-ofc--portsmouth .bca-ofc__banner img { object-position: top; }
    .bca-ofc__footer-btns, .bca-ofc__footer-btns a { width: 100%; }
    .bca-ofc__contacts { gap: 12px; }
}

@media (max-width: 640px) {
    .bca-why-local__inner { grid-template-columns: 1fr; }
    .bca-why-local__item { border-right: none !important; border-bottom: 1px solid rgba(255,255,255,0.07); }
}

@media (max-width: 480px) {
    .bca-wrap { padding: 0 20px; }
    .bca-ofc__banner { height: 180px; }
}