/*
Theme Name: Familie-Opskrifter
Theme URI: https://familie-opskrifter.dk/
Description: Et varmt og letlæseligt WordPress-tema til klassiske familieopskrifter.
Author: Digitalis
Template: astra
Version: 3.2.5
Text Domain: familie-opskrifter
*/

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

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

@font-face {
	font-family: "Open Sans";
	src: url("assets/fonts/open-sans-700.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

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

:root {
	--fm-bg: #fbf9f8;
	--fm-surface: #ffffff;
	--fm-ink: #18221d;
	--fm-muted: #657169;
	--fm-green: #1f5b42;
	--fm-green-dark: #153e2e;
	--fm-green-soft: #ffffff;
	--fm-salmon: #e6816d;
	--fm-salmon-soft: #fae9e5;
	--fm-sand: #faefeb;
	--fm-accent: #bf5648;
	--fm-accent-dark: #a8473b;
	--fm-line: #e3dfdc;
	--fm-radius: 18px;
	--fm-shadow: 0 18px 45px rgba(24, 37, 29, 0.08);
	--fm-wrap: min(1180px, calc(100% - 48px));
	--fm-text: min(760px, 100%);
}

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

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	overflow-x: hidden;
	background: var(--fm-bg);
	color: var(--fm-ink);
	font-family: "Open Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

body.menu-open {
	overflow: hidden;
}

body,
button,
input,
select,
textarea {
	font-family: "Open Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Open Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

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

a {
	color: var(--fm-green);
	text-underline-offset: 0.18em;
}

a:hover {
	color: var(--fm-green-dark);
}

h1,
h2,
h3,
h4 {
	margin: 0 0 0.55em;
	color: var(--fm-ink);
	font-family: "Open Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.035em;
}

h1 {
	font-size: clamp(2.8rem, 6vw, 5.7rem);
}

h2 {
	font-size: clamp(2rem, 4vw, 3.35rem);
}

h3 {
	font-size: clamp(1.25rem, 2vw, 1.55rem);
}

p {
	margin: 0 0 1em;
}

button,
input,
select,
textarea {
	font-size: 1rem;
}

:focus-visible {
	outline: 3px solid rgba(198, 111, 67, 0.5);
	outline-offset: 3px;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	z-index: 100000;
	top: 8px;
	left: 8px;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto;
	background: #fff;
	color: var(--fm-ink);
}

.fm-wrap {
	width: var(--fm-wrap);
	margin-inline: auto;
}

.fm-kicker {
	margin: 0 0 14px;
	color: var(--fm-accent);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.fm-lead {
	max-width: 700px;
	color: #566057;
	font-size: clamp(1.06rem, 1.6vw, 1.28rem);
	line-height: 1.65;
}

.dashicons {
	width: 1em;
	height: 1em;
	font-size: 1.15em;
	line-height: 1;
}

/* Header */
.fm-site-header {
	position: sticky;
	z-index: 100;
	top: 0;
	border-bottom: 1px solid var(--fm-salmon-soft);
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(14px);
}

.fm-topbar {
	background: var(--fm-accent);
	color: #fff;
}

.fm-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-height: 34px;
	gap: 18px;
}

.fm-topbar__links {
	display: flex;
	align-items: center;
	gap: 16px;
}

.fm-topbar a {
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.76rem;
	font-weight: 700;
	text-decoration: none;
}

.fm-topbar a:hover,
.fm-topbar a:focus-visible {
	color: #fff;
	text-decoration: underline;
}

.fm-topbar__account {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.fm-topbar__separator {
	color: rgba(255, 255, 255, 0.48);
	font-size: 0.8rem;
	user-select: none;
}

.fm-topbar__account .dashicons {
	font-size: 16px;
}

.fm-mobile-utility {
	display: none;
}

.admin-bar .fm-site-header {
	top: 32px;
}

.fm-header-inner {
	display: flex;
	align-items: center;
	min-height: 76px;
	gap: 40px;
}

.fm-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--fm-ink);
	font-weight: 780;
	letter-spacing: -0.035em;
	text-decoration: none;
}

.fm-brand:hover {
	color: var(--fm-ink);
}

.fm-brand-mark {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border-radius: 10px;
	background: var(--fm-green);
	color: #fff;
	font-family: Georgia, serif;
	font-size: 1.15rem;
	font-weight: 700;
}

.fm-brand-text {
	font-size: 1.1rem;
}

.fm-brand-logo {
	width: 224px;
	height: auto;
	max-height: 62px;
}

.fm-main-nav {
	display: flex;
	align-items: center;
	flex: 1;
	gap: 18px;
}

.fm-main-nav ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	gap: 2px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fm-main-nav li {
	margin: 0;
}

.fm-main-nav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 8px 13px;
	border-radius: 10px;
	color: #3f4941;
	font-size: 0.91rem;
	font-weight: 680;
	text-decoration: none;
}

.fm-main-nav a:hover,
.fm-main-nav a[aria-current="page"] {
	background: var(--fm-salmon-soft);
	color: var(--fm-accent-dark);
}

.fm-nav-search {
	gap: 8px;
	flex: 0 0 auto;
	padding: 9px 14px !important;
	border: 1px solid var(--fm-green);
	background: var(--fm-green);
	color: #fff !important;
	font-weight: 750 !important;
	box-shadow: 0 4px 12px rgba(31, 91, 66, 0.16);
}

.fm-nav-search:hover,
.fm-nav-search:focus-visible {
	border-color: var(--fm-green-dark) !important;
	background: var(--fm-green-dark) !important;
	color: #fff !important;
}

.fm-nav-search .dashicons {
	font-size: 18px;
	width: 18px;
	height: 18px;
}

.fm-menu-toggle {
	display: none;
	width: 46px;
	height: 46px;
	margin-left: auto;
	padding: 11px;
	border: 1px solid var(--fm-line);
	border-radius: 11px;
	background: #fff;
	color: var(--fm-ink);
}

.fm-menu-toggle > span:not(.screen-reader-text) {
	display: block;
	height: 2px;
	margin: 5px 0;
	background: currentColor;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.fm-menu-toggle[aria-expanded="true"] > span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.fm-menu-toggle[aria-expanded="true"] > span:nth-child(2) {
	opacity: 0;
}

.fm-menu-toggle[aria-expanded="true"] > span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

/* Buttons and links */
.fm-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 50px;
	padding: 12px 20px;
	border: 1px solid var(--fm-accent);
	border-radius: 12px;
	background: var(--fm-accent);
	color: #fff;
	font-weight: 720;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.fm-button:hover {
	border-color: var(--fm-accent-dark);
	background: var(--fm-accent-dark);
	color: #fff;
	transform: translateY(-1px);
}

.fm-button--secondary {
	border-color: #cad2cb;
	background: #fff;
	color: var(--fm-green-dark);
}

.fm-button--secondary:hover {
	border-color: var(--fm-green);
	background: var(--fm-green-soft);
	color: var(--fm-green-dark);
}

.fm-text-link,
.fm-footer-link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: var(--fm-green);
	font-weight: 720;
	text-decoration: none;
}

.fm-text-link:hover,
.fm-footer-link:hover {
	text-decoration: underline;
}

.fm-text-button {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--fm-green);
	font-weight: 720;
	text-decoration: underline;
	text-underline-offset: 0.2em;
	cursor: pointer;
}

/* Home */
.fm-home-hero {
	padding: clamp(42px, 7vw, 90px) 0;
	background: var(--fm-bg);
}

.fm-home-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.86fr);
	align-items: center;
	gap: clamp(46px, 7vw, 100px);
}

.fm-home-hero__copy h1 {
	max-width: 760px;
}

.fm-home-hero__copy .fm-lead {
	max-width: 720px;
}

.fm-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.fm-hero-promise {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 24px 0 0;
	color: var(--fm-muted);
	font-size: 0.88rem;
}

.fm-hero-promise .dashicons {
	color: var(--fm-green);
}

.fm-home-hero__image {
	position: relative;
	padding: 0 0 28px 28px;
}

.fm-home-hero__image::before {
	position: absolute;
	inset: 28px 28px 0 0;
	content: "";
	border-radius: 28px;
	background: var(--fm-green-soft);
}

.fm-home-hero__image img {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 4.6;
	border-radius: 28px;
	object-fit: cover;
	box-shadow: var(--fm-shadow);
}

.fm-hero-note {
	position: absolute;
	right: -20px;
	bottom: 0;
	width: min(280px, 75%);
	padding: 17px 19px;
	border: 1px solid var(--fm-line);
	border-radius: 14px;
	background: #fff;
	box-shadow: var(--fm-shadow);
}

.fm-hero-note span {
	display: block;
	margin-bottom: 4px;
	color: var(--fm-accent);
	font-size: 0.72rem;
	font-weight: 780;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.fm-hero-note strong {
	display: block;
	font-size: 0.94rem;
	line-height: 1.35;
}

.fm-intro-options {
	padding: 0 0 88px;
}

.fm-option-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.fm-option-card {
	position: relative;
	min-height: 300px;
	padding: 30px;
	overflow: hidden;
	border: 1px solid var(--fm-line);
	border-radius: var(--fm-radius);
	background: #fff;
	color: var(--fm-ink);
	text-decoration: none;
	transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.fm-option-card:hover {
	border-color: #b8c7bc;
	color: var(--fm-ink);
	box-shadow: 0 14px 34px rgba(24, 37, 29, 0.07);
	transform: translateY(-2px);
}

.fm-option-card__icon {
	display: grid;
	width: 54px;
	height: 54px;
	margin-bottom: 36px;
	place-items: center;
	border-radius: 15px;
	background: var(--fm-green-soft);
	color: var(--fm-green);
}

.fm-option-card__icon .dashicons {
	font-size: 1.55rem;
}

.fm-option-card__number {
	position: absolute;
	top: 25px;
	right: 28px;
	color: #cdd3ce;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.fm-option-card h3 {
	margin-bottom: 10px;
}

.fm-option-card p {
	color: var(--fm-muted);
	font-size: 0.95rem;
}

.fm-option-card > strong {
	position: absolute;
	bottom: 26px;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: var(--fm-green);
	font-size: 0.9rem;
}

.fm-section {
	padding: 88px 0;
	background: var(--fm-surface);
}

.fm-section--compact {
	padding: 54px 0;
}

.fm-section--tint {
	background: var(--fm-green-soft);
}

.fm-section-heading,
.fm-results-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 30px;
}

.fm-section-heading > div,
.fm-results-heading > div {
	max-width: 760px;
}

.fm-section-heading h2,
.fm-results-heading h2 {
	margin-bottom: 0;
}

.fm-facts-promo {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	align-items: center;
	gap: clamp(40px, 7vw, 100px);
}

.fm-facts-promo > div:first-child {
	max-width: 580px;
}

.fm-facts-promo .fm-button {
	margin-top: 15px;
}

.fm-mini-facts {
	display: grid;
	gap: 10px;
}

.fm-mini-facts > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 20px 22px;
	border: 1px solid #cedacf;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.72);
}

.fm-mini-facts span {
	color: var(--fm-muted);
}

.fm-mini-facts strong {
	font-size: 1.06rem;
}

/* Home page hero slider */
.fm-hero-slider {
	position: relative;
	min-height: clamp(680px, 82vh, 820px);
	overflow: hidden;
	background: var(--fm-green-dark);
	isolation: isolate;
}

.fm-hero-slider__track,
.fm-hero-slide {
	position: absolute;
	inset: 0;
}

.fm-hero-slide {
	display: grid;
	align-items: center;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	background: var(--fm-green-dark);
	pointer-events: none;
	transition: opacity 0.85s ease, visibility 0s linear 0.85s;
}

.fm-hero-slide.is-active {
	z-index: 2;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition-delay: 0s;
}

.fm-hero-slide::before,
.fm-hero-slide::after {
	position: absolute;
	inset: 0;
	content: "";
	pointer-events: none;
}

.fm-hero-slide::before {
	background-position: center;
	background-size: cover;
	transform: scale(1.035);
	transition: transform 6s ease-out;
}

.fm-hero-slide.is-active::before {
	transform: scale(1);
}

.fm-hero-slide::after {
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(9, 37, 27, 0.94) 0%, rgba(9, 37, 27, 0.82) 46%, rgba(9, 37, 27, 0.28) 78%, rgba(9, 37, 27, 0.12) 100%),
		linear-gradient(0deg, rgba(6, 26, 18, 0.4), transparent 42%);
}

