/* ================================================================
 * Tộc Bách Việt – moodboard implementation
 * Version 1.3.0
 * ================================================================ */
:root {
	--mb-black: #0d0f10;
	--mb-black-soft: #17191b;
	--mb-gold: #c99a3a;
	--mb-gold-dark: #9a6f1e;
	--mb-gold-light: #e0b75c;
	--mb-cream: #f7f2e8;
	--mb-cream-2: #fbf8f1;
	--mb-border: #e8dfcf;
	--mb-text: #1c1f20;
	--mb-muted: #5f5b55;
	--mb-container: 1180px;
}

body {
	background: #fff;
	color: var(--mb-text);
	font-family: "Be Vietnam Pro", Arial, sans-serif;
	font-size: 15px;
	line-height: 1.65;
}

.bvt-container {
	width: min(calc(100% - 40px), var(--mb-container));
}

.mb-page {
	background: #fff;
	color: var(--mb-text);
}

.mb-page h1,
.mb-page h2,
.mb-page h3,
.mb-site-footer h3 {
	font-family: "Oswald", "Be Vietnam Pro", sans-serif;
	font-weight: 700;
	letter-spacing: .005em;
}

.mb-kicker {
	margin: 0 0 12px;
	color: var(--mb-gold-dark);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.mb-kicker > span {
	display: inline-block;
	width: 20px;
	height: 1px;
	margin-right: 7px;
	vertical-align: middle;
	background: var(--mb-gold);
}

.mb-hero-lead {
	margin: 20px 0 0;
	color: #3e3f3f;
	font-size: 15px;
	line-height: 1.78;
}

.mb-section {
	padding: 48px 0;
}

.mb-section-heading {
	max-width: 900px;
	margin: 0 auto 32px;
	text-align: center;
}

.mb-section-heading h2 {
	margin: 0;
	font-size: clamp(28px, 3.1vw, 40px);
	line-height: 1.18;
	text-transform: uppercase;
}

.mb-section-heading h2::after {
	content: "";
	display: block;
	width: 54px;
	height: 2px;
	margin: 14px auto 0;
	background: linear-gradient(90deg, transparent, var(--mb-gold), transparent);
}

.mb-section-heading p:last-child {
	margin: 12px 0 0;
	color: var(--mb-muted);
}

.mb-demo-label {
	display: inline-block;
	margin-top: 10px;
	color: #9a6f1e;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .02em;
}

.mb-btn {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .02em;
	text-transform: uppercase;
	transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.mb-btn:hover,
.mb-btn:focus-visible {
	transform: translateY(-1px);
}

.mb-btn-dark {
	color: #fff;
	background: var(--mb-black);
	border-color: var(--mb-black);
}

.mb-btn-gold {
	color: #fff;
	background: linear-gradient(135deg, #d8a847, #b88022);
	border-color: #b88022;
}

.mb-btn-outline {
	color: var(--mb-gold-dark);
	background: #fff;
	border-color: #caa45b;
}

.mb-btn-outline:hover,
.mb-btn-outline:focus-visible {
	color: #fff;
	background: var(--mb-black);
	border-color: var(--mb-black);
}

/* Header */
.bvt-site-header {
	min-height: 70px;
	background: #0b0d0e;
	border-bottom: 0;
}

.bvt-header-inner {
	min-height: 70px;
	grid-template-columns: minmax(260px, auto) 1fr auto;
	gap: 28px;
}

.bvt-brand-mark {
	width: 47px;
	height: 47px;
}

.bvt-brand-name {
	font-family: "Montserrat", "Be Vietnam Pro", sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .03em;
}

.bvt-menu {
	gap: 34px;
}

.bvt-menu a {
	padding: 25px 0 22px;
	font-size: 12px;
	font-weight: 700;
}

.bvt-menu > li > a::after {
	bottom: 15px;
	height: 1px;
}

.bvt-header-cta {
	min-width: 132px;
	min-height: 44px;
	background: linear-gradient(135deg, #d5a84d, #b57b20);
	box-shadow: none;
}

.bvt-header-phone {
	display: none;
}

/* Footer */
.mb-site-footer {
	background: #0d0f10;
	color: #fff;
	border-top: 1px solid rgba(255,255,255,.08);
}

.mb-footer-grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr .8fr 1.25fr .8fr;
	gap: 34px;
	padding: 38px 0 30px;
}

.mb-footer-brand p,
.mb-footer-column,
.mb-footer-links a,
.mb-footer-contact li {
	color: rgba(255,255,255,.74);
	font-size: 12px;
	line-height: 1.7;
}

.mb-footer-brand p {
	max-width: 280px;
	margin: 15px 0;
}

.mb-footer-column h3 {
	margin: 0 0 14px;
	color: #fff;
	font-family: "Be Vietnam Pro", sans-serif;
	font-size: 12px;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.mb-footer-links,
.mb-footer-contact ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mb-footer-links li,
.mb-footer-contact li {
	margin-bottom: 6px;
}

.mb-footer-contact li {
	display: flex;
	gap: 7px;
	align-items: flex-start;
}

.mb-footer-socials {
	display: flex;
	gap: 8px;
}

.mb-footer-socials a {
	width: 29px;
	height: 29px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border: 1px solid rgba(255,255,255,.32);
	border-radius: 50%;
	font-size: 12px;
	font-weight: 700;
}

.mb-footer-bottom {
	padding: 13px 0 18px;
	color: rgba(255,255,255,.62);
	border-top: 1px solid rgba(255,255,255,.09);
	font-size: 11px;
	text-align: center;
}

/* Breadcrumb */
.mb-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin-bottom: 24px;
	color: #8d6b2a;
	font-size: 11px;
}

.mb-breadcrumb strong {
	font-weight: 600;
}

/* Home */
.mb-home-hero {
	position: relative;
	min-height: 360px;
	overflow: hidden;
	background:
		radial-gradient(circle at 83% 50%, rgba(209,170,87,.11), transparent 25%),
		linear-gradient(105deg, #fbf8f1 0%, #f8f3e9 55%, #eee1c8 100%);
}

.mb-home-hero-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 30px;
	min-height: 360px;
}

.mb-home-hero-copy {
	padding: 55px 0 45px;
}

.mb-home-hero h1 {
	margin: 0;
	font-size: clamp(42px, 5.2vw, 68px);
	line-height: 1.03;
	text-transform: uppercase;
}

.mb-home-hero-copy .mb-hero-lead {
	max-width: 560px;
}

.mb-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 26px;
}

.mb-home-hero-mark {
	position: relative;
	min-height: 330px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mb-home-hero-mark img,
.mb-services-hero-mark img,
.mb-contact-hero-mark img {
	position: relative;
	z-index: 2;
	width: min(100%, 480px);
	filter: drop-shadow(0 22px 28px rgba(0,0,0,.12));
}

.mb-drum-pattern {
	position: absolute;
	inset: 4% 0 0 10%;
	border-radius: 50%;
	background:
		repeating-conic-gradient(from 0deg, rgba(201,154,58,.075) 0 2deg, transparent 2deg 8deg),
		radial-gradient(circle, transparent 0 22%, rgba(201,154,58,.08) 22.3% 23%, transparent 23.4% 41%, rgba(201,154,58,.08) 41.3% 42%, transparent 42.4% 59%, rgba(201,154,58,.08) 59.3% 60%, transparent 60.4%);
}

.mb-home-services {
	padding-top: 34px;
	padding-bottom: 22px;
}

.mb-home-service-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.mb-home-service-grid article {
	min-height: 240px;
	display: flex;
	flex-direction: column;
	padding: 26px 22px 20px;
	background: linear-gradient(180deg, #fbf7ef, #f5efe3);
	border: 1px solid #ede4d5;
}

.mb-home-service-title {
	display: flex;
	align-items: center;
	gap: 14px;
}

.mb-home-service-title > span {
	flex: 0 0 auto;
	width: 43px;
	height: 43px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--mb-gold);
}

.mb-home-service-title svg {
	width: 42px;
	height: 42px;
	fill: currentColor;
}

.mb-home-service-grid h3 {
	margin: 0;
	font-family: "Be Vietnam Pro", sans-serif;
	font-size: 15px;
	line-height: 1.35;
	text-transform: uppercase;
}

.mb-home-service-grid p {
	margin: 18px 0;
	color: #58554f;
	font-size: 12px;
	line-height: 1.7;
}

.mb-home-service-grid a {
	margin-top: auto;
	color: #7d5b17;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.mb-home-process {
	padding: 32px 0 30px;
	background: #111314;
	color: #fff;
}

.mb-heading-dark h2 {
	color: #fff;
}

.mb-home-process .mb-process-card p {
	color: rgba(255,255,255,.68);
}

.mb-home-process .mb-process-card h3 {
	color: #fff;
}

.mb-home-projects {
	padding-top: 28px;
	padding-bottom: 36px;
	background: linear-gradient(180deg, #fbf8f1, #f5efe4);
}

.mb-home-project-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.mb-home-project-card {
	display: grid;
	grid-template-columns: 43% 57%;
	min-height: 210px;
	background: #fff;
	border: 1px solid #e9dfce;
}

.mb-home-project-card > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mb-home-project-content {
	display: flex;
	flex-direction: column;
	padding: 20px 18px;
}

.mb-project-name {
	margin: 0 0 8px;
	color: #1d1f20;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.mb-home-project-content h3 {
	margin: 0;
	font-family: "Be Vietnam Pro", sans-serif;
	font-size: 12px;
	line-height: 1.55;
}

.mb-project-metrics {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin: auto 0 12px;
	padding-top: 16px;
}

.mb-project-metrics div + div {
	border-left: 1px solid #ddd3c2;
	padding-left: 10px;
}

.mb-project-metrics strong,
.mb-project-metrics span {
	display: block;
}

.mb-project-metrics strong {
	color: var(--mb-gold-dark);
	font-size: 20px;
}

.mb-project-metrics span {
	font-size: 9px;
}

.mb-home-project-content > a {
	color: #7d5b17;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.mb-home-contact {
	padding: 28px 0;
	background: #101213;
	color: #fff;
}

.mb-home-contact-grid {
	display: grid;
	grid-template-columns: .95fr 1.05fr;
	gap: 55px;
	align-items: center;
}

.mb-home-contact-copy h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(30px, 3.7vw, 46px);
	line-height: 1.2;
	text-transform: uppercase;
}

.mb-home-contact-copy > p:not(.mb-kicker) {
	max-width: 550px;
	color: rgba(255,255,255,.72);
}

.mb-contact-assurances {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 22px;
	color: rgba(255,255,255,.88);
	font-size: 11px;
}

.mb-home-form,
.mb-contact-form {
	display: grid;
	gap: 10px;
}

.mb-form-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.mb-home-form input,
.mb-home-form select,
.mb-home-form textarea {
	width: 100%;
	padding: 12px 13px;
	color: #fff;
	background: transparent;
	border: 1px solid rgba(255,255,255,.22);
	border-radius: 0;
}

.mb-home-form select option {
	color: #111;
}

.mb-home-form textarea {
	resize: vertical;
}

.mb-form-consent {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	color: rgba(255,255,255,.64);
	font-size: 10px;
}

.mb-form-consent input {
	width: 15px;
	height: 15px;
	padding: 0;
}

.mb-home-form .mb-btn {
	width: 100%;
}

.mb-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
}

.mb-form-message {
	margin-bottom: 12px;
	padding: 12px;
	font-size: 12px;
}

.mb-form-message.is-success {
	color: #194b2a;
	background: #eef8f0;
}

.mb-form-message.is-error {
	color: #7a2c25;
	background: #fff1ef;
}

/* Services overview */
.mb-services-hero {
	background: linear-gradient(110deg, #fbf8f1 0%, #f8f3e9 55%, #eee1c8 100%);
}

.mb-services-hero-grid {
	display: grid;
	grid-template-columns: 1.08fr .92fr;
	align-items: center;
	gap: 25px;
	min-height: 270px;
}

.mb-services-hero h1 {
	margin: 0;
	font-size: clamp(37px, 4.4vw, 58px);
	line-height: 1.12;
	text-transform: uppercase;
}

.mb-services-hero .mb-hero-lead {
	max-width: 620px;
}

.mb-services-hero-mark {
	position: relative;
	min-height: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mb-services-hero-mark img {
	width: min(100%, 360px);
}

.mb-services-list-section {
	padding-top: 30px;
}

.mb-service-row-list {
	display: grid;
	gap: 12px;
}

.mb-service-row {
	display: grid;
	grid-template-columns: 31% 69%;
	min-height: 160px;
	background: #fbf8f2;
	border: 1px solid #eee5d6;
}

.mb-service-row > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mb-service-row-content {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 18px;
	align-items: center;
	padding: 22px 28px;
}

.mb-service-row-title {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	grid-column: 1 / -1;
}

.mb-service-row-title > span {
	flex: 0 0 auto;
	width: 50px;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--mb-gold);
}

.mb-service-row-title svg {
	width: 45px;
	height: 45px;
	fill: currentColor;
}

.mb-service-row-title h3 {
	margin: 0;
	font-size: 23px;
	text-transform: uppercase;
}

.mb-service-row-title p {
	margin: 4px 0 0;
	color: #5e5a54;
	font-size: 12px;
}

.mb-service-row-body {
	display: contents;
}

.mb-service-row-body ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 7px 34px;
	margin: 0 0 0 68px;
	padding: 0;
	list-style: none;
	font-size: 11px;
}

.mb-service-row-body li::before,
.mb-scope-card li::before,
.mb-media-card li::before,
.mb-contact-connect-panel li::before {
	content: "●";
	margin-right: 8px;
	color: var(--mb-gold);
	font-size: 8px;
}

/* Shared service hero */
.mb-service-hero {
	background: linear-gradient(110deg, #fbf8f1, #f6efe2);
}

.mb-service-hero-grid {
	display: grid;
	grid-template-columns: 48% 52%;
	min-height: 320px;
}

.mb-service-hero-copy {
	padding: 28px 32px 28px 0;
}

.mb-service-hero h1 {
	margin: 0;
	font-size: clamp(38px, 4.6vw, 62px);
	line-height: 1.08;
	text-transform: uppercase;
}

.mb-service-hero-copy .mb-hero-lead {
	max-width: 560px;
}

.mb-service-hero-image {
	min-height: 320px;
	overflow: hidden;
}

.mb-service-hero-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mb-proof-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-top: 26px;
}

.mb-proof-list div {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #3e3f3f;
	font-size: 10px;
	font-weight: 600;
}

.mb-proof-list svg {
	flex: 0 0 auto;
	width: 26px;
	height: 26px;
	color: var(--mb-gold);
	fill: currentColor;
}

/* Needs */
.mb-needs-section {
	padding-top: 28px;
	padding-bottom: 22px;
}

.mb-needs-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
}

.mb-need-card {
	min-height: 155px;
	padding: 22px 17px;
	text-align: center;
	border: 1px solid #eee5d6;
	background: #fff;
}

.mb-icon-big,
.mb-benefit-icon {
	color: var(--mb-gold);
}

.mb-icon-big svg {
	width: 52px;
	height: 52px;
	fill: currentColor;
}

.mb-need-card h3 {
	margin: 12px 0 8px;
	font-family: "Be Vietnam Pro", sans-serif;
	font-size: 12px;
	line-height: 1.45;
}

.mb-need-card p {
	margin: 0;
	color: #69645c;
	font-size: 10px;
	line-height: 1.55;
}

/* Scope */
.mb-scope-section {
	padding-top: 14px;
	padding-bottom: 16px;
}

.mb-scope-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid #eadfcf;
	border-left: 1px solid #eadfcf;
}

