/* Milton Caballero / Infinity Filming – light theme (Lindanovia-style layout) */



:root {

	--mc-primary: #24425d;

	--mc-primary-deep: #1a3145;

	--mc-light: #dfeaf4;

	--mc-muted: #a6b3be;

	--mc-white: #ffffff;

	--mc-text: #24425d;

	--mc-text-soft: #4a6278;

	--mc-text-body: #3d5568;

	--mc-hairline: rgba(36, 66, 93, 0.1);

	--mc-hairline-muted: rgba(166, 179, 190, 0.45);

	--mc-surface-0: #ffffff;

	--mc-surface-1: #eef4f9;

	--mc-surface-soft: #e8f0f7;

	--mc-shadow: rgba(36, 66, 93, 0.08);

	--mc-font-sans: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

	--mc-header-height: 132px;

}



body.mc-body {

	background: var(--mc-light);

	color: var(--mc-text);

	font-family: var(--mc-font-sans);

}



.mc-accent,

.hero-headline__accent {

	color: var(--mc-primary);

}



/* Preloader */

.loader.mc-loader {

	background: linear-gradient(

		180deg,

		var(--mc-light) 0%,

		#c8d8e8 55%,

		var(--mc-muted) 100%

	);

}

.mc-loader__inner {

	position: absolute;

	left: 50%;

	top: 50%;

	transform: translate(-50%, -50%);

	text-align: center;

}

.mc-loader__brand {

	display: block;

	font-family: var(--mc-font-sans);

	font-size: 1.5rem;

	font-weight: 700;

	letter-spacing: 0.06em;

	color: var(--mc-primary);

}

.mc-loader__sub {

	display: block;

	color: var(--mc-muted);

	font-size: 0.85rem;

	font-weight: 600;

	letter-spacing: 0.2em;

	text-transform: uppercase;

	margin-top: 0.35rem;

}



/* Shared section typography */

.mc-kicker {

	font-family: var(--mc-font-sans);

	font-size: 0.75rem;

	font-weight: 600;

	letter-spacing: 0.16em;

	text-transform: uppercase;

	color: var(--mc-muted);

	margin: 0 0 0.5rem;

}

.mc-section-heading {

	font-family: var(--mc-font-sans);

	font-weight: 700;

	font-size: clamp(1.35rem, 3.5vw, 2rem);

	line-height: 1.22;

	letter-spacing: -0.02em;

	color: var(--mc-primary);

	margin: 0 0 0.65rem;

}

.mc-section-lead {

	font-family: var(--mc-font-sans);

	font-size: 0.9375rem;

	line-height: 1.62;

	color: var(--mc-text-soft);

	margin: 0;

}



/* Header */

body:not(.mc-page-home) .sticky-wrapper {
	position: relative;
	z-index: 999 !important;
}

.top-header-area.mc-top-header {
	padding: 0;
	background: var(--mc-white);
	border-bottom: 1px solid var(--mc-hairline);
	box-shadow: 0 4px 24px var(--mc-shadow);
}

.sticky-wrapper.is-sticky .top-header-area.mc-top-header {
	padding: 0 !important;
}

/* Home – transparent header over hero video */
body.mc-page-home .sticky-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000 !important;
}

body.mc-page-home .top-header-area.mc-top-header {
	background: transparent;
	background-color: transparent;
	border-bottom: none;
	box-shadow: none;
}

body.mc-page-home .top-header-area.mc-top-header .mc-header__wordmark.hero-headline,
body.mc-page-home .top-header-area.mc-top-header .site-logo .hero-headline {
	color: var(--mc-white) !important;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.32), 0 1px 1px rgba(0, 0, 0, 0.28);
}

body.mc-page-home .top-header-area.mc-top-header .mc-header__wordmark .hero-headline__accent {
	color: var(--mc-light) !important;
	text-shadow: 0 1px 0 rgba(36, 66, 93, 0.42), 0 1px 1px rgba(0, 0, 0, 0.28) !important;
}

body.mc-page-home .top-header-area.mc-top-header .mc-header__byline {
	color: rgba(223, 234, 244, 0.92);
}

body.mc-page-home .mc-top-header nav.main-menu ul li a {
	color: var(--mc-white);
}

body.mc-page-home .mc-top-header nav.main-menu ul li.current-list-item a,
body.mc-page-home .mc-top-header nav.main-menu ul li a:hover {
	color: var(--mc-light);
}

/* Home scrolled / sticky – solid primary bar */
body.mc-page-home.mc-header--scrolled .top-header-area.mc-top-header,
body.mc-page-home .top-header-area.mc-top-header.mc-header--scrolled {
	background: linear-gradient(180deg, var(--mc-primary) 0%, var(--mc-primary-deep) 100%) !important;
	background-color: var(--mc-primary) !important;
	border-bottom: 1px solid rgba(223, 234, 244, 0.16);
	box-shadow: 0 10px 36px rgba(36, 66, 93, 0.35);
}

body.mc-page-home.mc-header--scrolled .top-header-area.mc-top-header .main-menu-wrap.mc-header-main,
body.mc-page-home .top-header-area.mc-top-header.mc-header--scrolled .main-menu-wrap.mc-header-main {
	padding-top: 0.55rem;
	padding-bottom: 0.82rem;
	gap: 0.22rem;
}

