:root {
	--sfmg-signal: #79c842;
	--sfmg-signal-soft: #b9e48f;
	--sfmg-ink: #090b0c;
	--sfmg-surface: #111416;
	--sfmg-panel: #171b1d;
	--sfmg-panel-soft: #222823;
	--sfmg-line: rgba(255, 255, 255, 0.1);
	--sfmg-text: #f4f5f1;
	--sfmg-muted: #b9c0b8;
	--sfmg-blue: #f0b84b;
	--sfmg-danger: #d97868;
	--sfmg-radius: 18px;
	--sfmg-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

/* Jannah movie archives, limited to the recognised sci-fi categories. */
body.sfmg-movie-archive #main-content-row > .main-content > .container-wrapper {
	padding: 28px;
	border: 1px solid var(--sfmg-line);
	border-radius: 18px;
	background: var(--sfmg-surface);
	box-shadow: var(--sfmg-shadow);
}

body.sfmg-movie-archive #category-title-section {
	margin: -28px -28px 28px;
	padding: 31px;
	border-bottom: 1px solid rgba(121, 200, 66, 0.25);
	border-radius: 17px 17px 0 0;
	background:
		radial-gradient(circle at 88% 15%, rgba(202, 168, 255, 0.13), transparent 28%),
		linear-gradient(135deg, #0c0f0d, #222b22);
}

body.sfmg-movie-archive #category-title-section h1,
body.sfmg-movie-archive .page-title {
	color: var(--sfmg-text);
	font-size: clamp(34px, 4vw, 49px);
	font-weight: 800;
	letter-spacing: -0.035em;
}

body.sfmg-movie-archive #category-title-section .taxonomy-description,
body.sfmg-movie-archive #category-title-section p {
	max-width: 760px;
	color: var(--sfmg-muted);
	font-size: 14px;
	line-height: 1.65;
}

body.sfmg-movie-archive #posts-container.posts-items {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

body.sfmg-movie-archive #posts-container.posts-items > li.post-item {
	float: none !important;
	display: flex;
	width: auto !important;
	min-width: 0;
	flex-direction: column;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	border: 1px solid var(--sfmg-line);
	border-radius: 14px;
	background: var(--sfmg-panel);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body.sfmg-movie-archive #posts-container.posts-items > li.post-item:hover {
	border-color: rgba(240, 184, 75, 0.46);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
	transform: translateY(-3px);
}

body.sfmg-movie-archive #posts-container .post-thumb {
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

body.sfmg-movie-archive #posts-container .post-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 350ms ease;
}

body.sfmg-movie-archive #posts-container .post-item:hover .post-thumb img {
	transform: scale(1.035);
}

body.sfmg-movie-archive #posts-container .post-details {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 21px !important;
}

body.sfmg-movie-archive #posts-container .post-title,
body.sfmg-movie-archive #posts-container .post-title a {
	color: var(--sfmg-text) !important;
	font-size: 21px;
	line-height: 1.22;
}

body.sfmg-movie-archive #posts-container .post-title a:hover {
	color: var(--sfmg-blue) !important;
}

body.sfmg-movie-archive #posts-container .entry,
body.sfmg-movie-archive #posts-container .post-excerpt {
	color: var(--sfmg-muted);
	font-size: 13px;
	line-height: 1.6;
}

@media (max-width: 767px) {
	body.sfmg-movie-archive #main-content-row > .main-content > .container-wrapper {
		padding: 19px;
	}

	body.sfmg-movie-archive #category-title-section {
		margin: -19px -19px 20px;
		padding: 24px 20px;
	}

	body.sfmg-movie-archive #posts-container.posts-items {
		grid-template-columns: 1fr;
	}
}

/* The footer remains theme-controlled. The primary navigation receives only a
 * restrained surface treatment so it belongs with the plugin's rounded cards. */
body.sfmg-design-active #main-nav .main-menu-wrapper {
	border: 1px solid rgba(121, 200, 66, 0.2);
	border-radius: 14px;
	background:
		linear-gradient(100deg, rgba(121, 200, 66, 0.055), transparent 42%),
		#1f2024 !important;
	box-shadow: 0 9px 24px rgba(0, 0, 0, 0.22);
}

body.sfmg-design-active #main-nav .main-menu > ul > li > a {
	height: 46px;
	margin: 7px 2px;
	border-radius: 9px;
	line-height: 46px;
	transition: color 160ms ease, background-color 160ms ease;
}

body.sfmg-design-active #main-nav .main-menu > ul > li:hover > a,
body.sfmg-design-active #main-nav .main-menu > ul > li.current-menu-item > a,
body.sfmg-design-active #main-nav .main-menu > ul > li.current-menu-ancestor > a,
body.sfmg-design-active #main-nav .main-menu > ul > li.current-menu-parent > a {
	background: rgba(121, 200, 66, 0.12);
	color: var(--sfmg-signal) !important;
}

body.sfmg-design-active #main-nav .components > li > a,
body.sfmg-design-active #main-nav .components > li > span,
body.sfmg-design-active #main-nav .components #search {
	border-radius: 9px;
}