.mb-scope-card {
	display: grid;
	grid-template-columns: 64px 1fr;
	gap: 14px;
	padding: 18px;
	background: linear-gradient(180deg, #fbf8f1, #f8f3e9);
	border-right: 1px solid #eadfcf;
	border-bottom: 1px solid #eadfcf;
}

.mb-scope-icon {
	color: var(--mb-gold);
}

.mb-scope-icon svg {
	width: 55px;
	height: 55px;
	fill: currentColor;
}

.mb-scope-card h3 {
	margin: 0 0 8px;
	font-family: "Be Vietnam Pro", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

.mb-scope-card ul,
.mb-media-card ul,
.mb-contact-connect-panel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 10px;
	line-height: 1.75;
}

/* Benefits */
.mb-benefits-section {
	padding-top: 14px;
	padding-bottom: 18px;
}

.mb-benefit-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.mb-benefit-card {
	display: grid;
	grid-template-columns: 60px 1fr;
	gap: 14px;
	align-items: center;
	min-height: 110px;
	padding: 18px;
	background: #fff;
	border: 1px solid #ece3d4;
}

.mb-benefit-icon svg {
	width: 54px;
	height: 54px;
	fill: currentColor;
}

.mb-benefit-card h3 {
	margin: 0 0 6px;
	font-family: "Be Vietnam Pro", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

.mb-benefit-card p {
	margin: 0;
	color: #666159;
	font-size: 10px;
	line-height: 1.6;
}

/* Process */
.mb-process-section {
	padding-top: 16px;
	padding-bottom: 18px;
}

.mb-process-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 8px;
}

.mb-process-grid.mb-process-six {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.mb-process-card {
	position: relative;
	min-height: 155px;
	padding: 6px 12px 10px;
	text-align: center;
}

.mb-process-card:not(:last-child)::after {
	content: "→";
	position: absolute;
	top: 50px;
	right: -9px;
	color: var(--mb-gold);
}

.mb-step-number {
	display: block;
	margin-bottom: 8px;
	color: var(--mb-gold-dark);
	font-size: 17px;
	font-weight: 700;
}

.mb-process-icon {
	color: var(--mb-gold);
}

.mb-process-icon svg {
	width: 39px;
	height: 39px;
	fill: currentColor;
}

.mb-process-card h3 {
	margin: 8px 0 6px;
	font-family: "Be Vietnam Pro", sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}

.mb-process-card p {
	margin: 0;
	color: #625e57;
	font-size: 9px;
	line-height: 1.55;
}

/* Dashboard */
.mb-dashboard-section {
	padding-top: 12px;
	padding-bottom: 22px;
}

.mb-dashboard {
	border: 1px solid #e6ddcd;
	background: #fff;
}

.mb-dashboard-metrics {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mb-dashboard-metrics > div {
	padding: 16px;
	border-right: 1px solid #ece4d7;
}

.mb-dashboard-metrics > div:last-child {
	border-right: 0;
}

.mb-dashboard-metrics span,
.mb-dashboard-metrics strong,
.mb-dashboard-metrics small {
	display: block;
}

.mb-dashboard-metrics span {
	font-size: 9px;
	text-transform: uppercase;
}

.mb-dashboard-metrics strong {
	margin: 4px 0;
	font-size: 21px;
}

.mb-dashboard-metrics small {
	color: #2c8c55;
	font-size: 8px;
}

.mb-dashboard-visuals {
	display: grid;
	grid-template-columns: 1.45fr .75fr;
	border-top: 1px solid #ece4d7;
}

.mb-line-chart {
	position: relative;
	min-height: 190px;
	background: repeating-linear-gradient(0deg, #fff 0 34px, #f1eee8 35px 36px);
	border-right: 1px solid #ece4d7;
}

.mb-line-chart svg {
	position: absolute;
	inset: 30px 20px 20px;
	width: calc(100% - 40px);
	height: calc(100% - 50px);
}

.mb-line-chart polyline {
	fill: none;
	stroke: var(--mb-gold-dark);
	stroke-width: 4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.mb-donut-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	padding: 24px;
}

.mb-donut {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background: conic-gradient(var(--mb-gold) 0 45%, #c8b28a 45% 72%, #333 72% 100%);
	-webkit-mask: radial-gradient(circle, transparent 0 44%, #000 45%);
	mask: radial-gradient(circle, transparent 0 44%, #000 45%);
}

.mb-donut-wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 9px;
}

.mb-donut-wrap li {
	margin: 7px 0;
}

.mb-donut-wrap i {
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-right: 7px;
	background: var(--mb-gold);
}

/* FAQ */
.mb-faq-section {
	padding-top: 10px;
	padding-bottom: 14px;
}

.mb-faq-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px 12px;
}

.mb-faq-grid details {
	background: #fbf8f1;
	border: 1px solid #eee5d6;
}

.mb-faq-grid summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 11px 15px;
	font-size: 10px;
	font-weight: 600;
	cursor: pointer;
	list-style: none;
}

.mb-faq-grid details p {
	margin: 0;
	padding: 0 15px 13px;
	color: #666159;
	font-size: 10px;
}

/* Media cards */
.mb-media-cards-section,
.mb-resources-section {
	padding-top: 30px;
	padding-bottom: 18px;
}

.mb-media-card-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
}

.mb-media-card {
	padding: 18px 14px 12px;
	background: linear-gradient(180deg, #fbf8f1, #f7f1e6);
	border: 1px solid #eee5d6;
}

.mb-media-card-head {
	display: flex;
	align-items: center;
	gap: 10px;
}

.mb-card-icon {
	color: var(--mb-gold);
}

.mb-card-icon svg {
	width: 31px;
	height: 31px;
	fill: currentColor;
}

.mb-media-card h3 {
	margin: 0;
	font-family: "Be Vietnam Pro", sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}

.mb-media-card ul {
	margin: 12px 0;
}

.mb-media-card img {
	width: 100%;
	height: 120px;
	object-fit: cover;
	border-radius: 4px;
}

.mb-stats-strip {
	padding: 18px 0;
}

.mb-stats-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border: 1px solid #decbaa;
}

.mb-stats-grid div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 16px;
	border-right: 1px solid #e8dfcf;
}

.mb-stats-grid div:last-child {
	border-right: 0;
}

.mb-stats-grid strong {
	color: var(--mb-gold-dark);
	font-size: 21px;
}

.mb-stats-grid span {
	font-size: 10px;
}

/* Platforms and reasons */
.mb-platform-section,
.mb-reasons-section,
.mb-partners-section {
	padding-top: 18px;
	padding-bottom: 18px;
}

.mb-platform-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 10px;
}

.mb-platform-grid article {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 10px;
	align-items: center;
	padding: 12px;
	border: 1px solid #eee5d6;
	background: #fff;
}

.mb-platform-grid article > span {
	width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #111;
	border-radius: 50%;
	font-weight: 700;
}

.mb-platform-grid h3 {
	margin: 0 0 2px;
	font-family: "Be Vietnam Pro", sans-serif;
	font-size: 10px;
}

.mb-platform-grid p {
	margin: 0;
	color: #69645c;
	font-size: 8px;
	line-height: 1.45;
}

.mb-reason-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 10px;
}