body.mc-page-home.mc-header--scrolled .top-header-area.mc-top-header .mc-header__wordmark.hero-headline,
body.mc-page-home.mc-header--scrolled .top-header-area.mc-top-header .site-logo .hero-headline,
body.mc-page-home .top-header-area.mc-top-header.mc-header--scrolled .mc-header__wordmark.hero-headline,
body.mc-page-home .top-header-area.mc-top-header.mc-header--scrolled .site-logo .hero-headline {
	font-size: clamp(1.05rem, 3vw, 1.45rem) !important;
	color: var(--mc-white) !important;
	text-shadow: none !important;
}

body.mc-page-home.mc-header--scrolled .top-header-area.mc-top-header .mc-header__wordmark .hero-headline__accent,
body.mc-page-home .top-header-area.mc-top-header.mc-header--scrolled .mc-header__wordmark .hero-headline__accent {
	color: var(--mc-light) !important;
	text-shadow: none !important;
}

body.mc-page-home.mc-header--scrolled .top-header-area.mc-top-header .mc-header__byline,
body.mc-page-home .top-header-area.mc-top-header.mc-header--scrolled .mc-header__byline {
	color: rgba(223, 234, 244, 0.85);
}

body.mc-page-home.mc-header--scrolled .mc-top-header nav.main-menu ul li a,
body.mc-page-home .mc-top-header.mc-header--scrolled nav.main-menu ul li a {
	color: var(--mc-white);
}

body.mc-page-home.mc-header--scrolled .mc-top-header nav.main-menu ul li.current-list-item a,
body.mc-page-home.mc-header--scrolled .mc-top-header nav.main-menu ul li a:hover,
body.mc-page-home .mc-top-header.mc-header--scrolled nav.main-menu ul li.current-list-item a,
body.mc-page-home .mc-top-header.mc-header--scrolled nav.main-menu ul li a:hover {
	color: var(--mc-light);
}

/* Prevent sticky plugin from forcing light bg on home before scroll threshold */
body.mc-page-home:not(.mc-header--scrolled) .sticky-wrapper.is-sticky .top-header-area.mc-top-header {
	background: transparent !important;
	background-color: transparent !important;
	border-bottom: none;
	box-shadow: none;
}

.top-header-area.mc-top-header .main-menu-wrap.mc-header-main {

	flex-direction: column;

	align-items: center;

	justify-content: center;

	gap: 0.3rem;

	padding: 0.75rem 0 1.15rem;

	width: 100%;

}

.top-header-area.mc-top-header .mc-header__nav-wrap {

	position: relative;

	width: 100%;

	display: flex;

	justify-content: center;

	align-items: center;

	min-height: 2.75rem;

	overflow: visible;

}

.top-header-area.mc-top-header .site-logo.mc-header__logo {

	float: none;

	max-width: 100%;

	width: 100%;

	text-align: center;

	position: relative;

	left: auto !important;

	top: auto !important;

	right: auto !important;

	transform: none !important;

	padding: 0.16rem 0 0.12rem;

	margin: 0;

}

.top-header-area.mc-top-header .mc-header__wordmark-link {

	text-decoration: none;

	display: inline-flex;

	align-items: center;

	justify-content: center;

	max-width: 100%;

}

.top-header-area.mc-top-header .mc-header__logo-img {

	display: block;

	width: auto;

	max-width: min(220px, 72vw);

	max-height: 48px;

	height: auto;

	object-fit: contain;

	border-radius: 6px;

}

body:not(.mc-page-home) .top-header-area.mc-top-header .mc-header__logo-img {

	max-height: 44px;

}

body.mc-page-home .top-header-area.mc-top-header .mc-header__logo-img {

	max-height: 46px;

	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));

}

.top-header-area.mc-top-header .mc-header__wordmark.hero-headline,

.top-header-area.mc-top-header .site-logo .hero-headline {

	font-family: var(--mc-font-sans) !important;

	font-size: clamp(1.12rem, 2.9vw, 1.65rem) !important;

	font-weight: 600 !important;

	letter-spacing: -0.04em !important;

	line-height: 1.17 !important;

	margin: 0 !important;

	color: var(--mc-primary) !important;

	text-shadow: none !important;

}

.top-header-area.mc-top-header .mc-header__wordmark .hero-headline__accent {

	color: var(--mc-primary) !important;

	font-weight: 700 !important;

	text-shadow: none !important;

}

.top-header-area.mc-top-header .mc-header__byline {

	display: block;

	font-size: 0.62rem;

	font-weight: 500;

	color: var(--mc-muted);

	letter-spacing: 0.1em;

	text-transform: uppercase;

	margin-top: 0.1rem;

	line-height: 1.2;

}

.top-header-area.mc-top-header nav.main-menu {

	flex: none;

	width: 100%;

	text-align: center;

}

.top-header-area.mc-top-header nav.main-menu > ul {

	justify-content: center;

	flex-wrap: wrap;

}

.top-header-area.mc-top-header nav.main-menu > ul > li {

	float: none !important;

}