body.sfmg-design-active #main-nav .sub-menu {
	overflow: hidden;
	border: 1px solid var(--sfmg-line);
	border-radius: 0 0 12px 12px;
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.3);
}
.sfmg-home a:focus-visible,
.sfmg-home button:focus-visible,
.sfmg-home input:focus-visible,
.sfmg-directory a:focus-visible,
.sfmg-directory button:focus-visible,
.sfmg-directory input:focus-visible,
.sfmg-directory select:focus-visible,
.sfmg-enhanced-content a:focus-visible,
.sfmg-enhanced-content button:focus-visible,
.sfmg-sidebar-card a:focus-visible,
.sfmg-sidebar-card button:focus-visible,
.sfmg-sidebar-card input:focus-visible {
	outline: 3px solid var(--sfmg-blue);
	outline-offset: 3px;
}

body.sfmg-design-full-width #content,
body.sfmg-design-full-width #main-content,
body.sfmg-design-full-width .main-content,
body.sfmg-design-full-width .content-area {
	width: 100%;
	max-width: none;
}

body.sfmg-design-full-width .sidebar,
body.sfmg-design-full-width #sidebar {
	display: none;
}

body.sfmg-design-full-width #the-post,
body.sfmg-design-full-width .page-content,
body.sfmg-design-full-width .container-wrapper.post-content {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.sfmg-design-full-width #the-post > .entry-header,
body.sfmg-design-full-width #the-post > .entry-header-outer,
body.sfmg-design-full-width .page-title,
body.sfmg-design-full-width .entry-header .post-title {
	display: none;
}

body.sfmg-design-full-width #the-post > .entry-content,
body.sfmg-design-full-width .entry-content {
	padding: 0;
}

.sfmg-home,
.sfmg-directory {
	max-width: 1180px;
	margin: 0 auto;
	padding: 18px 10px 64px;
	font-size: 16px;
	line-height: 1.65;
}

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

.sfmg-home h1,
.sfmg-home h2,
.sfmg-home h3,
.sfmg-directory h1,
.sfmg-directory h2,
.sfmg-directory h3 {
	margin-top: 0;
	color: var(--sfmg-text);
	font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", sans-serif;
	font-weight: 800;
	letter-spacing: -0.025em;
}

.sfmg-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
	color: var(--sfmg-signal);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	line-height: 1.2;
	text-transform: uppercase;
}

.sfmg-kicker::before {
	width: 22px;
	height: 3px;
	border-radius: 99px;
	background: currentColor;
	content: "";
}

.sfmg-home-hero {
	display: grid;
	grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.6fr);
	gap: 20px;
	padding: 24px;
	border: 1px solid var(--sfmg-line);
	border-radius: 24px;
	background:
		radial-gradient(circle at 12% 10%, rgba(121, 200, 66, 0.12), transparent 30%),
		linear-gradient(145deg, #0c0f0d, #102630);
	box-shadow: var(--sfmg-shadow);
}

.sfmg-home-hero__intro {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 22px 16px 22px 8px;
}

.sfmg-home-hero__intro h1 {
	max-width: 540px;
	margin-bottom: 18px;
	font-size: clamp(38px, 4vw, 64px);
	line-height: 0.98;
}

.sfmg-home-hero__intro > p {
	max-width: 520px;
	margin: 0 0 24px;
	color: var(--sfmg-muted);
	font-size: 17px;
}

.sfmg-hero-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
	margin-bottom: 16px;
}

.sfmg-hero-search input,
.sfmg-directory-filter input,
.sfmg-directory-filter select {
	min-width: 0;
	height: 48px;
	padding: 0 15px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.06);
	color: var(--sfmg-text);
	font: inherit;
}

.sfmg-directory-filter select option {
	background: var(--sfmg-panel);
	color: var(--sfmg-text);
}

.sfmg-hero-search input::placeholder,
.sfmg-directory-filter input::placeholder {
	color: #9297a2;
}

.sfmg-hero-search button,
.sfmg-directory-filter button,
.sfmg-button,
.sfmg-movie-card .sfmg-card-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 17px;
	border: 0;
	border-radius: 9px;
	background: var(--sfmg-signal);
	box-shadow: none;
	color: #151515 !important;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none !important;
	cursor: pointer;
	transition: background-color 160ms ease, transform 160ms ease;
}

.sfmg-hero-search button:hover,
.sfmg-directory-filter button:hover,
.sfmg-button:hover,
.sfmg-movie-card .sfmg-card-link:hover {
	background: var(--sfmg-signal-soft);
	color: #090909 !important;
	transform: translateY(-1px);
}

.sfmg-text-link,
.sfmg-section-title > a {
	align-self: flex-start;
	color: var(--sfmg-signal) !important;
	font-weight: 750;
	text-decoration: none !important;
}

.sfmg-text-link:hover,
.sfmg-section-title > a:hover {
	color: #fff !important;
}

.sfmg-feature-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: repeat(3, 145px);
	gap: 10px;
}

.sfmg-movie-card {
	position: relative;
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--sfmg-line);
	border-radius: var(--sfmg-radius);
	background: var(--sfmg-panel);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
	transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.sfmg-movie-card:hover {
	border-color: rgba(121, 200, 66, 0.48);
	box-shadow: 0 20px 42px rgba(0, 0, 0, 0.25);
	transform: translateY(-3px);
}

.sfmg-movie-card__image {
	position: relative;
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #101311;
}

.sfmg-movie-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	transition: transform 320ms ease;
}

.sfmg-movie-card:hover .sfmg-movie-card__image img {
	transform: scale(1.035);
}

