/*
Theme Name: Meneses VIP Center
Theme URI: https://www.facebook.com/MenesesVIPcenter
Author: Portfolio build
Description: Sleek fintech corporate theme — sticky header, Lenis smooth scroll, Insights blog.
Version: 2.1.4
Text Domain: meneses-vip
*/

:root {
	/* Logo palette */
	--mv-navy: #125087;
	--mv-red: #de251c;
	--mv-orange: #f16200;
	--mv-gradient: linear-gradient(135deg, var(--mv-red) 0%, var(--mv-orange) 100%);
	/* Derived */
	--mv-ink: #0a3d66;
	--mv-ink-soft: #0e4a75;
	--mv-slate: #1a6ba3;
	--mv-muted: #5a7289;
	--mv-line: rgb(18 80 135 / 0.16);
	--mv-surface: #f3f7fb;
	--mv-surface-2: #e6eef6;
	--mv-white: #f8fafc;
	--mv-radius: 16px;
	--mv-radius-pill: 999px;
	--mv-shadow: 0 24px 60px rgb(18 80 135 / 0.2);
	--mv-glass: rgb(18 80 135 / 0.58);
	--mv-font: "Outfit", system-ui, sans-serif;
	--mv-serif: "Newsreader", Georgia, serif;
	--mv-ease: cubic-bezier(0.22, 1, 0.36, 1);
	--mv-content-max: 1120px;
	--mv-content-width: min(var(--mv-content-max), calc(100% - 2.5rem));
	--mv-prose-max: 42rem;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html.lenis,
html.lenis body {
	height: auto;
}

.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}

body.mv-body {
	margin: 0;
	font-family: var(--mv-font);
	font-size: 1.02rem;
	color: var(--mv-ink-soft);
	background: var(--mv-surface);
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: var(--mv-navy);
	text-underline-offset: 3px;
	transition: color 0.2s var(--mv-ease);
}

a:hover {
	color: var(--mv-orange);
}

.mv-shell {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.mv-container {
	width: var(--mv-content-width);
	max-width: var(--mv-content-max);
	margin-inline: auto;
}

/* —— Sticky header —— */
.mv-header {
	position: sticky;
	top: 0;
	z-index: 100;
	width: 100%;
}

@media (max-width: 899px) {
	.mv-header {
		position: sticky;
	}
}

.mv-header__bar {
	position: relative;
	width: 100%;
	background: linear-gradient(
		90deg,
		var(--mv-ink) 0%,
		var(--mv-navy) 48%,
		var(--mv-slate) 100%
	);
	border-bottom: 1px solid rgb(255 255 255 / 0.08);
	box-shadow: 0 8px 32px rgb(18 80 135 / 0.18);
}

.mv-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(0.75rem, 2vw, 1.5rem);
	width: var(--mv-content-width);
	max-width: var(--mv-content-max);
	margin-inline: auto;
	padding: 0.85rem 0;
	min-height: 3.25rem;
	box-sizing: border-box;
}

.mv-header__start {
	display: flex;
	align-items: center;
	gap: clamp(1rem, 2.5vw, 2rem);
	min-width: 0;
	flex: 1 1 auto;
}

.mv-brand {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	text-decoration: none;
	color: var(--mv-white);
	flex-shrink: 0;
}

.mv-brand__logo {
	height: 48px;
	width: auto;
	max-width: min(200px, 38vw);
	object-fit: contain;
	object-position: left center;
}

.mv-footer__logo {
	height: 44px;
	width: auto;
	max-width: 160px;
	object-fit: contain;
}

.mv-nav {
	flex: 0 1 auto;
	display: none;
	min-width: 0;
}

@media (min-width: 900px) {
	.mv-nav {
		display: block;
	}
}

.mv-nav__list,
.mv-nav .menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.15rem;
	justify-content: flex-start;
}

.mv-nav__list a,
.mv-nav .menu a {
	display: inline-block;
	padding: 0.42rem 0.85rem;
	border-radius: var(--mv-radius-pill);
	color: rgb(248 250 252 / 0.88);
	text-decoration: none;
	font-size: 0.88rem;
	font-weight: 500;
	transition: background 0.2s, color 0.2s;
}

