/* Generated child-theme bundle 1.10.0. Source order is preserved for cascade compatibility. */

/**
 * Step 1 — Global visual foundation.
 *
 * No header, footer, archive or article-specific styling is included yet.
 */

:root {
	--gp-child-color-background: #fffaf6;
	--gp-child-color-surface: #ffffff;
	--gp-child-color-surface-soft: #f6eee7;
	--gp-child-color-heading: #302621;
	--gp-child-color-text: #493f39;
	--gp-child-color-muted: #665a53;
	--gp-child-color-accent: #dc806f;
	--gp-child-color-accent-dark: #8f392f;
	--gp-child-color-action: #b75445;
	--gp-child-color-border: #eadfd6;
	--gp-child-color-focus: #6f4d43;

	--gp-child-topbar-background: #f6eee7;
	--gp-child-topbar-text: #665a53;
	--gp-child-topbar-hover: #8f392f;
	--gp-child-topbar-border: #eadfd6;
	--gp-child-topbar-font-family: var(--gp-child-font-body);
	--gp-child-topbar-font-size: 13px;
	--gp-child-topbar-font-weight: 500;
	--gp-child-topbar-letter-spacing: 0.2px;
	--gp-child-topbar-menu-gap: 24px;
	--gp-child-topbar-vertical-padding: 10px;
	--gp-child-topbar-horizontal-padding: 24px;
	--gp-child-topbar-max-width: 1240px;
	--gp-child-topbar-text-transform: none;

	--gp-child-header-topbar-bottom-gap: 0px;
	--gp-child-header-branding-extra-space: 8px;
	--gp-child-header-main-menu-bottom-gap: 20px;
	--gp-child-home-hero-extra-top-space: 16px;

	--gp-child-category-radius-top-left: 176px;
	--gp-child-category-radius-top-right: 176px;
	--gp-child-category-radius-bottom-right: 20px;
	--gp-child-category-radius-bottom-left: 20px;

	--gp-child-author-radius-top-left: 240px;
	--gp-child-author-radius-top-right: 240px;
	--gp-child-author-radius-bottom-right: 20px;
	--gp-child-author-radius-bottom-left: 20px;

	--gp-child-story-radius-top-left: 220px;
	--gp-child-story-radius-top-right: 220px;
	--gp-child-story-radius-bottom-right: 24px;
	--gp-child-story-radius-bottom-left: 24px;

	--gp-child-font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--gp-child-font-heading: Georgia, "Times New Roman", serif;

	--gp-child-container-width: 1240px;
	--gp-child-reading-width: 760px;

	--gp-child-space-1: 0.5rem;
	--gp-child-space-2: 0.75rem;
	--gp-child-space-3: 1rem;
	--gp-child-space-4: 1.5rem;
	--gp-child-space-5: 2rem;
	--gp-child-space-6: 3rem;
	--gp-child-space-7: 4.5rem;

	--gp-child-radius-small: 0.375rem;
	--gp-child-radius-medium: 0.75rem;
	--gp-child-radius-pill: 999px;
	--gp-child-transition: 180ms ease;
}

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

html {
	scroll-behavior: smooth;
}

body,
button,
input,
select,
textarea {
	font-family: var(--gp-child-font-body);
}

body {
	margin: 0;
	background: var(--gp-child-color-background);
	color: var(--gp-child-color-text);
	font-size: 17px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	color: var(--gp-child-color-heading);
	font-family: var(--gp-child-font-heading);
	font-weight: 400;
	line-height: 1.12;
	letter-spacing: -0.025em;
}

h1 {
	font-size: clamp(2.4rem, 5vw, 4.75rem);
}

h2 {
	font-size: clamp(2rem, 3.8vw, 3.5rem);
}

h3 {
	font-size: clamp(1.55rem, 2.4vw, 2.25rem);
}

p {
	margin-top: 0;
	margin-bottom: var(--gp-child-space-4);
}

a {
	color: var(--gp-child-color-heading);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
	transition: color var(--gp-child-transition);
}

a:hover,
a:focus-visible {
	color: var(--gp-child-color-accent-dark);
}

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

::selection {
	background: var(--gp-child-color-action);
	color: #ffffff;
}

:focus-visible {
	outline: 2px solid var(--gp-child-color-focus);
	outline-offset: 3px;
}

.grid-container {
	width: min(100% - 40px, var(--gp-child-container-width));
	max-width: var(--gp-child-container-width);
}

.site-content {
	padding-top: var(--gp-child-space-6);
	padding-bottom: var(--gp-child-space-7);
}

.entry-content {
	color: var(--gp-child-color-text);
}

.entry-content > p,
.entry-content > ul,
.entry-content > ol,
.entry-content > blockquote {
	max-width: var(--gp-child-reading-width);
}

button,
.button,
.wp-block-button__link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	min-height: 48px;
	padding: 0.8rem 1.5rem;
	border: 1px solid var(--gp-child-color-accent);
	border-radius: var(--gp-child-radius-pill);
	background: var(--gp-child-color-action);
	color: #ffffff;
	font: inherit;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	transition:
		background-color var(--gp-child-transition),
		border-color var(--gp-child-transition),
		transform var(--gp-child-transition);
}