.mb-reason-grid article {
	padding: 8px 12px;
	text-align: center;
	border-right: 1px solid #ece3d4;
}

.mb-reason-grid article:last-child {
	border-right: 0;
}

.mb-reason-grid article > div {
	color: var(--mb-gold);
}

.mb-reason-grid svg {
	width: 37px;
	height: 37px;
	fill: currentColor;
}

.mb-reason-grid h3 {
	margin: 8px 0 4px;
	font-family: "Be Vietnam Pro", sans-serif;
	font-size: 10px;
}

.mb-reason-grid p {
	margin: 0;
	color: #666159;
	font-size: 8px;
}

.mb-partner-grid {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: 10px;
}

.mb-partner-grid span {
	min-height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	color: #39424b;
	background: #fff;
	border: 1px solid #e9e5de;
	font-weight: 700;
	text-align: center;
}

/* Inner CTA */
.mb-inner-cta {
	position: relative;
	padding: 28px 0;
	overflow: hidden;
	background: #101213;
	color: #fff;
}

.mb-inner-cta::after {
	content: "";
	position: absolute;
	right: 4%;
	bottom: -70px;
	width: 260px;
	height: 260px;
	background: url('../images/logo-mark-gold.png') center/contain no-repeat;
	opacity: .18;
}

.mb-inner-cta-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 35px;
	align-items: center;
}

