:root {
    --bradshaw-blue: #064c7f;
    --bradshaw-blue-dark: #033b63;
    --bradshaw-red: #d92f3a;
    --bradshaw-red-dark: #b9202b;
    --bradshaw-red-soft: #ffe1e4;
    --bradshaw-ink: #172b3a;
    --bradshaw-grey: #52646f;
    --bradshaw-pale: #f3f6f8;
    --bradshaw-line: #d7e1e7;
    --bradshaw-white: #ffffff;
    --heading: #033b63;
    --body: #172b3a;
    --primary: #064c7f;
    --primary-dark: #033b63;
    --primary-light: #eaf2f7;
    --accent: #d92f3a;
    --accent-dark: #b9202b;
    --accent-light: #ffe1e4;
    --secondary: #d92f3a;
    --secondary-dark: #b9202b;
    --secondary-light: #ffe1e4;
    --bs-blue: #064c7f;
    --bs-blue-dark: #033b63;
    --bs-red: #d92f3a;
    --bs-red-dark: #b9202b;
    --bs-red-soft: #ffe1e4;
    --bs-charcoal: #172b3a;
    --bs-ink: #172b3a;
    --bs-grey: #52646f;
    --bs-pale: #f3f6f8;
    --bs-soft-blue: #eaf2f7;
    --bs-line: #d7e1e7;
    --bs-white: #ffffff;
    --bs-primary: #064c7f;
    --bs-secondary: #d92f3a;
    --bs-warning: #d92f3a;
    --bs-light: #f3f6f8;
    --bs-dark: #033b63;
    --bs-radius-sm: 0;
    --bs-radius: 0;
    --bs-radius-lg: 0;
    --bs-shadow-sm: 0 12px 30px rgba(10, 45, 70, 0.08);
    --bs-shadow: 0 24px 60px rgba(10, 45, 70, 0.13);
    --heading-font-family: 'Manrope', sans-serif;
    --body-font-family: 'DM Sans', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--bs-white);
    color: var(--bs-ink);
    font-family: var(--body-font-family);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body :is(.bs-home, .bs-page, .bs-site-quote, .bs-content-page, .bs-branches-page, .bs-branch-page, .bs-error-page, .bs-footer) {
    color: var(--bs-ink);
    font-family: var(--body-font-family);
}

body :is(.bs-home, .bs-page, .bs-site-quote, .bs-content-page, .bs-branches-page, .bs-branch-page, .bs-error-page, .bs-footer) :is(h1, h2, h3, h4, h5, h6, summary) {
    font-family: var(--heading-font-family);
    text-transform: none !important;
}

body :is(.bs-home, .bs-page, .bs-site-quote, .bs-content-page, .bs-branches-page, .bs-branch-page, .bs-error-page, .bs-footer) :is(p, li, address, label, input, select, textarea, button) {
    font-family: var(--body-font-family);
}

/* Keep the local Bradshaw visual language crisp even where legacy CSS adds radii. */
body :is(.bs-header, .bs-home, .bs-page, .bs-site-quote, .bs-content-page, .bs-branches-page, .bs-branch-page, .bs-error-page, .bs-footer),
body :is(.bs-header, .bs-home, .bs-page, .bs-site-quote, .bs-content-page, .bs-branches-page, .bs-branch-page, .bs-error-page, .bs-footer) * {
    border-radius: 0 !important;
}

/* Header */
body .bs-header {
    border-top: 4px solid var(--bs-red);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 8px 30px rgba(8, 46, 73, 0.1);
}

body .bs-header-identity {
    padding: 0.8rem 0;
}

body .bs-header-brand {
    flex-basis: 300px;
}

body .bs-header-brand img {
    width: min(100%, 275px);
}

body .bs-header-tagline {
    max-width: 215px;
    color: var(--bs-blue);
    font-family: var(--body-font-family);
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.35;
}

body .bs-header-phone span {
    color: var(--bs-grey);
    font-size: 0.65rem;
    letter-spacing: 0.08em;
}

body .bs-header-phone strong {
    color: var(--bs-blue-dark);
    font-size: 0.9rem;
}

body .bs-header-quote,
body .bs-header-tools > li:last-child > a {
    border-radius: 999px;
    background: var(--bs-red);
    color: var(--bs-white);
    box-shadow: 0 8px 20px rgba(185, 32, 43, 0.18);
}

body .bs-header-quote {
    min-height: 44px;
    padding: 0.7rem 1.15rem;
}

body .bs-header-nav-wrap {
    background: var(--bs-blue-dark);
}

body .bs-header-navbar,
body .bs-header-menu > li > a,
body .bs-header-tools > li > a {
    min-height: 54px;
}

body .bs-header-menu > li > a,
body .bs-header-tools > li > a {
    position: relative;
    padding: 0.8rem 0.72rem;
    color: var(--bs-white);
    font-size: 0.84rem;
    font-weight: 600 !important;
    letter-spacing: -0.01em;
}

body .bs-header-menu > li > a:hover,
body .bs-header-menu > li > a.is-active,
body .bs-header-tools > li > a:hover {
    background: rgba(255, 255, 255, 0.09);
    color: var(--bs-white);
}

body .bs-header-menu > li > a.is-active::after {
    position: absolute;
    right: 0.7rem;
    bottom: 0;
    left: 0.7rem;
    height: 3px;
    border-radius: 999px 999px 0 0;
    background: var(--bs-red);
    content: '';
}

body .bs-header-tools > li:last-child > a {
    min-height: 40px;
    margin: 7px 0 7px 0.65rem;
    padding: 0.65rem 1rem;
}

body .bs-header-submenu {
    overflow: hidden;
    padding: 0.5rem;
    border: 1px solid var(--bs-line);
    border-top: 3px solid var(--bs-red);
    border-radius: 0 0 var(--bs-radius-sm) var(--bs-radius-sm);
    box-shadow: var(--bs-shadow);
}

body .bs-header-submenu a {
    border-left: 0;
    border-radius: 8px;
    color: var(--bs-ink);
}

body .bs-header-submenu a:hover,
body .bs-header-submenu a:focus-visible {
    background: var(--bs-soft-blue);
    color: var(--bs-blue-dark);
}