button:hover,
.button:hover,
.wp-block-button__link:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: var(--gp-child-color-accent-dark);
	background: var(--gp-child-color-accent-dark);
	color: #ffffff;
	transform: translateY(-1px);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="number"],
input[type="password"],
select,
textarea {
	width: 100%;
	min-height: 48px;
	padding: 0.75rem 1rem;
	border: 1px solid var(--gp-child-color-border);
	border-radius: var(--gp-child-radius-small);
	background: var(--gp-child-color-surface);
	color: var(--gp-child-color-text);
	font: inherit;
}

textarea {
	min-height: 150px;
	resize: vertical;
}

hr {
	border: 0;
	border-top: 1px solid var(--gp-child-color-border);
}

blockquote {
	margin: var(--gp-child-space-5) 0;
	padding: var(--gp-child-space-4) var(--gp-child-space-5);
	border-left: 3px solid var(--gp-child-color-accent);
	background: var(--gp-child-color-surface-soft);
	color: var(--gp-child-color-heading);
	font-family: var(--gp-child-font-heading);
	font-size: 1.25em;
}

@media (max-width: 768px) {
	:root {
		--gp-child-space-6: 2rem;
		--gp-child-space-7: 3rem;
	}

	body {
		font-size: 16px;
	}

	.grid-container {
		width: min(100% - 28px, var(--gp-child-container-width));
	}
}

/**
 * Step 2 — Header and navigation.
 *
 * GeneratePress keeps ownership of the header markup and mobile navigation.
 * The WordPress site title is used as the text logo.
 */

.gp-child-topbar {
	margin-bottom: var(--gp-child-header-topbar-bottom-gap);
	border-bottom: 1px solid var(--gp-child-topbar-border);
	background: var(--gp-child-topbar-background);
	color: var(--gp-child-topbar-text);
	font-family: var(--gp-child-topbar-font-family);
	font-size: var(--gp-child-topbar-font-size);
	font-weight: var(--gp-child-topbar-font-weight);
	letter-spacing: var(--gp-child-topbar-letter-spacing);
	text-transform: var(--gp-child-topbar-text-transform);
}

.gp-child-topbar__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: var(--gp-child-space-3);
	width: 100%;
	max-width: var(--gp-child-topbar-max-width);
	min-height: 0;
	padding:
		var(--gp-child-topbar-vertical-padding)
		var(--gp-child-topbar-horizontal-padding);
}

.gp-child-topbar__tagline {
	margin: 0;
}



.gp-child-topbar__nav:only-child {
	margin-left: auto;
}

.gp-child-topbar__menu {
	display: flex;
	align-items: center;
	gap: var(--gp-child-topbar-menu-gap);
	margin: 0;
	padding: 0;
	list-style: none;
}

.gp-child-topbar__menu a {
	color: inherit;
	text-decoration: none;
}

.gp-child-topbar__menu a:hover,
.gp-child-topbar__menu a:focus-visible {
	color: var(--gp-child-topbar-hover);
}



.gp-child-topbar--width-full .gp-child-topbar__inner {
	max-width: none;
}

.gp-child-topbar--align-left .gp-child-topbar__inner {
	justify-content: flex-start;
}

.gp-child-topbar--align-center .gp-child-topbar__inner {
	justify-content: center;
	text-align: center;
}

.gp-child-topbar--align-right .gp-child-topbar__inner {
	justify-content: flex-end;
	text-align: right;
}

.gp-child-topbar--align-left .gp-child-topbar__nav,
.gp-child-topbar--align-center .gp-child-topbar__nav,
.gp-child-topbar--align-right .gp-child-topbar__nav,
.gp-child-topbar--align-left .gp-child-topbar__nav:only-child,
.gp-child-topbar--align-center .gp-child-topbar__nav:only-child,
.gp-child-topbar--align-right .gp-child-topbar__nav:only-child {
	margin-left: 0;
}

.gp-child-topbar--align-center .gp-child-topbar__menu {
	justify-content: center;
}

.gp-child-topbar--align-right .gp-child-topbar__menu {
	justify-content: flex-end;
}

@media (max-width: 768px) {
	.gp-child-topbar__inner {
		gap: 0.6rem 1rem;
	}

	.gp-child-topbar--show-mobile-menu .gp-child-topbar__nav {
		display: block;
		width: 100%;
	}

	.gp-child-topbar--show-mobile-menu .gp-child-topbar__menu {
		flex-wrap: wrap;
		justify-content: center;
	}

	.gp-child-topbar--hide-mobile-menu .gp-child-topbar__nav {
		display: none;
	}
}

.site-header {
	border-bottom: 0;
	background: var(--gp-child-color-background);
}

.site-header .inside-header {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: calc(
		132px + (var(--gp-child-header-branding-extra-space) * 2)
	);
	padding-top: calc(
		28px + var(--gp-child-header-branding-extra-space)
	);
	padding-bottom: calc(
		28px + var(--gp-child-header-branding-extra-space)
	);
	text-align: center;
}

.site-branding {
	margin: 0;
}

.site-logo {
	margin: 0 auto;
}

.site-logo + .site-branding {
	margin-left: 0;
}

.site-title {
	font-family: var(--gp-child-font-heading);
	font-size: clamp(2.7rem, 6vw, 4.8rem);
	font-weight: 400;
	line-height: 0.95;
	letter-spacing: -0.055em;
}

