:root {
	--mb-orange: #f15a2a;
	--mb-red: #d93612;
	--mb-yellow: #f7b733;
	--mb-ink: #181818;
	--mb-ink-soft: #222222;
	--mb-paper: #f7f2ec;
	--mb-white: #fffaf5;
	--mb-muted: #aaa5a0;
}

/*
 * Preserve the polished Blocksy header used by the existing site while the
 * child theme supplies its own front-page body. The inherited Customizer
 * values restore the configured CTA; these rules provide a safe transparent
 * fallback in Live Preview as well.
 */
body.home #header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 60;
	background-color: transparent;
	transition: background-color 220ms ease, box-shadow 220ms ease;
}

body.home #header [data-row],
body.home #header [data-row] > div,
body.home #header .ct-sticky-container {
	border-color: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	transition: background-color 220ms ease, box-shadow 220ms ease;
}

/*
 * Blocksy moves the configured header while the page scrolls. The child theme
 * only changes its surface: transparent over the hero and solid once the
 * visitor has started scrolling.
 */
body.home #header.mb-header-scrolled,
body.home #header.mb-header-scrolled [data-row],
body.home #header.mb-header-scrolled [data-row] > div,
body.home #header.mb-header-scrolled .ct-sticky-container {
	border-color: transparent !important;
	background-color: #1d1d1d !important;
	background-image: none !important;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16) !important;
}

body.home #header [data-row*="middle"] {
	--height: 88px;
}

body.home #header .site-title,
body.home #header .site-title a,
body.home #header .site-logo-container,
body.home #header .ct-header-search,
body.home #header .ct-icon-container {
	color: var(--mb-white) !important;
}

body.home #header .menu > li > a {
	position: relative;
	color: rgba(255, 250, 245, 0.58) !important;
}

body.home #header .menu > li > a:hover,
body.home #header .menu > li > a:focus-visible,
body.home #header .menu > .current-menu-item > a,
body.home #header .menu > .current_page_item > a {
	color: var(--mb-white) !important;
}

body.home .ct-back-to-top {
	display: none !important;
}

.mb-home,
.mb-home * {
	box-sizing: border-box;
}

.mb-home {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background: var(--mb-ink);
	color: var(--mb-white);
	overflow: hidden;
}

.mb-shell {
	width: min(calc(100% - 96px), 1680px);
	margin-inline: auto;
}

.mb-hero {
	position: relative;
	display: flex;
	min-height: 100svh;
	background-color: var(--mb-ink);
	background-image:
		linear-gradient(90deg, rgba(20, 20, 20, 0.22) 0%, rgba(20, 20, 20, 0.09) 52%, rgba(20, 20, 20, 0.03) 100%),
		var(--mb-hero-image);
	background-position: center, right center;
	background-repeat: no-repeat;
	background-size: cover;
	isolation: isolate;
}

.mb-hero::after {
	position: absolute;
	inset: auto 0 0;
	height: 28%;
	background: linear-gradient(180deg, transparent, rgba(24, 24, 24, 0.45));
	content: "";
	z-index: -1;
}

.mb-hero__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding-block: clamp(138px, 16vh, 210px) clamp(72px, 8vh, 110px);
}