.fm-hero-slide--welcome {
	background:
		radial-gradient(circle at 78% 35%, rgba(230, 129, 109, 0.3), transparent 33%),
		linear-gradient(118deg, #153e2e 0%, #1f5b42 59%, #335f4e 100%);
}

.fm-hero-slide--welcome::after {
	background:
		linear-gradient(90deg, rgba(13, 52, 38, 0.66) 0%, rgba(13, 52, 38, 0.28) 54%, transparent 75%),
		linear-gradient(0deg, rgba(6, 28, 19, 0.32), transparent 36%);
}

.fm-hero-slide--inspiration::before {
	background-image: url("assets/images/familieopskrifter-hero.webp");
	background-position: center 52%;
}

.fm-hero-slide--facts::before {
	background-image: url("assets/images/fakta-kernetemperaturer-banner.webp");
	background-position: center 48%;
}

.fm-hero-slide__inner {
	position: relative;
	z-index: 3;
	min-height: inherit;
	display: grid;
	align-items: center;
	padding: 88px 0 145px;
}

.fm-hero-slide--welcome .fm-hero-slide__inner {
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
	gap: clamp(28px, 5vw, 78px);
}

.fm-hero-slide__copy {
	max-width: 770px;
	color: rgba(255, 255, 255, 0.88);
}

.fm-hero-slide .fm-kicker {
	color: #f3b3a7;
}

.fm-hero-slide h1 {
	max-width: 780px;
	margin-bottom: 24px;
	color: #fff;
	font-size: clamp(3rem, 5.4vw, 5.35rem);
	line-height: 1.01;
	text-wrap: balance;
}

.fm-hero-slide--welcome h1 {
	font-size: clamp(2.8rem, 4.7vw, 4.7rem);
}

.fm-hero-slide .fm-lead {
	max-width: 720px;
	margin-bottom: 31px;
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(1.04rem, 1.45vw, 1.2rem);
	line-height: 1.65;
}

.fm-hero-slide__illustration {
	position: relative;
	align-self: center;
}

.fm-hero-slide__illustration::before {
	position: absolute;
	inset: 10% 8%;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	content: "";
	filter: blur(18px);
}

.fm-hero-slide__illustration img {
	position: relative;
	width: min(100%, 510px);
	height: auto;
	margin-inline: auto;
	filter: drop-shadow(0 25px 40px rgba(6, 30, 20, 0.28));
}

.fm-hero-slider__controls {
	position: absolute;
	z-index: 8;
	right: 50%;
	bottom: 86px;
	display: none;
	align-items: center;
	gap: 10px;
	padding: 7px;
	transform: translateX(50%);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(12, 42, 31, 0.54);
	box-shadow: 0 12px 34px rgba(5, 25, 17, 0.2);
	backdrop-filter: blur(12px);
}

.fm-has-js .fm-hero-slider__controls {
	display: flex;
}

.fm-hero-slider__arrow,
.fm-hero-slider__toggle,
.fm-hero-slider__dots button {
	display: grid;
	place-items: center;
	border: 0;
	color: #fff;
	cursor: pointer;
}

.fm-hero-slider__arrow,
.fm-hero-slider__toggle {
	width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	font-size: 1rem;
	transition: background 0.2s ease, transform 0.2s ease;
}

.fm-hero-slider__arrow:hover,
.fm-hero-slider__toggle:hover {
	background: var(--fm-accent);
	transform: translateY(-1px);
}

.fm-hero-slider__dots {
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 0 5px;
}

.fm-hero-slider__dots button {
	width: 9px;
	height: 9px;
	padding: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.46);
	transition: width 0.28s ease, background 0.28s ease;
}

.fm-hero-slider__dots button.is-active {
	width: 28px;
	background: var(--fm-salmon);
}

.fm-hero-slider__arrow:focus-visible,
.fm-hero-slider__toggle:focus-visible,
.fm-hero-slider__dots button:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 2px;
}

.fm-hero-slider__toggle-icon {
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: -0.08em;
}

.fm-button--hero {
	min-height: 56px;
	padding-inline: 24px;
	box-shadow: 0 12px 30px rgba(86, 37, 4, 0.24);
}

/* Focused front page */
.fm-simple-hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 79% 24%, rgba(230, 129, 109, 0.2), transparent 28%),
		linear-gradient(135deg, #fffaf7 0%, #fae9e5 100%);
}

.fm-simple-hero::before,
.fm-simple-hero::after {
	position: absolute;
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.fm-simple-hero::before {
	top: -150px;
	right: -80px;
	width: 430px;
	height: 430px;
	border: 1px solid rgba(230, 129, 109, 0.2);
}

.fm-simple-hero::after {
	bottom: -190px;
	left: -130px;
	width: 440px;
	height: 440px;
	background: rgba(31, 91, 66, 0.05);
}

.fm-simple-hero__inner {
	position: relative;
	z-index: 1;
	min-height: clamp(650px, 78vh, 780px);
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
	align-items: center;
	gap: clamp(35px, 7vw, 100px);
	padding: 80px 0 125px;
}

.fm-simple-hero__copy {
	max-width: 720px;
}

.fm-simple-hero .fm-kicker {
	color: var(--fm-accent-dark);
}

.fm-simple-hero h1 {
	max-width: 760px;
	margin-bottom: 25px;
	color: var(--fm-green-dark);
	font-size: clamp(2.9rem, 5.2vw, 5.15rem);
	text-wrap: balance;
}

.fm-simple-hero .fm-lead {
	max-width: 680px;
	margin-bottom: 31px;
	color: #4f5e55;
	font-size: clamp(1.05rem, 1.5vw, 1.22rem);
	line-height: 1.68;
}

.fm-simple-hero__illustration {
	position: relative;
}

.fm-simple-hero__illustration::before {
	position: absolute;
	inset: 12% 7% 8%;
	border-radius: 45% 55% 48% 52%;
	background: rgba(255, 255, 255, 0.64);
	box-shadow: 0 30px 70px rgba(50, 87, 69, 0.12);
	content: "";
	transform: rotate(-3deg);
}

.fm-simple-hero__illustration img {
	position: relative;
	width: min(100%, 560px);
	height: auto;
	margin-inline: auto;
	filter: drop-shadow(0 24px 36px rgba(27, 69, 50, 0.13));
}

.fm-home-paths {
	position: relative;
	z-index: 5;
	margin-top: -58px;
	padding-bottom: 86px;
}

.fm-home-paths__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.fm-path-card {
	position: relative;
	min-height: 240px;
	display: flex;
	flex-direction: column;
	padding: 28px;
	overflow: hidden;
	border: 1px solid rgba(220, 229, 223, 0.9);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 20px 50px rgba(17, 49, 35, 0.1);
	color: var(--fm-ink);
	text-decoration: none;
	transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.fm-path-card::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 88px;
	height: 88px;
	border-radius: 0 0 0 100%;
	background: var(--fm-green-soft);
	content: "";
	opacity: 0.6;
}

.fm-path-card:hover {
	border-color: #b8cabe;
	box-shadow: 0 24px 58px rgba(17, 49, 35, 0.14);
	color: var(--fm-ink);
	transform: translateY(-5px);
}

.fm-path-card__icon {
	position: relative;
	z-index: 1;
	display: grid;
	width: 50px;
	height: 50px;
	margin-bottom: 23px;
	place-items: center;
	border-radius: 14px;
	background: var(--fm-green);
	color: #fff;
}

.fm-path-card__icon .dashicons {
	font-size: 1.42rem;
}

.fm-path-card__copy {
	display: grid;
	gap: 8px;
}

.fm-path-card__copy strong {
	font-size: 1.2rem;
	letter-spacing: -0.025em;
}

.fm-path-card__copy small {
	color: var(--fm-muted);
	font-size: 0.87rem;
	line-height: 1.55;
}

.fm-path-card__action {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin-top: auto;
	padding-top: 20px;
	color: var(--fm-accent-dark);
	font-size: 0.84rem;
	font-weight: 750;
}

.fm-home-paths--images {
	margin-top: -72px;
	padding-bottom: 105px;
}

.fm-path-card--image {
	min-height: 485px;
	padding: 0;
	border-color: rgba(227, 223, 220, 0.95);
	background: #fff;
}

.fm-path-card--image::after {
	display: none;
}

.fm-path-card__image {
	position: relative;
	display: block;
	height: 230px;
	overflow: hidden;
	background: var(--fm-salmon-soft);
}

.fm-path-card__image::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 60%, rgba(16, 44, 32, 0.16));
	content: "";
	pointer-events: none;
}

.fm-path-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.fm-path-card--image:hover .fm-path-card__image img {
	transform: scale(1.045);
}

.fm-path-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 27px 28px 29px;
}

.fm-path-card--image .fm-path-card__copy strong {
	color: var(--fm-green-dark);
	font-size: 1.28rem;
	font-weight: 700;
}

.fm-path-card--image .fm-path-card__copy small {
	font-size: 0.91rem;
}

.fm-home-inspiration {
	padding-top: 94px;
	background: #fff;
}

.fm-section-heading > div > p:last-child {
	max-width: 660px;
	color: var(--fm-muted);
}

.fm-home-recipe-grid {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.fm-home-recipe-slot {
	grid-column: span 2;
	min-width: 0;
}

.fm-home-recipe-slot:nth-child(4) {
	grid-column: 2 / span 2;
}

.fm-home-recipe-slot .fm-recipe-card {
	height: 100%;
}

.fm-section-action {
	margin-top: 38px;
	text-align: center;
}

.fm-home-facts {
	padding: 105px 0;
	background:
		radial-gradient(circle at 82% 16%, rgba(71, 136, 102, 0.26), transparent 31%),
		var(--fm-green-dark);
	color: rgba(255, 255, 255, 0.76);
}

.fm-home-facts__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
	align-items: center;
	gap: clamp(55px, 8vw, 110px);
}

.fm-home-facts__intro {
	max-width: 500px;
}

.fm-home-facts .fm-kicker {
	color: #f3b3a7;
}

.fm-home-facts h2 {
	color: #fff;
}

.fm-button--light {
	margin-top: 15px;
	border-color: #fff;
	background: #fff;
	box-shadow: none;
	color: var(--fm-green-dark);
}

.fm-button--light:hover {
	border-color: var(--fm-accent);
	background: var(--fm-accent);
	color: #fff;
}

.fm-home-facts__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.fm-home-fact-card {
	position: relative;
	min-height: 210px;
	display: flex;
	flex-direction: column;
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.07);
	color: #fff;
	text-decoration: none;
	transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.fm-home-fact-card:hover {
	border-color: rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	transform: translateY(-3px);
}

.fm-home-fact-card > span {
	display: grid;
	width: 46px;
	height: 46px;
	margin-bottom: 28px;
	place-items: center;
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.11);
	color: #f3b3a7;
}

.fm-home-fact-card > strong {
	font-size: 1.05rem;
}

.fm-home-fact-card > small {
	margin-top: 7px;
	padding-right: 25px;
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.78rem;
	line-height: 1.5;
}

.fm-home-fact-card > .dashicons {
	position: absolute;
	right: 20px;
	bottom: 21px;
	color: rgba(255, 255, 255, 0.72);
}

.fm-parallax-cta {
	--fm-parallax-shift: 0px;
	position: relative;
	min-height: 650px;
	display: grid;
	align-items: center;
	overflow: hidden;
	background-image:
		linear-gradient(rgba(8, 35, 24, 0.7), rgba(8, 35, 24, 0.76)),
		url("assets/images/fakta-kernetemperaturer-banner.webp");
	background-position: center calc(50% + var(--fm-parallax-shift));
	background-repeat: no-repeat;
	background-size: cover;
}

.fm-parallax-cta::before {
	position: absolute;
	inset: 0;
	content: "";
	background: radial-gradient(circle at center, transparent 10%, rgba(4, 26, 17, 0.22) 100%);
}

.fm-parallax-cta__inner {
	position: relative;
	z-index: 1;
	max-width: 860px;
	padding: 100px 0;
	color: rgba(255, 255, 255, 0.85);
	text-align: center;
}

.fm-parallax-cta .fm-kicker {
	color: #f3b3a7;
}

.fm-parallax-cta h2 {
	margin-inline: auto;
	color: #fff;
	font-size: clamp(2.7rem, 5.8vw, 5.25rem);
	text-wrap: balance;
}

.fm-parallax-cta p:not(.fm-kicker) {
	max-width: 700px;
	margin: 0 auto 30px;
	font-size: clamp(1.02rem, 1.5vw, 1.18rem);
}

.fm-has-js [data-fm-reveal] {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.65s ease, transform 0.65s ease;
}