.sfmg-movie-card__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(8, 9, 11, 0.55), transparent 52%);
	pointer-events: none;
}

.sfmg-image-placeholder {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 8px;
	width: 100%;
	height: 100%;
	padding-bottom: 20%;
	background: radial-gradient(circle at center, #293a22, #101311 70%);
}

.sfmg-image-placeholder i {
	display: block;
	width: 5px;
	border-radius: 5px;
	background: var(--sfmg-signal);
}

.sfmg-image-placeholder i:nth-child(1) { height: 24%; opacity: 0.45; }
.sfmg-image-placeholder i:nth-child(2) { height: 48%; opacity: 0.75; }
.sfmg-image-placeholder i:nth-child(3) { height: 72%; }

.sfmg-movie-card__decade {
	position: absolute;
	right: 12px;
	bottom: 12px;
	padding: 5px 10px;
	border-radius: 99px;
	background: var(--sfmg-signal);
	color: #151515;
	font-size: 11px;
	font-weight: 850;
	line-height: 1.1;
}

.sfmg-movie-card__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 18px;
}

.sfmg-movie-card__copy h3 {
	margin: 0 0 10px;
	font-size: 22px;
	line-height: 1.08;
}

.sfmg-movie-card__copy h3 a {
	color: var(--sfmg-text) !important;
	text-decoration: none !important;
}

.sfmg-movie-card__copy h3 a:hover {
	color: var(--sfmg-signal) !important;
}

.sfmg-movie-card__copy p {
	margin: 0 0 17px;
	color: var(--sfmg-muted);
	font-size: 14px;
	line-height: 1.55;
}

.sfmg-movie-card .sfmg-card-link {
	min-height: 36px;
	margin-top: auto;
	padding: 8px 12px;
	font-size: 12px;
}

.sfmg-movie-card .sfmg-card-link span {
	margin-left: 7px;
}

.sfmg-feature-card {
	display: block;
	border-radius: 14px;
}

.sfmg-feature-card--lead {
	grid-row: 1 / span 3;
}

.sfmg-feature-card .sfmg-movie-card__image {
	position: absolute;
	inset: 0;
	aspect-ratio: auto;
}

.sfmg-feature-card .sfmg-movie-card__shade {
	background: linear-gradient(to top, rgba(7, 8, 10, 0.94), rgba(7, 8, 10, 0.08) 72%);
}

.sfmg-feature-card .sfmg-movie-card__decade {
	top: 12px;
	right: auto;
	bottom: auto;
	left: 12px;
}

.sfmg-feature-card .sfmg-movie-card__copy {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding: 15px;
}

.sfmg-feature-card .sfmg-movie-card__copy h3 {
	margin: 0;
	font-size: 18px;
}

.sfmg-feature-card--lead .sfmg-movie-card__copy {
	padding: 24px;
}

.sfmg-feature-card--lead .sfmg-movie-card__copy h3 {
	font-size: clamp(27px, 3vw, 40px);
}

.sfmg-feature-card .sfmg-card-link,
.sfmg-feature-card .sfmg-movie-card__copy p {
	display: none;
}

.sfmg-home-section {
	margin-top: 58px;
}

.sfmg-section-title {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 20px;
}

.sfmg-section-title h2,
.sfmg-zombie-intro h2 {
	margin: 0;
	font-size: clamp(29px, 3vw, 42px);
	line-height: 1.05;
}

.sfmg-decade-grid {
	display: grid;
	grid-template-columns: repeat(9, minmax(0, 1fr));
	gap: 9px;
}

.sfmg-decade-card {
	position: relative;
	display: flex;
	min-height: 116px;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
	padding: 15px;
	border: 1px solid var(--sfmg-line);
	border-radius: 14px;
	background:
		linear-gradient(145deg, rgba(121, 200, 66, 0.12), transparent 62%),
		var(--sfmg-panel);
	color: var(--sfmg-text) !important;
	text-decoration: none !important;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.sfmg-decade-card::before {
	position: absolute;
	top: 13px;
	left: 15px;
	width: 24px;
	height: 4px;
	border-radius: 8px;
	background: var(--sfmg-signal);
	box-shadow: 9px 8px 0 rgba(121, 200, 66, 0.55), 18px 16px 0 rgba(121, 200, 66, 0.25);
	content: "";
}

.sfmg-decade-card:hover {
	border-color: var(--sfmg-signal);
	background-color: var(--sfmg-panel-soft);
	color: var(--sfmg-signal) !important;
	transform: translateY(-2px);
}

.sfmg-decade-card span {
	font-family: "Arial Narrow", "Roboto Condensed", sans-serif;
	font-size: 21px;
	font-weight: 850;
}

.sfmg-decade-card small {
	margin-top: 3px;
	color: var(--sfmg-muted);
	font-size: 10px;
	line-height: 1.3;
}

.sfmg-decade-card.is-empty,
.sfmg-genre-card.is-empty {
	opacity: 0.58;
}

.sfmg-genre-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 13px;
}

.sfmg-genre-card {
	display: flex;
	min-height: 190px;
	flex-direction: column;
	padding: 20px;
	border: 1px solid var(--sfmg-line);
	border-radius: var(--sfmg-radius);
	background: linear-gradient(150deg, var(--sfmg-panel-soft), var(--sfmg-panel));
	color: var(--sfmg-text) !important;
	text-decoration: none !important;
	transition: border-color 170ms ease, transform 170ms ease;
}