/* Shared controls and readable muted copy */
body :is(.bs-home-button, .bs-page-button, .bs-page-inline-button, .bs-content-button, .bs-branch-hero-quote) {
    min-height: 48px;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

body :is(.bs-home-button, .bs-page-button, .bs-page-inline-button, .bs-content-button, .bs-branch-hero-quote):hover {
    box-shadow: 0 10px 24px rgba(10, 45, 70, 0.16);
    transform: translateY(-2px);
}

body :is(.bs-home-lead, .bs-page-hero-description, .bs-site-quote-step-head p, .bs-content-rte, .bs-content-cta p, .bs-branch-finder-copy, .bs-branch-copy) {
    color: var(--bs-grey);
}

/* Homepage */
body .bs-home.bs-home {
    background: var(--bs-white);
    color: var(--bs-ink);
}

body .bs-home .bs-home-section {
    padding: clamp(4rem, 6.5vw, 6.25rem) 0;
}

body .bs-home .bs-home-eyebrow {
    margin-bottom: 0.9rem;
    color: var(--bs-red-dark);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
}

body .bs-home .bs-home-eyebrow::before {
    width: 1.7rem;
    height: 2px;
    border-radius: 999px;
    background: var(--bs-red);
}

body .bs-home .bs-home-title,
body .bs-home .bs-home-title-sm {
    max-width: 830px;
    color: var(--bs-blue-dark);
    font-size: clamp(2.25rem, 3.8vw, 3.65rem);
    font-weight: 750;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

body .bs-home .bs-home-lead {
    color: var(--bs-grey);
    font-size: clamp(1rem, 1.3vw, 1.15rem);
    line-height: 1.72;
}

body .bs-home .bs-home-hero-grid {
    min-height: 600px;
    grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
}

body .bs-home .bs-home-hero-copy {
    position: relative;
    padding-top: clamp(4rem, 6vw, 6rem);
    padding-bottom: clamp(4rem, 6vw, 6rem);
    background:
        radial-gradient(circle at 8% 15%, rgba(217, 47, 58, 0.07), transparent 28%),
        linear-gradient(135deg, #ffffff 0%, #f8fbfd 100%);
}

body .bs-home .bs-home-hero h1 {
    max-width: 730px;
    color: var(--bs-blue-dark);
    font-size: clamp(2.85rem, 4.2vw, 4.35rem);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 1.02;
}

body .bs-home .bs-home-hero h1 span {
    margin-top: 0.16em;
    color: var(--bs-red);
}

body .bs-home .bs-home-hero-intro {
    max-width: 650px;
    color: var(--bs-ink);
    font-size: clamp(1.03rem, 1.4vw, 1.2rem);
    line-height: 1.7;
}

body .bs-home .bs-home-hero-media {
    min-height: 600px;
}

body .bs-home .bs-home-hero-media::after {
    background: linear-gradient(180deg, rgba(3, 59, 99, 0.02), rgba(3, 59, 99, 0.38));
}

body .bs-home .bs-home-hero-proof {
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
    padding: 1.25rem 1.4rem;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-left: 4px solid var(--bs-red);
    border-radius: var(--bs-radius-sm);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--bs-shadow);
    backdrop-filter: blur(10px);
}

body .bs-home .bs-home-hero-proof strong {
    color: var(--bs-blue-dark);
    font-size: 1.25rem;
    font-weight: 750;
    line-height: 1.15;
}

body .bs-home .bs-home-hero-proof span {
    color: var(--bs-ink);
}

body .bs-home .bs-home-trust {
    padding: 1rem 0;
    background: var(--bs-pale);
}

body .bs-home .bs-home-trust-grid {
    gap: 0.8rem;
}

body .bs-home .bs-home-trust-item {
    min-height: 112px;
    padding: 1.25rem;
    border: 1px solid var(--bs-line);
    border-radius: var(--bs-radius-sm);
    background: var(--bs-white);
    box-shadow: 0 5px 18px rgba(10, 45, 70, 0.04);
}

body .bs-home .bs-home-trust-item strong {
    color: var(--bs-blue-dark);
    font-size: 1.05rem;
    font-weight: 750;
    line-height: 1.25;
}

body .bs-home .bs-home-trust-item span {
    color: var(--bs-grey);
    font-size: 0.86rem;
    line-height: 1.5;
}

body .bs-home .bs-home-section-head {
    margin-bottom: 2.5rem;
}

body .bs-home .bs-home-service-grid {
    gap: 1.15rem;
}

body .bs-home .bs-home-service {
    min-height: 430px;
    border-radius: var(--bs-radius);
    box-shadow: var(--bs-shadow-sm);
}

body .bs-home .bs-home-service::after {
    background: linear-gradient(180deg, rgba(3, 59, 99, 0.03) 24%, rgba(3, 59, 99, 0.96) 100%);
}

body .bs-home .bs-home-service-content {
    padding: 1.6rem;
    border-bottom: 0;
}

body .bs-home .bs-home-service h3 {
    color: var(--bs-white);
    font-size: clamp(1.35rem, 1.8vw, 1.75rem);
    font-weight: 750;
    line-height: 1.15;
}

body .bs-home .bs-home-service p {
    color: rgba(255, 255, 255, 0.9);
}

body .bs-home .bs-home-service span {
    color: var(--bs-white);
    font-size: 0.88rem;
}

body .bs-home .bs-home-intro {
    background: linear-gradient(180deg, var(--bs-pale) 0%, #f8fafb 100%);
}

body .bs-home .bs-home-intro-image::before {
    top: -0.8rem;
    right: -0.8rem;
    border-radius: var(--bs-radius);
    background: var(--bs-red);
}

body .bs-home .bs-home-intro-image img {
    border-radius: var(--bs-radius-lg);
    box-shadow: var(--bs-shadow);
}

body .bs-home .bs-home-copy-columns h3 {
    color: var(--bs-blue-dark);
    font-size: 1.25rem;
    font-weight: 750;
    line-height: 1.3;
}

body .bs-home .bs-home-copy-columns p,
body .bs-home .bs-home-benefit p,
body .bs-home .bs-home-location p,
body .bs-home .bs-home-process-list span {
    color: var(--bs-grey);
}

body .bs-home .bs-home-benefits-grid {
    gap: 1rem;
}

body .bs-home .bs-home-benefit {
    border: 1px solid var(--bs-line);
    border-radius: var(--bs-radius);
    box-shadow: var(--bs-shadow-sm);
}

body .bs-home .bs-home-benefit-number {
    width: fit-content;
    margin-bottom: 1rem;
    padding: 0.4rem 0.65rem;
    border-radius: 999px;
    background: var(--bs-red-soft);
    color: var(--bs-red-dark);
    font-family: var(--body-font-family);
    font-size: 0.76rem;
    font-weight: 700;
}

body .bs-home .bs-home-benefit h3 {
    color: var(--bs-blue-dark);
    font-size: 1.15rem;
    font-weight: 750;
    line-height: 1.3;
}

body .bs-home .bs-home-pricing {
    background:
        radial-gradient(circle at 88% 20%, rgba(255, 255, 255, 0.12), transparent 24%),
        linear-gradient(135deg, var(--bs-blue) 0%, var(--bs-blue-dark) 100%);
}

body .bs-home .bs-home-pricing h2 {
    color: var(--bs-white);
    font-size: clamp(2rem, 3vw, 2.85rem);
    font-weight: 750;
    line-height: 1.12;
}

body .bs-home .bs-home-pricing p {
    color: rgba(255, 255, 255, 0.9);
}

body .bs-home .bs-home-pricing .bs-home-button {
    border-color: var(--bs-red);
    background: var(--bs-red);
    color: var(--bs-white);
}

body .bs-home .bs-home-process-images img:first-child,
body .bs-home .bs-home-process-images img:last-child {
    border-radius: var(--bs-radius);
    box-shadow: var(--bs-shadow-sm);
}

body .bs-home .bs-home-process-list li {
    border: 1px solid var(--bs-line);
    border-left: 4px solid var(--bs-red);
    border-radius: var(--bs-radius-sm);
    background: #f7f9fa;
}

body .bs-home .bs-home-process-list strong {
    color: var(--bs-blue-dark);
}

body .bs-home .bs-home-location {
    border: 1px solid var(--bs-line);
    border-top: 4px solid var(--bs-red);
    border-radius: var(--bs-radius);
    box-shadow: 0 8px 26px rgba(10, 45, 70, 0.06);
}

body .bs-home .bs-home-location small {
    color: var(--bs-red-dark);
}

body .bs-home .bs-home-location h3,
body .bs-home .bs-home-location strong {
    color: var(--bs-blue-dark);
}

body .bs-home .bs-home-location h3 {
    font-size: 1.35rem;
    font-weight: 750;
}

body .bs-home .bs-home-contact-grid {
    gap: 1.4rem;
}

body .bs-home .bs-home-contact-card {
    min-height: 380px;
    border-radius: var(--bs-radius-lg);
    box-shadow: var(--bs-shadow-sm);
}

body .bs-home .bs-home-contact-card::after {
    background: linear-gradient(90deg, rgba(3, 59, 99, 0.98) 0%, rgba(3, 59, 99, 0.82) 55%, rgba(3, 59, 99, 0.28) 100%);
}

body .bs-home .bs-home-contact-card h2 {
    color: var(--bs-white);
    font-size: clamp(1.8rem, 2.7vw, 2.5rem);
    font-weight: 750;
    line-height: 1.12;
}

body .bs-home .bs-home-contact-card p {
    color: rgba(255, 255, 255, 0.92);
}

/* Recovered Bradshaw content pages */
body .bs-page.bs-page {
    background: var(--bs-white);
    color: var(--bs-ink);
}

body .bs-page .bs-page-breadcrumbs {
    color: var(--bs-grey);
}

body .bs-page .bs-page-breadcrumb-divider {
    color: var(--bs-red-dark);
}

body .bs-page .bs-page-hero-grid {
    min-height: 470px;
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
}

body .bs-page .bs-page-hero-copy {
    background:
        radial-gradient(circle at 8% 18%, rgba(217, 47, 58, 0.07), transparent 30%),
        linear-gradient(135deg, #ffffff, #f8fbfd);
}

body .bs-page .bs-page-kicker {
    color: var(--bs-red-dark);
}

body .bs-page .bs-page-hero h1 {
    max-width: 720px;
    color: var(--bs-blue-dark);
    font-size: clamp(2.7rem, 4.2vw, 4.25rem);
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1.04;
}

body .bs-page .bs-page-hero-description {
    color: var(--bs-grey);
    font-size: clamp(1.02rem, 1.35vw, 1.18rem);
    line-height: 1.72;
}

body .bs-page .bs-page-hero-media,
body .bs-page .bs-page-hero-media img {
    min-height: 470px;
}

body .bs-page .bs-page-trust {
    background: var(--bs-blue-dark);
}

body .bs-page .bs-page-trust-grid span {
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.76rem;
}

body .bs-page .bs-page-main {
    padding: clamp(4rem, 6vw, 6rem) 0;
}

body .bs-page .bs-page-section-nav {
    overflow: hidden;
    border: 1px solid var(--bs-line);
    border-top: 4px solid var(--bs-red);
    border-radius: var(--bs-radius);
    background: var(--bs-pale);
}

body .bs-page .bs-page-section-nav h2 {
    color: var(--bs-blue-dark);
    font-size: 1.15rem;
    font-weight: 750;
}

body .bs-page .bs-page-section-nav a {
    color: var(--bs-ink);
}

body .bs-page .bs-page-copy {
    color: var(--bs-ink);
    font-size: 1.03rem;
    line-height: 1.78;
}

body .bs-page .bs-page-copy h2 {
    color: var(--bs-blue-dark);
    font-size: clamp(2rem, 3.2vw, 3rem);
    font-weight: 750;
    line-height: 1.12;
}

body .bs-page .bs-page-copy h3 {
    color: var(--bs-ink);
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    font-weight: 750;
    line-height: 1.25;
}

body .bs-page .bs-page-copy :is(p, li) {
    color: var(--bs-ink);
}

body .bs-page .bs-page-card {
    border-top: 4px solid var(--bs-red);
    border-radius: var(--bs-radius);
    background: var(--bs-blue-dark);
    box-shadow: var(--bs-shadow-sm);
}

body .bs-page .bs-page-card strong {
    color: var(--bs-white);
    font-size: 1.25rem;
    font-weight: 750;
}

body .bs-page .bs-page-card span {
    color: rgba(255, 255, 255, 0.88);
}

body .bs-page :is(.bs-page-check-grid span, .bs-page-partner-grid > div, .bs-page-steps > div, .bs-page-location-card) {
    border: 1px solid var(--bs-line);
    border-left: 4px solid var(--bs-red);
    border-radius: var(--bs-radius-sm);
    background: #f7f9fa;
}

body .bs-page .bs-page-location-card {
    border-top: 4px solid var(--bs-red);
    border-left: 1px solid var(--bs-line);
    box-shadow: var(--bs-shadow-sm);
}

body .bs-page .bs-page-location-card :is(address, p, span) {
    color: var(--bs-grey);
}

body .bs-page .bs-page-faqs summary {
    color: var(--bs-blue-dark);
    font-size: 1.18rem;
    font-weight: 750;
}

/* Pricing page */
body .bs-page--pricing .bs-page-copy {
    max-width: 1120px;
}

body .bs-page--pricing .bs-pricing-intro {
    max-width: 780px;
    margin-bottom: 0;
    color: var(--bs-grey);
    font-size: 1.14rem;
    line-height: 1.7;
}

body .bs-page--pricing .bs-pricing-table-wrap {
    margin: clamp(2rem, 4vw, 3.2rem) 0 clamp(3.5rem, 6vw, 5rem);
    border-top: 4px solid var(--bs-red);
    box-shadow: var(--bs-shadow-sm);
}

body .bs-page--pricing .bs-pricing-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    table-layout: fixed;
    background: var(--bs-white);
}

body .bs-page--pricing .bs-pricing-table caption {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

body .bs-page--pricing .bs-pricing-table :is(th, td) {
    padding: 1.2rem 1.4rem;
    border: 0;
    border-bottom: 1px solid var(--bs-line);
    text-align: left;
    vertical-align: middle;
}

body .bs-page--pricing .bs-pricing-table thead th {
    background: var(--bs-blue-dark);
    color: var(--bs-white);
    font-size: 0.72rem;
    font-weight: 750;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

body .bs-page--pricing .bs-pricing-table thead th:first-child {
    width: 48%;
}

body .bs-page--pricing .bs-pricing-table thead th:nth-child(2) {
    width: 27%;
}

body .bs-page--pricing .bs-pricing-table tbody th {
    color: var(--bs-ink);
    font-size: 1.12rem;
    font-weight: 750;
}

body .bs-page--pricing .bs-pricing-table tbody td {
    color: var(--bs-grey);
}

body .bs-page--pricing .bs-pricing-table tbody td strong {
    color: var(--bs-blue-dark);
    font-family: var(--heading-font-family);
    font-size: clamp(1.55rem, 2.5vw, 2.15rem);
    font-weight: 800;
    letter-spacing: -0.035em;
}

body .bs-page--pricing .bs-pricing-table tbody tr:nth-child(even):not(.is-volume) {
    background: #f8fafb;
}

body .bs-page--pricing .bs-pricing-table tbody tr.is-volume {
    border-left: 4px solid var(--bs-red);
    background: var(--bs-soft-blue);
}

body .bs-page--pricing .bs-pricing-table tbody tr:last-child :is(th, td) {
    border-bottom: 0;
}

body .bs-page--pricing .bs-pricing-service-grid {
    display: grid;
    margin: 0 0 clamp(3.5rem, 6vw, 5rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body .bs-page--pricing .bs-pricing-service-grid article {
    min-height: 360px;
    padding: clamp(2rem, 4vw, 3.5rem);
}

body .bs-page--pricing .bs-pricing-service-grid .is-collection {
    border-top: 4px solid var(--bs-red);
    background: var(--bs-blue-dark);
}

body .bs-page--pricing .bs-pricing-service-grid .is-media {
    border: 1px solid var(--bs-line);
    border-top: 4px solid var(--bs-blue);
    background: var(--bs-pale);
}

body .bs-page--pricing .bs-pricing-service-label,
body .bs-page--pricing .bs-pricing-prepare-label {
    margin: 0;
    color: var(--bs-red);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

body .bs-page--pricing .is-collection .bs-pricing-service-label {
    color: #ffb8bd;
}

body .bs-page--pricing .bs-pricing-service-price {
    margin: 0.8rem 0 0;
    color: var(--bs-blue-dark);
    font-family: var(--heading-font-family);
    font-size: clamp(2.4rem, 4vw, 3.5rem);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 0.95;
}

body .bs-page--pricing .bs-pricing-service-grid .is-collection .bs-pricing-service-price {
    color: var(--bs-white);
}

body .bs-page--pricing .bs-pricing-service-unit {
    margin: 0.7rem 0 1.5rem;
    color: var(--bs-grey);
    font-size: 0.82rem;
    font-weight: 750;
}

body .bs-page--pricing .is-collection .bs-pricing-service-unit {
    color: rgba(255, 255, 255, 0.72);
}

body .bs-page--pricing .bs-pricing-service-grid article > p:last-child {
    max-width: 430px;
    margin-bottom: 0;
    color: var(--bs-grey);
    line-height: 1.65;
}

body .bs-page--pricing .bs-pricing-service-grid .is-collection > p:last-child {
    color: rgba(255, 255, 255, 0.85);
}

body .bs-page--pricing .bs-pricing-prepare {
    display: grid;
    padding: clamp(2rem, 4vw, 3rem) 0;
    border-top: 1px solid var(--bs-line);
    border-bottom: 1px solid var(--bs-line);
    grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.25fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: start;
}

body .bs-page--pricing .bs-pricing-prepare h3 {
    margin: 0.7rem 0 0;
    color: var(--bs-blue-dark);
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1.05;
}

body .bs-page--pricing .bs-pricing-prepare ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

body .bs-page--pricing .bs-pricing-prepare li {
    display: grid;
    margin: 0;
    padding: 1rem 0;
    border-bottom: 1px solid var(--bs-line);
    grid-template-columns: 3rem minmax(0, 1fr);
    gap: 0.75rem;
    align-items: start;
}

body .bs-page--pricing .bs-pricing-prepare li:first-child {
    padding-top: 0;
}

body .bs-page--pricing .bs-pricing-prepare li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

body .bs-page--pricing .bs-pricing-prepare li::before {
    content: none;
}

body .bs-page--pricing .bs-pricing-prepare li span {
    color: var(--bs-red);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

body .bs-page--pricing .bs-pricing-prepare li strong {
    color: var(--bs-ink);
    font-weight: 700;
    line-height: 1.45;
}

body .bs-page--pricing .bs-pricing-note {
    max-width: 760px;
    margin: 1.25rem 0 0;
    color: var(--bs-grey);
    font-size: 0.875rem;
    line-height: 1.55;
}

@media (max-width: 767.98px) {
    body .bs-page--pricing .bs-pricing-service-grid,
    body .bs-page--pricing .bs-pricing-prepare {
        grid-template-columns: 1fr;
    }

    body .bs-page--pricing .bs-pricing-service-grid article {
        min-height: 0;
    }
}

@media (max-width: 575.98px) {
    body .bs-page--pricing .bs-pricing-table :is(th, td) {
        padding: 0.9rem 0.65rem;
    }

    body .bs-page--pricing .bs-pricing-table thead th {
        font-size: 0.7rem;
        letter-spacing: 0.06em;
    }

    body .bs-page--pricing .bs-pricing-table tbody th {
        font-size: 0.92rem;
    }

    body .bs-page--pricing .bs-pricing-table tbody td {
        font-size: 0.78rem;
    }

    body .bs-page--pricing .bs-pricing-table tbody td strong {
        font-size: 1.35rem;
    }
}

/* Quote form */
body .bs-site-quote {
    --bs-blue: var(--bradshaw-blue);
    --bs-blue-dark: var(--bradshaw-blue-dark);
    --bs-button-blue: var(--bradshaw-blue-dark);
    --bs-yellow: var(--bradshaw-red);
    --bs-orange: var(--bradshaw-red-dark);
    --bs-ink: var(--bradshaw-ink);
    --bs-muted: var(--bradshaw-grey);
    --bs-soft: var(--bradshaw-pale);
    --bs-line: var(--bradshaw-line);
    --bs-white: var(--bradshaw-white);
    color: var(--bs-ink);
}

body .bs-site-quote .bs-site-quote-hero {
    border-bottom-color: var(--bs-red);
    background: linear-gradient(135deg, var(--bs-blue), var(--bs-blue-dark));
}

body .bs-site-quote .bs-site-quote-kicker {
    color: var(--bs-red-soft);
}

body .bs-site-quote .bs-site-quote-kicker::before {
    width: 2rem;
    height: 2px;
    flex: 0 0 2rem;
    background: var(--bs-red);
}

body .bs-site-quote .bs-site-quote-hero h1 {
    color: var(--bs-white);
    font-size: clamp(2.6rem, 4.1vw, 4.2rem);
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1.04;
}

body .bs-site-quote .bs-site-quote-hero h1 strong {
    color: var(--bs-white);
    font-weight: 800;
}

body .bs-site-quote .bs-site-quote-intro {
    color: rgba(255, 255, 255, 0.92);
}

body .bs-site-quote .bs-site-quote-shell {
    overflow: hidden;
    border-radius: var(--bs-radius-lg);
    box-shadow: var(--bs-shadow);
}

body .bs-site-quote .bs-site-quote-step-head h2 {
    color: var(--bs-ink);
    font-size: clamp(1.45rem, 2.5vw, 2.2rem);
    font-weight: 750;
    letter-spacing: -0.035em;
    line-height: 1.15;
}

body .bs-site-quote .bs-site-quote-step-number {
    border-radius: 50%;
    background: var(--bs-red);
    color: var(--bs-white);
}

body .bs-site-quote :is(.form-control, .form-select) {
    border-color: #aebdc7;
    border-radius: var(--bs-radius-sm);
    color: var(--bs-ink);
}

body .bs-site-quote :is(.bs-site-quote-search-button, .bs-site-quote-submit, .bs-site-quote-select-button) {
    border-radius: 999px;
    background: var(--bs-blue-dark);
    color: var(--bs-white);
}

body .bs-site-quote :is(.bs-site-quote-place-options, .bs-site-quote-result, .bs-site-quote-route, .bs-site-quote-security) {
    border-radius: var(--bs-radius-sm);
}

body .bs-site-quote .bs-site-quote-result h3,
body .bs-site-quote .bs-site-quote-route h3,
body .bs-site-quote .form-label {
    color: var(--bs-ink);
}

body .bs-site-quote :is(.bs-site-quote-result-distance, .bs-site-quote-route-description, .bs-site-quote-submit-note, .bs-site-quote-finder-status) {
    color: var(--bs-grey);
}

body .bs-site-quote .bs-site-quote-submit-note {
    font-size: 0.875rem;
}

/* Database content pages */
body .bs-content-page {
    --bs-blue: var(--bradshaw-blue);
    --bs-blue-deep: var(--bradshaw-blue-dark);
    --bs-button-blue: var(--bradshaw-blue-dark);
    --bs-yellow: var(--bradshaw-red);
    --bs-orange: var(--bradshaw-red-dark);
    --bs-ink: var(--bradshaw-ink);
    --bs-muted: var(--bradshaw-grey);
    --bs-paper: var(--bradshaw-pale);
    --bs-line: var(--bradshaw-line);
    --bs-white: var(--bradshaw-white);
    color: var(--bs-ink);
}

body .bs-content-page .bs-content-hero {
    border-bottom-color: var(--bs-red);
    background: linear-gradient(135deg, var(--bs-blue), var(--bs-blue-dark));
}

body .bs-content-page :is(.bs-content-kicker, .bs-content-proof-label, .bs-content-panel-label) {
    color: var(--bs-red-soft);
}

body .bs-content-page .bs-content-kicker::before {
    width: 2rem;
    height: 2px;
    flex: 0 0 2rem;
    background: var(--bs-red);
}

body .bs-content-page .bs-content-hero h1 {
    color: var(--bs-white);
    font-size: clamp(2.6rem, 4.1vw, 4.2rem);
    font-weight: 800;
    line-height: 1.04;
}

body .bs-content-page .bs-content-hero-copy,
body .bs-content-page .bs-content-proof span,
body .bs-content-page .bs-content-topic-nav a {
    color: rgba(255, 255, 255, 0.9);
}

body .bs-content-page .bs-content-hero-media {
    overflow: hidden;
    border-radius: var(--bs-radius);
    box-shadow: 0 22px 50px rgba(1, 33, 56, 0.28);
    transform: none;
}

body .bs-content-page .bs-content-hero-media::before {
    display: none;
}

body .bs-content-page .bs-content-proof {
    border-radius: var(--bs-radius);
    box-shadow: 0 22px 50px rgba(1, 33, 56, 0.25);
}

body .bs-content-page .bs-content-proof strong {
    color: var(--bs-white);
    font-size: clamp(1.5rem, 2.3vw, 2rem);
    line-height: 1.2;
}

body .bs-content-page .bs-content-article {
    border-top: 4px solid var(--bs-blue);
    border-radius: var(--bs-radius-lg);
    box-shadow: var(--bs-shadow);
}

body .bs-content-page .bs-content-rte {
    color: var(--bs-ink);
}

body .bs-content-page .bs-content-rte :is(p, li, td) {
    color: var(--bs-ink);
}

body .bs-content-page .bs-content-rte h2 {
    color: var(--bs-blue-dark);
    font-size: clamp(1.9rem, 3vw, 2.75rem);
    font-weight: 750;
    line-height: 1.15;
}

body .bs-content-page .bs-content-rte h3 {
    color: var(--bs-ink);
    font-size: clamp(1.3rem, 2vw, 1.7rem);
    line-height: 1.25;
}

body .bs-content-page :is(.bs-content-panel, .bs-content-cta, .bs-content-download) {
    border-radius: var(--bs-radius-sm);
}

body .bs-content-page .bs-content-panel {
    background: var(--bs-blue-dark);
}

body .bs-content-page .bs-content-cta h2 {
    color: var(--bs-ink);
    font-size: 1.55rem;
}

/* Branch directory and branch pages */
body :is(.bs-branches-page, .bs-branch-page) {
    --bs-blue: var(--bradshaw-blue);
    --bs-blue-dark: var(--bradshaw-blue-dark);
    --bs-button-blue: var(--bradshaw-blue-dark);
    --bs-yellow: var(--bradshaw-red);
    --bs-orange: var(--bradshaw-red-dark);
    --bs-ink: var(--bradshaw-ink);
    --bs-muted: var(--bradshaw-grey);
    --bs-soft: var(--bradshaw-pale);
    --bs-line: var(--bradshaw-line);
    --bs-white: var(--bradshaw-white);
    color: var(--bs-ink);
}

body .bs-branches-page .bs-branch-finder h1,
body .bs-branch-page .bs-branch-page h1,
body .bs-branch-page h1 {
    color: var(--bs-ink);
    font-size: clamp(2.6rem, 4vw, 4.1rem);
    font-weight: 800;
    line-height: 1.05;
}

body .bs-branches-page .bs-branch-finder-copy,
body .bs-branches-page .bs-branch-count,
body .bs-branch-page .bs-branch-contact-label {
    color: var(--bs-grey);
}

body .bs-branches-page :is(.bs-branch-search, .bs-branch-card),
body .bs-branch-page :is(.bs-branch-contact-card, .bs-coverage, .bs-branch-gallery img) {
    border-radius: var(--bs-radius);
    box-shadow: var(--bs-shadow-sm);
}

body .bs-branches-page :is(.form-control, .btn),
body .bs-branch-page :is(.form-control, .form-select, .btn) {
    border-radius: var(--bs-radius-sm);
}

body .bs-branches-page .bs-branch-card:hover {
    box-shadow: var(--bs-shadow);
}

body .bs-branch-page .bs-branch-hero {
    border-bottom-color: var(--bs-red);
    background: linear-gradient(135deg, var(--bs-blue), var(--bs-blue-dark));
}

body .bs-branch-page .bs-branch-hero h1 {
    color: var(--bs-white);
}

body .bs-branch-page :is(.bs-branch-kicker, .bs-branch-breadcrumb:hover, .bs-branch-breadcrumb:focus) {
    color: var(--bs-red-soft);
}

body .bs-branch-page .bs-branch-kicker::before {
    width: 2rem;
    height: 2px;
    flex: 0 0 2rem;
    background: var(--bs-red);
}

body .bs-branch-page .bs-branch-intro,
body .bs-branch-page .bs-branch-hero-note {
    color: rgba(255, 255, 255, 0.92);
}

body .bs-branch-page .bs-branch-hero-note {
    font-size: 0.875rem;
}

body .bs-branch-page .bs-branch-hero-quote {
    border-color: var(--bs-red);
    background: var(--bs-red);
    color: var(--bs-white);
}

body .bs-branch-page .bs-branch-hero-image {
    border-radius: var(--bs-radius);
    box-shadow: 0 22px 50px rgba(1, 33, 56, 0.3);
}

body .bs-branch-page .bs-branch-copy {
    color: var(--bs-ink);
}

body .bs-branch-page .bs-branch-copy :is(p, li, td) {
    color: var(--bs-ink);
}

body .bs-branch-page .bs-branch-quote h2 {
    color: var(--bs-blue-dark) !important;
    font-size: clamp(2.2rem, 3.4vw, 3.35rem);
    font-weight: 650;
    line-height: 1.06;
}

body .bs-branch-page .bs-branch-quote h2 strong {
    color: var(--bs-red-dark) !important;
}

body .bs-branch-page .bs-branch-actions .btn-primary {
    color: var(--bs-white) !important;
}

body .bs-branch-page .bs-branch-actions .btn {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    justify-content: center;
}

body .bs-branch-page .bs-branch-quote-form .text-muted {
    color: var(--bs-grey) !important;
}

body .bs-branch-page .bs-branch-copy h2 {
    color: var(--bs-blue-dark) !important;
    font-size: clamp(1.9rem, 2.8vw, 2.6rem);
    line-height: 1.1;
}

body .bs-branch-page .bs-branch-copy h3 {
    color: var(--bs-ink) !important;
    font-size: clamp(1.3rem, 1.8vw, 1.65rem);
    line-height: 1.2;
}

body .bs-branch-page :is(.bs-coverage h2, .bs-branch-contact-card h2) {
    color: var(--bs-blue-dark) !important;
    font-size: 1.35rem;
    line-height: 1.2;
}

body .bs-branch-page .bs-branch-contact-card a {
    color: var(--bs-blue-dark) !important;
}

/* Branded 404 */
body .bs-error-page {
    position: relative;
    overflow: hidden;
    padding: clamp(4rem, 8vw, 8rem) 0;
    background:
        linear-gradient(110deg, var(--bs-white), var(--bs-soft));
}

body .bs-error-page::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: clamp(0.6rem, 1vw, 0.9rem);
    background: var(--bs-red);
    content: '';
}

body .bs-error-page .bs-error-inner {
    position: relative;
    display: grid;
    max-width: 940px;
    grid-template-columns: minmax(0, 0.3fr) minmax(0, 1fr);
    gap: clamp(1.5rem, 5vw, 4rem);
    align-items: start;
}

body .bs-error-page .bs-error-code {
    margin: 0;
    color: var(--bs-red-dark);
    font-family: var(--heading-font-family);
    font-size: clamp(4rem, 10vw, 8rem);
    font-weight: 800;
    letter-spacing: -0.07em;
    line-height: 0.8;
}

body .bs-error-page h1 {
    max-width: 13ch;
    margin: 0 0 1.2rem;
    color: var(--bs-blue-dark);
    font-size: clamp(2.6rem, 4.2vw, 4.2rem);
    font-weight: 750;
    letter-spacing: -0.05em;
    line-height: 1.04;
}

body .bs-error-page .bs-error-copy {
    max-width: 640px;
    margin: 0;
    color: var(--bs-ink);
    font-size: clamp(1rem, 1.3vw, 1.16rem);
    line-height: 1.7;
}

body .bs-error-page .bs-error-actions {
    display: flex;
    margin-top: 1.8rem;
    flex-wrap: wrap;
    gap: 0.75rem;
}

body .bs-error-page .bs-error-button {
    display: inline-flex;
    min-height: 50px;
    padding: 0.8rem 1.15rem;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--bs-red);
    background: var(--bs-red);
    color: var(--bs-white);
    font-weight: 700;
    text-decoration: none;
}

body .bs-error-page .bs-error-button:hover,
body .bs-error-page .bs-error-button:focus-visible {
    border-color: var(--bs-red-dark);
    background: var(--bs-red-dark);
    color: var(--bs-white);
}

body .bs-error-page .bs-error-button.is-secondary {
    border-color: var(--bs-blue-dark);
    background: var(--bs-white);
    color: var(--bs-blue-dark);
}

body .bs-error-page .bs-error-button.is-secondary:hover,
body .bs-error-page .bs-error-button.is-secondary:focus-visible {
    background: var(--bs-blue-dark);
    color: var(--bs-white);
}

@media (max-width: 767.98px) {
    body .bs-branch-page .row.g-5 {
        --bs-gutter-x: 2.5rem;
    }

    body .bs-error-page .bs-error-inner {
        grid-template-columns: 1fr;
    }

    body .bs-error-page .bs-error-code {
        font-size: 4rem;
    }
}

/* Footer */
body .bs-footer {
    border-top: 0;
    color: var(--bs-ink);
}

body .bs-footer .bs-footer-help {
    position: relative;
    overflow: hidden;
    padding: clamp(3rem, 5vw, 4.5rem) 0;
    background:
        radial-gradient(circle at 90% 10%, rgba(255, 255, 255, 0.12), transparent 28%),
        linear-gradient(135deg, var(--bs-blue), var(--bs-blue-dark));
}

body .bs-footer .bs-footer-kicker {
    color: rgba(255, 255, 255, 0.82);
}

body .bs-footer .bs-footer-help h2 {
    max-width: 720px;
    color: var(--bs-white);
    font-size: clamp(2rem, 2.8vw, 2.75rem);
    font-weight: 750;
    letter-spacing: -0.045em;
    line-height: 1.1;
}

body .bs-footer .bs-footer-help h2 strong {
    color: var(--bs-white);
    font-weight: 750;
}

body .bs-footer .bs-footer-help p:last-child {
    color: rgba(255, 255, 255, 0.9);
}

body .bs-footer .bs-footer-button {
    border-radius: 999px;
}

body .bs-footer .bs-footer-main {
    background: #f8fafb;
}

body .bs-footer .bs-footer-brand-card p,
body .bs-footer .bs-footer-location address {
    color: var(--bs-grey);
}

body .bs-footer :is(.bs-footer-nav-title, .bs-footer-locations-title, .bs-footer-location h3) {
    color: var(--bs-blue-dark);
    font-family: var(--heading-font-family);
    font-weight: 750;
}

body .bs-footer .bs-footer-nav-title,
body .bs-footer .bs-footer-locations-title {
    font-size: 1.12rem;
}

body .bs-footer .bs-footer-nav a {
    color: var(--bs-ink);
    font-weight: 600;
}

body .bs-footer .bs-footer-location {
    border: 1px solid var(--bs-line);
    border-top: 4px solid var(--bs-red);
    border-radius: var(--bs-radius-sm);
    background: var(--bs-white);
    box-shadow: 0 7px 22px rgba(10, 45, 70, 0.05);
}

body .bs-footer .bs-footer-bottom {
    background: #102a3d;
    color: rgba(255, 255, 255, 0.82);
}

body .bs-footer .bs-footer-policy-links a {
    color: var(--bs-white);
}

@media (max-width: 1199.98px) {
    body .bs-header-menu > li > a {
        padding-right: 0.52rem;
        padding-left: 0.52rem;
        font-size: 0.79rem;
    }

    body .bs-home .bs-home-hero h1 {
        font-size: clamp(3rem, 5.3vw, 4.5rem);
    }
}

@media (max-width: 991.98px) {
    body .bs-header-brand img {
        width: min(100%, 235px);
    }

    body .bs-header-menu > li > a,
    body .bs-header-tools > li > a {
        color: var(--bs-white);
    }

    body .bs-header-menu > li > a.is-active::after {
        display: none;
    }

    body .bs-header-tools > li:last-child > a {
        margin-left: 0;
    }

    body .bs-header-submenu {
        border: 0;
        border-radius: var(--bs-radius-sm);
        background: rgba(0, 0, 0, 0.16);
    }

    body .bs-header-submenu a {
        color: rgba(255, 255, 255, 0.92);
    }

    body .bs-home .bs-home-hero-grid,
    body .bs-page .bs-page-hero-grid {
        grid-template-columns: 1fr;
    }

    body .bs-home .bs-home-hero-media {
        min-height: 500px;
    }

    body .bs-page .bs-page-hero-media,
    body .bs-page .bs-page-hero-media img {
        min-height: 420px;
    }
}

@media (max-width: 767.98px) {
    body .bs-home .bs-home-section {
        padding: 3.75rem 0;
    }

    body .bs-home .bs-home-title,
    body .bs-home .bs-home-title-sm {
        font-size: clamp(2rem, 8.5vw, 2.8rem);
    }

    body .bs-home .bs-home-service {
        min-height: 360px;
    }

    body .bs-home .bs-home-contact-card-content {
        max-width: 92%;
    }

    body .bs-page .bs-page-main {
        padding: 3.5rem 0;
    }
}

@media (max-width: 575.98px) {
    body .bs-header-brand img {
        width: 175px;
    }

    body .bs-header-quote {
        min-height: 40px;
        padding: 0.58rem 0.75rem;
    }

    body .bs-home .bs-home-hero-copy,
    body .bs-page .bs-page-hero-copy {
        padding: 3.25rem 1rem 3.75rem;
    }

    body .bs-home .bs-home-hero h1,
    body .bs-page .bs-page-hero h1,
    body .bs-site-quote .bs-site-quote-hero h1,
    body .bs-content-page .bs-content-hero h1,
    body .bs-branches-page .bs-branch-finder h1,
    body .bs-branch-page h1 {
        font-size: clamp(2.45rem, 11vw, 3.35rem);
        line-height: 1.06;
    }

    body .bs-home .bs-home-hero-media {
        min-height: 380px;
    }

    body .bs-home .bs-home-hero-proof {
        right: 0.75rem;
        bottom: 0.75rem;
        left: 0.75rem;
    }

    body .bs-home .bs-home-trust-grid {
        gap: 0.65rem;
    }

    body .bs-home .bs-home-process-images {
        min-height: 390px;
    }

    body .bs-home .bs-home-contact-card {
        min-height: 400px;
    }

    body .bs-footer .bs-footer-help h2 {
        font-size: clamp(1.9rem, 9vw, 2.65rem);
    }

    body .bs-site-quote .bs-site-quote-shell,
    body .bs-content-page .bs-content-article {
        border-radius: var(--bs-radius);
    }
}

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

    body *,
    body *::before,
    body *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/* Structural refresh: single-row navigation and editorial homepage */
body .bs-header.bs-header-v2 {
    position: relative;
    z-index: 1000;
    border-top: 3px solid var(--bs-red);
    border-bottom: 1px solid var(--bs-line);
    background: var(--bs-white);
    box-shadow: none;
}

body .bs-header-v2,
body .bs-header-v2 * {
    box-sizing: border-box;
}

body .bs-header-v2 a:focus-visible,
body .bs-header-v2 button:focus-visible,
body .bs-header-v2 summary:focus-visible {
    outline: 3px solid var(--bs-red);
    outline-offset: 3px;
}

body .bs-header-v2 .container {
    width: min(100% - 2rem, 1480px);
    max-width: 1480px;
}

body .bs-header-v2 .bs-v2-header-row {
    display: flex;
    min-height: 88px;
    align-items: center;
    gap: clamp(1rem, 2vw, 2.4rem);
}

body .bs-header-v2 .bs-v2-brand {
    display: block;
    width: clamp(185px, 15vw, 225px);
    flex: 0 0 auto;
}

body .bs-header-v2 .bs-v2-brand img {
    display: block;
    width: 100%;
    height: auto;
}

body .bs-header-v2 .bs-v2-nav-zone {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    align-self: stretch;
}

body .bs-header-v2 .bs-v2-nav-collapse {
    display: flex !important;
    width: 100%;
    align-items: stretch;
}

body .bs-header-v2 .bs-v2-nav-collapse nav {
    display: flex;
    align-items: stretch;
}

body .bs-header-v2 .bs-v2-menu,
body .bs-header-v2 .bs-v2-submenu {
    margin: 0;
    padding: 0;
    list-style: none;
}

body .bs-header-v2 .bs-v2-menu {
    display: flex;
    align-items: stretch;
    gap: clamp(0.1rem, 0.45vw, 0.5rem);
}

body .bs-header-v2 .bs-v2-menu > li {
    position: relative;
    display: flex;
    align-items: stretch;
}

body .bs-header-v2 .bs-v2-menu > li > a {
    position: relative;
    display: flex;
    padding: 0.8rem clamp(0.5rem, 0.75vw, 0.85rem);
    align-items: center;
    gap: 0.38rem;
    color: var(--bs-ink);
    font-size: 0.88rem;
    font-weight: 650 !important;
    letter-spacing: -0.015em;
    text-decoration: none;
    white-space: nowrap;
}

body .bs-header-v2 .bs-v2-menu > li > a::after {
    position: absolute;
    right: 0.7rem;
    bottom: 0;
    left: 0.7rem;
    height: 3px;
    background: transparent;
    content: '';
}

body .bs-header-v2 .bs-v2-menu > li > a:hover,
body .bs-header-v2 .bs-v2-menu > li > a.is-active {
    color: var(--bs-blue-dark);
}

body .bs-header-v2 .bs-v2-menu > li > a:hover::after,
body .bs-header-v2 .bs-v2-menu > li > a.is-active::after {
    background: var(--bs-red);
}

body .bs-header-v2 .bs-v2-menu > li > a span {
    color: var(--bs-red-dark);
    font-size: 0.58rem;
}

body .bs-header-v2 .bs-v2-submenu-toggle {
    display: none;
}

body .bs-header-v2 .bs-v2-submenu {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    display: none;
    width: 270px;
    padding: 0.6rem 0;
    border-top: 3px solid var(--bs-red);
    background: var(--bs-white);
    box-shadow: 0 20px 45px rgba(3, 45, 73, 0.15);
}

body .bs-header-v2 .bs-v2-has-submenu:hover > .bs-v2-submenu,
body .bs-header-v2 .bs-v2-has-submenu:focus-within > .bs-v2-submenu {
    display: block !important;
}

body .bs-header-v2 .bs-v2-submenu a {
    display: block;
    padding: 0.68rem 1rem;
    border-left: 3px solid transparent;
    color: var(--bs-ink);
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
}

body .bs-header-v2 .bs-v2-submenu a:hover,
body .bs-header-v2 .bs-v2-submenu a:focus-visible {
    border-left-color: var(--bs-red);
    background: var(--bs-pale);
    color: var(--bs-blue-dark);
}

body .bs-header-v2 .bs-v2-header-actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: clamp(0.6rem, 1vw, 1rem);
}

body .bs-header-v2 .bs-v2-account {
    color: var(--bs-grey);
    font-size: 0.76rem;
    font-weight: 650;
    text-decoration: none;
    white-space: nowrap;
}

body .bs-header-v2 .bs-v2-account:hover {
    color: var(--bs-blue-dark);
}

body .bs-header-v2 .bs-v2-phone-menu {
    position: relative;
}

body .bs-header-v2 .bs-v2-phone-menu summary {
    display: flex;
    min-height: 44px;
    padding: 0.65rem 0.8rem;
    align-items: center;
    gap: 0.45rem;
    border-left: 1px solid var(--bs-line);
    border-right: 1px solid var(--bs-line);
    color: var(--bs-blue-dark);
    cursor: pointer;
    font-size: 0.78rem;
    font-weight: 700;
    list-style: none;
    white-space: nowrap;
}

body .bs-header-v2 .bs-v2-phone-menu summary::-webkit-details-marker {
    display: none;
}

body .bs-header-v2 .bs-v2-phone-menu summary span {
    color: var(--bs-red-dark);
    font-size: 0.58rem;
}

body .bs-header-v2 .bs-v2-phone-panel {
    position: absolute;
    top: calc(100% + 0.65rem);
    right: 0;
    display: grid;
    width: 300px;
    border-top: 3px solid var(--bs-red);
    background: var(--bs-white);
    box-shadow: 0 20px 45px rgba(3, 45, 73, 0.16);
}

body .bs-header-v2 .bs-v2-phone-panel a {
    display: flex;
    padding: 0.8rem 1rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid var(--bs-line);
    color: var(--bs-ink);
    text-decoration: none;
}

body .bs-header-v2 .bs-v2-phone-panel a:hover {
    background: var(--bs-pale);
}

body .bs-header-v2 .bs-v2-phone-panel span {
    color: var(--bs-grey);
    font-size: 0.76rem;
}

body .bs-header-v2 .bs-v2-phone-panel strong {
    color: var(--bs-blue-dark);
    font-size: 0.86rem;
}

body .bs-header-v2 .bs-v2-quote,
body .bs-header-v2 .bs-v2-nav-toggle {
    min-height: 46px;
}

body .bs-header-v2 .bs-v2-quote {
    display: inline-flex;
    padding: 0.7rem 1rem;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--bs-red);
    background: var(--bs-red);
    color: var(--bs-white);
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

body .bs-header-v2 .bs-v2-quote:hover {
    border-color: var(--bs-red-dark);
    background: var(--bs-red-dark);
    color: var(--bs-white);
}

body .bs-header-v2 .bs-v2-nav-toggle {
    display: none;
    width: 46px;
    padding: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid var(--bs-blue-dark);
    background: var(--bs-white);
}

body .bs-header-v2 .bs-v2-nav-toggle span {
    width: 20px;
    height: 2px;
    background: var(--bs-blue-dark);
}

body .bs-header-v2 .bs-v2-mobile-contacts {
    display: none;
}

body .bs-header-v2 .bs-v2-mobile-account {
    display: none;
}

/* Homepage foundation */
body .bs-home.bs-home-v2 {
    overflow: hidden;
    background: var(--bs-white);
    color: var(--bs-ink);
}

body .bs-home-v2,
body .bs-home-v2 * {
    box-sizing: border-box;
}

body .bs-home-v2 a:focus-visible {
    outline: 3px solid var(--bs-red);
    outline-offset: 3px;
}

body .bs-home-v2 :is(h1, h2, h3, p, figure, ol) {
    margin-top: 0;
}

body .bs-home-v2 :is(h1, h2, h3) {
    text-transform: none !important;
}

body .bs-home-v2 .bs-v2-kicker {
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
    gap: 0.7rem;
    color: #ffdadd;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    line-height: 1.3;
    text-transform: uppercase;
}

body .bs-home-v2 .bs-v2-kicker::before {
    width: 30px;
    height: 2px;
    flex: 0 0 auto;
    background: var(--bs-red);
    content: '';
}

body .bs-home-v2 .bs-v2-kicker span {
    padding-left: 0.7rem;
    border-left: 1px solid rgba(255, 255, 255, 0.32);
    color: rgba(255, 255, 255, 0.72);
    letter-spacing: 0.02em;
    text-transform: none;
}

body .bs-home-v2 .bs-v2-kicker.is-dark {
    color: var(--bs-red-dark);
}

body .bs-home-v2 .bs-v2-kicker.is-dark span {
    border-left-color: var(--bs-line);
    color: var(--bs-grey);
}

body .bs-home-v2 .bs-v2-button {
    display: inline-flex;
    min-height: 50px;
    padding: 0.8rem 1.25rem;
    align-items: center;
    justify-content: center;
    border: 2px solid currentColor;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

body .bs-home-v2 .bs-v2-button.is-red {
    border-color: var(--bs-red);
    background: var(--bs-red);
    color: var(--bs-white);
}

body .bs-home-v2 .bs-v2-button.is-red:hover {
    border-color: var(--bs-red-dark);
    background: var(--bs-red-dark);
    color: var(--bs-white);
}

body .bs-home-v2 .bs-v2-button.is-blue {
    border-color: var(--bs-blue-dark);
    background: var(--bs-blue-dark);
    color: var(--bs-white);
}

body .bs-home-v2 .bs-v2-button.is-blue:hover {
    border-color: var(--bs-red);
    background: var(--bs-red);
    color: var(--bs-white);
}

body .bs-home-v2 .bs-v2-text-link {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    color: var(--bs-blue-dark);
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
}

body .bs-home-v2 .bs-v2-text-link span {
    color: currentColor;
    font-size: 1.15rem;
    transition: transform 160ms ease;
}

body .bs-home-v2 .bs-v2-text-link:hover span {
    transform: translateX(4px);
}

body .bs-home-v2 .bs-v2-text-link.is-light {
    color: var(--bs-white);
}

/* Hero */
body .bs-home-v2 .bs-v2-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--bs-blue-dark), var(--bs-blue));
    color: var(--bs-white);
}

body .bs-home-v2 .bs-v2-hero::before {
    display: none;
}

body .bs-home-v2 .bs-v2-hero-grid {
    position: relative;
    display: grid;
    min-height: 610px;
    padding: clamp(4rem, 6vw, 6.5rem) 0 4rem;
    align-items: center;
    gap: clamp(2.5rem, 5vw, 6rem);
    grid-template-columns: minmax(0, 0.95fr) minmax(470px, 1.05fr);
}

body .bs-home-v2 .bs-v2-hero-copy {
    position: relative;
    z-index: 2;
    max-width: 670px;
    animation: bs-v2-rise 600ms ease both;
}

body .bs-home-v2 .bs-v2-hero h1 {
    margin-bottom: 1.45rem;
    color: var(--bs-white);
    font-size: clamp(2.8rem, 4vw, 3.85rem);
    font-weight: 650;
    letter-spacing: -0.055em;
    line-height: 1.04;
}

body .bs-home-v2 .bs-v2-hero h1 strong {
    color: #ff656b;
    font-weight: 800;
}

body .bs-home-v2 .bs-v2-hero-intro {
    max-width: 620px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(1.02rem, 1.3vw, 1.16rem);
    line-height: 1.7;
}

body .bs-home-v2 .bs-v2-actions {
    display: flex;
    margin-top: 2rem;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.35rem;
}

body .bs-home-v2 .bs-v2-hero-visual {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    border-left: 6px solid var(--bs-red);
    animation: bs-v2-reveal 750ms 100ms ease both;
}

body .bs-home-v2 .bs-v2-hero-visual::before {
    display: none;
}

body .bs-home-v2 .bs-v2-hero-visual img {
    display: block;
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.78) contrast(1.05);
}

body .bs-home-v2 .bs-v2-hero-visual figcaption {
    display: flex;
    padding: 0.9rem 1rem;
    align-items: center;
    gap: 0.35rem;
    background: var(--bs-white);
    color: var(--bs-ink);
    font-size: 0.82rem;
}

body .bs-home-v2 .bs-v2-hero-visual figcaption strong {
    color: var(--bs-blue-dark);
}

body .bs-home-v2 .bs-v2-evidence {
    position: relative;
    display: grid;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    grid-template-columns: repeat(4, 1fr);
}

body .bs-home-v2 .bs-v2-evidence > div {
    min-height: 102px;
    padding: 1.35rem 1.5rem 1.35rem 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

body .bs-home-v2 .bs-v2-evidence > div:not(:first-child) {
    padding-left: 1.5rem;
}

body .bs-home-v2 .bs-v2-evidence > div:last-child {
    border-right: 0;
}

body .bs-home-v2 .bs-v2-evidence strong,
body .bs-home-v2 .bs-v2-evidence span {
    display: block;
}

body .bs-home-v2 .bs-v2-evidence strong {
    margin-bottom: 0.25rem;
    color: var(--bs-white);
    font-size: 0.94rem;
}

body .bs-home-v2 .bs-v2-evidence span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.78rem;
    line-height: 1.45;
}

/* Service paths */
body .bs-home-v2 .bs-v2-paths {
    padding: clamp(5rem, 8vw, 8rem) 0;
    background: var(--bs-white);
}

body .bs-home-v2 .bs-v2-section-intro {
    display: grid;
    margin-bottom: 2.5rem;
    align-items: end;
    column-gap: 3rem;
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
}

body .bs-home-v2 .bs-v2-section-intro .bs-v2-kicker {
    grid-column: 1 / -1;
}

body .bs-home-v2 .bs-v2-section-intro h2,
body .bs-home-v2 .bs-v2-assurance h2,
body .bs-home-v2 .bs-v2-locations h2,
body .bs-home-v2 .bs-v2-final-cta h2 {
    margin-bottom: 0;
    color: var(--bs-blue-dark);
    font-size: clamp(2.2rem, 3.5vw, 3rem);
    font-weight: 750;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

body .bs-home-v2 .bs-v2-section-intro > p:last-child {
    margin-bottom: 0;
    color: var(--bs-grey);
    font-size: 1rem;
    line-height: 1.7;
}

body .bs-home-v2 .bs-v2-path-grid {
    display: grid;
    min-height: 590px;
    gap: 1px;
    grid-template-columns: minmax(0, 1.55fr) minmax(330px, 0.75fr);
    background: var(--bs-white);
}

body .bs-home-v2 .bs-v2-path-side {
    display: grid;
    gap: 1px;
    grid-template-rows: 1fr 1fr;
}

body .bs-home-v2 .bs-v2-path {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 100%;
    background: var(--bs-blue-dark);
    color: var(--bs-white);
    text-decoration: none;
}

body .bs-home-v2 .bs-v2-path img,
body .bs-home-v2 .bs-v2-path-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

body .bs-home-v2 .bs-v2-path img {
    object-fit: cover;
    transition: transform 700ms cubic-bezier(0.2, 0.65, 0.3, 1), filter 300ms ease;
}

body .bs-home-v2 .bs-v2-path.is-business img {
    object-position: center 45%;
}

body .bs-home-v2 .bs-v2-path-shade {
    background: linear-gradient(180deg, rgba(3, 59, 99, 0.04) 20%, rgba(3, 59, 99, 0.97) 100%);
}

body .bs-home-v2 .bs-v2-path:hover img {
    filter: saturate(0.9);
    transform: scale(1.035);
}

body .bs-home-v2 .bs-v2-path-copy {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    flex-direction: column;
    align-items: flex-start;
}

body .bs-home-v2 .bs-v2-path-copy small {
    margin-bottom: 0.45rem;
    color: #ffdadd;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body .bs-home-v2 .bs-v2-path-copy strong {
    color: var(--bs-white);
    font-family: var(--heading-font-family);
    font-size: clamp(1.45rem, 2.5vw, 2.35rem);
    font-weight: 750;
    letter-spacing: -0.035em;
    line-height: 1.1;
}

body .bs-home-v2 .bs-v2-path-copy > span {
    max-width: 520px;
    margin-top: 0.65rem;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.9rem;
    line-height: 1.55;
}

body .bs-home-v2 .bs-v2-path-copy b {
    margin-top: 1rem;
    color: var(--bs-white);
    font-size: 0.82rem;
}

body .bs-home-v2 .bs-v2-path-side .bs-v2-path-copy {
    padding: 1.5rem;
}

body .bs-home-v2 .bs-v2-path-side .bs-v2-path-copy strong {
    font-size: clamp(1.25rem, 1.8vw, 1.65rem);
}

body .bs-home-v2 .bs-v2-service-rail {
    display: grid;
    margin-top: 1px;
    border-bottom: 1px solid var(--bs-line);
    grid-template-columns: repeat(4, 1fr);
}

body .bs-home-v2 .bs-v2-service-rail a {
    display: flex;
    min-height: 76px;
    padding: 1rem 1.15rem;
    align-items: center;
    gap: 0.85rem;
    border-right: 1px solid var(--bs-line);
    color: var(--bs-ink);
    font-size: 0.84rem;
    font-weight: 650;
    text-decoration: none;
}

body .bs-home-v2 .bs-v2-service-rail a:first-child {
    border-left: 1px solid var(--bs-line);
}

body .bs-home-v2 .bs-v2-service-rail a:hover {
    background: var(--bs-pale);
    color: var(--bs-blue-dark);
}

body .bs-home-v2 .bs-v2-service-rail span {
    color: var(--bs-red-dark);
    font-size: 0.7rem;
    font-weight: 700;
}

/* Assurance and process */
body .bs-home-v2 .bs-v2-assurance {
    padding: clamp(5rem, 8vw, 8rem) 0;
    border-top: 1px solid var(--bs-line);
    background:
        linear-gradient(90deg, rgba(3, 59, 99, 0.035) 1px, transparent 1px),
        var(--bs-pale);
    background-size: 80px 100%;
}

body .bs-home-v2 .bs-v2-assurance-grid {
    display: grid;
    align-items: start;
    gap: clamp(3rem, 7vw, 7rem);
    grid-template-columns: minmax(0, 0.85fr) minmax(430px, 1fr);
}

body .bs-home-v2 .bs-v2-assurance-copy {
    position: sticky;
    top: 2rem;
}

body .bs-home-v2 .bs-v2-assurance h2 {
    max-width: 650px;
    margin-bottom: 1.3rem;
}

body .bs-home-v2 .bs-v2-lead {
    max-width: 620px;
    margin-bottom: 1.5rem;
    color: var(--bs-grey);
    font-size: 1.04rem;
    line-height: 1.75;
}

body .bs-home-v2 .bs-v2-process-list {
    margin-bottom: 0;
    padding: 0;
    border-top: 1px solid #aebdc7;
    list-style: none;
}

body .bs-home-v2 .bs-v2-process-list li {
    display: grid;
    min-height: 130px;
    padding: 1.5rem 0;
    align-items: start;
    gap: 1.4rem;
    border-bottom: 1px solid #aebdc7;
    grid-template-columns: 46px 1fr;
}

body .bs-home-v2 .bs-v2-process-list > li > span {
    padding-top: 0.1rem;
    color: var(--bs-red-dark);
    font-size: 0.72rem;
    font-weight: 700;
}

body .bs-home-v2 .bs-v2-process-list strong {
    display: block;
    margin-bottom: 0.4rem;
    color: var(--bs-blue-dark);
    font-family: var(--heading-font-family);
    font-size: 1.2rem;
    font-weight: 750;
}

body .bs-home-v2 .bs-v2-process-list p {
    max-width: 530px;
    margin-bottom: 0;
    color: var(--bs-grey);
    font-size: 0.92rem;
    line-height: 1.6;
}

/* Pricing */
body .bs-home-v2 .bs-v2-price-band {
    border-top: 6px solid var(--bs-red);
    background: var(--bs-white);
}

body .bs-home-v2 .bs-v2-price-inner {
    display: grid;
    min-height: 250px;
    padding: 3.5rem 0;
    align-items: center;
    gap: 2.5rem;
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.7fr) auto;
}

body .bs-home-v2 .bs-v2-price-inner h2 {
    max-width: 580px;
    margin-bottom: 0;
    color: var(--bs-blue-dark);
    font-size: clamp(2rem, 3vw, 2.65rem);
    font-weight: 750;
    letter-spacing: -0.04em;
    line-height: 1.1;
}

body .bs-home-v2 .bs-v2-price-inner > p {
    margin-bottom: 0;
    color: var(--bs-grey);
    font-size: 0.94rem;
    line-height: 1.65;
}

body .bs-home-v2 .bs-v2-price-actions,
body .bs-home-v2 .bs-v2-final-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.2rem;
}

/* Locations */
body .bs-home-v2 .bs-v2-locations {
    padding: clamp(5rem, 8vw, 8rem) 0;
    background: var(--bs-blue-dark);
    color: var(--bs-white);
}

body .bs-home-v2 .bs-v2-locations-grid {
    display: grid;
    align-items: start;
    gap: clamp(3rem, 7vw, 7rem);
    grid-template-columns: minmax(0, 0.72fr) minmax(500px, 1fr);
}

body .bs-home-v2 .bs-v2-locations h2 {
    max-width: 530px;
    margin-bottom: 1.2rem;
    color: var(--bs-white);
}

body .bs-home-v2 .bs-v2-locations-copy > p:not(.bs-v2-kicker) {
    max-width: 560px;
    margin-bottom: 1.6rem;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.98rem;
    line-height: 1.7;
}

body .bs-home-v2 .bs-v2-location-list {
    border-top: 1px solid rgba(255, 255, 255, 0.28);
}

body .bs-home-v2 .bs-v2-location-list a {
    display: grid;
    min-height: 102px;
    padding: 1.25rem 0;
    align-items: center;
    gap: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
    color: var(--bs-white);
    grid-template-columns: minmax(150px, 0.7fr) minmax(220px, 1fr) 24px;
    text-decoration: none;
}

body .bs-home-v2 .bs-v2-location-list a:hover {
    padding-left: 1rem;
    background: rgba(255, 255, 255, 0.055);
}

body .bs-home-v2 .bs-v2-location-list span,
body .bs-home-v2 .bs-v2-location-list small,
body .bs-home-v2 .bs-v2-location-list strong {
    display: block;
}

body .bs-home-v2 .bs-v2-location-list small {
    margin-bottom: 0.25rem;
    color: #ffdadd;
    font-size: 0.74rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

body .bs-home-v2 .bs-v2-location-list strong {
    color: var(--bs-white);
    font-family: var(--heading-font-family);
    font-size: 1.18rem;
    font-weight: 750;
}

body .bs-home-v2 .bs-v2-location-list em {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.86rem;
    font-style: normal;
    line-height: 1.5;
}

body .bs-home-v2 .bs-v2-location-list b {
    color: var(--bs-red-soft);
    font-size: 1.2rem;
}

/* Final call to action */
body .bs-home-v2 .bs-v2-final-cta {
    padding: clamp(4.5rem, 7vw, 6.5rem) 0;
    border-bottom: 1px solid var(--bs-line);
    background: var(--bs-white);
}

body .bs-home-v2 .bs-v2-final-grid {
    display: grid;
    align-items: center;
    gap: 2.5rem;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.65fr) auto;
}

body .bs-home-v2 .bs-v2-final-cta h2 {
    max-width: 590px;
}

body .bs-home-v2 .bs-v2-final-grid > p {
    margin-bottom: 0;
    color: var(--bs-grey);
    font-size: 0.96rem;
    line-height: 1.7;
}

@keyframes bs-v2-rise {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bs-v2-reveal {
    from {
        opacity: 0;
        transform: translateX(24px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 1299.98px) {
    body .bs-header-v2 .bs-v2-header-row {
        gap: 1rem;
    }

    body .bs-header-v2 .bs-v2-brand {
        width: 185px;
    }

    body .bs-header-v2 .bs-v2-menu > li > a {
        padding-right: 0.55rem;
        padding-left: 0.55rem;
        font-size: 0.82rem;
    }
}

@media (max-width: 1199.98px) {
    body .bs-header-v2 .bs-v2-header-row {
        min-height: 76px;
        flex-wrap: wrap;
    }

    body .bs-header-v2 .bs-v2-brand {
        width: 195px;
    }

    body .bs-header-v2 .bs-v2-nav-zone {
        width: 100%;
        flex: 0 0 100%;
        order: 3;
    }

    body .bs-header-v2 .bs-v2-nav-collapse {
        width: 100%;
        padding: 0 0 1rem;
        border-top: 1px solid var(--bs-line);
    }

    body .bs-header-v2 .bs-v2-nav-collapse:not(.show) {
        display: none !important;
    }

    body .bs-header-v2 .bs-v2-nav-collapse.show {
        display: block !important;
    }

    body .bs-header-v2 .bs-v2-nav-collapse nav,
    body .bs-header-v2 .bs-v2-menu,
    body .bs-header-v2 .bs-v2-menu > li {
        display: block;
    }

    body .bs-header-v2 .bs-v2-menu > li > a {
        min-height: 48px;
        padding: 0.75rem 0;
        justify-content: space-between;
        border-bottom: 1px solid var(--bs-line);
        font-size: 0.9rem;
    }

    body .bs-header-v2 .bs-v2-menu > li > a::after {
        display: none;
    }

    body .bs-header-v2 .bs-v2-submenu {
        position: static;
        width: 100%;
        padding: 0.35rem 0 0.65rem;
        border-top: 0;
        box-shadow: none;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body .bs-header-v2 .bs-v2-has-submenu > .bs-v2-submenu:not(.show) {
        display: none !important;
    }

    body .bs-header-v2 .bs-v2-has-submenu > .bs-v2-submenu.show {
        display: grid !important;
    }

    body .bs-header-v2 .bs-v2-has-submenu > a {
        padding-right: 3.25rem;
    }

    body .bs-header-v2 .bs-v2-has-submenu > a > span {
        display: none;
    }

    body .bs-header-v2 .bs-v2-submenu-toggle {
        position: absolute;
        top: 3px;
        right: 0;
        display: inline-flex;
        width: 42px;
        height: 42px;
        padding: 0;
        align-items: center;
        justify-content: center;
        border: 0;
        background: transparent;
        color: var(--bs-red-dark);
    }

    body .bs-header-v2 .bs-v2-submenu-toggle[aria-expanded="true"] span {
        transform: rotate(180deg);
    }

    body .bs-header-v2 .bs-v2-submenu a {
        min-height: 42px;
        padding: 0.6rem 0.8rem;
        border-left: 2px solid var(--bs-red);
        font-size: 0.82rem;
    }

    body .bs-header-v2 .bs-v2-header-actions {
        margin-left: auto;
    }

    body .bs-header-v2 .bs-v2-phone-menu {
        display: none;
    }

    body .bs-header-v2 .bs-v2-account {
        display: none;
    }

    body .bs-header-v2 .bs-v2-nav-toggle {
        display: inline-flex;
    }

    body .bs-header-v2 .bs-v2-mobile-contacts {
        display: grid;
        padding-top: 0.8rem;
        gap: 1px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        background: var(--bs-line);
    }

    body .bs-header-v2 .bs-v2-mobile-contacts a {
        display: flex;
        min-height: 58px;
        padding: 0.7rem 0.8rem;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        background: var(--bs-pale);
        color: var(--bs-ink);
        text-decoration: none;
    }

    body .bs-header-v2 .bs-v2-mobile-contacts span {
        color: var(--bs-grey);
        font-size: 0.74rem;
    }

    body .bs-header-v2 .bs-v2-mobile-contacts strong {
        color: var(--bs-blue-dark);
        font-size: 0.84rem;
    }

    body .bs-header-v2 .bs-v2-mobile-account {
        display: flex;
        padding-top: 0.8rem;
        flex-wrap: wrap;
        gap: 0.6rem;
    }

    body .bs-header-v2 .bs-v2-mobile-account a {
        display: inline-flex;
        min-height: 42px;
        padding: 0.65rem 0.9rem;
        align-items: center;
        border: 1px solid var(--bs-line);
        color: var(--bs-blue-dark);
        font-size: 0.82rem;
        font-weight: 700;
        text-decoration: none;
    }

    body .bs-home-v2 .bs-v2-hero-grid {
        grid-template-columns: minmax(0, 0.85fr) minmax(390px, 1fr);
    }

    body .bs-home-v2 .bs-v2-hero-visual img {
        height: 430px;
    }

    body .bs-home-v2 .bs-v2-path-grid {
        min-height: 540px;
    }

    body .bs-home-v2 .bs-v2-price-inner,
    body .bs-home-v2 .bs-v2-final-grid {
        grid-template-columns: minmax(0, 1fr) minmax(250px, 0.65fr);
    }

    body .bs-home-v2 .bs-v2-price-actions,
    body .bs-home-v2 .bs-v2-final-actions {
        grid-column: 1 / -1;
    }
}

@media (max-width: 991.98px) {
    body .bs-home-v2 .bs-v2-hero-grid {
        min-height: auto;
        padding-bottom: 2.5rem;
        grid-template-columns: 1fr;
    }

    body .bs-home-v2 .bs-v2-hero-copy {
        max-width: 760px;
    }

    body .bs-home-v2 .bs-v2-hero-visual {
        width: calc(100% - 1.5rem);
        margin-left: 1.5rem;
    }

    body .bs-home-v2 .bs-v2-hero-visual img {
        height: 450px;
    }

    body .bs-home-v2 .bs-v2-evidence {
        grid-template-columns: repeat(2, 1fr);
    }

    body .bs-home-v2 .bs-v2-evidence > div:nth-child(2) {
        border-right: 0;
    }

    body .bs-home-v2 .bs-v2-evidence > div:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    body .bs-home-v2 .bs-v2-section-intro,
    body .bs-home-v2 .bs-v2-assurance-grid,
    body .bs-home-v2 .bs-v2-locations-grid {
        grid-template-columns: 1fr;
    }

    body .bs-home-v2 .bs-v2-section-intro {
        align-items: start;
    }

    body .bs-home-v2 .bs-v2-section-intro > p:last-child {
        margin-top: 1.2rem;
    }

    body .bs-home-v2 .bs-v2-path-grid {
        min-height: 760px;
        grid-template-columns: 1fr;
        grid-template-rows: 1.2fr 0.8fr;
    }

    body .bs-home-v2 .bs-v2-path-side {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
    }

    body .bs-home-v2 .bs-v2-service-rail {
        grid-template-columns: repeat(2, 1fr);
    }

    body .bs-home-v2 .bs-v2-assurance-copy {
        position: static;
    }

    body .bs-home-v2 .bs-v2-locations-grid {
        gap: 3rem;
    }
}

@media (max-width: 767.98px) {
    body .bs-header-v2 .container {
        width: min(100% - 1.5rem, 1480px);
    }

    body .bs-header-v2 .bs-v2-header-row {
        min-height: 70px;
    }

    body .bs-header-v2 .bs-v2-brand {
        width: 168px;
    }

    body .bs-header-v2 .bs-v2-quote {
        min-height: 42px;
        padding: 0.65rem 0.72rem;
        font-size: 0.78rem;
    }

    body .bs-header-v2 .bs-v2-nav-toggle {
        width: 42px;
        min-height: 42px;
    }

    body .bs-home-v2 .bs-v2-hero-grid {
        padding-top: 3.5rem;
        gap: 2.7rem;
    }

    body .bs-home-v2 .bs-v2-hero h1 {
        font-size: clamp(2.45rem, 11vw, 3.2rem);
    }

    body .bs-home-v2 .bs-v2-hero-visual {
        width: 100%;
        margin-left: 0;
        border-left-width: 4px;
    }

    body .bs-home-v2 .bs-v2-hero-visual::before {
        display: none;
    }

    body .bs-home-v2 .bs-v2-hero-visual img {
        height: 330px;
    }

    body .bs-home-v2 .bs-v2-evidence > div {
        min-height: 92px;
        padding: 1.1rem 1rem 1.1rem 0;
    }

    body .bs-home-v2 .bs-v2-evidence > div:not(:first-child) {
        padding-left: 1rem;
    }

    body .bs-home-v2 .bs-v2-path-grid {
        min-height: 920px;
        grid-template-rows: 1.15fr 1fr;
    }

    body .bs-home-v2 .bs-v2-path-side {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
    }

    body .bs-home-v2 .bs-v2-service-rail {
        grid-template-columns: 1fr;
    }

    body .bs-home-v2 .bs-v2-service-rail a,
    body .bs-home-v2 .bs-v2-service-rail a:first-child {
        min-height: 62px;
        border-top: 1px solid var(--bs-line);
        border-right: 1px solid var(--bs-line);
        border-left: 1px solid var(--bs-line);
    }

    body .bs-home-v2 .bs-v2-process-list li {
        min-height: 118px;
        gap: 0.8rem;
        grid-template-columns: 34px 1fr;
    }

    body .bs-home-v2 .bs-v2-price-inner,
    body .bs-home-v2 .bs-v2-final-grid {
        grid-template-columns: 1fr;
    }

    body .bs-home-v2 .bs-v2-price-actions,
    body .bs-home-v2 .bs-v2-final-actions {
        grid-column: auto;
    }

    body .bs-home-v2 .bs-v2-location-list a {
        gap: 0.6rem 1rem;
        grid-template-columns: 1fr 24px;
    }

    body .bs-home-v2 .bs-v2-location-list em {
        grid-column: 1;
    }

    body .bs-home-v2 .bs-v2-location-list b {
        grid-column: 2;
        grid-row: 1 / 3;
    }
}

@media (max-width: 575.98px) {
    body .bs-header-v2 .bs-v2-brand {
        width: 145px;
    }

    body .bs-header-v2 .bs-v2-header-actions {
        gap: 0.45rem;
    }

    body .bs-header-v2 .bs-v2-quote {
        padding-right: 0.55rem;
        padding-left: 0.55rem;
        font-size: 0.72rem;
    }

    body .bs-header-v2 .bs-v2-submenu,
    body .bs-header-v2 .bs-v2-mobile-contacts {
        grid-template-columns: 1fr;
    }

    body .bs-header-v2 .bs-v2-mobile-contacts a {
        min-height: 52px;
    }

    body .bs-home-v2 .bs-v2-kicker {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    body .bs-home-v2 .bs-v2-kicker span {
        width: 100%;
        margin-left: 40px;
        padding-left: 0;
        border-left: 0;
    }

    body .bs-home-v2 .bs-v2-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    body .bs-home-v2 .bs-v2-hero-visual img {
        height: 270px;
    }

    body .bs-home-v2 .bs-v2-hero-visual figcaption {
        display: block;
        line-height: 1.5;
    }

    body .bs-home-v2 .bs-v2-evidence {
        grid-template-columns: 1fr;
    }

    body .bs-home-v2 .bs-v2-evidence > div,
    body .bs-home-v2 .bs-v2-evidence > div:not(:first-child) {
        min-height: 74px;
        padding: 0.9rem 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    body .bs-home-v2 .bs-v2-evidence > div:last-child {
        border-bottom: 0;
    }

    body .bs-home-v2 .bs-v2-paths,
    body .bs-home-v2 .bs-v2-assurance,
    body .bs-home-v2 .bs-v2-locations {
        padding: 4.5rem 0;
    }

    body .bs-home-v2 .bs-v2-section-intro h2,
    body .bs-home-v2 .bs-v2-assurance h2,
    body .bs-home-v2 .bs-v2-locations h2,
    body .bs-home-v2 .bs-v2-final-cta h2 {
        font-size: clamp(2rem, 9vw, 2.55rem);
    }

    body .bs-home-v2 .bs-v2-path-grid {
        min-height: 850px;
    }

    body .bs-home-v2 .bs-v2-path-copy > span {
        display: none;
    }

    body .bs-home-v2 .bs-v2-price-inner {
        padding: 3rem 0;
    }
}

/* Recovered service pages aligned with the editorial homepage */
body .bs-page .bs-page-hero {
    overflow: hidden;
    background:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        var(--bs-blue-dark);
    background-size: 48px 48px;
}

body .bs-page .bs-page-hero::after {
    display: none;
}

body .bs-page .bs-page-hero-grid {
    min-height: 540px;
    grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1.18fr);
}

body .bs-page .bs-page-hero-copy {
    position: relative;
    padding-top: clamp(4rem, 7vw, 6.5rem);
    padding-right: clamp(2.5rem, 6vw, 6rem);
    padding-bottom: clamp(4rem, 7vw, 6.5rem);
    background: transparent;
}

body .bs-page .bs-page-hero-copy::after {
    position: absolute;
    right: 0;
    bottom: 12%;
    width: 32%;
    height: 1px;
    background: rgba(255, 255, 255, 0.18);
    content: '';
}

body .bs-page .bs-page-kicker {
    color: #ffdadd;
    font-size: 0.72rem;
}

body .bs-page .bs-page-kicker::before {
    height: 2px;
    background: var(--bs-red);
}

body .bs-page .bs-page-hero h1 {
    color: var(--bs-white);
    font-size: clamp(2.7rem, 4vw, 3.8rem);
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1.05;
}

body .bs-page .bs-page-hero-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: clamp(1rem, 1.3vw, 1.14rem);
    line-height: 1.7;
}

body .bs-page .bs-page-button.is-outline {
    border-color: rgba(255, 255, 255, 0.78);
    background: transparent;
    color: var(--bs-white);
}

body .bs-page .bs-page-button.is-outline:hover {
    border-color: var(--bs-white);
    background: var(--bs-white);
    color: var(--bs-blue-dark);
}

body .bs-page .bs-page-hero-media,
body .bs-page .bs-page-hero-media img {
    min-height: 450px;
}

body .bs-page .bs-page-hero-media {
    margin: 45px 0;
    border-left: 5px solid var(--bs-red);
    background: var(--bs-blue-dark);
}

body .bs-page .bs-page-hero-media img {
    filter: saturate(0.82) contrast(1.03);
}

body .bs-page .bs-page-hero-media::after {
    background: linear-gradient(90deg, rgba(3, 59, 99, 0.22), transparent 35%);
}

body .bs-page .bs-page-trust {
    border-top: 4px solid var(--bs-red);
    border-bottom: 0;
    background: var(--bs-blue-dark);
}

body .bs-page .bs-page-trust-grid span {
    position: relative;
    display: flex;
    min-height: 96px;
    align-items: center;
    padding: 1.6rem 1.5rem;
    border-color: rgba(255, 255, 255, 0.2);
    color: var(--bs-white);
    font-family: var(--heading-font-family);
    font-size: clamp(1.125rem, 1.3vw, 1.25rem);
    font-weight: 750;
    letter-spacing: -0.015em;
    line-height: 1.25;
    text-align: left;
    text-transform: none;
}

body .bs-page .bs-page-trust-grid span::before {
    width: 4px;
    height: 34px;
    margin-right: 1rem;
    flex: 0 0 4px;
    background: var(--bs-red);
    content: '';
}

@media (max-width: 991.98px) {
    body .bs-page .bs-page-hero-grid {
        min-height: auto;
        grid-template-columns: 1fr;
    }

    body .bs-page .bs-page-hero-copy {
        padding: 4rem max(1.5rem, calc((100vw - 720px) / 2)) 3rem;
    }

    body .bs-page .bs-page-hero-copy::after {
        display: none;
    }

    body .bs-page .bs-page-hero-media {
        width: min(calc(100% - 3rem), 720px);
        min-height: 400px;
        margin: 0 auto 3rem;
    }

    body .bs-page .bs-page-hero-media img {
        min-height: 400px;
    }
}

@media (max-width: 767.98px) {
    body .bs-page .bs-page-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body .bs-page .bs-page-trust-grid span:nth-child(2) {
        border-right: 0;
    }

    body .bs-page .bs-page-trust-grid span:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
}

@media (max-width: 575.98px) {
    body .bs-page .bs-page-hero-copy {
        padding: 3.5rem 1rem 2.75rem;
    }

    body .bs-page .bs-page-hero h1 {
        font-size: clamp(2.35rem, 10.5vw, 3rem);
    }

    body .bs-page .bs-page-hero-media {
        width: calc(100% - 2rem);
        min-height: 280px;
        margin-bottom: 2rem;
        border-left-width: 4px;
    }

    body .bs-page .bs-page-hero-media img {
        min-height: 280px;
    }

    body .bs-page .bs-page-trust-grid {
        grid-template-columns: 1fr;
    }

    body .bs-page .bs-page-trust-grid span {
        min-height: 76px;
        padding: 1.15rem 1rem;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        font-size: 1rem;
    }

    body .bs-page .bs-page-trust-grid span::before {
        height: 28px;
        margin-right: 0.75rem;
    }

    body .bs-page .bs-page-trust-grid span:last-child {
        border-bottom: 0;
    }
}

/* Header presence and regional coverage */
body .bs-header-v2 .bs-v3-coverage {
    background: var(--bs-blue-dark);
    color: var(--bs-white);
}

body .bs-header-v2 .bs-v3-coverage-inner {
    display: flex;
    min-height: 48px;
    align-items: stretch;
    justify-content: space-between;
}

body .bs-header-v2 .bs-v3-coverage-intro {
    display: flex;
    min-width: 340px;
    padding-right: 1.5rem;
    align-items: center;
    gap: 0.8rem;
    color: var(--bs-white);
    text-decoration: none;
}

body .bs-header-v2 .bs-v3-coverage-intro strong {
    color: var(--bs-white);
    font-family: var(--heading-font-family);
    font-size: 0.82rem;
    font-weight: 750;
    letter-spacing: -0.01em;
    white-space: nowrap;
}

body .bs-header-v2 .bs-v3-coverage-intro strong::before {
    display: inline-block;
    width: 20px;
    height: 2px;
    margin-right: 0.55rem;
    vertical-align: middle;
    background: var(--bs-red);
    content: '';
}

body .bs-header-v2 .bs-v3-coverage-intro span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.7rem;
    line-height: 1.35;
}

body .bs-header-v2 .bs-v3-coverage-mobile {
    display: none;
}

body .bs-header-v2 .bs-v3-coverage-locations {
    display: grid;
    flex: 1 1 auto;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    grid-template-columns: repeat(4, minmax(140px, 1fr));
}

body .bs-header-v2 .bs-v3-coverage-locations a {
    display: flex;
    min-width: 0;
    padding: 0.45rem clamp(0.65rem, 1.1vw, 1rem);
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--bs-white);
    line-height: 1.2;
    text-decoration: none;
}

body .bs-header-v2 .bs-v3-coverage-locations a:hover {
    background: rgba(255, 255, 255, 0.08);
}

body .bs-header-v2 .bs-v3-coverage-locations span {
    margin-bottom: 0.13rem;
    color: #ffdadd;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body .bs-header-v2 .bs-v3-coverage-locations strong {
    color: var(--bs-white);
    font-size: clamp(0.68rem, 0.82vw, 0.8rem);
    font-weight: 650;
    white-space: nowrap;
}

body .bs-header-v2 .bs-v2-header-row {
    min-height: 96px;
    gap: clamp(1rem, 1.7vw, 2rem);
}

body .bs-header-v2 .bs-v3-brand-group {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 1rem;
}

body .bs-header-v2 .bs-v2-brand {
    width: clamp(195px, 14vw, 225px);
}

body .bs-header-v2 .bs-v3-brand-promise {
    display: block;
    padding-left: 1rem;
    border-left: 1px solid var(--bs-line);
    color: var(--bs-blue-dark);
    font-family: var(--heading-font-family);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.4;
    white-space: nowrap;
}

body .bs-header-v2 .bs-v2-menu > li > a {
    font-size: 0.92rem;
    font-weight: 700 !important;
}

body .bs-header-v2 .bs-v2-header-actions {
    gap: 0.7rem;
}

body .bs-header-v2 .bs-v3-find-location,
body .bs-header-v2 .bs-v2-quote {
    display: inline-flex;
    min-height: 50px;
    padding: 0.72rem 0.9rem;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

body .bs-header-v2 .bs-v3-find-location {
    border: 1px solid var(--bs-blue-dark);
    background: var(--bs-white);
    color: var(--bs-blue-dark);
}

body .bs-header-v2 .bs-v3-find-location:hover {
    background: var(--bs-blue-dark);
    color: var(--bs-white);
}

body .bs-header-v2 .bs-v2-quote {
    padding-right: 1.1rem;
    padding-left: 1.1rem;
}

@media (max-width: 1399.98px) {
    body .bs-header-v2 .bs-v3-coverage-intro {
        min-width: 300px;
    }

    body .bs-header-v2 .bs-v3-coverage-wide {
        display: none;
    }

    body .bs-header-v2 .bs-v3-coverage-intro::after {
        color: rgba(255, 255, 255, 0.66);
        content: 'Midlands, Staffordshire and North West';
        font-size: 0.68rem;
    }

    body .bs-header-v2 .bs-v3-brand-promise {
        font-size: 0.72rem;
    }

    body .bs-header-v2 .bs-v2-menu > li > a {
        padding-right: 0.48rem;
        padding-left: 0.48rem;
        font-size: 0.84rem;
    }

    body .bs-header-v2 .bs-v3-find-location {
        padding-right: 0.7rem;
        padding-left: 0.7rem;
        font-size: 0.78rem;
    }
}

@media (max-width: 1199.98px) {
    body .bs-header-v2 .bs-v3-coverage-inner {
        min-height: 50px;
        justify-content: center;
    }

    body .bs-header-v2 .bs-v3-coverage-intro {
        min-width: 0;
        padding: 0.5rem 0;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 0.08rem;
    }

    body .bs-header-v2 .bs-v3-coverage-intro strong::before {
        width: 15px;
    }

    body .bs-header-v2 .bs-v3-coverage-intro::after,
    body .bs-header-v2 .bs-v3-coverage-wide,
    body .bs-header-v2 .bs-v3-coverage-locations {
        display: none;
    }

    body .bs-header-v2 .bs-v3-coverage-mobile {
        display: block;
        padding-left: 36px;
    }

    body .bs-header-v2 .bs-v3-brand-promise,
    body .bs-header-v2 .bs-v3-find-location {
        display: none;
    }

    body .bs-header-v2 .bs-v2-header-row {
        min-height: 78px;
    }
}

@media (max-width: 767.98px) {
    body .bs-header-v2 .bs-v2-brand {
        width: 165px;
    }

    body .bs-header-v2 .bs-v2-header-row {
        gap: 0.7rem;
    }
}

@media (max-width: 575.98px) {
    body .bs-header-v2 .bs-v3-coverage-inner {
        justify-content: flex-start;
    }

    body .bs-header-v2 .bs-v3-coverage-intro strong {
        font-size: 0.72rem;
    }

    body .bs-header-v2 .bs-v3-coverage-mobile {
        font-size: 0.7rem;
    }

    body .bs-header-v2 .bs-v2-header-row {
        min-height: 72px;
        gap: 0.55rem;
    }

    body .bs-header-v2 .bs-v2-brand {
        width: 140px;
    }
}

/* Final brand boundary: neutralise legacy generated-site link and button states. */
body a {
    color: var(--bs-blue);
}

body a:hover,
body a:focus {
    color: var(--bs-blue-dark);
}

body :is(.breadcrumb, [aria-label="Breadcrumb"]):not(.bs-content-breadcrumbs) {
    color: var(--bs-grey) !important;
}

body :is(.breadcrumb, [aria-label="Breadcrumb"]):not(.bs-content-breadcrumbs) a {
    color: var(--bs-blue-dark) !important;
}

body .bs-branch-breadcrumb {
    color: var(--bs-blue-dark) !important;
}

body :is(.breadcrumb, [aria-label="Breadcrumb"]):not(.bs-content-breadcrumbs) a:hover,
body :is(.breadcrumb, [aria-label="Breadcrumb"]):not(.bs-content-breadcrumbs) a:focus {
    color: var(--bs-red-dark) !important;
}

body .bs-branch-breadcrumb:hover,
body .bs-branch-breadcrumb:focus {
    color: var(--bs-red-dark) !important;
}

body :is(.breadcrumb-item + .breadcrumb-item::before, .bs-page-breadcrumb-divider) {
    color: var(--bs-red) !important;
}

body .bs-content-breadcrumbs {
    background: var(--bs-blue-dark) !important;
    color: rgba(255, 255, 255, 0.78) !important;
}

body .bs-content-breadcrumbs a,
body .bs-content-breadcrumbs a:hover,
body .bs-content-breadcrumbs a:focus {
    color: var(--bs-white) !important;
}

body .bs-content-breadcrumbs .bs-content-divider {
    color: #ffb5b8 !important;
}

body :is(.btn-primary, .primary-btn) {
    border-color: var(--bs-red) !important;
    background-color: var(--bs-red) !important;
    color: var(--bs-white) !important;
}

body :is(.btn-primary, .primary-btn):hover,
body :is(.btn-primary, .primary-btn):focus,
body :is(.btn-primary, .primary-btn):focus-visible,
body :is(.btn-primary, .primary-btn):active {
    border-color: var(--bs-red-dark) !important;
    background-color: var(--bs-red-dark) !important;
    color: var(--bs-white) !important;
}

body :is(.btn-secondary, .btn-dark) {
    border-color: var(--bs-blue-dark) !important;
    background-color: var(--bs-blue-dark) !important;
    color: var(--bs-white) !important;
}

body :is(.btn-secondary, .btn-dark):hover,
body :is(.btn-secondary, .btn-dark):focus,
body :is(.btn-secondary, .btn-dark):focus-visible,
body :is(.btn-secondary, .btn-dark):active {
    border-color: var(--bs-red-dark) !important;
    background-color: var(--bs-red-dark) !important;
    color: var(--bs-white) !important;
}

body :is(.btn-outline-primary, .btn-outline-secondary, .btn-outline-dark) {
    border-color: var(--bs-blue-dark) !important;
    background-color: transparent !important;
    color: var(--bs-blue-dark) !important;
}

body :is(.btn-outline-primary, .btn-outline-secondary, .btn-outline-dark):hover,
body :is(.btn-outline-primary, .btn-outline-secondary, .btn-outline-dark):focus,
body :is(.btn-outline-primary, .btn-outline-secondary, .btn-outline-dark):focus-visible,
body :is(.btn-outline-primary, .btn-outline-secondary, .btn-outline-dark):active {
    border-color: var(--bs-blue-dark) !important;
    background-color: var(--bs-blue-dark) !important;
    color: var(--bs-white) !important;
}

body .btn:not(.btn-link):hover,
body .btn:not(.btn-link):focus,
body .btn:not(.btn-link):focus-visible,
body .btn:not(.btn-link):active {
    border-color: var(--bs-red-dark) !important;
    background-color: var(--bs-red-dark) !important;
    color: var(--bs-white) !important;
}

body .btn-link:hover,
body .btn-link:focus {
    background: transparent !important;
    color: var(--bs-red-dark) !important;
}

body :is(.btn, button, [role="button"]):focus-visible {
    outline: 3px solid var(--bs-red) !important;
    outline-offset: 3px;
}

/* Show complete service scenes: labels and people must not be lost to cover crops. */
body .bs-home-v2 .bs-v2-hero-visual {
    align-self: center;
}

body .bs-home-v2 .bs-v2-hero-visual img,
body .bs-page .bs-page-hero-media img,
body .bs-branch-page .bs-branch-hero .bs-branch-hero-image,
body .bs-site-quote.bradshaw-quote-page .bs-site-quote-hero-media img {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    object-fit: contain;
    object-position: center;
    filter: none;
}

body .bs-page .bs-page-hero-media {
    align-self: center;
    height: auto;
    min-height: 0;
    max-height: none;
}

body .bs-page .bs-page-hero-media picture {
    display: block;
}

body .bs-page .bs-page-hero-media::after {
    display: none;
}

body .bs-page .bs-page-hero-media .bs-service-image-note {
    margin: 0;
    padding: 0.5rem 0.8rem;
    background: var(--bs-white);
    color: var(--bs-ink);
}

body .bs-service-image-note {
    display: block;
    margin-top: 0.4rem;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
}

body .bs-home-v2 .bs-v2-hero-visual figcaption {
    display: block;
}

body .bs-branch-page .bs-branch-hero .bs-branch-hero-visual {
    align-self: center;
    min-height: 0;
}

body .bs-site-quote.bradshaw-quote-page .bs-site-quote-hero-media {
    align-self: center;
    min-height: 0;
    margin-top: 0;
}

body .bs-site-quote.bradshaw-quote-page .bs-site-quote-hero-media p {
    position: static;
    min-width: 0;
    margin: 0;
}

/* Card copy sits below the artwork rather than covering its service labels. */
body .bs-home-v2 .bs-v2-path-grid {
    min-height: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 1.5rem;
    align-items: stretch;
}

body .bs-home-v2 .bs-v2-path-side {
    display: contents;
}

body .bs-home-v2 .bs-v2-path {
    display: flex;
    min-height: 0;
    flex-direction: column;
}

body .bs-home-v2 .bs-v2-path img {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: contain;
    transform: none;
    filter: none;
}

body .bs-home-v2 .bs-v2-path-shade {
    display: none;
}

body .bs-home-v2 .bs-v2-path-copy {
    position: static;
    flex: 1;
    padding: 1.5rem;
}

body .bs-home-v2 .bs-v2-path-copy strong {
    font-size: clamp(1.45rem, 2vw, 1.9rem);
}

body .bs-home-v2 .bs-v2-path:hover img {
    transform: none;
    filter: none;
}

body .bs-page.bs-page--no-image .bs-page-hero-grid {
    min-height: 0;
    grid-template-columns: 1fr;
}

body .bs-page.bs-page--no-image .bs-page-hero-copy::after {
    display: none;
}

body .bs-page.bs-page--no-image .bs-page-hero-description {
    max-width: 800px;
}

@media (max-width: 767.98px) {
    body .bs-home-v2 .bs-v2-path-grid {
        grid-template-columns: 1fr;
    }
}