.site-title a,
.site-title a:hover,
.site-title a:focus-visible {
	color: var(--gp-child-color-heading);
	text-decoration: none;
}

.site-description {
	display: none;
}

.main-navigation {
	border-top: 1px solid var(--gp-child-color-border);
	border-bottom: 1px solid var(--gp-child-color-border);
	background: var(--gp-child-color-surface);
}

.main-navigation .inside-navigation {
	min-height: 58px;
}

.main-navigation .main-nav > ul {
	justify-content: center;
}

.main-navigation .main-nav ul li a,
.main-navigation .menu-toggle,
.main-navigation .menu-bar-item > a {
	color: var(--gp-child-color-heading);
	font-size: 0.84rem;
	font-weight: 600;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

.main-navigation .main-nav ul li a {
	padding-right: 20px;
	padding-left: 20px;
}

.main-navigation .main-nav ul li:hover > a,
.main-navigation .main-nav ul li:focus > a,
.main-navigation .main-nav ul li[class*="current-menu-"] > a,
.main-navigation .main-nav ul li[class*="current_page_"] > a {
	background: transparent;
	color: var(--gp-child-color-accent-dark);
}

.main-navigation ul ul {
	border: 1px solid var(--gp-child-color-border);
	background: var(--gp-child-color-surface);
	box-shadow: 0 16px 40px rgba(48, 38, 33, 0.09);
}

.main-navigation ul ul li a {
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 0.78rem;
	text-transform: none;
}

.menu-toggle {
	min-height: 52px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--gp-child-color-heading);
	transform: none;
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
	border: 0;
	background: transparent;
	color: var(--gp-child-color-accent-dark);
	transform: none;
}