.fm-has-js [data-fm-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

.fm-has-js .fm-home-paths__grid [data-fm-reveal]:nth-child(2),
.fm-has-js .fm-home-facts__cards [data-fm-reveal]:nth-child(2) {
	transition-delay: 0.08s;
}

.fm-has-js .fm-home-paths__grid [data-fm-reveal]:nth-child(3),
.fm-has-js .fm-home-facts__cards [data-fm-reveal]:nth-child(3) {
	transition-delay: 0.16s;
}

.fm-has-js .fm-home-facts__cards [data-fm-reveal]:nth-child(4) {
	transition-delay: 0.24s;
}

/* Recipe cards */
.fm-recipe-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

/* Subcategories on the recipe category archives. */
.fm-subcategory-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.fm-subcategory-list a {
	display: grid;
	gap: 5px;
	min-height: 108px;
	padding: 21px;
	border: 1px solid var(--fm-line);
	border-radius: 16px;
	background: #fff;
	color: var(--fm-text);
	text-decoration: none;
	transition: border-color 0.18s ease, transform 0.18s ease;
}

.fm-subcategory-list a:hover,
.fm-subcategory-list a:focus-visible {
	border-color: var(--fm-green);
	transform: translateY(-2px);
}

.fm-subcategory-list strong {
	color: var(--fm-green-dark);
	font-size: 1.05rem;
}

.fm-subcategory-list span {
	color: var(--fm-muted);
	font-size: 0.9rem;
	line-height: 1.5;
}

.fm-recipe-card {
	position: relative;
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--fm-line);
	border-radius: var(--fm-radius);
	background: #fff;
	transition: border-color 0.18s ease, transform 0.18s ease;
}

.fm-favorite-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 1px solid var(--fm-line);
	background: #fff;
	color: var(--fm-muted);
	cursor: pointer;
	transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.fm-favorite-button:hover,
.fm-favorite-button:focus-visible {
	border-color: var(--fm-accent);
	color: var(--fm-accent-dark);
}

.fm-favorite-button.is-active {
	border-color: var(--fm-accent);
	background: var(--fm-accent);
	color: #fff;
}

.fm-favorite-button:disabled {
	opacity: 0.65;
	cursor: wait;
}

.fm-favorite-button--card {
	position: absolute;
	z-index: 3;
	top: 14px;
	right: 14px;
	width: 42px;
	height: 42px;
	padding: 0;
	border-radius: 50%;
	box-shadow: 0 6px 20px rgba(24, 37, 29, 0.16);
}

.fm-favorite-button--card .dashicons {
	font-size: 20px;
}

.fm-recipe-card:hover {
	border-color: #bcc8be;
	transform: translateY(-2px);
}

.fm-recipe-card__image {
	position: relative;
	display: block;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	background: var(--fm-sand);
}

.fm-recipe-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.fm-recipe-card:hover .fm-recipe-card__image img {
	transform: scale(1.02);
}

.fm-recipe-card__badge {
	position: absolute;
	top: 14px;
	left: 14px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--fm-green-dark);
	font-size: 0.71rem;
	font-weight: 790;
	letter-spacing: 0.04em;
}

.fm-image-placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	color: var(--fm-green);
}

.fm-recipe-card__body {
	padding: 22px 22px 20px;
}

.fm-card-category {
	margin: 0 0 8px;
	color: var(--fm-accent);
	font-size: 0.73rem;
	font-weight: 790;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.fm-recipe-card__body h3 {
	margin-bottom: 10px;
}

.fm-recipe-card__body h3 a {
	color: var(--fm-ink);
	text-decoration: none;
}

.fm-recipe-card__description {
	min-height: 3.1em;
	color: var(--fm-muted);
	font-size: 0.92rem;
	line-height: 1.55;
}

.fm-recipe-card__time {
	display: flex;
	align-items: center;
	gap: 5px;
	margin: 18px 0 0;
	padding-top: 15px;
	border-top: 1px solid #edf0ec;
	color: #525d54;
	font-size: 0.84rem;
	font-weight: 700;
}

/* Generic page headers */
.fm-page-header {
	padding: 64px 0 66px;
	border-bottom: 1px solid var(--fm-line);
	background: var(--fm-bg);
}

.fm-page-header h1 {
	max-width: 900px;
	font-size: clamp(2.7rem, 5vw, 4.8rem);
}

.fm-page-header--facts {
	background: var(--fm-green-soft);
}

.fm-page-header--contact {
	background: var(--fm-sand);
}

/* Compact and visual category archives. */
.fm-page-header.fm-category-header {
	padding: 28px 0 30px;
	border-bottom: 0;
}

.fm-category-header .fm-breadcrumbs {
	margin-bottom: 11px;
}

.fm-category-header h1 {
	font-size: clamp(2rem, 3.7vw, 3.25rem);
	line-height: 1.1;
}

.fm-category-feature {
	padding: 0;
}

.fm-category-feature__card {
	position: relative;
	display: grid;
	min-height: clamp(310px, 34vw, 430px);
	overflow: hidden;
	border-radius: 0;
	background: var(--fm-green-dark);
	color: #fff;
	box-shadow: var(--fm-shadow);
	place-items: center;
}

.fm-category-feature__card > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fm-category-feature__overlay,
.fm-subcategory-cards__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.48);
}

.fm-category-feature__overlay {
	background: linear-gradient(90deg, rgba(10, 29, 20, 0.84) 0%, rgba(10, 29, 20, 0.72) 38%, rgba(10, 29, 20, 0.28) 68%, rgba(10, 29, 20, 0.08) 100%);
}

.fm-category-feature__copy {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 10px;
	justify-items: start;
	width: var(--fm-wrap);
	max-width: none;
	text-align: left;
	color: #fff;
}

.fm-category-feature__copy h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(2.2rem, 4.8vw, 4.6rem);
	line-height: 1;
}

.fm-category-feature__copy > span {
	max-width: 610px;
	color: #fff;
	font-size: clamp(1rem, 1.6vw, 1.18rem);
	font-weight: 600;
	line-height: 1.5;
}

.fm-section.fm-category-content {
	padding: clamp(60px, 5.5vw, 80px) 0 clamp(72px, 6.5vw, 96px);
}

.fm-category-subcategories .fm-section-heading {
	margin-bottom: 28px;
}

.fm-category-subcategories .fm-section-heading h2 {
	font-size: clamp(1.85rem, 3vw, 2.65rem);
}

.fm-category-subcategories__description {
	margin: 8px 0 0;
	font-size: 0.96rem;
	line-height: 1.55;
}

.fm-subcategory-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.fm-subcategory-cards--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fm-subcategory-cards--5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.fm-subcategory-cards a {
	position: relative;
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: 17px;
	background: var(--fm-green-dark);
	color: #fff;
	text-decoration: none;
	box-shadow: 0 10px 25px rgba(24, 37, 29, 0.1);
}

.fm-subcategory-cards img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.fm-subcategory-cards__overlay {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0.12));
}

.fm-subcategory-cards__copy {
	position: absolute;
	right: 21px;
	bottom: 18px;
	left: 21px;
}

.fm-subcategory-cards__copy strong,
.fm-subcategory-cards__copy small {
	display: block;
}

.fm-subcategory-cards__copy strong {
	font-size: 1.25rem;
}

.fm-subcategory-cards__copy small {
	margin-top: 3px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.82rem;
	line-height: 1.4;
}

.fm-subcategory-cards a:hover img,
.fm-subcategory-cards a:focus-visible img {
	transform: scale(1.045);
}

@media (max-width: 1020px) and (min-width: 761px) {
	.fm-subcategory-cards--4,
	.fm-subcategory-cards--5 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.fm-page-header.fm-category-header {
		padding: 24px 0 20px;
	}

	.fm-category-feature {
		padding: 0;
	}

	.fm-category-feature__card {
		min-height: 330px;
		border-radius: 0;
	}

	.fm-category-feature__copy {
		width: calc(100% - 48px);
	}

	.fm-category-feature__overlay {
		background: linear-gradient(90deg, rgba(10, 29, 20, 0.88) 0%, rgba(10, 29, 20, 0.76) 54%, rgba(10, 29, 20, 0.32) 100%);
	}

	.fm-category-feature__copy > span {
		max-width: min(76%, 520px);
	}

	.fm-subcategory-cards {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.fm-subcategory-cards a {
		aspect-ratio: 16 / 9;
	}
}

.fm-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 34px;
	color: var(--fm-muted);
	font-size: 0.77rem;
	font-weight: 650;
}

.fm-breadcrumbs a {
	color: var(--fm-muted);
	text-decoration: none;
}

.fm-breadcrumbs a:hover {
	color: var(--fm-green);
	text-decoration: underline;
}

/* Recipe search */
.fm-search-page {
	display: grid;
	min-height: 540px;
	padding: 60px 0 78px;
	place-items: center;
	border-bottom: 1px solid var(--fm-line);
	background: var(--fm-bg);
}

.fm-search-page__inner {
	max-width: 900px;
	text-align: center;
}

.fm-search-page .fm-breadcrumbs {
	justify-content: center;
}

.fm-search-page h1 {
	font-size: clamp(3rem, 7vw, 5.6rem);
}

.fm-search-page .fm-lead {
	margin-inline: auto;
}

.fm-search {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 7px;
	border: 1px solid #cbd3cc;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 14px 40px rgba(24, 37, 29, 0.08);
}

.fm-search--large {
	max-width: 800px;
	margin: 30px auto 0;
}

.fm-search > .dashicons {
	margin-left: 14px;
	color: var(--fm-muted);
	font-size: 1.25rem;
}

.fm-search input {
	min-width: 0;
	height: 58px;
	flex: 1;
	padding: 10px 8px;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--fm-ink);
}

.fm-search button {
	min-width: 100px;
	height: 50px;
	padding: 0 20px;
	border: 0;
	border-radius: 10px;
	background: var(--fm-green);
	color: #fff;
	font-weight: 720;
	cursor: pointer;
}

.fm-search button:hover {
	background: var(--fm-green-dark);
}

.fm-popular-searches {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 12px;
	margin-top: 22px;
	color: var(--fm-muted);
	font-size: 0.82rem;
}

.fm-popular-searches a {
	color: var(--fm-green);
	font-weight: 700;
	text-decoration: none;
}

.fm-popular-searches a:hover {
	text-decoration: underline;
}

.fm-search-results {
	background: #fff;
}

.fm-empty {
	grid-column: 1 / -1;
	max-width: 640px;
	margin: 0 auto;
	padding: 50px;
	border: 1px solid var(--fm-line);
	border-radius: var(--fm-radius);
	background: var(--fm-bg);
	text-align: center;
}

.fm-empty__icon {
	display: grid;
	width: 58px;
	height: 58px;
	margin: 0 auto 20px;
	place-items: center;
	border-radius: 50%;
	background: var(--fm-green-soft);
	color: var(--fm-green);
}

/* Inspiration */
.fm-category-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.fm-category-card {
	position: relative;
	display: block;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	border: 2px solid transparent;
	border-radius: 16px;
	background: var(--fm-green);
	color: #fff;
	text-decoration: none;
}

.fm-category-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.fm-category-card__overlay {
	position: absolute;
	inset: 28% 0 0;
	background: linear-gradient(transparent, rgba(10, 20, 14, 0.86));
}

.fm-category-card__copy {
	position: absolute;
	right: 18px;
	bottom: 17px;
	left: 18px;
}

.fm-category-card__copy strong,
.fm-category-card__copy small {
	display: block;
}

.fm-category-card__copy strong {
	font-size: 1.16rem;
}

.fm-category-card__copy small {
	margin-top: 2px;
	color: rgba(255, 255, 255, 0.8);
}

.fm-category-card:hover,
.fm-category-card.is-selected {
	border-color: var(--fm-accent);
	color: #fff;
}

.fm-category-card:hover img {
	transform: scale(1.025);
}

.fm-inspiration-results {
	border-top: 1px solid var(--fm-line);
}

.fm-load-more-wrap {
	margin-top: 38px;
	text-align: center;
}

.fm-load-more[disabled] {
	opacity: 0.65;
	cursor: wait;
}

.fm-load-status {
	min-height: 1.5em;
	margin: 10px 0 0;
	color: var(--fm-muted);
	font-size: 0.86rem;
}

/* Facts */
.fm-fact-highlight {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	align-items: center;
	gap: clamp(35px, 7vw, 90px);
	padding: clamp(30px, 5vw, 60px);
	border-radius: 24px;
	background: var(--fm-green-dark);
	color: rgba(255, 255, 255, 0.8);
}

.fm-fact-highlight h2 {
	color: #fff;
}

.fm-fact-highlight .fm-button {
	margin-top: 12px;
	border-color: #fff;
	background: #fff;
	color: var(--fm-green-dark);
}

.fm-fact-highlight__icon {
	display: grid;
	width: 50px;
	height: 50px;
	margin-bottom: 22px;
	place-items: center;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.fm-temperature-snapshot {
	display: grid;
	gap: 10px;
}

.fm-temperature-snapshot > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 17px 20px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.06);
}

.fm-temperature-snapshot strong {
	color: #fff;
}

.fm-guide-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.fm-guide-card {
	display: grid;
	grid-template-columns: 48px 1fr auto;
	align-items: center;
	gap: 15px;
	min-height: 126px;
	padding: 21px;
	border: 1px solid var(--fm-line);
	border-radius: 15px;
	background: #fff;
	color: var(--fm-ink);
	text-decoration: none;
	transition: border-color 0.18s ease, background 0.18s ease;
}