.mv-nav__list a:hover,
.mv-nav .menu a:hover,
.mv-nav .current-menu-item > a {
	background: rgb(255 255 255 / 0.1);
	color: var(--mv-orange);
}

.mv-header__cta {
	display: none;
	flex-shrink: 0;
	padding: 0.5rem 1.1rem;
	border-radius: var(--mv-radius-pill);
	background: var(--mv-gradient);
	color: var(--mv-white) !important;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.86rem;
	white-space: nowrap;
	box-shadow: 0 4px 20px rgb(222 37 28 / 0.28);
}

@media (min-width: 900px) {
	.mv-header__cta {
		display: inline-flex;
	}
}

.mv-nav-toggle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 50%;
	background: rgb(255 255 255 / 0.08);
	cursor: pointer;
	margin-left: auto;
}

@media (min-width: 900px) {
	.mv-nav-toggle {
		display: none;
	}
}

.mv-nav-toggle span {
	display: block;
	height: 2px;
	width: 18px;
	margin-inline: auto;
	background: var(--mv-white);
	border-radius: 2px;
	transition: transform 0.25s;
}

.mv-header.is-menu-open .mv-nav-toggle span:first-child {
	transform: translateY(3.5px) rotate(45deg);
}

.mv-header.is-menu-open .mv-nav-toggle span:last-child {
	transform: translateY(-3.5px) rotate(-45deg);
}

.mv-mobile-nav {
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 110;
	transform: translateX(-50%);
	width: min(var(--mv-content-width), calc(100% - 2.5rem));
	max-width: var(--mv-content-max);
	margin: 0.5rem 0 0;
	padding: 1rem 1.1rem 1.15rem;
	border-radius: var(--mv-radius);
	background: var(--mv-glass);
	backdrop-filter: blur(20px);
	border: 1px solid rgb(255 255 255 / 0.12);
	box-shadow: 0 16px 48px rgb(18 80 135 / 0.35);
	pointer-events: auto;
	max-height: min(70vh, calc(100dvh - 5rem));
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

@media (max-width: 899px) {
	.mv-header.is-menu-open::before {
		content: '';
		position: fixed;
		inset: 0;
		z-index: 105;
		background: rgb(15 23 42 / 0.45);
	}

	.mv-header.is-menu-open .mv-header__bar {
		z-index: 111;
	}

	body.mv-menu-open {
		overflow: hidden;
	}
}

@media (min-width: 900px) {
	.mv-mobile-nav {
		display: none !important;
	}
}

.mv-mobile-nav .mv-nav__list,
.mv-mobile-nav .menu {
	flex-direction: column;
	align-items: stretch;
}

.mv-mobile-nav[hidden] {
	display: none !important;
	pointer-events: none;
}

.mv-header__cta--mobile {
	display: inline-flex;
	margin-top: 0.75rem;
	width: 100%;
	justify-content: center;
}

/* —— Main / hero —— */
.mv-main {
	flex: 1;
	padding-top: 0;
}

.mv-eyebrow {
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--mv-orange);
	margin: 0 0 0.75rem;
}

.mv-hero {
	position: relative;
	min-height: clamp(520px, 88vh, 760px);
	display: flex;
	align-items: flex-end;
	padding: 4rem 0 3.5rem;
	overflow: hidden;
	color: var(--mv-white);
}

.mv-hero__media {
	position: absolute;
	inset: 0;
}

.mv-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mv-hero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgb(18 80 135 / 0.5) 0%, rgb(10 61 102 / 0.92) 72%),
		linear-gradient(120deg, rgb(241 98 0 / 0.14), rgb(222 37 28 / 0.08) 45%, transparent 70%);
}

.mv-hero__mesh {
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgb(241 98 0 / 0.1) 1px, transparent 1px);
	background-size: 28px 28px;
	opacity: 0.5;
}

.mv-hero__content {
	position: relative;
	z-index: 2;
}