.sfmg-genre-card:hover {
	border-color: rgba(240, 184, 75, 0.7);
	transform: translateY(-3px);
}

.sfmg-genre-card__signal {
	display: flex;
	height: 32px;
	align-items: flex-end;
	gap: 4px;
	margin-bottom: 18px;
}

.sfmg-genre-card__signal i {
	display: block;
	width: 5px;
	border-radius: 99px;
	background: var(--sfmg-blue);
}

.sfmg-genre-card__signal i:nth-child(1) { height: 25%; opacity: 0.35; }
.sfmg-genre-card__signal i:nth-child(2) { height: 48%; opacity: 0.55; }
.sfmg-genre-card__signal i:nth-child(3) { height: 72%; opacity: 0.78; }
.sfmg-genre-card__signal i:nth-child(4) { height: 100%; }

.sfmg-genre-card strong {
	font-family: "Arial Narrow", "Roboto Condensed", sans-serif;
	font-size: 21px;
}

.sfmg-genre-card p {
	margin: 8px 0 16px;
	color: var(--sfmg-muted);
	font-size: 13px;
	line-height: 1.5;
}

.sfmg-genre-card small {
	margin-top: auto;
	color: var(--sfmg-blue);
	font-size: 11px;
	font-weight: 800;
}

.sfmg-zombie-intro {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
	padding: 22px 24px;
	border: 1px solid rgba(121, 200, 66, 0.26);
	border-radius: var(--sfmg-radius);
	background: linear-gradient(90deg, rgba(121, 200, 66, 0.1), transparent 60%), var(--sfmg-panel);
}

.sfmg-zombie-intro p {
	margin: 8px 0 0;
	color: var(--sfmg-muted);
}

.sfmg-zombie-mark {
	width: 78px;
	height: 78px;
	flex: 0 0 auto;
	filter: drop-shadow(0 7px 12px rgba(0, 0, 0, 0.3));
}

.sfmg-zombie-mark img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sfmg-movie-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 15px;
}

.sfmg-movie-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* All-movies directory. */
.sfmg-directory-hero {
	padding: clamp(34px, 6vw, 72px);
	border: 1px solid var(--sfmg-line);
	border-radius: 24px;
	background:
		linear-gradient(120deg, rgba(121, 200, 66, 0.13), transparent 50%),
		repeating-linear-gradient(90deg, transparent 0, transparent 42px, rgba(255, 255, 255, 0.018) 43px),
		var(--sfmg-ink);
	box-shadow: var(--sfmg-shadow);
}

.sfmg-directory-hero h1 {
	margin-bottom: 13px;
	font-size: clamp(40px, 6vw, 72px);
	line-height: 0.98;
}

.sfmg-directory-hero p {
	max-width: 650px;
	margin: 0;
	color: var(--sfmg-muted);
	font-size: 18px;
}

.sfmg-directory-filter {
	display: grid;
	grid-template-columns: minmax(220px, 1.7fr) minmax(145px, 0.7fr) minmax(175px, 0.9fr) auto auto;
	align-items: end;
	gap: 12px;
	margin: 22px 0;
	padding: 18px;
	border: 1px solid var(--sfmg-line);
	border-radius: var(--sfmg-radius);
	background: var(--sfmg-panel);
}

.sfmg-directory-filter > div {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 6px;
}

.sfmg-directory-filter label {
	color: var(--sfmg-muted);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sfmg-directory-filter button {
	height: 48px;
}

.sfmg-clear-filters {
	display: inline-flex;
	height: 48px;
	align-items: center;
	padding: 0 5px;
	color: var(--sfmg-signal) !important;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none !important;
}

.sfmg-directory-status {
	display: flex;
	align-items: baseline;
	gap: 7px;
	margin: 24px 0 15px;
	color: var(--sfmg-muted);
}

.sfmg-directory-status strong {
	color: var(--sfmg-text);
	font-size: 18px;
}

.sfmg-pagination {
	display: flex;
	justify-content: center;
	margin-top: 34px;
}

.sfmg-pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sfmg-pagination a,
.sfmg-pagination span {
	display: inline-flex;
	min-width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	border: 1px solid var(--sfmg-line);
	border-radius: 9px;
	background: var(--sfmg-panel);
	color: var(--sfmg-text) !important;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none !important;
}

.sfmg-pagination a:hover,
.sfmg-pagination .current {
	border-color: var(--sfmg-signal);
	background: var(--sfmg-signal);
	color: #111 !important;
}

.sfmg-directory-empty {
	padding: 60px 25px;
	border: 1px dashed rgba(255, 255, 255, 0.2);
	border-radius: var(--sfmg-radius);
	background: var(--sfmg-panel);
	text-align: center;
}

.sfmg-directory-empty > span {
	display: block;
	margin-bottom: 8px;
	color: var(--sfmg-signal);
	font-size: 50px;
}

.sfmg-directory-empty h2 {
	margin-bottom: 10px;
	font-size: 32px;
}

.sfmg-directory-empty p {
	margin: 0 auto 20px;
	color: var(--sfmg-muted);
}

/* Existing single-movie articles: no database content is changed. */
body.sfmg-single-movie #the-post > .entry-content.sfmg-enhanced-content,
body.sfmg-single-movie .entry-content.sfmg-enhanced-content {
	color: #e9ebef;
	font-size: 17px;
	line-height: 1.76;
}

.sfmg-enhanced-content > p:first-child:not(.sfmg-section p) {
	font-size: 18px;
}

.sfmg-section {
	position: relative;
	margin: 0 0 18px;
	overflow: hidden;
	padding: clamp(21px, 4vw, 34px);
	border: 1px solid var(--sfmg-line);
	border-radius: var(--sfmg-radius);
	background: linear-gradient(145deg, #182019, #151a16);
}

.sfmg-section::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background: rgba(255, 255, 255, 0.12);
	content: "";
}

.sfmg-section-heading {
	margin: 0 0 18px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--sfmg-text) !important;
	font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", sans-serif;
	font-size: clamp(24px, 3vw, 31px) !important;
	font-weight: 850 !important;
	line-height: 1.12 !important;
}

