/*
Theme Name: Strength2Farm
Theme URI: https://strength2farm.eu/
Author: Strength2Farm
Description: Modern WordPress theme for Strength2Farm.
Version: 0.5.9
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: s2farm
*/

@font-face {
	font-display: swap;
	font-family: "Lexend";
	font-style: normal;
	font-weight: 400;
	src: url("assets/fonts/Lexend-Regular.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Lexend";
	font-style: normal;
	font-weight: 500;
	src: url("assets/fonts/Lexend-Medium.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Lexend";
	font-style: normal;
	font-weight: 600;
	src: url("assets/fonts/Lexend-SemiBold.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Lexend";
	font-style: normal;
	font-weight: 800;
	src: url("assets/fonts/Lexend-ExtraBold.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Lexend";
	font-style: normal;
	font-weight: 900;
	src: url("assets/fonts/Lexend-Black.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Rokkitt";
	font-style: normal;
	font-weight: 400;
	src: url("assets/fonts/Rokkitt-Regular.ttf") format("truetype");
}

:root {
	--s2f-ink: #0b0d0f;
	--s2f-ink-soft: #171b20;
	--s2f-navy: #333758;
	--s2f-hero-navy: #213057;
	--s2f-green: #52b25f;
	--s2f-yellow: #fdab19;
	--s2f-teal: #2a685d;
	--s2f-silver: #bac7d2;
	--s2f-blush: #fce8e3;
	--s2f-cream: #f7f5ef;
	--s2f-white: #ffffff;
	--s2f-muted: #717782;
	--s2f-line: rgba(17, 19, 24, 0.12);
	--s2f-shadow: 0 18px 60px rgba(11, 13, 15, 0.16);
	--s2f-max: min(1120px, calc(100vw - 40px));
	--s2f-wide: min(1320px, calc(100vw - 40px));
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--s2f-cream);
	color: #111318;
	font-family: "Lexend", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.55;
}

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

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

a {
	color: inherit;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}

.s2f-site-header {
	left: max(14px, calc((100vw - 1320px) / 2));
	opacity: 1;
	position: fixed;
	right: max(14px, calc((100vw - 1320px) / 2));
	top: 14px;
	transform: translateY(0);
	transition: opacity 200ms ease, transform 220ms ease;
	z-index: 60;
}

.home .s2f-site-header {
	opacity: 0;
	pointer-events: none;
	transform: translateY(-130%);
}

.home.s2f-has-scrolled .s2f-site-header,
.home.s2f-menu-open .s2f-site-header {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.s2f-secondary-nav {
	align-items: center;
	background: rgba(11, 13, 15, 0.64);
	backdrop-filter: blur(18px) saturate(160%);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
	color: rgba(255, 255, 255, 0.74);
	display: inline-flex;
	gap: 16px;
	margin-left: 18px;
	padding: 8px 12px;
}

.s2f-secondary-nav span,
.s2f-secondary-nav a {
	font-size: 0.76rem;
	font-weight: 850;
	text-decoration: none;
}

.s2f-secondary-nav span:first-child {
	color: var(--s2f-yellow);
}

.s2f-secondary-nav span:not(:first-child),
.s2f-secondary-nav a {
	color: var(--s2f-white);
	position: relative;
}

.s2f-secondary-nav span:not(:first-child)::before,
.s2f-secondary-nav a::before {
	background: rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	content: "";
	height: 4px;
	left: -10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
}

.s2f-secondary-nav a:hover,
.s2f-secondary-nav a:focus-visible {
	color: var(--s2f-yellow);
}
.s2f-header-main {
	align-items: center;
	background: rgba(247, 245, 239, 0.78);
	backdrop-filter: blur(24px) saturate(160%);
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 8px;
	box-shadow: 0 18px 70px rgba(0, 0, 0, 0.18);
	display: flex;
	gap: 28px;
	justify-content: space-between;
	min-height: 70px;
	padding: 12px 14px 12px 18px;
}

.s2f-brand {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	height: 60px;
	overflow: visible;
	text-decoration: none;
	width: 170px;
}

.s2f-brand img,
.s2f-brand .custom-logo {
	height: auto;
	object-fit: contain;
	width: 170px;
}

.s2f-primary-nav {
	align-items: center;
	display: flex;
	gap: 10px;
}

.s2f-menu,
.s2f-footer-menu {
	align-items: center;
	display: flex;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.s2f-menu > li {
	position: relative;
}

.s2f-menu a {
	border-radius: 8px;
	color: var(--s2f-ink-soft);
	display: block;
	font-size: 0.92rem;
	font-weight: 760;
	padding: 10px 14px;
	text-decoration: none;
	transition: background 160ms ease, color 160ms ease;
}

.s2f-menu-item--has-dropdown > a {
	align-items: center;
	display: inline-flex;
	gap: 7px;
}

.s2f-menu-item--has-dropdown > a span {
	color: var(--s2f-green);
	font-size: 0.9rem;
	font-weight: 950;
	line-height: 1;
	transform: translateY(-1px);
}

.s2f-menu a:hover,
.s2f-menu a:focus-visible {
	background: var(--s2f-ink);
	color: var(--s2f-white);
}

.s2f-submenu {
	background: rgba(247, 245, 239, 0.92);
	backdrop-filter: blur(24px) saturate(170%);
	border: 1px solid rgba(255, 255, 255, 0.46);
	border-radius: 8px;
	box-shadow: 0 18px 70px rgba(0, 0, 0, 0.18);
	left: 0;
	list-style: none;
	margin: 0;
	min-width: 278px;
	opacity: 0;
	padding: 8px;
	pointer-events: none;
	position: absolute;
	top: calc(100% + 12px);
	transform: translateY(-6px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.s2f-menu-item--has-dropdown:hover .s2f-submenu,
.s2f-menu-item--has-dropdown:focus-within .s2f-submenu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.s2f-submenu::before {
	content: "";
	height: 14px;
	left: 0;
	position: absolute;
	right: 0;
	top: -14px;
}

.s2f-submenu a {
	padding: 12px;
}

.s2f-submenu strong,
.s2f-submenu em {
	display: block;
}

.s2f-submenu strong {
	font-size: 0.94rem;
	line-height: 1.2;
}

.s2f-submenu em {
	color: var(--s2f-muted);
	font-size: 0.78rem;
	font-style: normal;
	font-weight: 650;
	margin-top: 4px;
}

.s2f-submenu a:hover em,
.s2f-submenu a:focus-visible em {
	color: rgba(255, 255, 255, 0.72);
}

.s2f-header-cta {
	align-items: center;
	background: var(--s2f-ink);
	border-radius: 8px;
	color: var(--s2f-white);
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 860;
	justify-content: center;
	min-height: 40px;
	padding: 9px 14px;
	text-decoration: none;
}

.s2f-header-cta:hover,
.s2f-header-cta:focus-visible {
	background: var(--s2f-green);
	color: var(--s2f-ink);
}

.s2f-nav-toggle {
	align-items: center;
	background: var(--s2f-ink);
	border: 0;
	border-radius: 8px;
	display: none;
	height: 44px;
	justify-content: center;
	padding: 0;
	width: 44px;
}

.s2f-nav-toggle span:not(.screen-reader-text) {
	background: var(--s2f-white);
	border-radius: 999px;
	display: block;
	height: 2px;
	position: absolute;
	width: 18px;
}

.s2f-nav-toggle span:nth-child(1) {
	transform: translateY(-6px);
}

.s2f-nav-toggle span:nth-child(3) {
	transform: translateY(6px);
}

.s2f-site-main {
	min-height: 70vh;
}

body:not(.home) .s2f-site-main {
	padding-top: 112px;
}

.s2f-hero {
	background: var(--s2f-ink);
	color: var(--s2f-white);
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	min-height: 100vh;
	overflow: hidden;
	padding: clamp(120px, 15vh, 190px) max(20px, calc((100vw - 1320px) / 2)) clamp(64px, 8vw, 110px);
	position: relative;
}

.s2f-hero::after {
	background: linear-gradient(180deg, rgba(11, 13, 15, 0.18), rgba(11, 13, 15, 0) 38%, rgba(11, 13, 15, 0.36));
	bottom: 0;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 4;
}

.s2f-hero__media {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.s2f-hero__media video {
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: filter 1400ms ease, transform 1400ms ease;
	width: 100%;
}

.s2f-hero__scrim {
	background:
		linear-gradient(90deg, rgba(11, 13, 15, 0.88), rgba(11, 13, 15, 0.56) 38%, rgba(11, 13, 15, 0.2) 72%),
		linear-gradient(180deg, rgba(11, 13, 15, 0.48), rgba(11, 13, 15, 0.12) 46%, rgba(11, 13, 15, 0.74));
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.s2f-hero__navy-hold {
	background: var(--s2f-hero-navy);
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 1500ms ease;
	z-index: 2;
}

.s2f-hero__brand-mark {
	bottom: 0;
	filter: drop-shadow(0 18px 44px rgba(0, 0, 0, 0.3));
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: center top;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 1500ms ease, transform 1800ms ease;
	transform: translateY(12px) scale(0.995);
	width: 100%;
	z-index: 3;
}

.s2f-hero.is-hero-ending .s2f-hero__media video {
	filter: saturate(0.8) brightness(0.72);
	transform: scale(1.012);
}

.s2f-hero.is-hero-ending .s2f-hero__navy-hold {
	opacity: 0.72;
}

.s2f-hero.is-brand-hold .s2f-hero__navy-hold,
.s2f-hero.is-brand-pause .s2f-hero__navy-hold {
	opacity: 1;
}

.s2f-hero.is-hero-ending .s2f-hero__brand-mark {
	opacity: 0.34;
	transform: translateY(0) scale(1);
}

.s2f-hero.is-brand-hold .s2f-hero__brand-mark,
.s2f-hero.is-brand-pause:not(.is-brand-fadeout) .s2f-hero__brand-mark {
	opacity: 0.7;
	transform: translateY(0) scale(1);
}

.s2f-hero.is-brand-fadeout .s2f-hero__brand-mark {
	opacity: 0;
	transform: translateY(-4px) scale(1.004);
}

.s2f-hero__inner {
	position: relative;
	transition: opacity 1200ms ease, transform 1200ms ease;
	z-index: 5;
}

.s2f-hero__inner {
	align-self: center;
	max-width: 850px;
}

.s2f-hero.is-hero-ending .s2f-hero__inner {
	opacity: 0.34;
	transform: translateY(-6px);
}

.s2f-hero.is-brand-hold .s2f-hero__inner,
.s2f-hero.is-brand-pause .s2f-hero__inner {
	opacity: 0.14;
}

.s2f-kicker {
	color: var(--s2f-yellow);
	font-size: clamp(1.25rem, 2.1vw, 1.9rem);
	font-weight: 650;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 14px;
	text-transform: none;
}

.s2f-hero__title {
	font-size: clamp(3.8rem, 8.3vw, 7.75rem);
	font-weight: 920;
	letter-spacing: 0;
	line-height: 0.9;
	margin: 0;
	max-width: 760px;
}

.s2f-hero__lead {
	color: rgba(255, 255, 255, 0.82);
	font-family: "Rokkitt", Georgia, serif;
	font-size: clamp(1.08rem, 1.6vw, 1.28rem);
	font-weight: 400;
	line-height: 1.32;
	margin: 24px 0 0;
	max-width: 640px;
}

.s2f-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.wp-block-button__link,
.s2f-inline-button {
	align-items: center;
	border-radius: 8px;
	display: inline-flex;
	font-size: 0.96rem;
	font-weight: 850;
	justify-content: center;
	min-height: 46px;
	padding: 12px 18px;
	text-decoration: none;
}

.wp-block-button.is-style-fill .wp-block-button__link,
.wp-block-button:not(.is-style-outline) .wp-block-button__link,
.s2f-inline-button {
	background: var(--s2f-yellow);
	color: var(--s2f-ink);
}

.wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.4);
	color: var(--s2f-white);
}

.s2f-intro,
.s2f-programs,
.s2f-proof,
.s2f-cta {
	padding: clamp(64px, 8vw, 112px) max(20px, calc((100vw - 1120px) / 2));
}

.s2f-intro {
	background: var(--s2f-cream);
}

.s2f-section-title {
	font-size: clamp(2.4rem, 4.8vw, 5rem);
	font-weight: 920;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0;
	max-width: 880px;
}

.s2f-section-lead {
	color: var(--s2f-muted);
	font-size: 1.16rem;
	margin: 18px 0 0;
	max-width: 660px;
}

.s2f-feature-grid,
.s2f-card-grid,
.s2f-proof__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 42px;
}

.s2f-feature,
.s2f-card {
	border: 1px solid var(--s2f-line);
	border-radius: 8px;
	min-height: 230px;
	padding: 26px;
}

.s2f-feature {
	background: var(--s2f-white);
	display: flex;
	flex-direction: column;
}

.s2f-feature h3,
.s2f-card h3 {
	font-size: 1.5rem;
	line-height: 1;
	margin: 0 0 12px;
}

.s2f-feature p,
.s2f-card p {
	color: var(--s2f-muted);
	font-family: "Rokkitt", Georgia, serif;
	font-size: 1.08rem;
	margin: 0;
}

.s2f-mini-cta {
	align-items: center;
	align-self: flex-start;
	background: var(--s2f-yellow);
	border: 0;
	border-radius: 8px;
	color: var(--s2f-ink);
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 900;
	justify-content: center;
	line-height: 1;
	margin-top: auto;
	min-height: 42px;
	padding: 11px 16px;
	text-decoration: none;
}

.s2f-programs {
	background: var(--s2f-ink);
	color: var(--s2f-white);
}

.s2f-card {
	background: #15191e;
	border-color: rgba(255, 255, 255, 0.12);
	color: var(--s2f-white);
}

.s2f-card span {
	color: var(--s2f-yellow);
	display: block;
	font-size: 0.88rem;
	font-weight: 900;
	margin-bottom: 42px;
}

.s2f-card p {
	color: rgba(255, 255, 255, 0.7);
}

.s2f-card--accent {
	background: var(--s2f-green);
	color: var(--s2f-ink);
}

.s2f-card--accent span,
.s2f-card--accent p {
	color: var(--s2f-ink);
}

.s2f-partners-page {
	isolation: isolate;
	overflow: visible;
	padding-bottom: clamp(72px, 9vw, 128px);
	position: relative;
	width: min(1120px, calc(100vw - 40px));
}

.s2f-partners-page > * {
	position: relative;
	z-index: 1;
}

.s2f-project-page .s2f-site-main {
	overflow: hidden;
	position: relative;
}

.s2f-project-page .s2f-site-main::after {
	background-image: url("assets/images/section-bckgr.svg");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	height: min(62vw, 620px);
	opacity: 0.13;
	pointer-events: none;
	position: absolute;
	right: max(-120px, -7vw);
	width: min(58vw, 760px);
	z-index: 0;
}

.s2f-project-page .s2f-page {
	position: relative;
	z-index: 1;
}

.s2f-partner-showcase {
	display: grid;
	gap: 34px;
	grid-template-columns: repeat(3, minmax(240px, 1fr));
	margin-top: 52px;
	padding: 4px;
}

.s2f-partner-logo {
	align-items: center;
	aspect-ratio: 1.85 / 1;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid var(--s2f-line);
	border-radius: 8px;
	box-shadow: 0 14px 40px rgba(11, 13, 15, 0.06);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 150px;
	padding: 24px;
	text-align: center;
	transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.s2f-partner-logo:hover,
.s2f-partner-logo:focus-within {
	background: var(--s2f-navy);
	border-color: rgba(255, 255, 255, 0.2);
	box-shadow: 0 24px 70px rgba(51, 55, 88, 0.24);
	transform: translateY(-5px);
}

.s2f-partner-logo strong {
	color: var(--s2f-navy);
	font-size: clamp(1.35rem, 2.2vw, 2.15rem);
	font-weight: 920;
	line-height: 1;
}

.s2f-partner-logo:hover strong,
.s2f-partner-logo:focus-within strong {
	color: var(--s2f-yellow);
}

.s2f-partner-logo span {
	color: var(--s2f-muted);
	display: block;
	font-size: 0.9rem;
	font-weight: 720;
	line-height: 1.25;
	margin-top: 12px;
	max-width: 100%;
	overflow-wrap: anywhere;
}

.s2f-partner-logo:hover span,
.s2f-partner-logo:focus-within span {
	color: rgba(255, 255, 255, 0.78);
}

.s2f-proof {
	background: var(--s2f-yellow);
	color: var(--s2f-ink);
}

.s2f-proof__grid {
	margin-top: 0;
}

.s2f-proof__grid .wp-block-column {
	border-left: 2px solid rgba(11, 13, 15, 0.22);
	padding: 8px 0 8px 24px;
}

.s2f-proof strong {
	display: block;
	font-size: clamp(2.8rem, 5vw, 5.6rem);
	font-weight: 920;
	line-height: 0.9;
}

.s2f-proof strong span {
	display: inline;
	font-size: inherit;
	font-weight: inherit;
	margin-top: 0;
	max-width: none;
}

.s2f-proof__grid .wp-block-column > span {
	display: block;
	font-size: 1rem;
	font-weight: 800;
	margin-top: 12px;
	max-width: 260px;
}

.s2f-cta {
	background:
		linear-gradient(120deg, rgba(69, 179, 93, 0.18), rgba(255, 180, 0, 0.18)),
		var(--s2f-cream);
	text-align: center;
}

.s2f-cta h2 {
	font-size: clamp(2.3rem, 5vw, 5.2rem);
	font-weight: 920;
	letter-spacing: 0;
	line-height: 0.96;
	margin: 0 auto;
	max-width: 900px;
}

.s2f-cta p {
	color: var(--s2f-muted);
	font-size: 1.12rem;
	margin: 22px auto 0;
	max-width: 620px;
}

.s2f-cta .wp-block-buttons {
	justify-content: center;
	margin-top: 30px;
}

.s2f-page,
.s2f-article,
.s2f-listing {
	margin: 0 auto;
	max-width: var(--s2f-max);
	padding: clamp(56px, 7vw, 92px) 0;
}

.s2f-page-header {
	margin-bottom: 32px;
}

.s2f-page-header h1 {
	font-size: clamp(2.6rem, 6vw, 6rem);
	font-weight: 920;
	letter-spacing: 0;
	line-height: 0.95;
	margin: 0;
}

.s2f-content {
	font-size: 1.06rem;
	max-width: 760px;
}

.s2f-content > * + * {
	margin-top: 1.2em;
}

.s2f-content h2,
.s2f-content h3 {
	line-height: 1.08;
}

.s2f-featured-image {
	border-radius: 8px;
	margin: 0 0 34px;
	overflow: hidden;
}

.s2f-post-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.s2f-post-card {
	background: var(--s2f-white);
	border: 1px solid var(--s2f-line);
	border-radius: 8px;
	overflow: hidden;
}

.s2f-post-card > div {
	padding: 24px;
}

.s2f-post-card__image {
	aspect-ratio: 16 / 9;
	background: var(--s2f-ink);
	display: block;
	overflow: hidden;
}

.s2f-post-card__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.s2f-post-card__meta {
	color: var(--s2f-muted);
	font-size: 0.88rem;
	font-weight: 800;
	margin: 0 0 10px;
}

.s2f-post-card h2 {
	font-size: 1.5rem;
	line-height: 1.08;
	margin: 0 0 12px;
}

.s2f-post-card h2 a {
	text-decoration: none;
}

.s2f-site-footer {
	align-items: end;
	background: var(--s2f-ink);
	color: var(--s2f-white);
	display: grid;
	gap: 28px;
	grid-template-columns: 1fr auto;
	padding: 48px max(20px, calc((100vw - 1320px) / 2));
}

.s2f-footer__brand img {
	margin-bottom: 18px;
	width: 230px;
}

.s2f-footer__brand p,
.s2f-footer__meta {
	color: rgba(255, 255, 255, 0.66);
	font-family: "Rokkitt", Georgia, serif;
	font-size: 1.02rem;
	margin: 0;
}

.s2f-footer__nav {
	justify-self: end;
}

.s2f-footer-menu a {
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.92rem;
	font-weight: 780;
	text-decoration: none;
}

.s2f-footer__meta {
	grid-column: 1 / -1;
}

@media (max-width: 860px) {
	.s2f-site-header {
		left: 10px;
		right: 10px;
		top: 10px;
	}

	.s2f-secondary-nav {
		display: none;
	}

	.s2f-header-main {
		min-height: 62px;
		padding: 10px 10px 10px 14px;
	}

	.s2f-nav-toggle {
		display: inline-flex;
		position: relative;
		z-index: 70;
	}

	.s2f-primary-nav {
		background: var(--s2f-ink);
		bottom: 0;
		color: var(--s2f-white);
		flex-direction: column;
		justify-content: flex-start;
		left: 0;
		opacity: 0;
		padding: 110px 20px 32px;
		pointer-events: none;
		position: fixed;
		right: 0;
		top: 0;
		transform: translateY(-8px);
		transition: opacity 180ms ease, transform 180ms ease;
		z-index: 55;
	}

	.s2f-primary-nav.is-open {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.s2f-menu {
		align-items: stretch;
		flex-direction: column;
		gap: 8px;
		width: 100%;
	}

	.s2f-menu a {
		color: var(--s2f-white);
		font-size: 1.45rem;
		padding: 14px 0;
	}

	.s2f-menu-item--has-dropdown > a {
		align-items: baseline;
		justify-content: space-between;
		width: 100%;
	}

	.s2f-submenu {
		background: transparent;
		backdrop-filter: none;
		border: 0;
		box-shadow: none;
		margin-top: 2px;
		min-width: 0;
		opacity: 1;
		padding: 0 0 0 14px;
		pointer-events: auto;
		position: static;
		transform: none;
	}

	.s2f-submenu::before {
		display: none;
	}

	.s2f-submenu a {
		color: rgba(255, 255, 255, 0.82);
		padding: 10px 0;
	}

	.s2f-submenu strong {
		font-size: 1.06rem;
	}

	.s2f-submenu em {
		color: rgba(255, 255, 255, 0.52);
		font-size: 0.8rem;
	}

	.s2f-header-cta {
		background: var(--s2f-yellow);
		color: var(--s2f-ink);
		font-size: 1.1rem;
		margin-top: 18px;
		width: 100%;
	}

	.s2f-hero {
		min-height: 100vh;
		padding-top: 138px;
	}

	.s2f-hero__brand-mark {
		bottom: 0;
		height: 100%;
		left: 0;
		object-position: center top;
		right: 0;
		top: 0;
		width: 100%;
	}

	.s2f-feature-grid,
	.s2f-card-grid,
	.s2f-proof__grid,
	.s2f-partner-showcase,
	.s2f-post-grid {
		grid-template-columns: 1fr;
	}

	.s2f-site-footer {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.s2f-footer__nav {
		justify-self: start;
	}

	.s2f-footer-menu {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 560px) {
	:root {
		--s2f-max: min(100vw - 28px, 1120px);
	}

	.s2f-site-header {
		min-height: 68px;
		padding-left: 14px;
		padding-right: 14px;
	}

	.s2f-brand,
	.s2f-brand img,
	.s2f-brand .custom-logo {
		width: 146px;
	}

	.s2f-hero,
	.s2f-intro,
	.s2f-programs,
	.s2f-proof,
	.s2f-cta {
		padding-left: 14px;
		padding-right: 14px;
	}

	.s2f-hero__title {
		font-size: 3.25rem;
	}

	.s2f-section-title,
	.s2f-cta h2,
	.s2f-page-header h1 {
		font-size: 2.35rem;
	}

	.s2f-actions .wp-block-button,
	.s2f-actions .wp-block-button__link {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.s2f-hero__media video {
		animation: none;
	}
}