.mc-top-header nav.main-menu ul li a {

	color: var(--mc-primary);

	font-family: var(--mc-font-sans) !important;

	font-weight: 500 !important;

	font-size: 0.9375rem !important;

	line-height: 1.25 !important;

	padding: 0.55rem 0.85rem !important;

}

.mc-top-header nav.main-menu ul li.current-list-item a,

.mc-top-header nav.main-menu ul li a:hover {

	color: var(--mc-text-soft);

}



body:not(.mc-page-home) .sticky-wrapper.is-sticky .top-header-area.mc-top-header {

	padding: 0 !important;

	background: rgba(255, 255, 255, 0.97) !important;

	background-color: rgba(255, 255, 255, 0.97) !important;

	box-shadow: 0 8px 28px var(--mc-shadow);

	border-bottom: 1px solid var(--mc-hairline);

}

body:not(.mc-page-home) .sticky-wrapper.is-sticky .top-header-area.mc-top-header .main-menu-wrap.mc-header-main {

	padding-top: 0.55rem;

	padding-bottom: 0.82rem;

	gap: 0.22rem;

}

body:not(.mc-page-home) .sticky-wrapper.is-sticky .top-header-area.mc-top-header .mc-header__wordmark.hero-headline,
body:not(.mc-page-home) .sticky-wrapper.is-sticky .top-header-area.mc-top-header .site-logo .hero-headline {
	font-size: clamp(1.05rem, 3vw, 1.45rem) !important;
}

@media (min-width: 992px) {

	.top-header-area.mc-top-header .mc-header__nav-wrap {
		min-height: 0;
	}

}

@media (max-width: 991.98px) {

	.top-header-area.mc-top-header .main-menu-wrap.mc-header-main {
		padding: 0.28rem 0 0.42rem;
		gap: 0.1rem;
	}

	.top-header-area.mc-top-header .mc-header__wordmark.hero-headline,
	.top-header-area.mc-top-header .site-logo .hero-headline {
		font-size: clamp(1rem, 4.5vw, 1.35rem) !important;
		line-height: 1.1 !important;
	}

	.top-header-area.mc-top-header .mc-header__byline {
		font-size: 0.58rem;
		margin-top: 0.06rem;
	}

	body.mc-page-home .sticky-wrapper:has(.mc-top-header),
	body.mc-page-home .top-header-area.mc-top-header,
	body.mc-page-home .top-header-area.mc-top-header > .container,
	body.mc-page-home .top-header-area.mc-top-header .main-menu-wrap.mc-header-main {
		overflow: visible;
	}

	body.mc-page-home .top-header-area.mc-top-header .main-menu-wrap.mc-header-main {
		padding-left: 0 !important;
		align-items: stretch;
	}

	body.mc-page-home .top-header-area.mc-top-header .site-logo.mc-header__logo {
		text-align: center;
		padding: 0.18rem 0.75rem 0.28rem;
	}

	body.mc-page-home .top-header-area.mc-top-header .mc-header__nav-wrap {
		justify-content: center;
		min-height: 48px;
		padding-right: max(3.25rem, calc(2.75rem + env(safe-area-inset-right, 0px)));
		padding-left: max(0.25rem, env(safe-area-inset-left, 0px));
		box-sizing: border-box;
	}

	body.mc-page-home .top-header-area.mc-top-header .mobile-menu {
		position: absolute;
		left: 0;
		right: max(0px, env(safe-area-inset-right, 0px));
		top: 0;
		width: 100%;
		max-width: 100%;
		min-height: 48px;
		z-index: 100;
		transform: none;
	}

	body.mc-page-home .top-header-area.mc-top-header > .container {
		padding-left: max(0.75rem, env(safe-area-inset-left, 0px));
		padding-right: max(0.75rem, env(safe-area-inset-right, 0px));
	}

	.top-header-area.mc-top-header .mean-container a.meanmenu-reveal {

		min-width: 44px;

		min-height: 44px;

		width: auto !important;

		height: auto !important;

		display: flex !important;

		flex-direction: column;

		align-items: center;

		justify-content: center;

		gap: 5px;

		padding: 10px 12px !important;

		box-sizing: border-box;

		color: var(--mc-white) !important;

		background-color: var(--mc-primary) !important;

		border-radius: 10px;

		overflow: hidden;

	}

	.top-header-area.mc-top-header .mean-container a.meanmenu-reveal span {

		display: block !important;

		width: 20px !important;

		height: 2px !important;

		min-height: 2px !important;

		margin: 0 !important;

		padding: 0 !important;

		border: 0 !important;

		border-radius: 1px;

		background-color: var(--mc-white) !important;

		flex-shrink: 0;

	}

	body.mc-page-home .top-header-area.mc-top-header .mean-container a.meanmenu-reveal.meanclose {
		background-color: var(--mc-primary-deep) !important;
		color: var(--mc-white) !important;
		font-size: 1.35rem !important;
		line-height: 1 !important;
		font-weight: 600 !important;
		text-indent: 0 !important;
		gap: 0;
	}

	body.mc-page-home .top-header-area.mc-top-header .mean-container a.meanmenu-reveal.meanclose span {
		display: none !important;
	}

	body.mc-page-home .top-header-area.mc-top-header .mean-container .mean-bar {
		background: transparent !important;
		border: none !important;
		box-shadow: none !important;
		outline: none !important;
	}

	.top-header-area.mc-top-header .mean-container .mean-nav {

		max-height: min(72vh, 28rem);

		overflow-y: auto;

		overflow-x: hidden;

		-webkit-overflow-scrolling: touch;

		touch-action: pan-y;

		background: linear-gradient(180deg, var(--mc-primary) 0%, var(--mc-primary-deep) 100%) !important;

		background-color: var(--mc-primary-deep) !important;

		box-shadow: 0 14px 36px rgba(36, 66, 93, 0.25);

	}

	.top-header-area.mc-top-header .mean-container .mean-nav > ul > li:first-child > a {
		border-top: none !important;
	}

	.top-header-area.mc-top-header .mean-container .mean-nav ul li a {

		padding: 0.85rem 5% !important;

		color: var(--mc-white) !important;

		border-color: rgba(223, 234, 244, 0.12) !important;

		font-family: var(--mc-font-sans) !important;

	}

	.top-header-area.mc-top-header .mean-container .mean-nav ul li a:hover {

		color: var(--mc-light) !important;

		background: rgba(255, 255, 255, 0.08) !important;

	}

}