.fm-guide-card:hover {
	border-color: #b7c5ba;
	background: #fbfcfa;
	color: var(--fm-ink);
}

.fm-guide-card__icon {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: 13px;
	background: var(--fm-green-soft);
	color: var(--fm-green);
}

.fm-guide-card__copy strong,
.fm-guide-card__copy small {
	display: block;
}

.fm-guide-card__copy strong {
	line-height: 1.3;
}

.fm-guide-card__copy small {
	margin-top: 5px;
	color: var(--fm-muted);
	font-size: 0.8rem;
	line-height: 1.45;
}

.fm-guide-card > .dashicons {
	color: #9ca69d;
}

.fm-facts-disclaimer {
	max-width: 820px;
	margin: 32px auto 0;
	color: var(--fm-muted);
	font-size: 0.8rem;
	text-align: center;
}

/* Single recipe */
.fm-recipe-header {
	padding: 58px 0 50px;
	border-bottom: 1px solid var(--fm-line);
	background: var(--fm-bg);
}

.fm-recipe-header__inner {
	max-width: 1000px;
}

.fm-recipe-header h1 {
	max-width: 980px;
	font-size: clamp(2.8rem, 6vw, 5.3rem);
}

.fm-recipe-favorite-action {
	margin-top: 22px;
}

.fm-favorite-button--single {
	min-height: 46px;
	padding: 10px 16px;
	border-radius: 999px;
	font-weight: 750;
}

.fm-favorite-button--single .dashicons {
	font-size: 19px;
}

.fm-recipe-facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 36px;
}

.fm-recipe-facts > div {
	display: grid;
	grid-template-columns: 42px 1fr;
	align-items: center;
	min-height: 92px;
	padding: 16px 18px;
	border: 1px solid var(--fm-line);
	border-radius: 14px;
	background: #fff;
}

.fm-recipe-facts__icon {
	grid-row: 1 / 3;
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 11px;
	background: var(--fm-green-soft);
	color: var(--fm-green);
}

.fm-recipe-facts > div > span:not(.fm-recipe-facts__icon) {
	color: var(--fm-muted);
	font-size: 0.75rem;
}

.fm-recipe-facts strong {
	font-size: 1rem;
}

.fm-recipe-body {
	max-width: 1000px;
	padding-top: 50px;
	padding-bottom: 90px;
}

.fm-recipe-image {
	margin: 0;
	overflow: hidden;
	border-radius: 22px;
	background: var(--fm-sand);
}

.fm-recipe-image img {
	width: 100%;
	max-height: 620px;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.fm-recipe-intro {
	max-width: 800px;
	margin: 42px 0 56px;
}

.fm-recipe-intro > p {
	color: #485249;
	font-size: clamp(1.14rem, 2vw, 1.38rem);
	line-height: 1.7;
}

.fm-recipe-submeta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 24px;
	margin-top: 24px;
	color: var(--fm-muted);
	font-size: 0.83rem;
}

.fm-recipe-submeta strong {
	color: var(--fm-ink);
}

.fm-recipe-content {
	display: grid;
	grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
	align-items: start;
	gap: clamp(40px, 7vw, 90px);
	padding-top: 56px;
	border-top: 1px solid var(--fm-line);
}

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

.fm-recipe-section-heading h2,
.fm-method h2 {
	font-size: clamp(1.9rem, 3vw, 2.7rem);
}

.fm-servings-control {
	display: grid;
	grid-template-columns: 36px 50px 36px;
	gap: 4px;
}

.fm-servings-control button,
.fm-servings-control input {
	width: 100%;
	height: 36px;
	border: 1px solid #cbd2cc;
	background: #fff;
	color: var(--fm-ink);
	text-align: center;
}

.fm-servings-control button {
	border-radius: 9px;
	color: var(--fm-green);
	font-weight: 800;
	cursor: pointer;
}

.fm-servings-control input {
	border-radius: 7px;
	-moz-appearance: textfield;
}

.fm-servings-control input::-webkit-inner-spin-button {
	display: none;
}

.fm-ingredient-list,
.fm-step-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.fm-ingredient {
	border-bottom: 1px solid var(--fm-line);
}

.fm-ingredient label {
	display: flex;
	align-items: start;
	gap: 12px;
	padding: 13px 2px;
	cursor: pointer;
}

.fm-ingredient input {
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	margin-top: 3px;
	accent-color: var(--fm-green);
}

.fm-ingredient.is-checked span {
	opacity: 0.48;
	text-decoration: line-through;
}

.fm-ingredients .fm-text-button {
	margin-top: 20px;
}

.fm-tool-status {
	min-height: 1.4em;
	margin-top: 7px;
	color: var(--fm-muted);
	font-size: 0.8rem;
}

.fm-step-list {
	counter-reset: fm-step;
}

.fm-step-list li {
	position: relative;
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 16px;
	padding: 0 0 25px;
	counter-increment: fm-step;
}

.fm-step-list li::before {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border-radius: 50%;
	background: var(--fm-green);
	color: #fff;
	content: counter(fm-step);
	font-size: 0.87rem;
	font-weight: 800;
}

.fm-step-list li:not(:last-child)::after {
	position: absolute;
	top: 40px;
	bottom: 0;
	left: 19px;
	width: 1px;
	content: "";
	background: var(--fm-line);
}

.fm-step-list li span {
	padding-top: 6px;
}

.fm-recipe-tip {
	display: grid;
	grid-template-columns: 58px 1fr;
	gap: 22px;
	margin-top: 70px;
	padding: 32px;
	border-radius: 18px;
	background: var(--fm-sand);
}

.fm-recipe-tip__icon {
	display: grid;
	width: 56px;
	height: 56px;
	place-items: center;
	border-radius: 15px;
	background: #fff;
	color: var(--fm-accent);
}

.fm-recipe-tip h2 {
	font-size: 1.8rem;
}

.fm-recipe-tip p:last-child {
	margin-bottom: 0;
}

.fm-practical-info {
	margin-top: 58px;
	padding-top: 45px;
	border-top: 1px solid var(--fm-line);
}

.fm-practical-info h2 {
	font-size: 1.8rem;
}

.fm-practical-info > div {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.fm-practical-info p {
	display: grid;
	gap: 7px;
	margin: 0;
	padding: 18px;
	border: 1px solid var(--fm-line);
	border-radius: 13px;
	background: #fff;
}

.fm-practical-info span {
	color: var(--fm-muted);
	font-size: 0.86rem;
}

.fm-recipe-bottom-actions,
.fm-guide-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 54px;
	padding-top: 24px;
	border-top: 1px solid var(--fm-line);
}

/* Single guide and editorial content */
.fm-page-header--guide {
	background: var(--fm-green-soft);
}

.fm-guide-header__inner {
	max-width: 920px;
}

.fm-guide-header__icon {
	display: grid;
	width: 64px;
	height: 64px;
	margin-bottom: 28px;
	place-items: center;
	border-radius: 18px;
	background: #fff;
	color: var(--fm-green);
}

.fm-guide-header__icon .dashicons {
	font-size: 1.7rem;
}

.fm-guide-content,
.fm-prose {
	width: var(--fm-text);
}

.fm-guide-content > * + *,
.fm-prose > * + * {
	margin-top: 1.2em;
}

.fm-guide-content h2,
.fm-prose h2 {
	margin-top: 1.55em;
	font-size: clamp(1.65rem, 3vw, 2.35rem);
}

.fm-guide-content h3,
.fm-prose h3 {
	margin-top: 1.4em;
}

.fm-guide-content ul,
.fm-guide-content ol,
.fm-prose ul,
.fm-prose ol {
	padding-left: 1.25em;
}

.fm-quick-table {
	margin-bottom: 40px;
	overflow: hidden;
	border: 1px solid var(--fm-line);
	border-radius: 16px;
	background: #fff;
}

.fm-quick-table > div {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 20px;
	padding: 17px 20px;
	border-bottom: 1px solid var(--fm-line);
}

.fm-quick-table > div:last-child {
	border-bottom: 0;
}

.fm-quick-table span {
	color: var(--fm-green-dark);
	font-weight: 720;
	text-align: right;
}

.fm-key-fact {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 34px;
	padding: 24px;
	border-radius: 15px;
	background: var(--fm-green-dark);
	color: rgba(255, 255, 255, 0.75);
}

.fm-key-fact strong {
	color: #fff;
	font-size: 1.28rem;
}

.fm-source-note {
	margin-top: 34px !important;
	padding: 16px 18px;
	border-left: 3px solid var(--fm-accent);
	background: var(--fm-sand);
	color: var(--fm-muted);
	font-size: 0.84rem;
}

.fm-tip-list {
	display: grid;
	gap: 10px;
	padding: 0 !important;
	list-style: none;
}

.fm-tip-list li {
	padding: 14px 16px 14px 42px;
	border: 1px solid var(--fm-line);
	border-radius: 12px;
	background: #fff;
}

.fm-tip-list li::before {
	margin-left: -25px;
	content: "✓";
	color: var(--fm-green);
	font-weight: 800;
}

/* Forms and contact */
.fm-contact-layout {
	width: min(820px, var(--fm-wrap));
	margin-inline: auto;
}

.fm-contact-layout > p:first-child {
	max-width: 680px;
	color: var(--fm-muted);
	font-size: 1.08rem;
}

.fm-contact-note {
	margin: 30px 0 42px;
	padding: 23px 25px;
	border-radius: 15px;
	background: var(--fm-green-soft);
}

.fm-contact-note h2 {
	font-size: 1.4rem;
}

.fm-contact-note p:last-child {
	margin-bottom: 0;
}

.fm-form {
	display: grid;
	gap: 19px;
}

.fm-form > label:not(.fm-consent) {
	display: grid;
	gap: 7px;
}

.fm-form label > span {
	font-size: 0.88rem;
	font-weight: 720;
}

.fm-form em {
	color: var(--fm-accent);
	font-style: normal;
}

.fm-form input,
.fm-form select,
.fm-form textarea {
	width: 100%;
	min-height: 50px;
	padding: 11px 13px;
	border: 1px solid #c6cec7;
	border-radius: 10px;
	background: #fff;
	color: var(--fm-ink);
}

.fm-form textarea {
	min-height: 170px;
	resize: vertical;
}

.fm-consent {
	display: grid;
	grid-template-columns: 22px 1fr;
	align-items: start;
	gap: 10px;
}

.fm-consent input {
	width: 20px;
	min-height: 20px;
	margin-top: 3px;
	accent-color: var(--fm-green);
}

.fm-form .fm-button {
	justify-self: start;
}

.fm-honeypot {
	position: absolute;
	left: -9999px;
}

.fm-form-status {
	padding: 13px 16px;
	border-radius: 10px;
	background: var(--fm-green-soft);
	color: var(--fm-green-dark);
}

.fm-form-status--error {
	background: #f8e8e3;
	color: #7b3624;
}

/* Account and saved recipes */
.fm-page-header--account {
	background: var(--fm-green-soft);
}

.fm-account-page__content {
	padding: clamp(62px, 7vw, 92px) 0 clamp(78px, 9vw, 120px);
}

.fm-account-auth {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: start;
	gap: 28px;
	max-width: 1000px;
	margin: 0 auto;
}

.fm-account-panel {
	padding: clamp(26px, 4vw, 42px);
	border: 1px solid var(--fm-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 16px 40px rgba(24, 37, 29, 0.07);
}

.fm-account-panel h2 {
	font-size: clamp(1.9rem, 3vw, 2.6rem);
}

.fm-account-form {
	margin-top: 24px;
}

.fm-account-dashboard__header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 64px;
	padding: 28px 30px;
	border: 1px solid var(--fm-line);
	border-radius: 18px;
	background: var(--fm-green-soft);
}

.fm-account-dashboard__header h2,
.fm-account-favorites > h2 {
	margin-bottom: 6px;
	font-size: clamp(2rem, 4vw, 3.1rem);
}

.fm-account-dashboard__header p:last-child {
	margin-bottom: 0;
	color: var(--fm-muted);
}

.fm-account-favorites > h2 {
	margin-bottom: 28px;
}

.fm-account-empty {
	padding: 36px;
	border: 1px dashed #bcc9bf;
	border-radius: 16px;
	background: #fff;
	text-align: center;
}

.fm-account-empty .fm-button {
	margin-top: 10px;
}

/* Footer */
.fm-site-footer {
	padding: 70px 0 25px;
	background: #2b1c17;
	color: #f4ebe2;
}

.fm-footer-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(36px, 7vw, 90px);
}

.fm-footer-title {
	margin-bottom: 15px;
	color: #fffaf4;
	font-size: 1.02rem;
	font-weight: 760;
}

