:root {
	--vmb-blog-primary: var(--vm360-site-primary, #17171b);
	--vmb-blog-accent: var(--vm360-site-accent, #e30613);
	--vmb-blog-surface: var(--vm360-site-surface, #fff);
	--vmb-blog-bg: var(--vm360-site-background, #f4f4f6);
	--vmb-blog-text: var(--vm360-site-text, #19191d);
	--vmb-blog-muted: var(--vm360-site-muted, #65656f);
	--vmb-blog-heading: var(--vm360-site-heading-font, system-ui, sans-serif);
	--vmb-blog-body: var(--vm360-site-body-font, system-ui, sans-serif);
	--vmb-blog-width: var(--vm360-site-content-width, 1200px);
	--vmb-blog-radius: var(--vm360-site-radius, 18px);
}

.vmb-blog-canvas { margin: 0; color: var(--vmb-blog-text); background: var(--vmb-blog-bg); font-family: var(--vmb-blog-body); }
.vmb-blog-canvas *, .vmb-blog-canvas *::before, .vmb-blog-canvas *::after { box-sizing: border-box; }
.vmb-blog-canvas img { max-width: 100%; height: auto; }
.vmb-blog-shell { width: min(calc(100% - 48px), var(--vmb-blog-width)); margin-inline: auto; }
.vmb-blog-main { min-height: 60vh; }
.vmb-blog-page-hero { padding: clamp(80px, 9vw, 148px) 0 clamp(72px, 8vw, 120px); color: #fff; background: radial-gradient(circle at 85% 20%, color-mix(in srgb, var(--vmb-blog-accent) 36%, transparent), transparent 36%), linear-gradient(135deg, #111216, var(--vmb-blog-primary)); overflow: hidden; }
.vmb-blog-page-hero .vmb-blog-shell { position: relative; }
.vmb-blog-page-hero h1, .vmb-blog-article-hero h1 { max-width: 920px; margin: 14px 0 20px; color: #fff; font-family: var(--vmb-blog-heading); font-size: clamp(42px, 7vw, 84px); line-height: .98; letter-spacing: -.045em; }
.vmb-blog-page-hero p { max-width: 720px; margin: 0; color: rgba(255,255,255,.74); font-size: clamp(18px, 2vw, 23px); line-height: 1.6; }
.vmb-blog-eyebrow, .vmb-blog-related > div > header > span { color: #ff6670; font-weight: 800; font-size: 12px; letter-spacing: .18em; }
.vmb-blog-listing { padding-block: clamp(60px, 7vw, 110px); }
.vmb-blog-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(22px, 3vw, 36px); }
.vmb-blog-post-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid color-mix(in srgb, var(--vmb-blog-muted) 18%, transparent); border-radius: var(--vmb-blog-radius); background: var(--vmb-blog-surface); box-shadow: 0 20px 60px rgba(20,21,27,.07); transition: transform .24s ease, box-shadow .24s ease; }
.vmb-blog-post-card:hover { transform: translateY(-5px); box-shadow: 0 28px 70px rgba(20,21,27,.12); }
.vmb-blog-card-image { display: block; aspect-ratio: 16/10; overflow: hidden; background: #25262b; }
.vmb-blog-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.vmb-blog-post-card:hover .vmb-blog-card-image img { transform: scale(1.035); }
.vmb-blog-image-placeholder { display: block; width: 100%; height: 100%; background: linear-gradient(135deg, var(--vmb-blog-primary), color-mix(in srgb, var(--vmb-blog-accent) 42%, var(--vmb-blog-primary))); }
.vmb-blog-card-content { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: clamp(22px, 2.4vw, 32px); }
.vmb-blog-post-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; color: var(--vmb-blog-muted); font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.vmb-blog-post-meta span { color: var(--vmb-blog-accent); }
.vmb-blog-card-content h2, .vmb-blog-card-content h3 { margin: 14px 0 12px; font-family: var(--vmb-blog-heading); font-size: clamp(22px, 2vw, 29px); line-height: 1.16; letter-spacing: -.025em; }
.vmb-blog-card-content h3 { font-size: 22px; }
.vmb-blog-card-content h2 a, .vmb-blog-card-content h3 a { color: var(--vmb-blog-text); text-decoration: none; }
.vmb-blog-card-content p { margin: 0 0 22px; color: var(--vmb-blog-muted); line-height: 1.65; }
.vmb-blog-read-more { margin-top: auto; color: var(--vmb-blog-accent); font-weight: 800; text-decoration: none; }
.vmb-blog-pagination { margin-top: 56px; }
.vmb-blog-pagination .nav-links { display: flex; justify-content: center; gap: 8px; }
.vmb-blog-pagination .page-numbers { display: inline-grid; min-width: 44px; min-height: 44px; place-items: center; border-radius: 12px; background: var(--vmb-blog-surface); color: var(--vmb-blog-text); text-decoration: none; }
.vmb-blog-pagination .current { background: var(--vmb-blog-accent); color: #fff; }
.vmb-blog-no-posts { padding: 70px; border-radius: var(--vmb-blog-radius); background: var(--vmb-blog-surface); text-align: center; }

.vmb-blog-article-hero { padding: clamp(64px, 8vw, 120px) 0 clamp(48px, 6vw, 84px); color: #fff; background: linear-gradient(145deg, #101116, var(--vmb-blog-primary)); }
.vmb-blog-article-shell { width: min(calc(100% - 48px), 980px); margin-inline: auto; }
.vmb-blog-breadcrumb { display: flex; gap: 10px; margin-bottom: 54px; color: rgba(255,255,255,.65); font-size: 14px; }
.vmb-blog-breadcrumb a { color: inherit; text-decoration: none; }
.vmb-blog-article-hero h1 { max-width: 980px; font-size: clamp(38px, 6vw, 72px); line-height: 1.04; }
.vmb-blog-article-lead { max-width: 820px; margin: 24px 0 0; color: rgba(255,255,255,.75); font-size: clamp(18px, 2vw, 23px); line-height: 1.55; }
.vmb-blog-featured { margin-top: clamp(44px, 6vw, 78px); }
.vmb-blog-featured img { display: block; width: 100%; max-height: 620px; object-fit: cover; border-radius: calc(var(--vmb-blog-radius) + 6px); box-shadow: 0 28px 80px rgba(15,16,22,.16); }
.vmb-blog-article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: clamp(42px, 7vw, 90px); padding-block: clamp(52px, 7vw, 100px); }
.vmb-blog-article-content { min-width: 0; color: var(--vmb-blog-text); font-size: clamp(17px, 1.4vw, 19px); line-height: 1.82; }
.vmb-blog-article-content > :first-child { margin-top: 0; }
.vmb-blog-article-content h2, .vmb-blog-article-content h3 { margin: 2.1em 0 .72em; font-family: var(--vmb-blog-heading); line-height: 1.16; letter-spacing: -.025em; }
.vmb-blog-article-content h2 { font-size: clamp(29px, 3.4vw, 42px); }
.vmb-blog-article-content h3 { font-size: clamp(23px, 2.6vw, 31px); }
.vmb-blog-article-content a { color: var(--vmb-blog-accent); }
.vmb-blog-article-content figure, .vmb-blog-article-content img { border-radius: var(--vmb-blog-radius); }
.vmb-blog-article-content blockquote { margin: 2em 0; padding: 24px 30px; border-left: 4px solid var(--vmb-blog-accent); border-radius: 0 var(--vmb-blog-radius) var(--vmb-blog-radius) 0; background: var(--vmb-blog-surface); font-size: 1.08em; }
.vmb-blog-article-aside { display: flex; flex-direction: column; gap: 24px; }
.vmb-blog-article-aside > div { padding: 24px; border-radius: var(--vmb-blog-radius); background: var(--vmb-blog-surface); box-shadow: 0 16px 44px rgba(20,21,27,.06); }
.vmb-blog-article-aside span { color: var(--vmb-blog-accent); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.vmb-blog-article-aside strong { display: block; margin: 8px 0; font-family: var(--vmb-blog-heading); font-size: 20px; }
.vmb-blog-article-aside p { color: var(--vmb-blog-muted); font-size: 14px; line-height: 1.55; }
.vmb-blog-aside-cta { color: #fff; background: var(--vmb-blog-primary) !important; }
.vmb-blog-aside-cta p { color: rgba(255,255,255,.72); }
.vmb-blog-aside-cta a { display: inline-block; padding: 12px 16px; border-radius: 999px; background: var(--vmb-blog-accent); color: #fff; font-size: 13px; font-weight: 800; text-decoration: none; }
.vmb-blog-related { padding-block: clamp(64px, 8vw, 110px); background: var(--vmb-blog-surface); }
.vmb-blog-related > div > header { margin-bottom: 38px; }
.vmb-blog-related h2 { margin: 10px 0 0; font-family: var(--vmb-blog-heading); font-size: clamp(30px, 4vw, 48px); }
.vmb-blog-fallback-header, .vmb-blog-fallback-footer { background: #14151a; color: #fff; }
.vmb-blog-fallback-header .vmb-blog-shell, .vmb-blog-fallback-footer .vmb-blog-shell { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 24px; }
.vmb-blog-fallback-header a, .vmb-blog-fallback-footer a { color: #fff; text-decoration: none; }
.vmb-blog-brand { font-family: var(--vmb-blog-heading); font-size: 20px; font-weight: 800; }

@media (max-width: 900px) {
	.vmb-blog-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.vmb-blog-article-layout { grid-template-columns: 1fr; }
	.vmb-blog-article-aside { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
	.vmb-blog-shell, .vmb-blog-article-shell { width: min(calc(100% - 32px), var(--vmb-blog-width)); }
	.vmb-blog-page-hero { padding-block: 72px; }
	.vmb-blog-card-grid { grid-template-columns: 1fr; }
	.vmb-blog-article-aside { grid-template-columns: 1fr; }
	.vmb-blog-breadcrumb { margin-bottom: 34px; }
	.vmb-blog-featured { margin-top: 28px; }
}