.mv-hero__title {
	font-family: var(--mv-serif);
	font-size: clamp(2.35rem, 5.5vw, 3.75rem);
	line-height: 1.08;
	margin: 0 0 1.1rem;
	font-weight: 600;
	max-width: 14ch;
}

.mv-hero__title em {
	font-style: italic;
	background: var(--mv-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.mv-hero__lead {
	font-size: clamp(1.05rem, 2vw, 1.2rem);
	max-width: 38rem;
	color: rgb(226 232 240 / 0.92);
	margin: 0 0 1.75rem;
}

.mv-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 2.5rem;
}

.mv-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.72rem 1.45rem;
	border-radius: var(--mv-radius-pill);
	font-weight: 600;
	font-size: 0.95rem;
	text-decoration: none;
	border: 1px solid transparent;
	transition: transform 0.2s var(--mv-ease), box-shadow 0.2s;
}

.mv-btn:hover {
	transform: translateY(-2px);
}

.mv-btn--primary {
	background: var(--mv-gradient);
	color: var(--mv-white) !important;
	box-shadow: 0 8px 28px rgb(241 98 0 / 0.32);
}

.mv-btn--ghost {
	background: rgb(255 255 255 / 0.08);
	border-color: rgb(255 255 255 / 0.25);
	color: var(--mv-white) !important;
}

.mv-btn--light {
	background: var(--mv-white);
	color: var(--mv-ink) !important;
}

.mv-btn--outline-light {
	border-color: rgb(255 255 255 / 0.5);
	color: var(--mv-white) !important;
	background: transparent;
}

.mv-hero__stats {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem 2.5rem;
}

.mv-hero__stats strong {
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--mv-orange);
}

.mv-hero__stats span {
	font-size: 0.85rem;
	color: rgb(203 213 225 / 0.85);
}

.mv-hero__float {
	position: absolute;
	right: -8%;
	bottom: 10%;
	width: min(360px, 45vw);
	opacity: 0.55;
	pointer-events: none;
	z-index: 1;
}

/* —— Trust bar —— */
.mv-trust {
	background: var(--mv-ink);
	color: rgb(226 232 240 / 0.9);
	padding: 1.5rem 0;
	border-bottom: 1px solid rgb(255 255 255 / 0.06);
}

.mv-trust__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.mv-trust__inner > p {
	margin: 0;
	max-width: 36rem;
	font-size: 0.95rem;
}

.mv-trust__logos {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.mv-trust__logos li {
	padding: 0.35rem 0.85rem;
	border-radius: var(--mv-radius-pill);
	border: 1px solid rgb(255 255 255 / 0.12);
	font-size: 0.8rem;
	font-weight: 500;
	color: rgb(248 250 252 / 0.8);
}

/* —— Sections —— */
.mv-section {
	padding: 5rem 0;
}

.mv-section--dark {
	background: var(--mv-ink-soft);
	color: var(--mv-white);
}

.mv-section__head {
	max-width: 40rem;
	margin-bottom: 2.5rem;
}

.mv-section__head--center {
	text-align: center;
	margin-inline: auto;
}

.mv-section__head h2 {
	font-family: var(--mv-serif);
	font-size: clamp(1.85rem, 3.5vw, 2.5rem);
	line-height: 1.15;
	margin: 0 0 0.75rem;
	font-weight: 600;
}

.mv-section--dark .mv-eyebrow {
	color: var(--mv-orange);
}

.mv-section--dark h2 {
	color: var(--mv-white);
}

.mv-section__lead {
	color: var(--mv-muted);
	margin: 0;
}

.mv-section--dark .mv-section__lead {
	color: rgb(203 213 225 / 0.8);
}

.mv-cards {
	display: grid;
	gap: 1.25rem;
}

.mv-cards--3 {
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.mv-card {
	background: var(--mv-white);
	border: 1px solid var(--mv-line);
	border-radius: var(--mv-radius);
	padding: 1.75rem;
	box-shadow: 0 4px 24px rgb(15 23 42 / 0.04);
	transition: transform 0.35s var(--mv-ease), box-shadow 0.35s;
}

.mv-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--mv-shadow);
}

.mv-card__icon {
	margin-bottom: 1rem;
}