.mb-eyebrow,
.mb-section-no,
.mb-film__label {
	margin: 0 0 30px;
	color: var(--mb-orange);
	font-size: 17px;
	font-weight: 800;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

.mb-hero h1 {
	max-width: 900px;
	margin: 0;
	color: var(--mb-white);
	font-size: clamp(92px, 10.4vw, 188px);
	font-weight: 800;
	letter-spacing: -0.065em;
	line-height: 0.82;
}

.mb-roles {
	margin: 44px 0 0;
	color: var(--mb-white);
	font-size: clamp(15px, 1.1vw, 20px);
	font-weight: 750;
	letter-spacing: 0.01em;
	line-height: 1.5;
	text-transform: uppercase;
}

.mb-social {
	display: flex;
	gap: 16px;
	margin-top: 38px;
}

.mb-social a {
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	color: var(--mb-white);
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.mb-social a:hover,
.mb-social a:focus-visible {
	border-color: var(--mb-orange);
	background: var(--mb-orange);
	color: #fff;
	transform: translateY(-3px);
}

.mb-social svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.mb-areas,
.mb-news,
.mb-club {
	padding-block: clamp(64px, 5vw, 82px);
}

.mb-areas {
	background: var(--mb-ink);
	color: var(--mb-white);
}

.mb-areas .mb-section-head {
	min-height: 0;
	margin-bottom: 34px;
}

.mb-section-head {
	position: relative;
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 42px;
}

.mb-section-head h2,
.mb-club h2 {
	margin: 0;
	font-size: clamp(48px, 4.8vw, 78px);
	font-weight: 800;
	letter-spacing: -0.06em;
	line-height: 0.86;
}

.mb-areas .mb-section-head h2 {
	color: var(--mb-white);
}

.mb-section-no {
	margin-bottom: 16px;
	font-size: 16px;
}

.mb-button {
	display: inline-flex;
	min-height: 56px;
	align-items: center;
	justify-content: center;
	padding: 14px 26px;
	border: 2px solid var(--mb-orange);
	border-radius: 12px;
	background: var(--mb-orange);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.025em;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.mb-button:hover,
.mb-button:focus-visible {
	border-color: var(--mb-yellow);
	background: var(--mb-yellow);
	color: var(--mb-ink);
	transform: translateY(-2px);
}

.mb-button--dark {
	min-height: auto;
	padding: 8px 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--mb-white);
}

.mb-button--dark:hover,
.mb-button--dark:focus-visible {
	background: transparent;
	color: var(--mb-orange);
	transform: none;
}

.mb-button--wide {
	width: 100%;
}

.mb-button--light {
	border-color: var(--mb-white);
	background: var(--mb-white);
	color: var(--mb-ink);
}

.mb-area-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2px;
	overflow: hidden;
	border-radius: 12px;
	background: #292929;
}

.mb-area-card {
	display: flex;
	min-height: 460px;
	flex-direction: column;
	padding: clamp(38px, 4vw, 74px);
	border: 0;
	border-radius: 0;
	background: var(--mb-ink-soft);
	box-shadow: none;
	color: var(--mb-white);
	text-decoration: none;
	transition: background-color 220ms ease, transform 220ms ease;
}

.mb-area-card:hover,
.mb-area-card:focus-visible {
	background: var(--mb-orange);
	color: var(--mb-white);
}

.mb-area-card__icon {
	display: grid;
	width: 54px;
	height: 54px;
	margin-bottom: 66px;
	place-items: center;
	border-radius: 0;
	background: transparent;
	color: var(--mb-white);
}

.mb-area-card__icon svg {
	width: 34px;
	height: 34px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.mb-area-card h3 {
	margin: 0 0 22px;
	color: var(--mb-white);
	font-size: clamp(24px, 1.7vw, 30px);
	font-weight: 750;
	letter-spacing: -0.025em;
	line-height: 1.12;
}

.mb-area-card p {
	max-width: 36ch;
	margin: 0;
	color: #ddd9d5;
	font-size: 16px;
	line-height: 1.62;
}

.mb-card-link {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: auto;
	padding-top: 30px;
	color: var(--mb-white);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.035em;
	text-transform: uppercase;
}

.mb-card-link svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	transition: transform 180ms ease;
}

.mb-area-card:hover .mb-card-link svg {
	transform: translateX(4px);
}

.mb-news {
	background: var(--mb-ink);
}

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

.mb-news-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.9fr) minmax(300px, 0.85fr);
	gap: clamp(42px, 5vw, 78px);
	align-items: start;
}

.mb-post-list {
	display: grid;
	gap: 64px;
}

.mb-post-card {
	display: grid;
	grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.25fr);
	gap: clamp(30px, 4vw, 66px);
	align-items: center;
	margin: 0;
}

.mb-post-card__image {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	border-radius: 14px;
	background:
		linear-gradient(135deg, rgba(241, 90, 42, 0.42), rgba(247, 183, 51, 0.12)),
		#2a2a2a;
}

.mb-post-card__image img,
.mb-post-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 320ms ease;
}

.mb-post-card__image:hover img {
	transform: scale(1.025);
}

.mb-post-card__content {
	min-width: 0;
}

.mb-post-card h3 {
	margin: 0 0 18px;
	font-size: clamp(24px, 2vw, 34px);
	font-weight: 750;
	letter-spacing: -0.03em;
	line-height: 1.16;
	overflow-wrap: break-word;
}

.mb-post-card h3 a {
	color: var(--mb-white);
	text-decoration: none;
}

.mb-post-card h3 a:hover,
.mb-post-card h3 a:focus-visible {
	color: var(--mb-orange);
}

.mb-post-card time {
	display: block;
	margin-bottom: 16px;
	color: #9c9894;
	font-size: 14px;
}

.mb-post-card__category {
	display: inline-block;
	margin-bottom: 20px;
	color: var(--mb-orange);
	font-size: 13px;
	font-weight: 750;
	text-decoration: none;
	text-transform: uppercase;
}

.mb-post-card p {
	margin: 0 0 22px;
	color: #bbb7b3;
	font-size: 16px;
	line-height: 1.65;
}

.mb-read-more {
	color: var(--mb-orange);
	font-size: 14px;
	font-weight: 750;
	text-decoration: none;
}

.mb-read-more:hover,
.mb-read-more:focus-visible {
	color: var(--mb-yellow);
}

.mb-empty {
	padding: 46px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 16px;
	background: #202020;
}