/* Hero – YouTube background (Lindanovia-style) */

.hero-area.hero-bg.mc-home-hero {

	position: relative;

	min-height: 100vh;

	min-height: 100dvh;

	overflow: hidden;

	overflow-x: clip;

	display: flex;

	align-items: center;

	background-color: var(--mc-primary-deep);

}

.hero-area.mc-home-hero::after {

	content: "";

	position: absolute;

	inset: 0;

	z-index: 1;

	pointer-events: none;

	background: radial-gradient(

		ellipse 110% 75% at 50% 40%,

		rgba(36, 66, 93, 0.32) 0%,

		rgba(36, 66, 93, 0.52) 55%,

		rgba(26, 49, 69, 0.72) 100%

	);

}

.hero-area.mc-home-hero .hero-youtube-bg {

	position: absolute;

	inset: 0;

	width: 100%;

	height: 100%;

	z-index: 0;

	overflow: hidden;

	pointer-events: none;

	/* Size iframe cover math to the hero box, not the viewport (fixes mobile crop/scroll). */

	container-type: size;

}

.hero-area.mc-home-hero .hero-youtube-bg iframe {

	position: absolute;

	top: 50%;

	left: 50%;

	width: 100cqw;

	height: 56.25cqw;

	min-height: 100cqh;

	min-width: 177.77777778cqh;

	max-width: none;

	transform: translate(-50%, -50%);

	border: 0;

}

@supports not (width: 1cqw) {

	.hero-area.mc-home-hero .hero-youtube-bg iframe {

		width: 100vw;

		height: 56.25vw;

		min-height: 100%;

		min-width: 177.78vh;

	}

}

.hero-area.mc-home-hero .container {

	position: relative;

	z-index: 2;

}

.hero-area.mc-home-hero .hero-text-with-bg {

	backdrop-filter: blur(20px);

	-webkit-backdrop-filter: blur(20px);

	padding: 3rem 3.5rem 3.25rem !important;

	border-radius: 34px !important;

	max-width: 640px !important;

	margin: 0 auto !important;

	box-shadow:

		0 0 0 1px rgba(223, 234, 244, 0.15),

		0 12px 24px rgba(36, 66, 93, 0.12),

		0 32px 64px rgba(36, 66, 93, 0.18) !important;

	border: 1px solid rgba(223, 234, 244, 0.2) !important;

	text-align: center !important;

	background: rgba(36, 66, 93, 0.35);

}

.hero-area.mc-home-hero .hero-headline,

.hero-area.mc-home-hero .hero-text h1.hero-headline {

	font-family: var(--mc-font-sans) !important;

	font-size: clamp(1.75rem, 4.5vw, 2.5rem) !important;

	font-weight: 600 !important;

	letter-spacing: -0.04em !important;

	line-height: 1.2 !important;

	margin-bottom: 0.85rem !important;

	color: var(--mc-white) !important;

	text-shadow: 0 1px 0 rgba(26, 49, 69, 0.35), 0 1px 1px rgba(0, 0, 0, 0.2);

}

.hero-area.mc-home-hero .hero-headline__accent {

	color: var(--mc-light) !important;

	font-weight: 700 !important;

	text-shadow: 0 1px 0 rgba(26, 49, 69, 0.4) !important;

}

.hero-area.mc-home-hero .mc-home-hero__kicker {

	color: var(--mc-muted);

}

.hero-area.mc-home-hero .hero-trust {

	font-family: var(--mc-font-sans) !important;

	font-size: 0.875rem !important;

	font-weight: 400 !important;

	color: rgba(223, 234, 244, 0.92) !important;

	text-shadow: 0 1px 2px rgba(26, 49, 69, 0.35);

	margin: 0 0 1rem !important;

}

.hero-area.mc-home-hero .hero-zip-form {

	display: flex;

	align-items: center;

	justify-content: center;

	max-width: 400px;

	margin: 0 auto;

}

.hero-area.mc-home-hero .hero-zip-btn,