.sfmg-section-icon {
	display: inline-grid;
	width: 42px;
	height: 42px;
	place-items: center;
	margin-right: 11px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.055);
	font-family: "Segoe UI Emoji", "Apple Color Emoji", sans-serif;
	font-size: 21px;
	line-height: 1;
	vertical-align: middle;
}

.sfmg-section-icon--zombie {
	padding: 2px;
	border-color: rgba(121, 200, 66, 0.4);
	border-radius: 50%;
	background: rgba(121, 200, 66, 0.08);
}

.sfmg-section-icon--zombie img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sfmg-section-heading::after,
.sfmg-section-heading::before {
	display: none !important;
}

.sfmg-section p:last-child,
.sfmg-section ul:last-child,
.sfmg-section ol:last-child {
	margin-bottom: 0;
}

.sfmg-section a {
	color: var(--sfmg-signal) !important;
	text-decoration-color: rgba(121, 200, 66, 0.45) !important;
	text-underline-offset: 3px;
}

.sfmg-section a:hover {
	color: #fff !important;
}

.sfmg-section--overview {
	background:
		linear-gradient(100deg, rgba(121, 200, 66, 0.11), transparent 60%),
		#182019;
}

.sfmg-section--overview::before,
.sfmg-section--strength::before {
	background: var(--sfmg-signal);
}

.sfmg-section--overview p {
	margin: 0;
	color: #fff;
	font-size: 20px;
	font-weight: 550;
	line-height: 1.58;
}

.sfmg-section--details::before,
.sfmg-section--vibe::before,
.sfmg-section--deep-dive::before {
	background: var(--sfmg-blue);
}

.sfmg-section--details > ul,
.sfmg-section--vibe > ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.sfmg-section--details > ul > li,
.sfmg-section--vibe > ul > li {
	margin: 0 !important;
	padding: 13px 15px !important;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.04);
}

.sfmg-section--details > ul > li::before,
.sfmg-section--vibe > ul > li::before {
	display: none !important;
}

.sfmg-section--details > ul > li > ul {
	grid-column: 1 / -1;
	margin: 8px 0 0;
}

.sfmg-section--details > p {
	margin: 0;
	padding: 16px 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 11px;
	background: rgba(255, 255, 255, 0.035);
	line-height: 2;
}

.sfmg-section--details > p strong {
	color: var(--sfmg-muted);
	font-size: 0.82em;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

.sfmg-section--details .sfmg-detail-tag {
	display: inline-flex;
	align-items: center;
	margin: 1px 2px;
	padding: 2px 7px;
	border: 1px solid rgba(121, 200, 66, 0.32);
	border-radius: 99px;
	background: rgba(121, 200, 66, 0.08);
	color: var(--sfmg-signal) !important;
	font-size: 0.9em;
	font-weight: 750;
	line-height: 1.45;
	text-decoration: none !important;
}

.sfmg-section--details .sfmg-detail-tag:hover {
	border-color: var(--sfmg-signal);
	background: var(--sfmg-signal);
	color: #151515 !important;
}

.sfmg-section--strength {
	background:
		radial-gradient(circle at 92% 15%, rgba(121, 200, 66, 0.16), transparent 24%),
		linear-gradient(145deg, #1c251c, #131814);
}

.sfmg-section--strength::after {
	position: absolute;
	top: 24px;
	right: 24px;
	width: 58px;
	height: 30px;
	border-top: 4px solid var(--sfmg-signal);
	border-right: 4px solid var(--sfmg-signal);
	border-radius: 0 18px 0 0;
	opacity: 0.45;
	content: "";
}

.sfmg-section--spoiler {
	border-color: rgba(255, 120, 109, 0.3);
	background: linear-gradient(145deg, rgba(255, 120, 109, 0.08), transparent 40%), #131814;
}

.sfmg-section--spoiler::before {
	background: var(--sfmg-danger);
}

.sfmg-section--spoiler .sfmg-section-heading {
	margin: 0 !important;
}

.sfmg-spoiler-toggle {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--sfmg-text);
	font: inherit;
	font-weight: inherit;
	text-align: left;
	cursor: pointer;
}

.sfmg-spoiler-toggle__state {
	flex: 0 0 auto;
	padding: 7px 10px;
	border: 1px solid rgba(255, 120, 109, 0.5);
	border-radius: 99px;
	color: #ffb3ad;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.sfmg-spoiler-body {
	padding-top: 22px;
}

.sfmg-section--characters::before,
.sfmg-section--legacy::before {
	background: #f0b84b;
}

.sfmg-section--question::before,
.sfmg-section--watch-if::before,
.sfmg-section--memorable::before,
.sfmg-section--performance::before,
.sfmg-section--icon-potential::before,
.sfmg-section--zombie::before {
	background: var(--sfmg-signal);
}

.sfmg-section--zombie {
	background: linear-gradient(120deg, rgba(121, 200, 66, 0.11), transparent 52%), #131814;
}

.sfmg-section--question {
	background: linear-gradient(120deg, rgba(240, 184, 75, 0.09), transparent 48%), #151a16;
}

.sfmg-section--watch-if > ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.sfmg-section--watch-if > ul > li {
	position: relative;
	display: block;
	margin: 0 !important;
	padding: 13px 15px 13px 42px !important;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.035);
	list-style: none !important;
}