.mv-card h3 {
	margin: 0 0 0.5rem;
	font-size: 1.15rem;
}

.mv-card p {
	margin: 0;
	color: var(--mv-muted);
	font-size: 0.95rem;
}

/* —— Split —— */
.mv-split {
	display: grid;
	grid-template-columns: 1fr;
	background: var(--mv-white);
}

@media (min-width: 900px) {
	.mv-split {
		grid-template-columns: 1.05fr 1fr;
	}
}

.mv-split__media {
	min-height: 280px;
}

.mv-split__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: inherit;
}

.mv-split__body {
	padding: clamp(2rem, 5vw, 4rem);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.mv-split__body h2 {
	font-family: var(--mv-serif);
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	margin: 0 0 1rem;
}

.mv-checklist {
	margin: 0 0 1.5rem;
	padding: 0;
	list-style: none;
}

.mv-checklist li {
	position: relative;
	padding-left: 1.6rem;
	margin-bottom: 0.55rem;
	color: var(--mv-muted);
}

.mv-checklist li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55rem;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--mv-orange);
	box-shadow: 0 0 0 4px rgb(241 98 0 / 0.22);
}

.mv-link-arrow {
	font-weight: 600;
	text-decoration: none;
	color: var(--mv-orange);
}

.mv-link-arrow::after {
	content: " →";
}

/* —— Steps —— */
.mv-steps {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	counter-reset: step;
}

.mv-steps li {
	padding: 1.5rem;
	border-radius: var(--mv-radius);
	background: rgb(255 255 255 / 0.04);
	border: 1px solid rgb(255 255 255 / 0.08);
}

.mv-steps__num {
	display: block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: var(--mv-orange);
	margin-bottom: 0.5rem;
}

.mv-steps h3 {
	margin: 0 0 0.5rem;
	font-size: 1.1rem;
}

.mv-steps p {
	margin: 0;
	font-size: 0.92rem;
	color: rgb(203 213 225 / 0.85);
}

/* —— Gallery —— */
.mv-gallery {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.75rem;
	padding: 0.75rem;
	background: var(--mv-ink);
}

@media (min-width: 800px) {
	.mv-gallery {
		grid-template-columns: 1.2fr 1fr 1fr;
		grid-template-rows: auto auto;
	}

	.mv-gallery__item--tall {
		grid-row: span 2;
	}
}

.mv-gallery__item {
	position: relative;
	border-radius: calc(var(--mv-radius) - 4px);
	overflow: hidden;
	min-height: 180px;
}

.mv-gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 180px;
}

.mv-gallery__caption {
	position: absolute;
	inset: auto 0 0;
	padding: 1.25rem;
	background: linear-gradient(transparent, rgb(7 13 26 / 0.9));
	color: var(--mv-white);
}

.mv-gallery__caption h3 {
	margin: 0 0 0.35rem;
	font-size: 1.05rem;
}

.mv-gallery__caption p {
	margin: 0;
	font-size: 0.85rem;
	opacity: 0.9;
}

/* —— Blog —— */
.mv-blog-grid {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.mv-blog-card {
	background: var(--mv-white);
	border-radius: var(--mv-radius);
	overflow: hidden;
	border: 1px solid var(--mv-line);
	display: flex;
	flex-direction: column;
	transition: transform 0.35s var(--mv-ease), box-shadow 0.35s;
}

.mv-blog-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--mv-shadow);
}

.mv-blog-card__media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.mv-blog-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s var(--mv-ease);
}

.mv-blog-card:hover .mv-blog-card__media img {
	transform: scale(1.04);
}