.hero-area.mc-home-hero .mc-hero-btn {

	display: inline-flex;

	align-items: center;

	justify-content: center;

	padding: 0.9rem 1.5rem;

	font-size: 1rem;

	font-weight: 600;

	font-family: var(--mc-font-sans);

	letter-spacing: -0.01em;

	border: none;

	background: var(--mc-light);

	color: var(--mc-primary);

	border-radius: 100px;

	text-decoration: none;

	cursor: pointer;

	transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;

	box-shadow: 0 2px 12px rgba(36, 66, 93, 0.2);

}

.hero-area.mc-home-hero .hero-zip-btn:hover,

.hero-area.mc-home-hero .mc-hero-btn:hover {

	background: var(--mc-white);

	color: var(--mc-primary-deep);

	transform: translateY(-1px);

	box-shadow: 0 4px 16px rgba(36, 66, 93, 0.22);

}



/* Inner-page banner (About, Portfolio) */

.hero-area.hero-bg.mc-page-banner {
	height: min(25vh, 220px);
	max-height: 25vh;
	min-height: 5.5rem;
	display: flex;
	align-items: center;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: var(--mc-primary-deep);
	position: relative;
	margin-top: 0;
}

.hero-area.mc-page-banner::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	opacity: 1;
	background-color: transparent;
	background-image: linear-gradient(
		180deg,
		rgba(36, 66, 93, 0.35) 0%,
		rgba(26, 49, 69, 0.72) 100%
	);
	pointer-events: none;
}

.hero-area.mc-page-banner .container {
	position: relative;
	z-index: 1;
}

.mc-page-banner__title {
	margin: 0;
	font-family: var(--mc-font-sans);
	font-size: clamp(1.75rem, 4vw, 2.375rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--mc-white);
	text-shadow: 0 2px 16px rgba(26, 49, 69, 0.45);
}

.mc-page-banner__subtitle {
	margin: 0.5rem 0 0;
	font-size: 1rem;
	color: var(--mc-light);
	max-width: 36rem;
	margin-left: auto;
	margin-right: auto;
}

/* About page – two-column experience layout */

.mc-about-page .mc-about {
	position: relative;
	background: linear-gradient(180deg, var(--mc-surface-0) 0%, var(--mc-light) 45%, var(--mc-surface-1) 100%);
	border-top: 1px solid var(--mc-hairline-muted);
	border-bottom: 1px solid var(--mc-hairline-muted);
	overflow-x: clip;
}

.mc-about__fluid {
	padding-left: 0;
	padding-right: 0;
}

.mc-about__focus {
	margin-bottom: 1.25rem;
	font-size: clamp(1.35rem, 3.5vw, 1.85rem);
}

.mc-about__focus-accent {
	color: var(--mc-muted);
	font-weight: 600;
}

.mc-about__sections {
	display: flex;
	flex-direction: column;
	gap: 1.35rem;
	margin-bottom: 1.5rem;
}

.mc-about__block-title {
	margin: 0 0 0.45rem;
	font-family: var(--mc-font-sans);
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--mc-primary);
}

.mc-about__block-text {
	margin: 0;
	max-width: none;
	text-align: left;
}

.mc-about__media-wrap {
	position: sticky;
	top: calc(5.5rem + env(safe-area-inset-top, 0px));
}

.mc-about__media {
	display: block;
	width: 100%;
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 24px;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	box-shadow:
		0 0 0 1px var(--mc-hairline-muted),
		0 20px 48px var(--mc-shadow);
}

.mc-intro__lead {
	font-size: 1.05rem;
	line-height: 1.65;
	color: var(--mc-text-body);
	max-width: 40rem;
}

.mc-portfolio__lead {
	max-width: 42rem;
}

@media (min-width: 992px) {
	.mc-about__media {
		max-width: none;
		margin-right: 0;
	}
}

@media (max-width: 991.98px) {
	.mc-about__media-wrap {
		position: static;
	}
}

@media (max-width: 767.98px) {
	.hero-area.hero-bg.mc-page-banner {
		height: min(22vh, 180px);
		max-height: 25vh;
		min-height: 5rem;
	}

	.mc-about .container.py-4.py-lg-5 {
		padding-left: max(1rem, env(safe-area-inset-left, 0px));
		padding-right: max(1rem, env(safe-area-inset-right, 0px));
	}

	.mc-about__media {
		border-radius: 18px;
		max-width: 100%;
	}
}

/* Welcome / about strip (home) */

.mc-about-section {

	position: relative;

	background: linear-gradient(180deg, var(--mc-surface-0) 0%, var(--mc-light) 45%, var(--mc-surface-1) 100%);

	border-top: 1px solid var(--mc-hairline-muted);

	border-bottom: 1px solid var(--mc-hairline-muted);

	overflow-x: clip;

}

.mc-about-section__fluid {

	padding-left: 0;

	padding-right: 0;

}

.mc-about-section__heading-accent {

	color: var(--mc-muted);

}

.mc-about-section__lead {

	margin-top: 1.15rem;

	margin-bottom: 1.35rem;

	max-width: 40rem;

	margin-left: auto;

	margin-right: auto;

}