body.sfmg-single-movie .sfmg-section--watch-if > ul.wp-block-list > li::marker {
	font-size: 0;
	content: "";
}

body.sfmg-single-movie .sfmg-section--watch-if > ul.wp-block-list > li::before {
	position: absolute;
	top: 15px;
	left: 14px;
	display: grid !important;
	width: 18px;
	height: 18px;
	place-items: center;
	border: 1px solid rgba(121, 200, 66, 0.42);
	border-radius: 50%;
	background: rgba(121, 200, 66, 0.1);
	color: var(--sfmg-signal);
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	content: "\2713";
}

.sfmg-zombie-take {
	display: flow-root;
	margin-top: 14px !important;
	padding: 15px !important;
	border: 1px solid rgba(121, 200, 66, 0.3);
	border-radius: 13px;
	background: linear-gradient(110deg, rgba(121, 200, 66, 0.12), rgba(255, 255, 255, 0.025));
	list-style: none !important;
}

.sfmg-zombie-take::before {
	display: none !important;
}

.sfmg-zombie-take > img {
	float: left;
	width: 54px;
	height: 54px;
	margin: 0 13px 5px 0;
	border-radius: 50%;
	object-fit: contain;
}

.sfmg-section--deeper {
	background: linear-gradient(120deg, rgba(240, 184, 75, 0.1), transparent 48%), #131814;
}

.sfmg-section--deeper a {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	margin: 4px 5px 4px 0;
	padding: 8px 13px;
	border-radius: 8px;
	background: var(--sfmg-signal);
	color: #151515 !important;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none !important;
}

.sfmg-section--deeper a:hover {
	background: #fff;
	color: #111 !important;
}

.sfmg-watch-panel {
	position: relative;
	display: block;
	margin: 0 0 18px !important;
	padding: 19px 20px 17px 72px !important;
	border: 1px solid rgba(240, 184, 75, 0.28);
	border-radius: 13px;
	background: linear-gradient(110deg, rgba(240, 184, 75, 0.1), rgba(255, 255, 255, 0.025));
	color: var(--sfmg-muted);
}

.sfmg-watch-panel::before {
	position: absolute;
	top: 20px;
	left: 20px;
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border: 1px solid rgba(240, 184, 75, 0.36);
	border-radius: 11px;
	background: rgba(240, 184, 75, 0.09);
	font-family: "Segoe UI Emoji", "Apple Color Emoji", sans-serif;
	font-size: 18px;
	content: "🎟️";
}

.sfmg-watch-panel__eyebrow,
.sfmg-watch-panel__title,
.sfmg-watch-panel__actions,
.sfmg-watch-panel__disclosure {
	display: block;
}

.sfmg-watch-panel__eyebrow {
	margin-bottom: 3px;
	color: var(--sfmg-blue);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.13em;
	line-height: 1.3;
	text-transform: uppercase;
}

.sfmg-watch-panel__title {
	margin-bottom: 12px;
	color: var(--sfmg-text);
	font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", sans-serif;
	font-size: 20px;
	line-height: 1.25;
}

.sfmg-watch-panel__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.sfmg-watch-panel .sfmg-watch-panel__link {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 7px 11px;
	border: 1px solid rgba(240, 184, 75, 0.32);
	border-radius: 8px;
	background: rgba(240, 184, 75, 0.08);
	color: #f4d28c !important;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.25;
	text-decoration: none !important;
}

.sfmg-watch-panel .sfmg-watch-panel__link:hover {
	border-color: var(--sfmg-blue);
	background: var(--sfmg-blue);
	color: #151515 !important;

}

.sfmg-watch-panel__disclosure {
	margin-top: 11px;
	color: #989f98;
	font-size: 10px;
	line-height: 1.45;
}

.sfmg-watch-panel--closing {
	border-color: rgba(121, 200, 66, 0.34);
	background:
		radial-gradient(circle at 94% 16%, rgba(121, 200, 66, 0.14), transparent 30%),
		linear-gradient(110deg, rgba(121, 200, 66, 0.1), rgba(255, 255, 255, 0.025));
}

.sfmg-watch-panel--closing::before {
	border-color: rgba(121, 200, 66, 0.42);
	background: rgba(121, 200, 66, 0.1);
	content: "🚀";
}

.sfmg-watch-panel--closing .sfmg-watch-panel__eyebrow {
	color: var(--sfmg-signal);
}

.sfmg-watch-panel--closing .sfmg-watch-panel__link {
	border-color: rgba(121, 200, 66, 0.34);
	background: rgba(121, 200, 66, 0.08);
	color: var(--sfmg-signal-soft) !important;
}

