:root {
	--vbph-brand-ink: #202124;
	--vbph-brand-muted: #5f6368;
	--vbph-brand-line: #e1e5e9;
	--vbph-brand-soft: #f6f8f7;
	--vbph-brand-green: #137333;
	--vbph-brand-green-dark: #0d5424;
	--vbph-brand-amber: #f9ab00;
	--vbph-brand-white: #fff;
	--vbph-brand-radius: 18px;
}

.vbph-brand-hub,
.vbph-brand-hub * { box-sizing: border-box; }
.vbph-brand-hub { color: var(--vbph-brand-ink); background: var(--vbph-brand-white); font-family: inherit; }
.vbph-brand-hub ::selection { color: #17211a; background: #fbbc04; }
.vbph-brand-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.vbph-brand-hero { overflow: hidden; color: #fff; background: radial-gradient(circle at 80% 15%, rgba(249,171,0,.17), transparent 28%), linear-gradient(135deg, #17211a 0%, #0d1611 70%); padding: 34px 0 62px; }
.vbph-brand-breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: rgba(255,255,255,.68); font-size: 13px; font-weight: 650; margin-bottom: 44px; }
.vbph-brand-breadcrumbs a { color: rgba(255,255,255,.82); text-decoration: none; }
.vbph-brand-breadcrumbs a:hover { color: #fff; text-decoration: underline; }
.vbph-brand-hero__grid { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(290px,.65fr); align-items: center; gap: 72px; }
.vbph-brand-eyebrow,.vbph-brand-kicker { margin: 0 0 14px; color: #fbbc04; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.vbph-brand-hub .vbph-brand-hero h1#vbph-brand-title { max-width: 850px; color: #fff !important; font-size: clamp(38px,5vw,68px); line-height: .98; letter-spacing: -.045em; margin: 0; }
.vbph-brand-lead { max-width: 760px; color: rgba(255,255,255,.8); font-size: clamp(17px,1.8vw,21px); line-height: 1.6; margin: 26px 0 0; }
.vbph-brand-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.vbph-brand-button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 48px; border: 1px solid transparent; border-radius: 999px; padding: 12px 20px; font-size: 14px; font-weight: 800; text-decoration: none; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.vbph-brand-button:hover { transform: translateY(-2px); }
.vbph-brand-hub a.vbph-brand-button--primary,
.vbph-brand-hub a.vbph-brand-button--primary:visited { color: #fff !important; background: var(--vbph-brand-green); }
.vbph-brand-hub a.vbph-brand-button--primary:hover,
.vbph-brand-hub a.vbph-brand-button--primary:focus-visible { color: #fff !important; background: var(--vbph-brand-green-dark); }
.vbph-brand-hub a.vbph-brand-button--ghost,
.vbph-brand-hub a.vbph-brand-button--ghost:visited { color: #fff !important; border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.08); }
.vbph-brand-hub a.vbph-brand-button--ghost:hover,
.vbph-brand-hub a.vbph-brand-button--ghost:focus-visible { color: #fff !important; background: rgba(255,255,255,.15); }
.vbph-brand-verified { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.66); margin: 20px 0 0; font-size: 12px; }
.vbph-brand-verified span { color: #8bd5a4; }
.vbph-brand-identity { border: 1px solid rgba(255,255,255,.14); border-radius: 24px; padding: 30px; background: rgba(255,255,255,.075); box-shadow: 0 24px 70px rgba(0,0,0,.22); backdrop-filter: blur(12px); }
.vbph-brand-identity__mark { display: grid; place-items: center; width: 92px; height: 92px; margin-bottom: 22px; border-radius: 24px; color: #17211a; background: #fff; }
.vbph-brand-identity__mark img { width: 62px; height: 62px; object-fit: contain; }
.vbph-brand-identity__mark .vbph-brand-monogram { font-size: 28px; font-weight: 850; }
.vbph-brand-identity > strong { color: #fff; font-size: 27px; letter-spacing: -.02em; }
.vbph-brand-identity > p { color: rgba(255,255,255,.7); line-height: 1.55; margin: 8px 0 24px; }
.vbph-brand-identity dl { margin: 0; }
.vbph-brand-identity dl div { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.12); }
.vbph-brand-identity dt { color: rgba(255,255,255,.62); }
.vbph-brand-identity dd { color: #fff; margin: 0; font-weight: 750; text-align: right; }

.vbph-brand-jump { position: sticky; top: 0; z-index: 12; border-bottom: 1px solid var(--vbph-brand-line); background: rgba(255,255,255,.96); box-shadow: 0 8px 26px rgba(25,31,28,.06); backdrop-filter: blur(12px); }
.admin-bar .vbph-brand-jump { top: 32px; }
.vbph-brand-jump .vbph-brand-shell { display: flex; gap: 27px; overflow-x: auto; scrollbar-width: none; }
.vbph-brand-jump .vbph-brand-shell::-webkit-scrollbar { display: none; }
.vbph-brand-jump a { flex: 0 0 auto; border-bottom: 3px solid transparent; color: #3c4043; padding: 18px 0 15px; font-size: 13px; font-weight: 800; text-decoration: none; }
.vbph-brand-jump a:hover { color: var(--vbph-brand-green); border-bottom-color: var(--vbph-brand-green); }

.vbph-brand-section { padding: 82px 0; scroll-margin-top: 78px; }
.vbph-brand-section:nth-of-type(even) { background: var(--vbph-brand-soft); }
.vbph-brand-overview__grid,.vbph-brand-reliability__grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(310px,.8fr); gap: 70px; align-items: start; }
.vbph-brand-section h2,.vbph-brand-sources h2 { color: var(--vbph-brand-ink); font-size: clamp(30px,3.5vw,48px); line-height: 1.08; letter-spacing: -.035em; margin: 0 0 22px; }
.vbph-brand-section p { color: var(--vbph-brand-muted); font-size: 16px; line-height: 1.72; }
.vbph-brand-rich-copy > :first-child { margin-top: 0; }
.vbph-brand-rich-copy > :last-child { margin-bottom: 0; }
.vbph-brand-rich-copy ul,.vbph-brand-rich-copy ol { color: var(--vbph-brand-muted); line-height: 1.7; padding-left: 22px; }
.vbph-brand-rich-copy a { color: var(--vbph-brand-green); font-weight: 750; text-underline-offset: 3px; }
.vbph-brand-kicker { color: var(--vbph-brand-green); }
.vbph-brand-callout,.vbph-brand-checklist { border: 1px solid #dce3dd; border-radius: var(--vbph-brand-radius); padding: 28px; background: #fff; box-shadow: 0 14px 42px rgba(24,50,32,.07); }
.vbph-brand-callout > strong,.vbph-brand-checklist h3 { display: block; color: var(--vbph-brand-ink); font-size: 20px; margin: 0 0 16px; }
.vbph-brand-callout ul,.vbph-brand-checklist ul { display: grid; gap: 13px; list-style: none; padding: 0; margin: 0; }
.vbph-brand-callout li,.vbph-brand-checklist li { position: relative; color: #4b514d; padding-left: 26px; line-height: 1.55; }
.vbph-brand-callout li::before,.vbph-brand-checklist li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--vbph-brand-green); font-weight: 900; }
.vbph-brand-section-heading { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(260px,.8fr); align-items: end; gap: 50px; margin-bottom: 38px; }
.vbph-brand-section-heading h2 { margin-bottom: 0; }
.vbph-brand-section-heading > p { margin: 0; }

.vbph-brand-model-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.vbph-brand-model-card { min-height: 225px; border: 1px solid var(--vbph-brand-line); border-radius: var(--vbph-brand-radius); padding: 24px; background: #fff; box-shadow: 0 8px 30px rgba(32,33,36,.045); }
.vbph-brand-model-card__top { display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; }
.vbph-brand-model-card__top span { color: var(--vbph-brand-green); font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.vbph-brand-model-card__top strong { flex: 0 0 auto; color: var(--vbph-brand-ink); font-size: 14px; }
.vbph-brand-model-card h3 { color: var(--vbph-brand-ink); font-size: 22px; line-height: 1.18; margin: 32px 0 10px; }
.vbph-brand-model-card p { margin: 0 0 24px; font-size: 14px; }
.vbph-brand-model-card__links { display: flex; flex-wrap: wrap; gap: 16px; margin-top: auto; }
.vbph-brand-model-card__links a { color: var(--vbph-brand-green); font-size: 13px; font-weight: 800; text-decoration: none; }
.vbph-brand-model-card__links a:hover { text-decoration: underline; }
.vbph-brand-price-note { border-left: 3px solid var(--vbph-brand-amber); padding-left: 16px; margin: 24px 0 0; font-size: 13px !important; }
.vbph-brand-official-range { display: flex; align-items: center; justify-content: space-between; gap: 35px; border: 1px solid #dce3dd; border-radius: var(--vbph-brand-radius); padding: 30px; background: #fff; }
.vbph-brand-official-range > div { display: grid; grid-template-columns: 52px 1fr; gap: 2px 18px; align-items: center; }
.vbph-brand-official-range > div > span { grid-row: 1 / 3; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; color: var(--vbph-brand-green); background: #e9f4ec; font-size: 22px; font-weight: 850; }
.vbph-brand-official-range h3 { margin: 0; font-size: 22px; }
.vbph-brand-official-range p { margin: 5px 0 0; font-size: 14px; }

.vbph-brand-steps { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; list-style: none; padding: 0; margin: 0; }
.vbph-brand-steps li { border-top: 3px solid var(--vbph-brand-green); padding: 22px 20px 8px; background: #fff; }
.vbph-brand-steps li > span { color: var(--vbph-brand-green); font-size: 13px; font-weight: 850; }
.vbph-brand-steps h3 { font-size: 18px; line-height: 1.3; margin: 30px 0 10px; }
.vbph-brand-steps p { margin: 0; font-size: 14px; }
.vbph-brand-guide-links { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; margin-top: 34px; }
.vbph-brand-guide-links a { display: flex; flex-direction: column; gap: 10px; border: 1px solid var(--vbph-brand-line); border-radius: 14px; color: var(--vbph-brand-ink); padding: 18px; background: #fff; text-decoration: none; }
.vbph-brand-guide-links a:hover { border-color: #9bbfa5; box-shadow: 0 10px 26px rgba(19,115,51,.08); }
.vbph-brand-guide-links span { color: var(--vbph-brand-muted); font-size: 12px; line-height: 1.45; }

.vbph-brand-used { background: #f6f8f7; }
.vbph-brand-used__layout { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(340px,.92fr); gap: 24px; align-items: stretch; }
.vbph-brand-used__method,.vbph-brand-used__guides { border: 1px solid #dce3dd; border-radius: var(--vbph-brand-radius); padding: 30px; background: #fff; box-shadow: 0 12px 34px rgba(24,50,32,.055); }
.vbph-brand-used__method h3,.vbph-brand-used__guides > h3 { color: var(--vbph-brand-ink); font-size: 23px; line-height: 1.25; margin: 0 0 22px; }
.vbph-brand-used__method ol { display: grid; gap: 18px; list-style: none; padding: 0; margin: 0 0 26px; }
.vbph-brand-used__method li { display: grid; grid-template-columns: 38px minmax(0,1fr); gap: 14px; align-items: start; }
.vbph-brand-used__method li > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: var(--vbph-brand-green-dark); background: #e9f4ec; font-weight: 850; }
.vbph-brand-used__method li strong { display: block; color: var(--vbph-brand-ink); font-size: 15px; margin: 1px 0 3px; }
.vbph-brand-used__method li p { margin: 0; font-size: 13px; line-height: 1.55; }
.vbph-brand-used__guides { display: grid; align-content: start; }
.vbph-brand-used__guides article { border-top: 1px solid var(--vbph-brand-line); padding: 17px 0; }
.vbph-brand-used__guides article:last-child { padding-bottom: 0; }
.vbph-brand-used__guides article > p { color: var(--vbph-brand-green) !important; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; margin: 0 0 6px; }
.vbph-brand-used__guides h4 { font-size: 17px; line-height: 1.35; margin: 0 0 8px; }
.vbph-brand-used__guides h4 a { color: var(--vbph-brand-ink); text-decoration: none; }
.vbph-brand-used__guides h4 a:hover { color: var(--vbph-brand-green); }
.vbph-brand-used__guides article > a { color: var(--vbph-brand-green); font-size: 12px; font-weight: 800; text-decoration: none; }
.vbph-brand-used__empty { border: 1px dashed #b8c4bb; border-radius: 14px; padding: 22px; background: #f8faf8; }
.vbph-brand-used__empty strong { color: var(--vbph-brand-ink); }
.vbph-brand-used__empty p { margin: 7px 0 0; font-size: 14px; }
.vbph-brand-reliability { color: #fff; background: #17211a !important; }
body.vbph-brand-hub-page .vbph-brand-reliability h2 { color: #fff; }
body.vbph-brand-hub-page .vbph-brand-reliability .vbph-brand-kicker { color: #fbbc04; }
.vbph-brand-reliability p { color: rgba(255,255,255,.72); }
.vbph-brand-reliability .vbph-brand-rich-copy ul,.vbph-brand-reliability .vbph-brand-rich-copy ol { color: rgba(255,255,255,.76); }
.vbph-brand-reliability .vbph-brand-rich-copy a { color: #a7e6b8; }

.vbph-brand-region-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.vbph-brand-region-card { border: 1px solid var(--vbph-brand-line); border-radius: var(--vbph-brand-radius); padding: 25px; background: #fff; }
.vbph-brand-region-card h3 { margin: 0 0 8px; font-size: 22px; }
.vbph-brand-region-card > p { min-height: 52px; margin: 0 0 20px; font-size: 14px; }
.vbph-brand-city-list { display: flex; flex-wrap: wrap; gap: 8px; }
.vbph-brand-city-list a { border: 1px solid #dce3dd; border-radius: 999px; color: #3c4043; padding: 7px 11px; background: #f8faf8; font-size: 12px; font-weight: 750; text-decoration: none; }
.vbph-brand-city-list a:hover { color: var(--vbph-brand-green); border-color: #9bbfa5; }
.vbph-brand-dealer-note { display: flex; align-items: center; justify-content: space-between; gap: 35px; border-radius: var(--vbph-brand-radius); padding: 28px; margin-top: 22px; color: #fff; background: #1f2b23; }
.vbph-brand-dealer-note strong { font-size: 20px; }
.vbph-brand-dealer-note p { max-width: 780px; color: rgba(255,255,255,.7); margin: 7px 0 0; font-size: 14px; }

.vbph-brand-article-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.vbph-brand-article-card { overflow: hidden; border: 1px solid var(--vbph-brand-line); border-radius: var(--vbph-brand-radius); background: #fff; }
.vbph-brand-article-card__media { display: block; height: 190px; overflow: hidden; background: #e8eee9; }
.vbph-brand-article-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.vbph-brand-article-card:hover .vbph-brand-article-card__media img { transform: scale(1.025); }
.vbph-brand-article-card__fallback { display: grid; place-items: center; width: 100%; height: 100%; }
.vbph-brand-article-card__fallback img { width: 70px; height: 70px; object-fit: contain; }
.vbph-brand-article-card__fallback .vbph-brand-monogram { color: var(--vbph-brand-green); font-size: 34px; font-weight: 850; }
.vbph-brand-article-card__body { padding: 22px; }
.vbph-brand-article-card__meta { color: var(--vbph-brand-green) !important; font-size: 11px !important; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; margin: 0 0 11px; }
.vbph-brand-article-card h3 { font-size: 21px; line-height: 1.25; margin: 0 0 10px; }
.vbph-brand-article-card h3 a { color: var(--vbph-brand-ink); text-decoration: none; }
.vbph-brand-article-card h3 a:hover { color: var(--vbph-brand-green); }
.vbph-brand-article-card__body > p:not(.vbph-brand-article-card__meta) { font-size: 14px; margin: 0 0 18px; }
.vbph-brand-article-card__link { color: var(--vbph-brand-green); font-size: 13px; font-weight: 850; text-decoration: none; }
.vbph-brand-empty { border: 1px dashed #b8c4bb; border-radius: var(--vbph-brand-radius); padding: 30px; text-align: center; background: #fff; }
.vbph-brand-empty h3 { margin: 0 0 8px; }
.vbph-brand-empty p { margin: 0; }

.vbph-brand-faq-layout { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: 70px; align-items: start; }
.vbph-brand-faq-layout header > p:last-child { font-size: 14px; }
.vbph-brand-faq details { border-top: 1px solid var(--vbph-brand-line); }
.vbph-brand-faq details:last-child { border-bottom: 1px solid var(--vbph-brand-line); }
.vbph-brand-faq summary { display: flex; justify-content: space-between; align-items: center; gap: 25px; cursor: pointer; list-style: none; color: var(--vbph-brand-ink); padding: 21px 0; font-size: 17px; font-weight: 800; }
.vbph-brand-faq summary::-webkit-details-marker { display: none; }
.vbph-brand-faq summary span { color: var(--vbph-brand-green); font-size: 24px; transition: transform .18s ease; }
.vbph-brand-faq details[open] summary span { transform: rotate(45deg); }
.vbph-brand-faq details p { margin: -3px 42px 20px 0; font-size: 15px; }

.vbph-brand-sources { border-top: 1px solid #2c382f; color: #fff; background: #111a14; padding: 54px 0; }
.vbph-brand-sources .vbph-brand-shell { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.8fr); gap: 70px; }
body.vbph-brand-hub-page .vbph-brand-sources h2 { color: #fff; font-size: 34px; margin-bottom: 12px; }
body.vbph-brand-hub-page .vbph-brand-sources .vbph-brand-kicker { color: #fbbc04; }
.vbph-brand-sources p { color: rgba(255,255,255,.74); line-height: 1.65; }
.vbph-brand-sources ul { display: grid; align-content: start; gap: 10px; list-style: none; padding: 0; margin: 0; }
.vbph-brand-sources a { color: #fff; font-weight: 700; text-decoration-color: rgba(255,255,255,.25); text-underline-offset: 3px; }
.vbph-brand-sources a:hover { text-decoration-color: #fff; }

@media (max-width: 1020px) {
	.vbph-brand-hero__grid,.vbph-brand-overview__grid,.vbph-brand-reliability__grid,.vbph-brand-faq-layout { gap: 38px; }
	.vbph-brand-model-grid,.vbph-brand-article-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.vbph-brand-steps,.vbph-brand-guide-links { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.vbph-brand-used__layout { grid-template-columns: 1fr; }
	.vbph-brand-region-grid { grid-template-columns: 1fr; }
	.vbph-brand-region-card > p { min-height: 0; }
}

@media (max-width: 760px) {
	.vbph-brand-shell { width: min(100% - 28px, 1180px); }
	.vbph-brand-hero { padding: 23px 0 42px; }
	.vbph-brand-breadcrumbs { margin-bottom: 30px; }
	.vbph-brand-hero__grid,.vbph-brand-overview__grid,.vbph-brand-reliability__grid,.vbph-brand-faq-layout,.vbph-brand-section-heading,.vbph-brand-sources .vbph-brand-shell { grid-template-columns: 1fr; }
	.vbph-brand-hero__grid { gap: 34px; }
	.vbph-brand-hub .vbph-brand-hero h1#vbph-brand-title { font-size: clamp(38px,12vw,52px); }
	.vbph-brand-identity { padding: 24px; }
	.vbph-brand-jump .vbph-brand-shell { gap: 22px; }
	.vbph-brand-section { padding: 58px 0; scroll-margin-top: 66px; }
	.vbph-brand-section-heading { gap: 12px; margin-bottom: 28px; }
	.vbph-brand-model-grid,.vbph-brand-article-grid,.vbph-brand-steps,.vbph-brand-guide-links { grid-template-columns: 1fr; }
	.vbph-brand-used__method,.vbph-brand-used__guides { padding: 22px; }
	.vbph-brand-model-card { min-height: 0; }
	.vbph-brand-official-range,.vbph-brand-dealer-note { align-items: stretch; flex-direction: column; }
	.vbph-brand-official-range > div { grid-template-columns: 45px 1fr; }
	.vbph-brand-official-range > div > span { width: 45px; height: 45px; }
	.vbph-brand-button { width: 100%; }
	.vbph-brand-article-card__media { height: 210px; }
	.vbph-brand-sources .vbph-brand-shell { gap: 30px; }
}

@media (max-width: 782px) {
	.admin-bar .vbph-brand-jump { top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
	.vbph-brand-button,.vbph-brand-article-card__media img,.vbph-brand-faq summary span { transition: none; }
}

/* Brand dossier contrast and readability ------------------------------ */

body.vbph-brand-hub-page .vbph-brand-reliability h2,
body.vbph-brand-hub-page .vbph-brand-reliability h3,
body.vbph-brand-hub-page .vbph-brand-sources h2,
.vbph-brand-dealer-note strong { color: #fff !important; }
.vbph-brand-verified { font-size: 13px; }
.vbph-brand-model-card__top span { font-size: 12px; }
.vbph-brand-model-card__links a { font-size: 14px; }
.vbph-brand-steps li > span { font-size: 14px; }
.vbph-brand-guide-links span,
.vbph-brand-used__method li p { font-size: 14px; }
.vbph-brand-used__guides article > p { font-size: 12px; }
.vbph-brand-used__guides article > a { font-size: 14px; }
.vbph-brand-city-list a { font-size: 13px; }
.vbph-brand-article-card__meta { font-size: 12px !important; }
.vbph-brand-article-card__link { font-size: 14px; }