.mv-blog-card__body {
	padding: 1.25rem 1.35rem 1.5rem;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.mv-blog-card__body time {
	font-size: 0.78rem;
	color: var(--mv-muted);
}

.mv-blog-card__body h2,
.mv-blog-card__body h3 {
	font-family: var(--mv-serif);
	font-size: 1.2rem;
	margin: 0.35rem 0 0.5rem;
	line-height: 1.25;
}

.mv-blog-card__body h2 a,
.mv-blog-card__body h3 a {
	color: var(--mv-ink-soft);
	text-decoration: none;
}

.mv-blog-card__body p {
	margin: 0 0 0.75rem;
	color: var(--mv-muted);
	font-size: 0.92rem;
	flex: 1;
}

.mv-section__cta {
	margin-top: 2rem;
	text-align: center;
}

.mv-muted {
	color: var(--mv-muted);
}

/* —— CTA band —— */
.mv-cta-band {
	background: linear-gradient(120deg, var(--mv-ink) 0%, var(--mv-slate) 100%);
	color: var(--mv-white);
	padding: 3.5rem 0;
}

.mv-cta-band__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
}

.mv-cta-band h2 {
	font-family: var(--mv-serif);
	margin: 0 0 0.5rem;
	font-size: clamp(1.6rem, 3vw, 2rem);
}

.mv-cta-band p {
	margin: 0;
	opacity: 0.88;
	max-width: 28rem;
}

.mv-cta-band__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

/* —— Page / archive —— */
.mv-page-hero {
	padding: 3rem 0 2rem;
	background: var(--mv-ink-soft);
	color: var(--mv-white);
}

.mv-page-hero__inner {
	max-width: var(--mv-prose-max);
}

.mv-page-head__title,
.mv-page-hero h1 {
	font-family: var(--mv-serif);
	font-size: clamp(2rem, 4vw, 2.75rem);
	margin: 0;
	line-height: 1.12;
}

.mv-page-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem 2.5rem;
	padding: 2.5rem 0 4rem;
	align-items: start;
}

@media (min-width: 960px) {
	.mv-page-layout {
		grid-template-columns: minmax(0, 1fr) min(280px, 30%);
	}
}

.mv-page-layout__main {
	min-width: 0;
}

.mv-page-layout__main--wide {
	max-width: none;
}

.mv-page-body {
	max-width: var(--mv-prose-max);
	margin: 0;
	padding: 0;
}

.mv-page-body.meneses-content {
	max-width: var(--mv-prose-max);
}

.mv-sidebar {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.mv-sidebar__widget {
	background: var(--mv-white);
	border: 1px solid var(--mv-line);
	border-radius: var(--mv-radius);
	padding: 1.35rem 1.25rem;
	box-shadow: 0 4px 24px rgb(18 80 135 / 0.06);
}

.mv-sidebar__title {
	margin: 0 0 0.65rem;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--mv-navy);
}

.mv-sidebar__intro {
	margin: 0 0 1rem;
	font-size: 0.92rem;
	color: var(--mv-muted);
	line-height: 1.55;
}

.mv-sidebar__list {
	list-style: none;
	margin: 0 0 1.25rem;
	padding: 0;
	display: grid;
	gap: 0.85rem;
}

.mv-sidebar__list li {
	font-size: 0.92rem;
	line-height: 1.5;
	color: var(--mv-ink-soft);
}

.mv-sidebar__label {
	display: block;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--mv-orange);
	margin-bottom: 0.2rem;
}

.mv-sidebar__list a {
	color: var(--mv-navy);
	text-decoration: none;
	font-weight: 500;
}

.mv-sidebar__list a:hover {
	color: var(--mv-orange);
}

.mv-sidebar__cta {
	width: 100%;
	justify-content: center;
}

.mv-sidebar-posts {
	list-style: none;
	margin: 0 0 0.75rem;
	padding: 0;
	display: grid;
	gap: 0.65rem;
}

.mv-sidebar-posts a {
	display: block;
	padding: 0.55rem 0;
	border-bottom: 1px solid var(--mv-line);
	text-decoration: none;
	color: inherit;
	transition: color 0.2s ease;
}

.mv-sidebar-posts li:last-child a {
	border-bottom: none;
	padding-bottom: 0;
}

.mv-sidebar-posts a:hover .mv-sidebar-posts__title {
	color: var(--mv-orange);
}

.mv-sidebar-posts__title {
	display: block;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.35;
	color: var(--mv-ink-soft);
}

.mv-sidebar-posts time {
	display: block;
	font-size: 0.78rem;
	color: var(--mv-muted);
	margin-top: 0.15rem;
}

