/*
 * BizBroker Premium Website
 * Fully scoped to .bbx-site / .bbx-site-active so deactivation cleanly restores the theme.
 */

:root {
	--bbx-purple: #6543a5;
	--bbx-purple-strong: #563393;
	--bbx-aubergine: #231235;
	--bbx-aubergine-2: #31184b;
	--bbx-mint: #73d9a6;
	--bbx-mint-light: #b9f4d6;
	--bbx-ink: #17131e;
	--bbx-muted: #625c69;
	--bbx-line: #ded9e6;
	--bbx-paper: #f5f3f8;
	--bbx-white: #fff;
	--bbx-radius: 22px;
	--bbx-shadow: 0 26px 70px rgba(35, 18, 53, 0.13);
	--bbx-wrap: min(1280px, calc(100vw - 64px));
}

html { scroll-behavior: smooth; scroll-padding-top: 140px; }
body.bbx-site-active { margin: 0 !important; background: var(--bbx-white); color: var(--bbx-ink); }
body.bbx-site-active.admin-bar .bbx-header { top: 32px; }
.bbx-site, .bbx-site *, .bbx-site *::before, .bbx-site *::after { box-sizing: border-box; }
.bbx-site { min-height: 100vh; overflow: clip; background: var(--bbx-white); color: var(--bbx-ink); font-family: Inter, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
.bbx-site img { display: block; max-width: 100%; }
.bbx-site a { color: inherit; text-decoration: none; }
.bbx-site button, .bbx-site input, .bbx-site select, .bbx-site textarea { font: inherit; }
.bbx-site button, .bbx-site summary, .bbx-site a { -webkit-tap-highlight-color: transparent; }
.bbx-site button { cursor: pointer; }
.bbx-site h1, .bbx-site h2, .bbx-site h3, .bbx-site h4, .bbx-site p, .bbx-site figure, .bbx-site blockquote { margin-top: 0; }
.bbx-site h1, .bbx-site h2, .bbx-site h3 { color: inherit; font-weight: 760; letter-spacing: -0.045em; line-height: .98; overflow-wrap: break-word; text-wrap: balance; }
.bbx-site h1 { font-size: clamp(3.4rem, 7.2vw, 7.2rem); }
.bbx-site h2 { font-size: clamp(2.6rem, 5vw, 5.15rem); }
.bbx-site h3 { font-size: clamp(1.25rem, 2vw, 1.7rem); }
.bbx-site p { font-size: 1rem; }
.bbx-site svg { display: inline-block; width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.bbx-site :focus-visible { outline: 3px solid #fff; outline-offset: 3px; box-shadow: 0 0 0 6px #4b237d; }
.bbx-wrap { width: var(--bbx-wrap); margin-inline: auto; }
.bbx-section { padding: clamp(78px, 9vw, 138px) 0; position: relative; }
.bbx-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--bbx-purple-strong); font-size: .76rem; font-weight: 850; letter-spacing: .16em; line-height: 1.2; text-transform: uppercase; }
.bbx-kicker::before { width: 25px; height: 2px; content: ""; background: currentColor; }
.bbx-kicker--mint { color: var(--bbx-mint); }
.bbx-section-heading { max-width: 830px; margin-bottom: clamp(42px, 6vw, 76px); }
.bbx-section-heading h2 { margin-bottom: 0; }
.bbx-section-heading--split { max-width: none; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .6fr); gap: 80px; align-items: end; }
.bbx-section-heading--split p { margin: 0 0 8px; color: var(--bbx-muted); font-size: 1.08rem; line-height: 1.75; }
.bbx-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.bbx-button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 14px 23px; border: 2px solid var(--bbx-mint); border-radius: 8px; background: var(--bbx-mint); color: #14241d !important; font-size: .94rem; font-weight: 820; line-height: 1.2; transition: transform .2s ease, background-color .2s ease, border-color .2s ease; }
.bbx-button:hover { transform: translateY(-2px); background: var(--bbx-mint-light); border-color: var(--bbx-mint-light); }
.bbx-button svg { transition: transform .2s ease; }
.bbx-button:hover svg { transform: translateX(4px); }
.bbx-button--small { min-height: 46px; padding: 11px 17px; font-size: .86rem; }
.bbx-button--ghost { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.08); color: #fff !important; backdrop-filter: blur(8px); }
.bbx-button--ghost:hover { background: #fff; border-color: #fff; color: var(--bbx-aubergine) !important; }
.bbx-button--outline { border-color: var(--bbx-purple); background: transparent; color: var(--bbx-purple) !important; }
.bbx-text-link { display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid currentColor; color: var(--bbx-purple-strong); font-weight: 800; line-height: 2; }
.bbx-text-link:hover svg { transform: translateX(4px); }
.bbx-text-link svg { transition: transform .2s ease; }
.bbx-text-link--light { color: #fff; }
.bbx-skip { position: fixed; top: 10px; left: 10px; z-index: 100000; padding: 12px 18px; background: #fff; color: #111; transform: translateY(-140%); }
.bbx-skip:focus { transform: translateY(0); }
.screen-reader-text, .bbx-site .screen-reader-text { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

/* Brand and navigation */
.bbx-header { position: sticky; top: 0; z-index: 9990; width: 100%; background: #fff; box-shadow: 0 1px 0 rgba(35,18,53,.09); }
.bbx-topbar { height: 36px; background: var(--bbx-aubergine); color: rgba(255,255,255,.82); font-size: .76rem; }
.bbx-topbar__inner { height: 100%; display: flex; justify-content: space-between; align-items: center; }
.bbx-topbar p { margin: 0; font-size: inherit; font-weight: 700; letter-spacing: .05em; }
.bbx-topbar__links { display: flex; gap: 26px; align-items: center; }
.bbx-topbar__links a, .bbx-topbar__links span { display: inline-flex; gap: 8px; align-items: center; }
.bbx-topbar__links a:hover { color: var(--bbx-mint); }
.bbx-topbar__links svg { width: 14px; height: 14px; }
.bbx-nav-shell { height: 88px; position: relative; background: rgba(255,255,255,.98); }
.bbx-nav { height: 100%; display: flex; align-items: center; gap: 36px; }
.bbx-logo { flex: 0 0 auto; }
.bbx-brand { display: flex; align-items: center; gap: 11px; color: var(--bbx-aubergine); }
.bbx-brand__mark { width: 44px; height: 44px; display: grid; place-items: center; position: relative; border-radius: 10px 10px 22px 10px; background: var(--bbx-purple); color: var(--bbx-mint); transform: rotate(-3deg); }
.bbx-brand__mark::after { position: absolute; inset: 5px; border: 1px solid rgba(255,255,255,.3); border-radius: 7px 7px 17px 7px; content: ""; }
.bbx-brand__mark span { position: relative; z-index: 1; font-size: 1.35rem; font-weight: 950; line-height: 1; transform: rotate(3deg); }
.bbx-brand__type { display: grid; grid-template-columns: auto auto; align-items: baseline; column-gap: 3px; line-height: 1; }
.bbx-brand__type strong { color: var(--bbx-purple); font-size: 1.28rem; font-weight: 950; letter-spacing: -.04em; }
.bbx-brand__type > span { color: var(--bbx-aubergine); font-size: 1.17rem; font-weight: 550; }
.bbx-brand__type small { grid-column: 1 / -1; margin-top: 5px; color: #6c6572; font-size: .56rem; font-weight: 720; letter-spacing: .055em; white-space: nowrap; }
.bbx-brand--light { color: #fff; }
.bbx-brand--light .bbx-brand__type strong, .bbx-brand--light .bbx-brand__type > span { color: #fff; }
.bbx-brand--light .bbx-brand__type small { color: rgba(255,255,255,.65); }
.bbx-brand--light .bbx-brand__mark { background: var(--bbx-mint); color: var(--bbx-aubergine); }
.bbx-desktop-nav { height: 100%; display: flex; align-items: center; gap: clamp(17px, 1.8vw, 29px); margin-left: auto; }
.bbx-desktop-nav > a, .bbx-mega > summary { display: inline-flex; align-items: center; gap: 5px; color: #302939; font-size: .86rem; font-weight: 780; line-height: 1; list-style: none; white-space: nowrap; cursor: pointer; }
.bbx-desktop-nav > a { height: 100%; position: relative; }
.bbx-desktop-nav > a::after { position: absolute; right: 0; bottom: 25px; left: 0; height: 2px; content: ""; background: var(--bbx-mint); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.bbx-desktop-nav > a:hover::after { transform: scaleX(1); }
.bbx-mega { height: 100%; display: flex; align-items: center; position: static; }
.bbx-mega > summary { height: 100%; }
.bbx-mega > summary::-webkit-details-marker { display: none; }
.bbx-mega > summary svg { width: 14px; transition: transform .2s ease; }
.bbx-mega[open] > summary svg { transform: rotate(180deg); }
.bbx-mega__panel { position: absolute; top: calc(100% - 1px); left: 50%; width: min(1340px, calc(100vw - 32px)); display: grid; grid-template-columns: 1.35fr repeat(4, 1fr); gap: 0; padding: 0; border: 1px solid var(--bbx-line); border-radius: 0 0 18px 18px; background: #fff; box-shadow: 0 35px 90px rgba(35,18,53,.2); transform: translateX(-50%); overflow: hidden; }
.bbx-mega__intro { padding: 38px; background: var(--bbx-aubergine); color: #fff; }
.bbx-mega__intro .bbx-kicker { margin-bottom: 14px; }
.bbx-mega__intro strong { display: block; max-width: 250px; margin-bottom: 13px; font-size: 1.7rem; line-height: 1.05; letter-spacing: -.035em; }
.bbx-mega__intro p { color: rgba(255,255,255,.7); font-size: .88rem; line-height: 1.6; }
.bbx-mega__intro a { display: inline-flex; align-items: center; gap: 8px; margin-top: 11px; color: var(--bbx-mint); font-size: .84rem; font-weight: 800; }
.bbx-mega__column { padding: 37px 25px; border-right: 1px solid var(--bbx-line); }
.bbx-mega__column:last-child { border-right: 0; }
.bbx-mega__column > strong { display: block; min-height: 36px; margin-bottom: 13px; color: var(--bbx-aubergine); font-size: .77rem; letter-spacing: .04em; line-height: 1.3; text-transform: uppercase; }
.bbx-mega__column a { display: block; padding: 7px 0; color: #625a67; font-size: .86rem; line-height: 1.35; }
.bbx-mega__column a:hover { color: var(--bbx-purple); transform: translateX(2px); }
.bbx-nav__actions { display: flex; align-items: center; gap: 16px; }
.bbx-phone-link { display: flex; gap: 9px; align-items: center; color: var(--bbx-aubergine); }
.bbx-phone-link > svg { width: 23px; height: 23px; color: var(--bbx-purple); }
.bbx-phone-link span { display: flex; flex-direction: column; font-size: .92rem; font-weight: 850; line-height: 1.15; white-space: nowrap; }
.bbx-phone-link small { margin-bottom: 4px; color: #7a7480; font-size: .62rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.bbx-menu-toggle { width: 46px; height: 46px; display: none; place-items: center; padding: 0; border: 1px solid var(--bbx-line); border-radius: 8px; background: #fff; color: var(--bbx-aubergine); }
.bbx-menu-toggle svg { width: 25px; height: 25px; }
.bbx-menu-toggle__close { display: none; }
.bbx-menu-toggle[aria-expanded="true"] .bbx-menu-toggle__open { display: none; }
.bbx-menu-toggle[aria-expanded="true"] .bbx-menu-toggle__close { display: block; }
.bbx-mobile-menu { position: fixed; z-index: 9985; inset: 124px 0 0; background: #fff; border-top: 1px solid var(--bbx-line); }
.bbx-mobile-menu[hidden] { display: none !important; }
body.admin-bar .bbx-mobile-menu { top: 156px; }
.bbx-mobile-menu__scroll { height: 100%; overflow-y: auto; padding: 24px max(24px, calc((100vw - 1280px)/2)) 110px; }
.bbx-mobile-menu__scroll > a, .bbx-mobile-menu summary { display: flex; align-items: center; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid var(--bbx-line); color: var(--bbx-aubergine); font-size: 1.15rem; font-weight: 800; list-style: none; }
.bbx-mobile-menu summary::-webkit-details-marker { display: none; }
.bbx-mobile-menu summary svg { width: 18px; }
.bbx-mobile-menu details[open] summary svg { transform: rotate(180deg); }
.bbx-mobile-menu__sub { display: grid; gap: 5px; padding: 20px 0 24px 18px; }
.bbx-mobile-menu__sub strong { margin-top: 15px; color: var(--bbx-purple); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.bbx-mobile-menu__sub strong:first-child { margin-top: 0; }
.bbx-mobile-menu__sub a { padding: 7px 0; color: var(--bbx-muted); font-size: .95rem; }
.bbx-mobile-menu__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding-top: 25px; }
body.bbx-menu-open { overflow: hidden; }

/* Homepage */
.bbx-home-hero { min-height: calc(100svh - 124px); display: grid; position: relative; background: var(--bbx-aubergine); color: #fff; }
.bbx-home-hero__image, .bbx-home-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.bbx-home-hero__image { object-fit: cover; object-position: 52% 43%; }
.bbx-home-hero__shade { background: linear-gradient(90deg, rgba(27,12,43,.93) 0%, rgba(33,16,51,.78) 46%, rgba(25,16,32,.2) 82%), linear-gradient(0deg, rgba(19,11,27,.72), transparent 45%); }
.bbx-home-hero__inner { min-height: 720px; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 1; padding: 90px 0 155px; }
.bbx-home-hero__copy { width: min(790px, 66vw); }
.bbx-home-hero h1 { max-width: 780px; margin-bottom: 25px; font-size: clamp(4rem, 7.6vw, 7.5rem); }
.bbx-home-hero__copy > p { max-width: 660px; margin-bottom: 35px; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 1.55vw, 1.28rem); line-height: 1.65; }
.bbx-home-hero__proof { position: absolute; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.22); background: rgba(27,12,43,.4); backdrop-filter: blur(12px); }
.bbx-home-hero__proof div { min-height: 112px; display: flex; flex-direction: column; justify-content: center; padding: 22px 35px; border-right: 1px solid rgba(255,255,255,.18); }
.bbx-home-hero__proof div:last-child { border: 0; }
.bbx-home-hero__proof strong { margin-bottom: 5px; color: var(--bbx-mint); font-size: 1.36rem; letter-spacing: -.03em; }
.bbx-home-hero__proof span { color: rgba(255,255,255,.73); font-size: .81rem; }
.bbx-sector-section { background: var(--bbx-paper); }
.bbx-sector-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.bbx-sector-card { min-height: 310px; grid-column: span 4; display: flex; align-items: end; position: relative; border-radius: var(--bbx-radius); background: var(--bbx-aubergine); color: #fff; overflow: hidden; isolation: isolate; }
.bbx-sector-card--1 { min-height: 520px; grid-column: span 7; grid-row: span 2; }
.bbx-sector-card--2, .bbx-sector-card--3 { min-height: 251px; grid-column: span 5; }
.bbx-sector-card--4, .bbx-sector-card--5, .bbx-sector-card--6, .bbx-sector-card--7 { grid-column: span 6; }
.bbx-sector-card img, .bbx-sector-card__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.bbx-sector-card img { z-index: -2; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.bbx-sector-card--2 img { object-position: 36% center; }
.bbx-sector-card--3 img { object-position: 72% center; }
.bbx-sector-card--4 img { object-position: 18% center; }
.bbx-sector-card--5 img { object-position: 32% center; }
.bbx-sector-card--6 img { object-position: 74% center; }
.bbx-sector-card--7 img { object-position: 82% center; }
.bbx-sector-card__shade { z-index: -1; background: linear-gradient(0deg, rgba(29,13,44,.94) 0%, rgba(29,13,44,.18) 76%); }
.bbx-sector-card:hover img { transform: scale(1.045); }
.bbx-sector-card__content { width: 100%; display: grid; padding: 28px; }
.bbx-sector-card__content small { margin-bottom: 7px; color: var(--bbx-mint); font-size: .7rem; font-style: normal; font-weight: 820; letter-spacing: .11em; text-transform: uppercase; }
.bbx-sector-card__content strong { max-width: 480px; margin-bottom: 8px; font-size: clamp(1.45rem, 2.2vw, 2.2rem); letter-spacing: -.04em; line-height: 1.05; }
.bbx-sector-card__content em { max-width: 520px; color: rgba(255,255,255,.72); font-size: .89rem; font-style: normal; line-height: 1.55; }
.bbx-sector-card__content b { display: flex; align-items: center; gap: 7px; margin-top: 18px; color: #fff; font-size: .8rem; }
.bbx-sector-card__content b svg { color: var(--bbx-mint); }
.bbx-story { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.bbx-story--dark { background: var(--bbx-aubergine); color: #fff; }
.bbx-story__media { min-height: 820px; position: relative; overflow: hidden; }
.bbx-story__media img { width: 100%; height: 100%; object-fit: cover; }
.bbx-story__caption { position: absolute; right: 22px; bottom: 22px; left: 22px; padding: 17px 20px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; background: rgba(35,18,53,.74); color: rgba(255,255,255,.82); font-size: .77rem; letter-spacing: .06em; backdrop-filter: blur(9px); }
.bbx-story__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(65px, 8vw, 130px); }
.bbx-story__copy > p { max-width: 650px; color: rgba(255,255,255,.72); font-size: 1.07rem; }
.bbx-risk-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 40px 0; border: 1px solid rgba(255,255,255,.15); }
.bbx-risk-list > div { min-height: 180px; padding: 25px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.bbx-risk-list > div:nth-child(2n) { border-right: 0; }
.bbx-risk-list > div:nth-child(n+3) { border-bottom: 0; }
.bbx-risk-list span { display: block; margin-bottom: 23px; color: var(--bbx-mint); font-size: .72rem; font-weight: 900; }
.bbx-risk-list strong { font-size: 1.16rem; }
.bbx-risk-list p { margin: 6px 0 0; color: rgba(255,255,255,.62); font-size: .84rem; line-height: 1.55; }
.bbx-process { background: #fff; }
.bbx-process__layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(380px, .7fr); gap: clamp(50px, 8vw, 120px); align-items: center; }
.bbx-process__copy > p { max-width: 650px; color: var(--bbx-muted); font-size: 1.05rem; }
.bbx-process-list { display: grid; gap: 0; margin: 44px 0 0; padding: 0; list-style: none; }
.bbx-process-list li { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 21px 0; border-top: 1px solid var(--bbx-line); }
.bbx-process-list li:last-child { border-bottom: 1px solid var(--bbx-line); }
.bbx-process-list li > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--bbx-mint); color: var(--bbx-aubergine); font-size: .8rem; font-weight: 900; }
.bbx-process-list strong { font-size: 1.04rem; }
.bbx-process-list p { margin: 3px 0 0; color: var(--bbx-muted); font-size: .86rem; line-height: 1.45; }
.bbx-process__image { min-height: 740px; position: relative; margin: 0; border-radius: 120px 18px 18px 18px; overflow: hidden; box-shadow: var(--bbx-shadow); }
.bbx-process__image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bbx-process__image figcaption { position: absolute; right: 22px; bottom: 22px; left: 22px; display: flex; gap: 15px; align-items: center; padding: 20px 22px; border-radius: 12px; background: rgba(35,18,53,.91); color: rgba(255,255,255,.76); font-size: .86rem; backdrop-filter: blur(8px); }
.bbx-process__image figcaption span { color: var(--bbx-mint); font-size: 1.5rem; font-weight: 900; }
.bbx-evidence { min-height: 760px; display: flex; align-items: center; position: relative; background: var(--bbx-aubergine) var(--bbx-evidence-image) center/cover no-repeat; color: #fff; }
.bbx-evidence__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(28,13,43,.97), rgba(28,13,43,.65) 70%, rgba(28,13,43,.34)); }
.bbx-evidence__inner { position: relative; z-index: 1; padding-block: 100px; }
.bbx-evidence .bbx-section-heading { margin-bottom: 45px; }
.bbx-testimonial-grid { max-width: 1050px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; margin-bottom: 35px; }
.bbx-testimonial-grid > article { min-height: 300px; display: flex; flex-direction: column; margin: 0; padding: clamp(28px, 4vw, 48px); border: 1px solid rgba(255,255,255,.25); border-radius: 18px; background: rgba(255,255,255,.1); backdrop-filter: blur(13px); }
.bbx-testimonial-grid > article:nth-child(2) { background: rgba(115,217,166,.93); color: var(--bbx-aubergine); }
.bbx-testimonial-grid > article > small { margin-bottom: 22px; color: var(--bbx-mint); font-size: .68rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.bbx-testimonial-grid > article:nth-child(2) > small { color: var(--bbx-purple-strong); }
.bbx-testimonial-grid h3 { margin-bottom: 15px; font-size: clamp(1.5rem, 2.7vw, 2.35rem); }
.bbx-testimonial-grid article p { margin-bottom: 30px; color: inherit; opacity: .78; font-size: 1rem; line-height: 1.65; }
.bbx-testimonial-grid footer { display: flex; flex-direction: column; }
.bbx-testimonial-grid footer strong { font-size: .95rem; }
.bbx-testimonial-grid footer span { color: inherit; opacity: .7; font-size: .76rem; }
.bbx-home-quote { background: var(--bbx-paper); }
.bbx-home-quote__layout, .bbx-service-quote__layout, .bbx-contact-main__layout { display: grid; grid-template-columns: minmax(300px, .65fr) minmax(520px, 1fr); gap: clamp(45px, 8vw, 110px); align-items: start; }
.bbx-home-quote__intro, .bbx-service-quote__intro, .bbx-contact-main__intro { position: sticky; top: 170px; }
.bbx-home-quote__intro > p, .bbx-service-quote__intro > p, .bbx-contact-main__intro > p { color: var(--bbx-muted); font-size: 1.05rem; }
.bbx-contact-stack { display: grid; gap: 12px; margin-top: 35px; }
.bbx-contact-stack > a, .bbx-contact-stack > span { display: flex; gap: 15px; align-items: center; padding: 18px; border: 1px solid var(--bbx-line); border-radius: 12px; background: #fff; }
.bbx-contact-stack svg { width: 25px; height: 25px; color: var(--bbx-purple); }
.bbx-contact-stack span span, .bbx-contact-stack a span { display: flex; flex-direction: column; }
.bbx-contact-stack small { color: var(--bbx-muted); font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.bbx-contact-stack strong { color: var(--bbx-aubergine); font-size: .96rem; }

/* Shared form */
.bbx-form-shell { padding: clamp(26px, 4vw, 46px); border: 1px solid var(--bbx-line); border-radius: var(--bbx-radius); background: #fff; box-shadow: var(--bbx-shadow); }
.bbx-quote-form { display: grid; gap: 24px; }
.bbx-form-step { min-width: 0; margin: 0; padding: 0; border: 0; }
.bbx-form-step + .bbx-form-step { padding-top: 22px; border-top: 1px solid var(--bbx-line); }
.bbx-form-step[hidden] { display: none !important; }
.bbx-form-step legend { width: 100%; margin-bottom: 19px; color: var(--bbx-aubergine); font-size: 1.12rem; font-weight: 850; letter-spacing: -.02em; }
.bbx-form-shell--steps .bbx-form-step legend { margin-bottom: 28px; font-size: 1.65rem; }
.bbx-fields { display: grid; gap: 17px; }
.bbx-fields--2 { grid-template-columns: 1fr 1fr; }
.bbx-fields label { min-width: 0; display: flex; flex-direction: column; gap: 7px; color: #3a3440; font-size: .82rem; font-weight: 760; }
.bbx-field--wide { grid-column: 1 / -1; }
.bbx-fields input, .bbx-fields select, .bbx-fields textarea { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid #cfc9d6; border-radius: 8px; background: #fbfafd; color: var(--bbx-ink); font-size: .94rem; font-weight: 520; outline: none; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.bbx-fields textarea { min-height: 116px; resize: vertical; }
.bbx-fields input:focus, .bbx-fields select:focus, .bbx-fields textarea:focus { border-color: var(--bbx-purple); background: #fff; box-shadow: 0 0 0 4px rgba(101,67,165,.12); }
.bbx-fields input:focus-visible, .bbx-fields select:focus-visible, .bbx-fields textarea:focus-visible { outline: 3px solid #4b237d; outline-offset: 2px; box-shadow: 0 0 0 6px #fff; }
.bbx-fields label > small { color: #746d7a; font-size: .72rem; font-weight: 520; }
.bbx-form-privacy { margin-top: 20px; padding: 16px; border-radius: 10px; background: var(--bbx-paper); }
.bbx-form-privacy p { color: #5e5765; font-size: .76rem; line-height: 1.55; }
.bbx-form-privacy a { color: var(--bbx-purple); text-decoration: underline; }
.bbx-check { display: grid !important; grid-template-columns: 19px 1fr; gap: 10px !important; align-items: start; color: #4c4651 !important; font-size: .76rem !important; font-weight: 550 !important; line-height: 1.5; }
.bbx-check input { width: 18px !important; min-height: 18px !important; margin-top: 2px; accent-color: var(--bbx-purple); }
.bbx-form-nav { display: flex; justify-content: flex-end; gap: 13px; align-items: center; margin-top: 24px; }
.bbx-back { min-height: 48px; padding: 10px 18px; border: 1px solid var(--bbx-line); border-radius: 8px; background: #fff; color: var(--bbx-purple); font-weight: 780; }
.bbx-form-disclaimer { margin: 13px 0 0; color: #726b78; font-size: .72rem !important; text-align: right; }
.bbx-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.bbx-form-notice { margin-bottom: 20px; padding: 16px 18px; border-radius: 8px; font-size: .88rem; font-weight: 700; }
.bbx-form-notice--success { border: 1px solid #72cda1; background: #e7f8ef; color: #184f35; }
.bbx-form-notice--error { border: 1px solid #e4a4a4; background: #fff0f0; color: #7c2424; }
.bbx-step-progress { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 35px; }
.bbx-step-progress span { display: flex; flex-direction: column; gap: 8px; position: relative; color: #8a8490; font-size: .68rem; font-weight: 800; text-align: center; text-transform: uppercase; }
.bbx-step-progress span::before { position: absolute; top: 14px; right: 50%; left: -50%; height: 2px; content: ""; background: var(--bbx-line); }
.bbx-step-progress span:first-child::before { display: none; }
.bbx-step-progress b { width: 30px; height: 30px; display: grid; place-items: center; z-index: 1; margin: 0 auto; border: 2px solid var(--bbx-line); border-radius: 50%; background: #fff; color: #817a87; font-size: .72rem; }
.bbx-step-progress span.is-active { color: var(--bbx-purple); }
.bbx-step-progress span.is-active::before { background: var(--bbx-mint); }
.bbx-step-progress span.is-active b { border-color: var(--bbx-mint); background: var(--bbx-mint); color: var(--bbx-aubergine); }

/* Service pages */
.bbx-service-hero { min-height: 690px; display: flex; align-items: end; position: relative; background: var(--bbx-aubergine); color: #fff; }
.bbx-service-hero > img, .bbx-service-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.bbx-service-hero > img { object-fit: cover; }
.bbx-service-hero__shade { background: linear-gradient(90deg, rgba(27,12,43,.96), rgba(27,12,43,.68) 58%, rgba(27,12,43,.16)), linear-gradient(0deg, rgba(20,9,30,.72), transparent 52%); }
.bbx-service-hero__inner { position: relative; z-index: 1; padding-block: 55px 75px; }
.bbx-service-hero__copy { max-width: 850px; }
.bbx-service-hero h1 { max-width: 950px; margin-bottom: 18px; font-size: clamp(3.3rem, 6.4vw, 6.7rem); }
.bbx-display-line { max-width: 740px; margin-bottom: 13px; color: var(--bbx-mint); font-size: clamp(1.35rem, 2.6vw, 2.2rem) !important; font-weight: 760; letter-spacing: -.035em; line-height: 1.2; }
.bbx-service-hero__copy > p:last-of-type { max-width: 700px; margin-bottom: 29px; color: rgba(255,255,255,.78); font-size: 1.03rem; }
.bbx-breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-bottom: 45px; color: rgba(255,255,255,.66); font-size: .72rem; font-weight: 700; }
.bbx-breadcrumb a:hover { color: var(--bbx-mint); }
.bbx-breadcrumb span[aria-current] { color: rgba(255,255,255,.9); }
.bbx-service-rail { background: var(--bbx-mint); color: var(--bbx-aubergine); }
.bbx-service-rail .bbx-wrap { min-height: 82px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.bbx-service-rail span { min-height: 82px; display: flex; gap: 12px; align-items: center; padding: 18px 25px; border-right: 1px solid rgba(35,18,53,.2); font-size: .78rem; font-weight: 760; line-height: 1.35; }
.bbx-service-rail span:last-child { border: 0; }
.bbx-service-rail svg { width: 22px; height: 22px; }
.bbx-availability { display: flex; gap: 12px; align-items: center; margin-top: 45px; padding: 18px 22px; border: 1px solid #e4c27b; border-radius: 10px; background: #fff8e8; color: #714c11; }
.bbx-availability strong { font-size: .9rem; }
.bbx-availability span { font-size: .84rem; }
.bbx-cover-section { background: var(--bbx-paper); }
.bbx-cover-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; counter-reset: cover; }
.bbx-cover-grid article { min-height: 360px; display: flex; flex-direction: column; position: relative; padding: 29px; border: 1px solid var(--bbx-line); border-radius: 16px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.bbx-cover-grid article:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(35,18,53,.09); }
.bbx-cover-grid article > span { position: absolute; top: 20px; right: 22px; color: #aaa3b2; font-size: .65rem; font-weight: 900; }
.bbx-cover-grid__icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: auto; border-radius: 13px 13px 25px 13px; background: var(--bbx-mint); color: var(--bbx-aubergine); }
.bbx-cover-grid__icon svg { width: 24px; height: 24px; }
.bbx-cover-grid h3 { margin: 55px 0 13px; color: var(--bbx-aubergine); line-height: 1.1; }
.bbx-cover-grid p { margin: 0; color: var(--bbx-muted); font-size: .87rem; line-height: 1.6; }
.bbx-factors { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 720px; background: var(--bbx-aubergine); color: #fff; }
.bbx-factors__image { min-height: 620px; }
.bbx-factors__image img { width: 100%; height: 100%; object-fit: cover; }
.bbx-factors__panel { display: flex; flex-direction: column; justify-content: center; padding: clamp(55px, 7vw, 110px); }
.bbx-factors__panel h2 { font-size: clamp(2.7rem, 4.5vw, 4.8rem); }
.bbx-factors__panel > p { color: rgba(255,255,255,.68); }
.bbx-factors__panel ul { display: grid; gap: 0; margin: 25px 0 0; padding: 0; list-style: none; }
.bbx-factors__panel li { display: grid; grid-template-columns: 25px 1fr; gap: 12px; align-items: start; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.9); font-size: .9rem; }
.bbx-factors__panel li:last-child { border-bottom: 1px solid rgba(255,255,255,.15); }
.bbx-factors__panel li svg { color: var(--bbx-mint); }
.bbx-ready-section { background: #fff; }
.bbx-ready-section__layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 20px; }
.bbx-ready-card { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 6vw, 80px); border-radius: var(--bbx-radius); background: var(--bbx-paper); }
.bbx-ready-card > p { color: var(--bbx-muted); }
.bbx-ready-card ul { display: grid; gap: 13px; margin: 25px 0 0; padding: 0; list-style: none; }
.bbx-ready-card li { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; color: #45404a; font-size: .88rem; }
.bbx-ready-card li svg { color: var(--bbx-purple); }
.bbx-ready-image { min-height: 650px; position: relative; border-radius: var(--bbx-radius); overflow: hidden; }
.bbx-ready-image img { width: 100%; height: 100%; object-fit: cover; }
.bbx-ready-image > span { position: absolute; right: 25px; bottom: 25px; padding: 20px 24px; border-radius: 10px; background: var(--bbx-mint); color: var(--bbx-aubergine); font-size: 1.2rem; font-weight: 880; letter-spacing: -.035em; line-height: 1.15; }
.bbx-faq-section { background: var(--bbx-paper); }
.bbx-faq-layout { display: grid; grid-template-columns: minmax(280px, .55fr) minmax(480px, 1fr); gap: clamp(50px, 8vw, 120px); align-items: start; }
.bbx-faq-intro { position: sticky; top: 170px; }
.bbx-faq-intro > p { color: var(--bbx-muted); }
.bbx-accordion { border-top: 1px solid #cbc5d2; }
.bbx-accordion details { border-bottom: 1px solid #cbc5d2; }
.bbx-accordion summary { display: flex; justify-content: space-between; gap: 25px; align-items: center; padding: 24px 0; color: var(--bbx-aubergine); font-size: 1.08rem; font-weight: 820; list-style: none; cursor: pointer; }
.bbx-accordion summary::-webkit-details-marker { display: none; }
.bbx-accordion summary span { width: 35px; height: 35px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid #cbc5d2; border-radius: 50%; }
.bbx-accordion summary svg { width: 18px; transition: transform .2s ease; }
.bbx-accordion details[open] summary svg { transform: rotate(180deg); }
.bbx-accordion details > div { padding: 0 65px 23px 0; }
.bbx-accordion details p { margin: 0; color: var(--bbx-muted); font-size: .92rem; }
.bbx-related-section { background: #fff; }
.bbx-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.bbx-related-grid > a { min-height: 420px; display: flex; align-items: end; position: relative; border-radius: 18px; background: var(--bbx-aubergine); color: #fff; overflow: hidden; isolation: isolate; }
.bbx-related-grid img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.bbx-related-grid > a::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(0deg, rgba(29,13,44,.95), rgba(29,13,44,.1)); }
.bbx-related-grid > a:hover img { transform: scale(1.04); }
.bbx-related-grid > a > span { width: 100%; display: grid; padding: 27px; }
.bbx-related-grid small { color: var(--bbx-mint); font-size: .67rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.bbx-related-grid strong { margin-top: 5px; font-size: 1.45rem; letter-spacing: -.04em; line-height: 1.1; }
.bbx-related-grid b { display: flex; gap: 8px; align-items: center; margin-top: 18px; font-size: .78rem; }
.bbx-related-grid b svg { color: var(--bbx-mint); }
.bbx-directory-section { background: #fff; }
.bbx-service-search input { width: min(420px, 100%); min-height: 54px; padding: 12px 17px; border: 1px solid var(--bbx-line); border-radius: 9px; background: var(--bbx-paper); font-size: .92rem; }
.bbx-filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin: -25px 0 32px; }
.bbx-filter-row button { padding: 9px 14px; border: 1px solid var(--bbx-line); border-radius: 999px; background: #fff; color: #5b5560; font-size: .75rem; font-weight: 750; }
.bbx-filter-row button.is-active { border-color: var(--bbx-purple); background: var(--bbx-purple); color: #fff; }
.bbx-directory-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--bbx-line); border-left: 1px solid var(--bbx-line); }
.bbx-directory-grid > a { min-height: 130px; display: grid; grid-template-columns: 1fr auto; align-content: center; position: relative; padding: 23px; border-right: 1px solid var(--bbx-line); border-bottom: 1px solid var(--bbx-line); background: #fff; }
.bbx-directory-grid > .bbx-directory-card--initially-hidden { display: none; }
.bbx-directory-grid > a:hover { z-index: 1; background: var(--bbx-aubergine); color: #fff; }
.bbx-directory-grid > a[hidden] { display: none; }
.bbx-directory-grid span { grid-column: 1 / -1; margin-bottom: 6px; color: var(--bbx-purple); font-size: .65rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.bbx-directory-grid > a:hover span { color: var(--bbx-mint); }
.bbx-directory-grid strong { padding-right: 15px; font-size: .95rem; line-height: 1.25; }
.bbx-directory-grid svg { color: var(--bbx-purple); }
.bbx-directory-grid > a:hover svg { color: var(--bbx-mint); }
.bbx-directory-more { width: max-content; display: flex; align-items: center; gap: 10px; margin: 25px auto 0; padding: 12px 18px; border: 1px solid var(--bbx-purple); border-radius: 8px; background: #fff; color: var(--bbx-purple-strong); font-size: .84rem; font-weight: 800; }
.bbx-directory-more[hidden] { display: none; }
.bbx-directory-more svg { transition: transform .2s ease; }
.bbx-directory-more[aria-expanded="true"] svg { transform: rotate(180deg); }
.bbx-directory-empty { padding: 25px; border: 1px solid var(--bbx-line); color: var(--bbx-muted); text-align: center; }
.bbx-service-quote { background: var(--bbx-aubergine); color: #fff; }
.bbx-service-quote__intro > p { color: rgba(255,255,255,.7); }
.bbx-phone-card { display: inline-flex; gap: 15px; align-items: center; margin-top: 25px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; }
.bbx-phone-card > svg { width: 27px; height: 27px; color: var(--bbx-mint); }
.bbx-phone-card span { display: flex; flex-direction: column; }
.bbx-phone-card small { color: rgba(255,255,255,.62); font-size: .7rem; text-transform: uppercase; }
.bbx-phone-card strong { font-size: 1.05rem; }
.bbx-service-quote .bbx-form-shell { box-shadow: none; }

/* About */
.bbx-editorial-hero { min-height: 760px; display: flex; align-items: end; position: relative; background: var(--bbx-aubergine); color: #fff; }
.bbx-editorial-hero--short { min-height: 610px; }
.bbx-editorial-hero > img, .bbx-editorial-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.bbx-editorial-hero > img { object-fit: cover; object-position: center 38%; }
.bbx-editorial-hero__shade { background: linear-gradient(90deg, rgba(27,12,43,.96), rgba(27,12,43,.58) 63%, rgba(27,12,43,.15)), linear-gradient(0deg, rgba(27,12,43,.6), transparent 50%); }
.bbx-editorial-hero__inner { position: relative; z-index: 1; padding-block: 55px 85px; }
.bbx-editorial-hero h1 { max-width: 900px; margin-bottom: 25px; }
.bbx-editorial-hero p { max-width: 680px; color: rgba(255,255,255,.78); font-size: 1.07rem; }
.bbx-about-intro__layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(55px, 8vw, 120px); align-items: center; }
.bbx-about-intro__copy p { color: var(--bbx-muted); }
.bbx-about-intro__layout figure { min-height: 700px; position: relative; margin: 0; border-radius: 18px 120px 18px 18px; overflow: hidden; }
.bbx-about-intro__layout figure img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bbx-about-intro__layout figcaption { position: absolute; right: 24px; bottom: 24px; display: flex; gap: 15px; align-items: center; padding: 20px 24px; border-radius: 10px; background: var(--bbx-mint); color: var(--bbx-aubergine); }
.bbx-about-intro__layout figcaption strong { font-size: 2rem; }
.bbx-about-intro__layout figcaption span { max-width: 135px; font-size: .78rem; font-weight: 800; line-height: 1.25; }
.bbx-about-work { min-height: 720px; display: flex; align-items: center; position: relative; background: var(--bbx-aubergine) var(--bbx-about-image) center/cover no-repeat; color: #fff; }
.bbx-about-work__shade { position: absolute; inset: 0; background: rgba(29,13,44,.86); }
.bbx-about-work .bbx-wrap { position: relative; z-index: 1; padding-block: 105px; }
.bbx-about-work__grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.18); }
.bbx-about-work__grid article { min-height: 310px; padding: 30px; border-right: 1px solid rgba(255,255,255,.18); }
.bbx-about-work__grid article:last-child { border: 0; }
.bbx-about-work__grid span { display: block; margin-bottom: 80px; color: var(--bbx-mint); font-size: .75rem; font-weight: 900; }
.bbx-about-work__grid h3 { line-height: 1.05; }
.bbx-about-work__grid p { color: rgba(255,255,255,.65); font-size: .84rem; }
.bbx-relationship { background: #fff; }
.bbx-relationship__layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; }
.bbx-relationship__image { min-height: 650px; border-radius: var(--bbx-radius); overflow: hidden; }
.bbx-relationship__image img { width: 100%; height: 100%; object-fit: cover; }
.bbx-relationship__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 6vw, 75px); border-radius: var(--bbx-radius); background: var(--bbx-paper); }
.bbx-relationship__copy > p { color: var(--bbx-muted); }
.bbx-relationship__copy ul { display: grid; gap: 12px; margin: 23px 0 0; padding: 0; list-style: none; }
.bbx-relationship__copy li { display: flex; gap: 9px; align-items: center; font-size: .88rem; font-weight: 700; }
.bbx-relationship__copy li svg { color: var(--bbx-purple); }
.bbx-facts-section { background: var(--bbx-paper); }
.bbx-facts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.bbx-facts-grid > div { min-height: 240px; display: flex; gap: 20px; align-items: flex-start; padding: 30px; border: 1px solid var(--bbx-line); border-radius: 14px; background: #fff; }
.bbx-facts-grid > div > svg { width: 32px; height: 32px; color: var(--bbx-purple); }
.bbx-facts-grid span { display: flex; flex-direction: column; }
.bbx-facts-grid small { margin-bottom: 18px; color: var(--bbx-muted); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.bbx-facts-grid strong { margin-bottom: 9px; color: var(--bbx-aubergine); font-size: 1.22rem; }
.bbx-facts-grid p { margin: 0; color: var(--bbx-muted); font-size: .8rem; }
.bbx-legal-shortcuts { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 28px; }
.bbx-legal-shortcuts a { color: var(--bbx-purple); font-size: .78rem; font-weight: 740; text-decoration: underline; text-underline-offset: 4px; }

/* Contact and quote */
.bbx-contact-hero { min-height: 650px; display: grid; grid-template-columns: 1fr 1fr; background: var(--bbx-aubergine); color: #fff; }
.bbx-contact-hero__copy { display: flex; align-items: center; }
.bbx-contact-hero__copy-inner { width: min(640px, calc(50vw - 64px)); margin-left: max(32px, calc((100vw - 1280px)/2)); padding-block: 70px; padding-right: 65px; }
.bbx-contact-hero h1 { margin-bottom: 25px; font-size: clamp(3.3rem, 5.5vw, 5.8rem); }
.bbx-contact-hero__copy-inner > p { color: rgba(255,255,255,.72); }
.bbx-contact-hero__image { min-height: 650px; }
.bbx-contact-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.bbx-contact-hero__buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 30px; }
.bbx-contact-hero__buttons a { display: flex; gap: 12px; align-items: center; padding: 15px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; }
.bbx-contact-hero__buttons a:hover { border-color: var(--bbx-mint); background: rgba(115,217,166,.08); }
.bbx-contact-hero__buttons svg { color: var(--bbx-mint); }
.bbx-contact-hero__buttons span { display: flex; flex-direction: column; min-width: 0; }
.bbx-contact-hero__buttons small { color: rgba(255,255,255,.6); font-size: .64rem; text-transform: uppercase; }
.bbx-contact-hero__buttons strong { overflow: hidden; font-size: .78rem; text-overflow: ellipsis; }
.bbx-contact-routes { position: relative; z-index: 3; margin-top: -1px; background: var(--bbx-mint); }
.bbx-contact-routes__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.bbx-contact-routes__grid > a { min-height: 175px; display: grid; grid-template-columns: 1fr auto; align-content: center; padding: 23px; border-right: 1px solid rgba(35,18,53,.2); color: var(--bbx-aubergine); }
.bbx-contact-routes__grid > a:last-child { border: 0; }
.bbx-contact-routes__grid > a:hover { background: var(--bbx-mint-light); }
.bbx-contact-routes__grid > a > span { grid-column: 1 / -1; margin-bottom: 16px; font-size: .67rem; font-weight: 900; }
.bbx-contact-routes__grid strong { font-size: 1.08rem; }
.bbx-contact-routes__grid p { grid-column: 1 / -1; margin: 6px 0 0; font-size: .76rem; line-height: 1.45; }
.bbx-contact-main { background: var(--bbx-paper); }
.bbx-office-card { display: grid; margin-top: 30px; border-radius: 14px; background: var(--bbx-aubergine); color: #fff; overflow: hidden; }
.bbx-office-card > img { width: 100%; height: 180px; object-fit: cover; opacity: .75; }
.bbx-office-card > div { display: grid; grid-template-columns: 32px 1fr; gap: 12px; padding: 18px 20px; border-top: 1px solid rgba(255,255,255,.12); }
.bbx-office-card div > span svg { color: var(--bbx-mint); }
.bbx-office-card p { display: flex; flex-direction: column; margin: 0; color: rgba(255,255,255,.7); font-size: .76rem; }
.bbx-office-card strong { color: #fff; font-size: .9rem; }
.bbx-office-card a { grid-column: 2; color: var(--bbx-mint); font-size: .76rem; font-weight: 800; }
.bbx-quote-hero { min-height: 610px; display: flex; align-items: end; position: relative; background: var(--bbx-aubergine); color: #fff; }
.bbx-quote-hero > img, .bbx-quote-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.bbx-quote-hero > img { object-fit: cover; object-position: center 40%; }
.bbx-quote-hero__shade { background: linear-gradient(90deg, rgba(27,12,43,.96), rgba(27,12,43,.67) 56%, rgba(27,12,43,.14)); }
.bbx-quote-hero__inner { position: relative; z-index: 1; padding-block: 55px 75px; }
.bbx-quote-hero h1 { max-width: 950px; margin-bottom: 22px; font-size: clamp(3.4rem, 6vw, 6.4rem); }
.bbx-quote-hero p { max-width: 720px; color: rgba(255,255,255,.76); font-size: 1.05rem; }
.bbx-quote-journey { background: var(--bbx-paper); }
.bbx-quote-journey__layout { display: grid; grid-template-columns: minmax(280px, .55fr) minmax(580px, 1fr); gap: clamp(45px, 8vw, 110px); align-items: start; }
.bbx-quote-aside { position: sticky; top: 170px; }
.bbx-quote-aside > p { color: var(--bbx-muted); }
.bbx-quote-aside > ul { display: grid; gap: 11px; margin: 26px 0; padding: 0; list-style: none; }
.bbx-quote-aside > ul li { display: flex; gap: 9px; align-items: center; font-size: .87rem; font-weight: 720; }
.bbx-quote-aside > ul svg { color: var(--bbx-purple); }
.bbx-quote-aside__call { display: grid; padding: 22px; border-radius: 13px; background: var(--bbx-aubergine); color: #fff; }
.bbx-quote-aside__call span { color: rgba(255,255,255,.62); font-size: .7rem; text-transform: uppercase; }
.bbx-quote-aside__call a { display: flex; gap: 9px; align-items: center; margin: 8px 0; color: var(--bbx-mint); font-size: 1.25rem; font-weight: 900; }
.bbx-quote-aside__call small { color: rgba(255,255,255,.62); font-size: .72rem; }
.bbx-quote-close { padding: 85px 0; background: var(--bbx-aubergine); color: #fff; }
.bbx-quote-close .bbx-wrap { display: grid; grid-template-columns: .72fr 1.28fr; gap: 85px; align-items: center; }
.bbx-quote-close h2 { margin: 0; font-size: clamp(2.7rem, 4vw, 4.2rem); }
.bbx-quote-close ol { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; border: 1px solid rgba(255,255,255,.16); }
.bbx-quote-close li { min-height: 180px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; border-right: 1px solid rgba(255,255,255,.16); }
.bbx-quote-close li:last-child { border: 0; }
.bbx-quote-close li > b { color: var(--bbx-mint); }
.bbx-quote-close li span { display: flex; flex-direction: column; color: rgba(255,255,255,.62); font-size: .76rem; }
.bbx-quote-close li strong { margin-bottom: 5px; color: #fff; font-size: .9rem; }

/* Legal, testimonials and fallback */
.bbx-legal-hero, .bbx-generic-hero { min-height: 470px; display: flex; align-items: end; position: relative; background: var(--bbx-aubergine); color: #fff; }
.bbx-legal-hero > img, .bbx-legal-hero__shade, .bbx-generic-hero > img, .bbx-generic-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.bbx-legal-hero > img, .bbx-generic-hero > img { object-fit: cover; }
.bbx-legal-hero__shade, .bbx-generic-hero__shade { background: rgba(30,14,45,.83); }
.bbx-legal-hero > .bbx-wrap, .bbx-generic-hero > .bbx-wrap { position: relative; z-index: 1; padding-block: 55px 65px; }
.bbx-legal-hero h1, .bbx-generic-hero h1 { margin-bottom: 15px; font-size: clamp(3rem, 5.8vw, 6rem); }
.bbx-legal-hero p { margin: 0; color: rgba(255,255,255,.68); }
.bbx-legal-section { background: var(--bbx-paper); }
.bbx-legal-layout { display: grid; grid-template-columns: 290px minmax(0, 1fr); gap: 65px; align-items: start; }
.bbx-legal-layout > aside { position: sticky; top: 170px; padding: 24px; border-radius: 13px; background: var(--bbx-aubergine); color: #fff; }
.bbx-legal-layout > aside > strong { display: block; margin-bottom: 14px; color: var(--bbx-mint); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.bbx-legal-layout aside nav { display: grid; margin-bottom: 22px; }
.bbx-legal-layout aside nav a { padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.78); font-size: .8rem; }
.bbx-legal-layout aside nav a:hover { color: var(--bbx-mint); }
.bbx-legal-copy, .bbx-generic-copy { max-width: 920px; padding: clamp(30px, 5vw, 65px); border: 1px solid var(--bbx-line); border-radius: 15px; background: #fff; color: #403a45; box-shadow: 0 14px 45px rgba(35,18,53,.07); }
.bbx-legal-copy h1, .bbx-legal-copy h2, .bbx-legal-copy h3, .bbx-generic-copy h1, .bbx-generic-copy h2, .bbx-generic-copy h3 { margin: 1.5em 0 .55em; color: var(--bbx-aubergine); line-height: 1.15; }
.bbx-legal-copy h1:first-child, .bbx-legal-copy h2:first-child, .bbx-legal-copy h3:first-child { margin-top: 0; }
.bbx-legal-copy h2, .bbx-generic-copy h2 { font-size: clamp(2rem, 3vw, 3rem); }
.bbx-legal-copy h3, .bbx-generic-copy h3 { font-size: 1.35rem; }
.bbx-legal-copy p, .bbx-legal-copy li, .bbx-generic-copy p, .bbx-generic-copy li { font-size: .94rem; line-height: 1.8; }
.bbx-legal-copy a, .bbx-generic-copy a { color: var(--bbx-purple); text-decoration: underline; }
.bbx-legal-copy table { width: 100%; border-collapse: collapse; }
.bbx-legal-copy th, .bbx-legal-copy td { padding: 12px; border: 1px solid var(--bbx-line); text-align: left; vertical-align: top; }
.bbx-testimonials-page { background: var(--bbx-paper); }
.bbx-testimonials-page__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.bbx-testimonials-page blockquote { min-height: 470px; display: flex; flex-direction: column; margin: 0; padding: clamp(35px, 5vw, 70px); border-radius: 20px; background: var(--bbx-aubergine); color: #fff; }
.bbx-testimonials-page blockquote:nth-child(2) { background: var(--bbx-mint); color: var(--bbx-aubergine); }
.bbx-testimonials-page blockquote > span { color: var(--bbx-mint); font-family: Georgia, serif; font-size: 6rem; line-height: .7; }
.bbx-testimonials-page blockquote:nth-child(2) > span { color: var(--bbx-purple); }
.bbx-testimonials-page blockquote p { margin: auto 0; font-size: clamp(1.25rem, 2.2vw, 1.85rem); font-weight: 630; letter-spacing: -.025em; line-height: 1.45; }
.bbx-testimonials-page blockquote footer { display: flex; flex-direction: column; margin-top: 30px; }
.bbx-testimonials-page blockquote small { opacity: .65; }
.bbx-testimonials-page__cta { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin-top: 18px; padding: clamp(30px, 5vw, 60px); border-radius: 18px; background: #fff; }
.bbx-testimonials-page__cta h2 { margin: 0; font-size: clamp(2.4rem, 4vw, 4rem); }

/* Footer */
.bbx-footer { background: var(--bbx-aubergine); color: #fff; }
.bbx-footer__image { min-height: 550px; display: flex; align-items: center; position: relative; background: var(--bbx-aubergine) var(--bbx-footer-image) center/cover no-repeat; }
.bbx-footer__image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(29,13,44,.97), rgba(29,13,44,.72) 60%, rgba(29,13,44,.18)); }
.bbx-footer__pitch { position: relative; z-index: 1; padding-block: 85px; }
.bbx-footer__pitch h2 { max-width: 850px; margin-bottom: 35px; }
.bbx-footer__main { padding-top: 75px; }
.bbx-footer__grid { display: grid; grid-template-columns: 1.35fr .75fr .8fr 1.1fr; gap: 50px; padding-bottom: 65px; }
.bbx-footer__grid h3 { margin-bottom: 20px; color: var(--bbx-mint); font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; }
.bbx-footer__grid > div:not(.bbx-footer__brand), .bbx-footer__grid address { display: flex; flex-direction: column; align-items: flex-start; }
.bbx-footer__grid > div:not(.bbx-footer__brand) > a, .bbx-footer__legal-links > a { padding: 5px 0; color: rgba(255,255,255,.68); font-size: .8rem; }
.bbx-footer__grid a:hover { color: var(--bbx-mint); }
.bbx-footer__brand > p { max-width: 340px; margin: 25px 0; color: rgba(255,255,255,.61); font-size: .82rem; }
.bbx-socials { display: flex; flex-wrap: wrap; gap: 9px; }
.bbx-socials a { padding: 7px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 6px; color: rgba(255,255,255,.75); font-size: .67rem; font-weight: 750; }
.bbx-footer__legal-links { display: contents; }
.bbx-footer__grid address { margin: 0; font-style: normal; }
.bbx-footer__grid address > a, .bbx-footer__grid address > span { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; margin-bottom: 13px; color: rgba(255,255,255,.7); font-size: .76rem; line-height: 1.5; }
.bbx-footer__grid address svg { margin-top: 2px; color: var(--bbx-mint); }
.bbx-regulation { padding: 25px; border: 1px solid rgba(255,255,255,.2); text-align: center; }
.bbx-regulation p { margin: 0; color: #fff; font-size: .83rem; font-weight: 750; }
.bbx-footer__base { display: flex; justify-content: space-between; gap: 25px; align-items: center; padding-block: 24px 35px; }
.bbx-footer__base p { margin: 0; color: rgba(255,255,255,.5); font-size: .68rem; }
.bbx-mobile-actions { display: none; }

/* Medium screens */
@media (max-width: 1240px) {
	:root { --bbx-wrap: min(1120px, calc(100vw - 48px)); }
	.bbx-desktop-nav { display: none; }
	.bbx-nav { gap: 22px; }
	.bbx-nav__actions { margin-left: auto; }
	.bbx-menu-toggle { display: grid; }
	.bbx-story__copy { padding: 70px 55px; }
	.bbx-cover-grid { grid-template-columns: 1fr 1fr; }
	.bbx-cover-grid article { min-height: 310px; }
	.bbx-about-work__grid { grid-template-columns: 1fr 1fr; }
	.bbx-about-work__grid article:nth-child(2) { border-right: 0; }
	.bbx-about-work__grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); }
	.bbx-footer__grid { grid-template-columns: 1.3fr 1fr 1fr; }
	.bbx-footer__grid address { grid-column: 2 / -1; }
}

@media (max-width: 980px) {
	:root { --bbx-wrap: calc(100vw - 40px); }
	.bbx-section-heading--split { grid-template-columns: 1fr; gap: 20px; }
	.bbx-home-hero__copy { width: 78vw; }
	.bbx-sector-card, .bbx-sector-card--1, .bbx-sector-card--2, .bbx-sector-card--3, .bbx-sector-card--6, .bbx-sector-card--7 { min-height: 350px; grid-column: span 6; grid-row: auto; }
	.bbx-sector-card--1 { min-height: 500px; grid-column: 1 / -1; }
	.bbx-story { grid-template-columns: 1fr; }
	.bbx-story__media { min-height: 580px; }
	.bbx-process__layout, .bbx-home-quote__layout, .bbx-service-quote__layout, .bbx-contact-main__layout, .bbx-quote-journey__layout { grid-template-columns: 1fr; }
	.bbx-process__image { min-height: 600px; }
	.bbx-home-quote__intro, .bbx-service-quote__intro, .bbx-contact-main__intro, .bbx-faq-intro, .bbx-quote-aside { position: static; }
	.bbx-testimonial-grid { grid-template-columns: 1fr; }
	.bbx-testimonial-grid > article { min-height: 260px; }
	.bbx-factors { grid-template-columns: 1fr; }
	.bbx-factors__image { min-height: 500px; }
	.bbx-ready-section__layout, .bbx-about-intro__layout, .bbx-relationship__layout { grid-template-columns: 1fr; }
	.bbx-ready-image, .bbx-about-intro__layout figure, .bbx-relationship__image { min-height: 600px; }
	.bbx-faq-layout { grid-template-columns: 1fr; gap: 45px; }
	.bbx-related-grid, .bbx-directory-grid { grid-template-columns: 1fr 1fr; }
	.bbx-contact-hero { grid-template-columns: 1fr; }
	.bbx-contact-hero__copy-inner { width: var(--bbx-wrap); margin-inline: auto; padding: 70px 0; }
	.bbx-contact-hero__image { min-height: 480px; }
	.bbx-contact-routes__grid { grid-template-columns: 1fr 1fr; }
	.bbx-contact-routes__grid > a:nth-child(2) { border-right: 0; }
	.bbx-contact-routes__grid > a:nth-child(-n+2) { border-bottom: 1px solid rgba(35,18,53,.2); }
	.bbx-quote-close .bbx-wrap { grid-template-columns: 1fr; gap: 40px; }
	.bbx-legal-layout { grid-template-columns: 1fr; }
	.bbx-legal-layout > aside { position: static; }
	.bbx-legal-layout aside nav { grid-template-columns: 1fr 1fr; gap: 0 18px; }
	.bbx-testimonials-page__grid { grid-template-columns: 1fr; }
	.bbx-footer__grid { grid-template-columns: 1fr 1fr; }
	.bbx-footer__brand { grid-column: 1 / -1; }
	.bbx-footer__grid address { grid-column: auto; }
}

@media (max-width: 720px) {
	:root { --bbx-wrap: calc(100vw - 28px); --bbx-radius: 16px; }
	html { scroll-padding-top: 78px; }
	body.bbx-site-active.admin-bar .bbx-header { top: 46px; }
	.bbx-site { padding-bottom: calc(67px + env(safe-area-inset-bottom)); }
	.bbx-section { padding: 76px 0; }
	.bbx-site h1 { font-size: clamp(2.85rem, 14vw, 4.65rem); }
	.bbx-site h2 { font-size: clamp(2.35rem, 11vw, 3.8rem); }
	.bbx-topbar { display: none; }
	.bbx-nav-shell { height: 72px; }
	.bbx-nav { gap: 12px; }
	.bbx-brand__mark { width: 39px; height: 39px; }
	.bbx-brand__type strong { font-size: 1.08rem; }
	.bbx-brand__type > span { font-size: 1rem; }
	.bbx-brand__type small { max-width: 160px; overflow: hidden; font-size: .47rem; text-overflow: ellipsis; }
	.bbx-nav__actions > .bbx-button, .bbx-phone-link { display: none; }
	.bbx-menu-toggle { width: 43px; height: 43px; }
	.bbx-mobile-menu { inset: 72px 0 0; }
	body.admin-bar .bbx-mobile-menu { top: 118px; }
	.bbx-mobile-menu__scroll { padding-inline: 19px; }
	.bbx-mobile-menu__actions { grid-template-columns: 1fr; }
	.bbx-home-hero { min-height: auto; }
	.bbx-home-hero__image { object-position: 64% center; }
	.bbx-home-hero__shade { background: linear-gradient(0deg, rgba(25,11,39,.98), rgba(25,11,39,.44) 76%, rgba(25,11,39,.16)), linear-gradient(90deg, rgba(25,11,39,.88), transparent); }
	.bbx-home-hero__inner { min-height: 760px; justify-content: flex-end; padding: 120px 0 205px; }
	.bbx-home-hero__copy { width: 100%; }
	.bbx-home-hero h1 { margin-bottom: 20px; font-size: clamp(3.2rem, 15vw, 5.1rem); }
	.bbx-home-hero__copy > p { font-size: 1rem; }
	.bbx-home-hero .bbx-actions { display: grid; grid-template-columns: 1fr; }
	.bbx-home-hero .bbx-button { width: 100%; }
	.bbx-home-hero__proof { grid-template-columns: 1fr 1fr; }
	.bbx-home-hero__proof div { min-height: 85px; padding: 13px; }
	.bbx-home-hero__proof div:nth-child(2) { border-right: 0; }
	.bbx-home-hero__proof div:last-child { grid-column: 1 / -1; min-height: 72px; border-top: 1px solid rgba(255,255,255,.18); }
	.bbx-home-hero__proof strong { font-size: 1rem; }
	.bbx-home-hero__proof span { font-size: .68rem; }
	.bbx-section-heading { margin-bottom: 40px; }
	.bbx-section-heading--split { gap: 10px; }
	.bbx-section-heading--split p { font-size: .94rem; }
	.bbx-sector-grid { grid-template-columns: 1fr; gap: 12px; }
	.bbx-sector-card, .bbx-sector-card--1, .bbx-sector-card--2, .bbx-sector-card--3, .bbx-sector-card--6, .bbx-sector-card--7 { min-height: 390px; grid-column: 1; }
	.bbx-sector-card__content { padding: 23px; }
	.bbx-story__media { min-height: 480px; }
	.bbx-story__copy { padding: 70px 20px; }
	.bbx-risk-list { grid-template-columns: 1fr; }
	.bbx-risk-list > div { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15) !important; }
	.bbx-risk-list > div:last-child { border-bottom: 0 !important; }
	.bbx-risk-list span { margin-bottom: 13px; }
	.bbx-process__layout { gap: 50px; }
	.bbx-process__image { min-height: 490px; border-radius: 70px 14px 14px 14px; }
	.bbx-process__image figcaption { right: 12px; bottom: 12px; left: 12px; padding: 15px; }
	.bbx-evidence { min-height: 830px; }
	.bbx-testimonial-grid > article { min-height: 300px; padding: 26px; }
	.bbx-fields--2 { grid-template-columns: 1fr; }
	.bbx-form-shell { padding: 22px 17px; }
	.bbx-form-step + .bbx-form-step { padding-top: 19px; }
	.bbx-form-nav { align-items: stretch; }
	.bbx-form-nav .bbx-button { flex: 1; }
	.bbx-form-disclaimer { text-align: left; }
	.bbx-step-progress span { font-size: .58rem; }
	.bbx-service-hero { min-height: 700px; }
	.bbx-service-hero > img { object-position: 58% center; }
	.bbx-service-hero__shade { background: linear-gradient(0deg, rgba(27,12,43,.98), rgba(27,12,43,.46) 88%); }
	.bbx-service-hero__inner { padding: 50px 0; }
	.bbx-breadcrumb { margin-bottom: 30px; }
	.bbx-service-hero h1 { font-size: clamp(2.7rem, 13vw, 4.35rem); }
	.bbx-service-hero .bbx-actions { display: grid; }
	.bbx-service-rail .bbx-wrap { grid-template-columns: 1fr; padding-block: 8px; }
	.bbx-service-rail span { min-height: 54px; padding: 11px 5px; border-right: 0; border-bottom: 1px solid rgba(35,18,53,.18); }
	.bbx-service-rail span:last-child { border-bottom: 0; }
	.bbx-availability { align-items: flex-start; flex-direction: column; }
	.bbx-cover-grid { grid-template-columns: 1fr; }
	.bbx-cover-grid article { min-height: 300px; }
	.bbx-factors__image { min-height: 420px; }
	.bbx-factors__panel { padding: 70px 20px; }
	.bbx-ready-image, .bbx-about-intro__layout figure, .bbx-relationship__image { min-height: 470px; }
	.bbx-ready-card { padding: 45px 23px; }
	.bbx-faq-layout { gap: 30px; }
	.bbx-accordion summary { font-size: .96rem; }
	.bbx-accordion details > div { padding-right: 0; }
	.bbx-related-grid, .bbx-directory-grid { grid-template-columns: 1fr; }
	.bbx-related-grid > a { min-height: 390px; }
	.bbx-service-search input { width: 100%; }
	.bbx-filter-row { flex-wrap: nowrap; overflow-x: auto; margin-top: -12px; padding-bottom: 8px; scrollbar-width: none; }
	.bbx-filter-row::-webkit-scrollbar { display: none; }
	.bbx-filter-row button { flex: 0 0 auto; }
	.bbx-about-intro__layout { gap: 45px; }
	.bbx-about-work .bbx-wrap { padding-block: 75px; }
	.bbx-about-work__grid { grid-template-columns: 1fr; }
	.bbx-about-work__grid article { min-height: 250px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18) !important; }
	.bbx-about-work__grid article:last-child { border-bottom: 0 !important; }
	.bbx-about-work__grid span { margin-bottom: 50px; }
	.bbx-facts-grid { grid-template-columns: 1fr; }
	.bbx-facts-grid > div { min-height: auto; }
	.bbx-contact-hero { min-height: auto; }
	.bbx-contact-hero__copy-inner { padding: 55px 0; }
	.bbx-contact-hero h1 { font-size: clamp(3rem, 13vw, 4.4rem); }
	.bbx-contact-hero__buttons { grid-template-columns: 1fr; }
	.bbx-contact-hero__image { min-height: 380px; }
	.bbx-contact-routes__grid { grid-template-columns: 1fr; }
	.bbx-contact-routes__grid > a { min-height: 145px; border-right: 0; border-bottom: 1px solid rgba(35,18,53,.2) !important; }
	.bbx-contact-routes__grid > a:last-child { border-bottom: 0 !important; }
	.bbx-quote-hero { min-height: 650px; }
	.bbx-quote-hero__shade { background: linear-gradient(0deg, rgba(27,12,43,.98), rgba(27,12,43,.42) 85%); }
	.bbx-quote-hero h1 { font-size: clamp(3rem, 13vw, 4.55rem); }
	.bbx-quote-close { padding: 70px 0; }
	.bbx-quote-close ol { grid-template-columns: 1fr; }
	.bbx-quote-close li { min-height: 135px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
	.bbx-legal-hero, .bbx-generic-hero { min-height: 420px; }
	.bbx-legal-layout { gap: 28px; }
	.bbx-legal-layout aside nav { grid-template-columns: 1fr; }
	.bbx-legal-copy, .bbx-generic-copy { padding: 28px 20px; }
	.bbx-legal-copy table { display: block; overflow-x: auto; }
	.bbx-testimonials-page blockquote { min-height: 430px; padding: 28px; }
	.bbx-testimonials-page__cta { align-items: stretch; flex-direction: column; }
	.bbx-footer__image { min-height: 650px; background-position: 62% center; }
	.bbx-footer__image::after { background: linear-gradient(0deg, rgba(29,13,44,.98), rgba(29,13,44,.54) 90%); }
	.bbx-footer__pitch { align-self: flex-end; padding-block: 70px; }
	.bbx-footer__pitch .bbx-actions { display: grid; }
	.bbx-footer__grid { grid-template-columns: 1fr; gap: 38px; }
	.bbx-footer__brand, .bbx-footer__grid address { grid-column: auto; }
	.bbx-regulation { text-align: left; }
	.bbx-footer__base { align-items: flex-start; flex-direction: column; }
	.bbx-mobile-actions { position: fixed; z-index: 9995; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; padding-bottom: env(safe-area-inset-bottom); background: var(--bbx-aubergine); box-shadow: 0 -8px 30px rgba(23,13,34,.18); }
	.bbx-mobile-actions a { min-height: 67px; display: flex; gap: 9px; align-items: center; justify-content: center; color: #fff; font-size: .82rem; font-weight: 850; }
	.bbx-mobile-actions a:last-child { background: var(--bbx-mint); color: var(--bbx-aubergine); }
	.bbx-mobile-actions svg { width: 22px; height: 22px; }
}

@media (max-width: 420px) {
	.bbx-brand__type small { display: none; }
	.bbx-home-hero__inner { min-height: 800px; }
	.bbx-home-hero h1 { font-size: 3.15rem; }
	.bbx-site h2 { font-size: 2.55rem; }
	.bbx-form-nav { flex-wrap: wrap; }
	.bbx-form-nav .bbx-back { width: 100%; order: 2; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.bbx-site *, .bbx-site *::before, .bbx-site *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
	.bbx-header, .bbx-footer, .bbx-mobile-actions, .bbx-actions, .bbx-legal-layout > aside { display: none !important; }
	.bbx-site { color: #000; }
	.bbx-legal-hero, .bbx-generic-hero { min-height: auto; color: #000; background: #fff; }
	.bbx-legal-hero > img, .bbx-legal-hero__shade, .bbx-generic-hero > img, .bbx-generic-hero__shade { display: none; }
	.bbx-legal-layout { display: block; }
	.bbx-legal-copy { max-width: none; padding: 0; border: 0; box-shadow: none; }
}
