/* 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;
	}
}


/**
 * Step 3 — Homepage introduction and category cards.
 */

body.page-template-recipe-home .site.grid-container {
	width: 100%;
	max-width: none;
}

body.page-template-recipe-home .site-content {
	display: block;
	padding: 0;
}

body.page-template-recipe-home .widget-area {
	display: none;
}

body.page-template-recipe-home .main-navigation {
	margin-bottom: var(--gp-child-header-main-menu-bottom-gap);
}

.gp-child-home {
	width: 100%;
	overflow: hidden;
}

.gp-child-home-intro {
	position: relative;
	display: grid;
	align-items: center;
	min-height: min(680px, 75vh);
	padding:
		calc(
			clamp(5rem, 10vw, 8.5rem)
			+ var(--gp-child-home-hero-extra-top-space)
		)
		0
		clamp(5rem, 10vw, 8.5rem);
	background:
		radial-gradient(circle at 12% 18%, rgba(220, 128, 111, 0.18), transparent 34%),
		radial-gradient(circle at 86% 70%, rgba(239, 207, 181, 0.5), transparent 30%),
		linear-gradient(135deg, #fffaf6 0%, #f7eee6 100%);
}

.gp-child-home-intro::before,
.gp-child-home-intro::after {
	position: absolute;
	z-index: 1;
	border: 1px solid rgba(220, 128, 111, 0.25);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.gp-child-home-intro::before {
	top: -100px;
	right: -90px;
	width: 320px;
	height: 320px;
}

.gp-child-home-intro::after {
	bottom: -130px;
	left: -80px;
	width: 280px;
	height: 280px;
}

.gp-child-home-intro__inner {
	position: relative;
	z-index: 2;
	max-width: 920px;
	text-align: center;
}

.gp-child-eyebrow {
	margin: 0 0 1rem;
	color: var(--gp-child-color-accent-dark);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.gp-child-home-intro__title {
	max-width: 900px;
	margin: 0 auto 1.5rem;
	font-size: clamp(3rem, 7vw, 6.4rem);
	line-height: 0.98;
}

.gp-child-home-intro__text {
	max-width: 660px;
	margin: 0 auto 2rem;
	color: var(--gp-child-color-muted);
	font-size: clamp(1.05rem, 1.5vw, 1.25rem);
}

.gp-child-home-intro__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.gp-child-category-section {
	padding: clamp(4.5rem, 8vw, 8rem) 0;
	background: var(--gp-child-color-surface);
}

.gp-child-section-heading {
	max-width: 760px;
	margin: 0 auto clamp(2.5rem, 5vw, 4rem);
	text-align: center;
}

.gp-child-section-heading h2 {
	margin-bottom: 0;
}

.gp-child-category-carousel-shell {
	position: relative;
}

.gp-child-category-carousel {
	display: grid;
	grid-auto-columns: calc((100% - 3 * 0.4rem) / 4);
	grid-auto-flow: column;
	gap: 0.4rem;
	overflow-x: auto;
	padding: 0;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.gp-child-category-carousel::-webkit-scrollbar {
	display: none;
}

.gp-child-category-carousel .gp-child-category-card {
	scroll-snap-align: start;
}

.gp-child-category-carousel__button {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: grid;
	width: 42px;
	height: 58px;
	place-items: center;
	padding: 0;
	border: 0;
	border-radius: 0.25rem;
	background: rgba(36, 31, 26, 0.74);
	color: #ffffff;
	font-size: 2rem;
	line-height: 1;
	transform: translateY(-50%);
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.gp-child-category-carousel__button--prev {
	left: 0;
}

.gp-child-category-carousel__button--next {
	right: 0;
}

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

.gp-child-category-carousel__button:disabled {
	cursor: not-allowed;
	opacity: 0.25;
}

.gp-child-category-carousel__dots {
	display: flex;
	justify-content: center;
	gap: 0.55rem;
	margin-top: 1rem;
}

.gp-child-category-carousel__dot {
	width: 11px;
	height: 11px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: color-mix(
		in srgb,
		var(--gp-child-color-heading) 45%,
		transparent
	);
}

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

.gp-child-category-card {
	scroll-snap-align: start;
}

.gp-child-category-card {
	min-width: 0;
	margin: 0;
}

.gp-child-category-card__link {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 510px;
	border-radius:
		var(--gp-child-category-radius-top-left)
		var(--gp-child-category-radius-top-right)
		var(--gp-child-category-radius-bottom-right)
		var(--gp-child-category-radius-bottom-left);
	background: var(--gp-child-color-surface-soft);
	box-shadow: 0 18px 55px rgba(48, 38, 33, 0.1);
	color: #ffffff;
	text-decoration: none;
	isolation: isolate;
}

.gp-child-category-card__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 500ms ease;
}

.gp-child-category-card__shade {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(
			to top,
			rgba(35, 25, 21, 0.9) 0%,
			rgba(35, 25, 21, 0.45) 38%,
			rgba(35, 25, 21, 0.04) 72%
		);
}

.gp-child-category-card__content {
	position: absolute;
	inset: auto 0 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 2rem 1.4rem 1.75rem;
	text-align: center;
}

.gp-child-category-card__title {
	display: block;
	margin-bottom: 0.6rem;
	font-family: var(--gp-child-font-heading);
	font-size: clamp(1.55rem, 2.2vw, 2.25rem);
	line-height: 1.05;
}

.gp-child-category-card__description {
	display: block;
	max-width: 250px;
	margin-bottom: 1.1rem;
	color: rgba(255, 255, 255, 0.85);
	font-size: 0.92rem;
	line-height: 1.5;
}

.gp-child-category-card__action {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding-bottom: 0.2rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.72);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.gp-child-category-card__link:hover,
.gp-child-category-card__link:focus-visible {
	color: #ffffff;
}

.gp-child-category-card__link:hover .gp-child-category-card__image,
.gp-child-category-card__link:focus-visible .gp-child-category-card__image {
	transform: scale(1.04);
}

.gp-child-home-editor {
	padding: clamp(3.5rem, 7vw, 6rem) 0;
	background: var(--gp-child-color-background);
}

.gp-child-home-editor__inner {
	max-width: var(--gp-child-reading-width);
}

@media (max-width: 1024px) {
	.gp-child-category-carousel {
		grid-auto-columns: calc((100% - 0.6rem) / 2);
		gap: 0.6rem;
	}

	.gp-child-category-card__link {
		min-height: 560px;
	}
}

@media (max-width: 600px) {
	.gp-child-home-intro {
		min-height: auto;
		padding: 5rem 0;
	}

	.gp-child-home-intro__title {
		font-size: clamp(2.8rem, 15vw, 4.4rem);
	}

	.gp-child-category-section__top {
		align-items: center;
	}

	.gp-child-category-section__top .gp-child-section-heading {
		text-align: left;
	}

	.gp-child-category-carousel__controls {
		gap: 0.45rem;
	}

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

	.gp-child-category-carousel {
		grid-auto-columns: minmax(260px, 86%);
		gap: 1rem;
	}

	.gp-child-category-card__link {
		min-height: 490px;
		border-radius:
			var(--gp-child-category-radius-top-left)
			var(--gp-child-category-radius-top-right)
			var(--gp-child-category-radius-bottom-right)
			var(--gp-child-category-radius-bottom-left);
	}
}

@media (prefers-reduced-motion: reduce) {
	.gp-child-category-card__image {
		transition: none;
	}
}


/**
 * Step 4 — Newsletter.
 */

.gp-child-newsletter {
	position: relative;
	padding: clamp(4.5rem, 8vw, 7rem) 0;
	background: var(--gp-child-color-heading);
	color: #ffffff;
}

.gp-child-newsletter::before {
	position: absolute;
	inset: 1.25rem;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 1.5rem;
	content: "";
	pointer-events: none;
}

.gp-child-newsletter__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
	align-items: center;
	gap: clamp(2.5rem, 6vw, 6rem);
}

.gp-child-newsletter .gp-child-eyebrow {
	color: #f2b6aa;
}

.gp-child-newsletter h2 {
	max-width: 650px;
	margin-bottom: 1.25rem;
	color: #ffffff;
}

.gp-child-newsletter__copy > p:last-child {
	max-width: 620px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.76);
}

.gp-child-newsletter-placeholder {
	display: flex;
	gap: 0.75rem;
	padding: 0.7rem;
	border-radius: 999px;
	background: #ffffff;
}

.gp-child-newsletter-placeholder input {
	flex: 1;
	min-width: 0;
	border: 0;
	background: transparent;
	color: var(--gp-child-color-text);
	box-shadow: none;
}

.gp-child-newsletter-placeholder button {
	flex: 0 0 auto;
	border-radius: 999px;
	opacity: 1;
}

.gp-child-newsletter-placeholder input:disabled,
.gp-child-newsletter-placeholder button:disabled {
	cursor: not-allowed;
}

.gp-child-newsletter__notice {
	margin: 0.85rem 0 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.78rem;
	text-align: center;
}

/**
 * Step 4 — Author section.
 */

.gp-child-author {
	padding: clamp(5rem, 9vw, 8rem) 0;
	background: var(--gp-child-color-background);
}

.gp-child-author__inner {
	display: grid;
	grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(3rem, 7vw, 7rem);
}

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

.gp-child-author__image-wrap {
	position: relative;
	width: min(100%, 520px);
}

.gp-child-author__image-wrap::before {
	position: absolute;
	top: -1.5rem;
	right: -1.5rem;
	width: 72%;
	height: 72%;
	border-radius:
		var(--gp-child-author-radius-top-left)
		var(--gp-child-author-radius-top-right)
		var(--gp-child-author-radius-bottom-right)
		var(--gp-child-author-radius-bottom-left);
	background: var(--gp-child-color-surface-soft);
	content: "";
}

.gp-child-author__image {
	position: relative;
	z-index: 1;
	width: 100%;
	aspect-ratio: 4 / 5;
	border-radius:
		var(--gp-child-author-radius-top-left)
		var(--gp-child-author-radius-top-right)
		var(--gp-child-author-radius-bottom-right)
		var(--gp-child-author-radius-bottom-left);
	object-fit: cover;
	box-shadow: 0 24px 60px rgba(48, 38, 33, 0.14);
}

.gp-child-author__badge {
	position: absolute;
	right: -1rem;
	bottom: 2rem;
	z-index: 2;
	display: grid;
	width: 96px;
	height: 96px;
	place-items: center;
	border: 8px solid var(--gp-child-color-background);
	border-radius: 50%;
	background: var(--gp-child-color-accent);
	color: #ffffff;
	font-family: var(--gp-child-font-heading);
	font-size: 2.6rem;
	line-height: 1;
}

.gp-child-author__content {
	max-width: 660px;
}

.gp-child-author__content h2 {
	margin-bottom: 1.25rem;
}

.gp-child-author__name {
	margin-bottom: 0.8rem;
	color: var(--gp-child-color-accent-dark);
	font-family: var(--gp-child-font-heading);
	font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.gp-child-author__bio {
	color: var(--gp-child-color-muted);
}

.gp-child-author__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.25rem 1.75rem;
	margin-top: 2rem;
}

.gp-child-author__social {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.gp-child-author__social a {
	color: var(--gp-child-color-heading);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
}

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

@media (max-width: 900px) {
	.gp-child-newsletter__inner,
	.gp-child-author__inner {
		grid-template-columns: 1fr;
	}

	.gp-child-newsletter__copy,
	.gp-child-newsletter__form,
	.gp-child-author__content {
		max-width: 720px;
		margin-right: auto;
		margin-left: auto;
	}

	.gp-child-author__content {
		text-align: center;
	}

	.gp-child-author__actions {
		justify-content: center;
	}
}

@media (max-width: 600px) {
	.gp-child-newsletter::before {
		inset: 0.75rem;
	}

	.gp-child-newsletter-placeholder {
		flex-direction: column;
		border-radius: 1.25rem;
	}

	.gp-child-newsletter-placeholder button {
		width: 100%;
	}

	.gp-child-author__badge {
		right: -0.25rem;
		bottom: 1rem;
		width: 76px;
		height: 76px;
		border-width: 6px;
		font-size: 2rem;
	}
}


/**
 * Step 5.2 — Latest Recipes from every category.
 */

.gp-child-latest-recipes {
	padding: clamp(5rem, 9vw, 8rem) 0;
	background: var(--gp-child-color-surface-soft);
}

.gp-child-latest-recipes__heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: clamp(2.25rem, 5vw, 4rem);
}

.gp-child-latest-recipes__copy {
	max-width: 760px;
}

.gp-child-latest-recipes__copy h2 {
	margin-bottom: 1rem;
}

.gp-child-latest-recipes__copy > p:last-child {
	max-width: 680px;
	margin-bottom: 0;
	color: var(--gp-child-color-muted);
}

.gp-child-text-link {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 0.6rem;
	padding-bottom: 0.35rem;
	border-bottom: 1px solid currentColor;
	color: var(--gp-child-color-heading);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
}

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

.gp-child-latest-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
	align-items: stretch;
	gap: clamp(1.25rem, 3vw, 2.25rem);
}

.gp-child-latest-layout__secondary {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-auto-rows: minmax(0, 1fr);
	align-content: stretch;
	height: 100%;
	gap: 1.25rem;
}

.gp-child-recipe-card {
	overflow: hidden;
	margin: 0;
	border: 1px solid var(--gp-child-color-border);
	border-radius: 1.25rem;
	background: var(--gp-child-color-surface);
	box-shadow: 0 16px 42px rgba(48, 38, 33, 0.08);
}

.gp-child-recipe-card__image-link {
	display: block;
	overflow: hidden;
	background: var(--gp-child-color-background);
}

.gp-child-recipe-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 450ms ease;
}