.sfmg-watch-panel--closing .sfmg-watch-panel__link:hover {
	border-color: var(--sfmg-signal);
	background: var(--sfmg-signal);
	color: #151515 !important;
}

body.sfmg-single-movie .entry-content .button,
body.sfmg-single-movie .entry-content button:not(.sfmg-spoiler-toggle),
body.sfmg-single-movie .entry-content input[type="submit"] {
	border-color: var(--sfmg-signal) !important;
	background: var(--sfmg-signal) !important;
	color: #151515 !important;
}

body.sfmg-single-movie .entry-content .button:hover,
body.sfmg-single-movie .entry-content button:not(.sfmg-spoiler-toggle):hover,
body.sfmg-single-movie .entry-content input[type="submit"]:hover {
	border-color: var(--sfmg-signal-soft) !important;
	background: var(--sfmg-signal-soft) !important;
	color: #090909 !important;
}

body.sfmg-single-movie .related-posts .post-thumb,
body.sfmg-single-movie .related-posts img {
	border-radius: 12px;
}

body.sfmg-single-movie .related-posts .post-title a:hover {
	color: var(--sfmg-signal) !important;
}

body.sfmg-single-movie .entry-header .post-cat-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

body.sfmg-single-movie .entry-header .post-cat {
	display: inline-flex;
	align-items: center;
	min-height: 27px;
	margin: 0 !important;
	padding: 4px 9px !important;
	border: 1px solid rgba(121, 200, 66, 0.42) !important;
	border-radius: 99px !important;
	background: rgba(121, 200, 66, 0.08) !important;
	box-shadow: none !important;
	color: var(--sfmg-signal) !important;
	font-size: 10px !important;
	font-weight: 800 !important;
	letter-spacing: 0.035em;
	line-height: 1.2 !important;
	text-decoration: none !important;
}

body.sfmg-single-movie .entry-header .post-cat:hover {
	border-color: var(--sfmg-signal) !important;
	background: var(--sfmg-signal) !important;
	color: #151515 !important;
}

/* Purpose-built movie sidebar, replacing the generic Jannah category list. */
body.sfmg-single-movie .sidebar .sfmg-sidebar-card {
	box-sizing: border-box;
	overflow: hidden;
	padding: 20px;
	border: 1px solid var(--sfmg-line);
	border-radius: 18px;
	background: linear-gradient(145deg, #171b1d, #131814);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
	color: var(--sfmg-text);
}

.sfmg-sidebar-discover {
	background:
		linear-gradient(135deg, rgba(121, 200, 66, 0.13), transparent 55%),
		linear-gradient(145deg, #171b1d, #131814) !important;
}

.sfmg-sidebar-discover__intro,
.sfmg-sidebar-heading--zombie {
	display: flex;
	align-items: center;
	gap: 12px;
}

.sfmg-sidebar-discover__intro img,
.sfmg-sidebar-heading--zombie img {
	display: block;
	width: 54px;
	height: 54px;
	flex: 0 0 auto;
	object-fit: contain;
	filter: drop-shadow(0 7px 11px rgba(0, 0, 0, 0.28));
}

.sfmg-sidebar-discover__intro span,
.sfmg-sidebar-heading > span,
.sfmg-sidebar-heading--zombie div > span {
	display: block;
	margin-bottom: 3px;
	color: var(--sfmg-signal);
	font-size: 9px;
	font-weight: 850;
	letter-spacing: 0.11em;
	line-height: 1.25;
	text-transform: uppercase;
}

.sfmg-sidebar-discover__intro h3,
.sfmg-sidebar-heading h3 {
	margin: 0 !important;
	color: #fff !important;
	font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", sans-serif;
	font-size: 22px !important;
	font-weight: 850 !important;
	line-height: 1.12 !important;
}

.sfmg-sidebar-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 44px;
	gap: 7px;
	margin: 17px 0 10px;
}

.sfmg-sidebar-search input[type="search"] {
	width: 100%;
	height: 44px;
	padding: 0 12px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 9px;
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 13px;
}

.sfmg-sidebar-search input[type="search"]::placeholder {
	color: #aeb2ba;
}

.sfmg-sidebar-search button {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	padding: 0;
	border: 0;
	border-radius: 9px;
	background: var(--sfmg-signal);
	color: #151515;
	font-size: 20px;
	font-weight: 900;
	cursor: pointer;
}

.sfmg-sidebar-search button:hover {
	background: #fff;
}

.sfmg-sidebar-all-movies {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	color: var(--sfmg-signal) !important;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none !important;
}

.sfmg-sidebar-all-movies:hover {
	color: #fff !important;
}

.sfmg-sidebar-heading {
	margin-bottom: 14px;
}

.sfmg-sidebar-heading--zombie {
	margin-bottom: 15px;
}

.sfmg-sidebar-heading--zombie img {
	width: 45px;
	height: 45px;
}

.sfmg-sidebar-decades {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 7px;
}

.sfmg-sidebar-decades a {
	display: flex;
	min-width: 0;
	align-items: center;
	justify-content: space-between;
	gap: 7px;
	padding: 9px 10px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.04);
	color: #f6f6f3 !important;
	font-size: 12px;
	text-decoration: none !important;
}