.mb-inner-cta p {
	margin: 0 0 6px;
	color: var(--mb-gold-light);
	font-size: 12px;
	text-transform: uppercase;
}

.mb-inner-cta h2 {
	max-width: 720px;
	margin: 0;
	color: #fff;
	font-size: clamp(28px, 3.3vw, 42px);
	line-height: 1.18;
	text-transform: uppercase;
}

.mb-inner-cta-actions {
	display: grid;
	gap: 8px;
	min-width: 250px;
}

.mb-inner-cta-actions > a:not(.mb-btn),
.mb-inner-cta-actions > span {
	color: rgba(255,255,255,.78);
	font-size: 12px;
}

.mb-inner-cta-actions strong {
	font-size: 18px;
}

.mb-cta-points {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 16px;
	color: rgba(255,255,255,.82);
	font-size: 10px;
}

/* Projects */
.mb-projects-hero {
	background: #f8f4eb;
}

.mb-projects-hero-grid {
	display: grid;
	grid-template-columns: 48% 52%;
	min-height: 370px;
}

.mb-projects-hero-copy {
	padding: 24px 32px 24px 0;
}

.mb-projects-hero h1 {
	margin: 0;
	font-size: clamp(40px, 4.8vw, 62px);
	line-height: 1.05;
	text-transform: uppercase;
}

.mb-projects-hero-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mb-projects-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin-top: 24px;
}

.mb-projects-stats strong,
.mb-projects-stats span {
	display: block;
}

.mb-projects-stats strong {
	color: var(--mb-gold-dark);
	font-size: 22px;
}

.mb-projects-stats span {
	font-size: 8px;
}

.mb-project-list-section {
	padding-top: 28px;
}

.mb-project-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 24px;
}

.mb-project-filters button {
	padding: 9px 16px;
	color: #3f3d39;
	background: #fff;
	border: 1px solid #e8dfcf;
	font-size: 10px;
	cursor: pointer;
}

.mb-project-filters button.is-active,
.mb-project-filters button:hover {
	color: #fff;
	background: var(--mb-gold-dark);
	border-color: var(--mb-gold-dark);
}