.mc-about-section__btn {

	display: inline-flex;

	align-items: center;

	justify-content: center;

	min-height: 48px;

	width: 100%;

	padding: 0.85rem 1rem;

	font-family: var(--mc-font-sans);

	font-size: 1rem;

	font-weight: 600;

	text-decoration: none;

	border-radius: 100px;

	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;

	box-sizing: border-box;

}

.mc-about-section__btn--primary {

	background: var(--mc-primary);

	color: var(--mc-white);

	border: 1px solid var(--mc-primary);

	box-shadow: 0 2px 10px rgba(36, 66, 93, 0.2);

}

.mc-about-section__btn--primary:hover {

	background: var(--mc-primary-deep);

	color: var(--mc-white);

	transform: translateY(-1px);

}

.mc-about-section__btn--outline {

	background: var(--mc-white);

	color: var(--mc-primary);

	border: 1px solid var(--mc-hairline-muted);

}

.mc-about-section__btn--outline:hover {

	background: var(--mc-light);

	color: var(--mc-primary-deep);

	border-color: var(--mc-muted);

}



/* Video grids */

.mc-video-section {

	padding: 2.5rem 0;

	background: var(--mc-light);

	border-top: 1px solid var(--mc-hairline-muted);

}

.mc-video-section:nth-of-type(even) {

	background: linear-gradient(180deg, var(--mc-surface-1) 0%, var(--mc-light) 100%);

}

.mc-video-section .mc-section-heading {

	border-left: 3px solid var(--mc-primary);

	padding-left: 0.75rem;

	margin-bottom: 1.5rem;

	text-transform: uppercase;

	letter-spacing: 0.08em;

	font-size: 1.15rem;

}

.mc-video-card {

	display: block;

	text-decoration: none;

	color: inherit;

	height: 100%;

}

.mc-video-card__thumb-wrap {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	background: var(--mc-surface-0);
	aspect-ratio: 16 / 9;
	box-shadow:
		0 0 0 1px var(--mc-hairline),
		0 10px 28px var(--mc-shadow);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.mc-video-card:hover .mc-video-card__thumb-wrap {
	box-shadow:
		0 0 0 1px var(--mc-hairline-muted),
		0 16px 36px rgba(36, 66, 93, 0.12);
	transform: translateY(-2px);
}
.mc-video-card__thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}
.mc-video-card:hover .mc-video-card__thumb {
	transform: scale(1.04);
}
.mc-video-card__play {
	position: absolute;
	inset: 0;
	margin: auto;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(36, 66, 93, 0.88);
	box-shadow: 0 4px 20px rgba(36, 66, 93, 0.25);
}
.mc-video-card__play::after {
	content: '';
	position: absolute;
	left: 54%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: 8px solid transparent;
	border-left-color: var(--mc-light);
	border-width: 8px 0 8px 14px;
}
.mc-video-card__title {
	display: block;
	margin-top: 0.65rem;
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--mc-text-soft);
	line-height: 1.4;
}