.fm-footer-grid p:not(.fm-footer-title) {
	max-width: 340px;
	color: #f0e4d9;
	font-size: 0.9rem;
}

.fm-site-footer a,
.fm-footer-link {
	color: #fff3df;
	font-size: 0.86rem;
}

.fm-site-footer a:hover,
.fm-footer-link:hover {
	color: #ffd29a;
}

.fm-footer-bottom {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 20px;
	margin-top: 60px;
	padding-top: 23px;
	border-top: 1px solid rgba(255, 243, 223, 0.3);
	font-size: 0.78rem;
}

.fm-footer-bottom p {
	margin: 0;
}

.fm-footer-bottom > a:last-child {
	justify-self: end;
	color: #fff3df;
	text-decoration: none;
}

.fm-brand--footer {
	color: #fff;
}

.fm-brand--footer:hover {
	color: #fff;
}

.fm-brand--footer .fm-brand-mark {
	width: 30px;
	height: 30px;
	background: rgba(255, 255, 255, 0.1);
}

.fm-brand--footer .fm-brand-logo {
	width: 205px;
}

/* Pagination and 404 */
.fm-pagination {
	margin-top: 38px;
}

.fm-pagination ul,
.fm-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fm-pagination a,
.fm-pagination span {
	display: grid;
	min-width: 42px;
	height: 42px;
	padding: 0 10px;
	place-items: center;
	border: 1px solid var(--fm-line);
	border-radius: 9px;
	background: #fff;
	color: var(--fm-ink);
	text-decoration: none;
}

.fm-pagination .current {
	border-color: var(--fm-green);
	background: var(--fm-green);
	color: #fff;
}

.fm-404 {
	display: grid;
	min-height: 70vh;
	padding: 70px 0;
	place-items: center;
	text-align: center;
}

.fm-404-inner {
	max-width: 700px;
}

.fm-404-inner .fm-search {
	margin: 28px auto;
}

@media (max-width: 1020px) {
	.fm-topbar {
		display: none;
	}

	.fm-menu-toggle {
		display: block;
	}

	.fm-main-nav {
		position: absolute;
		z-index: 99;
		top: 100%;
		right: 0;
		bottom: auto;
		width: min(390px, 92vw);
		height: calc(100vh - 77px);
		overflow-y: auto;
		overscroll-behavior: contain;
		display: block;
		padding: 24px;
		transform: translateX(105%);
		border-left: 1px solid var(--fm-line);
		background: #fff;
		box-shadow: -18px 0 40px rgba(24, 37, 29, 0.12);
		transition: transform 0.22s ease;
	}

	.admin-bar .fm-main-nav {
		height: calc(100vh - 109px);
	}

	.fm-main-nav.is-open {
		transform: translateX(0);
	}

	.fm-main-nav ul {
		display: grid;
		gap: 4px;
	}

	.fm-main-nav a {
		width: 100%;
		justify-content: start;
		min-height: 50px;
		font-size: 1rem;
	}

	.fm-nav-search {
		width: 100%;
		margin-top: 14px;
		justify-content: center !important;
	}

	.fm-mobile-utility {
		display: grid;
		gap: 4px;
		margin-top: 12px;
		padding-top: 12px;
		border-top: 1px solid var(--fm-line);
	}

	.fm-mobile-utility a:last-child {
		color: var(--fm-green);
		font-weight: 800;
	}

	.fm-home-hero__grid {
		grid-template-columns: 1fr 0.78fr;
		gap: 44px;
	}

	.fm-option-card {
		padding: 24px;
	}

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

	.fm-category-card {
		aspect-ratio: 5 / 4;
	}

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

	.fm-home-facts__grid {
		gap: 55px;
	}
}

@media (max-width: 800px) {
	:root {
		--fm-wrap: min(100% - 32px, 720px);
	}

	.admin-bar .fm-site-header {
		top: 46px;
	}

	.admin-bar .fm-main-nav {
		height: calc(100vh - 123px);
	}

	h1 {
		font-size: clamp(2.65rem, 10vw, 4.5rem);
	}

	.fm-account-auth {
		grid-template-columns: 1fr;
	}

	.fm-account-dashboard__header {
		align-items: start;
		flex-direction: column;
		margin-bottom: 46px;
	}

	.fm-home-hero {
		padding-top: 50px;
	}

	.fm-home-hero__grid {
		grid-template-columns: 1fr;
	}

	.fm-home-hero__image {
		max-width: 620px;
		padding-left: 0;
	}

	.fm-home-hero__image img {
		aspect-ratio: 16 / 11;
	}

	.fm-home-hero__image::before {
		inset: 22px 22px 0 22px;
	}

	.fm-hero-note {
		right: 18px;
	}

	.fm-option-grid,
	.fm-recipe-grid,
	.fm-subcategory-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fm-option-card:last-child {
		grid-column: 1 / -1;
		min-height: 260px;
	}

	.fm-facts-promo,
	.fm-fact-highlight,
	.fm-recipe-content {
		grid-template-columns: 1fr;
	}

	.fm-fact-highlight {
		gap: 30px;
	}

	.fm-recipe-facts {
		grid-template-columns: 1fr;
	}

	.fm-recipe-facts > div {
		min-height: 78px;
	}

	.fm-recipe-content {
		gap: 58px;
	}

	.fm-practical-info > div {
		grid-template-columns: 1fr;
	}

	.fm-hero-slider {
		min-height: 760px;
	}

	.fm-hero-slide__inner,
	.fm-hero-slide--welcome .fm-hero-slide__inner {
		grid-template-columns: 1fr;
		padding: 70px 0 150px;
	}

	.fm-hero-slide__copy {
		z-index: 2;
		max-width: 650px;
	}

	.fm-hero-slide__illustration {
		position: absolute;
		right: -85px;
		bottom: 28px;
		width: 370px;
		opacity: 0.48;
	}

	.fm-hero-slide--welcome::after {
		background:
			linear-gradient(90deg, rgba(13, 52, 38, 0.9) 0%, rgba(13, 52, 38, 0.64) 68%, rgba(13, 52, 38, 0.34) 100%),
			linear-gradient(0deg, rgba(6, 28, 19, 0.45), transparent 50%);
	}

	.fm-home-paths__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fm-path-card:last-child {
		grid-column: 1 / -1;
		min-height: 220px;
	}

	.fm-home-recipe-slot,
	.fm-home-recipe-slot:nth-child(4) {
		grid-column: auto;
	}

	.fm-home-facts__grid {
		grid-template-columns: 1fr;
	}

	.fm-home-facts__intro {
		max-width: 650px;
	}

	.fm-parallax-cta {
		min-height: 590px;
	}
}

@media (max-width: 560px) {
	body {
		font-size: 16px;
	}

	.fm-header-inner {
		min-height: 68px;
	}

	.fm-brand-logo {
		width: 182px;
		max-height: 54px;
	}

	.fm-main-nav {
		height: calc(100vh - 69px);
	}

	.admin-bar .fm-main-nav {
		height: calc(100vh - 115px);
	}

	.fm-home-hero {
		padding-top: 36px;
	}

	.fm-home-hero__image {
		padding-bottom: 50px;
	}

	.fm-home-hero__image img {
		aspect-ratio: 5 / 4;
		border-radius: 20px;
	}

	.fm-hero-note {
		right: 10px;
		left: 10px;
		width: auto;
	}

	.fm-hero-actions {
		display: grid;
	}

	.fm-button {
		width: 100%;
	}

	.fm-option-grid,
	.fm-recipe-grid,
	.fm-subcategory-list,
	.fm-guide-grid,
	.fm-footer-grid {
		grid-template-columns: 1fr;
	}

	.fm-option-card:last-child {
		grid-column: auto;
	}

	.fm-section,
	.fm-intro-options {
		padding: 60px 0;
	}

	.fm-section--compact {
		padding: 40px 0;
	}

	.fm-section-heading,
	.fm-results-heading {
		align-items: start;
		flex-direction: column;
	}

	.fm-search-page {
		min-height: 470px;
		padding: 45px 0 60px;
	}

	.fm-search {
		display: grid;
		grid-template-columns: auto 1fr;
		padding: 9px;
	}

	.fm-search input {
		height: 50px;
	}

	.fm-search button {
		grid-column: 1 / -1;
		width: 100%;
	}

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

	.fm-category-card {
		aspect-ratio: 4 / 5;
	}

	.fm-page-header {
		padding: 46px 0 50px;
	}

	.fm-breadcrumbs {
		margin-bottom: 25px;
	}

	.fm-fact-highlight {
		padding: 28px 22px;
	}

	.fm-temperature-snapshot > div {
		align-items: start;
		flex-direction: column;
		gap: 3px;
	}

	.fm-recipe-header {
		padding: 42px 0 36px;
	}

	.fm-recipe-body {
		padding-top: 28px;
		padding-bottom: 65px;
	}

	.fm-recipe-image {
		border-radius: 14px;
	}

	.fm-recipe-image img {
		aspect-ratio: 4 / 3;
	}

	.fm-recipe-intro {
		margin: 28px 0 42px;
	}

	.fm-recipe-section-heading {
		align-items: start;
		flex-direction: column;
	}

	.fm-recipe-tip {
		grid-template-columns: 1fr;
		padding: 24px;
	}

	.fm-recipe-bottom-actions,
	.fm-guide-actions {
		align-items: start;
		flex-direction: column;
	}

	.fm-quick-table > div,
	.fm-key-fact {
		grid-template-columns: 1fr;
		align-items: start;
		flex-direction: column;
		gap: 4px;
	}

	.fm-quick-table span {
		text-align: left;
	}

	.fm-footer-bottom {
		grid-template-columns: 1fr;
	}

	.fm-footer-bottom > a:last-child {
		justify-self: start;
	}

	.fm-hero-slider {
		min-height: 760px;
	}

	.fm-hero-slide__inner,
	.fm-hero-slide--welcome .fm-hero-slide__inner {
		padding: 58px 0 140px;
	}

	.fm-hero-slide h1,
	.fm-hero-slide--welcome h1 {
		font-size: clamp(2.3rem, 10.8vw, 3.45rem);
		line-height: 1.04;
	}

	.fm-hero-slide .fm-lead {
		font-size: 0.98rem;
		line-height: 1.56;
	}

	.fm-hero-slide--inspiration::before {
		background-position: 63% center;
	}

	.fm-hero-slide--facts::before {
		background-position: 60% center;
	}

	.fm-hero-slide::after {
		background:
			linear-gradient(90deg, rgba(8, 38, 27, 0.94) 0%, rgba(8, 38, 27, 0.81) 72%, rgba(8, 38, 27, 0.56) 100%),
			linear-gradient(0deg, rgba(6, 26, 18, 0.48), transparent 50%);
	}

	.fm-hero-slide__illustration {
		right: -110px;
		bottom: 25px;
		width: 320px;
		opacity: 0.38;
	}

	.fm-hero-slider__controls {
		bottom: 68px;
	}

	.fm-hero-slider__arrow {
		width: 38px;
		height: 38px;
	}

	.fm-home-paths {
		margin-top: -35px;
		padding-bottom: 62px;
	}

	.fm-home-paths__grid,
	.fm-home-facts__cards {
		grid-template-columns: 1fr;
	}

	.fm-path-card:last-child {
		grid-column: auto;
	}

	.fm-path-card {
		min-height: 220px;
	}

	.fm-home-inspiration {
		padding-top: 66px;
	}

	.fm-home-facts {
		padding: 75px 0;
	}

	.fm-parallax-cta {
		min-height: 600px;
		background-position: 64% calc(50% + var(--fm-parallax-shift));
	}

	.fm-parallax-cta__inner {
		padding: 78px 0;
	}

	.fm-parallax-cta h2 {
		font-size: clamp(2.5rem, 10vw, 4rem);
	}
}

@media (max-width: 900px) {
	.fm-simple-hero__inner {
		min-height: auto;
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 76px 0 130px;
	}

	.fm-simple-hero__copy {
		max-width: 700px;
	}

	.fm-simple-hero__illustration {
		width: min(540px, 88vw);
		margin: -20px auto 0;
	}

	.fm-home-paths--images .fm-home-paths__grid {
		grid-template-columns: 1fr;
	}

	.fm-home-paths--images .fm-path-card:last-child {
		grid-column: auto;
	}

	.fm-path-card--image {
		min-height: 0;
	}
}

@media (max-width: 560px) {
	.fm-simple-hero__inner {
		padding: 58px 0 98px;
	}

	.fm-simple-hero h1 {
		font-size: clamp(2.35rem, 11vw, 3.5rem);
	}

	.fm-simple-hero .fm-lead {
		font-size: 1rem;
		line-height: 1.58;
	}

	.fm-simple-hero__illustration {
		width: min(420px, 100%);
		margin-top: -8px;
	}

	.fm-home-paths--images {
		margin-top: -45px;
		padding-bottom: 72px;
	}

	.fm-path-card__image {
		height: 210px;
	}
}

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

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	.fm-has-js [data-fm-reveal] {
		opacity: 1;
		transform: none;
	}

	.fm-parallax-cta {
		--fm-parallax-shift: 0px !important;
	}

	.fm-hero-slide::before {
		transform: none !important;
	}
}