.mb-project-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.mb-project-card {
	background: #fff;
	border: 1px solid #ece3d4;
}

.mb-project-card[hidden] {
	display: none !important;
}

.mb-project-card-image {
	display: block;
	aspect-ratio: 2.5 / 1;
	overflow: hidden;
}

.mb-project-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mb-project-card-body {
	padding: 15px 16px 18px;
}

.mb-project-client {
	margin: 0 0 6px;
	color: #6b655d;
	font-size: 8px;
	text-transform: uppercase;
}

.mb-project-card h3 {
	margin: 0;
	font-family: "Be Vietnam Pro", sans-serif;
	font-size: 14px;
	line-height: 1.45;
}

.mb-project-card-body > p:not(.mb-project-client) {
	color: #68625a;
	font-size: 10px;
}

.mb-project-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 12px 0;
}

.mb-project-tags span {
	padding: 4px 7px;
	color: #8a6728;
	background: #fbf4e6;
	font-size: 8px;
}

.mb-project-card-metrics {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 6px;
	padding-top: 12px;
	border-top: 1px solid #eee5d6;
}

.mb-project-card-metrics strong,
.mb-project-card-metrics span {
	display: block;
	text-align: center;
}

.mb-project-card-metrics strong {
	color: var(--mb-gold-dark);
	font-size: 14px;
}

.mb-project-card-metrics span {
	font-size: 7px;
}

.mb-project-card-link {
	display: inline-block;
	margin-top: 12px;
	color: #8a6728;
	font-size: 10px;
	font-weight: 700;
}

.mb-testimonials-section {
	padding-top: 22px;
	padding-bottom: 28px;
}

.mb-testimonial-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.mb-testimonial-grid article {
	display: grid;
	grid-template-columns: 52px 1fr;
	gap: 14px;
	padding: 18px;
	border: 1px solid #ece3d4;
}

.mb-testimonial-grid article > span {
	width: 50px;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: var(--mb-gold-dark);
	border-radius: 50%;
	font-weight: 700;
}

.mb-testimonial-grid h3 {
	margin: 0;
	font-family: "Be Vietnam Pro", sans-serif;
	font-size: 11px;
}

.mb-testimonial-grid small {
	color: #7a746b;
	font-size: 8px;
}

.mb-testimonial-grid p {
	margin: 10px 0 0;
	color: #625d56;
	font-size: 9px;
	line-height: 1.65;
}

/* Contact */
.mb-contact-hero {
	padding: 26px 0 18px;
	background:
		linear-gradient(90deg, rgba(255,255,255,.88), rgba(255,255,255,.76)),
		linear-gradient(110deg, #fbf8f1, #f2e5cc);
}

.mb-contact-title-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 30px;
}

.mb-contact-title-row h1 {
	margin: 0;
	font-size: clamp(42px, 4.8vw, 64px);
	line-height: 1.08;
	text-transform: uppercase;
}

.mb-contact-title-row p {
	max-width: 650px;
	color: #3f3f3d;
}

.mb-contact-hero-mark {
	min-height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.mb-contact-hero-mark img {
	width: min(100%, 500px);
}

.mb-contact-info-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin-top: 10px;
}

.mb-contact-info-grid article {
	display: grid;
	grid-template-columns: 50px 1fr;
	gap: 12px;
	align-items: center;
	min-height: 78px;
	padding: 14px 16px;
	background: rgba(255,255,255,.75);
	border: 1px solid #ede3d3;
}

.mb-contact-info-grid article > span {
	width: 48px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: var(--mb-gold);
	border-radius: 50%;
}

.mb-contact-info-grid svg {
	width: 25px;
	height: 25px;
	fill: currentColor;
}

.mb-contact-info-grid strong,
.mb-contact-info-grid a,
.mb-contact-info-grid p,
.mb-contact-info-grid small {
	display: block;
	margin: 0;
}

.mb-contact-info-grid strong {
	color: var(--mb-gold-dark);
	font-size: 11px;
	text-transform: uppercase;
}

.mb-contact-info-grid a,
.mb-contact-info-grid p {
	color: #2b2c2c;
	font-size: 11px;
	line-height: 1.45;
}

.mb-contact-info-grid small {
	font-size: 9px;
}

.mb-contact-main-section {
	padding-top: 20px;
	padding-bottom: 18px;
}

.mb-contact-main-grid {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: 18px;
}

.mb-contact-form-panel,
.mb-contact-connect-panel {
	padding: 22px;
	border: 1px solid #ece3d4;
	background: #fff;
}

.mb-contact-form-panel h2,
.mb-contact-connect-panel h2 {
	margin: 0 0 14px;
	font-family: "Be Vietnam Pro", sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}

.mb-contact-form input,
.mb-contact-form select,
.mb-contact-form textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ded9d0;
	border-radius: 0;
	background: #fff;
	font-size: 11px;
}

.mb-contact-form .mb-form-consent {
	color: #6b655d;
}

.mb-contact-form .mb-btn {
	width: 100%;
}

.mb-form-note {
	margin: 0;
	font-size: 9px;
}

.mb-contact-connect-panel > p {
	font-size: 11px;
}

.mb-contact-connect-panel ul {
	margin-bottom: 14px;
}

.mb-contact-map {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 140px;
}

.mb-contact-map img {
	width: 100%;
	height: 140px;
	object-fit: cover;
}

.mb-contact-map div {
	position: absolute;
	left: 50%;
	bottom: 12px;
	transform: translateX(-50%);
	min-width: 65%;
	padding: 10px 14px;
	color: #fff;
	background: rgba(13,15,16,.9);
	text-align: center;
}

.mb-contact-map strong,
.mb-contact-map span {
	display: block;
}

.mb-contact-map strong {
	color: var(--mb-gold-light);
	font-size: 11px;
	text-transform: uppercase;
}

.mb-contact-map span {
	font-size: 9px;
}

.mb-contact-reasons {
	padding: 6px 0 24px;
}

.mb-contact-reason-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.mb-contact-reason-grid article {
	display: grid;
	grid-template-columns: 62px 1fr;
	gap: 14px;
	align-items: center;
	padding: 16px 20px;
	background: #fbf8f1;
}

.mb-contact-reason-grid article > span {
	color: var(--mb-gold);
}

.mb-contact-reason-grid svg {
	width: 52px;
	height: 52px;
	fill: currentColor;
}