/* Portfolio page */
.mc-portfolio-page {
	background: linear-gradient(180deg, var(--mc-light) 0%, var(--mc-surface-0) 100%);
}
.mc-portfolio__lead {
	max-width: 42rem;
	color: var(--mc-text-soft);
}
.mc-portfolio-filters {
	margin-bottom: 0.5rem;
}
.mc-portfolio-filters__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem 0.65rem;
	margin: 0;
	padding: 0;
	list-style: none;
}
.mc-portfolio-filters__btn {
	display: inline-block;
	padding: 0.45rem 1rem;
	border-radius: 999px;
	border: 1px solid var(--mc-hairline-muted);
	background: var(--mc-surface-0);
	color: var(--mc-primary);
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.mc-portfolio-filters__btn:hover,
.mc-portfolio-filters__btn:focus-visible {
	background: var(--mc-light);
	color: var(--mc-primary-deep);
	border-color: var(--mc-primary);
}
.mc-portfolio-filters__btn.is-active {
	background: var(--mc-primary);
	border-color: var(--mc-primary);
	color: var(--mc-light);
}
.mc-portfolio-section {
	padding-bottom: 1rem;
}
.mc-portfolio-item.is-filtered-out {
	display: none !important;
}
.mc-portfolio__empty {
	text-align: center;
	color: var(--mc-muted);
	padding: 2rem 0;
}

/* Portfolio – inline YouTube player (Lindanovia-style) */
.mc-portfolio-player {
	scroll-margin-top: var(--mc-header-height);
}
.mc-portfolio-player__card {
	background: var(--mc-surface-0);
	border: 1px solid var(--mc-hairline-muted);
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 14px 40px var(--mc-shadow);
}
.mc-portfolio-player__stage {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #111;
}
.mc-portfolio-player__iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.mc-portfolio-player__title {
	margin: 0;
	padding: 1.1rem 1.25rem 1.15rem;
	font-size: 1.35rem;
	line-height: 1.25;
	font-weight: 700;
	color: var(--mc-primary);
}
.mc-portfolio-player__kicker {
	margin: 0 0 0.75rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--mc-muted);
}
.mc-portfolio-player__thumb {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	width: 100%;
	padding: 0.5rem;
	text-align: left;
	background: var(--mc-surface-0);
	border: 2px solid var(--mc-hairline-muted);
	border-radius: 14px;
	cursor: pointer;
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.mc-portfolio-player__thumb:hover {
	transform: translateY(-2px);
	border-color: var(--mc-muted);
	box-shadow: 0 12px 28px rgba(36, 66, 93, 0.12);
}
.mc-portfolio-player__thumb.is-active {
	border-color: var(--mc-primary);
	box-shadow: 0 12px 32px rgba(36, 66, 93, 0.14);
}
.mc-portfolio-player__thumb:focus {
	outline: none;
}
.mc-portfolio-player__thumb:focus-visible {
	outline: none;
	border-color: var(--mc-primary);
	box-shadow: 0 0 0 4px rgba(36, 66, 93, 0.18), 0 12px 28px rgba(36, 66, 93, 0.12);
}
.mc-portfolio-player__thumb-img {
	position: relative;
	display: block;
	border-radius: 10px;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: #111;
}
.mc-portfolio-player__thumb-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mc-portfolio-player__thumb-play {
	position: absolute;
	inset: auto 10px 10px auto;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: rgba(36, 66, 93, 0.88);
	box-shadow: 0 4px 14px rgba(36, 66, 93, 0.35);
}
.mc-portfolio-player__thumb-play::before {
	content: '';
	position: absolute;
	left: 13px;
	top: 10px;
	border-left: 10px solid var(--mc-light);
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
}
.mc-portfolio-player__thumb-title {
	display: block;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.3;
	color: var(--mc-text-soft);
	padding: 0 0.15rem 0.2rem;
}

@media (max-width: 991.98px) {
	.mc-portfolio-filters__list {
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x proximity;
		padding-bottom: 0.35rem;
		margin-left: calc(-1 * max(1rem, env(safe-area-inset-left, 0px)));
		margin-right: calc(-1 * max(1rem, env(safe-area-inset-right, 0px)));
		padding-left: max(1rem, env(safe-area-inset-left, 0px));
		padding-right: max(1rem, env(safe-area-inset-right, 0px));
	}
	.mc-portfolio-filters__btn {
		flex: 0 0 auto;
		scroll-snap-align: start;
	}
	.mc-portfolio-player__playlist {
		max-height: min(52vh, 420px);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: contain;
		padding-right: 0.15rem;
	}
	.mc-portfolio-player__title {
		font-size: 1.15rem;
		padding: 0.95rem 1rem 1rem;
	}
	.top-header-area.mc-top-header .mc-header__logo-img {
		max-height: 40px;
		max-width: min(200px, 68vw);
	}
}

/* Testimonials */
.mc-testimonials {
	padding: 2.75rem 0 4.25rem;
	background: linear-gradient(180deg, var(--mc-surface-1) 0%, var(--mc-light) 55%, var(--mc-surface-0) 100%);
	border-top: 1px solid var(--mc-hairline-muted);
}
.mc-testimonials__intro {
	max-width: 38rem;
	margin-left: auto;
	margin-right: auto;
}
.mc-testimonials__lead {
	font-size: 0.9375rem;
	line-height: 1.6;
	color: var(--mc-text-soft);
	margin: 0.35rem auto 0;
	max-width: 32rem;
}
.mc-testimonials__grid {
	--mc-testimonial-stagger: 0s;
	row-gap: 1.5rem;
}
@media (min-width: 992px) {
	.mc-testimonials__grid {
		row-gap: 2.5rem;
	}
}
.mc-testimonial {
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 1.5rem 1.35rem 1.35rem;
	border: none;
	border-radius: 18px;
	background: var(--mc-surface-0);
	box-shadow:
		0 0 0 1px var(--mc-hairline),
		0 8px 28px var(--mc-shadow);
	transition:
		transform 0.28s ease,
		box-shadow 0.28s ease,
		border-color 0.28s ease;
	overflow: hidden;
}
.mc-testimonial::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--mc-primary) 0%, var(--mc-muted) 100%);
	opacity: 0.85;
	transition: opacity 0.28s ease;
}
.mc-testimonial:hover,
.mc-testimonial:focus-within {
	transform: translateY(-4px);
	box-shadow:
		0 0 0 1px rgba(36, 66, 93, 0.14),
		0 16px 40px rgba(36, 66, 93, 0.12);
}
.mc-testimonial:hover::before,
.mc-testimonial:focus-within::before {
	opacity: 1;
}
.mc-testimonial__mark {
	position: absolute;
	top: 0.65rem;
	right: 1rem;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 3.25rem;
	line-height: 1;
	font-weight: 700;
	color: var(--mc-primary);
	opacity: 0.08;
	pointer-events: none;
	user-select: none;
}
.mc-testimonial__rating {
	margin: 0 0 0.85rem;
}
.mc-testimonial__stars {
	display: inline-flex;
	align-items: center;
	gap: 0.2rem;
}
.mc-testimonial__star {
	flex-shrink: 0;
	fill: var(--mc-surface-soft);
	stroke: var(--mc-muted);
	stroke-width: 0.35;
	transition: fill 0.2s ease, stroke 0.2s ease;
}
.mc-testimonial__star.is-filled {
	fill: var(--mc-primary);
	stroke: var(--mc-primary-deep);
}
.mc-testimonial__quote {
	position: relative;
	z-index: 1;
	flex: 1 1 auto;
	font-size: 0.9375rem;
	line-height: 1.68;
	color: var(--mc-text-body);
	margin: 0 0 1.15rem;
}
.mc-testimonial__meta {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-top: auto;
	padding-top: 0.85rem;
	border-top: 1px solid var(--mc-hairline-muted);
}
.mc-testimonial__avatar {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: var(--mc-primary);
	background: linear-gradient(145deg, var(--mc-surface-1) 0%, var(--mc-light) 100%);
	box-shadow: inset 0 0 0 1px var(--mc-hairline);
}
.mc-testimonial__who {
	min-width: 0;
}
.mc-testimonial__name {
	font-style: normal;
	font-weight: 700;
	font-size: 0.9375rem;
	color: var(--mc-primary);
	display: block;
	line-height: 1.3;
}
.mc-testimonial__role {
	display: block;
	font-size: 0.8125rem;
	line-height: 1.45;
	color: var(--mc-muted);
	margin-top: 0.2rem;
}
@media (prefers-reduced-motion: reduce) {
	.mc-testimonial {
		transition: none;
	}
	.mc-testimonial:hover,
	.mc-testimonial:focus-within {
		transform: none;
	}
}