@media print {
	.fm-site-header,
	.fm-site-footer,
	.fm-breadcrumbs,
	.fm-recipe-bottom-actions,
	.fm-guide-actions,
	.fm-servings-control,
	.fm-text-button,
	.fm-tool-status {
		display: none !important;
	}

	body,
	.fm-recipe-header,
	.fm-section {
		background: #fff !important;
		color: #000 !important;
	}

	.fm-wrap,
	.fm-guide-content {
		width: 100%;
		max-width: none;
	}

	.fm-recipe-header {
		padding: 0 0 24px;
	}

	.fm-recipe-body {
		padding: 24px 0 0;
	}

	.fm-recipe-image {
		max-width: 540px;
	}

	.fm-recipe-content {
		grid-template-columns: 0.85fr 1.15fr;
	}
}

/* Familie-Opskrifter.dk front-page additions */
.fm-latest-recipes {
	padding: 92px 0;
}

.fm-category-section {
	padding: 88px 0;
	background: var(--fm-sand);
}

.fm-category-section .fm-category-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.fm-category-section .fm-category-card {
	display: grid;
	grid-template-columns: minmax(210px, 42%) minmax(0, 1fr);
	align-items: stretch;
	min-height: 220px;
	aspect-ratio: auto;
	border: 0;
	border-radius: 18px;
	box-shadow: 0 12px 30px rgba(63, 42, 35, 0.08);
	overflow: hidden;
	background: #fff;
}

.fm-category-section .fm-category-card:last-child {
	grid-column: 1 / -1;
	justify-self: center;
	width: calc((100% - 22px) / 2);
}

.fm-category-section .fm-category-card img {
	width: 100%;
	height: 100%;
	min-height: 220px;
	object-fit: cover;
}

.fm-category-section .fm-category-card__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 28px;
	color: var(--fm-ink);
}

.fm-category-section .fm-category-card__content strong,
.fm-category-section .fm-category-card__content small {
	display: block;
}

.fm-category-section .fm-category-card__content strong {
	font-size: 1.2rem;
	font-weight: 800;
	line-height: 1.25;
}

.fm-category-section .fm-category-card__content small {
	margin-top: 8px;
	color: var(--fm-muted);
	font-size: 0.92rem;
	font-weight: 400;
	line-height: 1.55;
}

.fm-temperature-cta {
	padding: 88px 0;
	background: var(--fm-green-soft);
}

.fm-temperature-cta__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
	align-items: center;
	gap: clamp(32px, 6vw, 80px);
}

.fm-temperature-cta__copy {
	max-width: 620px;
}

.fm-temperature-cta__copy h2 {
	max-width: 660px;
}

.fm-temperature-cta__copy p {
	max-width: 600px;
	margin-bottom: 20px;
	color: #43534a;
}

.fm-temperature-cta__illustration {
	justify-self: center;
	width: min(100%, 560px);
	max-width: none;
	height: auto;
	object-fit: contain;
}

.fm-temperature-page__content {
	padding: clamp(56px, 6vw, 84px) 0 clamp(76px, 8vw, 112px);
}

.fm-temperature-page__header {
	margin-bottom: 28px;
}

.fm-temperature-page__header h1 {
	margin-bottom: 0;
	font-size: clamp(2rem, 3.2vw, 3rem);
	line-height: 1.05;
}

.fm-temperature-page .fm-temperature-intro {
	margin-bottom: 34px;
	font-size: 1.05rem;
	line-height: 1.7;
}

.fm-temperature-groups {
	display: grid;
	gap: 38px;
	margin: 28px 0 34px;
}

.fm-temperature-group {
	min-width: 0;
}

.fm-temperature-group h2 {
	margin: 0 0 12px;
}

.fm-temperature-table-wrap {
	width: 100%;
	max-width: 100%;
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--fm-line);
	border-radius: 14px;
	background: #fff;
}

.fm-temperature-table {
	width: 100%;
	max-width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 0.94rem;
}

.fm-temperature-table th,
.fm-temperature-table td {
	padding: 15px 16px;
	min-width: 0;
	overflow-wrap: anywhere;
	border-bottom: 1px solid var(--fm-line);
	vertical-align: top;
	text-align: left;
	white-space: normal;
}