.mb-contact-reason-grid h3 {
	margin: 0 0 5px;
	font-family: "Be Vietnam Pro", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

.mb-contact-reason-grid p {
	margin: 0;
	color: #666159;
	font-size: 9px;
}

/* Responsive */
@media (max-width: 1100px) {
	.mb-home-service-grid,
	.mb-media-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mb-needs-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.mb-proof-list,
	.mb-benefit-grid,
	.mb-contact-info-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mb-process-grid,
	.mb-process-grid.mb-process-six {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.mb-process-card::after {
		display: none;
	}

	.mb-platform-grid,
	.mb-reason-grid,
	.mb-partner-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.mb-project-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mb-footer-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 850px) {
	.mb-home-hero-grid,
	.mb-services-hero-grid,
	.mb-service-hero-grid,
	.mb-projects-hero-grid,
	.mb-contact-title-row,
	.mb-contact-main-grid,
	.mb-home-contact-grid,
	.mb-inner-cta-grid {
		grid-template-columns: 1fr;
	}

	.mb-home-hero-copy,
	.mb-service-hero-copy,
	.mb-projects-hero-copy {
		padding-right: 0;
	}

	.mb-home-hero-mark,
	.mb-services-hero-mark {
		min-height: 250px;
	}

	.mb-service-hero-image,
	.mb-projects-hero-image {
		min-height: 300px;
	}

	.mb-home-project-grid,
	.mb-testimonial-grid {
		grid-template-columns: 1fr;
	}

	.mb-home-project-card {
		grid-template-columns: 35% 65%;
	}

	.mb-service-row {
		grid-template-columns: 1fr;
	}

	.mb-service-row > img {
		height: 260px;
	}

	.mb-service-row-body ul {
		margin-left: 0;
	}

	.mb-scope-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mb-dashboard-visuals {
		grid-template-columns: 1fr;
	}

	.mb-line-chart {
		border-right: 0;
		border-bottom: 1px solid #ece4d7;
	}

	.mb-inner-cta-actions {
		min-width: 0;
	}

	.mb-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.bvt-container {
		width: min(calc(100% - 24px), var(--mb-container));
	}

	.mb-section {
		padding: 38px 0;
	}

	.mb-section-heading {
		text-align: left;
	}

	.mb-section-heading h2::after {
		margin-left: 0;
	}

	.mb-home-hero h1,
	.mb-services-hero h1,
	.mb-service-hero h1,
	.mb-projects-hero h1,
	.mb-contact-title-row h1 {
		font-size: 38px;
	}

	.mb-home-service-grid,
	.mb-media-card-grid,
	.mb-needs-grid,
	.mb-benefit-grid,
	.mb-scope-grid,
	.mb-process-grid,
	.mb-process-grid.mb-process-six,
	.mb-platform-grid,
	.mb-reason-grid,
	.mb-partner-grid,
	.mb-project-card-grid,
	.mb-contact-info-grid,
	.mb-contact-reason-grid,
	.mb-dashboard-metrics,
	.mb-stats-grid,
	.mb-footer-grid {
		grid-template-columns: 1fr;
	}

	.mb-home-project-card {
		grid-template-columns: 1fr;
	}

	.mb-home-project-card > img {
		height: 250px;
	}

	.mb-service-row-content {
		grid-template-columns: 1fr;
		padding: 20px;
	}

	.mb-service-row-body ul {
		grid-template-columns: 1fr;
	}

	.mb-proof-list {
		grid-template-columns: 1fr;
	}

	.mb-form-grid,
	.mb-faq-grid {
		grid-template-columns: 1fr;
	}

	.mb-projects-stats {
		grid-template-columns: repeat(2, 1fr);
	}

	.mb-project-filters {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 8px;
	}

	.mb-project-filters button {
		flex: 0 0 auto;
	}

	.mb-hero-actions {
		display: grid;
	}

	.mb-btn {
		width: 100%;
	}

	.mb-footer-grid {
		gap: 24px;
	}

	.mb-footer-follow {
		display: none;
	}
}

/* ================================================================
 * Precision layer – v1.3.0
 * Keeps the live WordPress pages visually aligned with the approved
 * eight-page moodboard while preventing inherited legacy CSS issues.
 * ================================================================ */

:root {
	--mb-container: 1160px;
}

html {
	overflow-x: hidden;
	scroll-padding-top: 84px;
}

body {
	overflow-x: clip;
	background: #fff;
}

.mb-page *,
.mb-site-footer * {
	min-width: 0;
}

.mb-page p,
.mb-page li,
.mb-page a,
.mb-page span,
.mb-page strong,
.mb-page h1,
.mb-page h2,
.mb-page h3,
.mb-site-footer p,
.mb-site-footer li,
.mb-site-footer a {
	word-break: normal;
	overflow-wrap: break-word;
}

.mb-page svg,
.mb-site-footer svg {
	max-width: 100%;
	height: auto;
}

/* Header: fixed visual proportions from the moodboard. */
.bvt-site-header {
	min-height: 72px;
	background: #0d0f10;
	border-bottom: 1px solid rgba(201,154,58,.12);
}

.bvt-header-inner {
	min-height: 72px;
	grid-template-columns: minmax(280px, auto) 1fr auto;
	gap: 34px;
}

.bvt-brand-link {
	gap: 12px;
}

.bvt-brand-mark {
	width: 62px;
	height: 44px;
	object-fit: contain;
}

.bvt-brand-name {
	font-family: "Montserrat", "Be Vietnam Pro", sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .025em;
}

.bvt-menu {
	gap: 38px;
}

.bvt-menu a {
	padding: 26px 0 23px;
	font-size: 12px;
	font-weight: 700;
}

.bvt-menu > li > a::after {
	bottom: 16px;
	height: 1px;
}

.bvt-header-cta {
	min-width: 134px;
	min-height: 44px;
	padding-inline: 20px;
	border-radius: 2px;
	box-shadow: none;
}

/* Shared section rhythm. */
.mb-section {
	padding: 42px 0;
}

.mb-section-heading {
	margin-bottom: 28px;
}

.mb-section-heading h2 {
	font-size: clamp(27px, 2.65vw, 38px);
	line-height: 1.15;
}

.mb-section-heading h2::after {
	width: 46px;
	margin-top: 12px;
}

.mb-kicker {
	font-size: 11px;
	letter-spacing: .045em;
}

.mb-hero-lead {
	font-size: 14px;
	line-height: 1.72;
}

/* Home hero. */
.mb-home-hero {
	min-height: 390px;
}

.mb-home-hero-grid {
	grid-template-columns: 47% 53%;
	gap: 12px;
	min-height: 390px;
}

.mb-home-hero-copy {
	padding: 56px 0 48px;
}

.mb-home-hero h1 {
	max-width: 560px;
	font-size: clamp(43px, 4.45vw, 64px);
	line-height: 1.04;
	letter-spacing: -.01em;
}

.mb-home-hero-copy .mb-hero-lead {
	max-width: 540px;
}

.mb-home-hero-mark {
	min-height: 370px;
}

.mb-home-hero-mark img {
	width: min(100%, 540px);
	filter: none;
}

.mb-drum-pattern {
	inset: 3% -5% -6% 4%;
	opacity: .82;
}

.mb-home-services {
	padding-top: 30px;
	padding-bottom: 24px;
}

.mb-home-service-grid {
	gap: 12px;
}

.mb-home-service-grid article {
	min-height: 225px;
	padding: 24px 20px 18px;
}

.mb-home-service-grid p {
	margin: 16px 0;
}

.mb-home-process {
	padding: 30px 0 28px;
}

.mb-home-process .mb-section-heading {
	margin-bottom: 22px;
}

.mb-home-projects {
	padding-top: 25px;
	padding-bottom: 30px;
}

.mb-home-project-card {
	min-height: 220px;
}

.mb-home-project-card > img {
	min-height: 220px;
}

.mb-home-project-content {
	padding: 18px 16px;
}

.mb-home-contact {
	padding: 26px 0 24px;
}

.mb-home-contact-grid {
	gap: 50px;
}

.mb-home-contact-copy h2 {
	font-size: clamp(29px, 3.15vw, 43px);
}

.mb-home-form input,
.mb-home-form select,
.mb-home-form textarea {
	min-height: 44px;
	font-size: 12px;
}

.mb-home-form textarea {
	min-height: 82px;
}

/* Services overview. */
.mb-services-hero-grid {
	grid-template-columns: 54% 46%;
	min-height: 285px;
}

.mb-services-hero h1 {
	max-width: 670px;
	font-size: clamp(39px, 4vw, 56px);
}

.mb-services-hero-mark img {
	width: min(100%, 420px);
	filter: none;
}

.mb-services-list-section {
	padding-top: 28px;
	padding-bottom: 22px;
}

.mb-service-row {
	grid-template-columns: 32% 68%;
	min-height: 178px;
}

.mb-service-row-content {
	padding: 20px 24px;
}

.mb-service-row-title h3 {
	font-size: 22px;
}

.mb-service-row-body ul {
	margin-left: 66px;
}

/* Service detail heroes and cards. */
.mb-service-hero-grid {
	grid-template-columns: 49% 51%;
	min-height: 335px;
}

.mb-service-hero-copy {
	padding-top: 28px;
	padding-bottom: 24px;
}

.mb-service-hero h1 {
	font-size: clamp(39px, 4.15vw, 58px);
}

.mb-service-hero-image {
	min-height: 335px;
}

.mb-proof-list {
	gap: 12px;
	margin-top: 24px;
}

.mb-proof-list div {
	align-items: flex-start;
	font-size: 9px;
	line-height: 1.5;
}

.mb-proof-list svg {
	width: 24px;
	height: 24px;
}

.mb-needs-grid,
.mb-benefit-grid,
.mb-media-card-grid {
	gap: 10px;
}

.mb-need-card {
	min-height: 148px;
	padding: 20px 14px;
}

.mb-need-card h3,
.mb-benefit-card h3,
.mb-scope-card h3,
.mb-media-card h3 {
	word-break: normal;
	overflow-wrap: break-word;
}

.mb-scope-card {
	grid-template-columns: 58px 1fr;
	gap: 12px;
	padding: 16px;
}

.mb-scope-icon svg {
	width: 50px;
	height: 50px;
}

.mb-benefit-card {
	grid-template-columns: 55px 1fr;
	min-height: 104px;
	padding: 16px;
}

.mb-benefit-icon svg {
	width: 48px;
	height: 48px;
}

.mb-process-card {
	min-height: 150px;
}

.mb-process-card h3 {
	line-height: 1.4;
}

.mb-media-card {
	display: flex;
	flex-direction: column;
	min-height: 305px;
}

.mb-media-card ul {
	flex: 1 1 auto;
}

.mb-media-card img {
	height: 120px;
}

.mb-media-card li,
.mb-scope-card li,
.mb-contact-connect-panel li {
	position: relative;
	padding-left: 12px;
	word-break: normal;
	overflow-wrap: break-word;
}

.mb-media-card li::before,
.mb-scope-card li::before,
.mb-contact-connect-panel li::before {
	position: absolute;
	left: 0;
	top: .15em;
	margin: 0;
}

.mb-platform-grid article {
	min-height: 72px;
}

/* Projects. */
.mb-projects-hero-grid {
	grid-template-columns: 48% 52%;
	min-height: 380px;
}

.mb-projects-hero h1 {
	font-size: clamp(40px, 4.15vw, 58px);
}

.mb-projects-hero-image {
	min-height: 380px;
}

.mb-projects-hero-image img {
	object-position: center;
}

.mb-project-card-image {
	aspect-ratio: 2.45 / 1;
}

.mb-project-card-body {
	min-height: 190px;
}

.mb-testimonial-grid article {
	min-height: 160px;
}

/* Contact. */
.mb-contact-hero {
	padding-top: 22px;
}

.mb-contact-title-row {
	grid-template-columns: 52% 48%;
}

.mb-contact-title-row h1 {
	font-size: clamp(41px, 4.15vw, 58px);
}

.mb-contact-hero-mark img {
	width: min(100%, 520px);
	filter: none;
}

.mb-contact-info-grid article {
	min-height: 82px;
}

.mb-contact-form-panel,
.mb-contact-connect-panel {
	min-height: 330px;
}

.mb-contact-form input,
.mb-contact-form select {
	min-height: 42px;
}

.mb-contact-form textarea {
	min-height: 100px;
}

/* Footer. */
.mb-footer-grid {
	grid-template-columns: 1.35fr 1fr .8fr 1.25fr .8fr;
	gap: 30px;
	padding-top: 32px;
	padding-bottom: 26px;
}

.mb-footer-brand .bvt-brand-mark {
	width: 56px;
	height: 40px;
}

.mb-footer-brand .bvt-brand-name {
	font-size: 15px;
}

.mb-footer-bottom {
	padding-top: 12px;
	padding-bottom: 14px;
}

/* Desktop-only process connector alignment. */
@media (min-width: 1101px) {
	.mb-process-card:not(:last-child)::after {
		top: 47px;
		right: -7px;
	}
}

@media (max-width: 1100px) {
	.bvt-header-inner {
		grid-template-columns: 1fr auto;
	}

	.mb-home-service-grid,
	.mb-media-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mb-footer-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 850px) {
	.mb-home-hero-grid,
	.mb-services-hero-grid,
	.mb-service-hero-grid,
	.mb-projects-hero-grid,
	.mb-contact-title-row {
		grid-template-columns: 1fr;
	}

	.mb-home-hero-copy,
	.mb-services-hero-grid > div:first-child,
	.mb-service-hero-copy,
	.mb-projects-hero-copy {
		padding-bottom: 20px;
	}

	.mb-home-hero-mark,
	.mb-services-hero-mark,
	.mb-contact-hero-mark {
		min-height: 270px;
	}

	.mb-service-hero-image,
	.mb-projects-hero-image {
		min-height: 320px;
	}

	.mb-home-project-card {
		grid-template-columns: 38% 62%;
	}

	.mb-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.bvt-site-header,
	.bvt-header-inner {
		min-height: 68px;
	}

	.bvt-brand-mark {
		width: 50px;
		height: 36px;
	}

	.bvt-brand-name {
		font-size: 13px;
	}

	.mb-home-hero h1,
	.mb-services-hero h1,
	.mb-service-hero h1,
	.mb-projects-hero h1,
	.mb-contact-title-row h1 {
		font-size: clamp(34px, 10vw, 42px);
	}

	.mb-home-hero-copy {
		padding-top: 42px;
	}

	.mb-home-hero-mark img,
	.mb-services-hero-mark img,
	.mb-contact-hero-mark img {
		width: min(100%, 360px);
	}

	.mb-home-project-card {
		grid-template-columns: 1fr;
	}

	.mb-service-row > img {
		height: 230px;
	}

	.mb-service-row-content {
		padding: 18px;
	}

	.mb-service-row-title {
		gap: 12px;
	}

	.mb-service-row-title > span {
		width: 42px;
		height: 42px;
	}

	.mb-service-row-title svg {
		width: 38px;
		height: 38px;
	}

	.mb-service-row-title h3 {
		font-size: 19px;
	}

	.mb-footer-grid {
		grid-template-columns: 1fr;
	}
}

/* Single project */
.mb-single-project-hero {
	padding: 26px 0 42px;
	background: linear-gradient(110deg, #fbf8f1, #f2e5cc);
}

.mb-single-project-hero-grid {
	display: grid;
	grid-template-columns: 46% 54%;
	gap: 34px;
	align-items: center;
}

.mb-single-project-copy h1 {
	margin: 0;
	font-size: clamp(39px, 4.2vw, 58px);
	line-height: 1.08;
	text-transform: uppercase;
}

.mb-single-project-meta {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 24px;
}

.mb-single-project-meta div {
	padding: 12px;
	background: rgba(255,255,255,.66);
	border: 1px solid #e8dfcf;
}

.mb-single-project-meta span,
.mb-single-project-meta strong {
	display: block;
}

.mb-single-project-meta span {
	color: #8a6728;
	font-size: 8px;
	text-transform: uppercase;
}

.mb-single-project-meta strong {
	margin-top: 4px;
	font-size: 10px;
}

.mb-single-project-cover {
	overflow: hidden;
	min-height: 350px;
	border: 1px solid #e5d7bd;
}

.mb-single-project-cover img {
	width: 100%;
	height: 100%;
	min-height: 350px;
	object-fit: cover;
}

.mb-single-project-summary {
	padding: 28px 0;
	background: #111314;
	color: #fff;
}

.mb-single-project-summary-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.mb-single-project-summary article {
	display: grid;
	grid-template-columns: 52px 1fr;
	gap: 16px;
	padding: 20px;
	border: 1px solid rgba(201,154,58,.22);
}

.mb-single-project-summary article > span {
	color: var(--mb-gold);
}

.mb-single-project-summary svg {
	width: 46px;
	height: 46px;
	fill: currentColor;
}

.mb-single-project-summary h2 {
	margin: 0 0 7px;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
}

.mb-single-project-summary p {
	margin: 0;
	color: rgba(255,255,255,.68);
	font-size: 11px;
}

.mb-single-project-content-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 50px;
	align-items: start;
}

.mb-single-project-content {
	font-size: 14px;
	line-height: 1.8;
}

.mb-single-project-content h2,
.mb-single-project-content h3 {
	color: var(--mb-text);
	text-transform: uppercase;
}

.mb-single-project-content img {
	max-width: 100%;
	height: auto;
}

.mb-single-project-aside {
	position: sticky;
	top: 100px;
	padding: 24px;
	background: #f8f3e9;
	border: 1px solid #e8dfcf;
}

.mb-single-project-aside h2 {
	margin: 0 0 18px;
	font-size: 24px;
	line-height: 1.25;
	text-transform: uppercase;
}

.mb-single-project-phone {
	display: block;
	margin-top: 14px;
	color: #8a6728;
	font-size: 16px;
	font-weight: 700;
}

@media (max-width: 850px) {
	.mb-single-project-hero-grid,
	.mb-single-project-content-grid {
		grid-template-columns: 1fr;
	}

	.mb-single-project-aside {
		position: static;
	}
}

@media (max-width: 640px) {
	.mb-single-project-meta,
	.mb-single-project-summary-grid {
		grid-template-columns: 1fr;
	}
}

/* =========================================================
 * v1.3.2 — exact moodboard header alignment + fixed submenu
 * ========================================================= */
@media (min-width: 1081px) {
	.bvt-header-inner {
		grid-template-columns: minmax(280px, 1fr) auto 150px;
		gap: 26px;
	}

	.bvt-primary-navigation {
		justify-self: center;
	}

	.bvt-header-actions {
		width: 150px;
		justify-self: end;
		justify-content: flex-end;
	}

	.bvt-menu {
		gap: 36px;
	}

	.bvt-menu .sub-menu {
		left: -34px;
		width: 325px;
		transform: translateY(10px);
		border-radius: 2px;
	}

	.bvt-menu .menu-item-has-children:hover > .sub-menu,
	.bvt-menu .menu-item-has-children:focus-within > .sub-menu {
		transform: translateY(0);
	}

	.bvt-menu .sub-menu::before {
		content: "";
		position: absolute;
		top: -7px;
		left: 52px;
		width: 12px;
		height: 12px;
		background: #0d0f10;
		border-top: 1px solid rgba(201,154,58,.32);
		border-left: 1px solid rgba(201,154,58,.32);
		transform: rotate(45deg);
	}

	.bvt-menu .sub-menu a {
		position: relative;
		z-index: 1;
		padding: 12px 14px;
		font-size: 12px;
		line-height: 1.45;
	}
}

.bvt-menu .sub-menu .current-menu-item > a {
	color: var(--bvt-gold-light);
	background: rgba(201,154,58,.12);
}

@media (max-width: 1080px) {
	.bvt-header-inner {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.bvt-primary-navigation {
		justify-self: auto;
	}

	.bvt-header-actions {
		width: auto;
	}
}