.sfmg-sidebar-decades a:hover {
	border-color: rgba(121, 200, 66, 0.5);
	background: rgba(121, 200, 66, 0.09);
	color: var(--sfmg-signal) !important;
}

.sfmg-sidebar-decades strong {
	font-weight: 800;
}

.sfmg-sidebar-decades span {
	display: grid;
	min-width: 22px;
	height: 22px;
	place-items: center;
	border-radius: 99px;
	background: rgba(255, 255, 255, 0.08);
	color: var(--sfmg-muted);
	font-size: 10px;
	font-weight: 800;
}

.sfmg-sidebar-guides {
	display: grid;
	gap: 0;
}

.sfmg-sidebar-guide {
	display: grid;
	grid-template-columns: 90px minmax(0, 1fr);
	gap: 11px;
	align-items: center;
	padding: 11px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.085);
}

.sfmg-sidebar-guide:first-child {
	padding-top: 0;
	border-top: 0;
}

.sfmg-sidebar-guide:last-child {
	padding-bottom: 0;
}

.sfmg-sidebar-guide__image {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	border-radius: 9px;
	background: #15161a;
}

.sfmg-sidebar-guide__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 180ms ease;
}

.sfmg-sidebar-guide:hover .sfmg-sidebar-guide__image img {
	transform: scale(1.045);
}

.sfmg-sidebar-guide__placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	color: var(--sfmg-signal);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.sfmg-sidebar-guide__meta {
	display: block;
	margin-bottom: 3px;
	color: var(--sfmg-blue);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-transform: uppercase;
}

.sfmg-sidebar-guide h4 {
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
}

.sfmg-sidebar-guide h4 a {
	color: #fff !important;
	text-decoration: none !important;
}

.sfmg-sidebar-guide h4 a:hover {
	color: var(--sfmg-signal) !important;
}

@media (max-width: 1100px) {
	.sfmg-home-hero {
		grid-template-columns: 1fr;
	}

	.sfmg-home-hero__intro {
		padding: 12px 8px 8px;
	}

	.sfmg-feature-grid {
		grid-template-rows: repeat(2, 190px);
	}

	.sfmg-feature-card--lead {
		grid-row: 1 / span 2;
	}

	.sfmg-decade-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

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

	.sfmg-directory-filter {
		grid-template-columns: 2fr 1fr 1fr;
	}

	.sfmg-directory-filter button,
	.sfmg-clear-filters {
		justify-self: start;
	}
}

@media (max-width: 760px) {
	.sfmg-home,
	.sfmg-directory {
		padding-right: 0;
		padding-left: 0;
	}

	.sfmg-home-hero {
		padding: 17px;
		border-radius: 18px;
	}

	.sfmg-home-hero__intro h1 {
		font-size: 42px;
	}

	.sfmg-feature-grid {
		grid-template-rows: 270px repeat(2, 150px);
	}

	.sfmg-feature-card--lead {
		grid-column: 1 / -1;
		grid-row: auto;
	}

	.sfmg-feature-card:last-child {
		grid-column: 1 / -1;
	}

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

	.sfmg-genre-grid,
	.sfmg-movie-grid,
	.sfmg-movie-grid--three {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sfmg-section-title {
		align-items: flex-start;
		flex-direction: column;
	}

	.sfmg-zombie-intro {
		align-items: flex-start;
	}

	.sfmg-directory-filter {
		grid-template-columns: 1fr 1fr;
	}

	.sfmg-filter-search {
		grid-column: 1 / -1;
	}

	.sfmg-section--details > ul,
	.sfmg-section--vibe > ul {
		grid-template-columns: 1fr;
	}

	.sfmg-section--watch-if > ul {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	body.sfmg-design-active #main-nav .main-menu-wrapper {
		border-radius: 0;
	}

	.sfmg-hero-search,
	.sfmg-directory-filter {
		grid-template-columns: 1fr;
	}

	.sfmg-filter-search {
		grid-column: auto;
	}

	.sfmg-hero-search button,
	.sfmg-directory-filter button {
		width: 100%;
	}

	.sfmg-feature-grid {
		display: flex;
		flex-direction: column;
	}

	.sfmg-feature-card {
		min-height: 190px;
	}

	.sfmg-feature-card--lead {
		min-height: 280px;
	}

	.sfmg-genre-grid,
	.sfmg-movie-grid,
	.sfmg-movie-grid--three {
		grid-template-columns: 1fr;
	}

	.sfmg-zombie-intro {
		flex-direction: column;
	}

	.sfmg-zombie-mark {
		width: 60px;
		height: 60px;
	}

	.sfmg-directory-hero {
		padding: 34px 24px;
	}

	.sfmg-directory-hero h1 {
		font-size: 43px;
	}

	.sfmg-section {
		padding: 22px 20px;
	}

	.sfmg-watch-panel {
		padding: 17px !important;
	}

	.sfmg-watch-panel::before {
		position: static;
		margin-bottom: 10px;
	}

	.sfmg-watch-panel__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.sfmg-watch-panel .sfmg-watch-panel__link {
		justify-content: center;
	}

	.sfmg-spoiler-toggle {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sfmg-home *,
	.sfmg-home *::before,
	.sfmg-home *::after,
	.sfmg-directory *,
	.sfmg-directory *::before,
	.sfmg-directory *::after,
	.sfmg-enhanced-content *,
	.sfmg-enhanced-content *::before,
	.sfmg-enhanced-content *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