/* Footer – light theme */
.mc-footer.footer {
	background: linear-gradient(180deg, var(--mc-surface-1) 0%, var(--mc-light) 100%);
	border-top: 1px solid var(--mc-hairline-muted);
	color: var(--mc-text);
}
.mc-footer__brand a,
.mc-footer .hero-headline,
.mc-footer h1.hero-headline,
.mc-footer h2.hero-headline,
.mc-footer h2.mc-footer__brand {
	font-family: var(--mc-font-sans) !important;
	font-size: clamp(1.35rem, 3.5vw, 1.85rem) !important;
	font-weight: 600 !important;
	letter-spacing: -0.03em !important;
	color: var(--mc-primary) !important;
	text-decoration: none;
	text-shadow: none !important;
}
.mc-footer .mc-footer__wordmark-link {
	color: var(--mc-primary) !important;
	text-decoration: none;
	transition: opacity 0.2s ease;
}
.mc-footer .mc-footer__wordmark-link:hover {
	opacity: 0.88;
}
.mc-footer .hero-headline__accent {
	color: var(--mc-primary) !important;
	font-weight: 700 !important;
}
.mc-footer__tagline,
.mc-footer__contact {
	color: var(--mc-text-soft);
	font-family: var(--mc-font-sans);
}
.mc-footer__contact a {
	color: var(--mc-primary);
	text-decoration: none;
	font-weight: 500;
}
.mc-footer__contact a:hover {
	color: var(--mc-primary-deep);
}
.mc-footer__links a {
	color: var(--mc-text-soft);
	font-family: var(--mc-font-sans);
	font-weight: 500;
	margin: 0 0.35rem;
	text-decoration: none;
}
.mc-footer__links a:hover {
	color: var(--mc-primary);
}
.mc-footer__sep {
	color: var(--mc-muted);
	opacity: 0.7;
}
.mc-footer__copy {
	font-family: var(--mc-font-sans);
	font-size: 0.875rem;
	color: var(--mc-muted);
}
.mc-footer__copy a {
	color: var(--mc-primary);
	text-decoration: none;
	font-weight: 600;
}
.mc-footer__copy a:hover {
	text-decoration: underline;
}

.mc-footer__social-title {
	font-family: var(--mc-font-sans);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--mc-primary);
	margin: 0 0 0.75rem;
}

.mc-footer__social-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0.65rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.mc-footer__social-list a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 50%;
	background: var(--mc-primary);
	color: #fff !important;
	text-decoration: none;
	transition: background 0.2s ease, transform 0.2s ease;
}

.mc-footer__social-list a:hover {
	background: var(--mc-primary-deep);
	transform: translateY(-2px);
}

.mc-footer__social-list svg {
	display: block;
	width: 1.15rem;
	height: 1.15rem;
}

@media (max-width: 767.98px) {
	body.mc-page-home {
		overflow-x: clip;
	}
	.hero-area.hero-bg.mc-home-hero {
		min-height: 100vh;
		min-height: 100dvh;
		padding-top: env(safe-area-inset-top, 0px);
	}
	.hero-area.mc-home-hero .hero-youtube-bg iframe {
		width: 100cqw;
		height: 56.25cqw;
		min-height: 100cqh;
		min-width: 177.77777778cqh;
	}
	.hero-area.mc-home-hero .hero-text-with-bg {
		padding: 1.65rem 1.15rem 1.85rem !important;
		border-radius: 18px !important;
		max-width: 100% !important;
	}
	.hero-area.mc-home-hero .hero-headline,
	.hero-area.mc-home-hero .hero-text h1.hero-headline {
		font-size: clamp(1.5rem, 6vw, 1.875rem) !important;
	}
	.mc-about-section .container.py-4.py-lg-5,
	.mc-testimonials .container.py-5,
	.mc-video-section .container {
		padding-left: max(1rem, env(safe-area-inset-left, 0px));
		padding-right: max(1rem, env(safe-area-inset-right, 0px));
	}
}