.mv-article__featured.mv-page-body {
	margin-bottom: 1.5rem;
	border-radius: var(--mv-radius);
	overflow: hidden;
}

.mv-article__featured.mv-page-body img {
	width: 100%;
	height: auto;
	display: block;
}

.mv-article__footer {
	margin-top: 2rem;
	padding-top: 0;
}

.mv-page-hero__inner .mv-page-hero__lead,
.mv-page-hero__inner .mv-article__meta {
	max-width: var(--mv-prose-max);
}

.mv-page-hero__lead {
	color: rgb(203 213 225 / 0.9);
	margin: 0.75rem 0 0;
}

.mv-page-hero .mv-article__meta {
	color: rgb(203 213 225 / 0.88);
	margin: 0.65rem 0 0;
	font-size: 0.92rem;
}

.mv-archive {
	padding: 0;
}

.mv-pagination {
	margin-top: 2rem;
}

.mv-pagination .nav-links {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.mv-pagination a,
.mv-pagination span {
	padding: 0.45rem 0.85rem;
	border-radius: 8px;
	border: 1px solid var(--mv-line);
	text-decoration: none;
}

.mv-article__header {
	padding-top: 2rem;
}

.mv-article__header h1 {
	font-family: var(--mv-serif);
	font-size: clamp(2rem, 4vw, 2.85rem);
	margin: 0;
}

.mv-article__meta {
	color: var(--mv-muted);
	margin: 0.75rem 0 0;
}

.mv-article__featured {
	max-width: 900px;
	margin: 1.5rem auto;
	border-radius: var(--mv-radius);
	overflow: hidden;
}

.mv-article__content {
	padding: 2rem 0 3rem;
}

.mv-article__footer {
	padding-bottom: 3rem;
}

/* —— Inner content (WP blocks from seeder) —— */
.meneses-content:not(.mv-page-body) {
	max-width: 1120px;
	margin: 0 auto;
	padding: 2rem 1.25rem 4rem;
}

.meneses-content h1,
.meneses-content h2,
.meneses-content h3 {
	font-family: var(--mv-serif);
	color: var(--mv-ink-soft);
}

.meneses-content .wp-block-button__link {
	border-radius: var(--mv-radius-pill) !important;
	font-weight: 600 !important;
}

.meneses-content .wp-block-button.is-style-fill .wp-block-button__link {
	background: var(--mv-gradient) !important;
	color: var(--mv-white) !important;
	border: none !important;
}

/* —— Footer —— */
.mv-footer {
	background: var(--mv-ink);
	color: rgb(203 213 225 / 0.88);
	margin-top: auto;
}

.mv-footer__grid {
	max-width: 1120px;
	margin: 0 auto;
	padding: 3rem 1.25rem 2rem;
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.mv-footer h3 {
	margin: 0 0 0.75rem;
	font-size: 0.78rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--mv-orange);
}

.mv-footer a {
	color: rgb(226 232 240 / 0.95);
	text-decoration: none;
}

.mv-footer a:hover {
	color: var(--mv-orange);
}

.mv-footer__brand img {
	margin-bottom: 0.75rem;
	opacity: 0.95;
}

.mv-footer__brand p {
	margin: 0 0 0.5rem;
	font-size: 0.92rem;
}

.mv-footer__license {
	font-size: 0.82rem;
	opacity: 0.7;
}

.mv-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mv-footer__links li {
	margin-bottom: 0.35rem;
}

.mv-footer__strap {
	text-align: center;
	border-top: 1px solid rgb(255 255 255 / 0.08);
	padding: 1rem;
	font-size: 0.82rem;
	opacity: 0.65;
}

/* —— Scroll reveal —— */
.mv-reveal {
	opacity: 0;
	transform: translateY(28px);
	transition:
		opacity 0.7s var(--mv-ease),
		transform 0.7s var(--mv-ease);
}

.mv-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
	.mv-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.mv-card,
	.mv-blog-card,
	.mv-btn {
		transition: none;
	}
}

@media (max-width: 899px) {
	.mv-hero__float {
		display: none;
	}
}