.fm-temperature-table th {
	background: var(--fm-salmon-soft);
	color: var(--fm-ink);
	font-size: 0.83rem;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.fm-meat-heading {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 7px;
	min-width: 76px;
}

.fm-meat-icon {
	display: block;
	width: 38px;
	height: 38px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.fm-meat-icon--okse {
	background-image: url("assets/images/meat-icon-okse.svg");
}

.fm-meat-icon--kalv {
	background-image: url("assets/images/meat-icon-kalv.svg");
}

.fm-meat-icon--svin {
	background-image: url("assets/images/meat-icon-svin.svg");
}

.fm-meat-icon--lam {
	background-image: url("assets/images/meat-icon-lam.svg");
}

.fm-meat-icon--fjerkrae {
	background-image: url("assets/images/meat-icon-fjerkrae.svg");
}

.fm-meat-icon--vildt {
	background-image: url("assets/images/meat-icon-vildt.svg");
}

.fm-temperature-table td {
	text-align: center;
}

.fm-temperature-table tbody th {
	background: #fff;
	font-size: 0.94rem;
	letter-spacing: 0;
	text-transform: none;
	white-space: normal;
}

.fm-temperature-table tbody tr:last-child th,
.fm-temperature-table tbody tr:last-child td {
	border-bottom: 0;
}

.fm-temperature-details {
	margin-top: 34px;
}

.fm-temperature-notice {
	margin: 0 0 34px;
	padding: 18px 20px;
	border-left: 4px solid var(--fm-salmon);
	border-radius: 0 12px 12px 0;
	background: var(--fm-salmon-soft);
	line-height: 1.6;
}

@media (max-width: 900px) {
	.fm-category-section .fm-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fm-category-section .fm-category-card {
		grid-template-columns: minmax(180px, 40%) minmax(0, 1fr);
	}

	.fm-temperature-cta__inner {
		grid-template-columns: 1fr;
	}

	.fm-temperature-cta__illustration {
		width: min(100%, 620px);
	}
}

@media (max-width: 560px) {
	.fm-latest-recipes,
	.fm-category-section,
	.fm-temperature-cta {
		padding: 64px 0;
	}

	.fm-category-section .fm-category-card {
		min-height: 0;
	}

}

@media (max-width: 760px) {
	.fm-category-section .fm-category-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.fm-category-section .fm-category-card {
		grid-template-columns: minmax(156px, 42%) 1fr;
		min-height: 188px;
	}

	.fm-category-section .fm-category-card:last-child {
		grid-column: auto;
		width: 100%;
	}

	.fm-category-section .fm-category-card img {
		height: 100%;
		min-height: 188px;
	}

	.fm-category-section .fm-category-card__content {
		padding: 24px;
	}
}

/* Compact, practical recipe layout */
.fm-single-recipe {
	background: #fff;
}

.fm-recipe-shell {
	max-width: 1180px;
	padding-top: 32px;
	padding-bottom: 84px;
}

.fm-recipe-shell > .fm-breadcrumbs {
	margin-bottom: 30px;
}

.fm-recipe-overview {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-areas:
		"copy image"
		"ingredients sidebar";
	align-items: start;
	gap: 28px clamp(42px, 5vw, 72px);
}

.fm-recipe-copy {
	grid-area: copy;
	align-self: center;
	padding: 14px 0;
}

.fm-recipe-copy h1 {
	max-width: 620px;
	margin: 0;
	font-size: clamp(2.25rem, 3.2vw, 3.35rem);
	line-height: 1.06;
	letter-spacing: -0.045em;
}

.fm-recipe-lead {
	max-width: 570px;
	margin: 20px 0 0;
	color: #4d5850;
	font-size: 1.04rem;
	line-height: 1.65;
}

.fm-recipe-overview > .fm-recipe-image {
	grid-area: image;
	width: 100%;
	margin: 0;
	border-radius: 18px;
	box-shadow: 0 14px 34px rgba(37, 49, 41, 0.09);
}

.fm-recipe-overview > .fm-recipe-image img {
	display: block;
	width: 100%;
	height: auto;
	max-height: none;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.fm-recipe-sidebar {
	grid-area: sidebar;
	display: grid;
	gap: 14px;
}

.fm-recipe-favorite-action {
	margin-top: 0;
}

.fm-recipe-sidebar .fm-favorite-button--single {
	width: 100%;
	min-height: 46px;
	border-radius: 11px;
}

.fm-recipe-utility-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.fm-recipe-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	padding: 8px 14px;
	border: 1px solid var(--fm-line);
	border-radius: 10px;
	background: #fff;
	color: var(--fm-green-dark);
	font-size: 0.88rem;
	font-weight: 750;
	cursor: pointer;
}

.fm-recipe-action:hover,
.fm-recipe-action:focus-visible {
	border-color: var(--fm-green);
	background: var(--fm-green-soft);
}

.fm-recipe-action-status {
	min-height: 1.25em;
	margin: -4px 0 0;
	color: var(--fm-muted);
	font-size: 0.78rem;
	text-align: center;
}

.fm-recipe-practical {
	margin-top: 4px;
	padding: 22px;
	border: 1px solid #e1e7e2;
	border-radius: 16px;
	background: var(--fm-sand);
}

.fm-recipe-practical h2 {
	margin: 0 0 16px;
	font-size: 1.35rem;
	letter-spacing: -0.025em;
}

.fm-recipe-info-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
}

.fm-recipe-info-grid > div {
	min-width: 0;
	padding: 12px 13px;
	border: 1px solid rgba(210, 220, 213, 0.9);
	border-radius: 11px;
	background: rgba(255, 255, 255, 0.86);
}

.fm-recipe-info-grid__servings,
.fm-recipe-info-grid__equipment {
	grid-column: 1 / -1;
}

.fm-recipe-info-grid dt {
	margin: 0 0 4px;
	color: var(--fm-muted);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.035em;
	text-transform: uppercase;
}

.fm-recipe-info-grid dd {
	margin: 0;
	color: var(--fm-ink);
	font-size: 0.91rem;
	font-weight: 750;
	line-height: 1.4;
}

.fm-recipe-info-grid .fm-servings-control {
	display: grid;
	grid-template-columns: 36px minmax(115px, 1fr) 36px;
	gap: 6px;
	max-width: 230px;
}

.fm-recipe-info-grid .fm-servings-control button {
	height: 36px;
	border-radius: 9px;
}

.fm-recipe-info-grid .fm-servings-control label {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	padding: 0 8px;
	border: 1px solid #cbd2cc;
	border-radius: 9px;
	background: #fff;
	font-size: 0.84rem;
	font-weight: 600;
}

.fm-recipe-info-grid .fm-servings-control input {
	width: 32px;
	height: 32px;
	padding: 0;
	border: 0;
	background: transparent;
	font-weight: 800;
}

.fm-print-servings {
	display: none;
}

.fm-recipe-overview > .fm-ingredients {
	grid-area: ingredients;
	padding: 24px 26px;
	border: 1px solid var(--fm-line);
	border-radius: 16px;
	background: #fff;
}

.fm-recipe-overview .fm-recipe-section-heading {
	margin-bottom: 10px;
}

.fm-recipe-overview .fm-recipe-section-heading h2,
.fm-method h2 {
	font-size: clamp(1.8rem, 2.4vw, 2.25rem);
}

.fm-recipe-overview .fm-ingredient label {
	padding: 11px 2px;
	font-size: 0.95rem;
	line-height: 1.5;
}

.fm-method {
	max-width: 920px;
	margin-top: 72px;
	padding-top: 54px;
	border-top: 1px solid var(--fm-line);
}

.fm-method h2 {
	margin-bottom: 28px;
}

.fm-method .fm-step-list {
	display: grid;
	gap: 8px;
}

.fm-method .fm-step-list li {
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 14px;
	padding: 0 0 24px;
	font-size: 1rem;
	line-height: 1.7;
}

.fm-method .fm-step-list li::before {
	display: block;
	width: auto;
	height: auto;
	padding-top: 1px;
	border-radius: 0;
	background: transparent;
	color: var(--fm-accent-dark);
	content: counter(fm-step) ".";
	font-size: 1.45rem;
	font-weight: 800;
	line-height: 1.3;
	text-align: left;
}

.fm-method .fm-step-list li::after {
	display: none;
}

.fm-method .fm-step-list li span {
	padding-top: 0;
}

.fm-single-recipe .fm-recipe-tip,
.fm-single-recipe .fm-practical-info {
	max-width: 920px;
	margin-top: 54px;
}

.fm-single-recipe .fm-recipe-bottom-actions {
	max-width: 920px;
	justify-content: flex-start;
}

@media (max-width: 800px) {
	.fm-recipe-shell {
		padding-top: 24px;
		padding-bottom: 64px;
	}

	.fm-recipe-shell > .fm-breadcrumbs {
		margin-bottom: 22px;
	}

	.fm-recipe-overview {
		grid-template-columns: 1fr;
		grid-template-areas:
			"copy"
			"image"
			"sidebar"
			"ingredients";
		gap: 22px;
	}

	.fm-recipe-copy {
		padding: 6px 0 4px;
	}

	.fm-recipe-copy h1 {
		font-size: clamp(2.15rem, 9vw, 3rem);
	}

	.fm-recipe-lead {
		margin-top: 15px;
		font-size: 1rem;
	}

	.fm-recipe-overview > .fm-recipe-image {
		border-radius: 14px;
	}

	.fm-recipe-overview > .fm-recipe-image img {
		aspect-ratio: 4 / 3;
	}

	.fm-recipe-overview > .fm-ingredients {
		margin-top: 12px;
		padding: 22px;
	}

	.fm-recipe-overview .fm-recipe-section-heading {
		align-items: start;
		flex-direction: row;
	}

	.fm-method {
		margin-top: 54px;
		padding-top: 42px;
	}
}

@media (max-width: 480px) {
	.fm-recipe-practical {
		padding: 18px;
	}

	.fm-recipe-info-grid {
		grid-template-columns: 1fr;
	}

	.fm-recipe-info-grid > div,
	.fm-recipe-info-grid__servings,
	.fm-recipe-info-grid__equipment {
		grid-column: auto;
	}

	.fm-recipe-info-grid .fm-servings-control {
		max-width: none;
	}

	.fm-method .fm-step-list li {
		grid-template-columns: 42px minmax(0, 1fr);
		gap: 10px;
	}
}

@media print {
	.fm-recipe-image,
	.fm-recipe-favorite-action,
	.fm-recipe-utility-actions,
	.fm-recipe-action-status,
	.fm-recipe-bottom-actions,
	.fm-recipe-tip,
	.fm-practical-info {
		display: none !important;
	}

	.fm-recipe-shell {
		padding: 0;
	}

	.fm-recipe-overview {
		display: grid;
		grid-template-columns: 1.15fr 0.85fr;
		grid-template-areas:
			"copy sidebar"
			"ingredients sidebar";
		gap: 18px 28px;
	}

	.fm-recipe-copy {
		padding: 0;
	}

	.fm-recipe-copy h1 {
		font-size: 27pt;
	}

	.fm-recipe-lead {
		margin-top: 10px;
		font-size: 10.5pt;
	}

	.fm-recipe-sidebar {
		display: block;
	}

	.fm-recipe-practical,
	.fm-recipe-overview > .fm-ingredients {
		padding: 14px;
		border-color: #bbb;
		background: #fff;
	}

	.fm-recipe-info-grid {
		display: block;
	}

	.fm-recipe-info-grid > div {
		padding: 7px 0;
		border: 0;
		border-bottom: 1px solid #ddd;
	}

	.fm-recipe-practical .fm-servings-control {
		display: none !important;
	}

	.fm-print-servings {
		display: inline;
	}

	.fm-ingredient input {
		display: none;
	}

	.fm-ingredient label {
		padding: 6px 0;
	}

	.fm-method {
		max-width: none;
		margin-top: 24px;
		padding-top: 20px;
	}

	.fm-method .fm-step-list li {
		padding-bottom: 10px;
		font-size: 10.5pt;
	}
}

/* Structured footer */
.fm-footer-grid {
	grid-template-columns: minmax(260px, 1.25fr) repeat(3, minmax(140px, 0.65fr));
	gap: clamp(28px, 4vw, 58px);
}

.fm-footer-company {
	max-width: 390px;
}

.fm-footer-company strong {
	color: #fffaf4;
}

.fm-footer-nav {
	min-width: 0;
}

.fm-footer-links {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fm-footer-links li {
	margin: 0;
}

.fm-footer-links a {
	display: inline-flex;
	padding: 2px 0;
	text-decoration: none;
}

.fm-footer-bottom {
	grid-template-columns: 1fr;
	margin-top: 48px;
}

/* Necessary-cookie notice */
.fm-cookiebot {
	position: fixed;
	z-index: 1000;
	right: 20px;
	bottom: 20px;
	left: 20px;
	max-width: 1120px;
	margin-inline: auto;
	padding: 20px;
	border: 1px solid #d7ddd8;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 20px 55px rgba(24, 37, 29, 0.2);
}

.fm-cookiebot[hidden] {
	display: none;
}

.fm-cookiebot__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(190px, auto) auto;
	align-items: center;
	gap: 22px;
}

.fm-cookiebot__copy h2 {
	margin-bottom: 7px;
	font-size: 1.35rem;
	letter-spacing: -0.025em;
}

.fm-cookiebot__copy .fm-kicker {
	margin-bottom: 5px;
}

.fm-cookiebot__copy p {
	max-width: 680px;
	margin-bottom: 5px;
	color: var(--fm-muted);
	font-size: 0.88rem;
	line-height: 1.55;
}

.fm-cookiebot__copy a {
	font-size: 0.82rem;
	font-weight: 700;
}

.fm-cookiebot__category {
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 12px 14px;
	border: 1px solid #dce4de;
	border-radius: 12px;
	background: var(--fm-green-soft);
	color: var(--fm-green-dark);
}

.fm-cookiebot__category > .dashicons {
	font-size: 21px;
}

.fm-cookiebot__category strong,
.fm-cookiebot__category small {
	display: block;
}

.fm-cookiebot__category strong {
	font-size: 0.85rem;
}

.fm-cookiebot__category small {
	margin-top: 1px;
	color: var(--fm-muted);
	font-size: 0.72rem;
}

.fm-cookiebot__accept {
	min-height: 44px;
	padding: 10px 18px;
	white-space: nowrap;
}

@media (max-width: 760px) {
	.fm-cookiebot {
		right: 12px;
		bottom: 12px;
		left: 12px;
		padding: 18px;
	}

	.fm-cookiebot__inner {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.fm-cookiebot__accept {
		width: 100%;
	}
}

@media print {
	.fm-cookiebot {
		display: none !important;
	}
}

/* Advertisement page */
.fm-services-page__header {
	background:
		radial-gradient(circle at 85% 25%, rgba(255, 255, 255, 0.65), transparent 24%),
		var(--fm-green-soft);
}

.fm-services-section {
	background: #fff;
}

.fm-service-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.fm-service-card {
	display: flex;
	min-width: 0;
	min-height: 430px;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--fm-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(24, 37, 29, 0.07);
}

.fm-service-card__visual {
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.fm-service-card__visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fm-service-card__visual--garden {
	background: linear-gradient(145deg, #dcebd9, #aacba9);
	color: #22543b;
}

.fm-service-card__visual--transport {
	background: linear-gradient(145deg, #dce9ef, #a9c5d3);
	color: #274f65;
}

.fm-service-card__visual--building {
	background: linear-gradient(145deg, #efe1cf, #d5b58c);
	color: #6b4a28;
}

.fm-service-card__visual--painting {
	background: linear-gradient(145deg, #f2dcd7, #dcaeaa);
	color: #743c3b;
}

.fm-service-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px;
}

.fm-service-card__body h2 {
	margin: 0;
	font-size: 1.24rem;
	line-height: 1.3;
}

.fm-service-card__body p {
	margin: 12px 0 24px;
	color: var(--fm-muted);
	font-size: 0.9rem;
	line-height: 1.6;
}

.fm-service-card__cta {
	width: 100%;
	min-height: 44px;
	margin-top: auto;
	padding: 10px 14px;
	font-size: 0.86rem;
}

.fm-service-card__cta.is-unlinked {
	border-color: #aebbb2;
	background: #f2f5f2;
	color: #526057;
	cursor: default;
	pointer-events: none;
}

@media (max-width: 1050px) {
	.fm-service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fm-service-card {
		min-height: 400px;
	}
}

@media (max-width: 800px) {
	.fm-footer-grid {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.fm-footer-company {
		max-width: 430px;
	}
}

@media (max-width: 580px) {
	.fm-service-grid {
		grid-template-columns: 1fr;
	}

	.fm-service-card {
		min-height: 390px;
	}
}

/* Compact top banners: keep the next section visible sooner. */
.fm-home-hero {
	padding: clamp(30px, 4vw, 52px) 0;
}

.fm-hero-slider {
	min-height: clamp(420px, 50vh, 500px);
}

.fm-hero-slide__inner {
	padding: 42px 0 68px;
}

.fm-simple-hero__inner {
	min-height: clamp(420px, 48vh, 480px);
	gap: clamp(28px, 5vw, 64px);
	padding: 32px 0 38px;
}

.fm-simple-hero h1 {
	margin-bottom: 18px;
	font-size: clamp(2.55rem, 4.2vw, 4.25rem);
}

.fm-simple-hero .fm-lead {
	margin-bottom: 22px;
	line-height: 1.55;
}

.fm-simple-hero__illustration img {
	width: min(100%, 430px);
	height: 365px;
	border-radius: 28px;
	object-fit: cover;
	object-position: center 50%;
}

.fm-page-header {
	padding: 32px 0 34px;
}

.fm-page-header h1 {
	margin-bottom: 12px;
	font-size: clamp(2.35rem, 4vw, 3.9rem);
}

.fm-page-header .fm-breadcrumbs {
	margin-bottom: 16px;
}

.fm-page-header .fm-lead {
	margin-bottom: 0;
	font-size: clamp(1rem, 1.3vw, 1.12rem);
	line-height: 1.5;
}

.fm-category-feature__card {
	min-height: clamp(220px, 22vw, 280px);
}

.fm-category-feature__copy h1 {
	font-size: clamp(2rem, 4vw, 3.7rem);
}

.fm-search-page {
	min-height: 340px;
	padding: 32px 0 40px;
}

.fm-search-page h1 {
	margin-bottom: 12px;
	font-size: clamp(2.5rem, 5.2vw, 4.5rem);
}

.fm-search-page .fm-breadcrumbs {
	margin-bottom: 14px;
}

.fm-search-page .fm-lead {
	margin-bottom: 0;
	line-height: 1.5;
}

.fm-search--large {
	margin-top: 20px;
}

.fm-popular-searches {
	margin-top: 14px;
}

.fm-recipe-header {
	padding: 32px 0 34px;
}

@media (max-width: 900px) {
	.fm-simple-hero__inner {
		gap: 8px;
		padding: 30px 0 36px;
	}

	.fm-simple-hero__illustration {
		width: min(320px, 76vw);
		margin: -6px auto 0;
	}

	.fm-simple-hero__illustration img {
		height: 240px;
	}

	.fm-page-header {
		padding: 28px 0 30px;
	}

	.fm-search-page {
		min-height: auto;
		padding: 30px 0 36px;
	}

	.fm-category-feature__card {
		min-height: 220px;
	}
}

@media (max-width: 560px) {
	.fm-hero-slider {
		min-height: 440px;
	}

	.fm-hero-slide__inner {
		padding: 30px 0 54px;
	}

	.fm-simple-hero__inner {
		padding: 26px 0 30px;
	}

	.fm-simple-hero h1 {
		font-size: clamp(2.1rem, 9.5vw, 2.8rem);
	}

	.fm-simple-hero__illustration {
		width: min(260px, 72vw);
	}

	.fm-simple-hero__illustration img {
		height: 195px;
	}

	.fm-page-header,
	.fm-search-page {
		padding: 24px 0 28px;
	}

	.fm-page-header h1,
	.fm-search-page h1 {
		font-size: clamp(2.1rem, 9.5vw, 2.75rem);
	}

	.fm-category-feature__card {
		min-height: 205px;
	}

	.fm-category-feature__copy {
		width: min(720px, calc(100% - 32px));
		gap: 7px;
	}
}

/* Taxonomy-driven category dropdowns in the primary navigation. */
.fm-main-nav .fm-primary-menu {
	overflow: visible;
}

.fm-menu-item {
	position: relative;
}

.fm-menu-item__row {
	display: flex;
	align-items: center;
}

.fm-menu-item__link {
	white-space: nowrap;
}

.fm-menu-item--has-children > .fm-menu-item__row > .fm-menu-item__link {
	padding-right: 5px;
}

.fm-submenu-toggle {
	display: none;
	width: 26px;
	height: 44px;
	margin: 0 2px 0 -3px;
	padding: 0;
	place-items: center;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: #59645b;
	cursor: pointer;
}

.fm-has-js .fm-submenu-toggle {
	display: grid;
}

.fm-submenu-toggle:hover,
.fm-submenu-toggle:focus-visible {
	background: var(--fm-salmon-soft);
	color: var(--fm-accent-dark);
}

.fm-submenu-chevron {
	display: block;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-right: 1.8px solid currentColor;
	border-bottom: 1.8px solid currentColor;
	transform: rotate(45deg);
	transition: transform 0.16s ease, margin 0.16s ease;
}

.fm-submenu-toggle[aria-expanded="true"] .fm-submenu-chevron {
	margin-top: 3px;
	transform: rotate(225deg);
}

.fm-main-nav .fm-submenu {
	position: absolute;
	z-index: 120;
	top: calc(100% + 7px);
	left: 0;
	display: grid;
	flex: none;
	align-items: stretch;
	justify-content: stretch;
	min-width: 220px;
	gap: 2px;
	margin: 0;
	padding: 8px;
	border: 1px solid var(--fm-line);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 16px 36px rgba(35, 46, 39, 0.14);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-5px);
	transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.fm-main-nav .fm-submenu::before {
	position: absolute;
	top: -9px;
	right: 0;
	left: 0;
	height: 9px;
	content: "";
}

.fm-main-nav .fm-submenu a {
	width: 100%;
	min-height: 38px;
	justify-content: flex-start;
	padding: 7px 10px;
	border-radius: 8px;
	font-size: 0.85rem;
	font-weight: 650;
	line-height: 1.3;
	white-space: nowrap;
}

.fm-menu-item.is-current > .fm-menu-item__row > a,
.fm-menu-item.is-current-ancestor > .fm-menu-item__row > a {
	background: var(--fm-salmon-soft);
	color: var(--fm-accent-dark);
}

@media (min-width: 1021px) {
	.fm-menu-item--has-children > .fm-menu-item__row {
		border-radius: 10px;
		color: #3f4941;
		transition: background 0.16s ease, color 0.16s ease;
	}

	.fm-menu-item--has-children > .fm-menu-item__row:hover,
	.fm-menu-item--has-children > .fm-menu-item__row:focus-within,
	.fm-menu-item--has-children.is-current > .fm-menu-item__row,
	.fm-menu-item--has-children.is-current-ancestor > .fm-menu-item__row {
		background: var(--fm-salmon-soft);
		color: var(--fm-accent-dark);
	}

	.fm-menu-item--has-children > .fm-menu-item__row > .fm-menu-item__link,
	.fm-menu-item--has-children > .fm-menu-item__row > .fm-menu-item__link:hover,
	.fm-menu-item--has-children > .fm-menu-item__row > .fm-menu-item__link[aria-current="page"] {
		border-radius: 10px 0 0 10px;
		background: transparent;
		color: inherit;
	}

	.fm-menu-item--has-children > .fm-menu-item__row > .fm-submenu-toggle,
	.fm-menu-item--has-children > .fm-menu-item__row > .fm-submenu-toggle:hover,
	.fm-menu-item--has-children > .fm-menu-item__row > .fm-submenu-toggle:focus-visible {
		width: 29px;
		margin: 0;
		border-radius: 0 10px 10px 0;
		background: transparent;
		color: inherit;
	}

	.fm-menu-item--has-children:hover > .fm-submenu,
	.fm-menu-item--has-children.is-submenu-open > .fm-submenu {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translateY(0);
	}

	.fm-primary-menu > .fm-menu-item:nth-last-child(-n + 2) > .fm-submenu {
		right: 0;
		left: auto;
	}
}

@media (min-width: 1021px) and (max-width: 1180px) {
	.fm-header-inner {
		gap: 18px;
	}

	.fm-brand-logo {
		width: 180px;
	}

	.fm-main-nav {
		gap: 7px;
	}

	.fm-main-nav .fm-menu-item__link {
		padding-right: 4px;
		padding-left: 7px;
		font-size: 0.79rem;
	}

	.fm-submenu-toggle {
		width: 21px;
		margin-left: -3px;
	}

	.fm-nav-search {
		width: 44px;
		padding-inline: 11px !important;
	}

	.fm-nav-search span {
		display: none;
	}
}

@media (max-width: 1020px) {
	.fm-main-nav .fm-primary-menu {
		display: grid;
		gap: 4px;
	}

	.fm-main-nav .fm-menu-item__row {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 48px;
		align-items: center;
	}

	.fm-main-nav .fm-menu-item__row > .fm-menu-item__link {
		width: 100%;
		padding-right: 10px;
	}

	.fm-submenu-toggle {
		width: 44px;
		height: 44px;
		margin: 0 2px;
	}

	.fm-main-nav .fm-submenu {
		position: static;
		display: grid;
		min-width: 0;
		gap: 1px;
		margin: 0 0 7px 14px;
		padding: 3px 0 5px 11px;
		border: 0;
		border-left: 2px solid var(--fm-salmon-soft);
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: none;
		transition: none;
	}

	.fm-main-nav .fm-submenu::before {
		display: none;
	}

	.fm-has-js .fm-main-nav .fm-submenu {
		display: none;
	}

	.fm-has-js .fm-main-nav .fm-menu-item.is-submenu-open > .fm-submenu {
		display: grid;
	}

	.fm-main-nav .fm-submenu a {
		min-height: 42px;
		padding: 7px 12px;
		font-size: 0.92rem;
		white-space: normal;
	}
}

/* Child category archives use a compact, text-only header. */
.fm-subcategory-header {
	padding: clamp(24px, 3vw, 38px) 0 clamp(24px, 2.7vw, 32px);
	border-bottom: 1px solid var(--fm-line);
	background: #fff;
}

.fm-subcategory-header .fm-breadcrumbs {
	margin-bottom: 14px;
}

.fm-subcategory-back {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--fm-green);
	font-size: 0.9rem;
	font-weight: 750;
	text-decoration: none;
}

.fm-subcategory-back:hover,
.fm-subcategory-back:focus-visible {
	color: var(--fm-green-dark);
	text-decoration: underline;
}

.fm-subcategory-header h1 {
	margin: 14px 0 0;
	color: var(--fm-ink);
	font-size: clamp(2rem, 3.6vw, 3.25rem);
	line-height: 1.08;
}

.fm-section.fm-category-content--child {
	padding-top: clamp(28px, 3vw, 40px);
}

@media (max-width: 560px) {
	.fm-subcategory-header {
		padding: 22px 0 24px;
	}

	.fm-subcategory-header h1 {
		font-size: clamp(2rem, 10vw, 2.6rem);
	}
}

/* App download page and the compact homepage invitation. */
.fm-app-download-page__header {
	background: var(--fm-sand);
}

.fm-app-download-page__header .fm-lead {
	max-width: 720px;
}

.fm-app-platform-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(20px, 3vw, 34px);
	max-width: 1040px;
	margin: 0 auto;
}

.fm-app-platform-card {
	display: flex;
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--fm-line);
	border-radius: 22px;
	background: #fff;
	color: var(--fm-ink);
	box-shadow: var(--fm-shadow);
	text-decoration: none;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
	flex-direction: column;
}

.fm-app-platform-card:hover {
	border-color: #c7b5ae;
	color: var(--fm-ink);
	box-shadow: 0 22px 50px rgba(24, 37, 29, 0.12);
	transform: translateY(-2px);
}

.fm-app-platform-card > img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.fm-app-platform-card__body {
	display: grid;
	gap: 7px;
	padding: 24px 26px 27px;
}

.fm-app-platform-card__body .fm-kicker {
	margin: 0;
}

.fm-app-platform-card__body strong {
	font-size: clamp(1.3rem, 2.2vw, 1.65rem);
	line-height: 1.25;
}

.fm-app-platform-card__body small {
	color: var(--fm-muted);
	font-size: 0.92rem;
}

.fm-app-download__note {
	max-width: 700px;
	margin: 28px auto 0;
	color: var(--fm-muted);
	font-size: 0.94rem;
	text-align: center;
}

.fm-home-app-cta {
	padding: clamp(64px, 8vw, 96px) 0;
	background: var(--fm-sand);
}

.fm-home-app-cta__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
	align-items: center;
	gap: clamp(36px, 6vw, 76px);
}

.fm-home-app-cta__copy {
	max-width: 560px;
}

.fm-home-app-cta__copy h2 {
	margin-bottom: 14px;
}

.fm-home-app-cta__copy > p:not(.fm-kicker) {
	margin-bottom: 22px;
	color: #43534a;
}

.fm-home-app-cta__visuals {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.fm-home-app-cta__visuals img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 18px;
	object-fit: cover;
	box-shadow: 0 14px 34px rgba(24, 37, 29, 0.1);
}

@media (max-width: 900px) {
	.fm-home-app-cta__inner {
		grid-template-columns: 1fr;
	}

	.fm-home-app-cta__copy {
		max-width: 680px;
	}
}

@media (max-width: 640px) {
	.fm-app-platform-grid {
		grid-template-columns: 1fr;
	}

	.fm-app-platform-card__body {
		padding: 21px 22px 24px;
	}

	.fm-home-app-cta {
		padding: 58px 0;
	}

	.fm-home-app-cta__visuals {
		gap: 9px;
	}

	.fm-home-app-cta__visuals img {
		border-radius: 13px;
	}
}

/* Simple, article-like recipe pages. */
.fm-simple-recipe {
	background: #fff;
}

.fm-recipe-article__wrap {
	max-width: 900px;
	padding-top: clamp(32px, 5vw, 64px);
	padding-bottom: clamp(56px, 8vw, 96px);
}

.fm-recipe-article__wrap > .fm-breadcrumbs {
	margin: 0 0 clamp(26px, 4vw, 42px);
}

.fm-recipe-article__header {
	max-width: 800px;
	margin-bottom: clamp(28px, 4vw, 42px);
}

.fm-recipe-article__header h1 {
	max-width: 760px;
	margin: 0;
	color: var(--fm-ink);
	font-size: clamp(2.2rem, 5vw, 3.65rem);
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.fm-recipe-article__lead {
	max-width: 720px;
	margin: 18px 0 0;
	color: #43534a;
	font-size: clamp(1.08rem, 2vw, 1.25rem);
	line-height: 1.7;
}

.fm-recipe-article__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 24px;
	margin: 22px 0 0;
	color: var(--fm-muted);
	font-size: 0.94rem;
	line-height: 1.55;
}

.fm-recipe-article__meta span {
	display: inline;
}

.fm-recipe-article__meta strong {
	color: var(--fm-ink);
	font-weight: 700;
}

.fm-recipe-article__image {
	margin: 0 0 clamp(38px, 6vw, 64px);
}

.fm-recipe-article__image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
}

.fm-recipe-article__image figcaption {
	margin-top: 9px;
	color: var(--fm-muted);
	font-size: 0.84rem;
	line-height: 1.5;
}

.fm-recipe-article__body,
.fm-recipe-article__section {
	max-width: 760px;
}

.fm-recipe-article__body {
	margin-bottom: clamp(32px, 5vw, 48px);
	font-size: 1.04rem;
	line-height: 1.8;
}

.fm-recipe-article__section {
	padding-top: clamp(30px, 4vw, 42px);
	border-top: 1px solid var(--fm-line);
}

.fm-recipe-article__section + .fm-recipe-article__section {
	margin-top: clamp(36px, 5vw, 54px);
}

.fm-recipe-article__section h2 {
	margin: 0 0 22px;
	color: var(--fm-ink);
	font-size: clamp(1.7rem, 3vw, 2.25rem);
	line-height: 1.2;
}

.fm-recipe-article__ingredients,
.fm-recipe-article__steps {
	margin: 0;
	padding-left: 1.45rem;
}

.fm-recipe-article__ingredients li,
.fm-recipe-article__steps li {
	padding-left: 0.35rem;
	color: #2f3d35;
	font-size: 1.02rem;
	line-height: 1.75;
}

.fm-recipe-article__ingredients li + li,
.fm-recipe-article__steps li + li {
	margin-top: 10px;
}

.fm-recipe-article__steps li::marker {
	color: var(--fm-primary);
	font-weight: 700;
}

.fm-recipe-article__notes p {
	margin: 0;
	color: #43534a;
	font-size: 1rem;
	line-height: 1.75;
}

.fm-recipe-article__notes p + p {
	margin-top: 14px;
}

.fm-recipe-article__notes strong {
	color: var(--fm-ink);
}

@media (max-width: 640px) {
	.fm-recipe-article__wrap {
		padding-top: 26px;
		padding-bottom: 64px;
	}

	.fm-recipe-article__header h1 {
		font-size: clamp(2rem, 11vw, 2.75rem);
	}

	.fm-recipe-article__meta {
		display: grid;
		gap: 5px;
	}

	.fm-recipe-article__image img {
		border-radius: 9px;
	}
}