.gp-child-recipe-card__image-link:hover .gp-child-recipe-card__image,
.gp-child-recipe-card__image-link:focus-visible .gp-child-recipe-card__image {
	transform: scale(1.035);
}

.gp-child-recipe-card--featured .gp-child-recipe-card__image-link {
	aspect-ratio: 4 / 3;
}

.gp-child-recipe-card--featured .gp-child-recipe-card__body {
	padding: clamp(1.5rem, 3vw, 2.25rem);
}

.gp-child-recipe-card--featured h3 {
	margin-bottom: 0.8rem;
	font-size: clamp(1.75rem, 3vw, 2.75rem);
}

.gp-child-recipe-card--small .gp-child-recipe-card__image-link {
	aspect-ratio: 4 / 3;
}

.gp-child-recipe-card--small .gp-child-recipe-card__body {
	padding: 1rem 1.1rem 1.2rem;
}

.gp-child-recipe-card--small h3 {
	margin: 0;
	font-size: clamp(1.05rem, 1.5vw, 1.35rem);
}

.gp-child-recipe-card h3 a {
	color: var(--gp-child-color-heading);
	text-decoration: none;
}

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

.gp-child-recipe-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 0.9rem;
	margin: 0 0 0.65rem;
	color: var(--gp-child-color-accent-dark);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.gp-child-recipe-card__meta time {
	color: var(--gp-child-color-muted);
}