@media (max-width: 768px) {
	.gp-child-topbar__inner {
		justify-content: center;
		min-height: 34px;
		text-align: center;
	}

	.gp-child-topbar__nav {
		display: none;
	}

	.site-header .inside-header {
		min-height: 100px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.site-title {
		font-size: clamp(2.35rem, 13vw, 3.4rem);
	}

	.main-navigation .inside-navigation {
		min-height: 52px;
	}

	.main-navigation.toggled .main-nav > ul {
		padding: 8px 0 14px;
		border-top: 1px solid var(--gp-child-color-border);
	}

	.main-navigation.toggled .main-nav ul li a {
		padding: 12px 20px;
		text-align: left;
	}
}


/**
 * Single article and recipe layout — Version 1.10.0.
 */

:root {
	--gp-child-single-content-width: 780px;
	--gp-child-single-featured-radius: 24px;
	--gp-child-related-radius: 20px;
}

body.gp-child-single-recipe {
	background:
		linear-gradient(
			180deg,
			var(--gp-child-color-surface-soft) 0,
			var(--gp-child-color-background) 420px
		);
}

body.gp-child-single-recipe .site-content {
	padding-top: clamp(2.5rem, 5vw, 5rem);
}

body.gp-child-single-recipe .site-main > article.post {
	overflow: visible;
	background: transparent;
}

body.gp-child-single-recipe .inside-article {
	padding-top: 0;
	background: transparent;
}

body.gp-child-single-recipe .entry-header {
	width: min(100%, 980px);
	margin-right: auto;
	margin-bottom: clamp(2rem, 5vw, 3.75rem);
	margin-left: auto;
	text-align: center;
}

.gp-child-single-category {
	display: flex;
	justify-content: center;
	margin-bottom: 1rem;
}

.gp-child-single-category a {
	display: inline-flex;
	min-height: 30px;
	align-items: center;
	padding: 0.4rem 0.85rem;
	border-radius: var(--gp-child-radius-pill);
	background: var(--gp-child-color-accent-secondary-soft);
	color: #56644f;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.gp-child-single-category a:hover,
.gp-child-single-category a:focus-visible {
	background: var(--gp-child-color-accent-secondary);
	color: #ffffff;
}

body.gp-child-single-recipe .entry-title {
	max-width: 930px;
	margin-right: auto;
	margin-bottom: 1.1rem;
	margin-left: auto;
	font-size: clamp(2.45rem, 5.7vw, 5rem);
	line-height: 1.03;
	text-wrap: balance;
}

body.gp-child-single-recipe .entry-meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.45rem 1rem;
	color: var(--gp-child-color-muted);
	font-size: 0.88rem;
	font-weight: 500;
}

body.gp-child-single-recipe .entry-meta a {
	color: inherit;
}

body.gp-child-single-recipe .featured-image,
body.gp-child-single-recipe .post-image {
	width: min(100%, 1120px);
	margin: 0 auto clamp(2.5rem, 6vw, 4.5rem);
}

body.gp-child-single-recipe .featured-image img,
body.gp-child-single-recipe .post-image img,
body.gp-child-single-recipe .entry-content > figure.wp-block-image:first-child img {
	width: 100%;
	border-radius: var(--gp-child-single-featured-radius);
	box-shadow: var(--gp-child-shadow-card);
}

body.gp-child-single-recipe .entry-content {
	width: min(100%, var(--gp-child-single-content-width));
	margin-right: auto;
	margin-left: auto;
	color: var(--gp-child-color-text);
	font-size: clamp(1.02rem, 1.3vw, 1.11rem);
	line-height: 1.78;
}

body.gp-child-single-recipe .entry-content > * {
	max-width: 100%;
}

body.gp-child-single-recipe .entry-content > p:first-of-type {
	color: var(--gp-child-color-heading);
	font-size: clamp(1.12rem, 1.8vw, 1.3rem);
	line-height: 1.65;
}

body.gp-child-single-recipe .entry-content h2 {
	margin-top: clamp(3rem, 6vw, 4.75rem);
	margin-bottom: 1.15rem;
	font-size: clamp(2rem, 3.7vw, 3.15rem);
	line-height: 1.12;
	scroll-margin-top: 2rem;
}

body.gp-child-single-recipe .entry-content h3 {
	margin-top: 2.4rem;
	margin-bottom: 0.85rem;
	font-size: clamp(1.5rem, 2.6vw, 2.05rem);
	scroll-margin-top: 2rem;
}

body.gp-child-single-recipe .entry-content h4 {
	margin-top: 2rem;
	margin-bottom: 0.7rem;
	font-size: 1.25rem;
	font-weight: 600;
}

body.gp-child-single-recipe .entry-content ul,
body.gp-child-single-recipe .entry-content ol {
	margin: 0 0 1.8rem;
	padding-left: 1.35rem;
}

body.gp-child-single-recipe .entry-content li {
	margin-bottom: 0.55rem;
	padding-left: 0.25rem;
}

body.gp-child-single-recipe .entry-content li::marker {
	color: var(--gp-child-color-accent-dark);
	font-weight: 700;
}

body.gp-child-single-recipe .entry-content blockquote {
	margin: 2.5rem 0;
	padding: 1.75rem 2rem;
	border: 0;
	border-left: 4px solid var(--gp-child-color-accent);
	border-radius: 0 var(--gp-child-radius-card) var(--gp-child-radius-card) 0;
	background: var(--gp-child-color-surface-soft);
	box-shadow: var(--gp-child-shadow-soft);
}

body.gp-child-single-recipe .entry-content figure {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

body.gp-child-single-recipe .entry-content figure img {
	border-radius: 1.1rem;
}

body.gp-child-single-recipe .wp-element-caption,
body.gp-child-single-recipe .wp-caption-text {
	margin-top: 0.65rem;
	color: var(--gp-child-color-muted);
	font-size: 0.82rem;
	line-height: 1.5;
	text-align: center;
}

body.gp-child-single-recipe .entry-content table {
	display: block;
	overflow-x: auto;
	width: 100%;
	margin: 2rem 0;
	border: 1px solid var(--gp-child-color-border);
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 1rem;
	background: var(--gp-child-color-surface);
}

body.gp-child-single-recipe .entry-content th,
body.gp-child-single-recipe .entry-content td {
	padding: 0.85rem 1rem;
	border-right: 0;
	border-bottom: 1px solid var(--gp-child-color-border);
	text-align: left;
}

body.gp-child-single-recipe .entry-content th {
	background: var(--gp-child-color-surface-soft);
	color: var(--gp-child-color-heading);
	font-weight: 700;
}

/* WP Recipe Maker visual integration. */
body.gp-child-single-recipe .wprm-recipe-container,
body.gp-child-single-recipe [class*="wprm-recipe-template-"] {
	margin-top: clamp(2.5rem, 6vw, 4.5rem);
	margin-bottom: clamp(2.5rem, 6vw, 4.5rem);
	border: 1px solid var(--gp-child-color-border);
	border-radius: 1.4rem;
	background: var(--gp-child-color-surface);
	box-shadow: var(--gp-child-shadow-card);
}

body.gp-child-single-recipe .wprm-recipe-container a,
body.gp-child-single-recipe [class*="wprm-recipe-template-"] a {
	text-underline-offset: 0.2em;
}

body.gp-child-single-recipe .wprm-recipe-jump,
body.gp-child-single-recipe .wprm-recipe-print,
body.gp-child-single-recipe [class*="wprm-recipe-jump"],
body.gp-child-single-recipe [class*="wprm-recipe-print"] {
	border-radius: var(--gp-child-radius-pill);
}

body.gp-child-single-recipe .wprm-recipe-ingredient,
body.gp-child-single-recipe .wprm-recipe-instruction-text {
	line-height: 1.65;
}

/* Author profile. */
.gp-child-single-author {
	display: grid;
	width: min(100%, 900px);
	grid-template-columns: 144px minmax(0, 1fr);
	gap: clamp(1.4rem, 4vw, 2.5rem);
	align-items: center;
	margin: clamp(3.5rem, 7vw, 5.5rem) auto 0;
	padding: clamp(1.5rem, 4vw, 2.5rem);
	border: 1px solid var(--gp-child-color-border);
	border-radius: 1.6rem;
	background:
		linear-gradient(
			135deg,
			var(--gp-child-color-surface) 0%,
			var(--gp-child-color-accent-secondary-soft) 150%
		);
	box-shadow: var(--gp-child-shadow-soft);
}

.gp-child-single-author__image {
	display: block;
	width: 144px;
	height: 144px;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0 12px 32px rgba(48, 38, 33, 0.14);
}

.gp-child-single-author__eyebrow,
.gp-child-related-recipes__eyebrow {
	margin-bottom: 0.55rem;
	color: var(--gp-child-color-accent-dark);
	font-size: 0.73rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.gp-child-single-author h2 {
	margin-bottom: 0.65rem;
	font-size: clamp(1.65rem, 3vw, 2.25rem);
}

.gp-child-single-author h2 a {
	text-decoration: none;
}

.gp-child-single-author p {
	margin-bottom: 1rem;
	line-height: 1.65;
}

.gp-child-single-author__link {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	color: var(--gp-child-color-accent-dark);
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
}

/* Related recipes. */
.gp-child-related-recipes {
	width: min(100%, 1120px);
	margin: clamp(4rem, 8vw, 6.5rem) auto 0;
	padding-top: clamp(2.5rem, 5vw, 4rem);
	border-top: 1px solid var(--gp-child-color-border);
}

.gp-child-related-recipes__heading {
	max-width: 720px;
	margin-bottom: clamp(1.6rem, 4vw, 2.5rem);
}

.gp-child-related-recipes__heading h2 {
	margin-bottom: 0;
	font-size: clamp(2rem, 4vw, 3.25rem);
}

.gp-child-related-recipes__grid {
	display: grid;
	grid-template-columns: repeat(
		min(var(--gp-child-related-count), 3),
		minmax(0, 1fr)
	);
	gap: clamp(1rem, 2.8vw, 1.75rem);
}

.gp-child-related-card {
	overflow: hidden;
	border: 1px solid var(--gp-child-color-border);
	border-radius: var(--gp-child-related-radius);
	background: var(--gp-child-color-surface);
	box-shadow: var(--gp-child-shadow-card);
	transition:
		transform var(--gp-child-motion-base),
		box-shadow var(--gp-child-motion-base);
}

.gp-child-related-card__image-link {
	display: block;
	overflow: hidden;
	aspect-ratio: 4 / 3;
}

.gp-child-related-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 420ms ease;
}

.gp-child-related-card__body {
	padding: 1.15rem 1.2rem 1.35rem;
}

.gp-child-related-card__category {
	display: inline-flex;
	margin-bottom: 0.7rem;
	padding: 0.3rem 0.65rem;
	border-radius: var(--gp-child-radius-pill);
	background: var(--gp-child-color-accent-secondary-soft);
	color: #56644f;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.gp-child-related-card h3 {
	margin-bottom: 0;
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	line-height: 1.2;
}

.gp-child-related-card h3 a {
	text-decoration: none;
}

body.gp-child-single-recipe .post-navigation {
	width: min(100%, 1120px);
	margin: clamp(3rem, 7vw, 5rem) auto 0;
	padding-top: 2rem;
	border-top: 1px solid var(--gp-child-color-border);
}

body.gp-child-single-recipe .post-navigation a {
	text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
	.gp-child-related-card:hover,
	.gp-child-related-card:focus-within {
		box-shadow: var(--gp-child-shadow-card-hover);
		transform: translateY(-4px);
	}

	.gp-child-related-card:hover .gp-child-related-card__image {
		transform: scale(1.035);
	}
}

@media (max-width: 920px) {
	.gp-child-related-recipes__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	body.gp-child-single-recipe .site-content {
		padding-top: 2rem;
	}

	body.gp-child-single-recipe .entry-title {
		font-size: clamp(2.2rem, 12vw, 3.35rem);
	}

	body.gp-child-single-recipe .entry-header {
		margin-bottom: 2rem;
	}

	.gp-child-single-author {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.gp-child-single-author__avatar {
		display: flex;
		justify-content: center;
	}

	.gp-child-single-author__link {
		justify-content: center;
	}

	.gp-child-related-recipes__grid {
		grid-template-columns: 1fr;
	}

	body.gp-child-single-recipe .entry-content blockquote {
		padding: 1.35rem 1.4rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gp-child-related-card,
	.gp-child-related-card__image {
		transition: none;
		transform: none !important;
	}
}


/**
 * Visual polish layer — Version 1.9.1.
 *
 * This file only refines presentation. It does not change templates,
 * queries, AJAX behavior, responsive image logic or carousel JavaScript.
 */

:root {
	--gp-child-color-accent-secondary: #7f9274;
	--gp-child-color-accent-secondary-soft: #edf1e9;

	--gp-child-space-xs: 0.5rem;
	--gp-child-space-sm: 0.75rem;
	--gp-child-space-md: 1rem;
	--gp-child-space-lg: 1.5rem;
	--gp-child-space-xl: 2rem;
	--gp-child-space-2xl: 3rem;
	--gp-child-space-3xl: 4.5rem;

	--gp-child-radius-card: 1.35rem;
	--gp-child-radius-panel: 1.75rem;
	--gp-child-radius-control: 0.85rem;

	--gp-child-shadow-soft: 0 10px 30px rgba(48, 38, 33, 0.07);
	--gp-child-shadow-card: 0 18px 48px rgba(48, 38, 33, 0.1);
	--gp-child-shadow-card-hover: 0 26px 66px rgba(48, 38, 33, 0.15);
	--gp-child-shadow-button: 0 8px 22px rgba(189, 98, 83, 0.2);

	--gp-child-motion-fast: 160ms ease;
	--gp-child-motion-base: 220ms ease;
}

/* ------------------------------------------------------------------
 * Typography and reading rhythm
 * ------------------------------------------------------------------ */

h1,
h2,
h3,
.gp-child-home-intro__title,
.gp-child-archive-hero__title {
	text-wrap: balance;
}

p,
li,
.gp-child-home-intro__text,
.gp-child-archive-hero__description {
	text-wrap: pretty;
}

.gp-child-section-heading,
.gp-child-latest-recipes__copy,
.gp-child-author__content,
.gp-child-story__content {
	max-width: 68ch;
}

.gp-child-section-heading h2,
.gp-child-latest-recipes__copy h2,
.gp-child-author__content h2,
.gp-child-story__content h2 {
	letter-spacing: -0.035em;
}

.gp-child-home-intro__text,
.gp-child-latest-recipes__copy > p:last-child,
.gp-child-author__bio,
.gp-child-story__content > p:not(.gp-child-eyebrow),
.gp-child-archive-hero__description {
	line-height: 1.72;
}

/* ------------------------------------------------------------------
 * Buttons and interactive controls
 * ------------------------------------------------------------------ */

button,
.button,
.wp-block-button__link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	box-shadow: var(--gp-child-shadow-button);
	transition:
		transform var(--gp-child-motion-fast),
		box-shadow var(--gp-child-motion-base),
		background-color var(--gp-child-motion-fast),
		border-color var(--gp-child-motion-fast),
		color var(--gp-child-motion-fast);
}

button:active,
.button:active,
.wp-block-button__link:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	transform: translateY(1px);
	box-shadow: 0 4px 12px rgba(189, 98, 83, 0.18);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="number"],
input[type="password"],
select,
textarea {
	border-radius: var(--gp-child-radius-control);
	transition:
		border-color var(--gp-child-motion-fast),
		box-shadow var(--gp-child-motion-fast),
		background-color var(--gp-child-motion-fast);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
	border-color: var(--gp-child-color-accent);
	box-shadow: 0 0 0 4px rgba(220, 128, 111, 0.14);
}

/* ------------------------------------------------------------------
 * Strong and consistent keyboard focus
 * ------------------------------------------------------------------ */

:focus-visible {
	outline: 3px solid var(--gp-child-color-focus);
	outline-offset: 4px;
}

.gp-child-category-card__link:focus-visible,
.gp-child-archive-card__image-link:focus-visible,
.gp-child-recipe-card__image-link:focus-visible {
	outline-offset: -5px;
}

/* ------------------------------------------------------------------
 * Header and navigation
 * ------------------------------------------------------------------ */

.gp-child-topbar {
	position: relative;
	z-index: 30;
	box-shadow: inset 0 -1px 0 rgba(48, 38, 33, 0.04);
}

.site-header {
	position: relative;
	z-index: 25;
	box-shadow: 0 8px 26px rgba(48, 38, 33, 0.055);
}

.main-navigation {
	border-top: 1px solid rgba(48, 38, 33, 0.045);
	border-bottom: 1px solid rgba(48, 38, 33, 0.06);
}

@media (min-width: 769px) {
	.main-navigation .main-nav > ul > li > a {
		position: relative;
	}

	.main-navigation .main-nav > ul > li > a::after {
		position: absolute;
		right: 1rem;
		bottom: 0.72rem;
		left: 1rem;
		height: 2px;
		border-radius: 999px;
		background: var(--gp-child-color-accent);
		content: "";
		transform: scaleX(0);
		transform-origin: center;
		transition: transform var(--gp-child-motion-base);
	}

	.main-navigation .main-nav > ul > li:hover > a::after,
	.main-navigation .main-nav > ul > li:focus-within > a::after,
	.main-navigation .main-nav > ul > li.current-menu-item > a::after,
	.main-navigation .main-nav > ul > li.current-menu-ancestor > a::after {
		transform: scaleX(1);
	}
}

/* ------------------------------------------------------------------
 * Alternating homepage sections
 * ------------------------------------------------------------------ */

.gp-child-category-section {
	border-top: 1px solid rgba(48, 38, 33, 0.045);
	border-bottom: 1px solid rgba(48, 38, 33, 0.045);
	background:
		linear-gradient(
			180deg,
			var(--gp-child-color-surface) 0%,
			#fffdfb 100%
		);
}

.gp-child-latest-recipes {
	background:
		radial-gradient(
			circle at 8% 12%,
			rgba(127, 146, 116, 0.095),
			transparent 28%
		),
		var(--gp-child-color-surface-soft);
}

.gp-child-author {
	background:
		linear-gradient(
			135deg,
			var(--gp-child-color-background) 0%,
			#fffdfb 58%,
			var(--gp-child-color-accent-secondary-soft) 140%
		);
}

.gp-child-story {
	border-top: 1px solid rgba(48, 38, 33, 0.045);
	background:
		radial-gradient(
			circle at 92% 12%,
			rgba(220, 128, 111, 0.1),
			transparent 30%
		),
		var(--gp-child-color-surface-soft);
}

/* ------------------------------------------------------------------
 * Cards and panels
 * ------------------------------------------------------------------ */

.gp-child-archive-card,
.gp-child-recipe-card {
	border-radius: var(--gp-child-radius-card);
	box-shadow: var(--gp-child-shadow-card);
	transition:
		transform var(--gp-child-motion-base),
		box-shadow var(--gp-child-motion-base),
		border-color var(--gp-child-motion-base);
	will-change: transform;
}

.gp-child-category-card__link {
	box-shadow: var(--gp-child-shadow-card);
	transition:
		transform var(--gp-child-motion-base),
		box-shadow var(--gp-child-motion-base);
}

.gp-child-newsletter-placeholder,
.gp-child-category-search__field,
.gp-child-story__image-frame {
	box-shadow: var(--gp-child-shadow-soft);
}

.gp-child-author__image,
.gp-child-story__image-frame {
	transition:
		transform var(--gp-child-motion-base),
		box-shadow var(--gp-child-motion-base);
}

@media (hover: hover) and (pointer: fine) {
	.gp-child-archive-card:hover,
	.gp-child-archive-card:focus-within,
	.gp-child-recipe-card:hover,
	.gp-child-recipe-card:focus-within {
		border-color: color-mix(
			in srgb,
			var(--gp-child-color-accent) 38%,
			var(--gp-child-color-border)
		);
		box-shadow: var(--gp-child-shadow-card-hover);
		transform: translateY(-4px);
	}

	.gp-child-category-card__link:hover,
	.gp-child-category-card__link:focus-visible {
		box-shadow: var(--gp-child-shadow-card-hover);
		transform: translateY(-4px);
	}

	.gp-child-author__image:hover,
	.gp-child-story__image-frame:hover {
		transform: translateY(-3px);
	}
}

/* ------------------------------------------------------------------
 * Category badges
 * ------------------------------------------------------------------ */

.gp-child-archive-card__meta a,
.gp-child-recipe-card__meta > span:first-child {
	display: inline-flex;
	align-items: center;
	min-height: 25px;
	padding: 0.25rem 0.65rem;
	border-radius: var(--gp-child-radius-pill);
	background: var(--gp-child-color-accent-secondary-soft);
	color: #56644f;
	line-height: 1;
}

.gp-child-archive-card__meta a:hover,
.gp-child-archive-card__meta a:focus-visible {
	background: var(--gp-child-color-accent-secondary);
	color: #ffffff;
}

/* ------------------------------------------------------------------
 * Links and text actions
 * ------------------------------------------------------------------ */

.gp-child-text-link,
.gp-child-archive-card__action,
.gp-child-category-card__action {
	position: relative;
	transition:
		color var(--gp-child-motion-fast),
		gap var(--gp-child-motion-fast),
		border-color var(--gp-child-motion-fast);
}

.gp-child-text-link:hover,
.gp-child-text-link:focus-visible,
.gp-child-archive-card__action:hover,
.gp-child-archive-card__action:focus-visible {
	gap: 0.8rem;
}

/* ------------------------------------------------------------------
 * Refined carousel controls
 * ------------------------------------------------------------------ */

.gp-child-category-carousel-shell::before,
.gp-child-category-carousel-shell::after {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 3;
	width: 34px;
	content: "";
	pointer-events: none;
}

.gp-child-category-carousel-shell::before {
	left: 0;
	background: linear-gradient(
		to right,
		rgba(255, 255, 255, 0.48),
		transparent
	);
}

.gp-child-category-carousel-shell::after {
	right: 0;
	background: linear-gradient(
		to left,
		rgba(255, 255, 255, 0.48),
		transparent
	);
}

.gp-child-category-carousel__button {
	width: 48px;
	height: 58px;
	min-height: 0;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: var(--gp-child-radius-pill);
	background: rgba(48, 38, 33, 0.78);
	box-shadow: 0 10px 28px rgba(48, 38, 33, 0.2);
	backdrop-filter: blur(8px);
	transition:
		transform var(--gp-child-motion-fast),
		background-color var(--gp-child-motion-fast),
		opacity var(--gp-child-motion-fast),
		box-shadow var(--gp-child-motion-fast);
}

.gp-child-category-carousel__button:hover,
.gp-child-category-carousel__button:focus-visible {
	background: var(--gp-child-color-accent);
	box-shadow: 0 14px 34px rgba(189, 98, 83, 0.3);
	transform: translateY(-50%) scale(1.04);
}

.gp-child-category-carousel__dot {
	width: 10px;
	height: 10px;
	min-height: 0;
	box-shadow: none;
	transition:
		width var(--gp-child-motion-base),
		background-color var(--gp-child-motion-fast),
		transform var(--gp-child-motion-fast);
}

.gp-child-category-carousel__dot.is-active {
	width: 28px;
	border-radius: var(--gp-child-radius-pill);
	background: var(--gp-child-color-accent);
}

/* ------------------------------------------------------------------
 * Newsletter, author and story finishing
 * ------------------------------------------------------------------ */

.gp-child-newsletter::before {
	border-radius: var(--gp-child-radius-panel);
}

.gp-child-newsletter-placeholder {
	border: 1px solid rgba(255, 255, 255, 0.35);
}

.gp-child-author__image-wrap::before {
	background: var(--gp-child-color-accent-secondary-soft);
}

.gp-child-story__image-frame::after {
	background: var(--gp-child-color-accent-secondary);
}

/* ------------------------------------------------------------------
 * Archive search and pagination
 * ------------------------------------------------------------------ */

.gp-child-category-search__field {
	border-radius: var(--gp-child-radius-pill);
}

.gp-child-recipe-archive .page-numbers {
	transition:
		transform var(--gp-child-motion-fast),
		background-color var(--gp-child-motion-fast),
		border-color var(--gp-child-motion-fast),
		color var(--gp-child-motion-fast),
		box-shadow var(--gp-child-motion-fast);
}

.gp-child-recipe-archive a.page-numbers:hover,
.gp-child-recipe-archive a.page-numbers:focus-visible {
	box-shadow: var(--gp-child-shadow-button);
	transform: translateY(-2px);
}

/* ------------------------------------------------------------------
 * Mobile refinements
 * ------------------------------------------------------------------ */

@media (max-width: 768px) {
	:root {
		--gp-child-shadow-card: 0 12px 34px rgba(48, 38, 33, 0.09);
		--gp-child-shadow-card-hover: 0 18px 44px rgba(48, 38, 33, 0.12);
	}

	.gp-child-category-carousel-shell::before,
	.gp-child-category-carousel-shell::after {
		width: 20px;
	}

	.gp-child-category-carousel__button {
		width: 42px;
		height: 52px;
	}

	.gp-child-category-search__field {
		border-radius: var(--gp-child-radius-control);
	}
}

/* ------------------------------------------------------------------
 * Respect reduced-motion preferences
 * ------------------------------------------------------------------ */

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

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

	.gp-child-archive-card,
	.gp-child-recipe-card,
	.gp-child-category-card__link,
	.gp-child-author__image,
	.gp-child-story__image-frame {
		transform: none !important;
	}
}


/* ------------------------------------------------------------------
 * Version 1.9.2 — WCAG-safe action contrast
 * Decorative accent remains unchanged; white text uses the darker
 * action color to preserve the visual identity with stronger contrast.
 * ------------------------------------------------------------------ */

.button,
.wp-block-button__link,
input[type="button"],
input[type="reset"],
input[type="submit"],
.gp-child-recipe-archive .page-numbers.current,
.gp-child-recipe-archive a.page-numbers:hover,
.gp-child-recipe-archive a.page-numbers:focus-visible,
.gp-child-category-search__clear:hover,
.gp-child-category-search__clear:focus-visible,
.gp-child-category-carousel__button:hover,
.gp-child-category-carousel__button:focus-visible {
	border-color: var(--gp-child-color-action);
	background-color: var(--gp-child-color-action);
	color: #ffffff;
}

::selection {
	background: var(--gp-child-color-action);
	color: #ffffff;
}


/* ------------------------------------------------------------------
 * Version 1.9.3 — Lighthouse accessibility corrections
 * ------------------------------------------------------------------ */

/*
 * Explicit colors protect these small or normal-weight text elements from
 * falling below 4.5:1 over the homepage's warm gradient backgrounds.
 */
.gp-child-home-intro:not(.gp-child-home-intro--has-image) .gp-child-eyebrow {
	color: #8f392f;
}

.gp-child-home-intro:not(.gp-child-home-intro--has-image) .gp-child-home-intro__text {
	color: #5e514b;
}

.gp-child-recipe-card__meta time,
.gp-child-recipe-card__excerpt {
	color: #5e514b;
}

.gp-child-home-intro--has-image .gp-child-eyebrow,
.gp-child-home-intro--has-image .gp-child-home-intro__title,
.gp-child-home-intro--has-image .gp-child-home-intro__text {
	color: #ffffff;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
}

/*
 * Each pagination dot now has a 48 × 48 CSS-pixel activation area.
 * The visible dot remains small through the ::before pseudo-element.
 */
.gp-child-category-carousel__dots {
	gap: 0;
	margin-top: 0.25rem;
}

.gp-child-category-carousel__dot,
.gp-child-category-carousel__dot:hover,
.gp-child-category-carousel__dot:focus-visible,
.gp-child-category-carousel__dot.is-active {
	position: relative;
	display: grid;
	flex: 0 0 48px;
	width: 48px;
	min-width: 48px;
	height: 48px;
	min-height: 48px;
	place-items: center;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	box-shadow: none;
	transform: none;
}

.gp-child-category-carousel__dot::before {
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: color-mix(
		in srgb,
		var(--gp-child-color-heading) 48%,
		transparent
	);
	content: "";
	transition:
		width var(--gp-child-motion-base),
		background-color var(--gp-child-motion-fast),
		transform var(--gp-child-motion-fast);
}

.gp-child-category-carousel__dot:hover::before,
.gp-child-category-carousel__dot:focus-visible::before {
	background: var(--gp-child-color-heading);
	transform: scale(1.1);
}

.gp-child-category-carousel__dot.is-active::before {
	width: 28px;
	background: var(--gp-child-color-action);
}

.gp-child-category-carousel__dot:focus-visible {
	outline: 3px solid var(--gp-child-color-focus);
	outline-offset: -6px;
}

/* The main landmark is also a reliable GeneratePress skip-link target. */
.gp-child-home[tabindex="-1"]:focus {
	outline: none;
}