.mb-empty h3 {
	margin-top: 0;
	color: var(--mb-white);
}

.mb-empty p {
	margin-bottom: 0;
	color: #bbb7b3;
}

.mb-film {
	position: sticky;
	top: 120px;
	padding: clamp(28px, 3vw, 46px);
	border-radius: 20px;
	background: var(--mb-paper);
	color: var(--mb-ink);
}

.mb-film__label {
	margin-bottom: 14px;
	font-size: 13px;
}

.mb-film h3 {
	margin: 0 0 30px;
	color: var(--mb-ink);
	font-size: clamp(30px, 3vw, 48px);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1;
}

.mb-film__frame {
	position: relative;
	overflow: hidden;
	margin: 0 -18px 28px;
	aspect-ratio: 16 / 9;
	border-radius: 14px;
	background: #000;
}

.mb-film__frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.mb-film h4 {
	margin: 0 0 16px;
	color: var(--mb-ink);
	font-size: 20px;
	font-weight: 750;
	line-height: 1.35;
}

.mb-film p {
	margin: 0 0 26px;
	color: #68635f;
	font-size: 15px;
	line-height: 1.6;
}

.mb-club {
	background: var(--mb-ink);
}

.mb-club__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) auto;
	gap: 60px;
	align-items: end;
	padding: clamp(40px, 5vw, 72px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 22px;
	background: #202020;
	box-shadow: 0 20px 50px rgba(24, 24, 24, 0.12);
}

.mb-club h2 {
	color: #fff;
}

.mb-club p:not(.mb-section-no) {
	max-width: 780px;
	margin: 32px 0 0;
	color: #fff;
	color: #c8c5c1;
	font-size: clamp(17px, 1.35vw, 22px);
	line-height: 1.45;
}

.mb-club .mb-section-no {
	color: var(--mb-orange);
	opacity: 1;
}

.mb-site-footer {
	padding-block: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	background: #151515;
	color: #a9a6a2;
}

.mb-site-footer p {
	margin: 0;
	font-size: 15px;
}

/* The front page supplies a concise copyright line of its own. */
body.home #footer {
	display: none;
}

@media (max-width: 1100px) {
	.mb-shell {
		width: min(100% - 40px, 1100px);
	}

	.mb-hero {
		background-position: center, 72% center;
	}

	.mb-area-grid {
		grid-template-columns: 1fr;
		gap: 2px;
	}

	.mb-area-card {
		min-height: 0;
	}

	.mb-area-card__icon {
		margin-bottom: 36px;
	}

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

	.mb-film {
		position: static;
	}
}

@media (max-width: 767px) {
	.mb-shell {
		width: min(100% - 32px, 720px);
	}

	.mb-hero {
		min-height: 100svh;
		background-image:
			linear-gradient(180deg, rgba(24, 24, 24, 0.22) 0%, rgba(24, 24, 24, 0.12) 24%, rgba(24, 24, 24, 0.7) 60%, rgba(24, 24, 24, 0.97) 100%),
			var(--mb-hero-image);
		background-position: center, 82% top;
		background-size: cover;
	}

	.mb-hero__inner {
		justify-content: flex-end;
		padding-block: 300px 48px;
		text-align: left;
	}

	.mb-eyebrow {
		margin-bottom: 18px;
		font-size: 13px;
	}

	.mb-hero h1 {
		font-size: clamp(64px, 21vw, 94px);
		line-height: 0.86;
	}

	.mb-roles {
		margin-top: 28px;
		font-size: 13px;
		line-height: 1.55;
	}

	.mb-social {
		margin-top: 28px;
	}

	.mb-social a {
		width: 52px;
		height: 52px;
	}

	.mb-areas,
	.mb-news,
	.mb-club {
		padding-block: 78px;
	}

	.mb-section-head {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 44px;
	}

	.mb-section-head h2,
	.mb-club h2 {
		font-size: clamp(52px, 18vw, 82px);
	}

	.mb-areas .mb-section-head {
		min-height: 0;
	}

	.mb-button {
		width: 100%;
	}

	.mb-area-card {
		padding: 34px 28px;
	}

	.mb-area-card p {
		font-size: 16px;
	}

	.mb-post-list {
		gap: 52px;
	}

	.mb-post-card {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.mb-post-card h3 {
		font-size: 25px;
	}

	.mb-film {
		padding: 30px 24px;
	}

	.mb-film__frame {
		margin-inline: -10px;
	}

	.mb-club__inner {
		grid-template-columns: 1fr;
		align-items: start;
	}

}

@media (prefers-reduced-motion: reduce) {
	body.home #header,
	body.home #header [data-row],
	body.home #header [data-row] > div,
	body.home #header .ct-sticky-container,
	.mb-home *,
	.mb-home *::before,
	.mb-home *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