.gp-child-recipe-card__excerpt {
	margin-bottom: 0;
	color: var(--gp-child-color-muted);
}

.gp-child-recipe-empty {
	display: grid;
	min-height: 220px;
	place-items: center;
	padding: 2rem;
	border: 1px dashed var(--gp-child-color-border);
	border-radius: 1.25rem;
	background: var(--gp-child-color-surface);
	text-align: center;
}

.gp-child-recipe-empty p {
	max-width: 620px;
	margin: 0;
	color: var(--gp-child-color-muted);
}

.gp-child-latest-recipes__mobile-action {
	display: none;
	margin-top: 2rem;
	text-align: center;
}

@media (max-width: 1024px) {
	.gp-child-latest-layout {
		grid-template-columns: 1fr;
	}

	.gp-child-latest-layout__secondary {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.gp-child-latest-recipes__heading {
		display: block;
		text-align: center;
	}

	.gp-child-latest-recipes__copy {
		margin-right: auto;
		margin-left: auto;
	}

	.gp-child-latest-recipes__heading > .gp-child-text-link {
		display: none;
	}

	.gp-child-latest-layout__secondary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gp-child-latest-recipes__mobile-action {
		display: block;
	}
}

@media (max-width: 520px) {
	.gp-child-latest-layout__secondary {
		grid-template-columns: 1fr;
	}

	.gp-child-recipe-card--featured h3 {
		font-size: 1.75rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gp-child-recipe-card__image {
		transition: none;
	}
}


/**
 * Step 6.1 — Equal-height Latest Recipes columns.
 */

.gp-child-recipe-card--featured,
.gp-child-recipe-card--small {
	display: flex;
	height: 100%;
	flex-direction: column;
}

.gp-child-recipe-card--featured .gp-child-recipe-card__body,
.gp-child-recipe-card--small .gp-child-recipe-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.gp-child-recipe-card--featured .gp-child-recipe-card__excerpt {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

@media (max-width: 1024px) {
	.gp-child-latest-layout__secondary {
		height: auto;
	}
}


/**
 * Step 7 — Homepage Story section.
 */

.gp-child-story {
	position: relative;
	overflow: hidden;
	padding: clamp(5rem, 9vw, 9rem) 0;
	background: var(--gp-child-color-surface-soft);
}

.gp-child-story::before {
	position: absolute;
	top: -180px;
	right: -120px;
	width: 420px;
	height: 420px;
	border: 1px solid color-mix(
		in srgb,
		var(--gp-child-color-accent) 28%,
		transparent
	);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.gp-child-story__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(320px, 1fr) minmax(0, 1fr);
	align-items: center;
	gap: clamp(3rem, 7vw, 7rem);
}

.gp-child-story--image-right .gp-child-story__media {
	order: 2;
}

.gp-child-story--image-right .gp-child-story__content {
	order: 1;
}

.gp-child-story__image-frame {
	position: relative;
	padding: clamp(0.8rem, 1.5vw, 1.2rem);
	border: 1px solid var(--gp-child-color-border);
	border-radius:
		var(--gp-child-story-radius-top-left)
		var(--gp-child-story-radius-top-right)
		var(--gp-child-story-radius-bottom-right)
		var(--gp-child-story-radius-bottom-left);
	background: var(--gp-child-color-surface);
	box-shadow: 0 24px 65px rgba(48, 38, 33, 0.12);
}

.gp-child-story__image-frame::after {
	position: absolute;
	right: -1.5rem;
	bottom: -1.5rem;
	width: 38%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--gp-child-color-accent);
	content: "";
	opacity: 0.18;
	pointer-events: none;
}

.gp-child-story__image {
	position: relative;
	z-index: 1;
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius:
		var(--gp-child-story-radius-top-left)
		var(--gp-child-story-radius-top-right)
		var(--gp-child-story-radius-bottom-right)
		var(--gp-child-story-radius-bottom-left);
	object-fit: cover;
}

.gp-child-story__content {
	max-width: 670px;
}

.gp-child-story__content h2 {
	margin-bottom: 1.4rem;
}

.gp-child-story__content > p:not(.gp-child-eyebrow) {
	color: var(--gp-child-color-muted);
}

.gp-child-story__quote {
	position: relative;
	margin: clamp(1.8rem, 4vw, 2.8rem) 0;
	padding: 1.4rem 0 1.4rem 2rem;
	border: 0;
	border-left: 3px solid var(--gp-child-color-accent);
	background: transparent;
}

.gp-child-story__quote::before {
	position: absolute;
	top: -0.35rem;
	left: 0.45rem;
	color: var(--gp-child-color-accent);
	font-family: Georgia, serif;
	font-size: 3.5rem;
	line-height: 1;
	content: "“";
	opacity: 0.3;
}

.gp-child-story__quote p {
	margin: 0;
	color: var(--gp-child-color-heading);
	font-family: var(--gp-child-font-heading);
	font-size: clamp(1.35rem, 2.4vw, 2rem);
	font-style: italic;
	line-height: 1.35;
}

.gp-child-story__button {
	margin-top: 0.4rem;
}

@media (max-width: 900px) {
	.gp-child-story__inner {
		grid-template-columns: 1fr;
	}

	.gp-child-story--image-right .gp-child-story__media,
	.gp-child-story--image-right .gp-child-story__content {
		order: initial;
	}

	.gp-child-story__media,
	.gp-child-story__content {
		width: min(100%, 720px);
		margin-right: auto;
		margin-left: auto;
	}

	.gp-child-story__content {
		text-align: center;
	}

	.gp-child-story__quote {
		max-width: 620px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 1.2rem;
		text-align: left;
	}
}

@media (max-width: 600px) {

	.gp-child-story__quote {
		padding-left: 1.5rem;
	}
}


/**
 * Version 1.9 — Responsive homepage hero image.
 */

.gp-child-home-intro__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}

.gp-child-home-intro__media-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gp-child-home-intro__overlay {
	position: absolute;
	inset: 0;
	background: rgba(30, 22, 18, 0.72);
}

.gp-child-home-intro--has-image {
	background: #2c201b;
}

.gp-child-home-intro--has-image::before,
.gp-child-home-intro--has-image::after {
	border-color: rgba(255, 255, 255, 0.25);
}

.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.28);
}

.gp-child-home-intro--has-image .gp-child-home-intro__text {
	color: rgba(255, 255, 255, 0.9);
}


/**
 * Step 8.2 — Fixed cards per view.
 */

@media (max-width: 1024px) {
	.gp-child-category-carousel {
		grid-auto-columns: calc((100% - 0.6rem) / 2);
		gap: 0.6rem;
	}
}

@media (max-width: 620px) {
	.gp-child-category-carousel {
		grid-auto-columns: 100%;
		gap: 0;
	}

	.gp-child-category-carousel__button {
		width: 38px;
		height: 54px;
		font-size: 1.75rem;
	}

	.gp-child-category-carousel__button--prev {
		left: 0.35rem;
	}

	.gp-child-category-carousel__button--next {
		right: 0.35rem;
	}
}


/**
 * 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;
}
