/*
Theme Name: Hire a Personal Chef
Theme URI: https://hireapersonalchef.co.uk/
Description: Premium, approachable Genesis child theme for a UK-wide personal-chef lead-generation website.
Author: Hire a Personal Chef
Author URI: https://hireapersonalchef.co.uk/
Template: genesis
Version: 1.0.2
Text Domain: personal-chef
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
	--pc-ink: #17201d;
	--pc-forest: #21483d;
	--pc-sage: #6f8f7f;
	--pc-brass: #c99755;
	--pc-cream: #f5f0e7;
	--pc-paper: #fffdf9;
	--pc-white: #fff;
	--pc-muted: #4f5a55;
	--pc-border: #dcd8ce;
	--pc-shadow: 0 20px 60px rgba(23, 32, 29, .12);
	--pc-radius: 18px;
	--pc-serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
	--pc-sans: Inter, "Helvetica Neue", Arial, sans-serif;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--pc-paper);
	color: var(--pc-ink);
	font-family: var(--pc-sans);
	font-size: 18px;
	line-height: 1.68;
}

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

a {
	color: var(--pc-forest);
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

a:hover,
a:focus {
	color: #8a602d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	color: var(--pc-ink);
	font-family: var(--pc-serif);
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -.025em;
}

h1 {
	font-size: clamp(2.7rem, 6vw, 5.8rem);
}

h2 {
	font-size: clamp(2.15rem, 4.2vw, 4.1rem);
}

h3 {
	font-size: clamp(1.4rem, 2vw, 1.85rem);
}

p:first-child {
	margin-top: 0;
}

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

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
	position: fixed;
	z-index: 100000;
	top: 10px;
	left: 10px;
	width: auto;
	height: auto;
	padding: 14px 18px;
	clip: auto;
	background: var(--pc-white);
	color: var(--pc-ink);
	font-weight: 700;
}

.genesis-skip-link {
	margin: 0;
	padding: 0;
}

.genesis-skip-link li {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

:focus-visible {
	outline: 3px solid var(--pc-brass);
	outline-offset: 3px;
}

.site-container {
	overflow: hidden;
}

.wrap {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.site-header {
	position: sticky;
	z-index: 1000;
	top: 0;
	padding: 18px 0;
	background: rgba(255, 253, 249, .96);
	border-bottom: 1px solid rgba(33, 72, 61, .12);
	box-shadow: 0 8px 30px rgba(23, 32, 29, .06);
	backdrop-filter: blur(14px);
}

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

.site-header .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.title-area {
	flex: 0 0 auto;
}

.site-title {
	margin: 0;
	font-family: var(--pc-serif);
	font-size: clamp(1.2rem, 2vw, 1.55rem);
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.05;
}

.site-title a {
	color: var(--pc-ink);
	text-decoration: none;
}

.site-description {
	margin: 5px 0 0;
	color: var(--pc-muted);
	font-size: .72rem;
	letter-spacing: .08em;
	line-height: 1.3;
	text-transform: uppercase;
}

.nav-primary {
	margin-left: auto;
}

.nav-primary .wrap {
	width: auto;
	margin: 0;
}

.genesis-nav-menu {
	display: flex;
	align-items: center;
	gap: clamp(14px, 2vw, 28px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.genesis-nav-menu a {
	display: block;
	color: var(--pc-ink);
	font-size: .86rem;
	font-weight: 700;
	letter-spacing: .01em;
	text-decoration: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a {
	color: #9b6d34;
}

.genesis-nav-menu .menu-cta > a {
	padding: 11px 18px;
	background: var(--pc-forest);
	border-radius: 999px;
	color: var(--pc-white);
}

.genesis-nav-menu .menu-cta > a:hover,
.genesis-nav-menu .menu-cta > a:focus {
	background: var(--pc-ink);
	color: var(--pc-white);
}

.site-inner {
	max-width: none;
	padding: 0;
}

.content {
	width: 100%;
}

.entry {
	margin: 0;
}

.home .entry-header {
	display: none;
}

.entry-header {
	width: min(900px, calc(100% - 48px));
	margin: clamp(54px, 8vw, 100px) auto 30px;
}

.entry-title {
	margin-bottom: 0;
	font-size: clamp(2.65rem, 5.8vw, 5.6rem);
}

.archive-description {
	width: min(900px, calc(100% - 48px));
	margin: clamp(54px, 8vw, 100px) auto 12px;
	padding: 0;
	background: transparent;
}

.archive-title {
	margin: 0;
	font-size: clamp(2.65rem, 5.8vw, 5.6rem);
}

.blog .entry,
.archive .entry {
	width: min(900px, calc(100% - 48px));
	margin: 0 auto;
	padding: clamp(46px, 6vw, 72px) 0;
	border-bottom: 1px solid var(--pc-border);
}

.blog .entry:last-of-type,
.archive .entry:last-of-type {
	border-bottom: 0;
}

.blog .entry-header,
.archive .entry-header {
	width: 100%;
	margin: 0 0 24px;
}

.blog .entry-title,
.archive .entry-title {
	font-size: clamp(2.1rem, 4.5vw, 3.8rem);
}

.entry-meta {
	color: var(--pc-muted);
	font-size: .84rem;
}

.entry-footer,
.post-edit-link {
	display: none;
}

.entry-content > p,
.entry-content > h2,
.entry-content > h3,
.entry-content > ul,
.entry-content > ol,
.entry-content > blockquote,
.entry-content > .wp-block-image,
.entry-content > .wp-block-buttons,
.entry-content > .pc-enquiry-form,
.entry-content > form {
	width: min(860px, calc(100% - 48px));
	margin-right: auto;
	margin-left: auto;
}

.entry-content > p:last-child {
	margin-bottom: 90px;
}

.pc-section {
	padding: clamp(64px, 9vw, 112px) 24px;
}

.pc-section > * {
	width: min(1180px, 100%);
	margin-right: auto;
	margin-left: auto;
}

.pc-section-heading {
	max-width: 780px;
	margin-bottom: 42px;
}

.pc-eyebrow {
	margin-bottom: 15px;
	color: #855922;
	font-size: .8rem;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.pc-lede {
	max-width: 720px;
	color: var(--pc-muted);
	font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.pc-hero {
	position: relative;
	display: grid;
	min-height: min(760px, calc(100vh - 90px));
	padding: clamp(70px, 10vw, 130px) 24px;
	background:
		linear-gradient(90deg, rgba(15, 25, 22, .94) 0%, rgba(15, 25, 22, .76) 40%, rgba(15, 25, 22, .1) 72%),
		url("assets/images/hero-private-dining.webp") center / cover no-repeat;
	color: var(--pc-white);
	place-items: center;
}

.pc-hero__inner {
	width: min(1180px, 100%);
}

.pc-hero__content {
	max-width: 700px;
}

.pc-hero .pc-eyebrow {
	color: #f1c98f;
}

.pc-hero h1 {
	margin-bottom: 24px;
	color: var(--pc-white);
	text-wrap: balance;
}

.pc-hero p:not(.pc-eyebrow) {
	max-width: 650px;
	color: rgba(255, 255, 255, .9);
	font-size: clamp(1.05rem, 2vw, 1.32rem);
}

.wp-block-buttons,
.pc-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
	margin-top: 30px;
}

.wp-block-button__link,
.pc-button,
button.pc-button,
input.pc-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 13px 23px;
	border: 2px solid var(--pc-brass);
	border-radius: 999px;
	background: var(--pc-brass);
	color: var(--pc-ink);
	font-family: var(--pc-sans);
	font-size: .9rem;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus,
.pc-button:hover,
.pc-button:focus {
	border-color: var(--pc-white);
	background: var(--pc-white);
	color: var(--pc-ink);
}

.is-style-outline .wp-block-button__link,
.pc-button--outline {
	border-color: currentColor;
	background: transparent;
	color: inherit;
}

.pc-trust-strip {
	padding: 17px 24px;
	background: var(--pc-forest);
	color: var(--pc-white);
	text-align: center;
}

.pc-trust-strip p {
	margin: 0;
	font-size: .8rem;
	font-weight: 700;
	letter-spacing: .06em;
}

.pc-card-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.pc-card {
	overflow: hidden;
	background: var(--pc-white);
	border: 1px solid var(--pc-border);
	border-radius: var(--pc-radius);
	box-shadow: 0 10px 40px rgba(23, 32, 29, .06);
}

.pc-card__image {
	aspect-ratio: 4 / 3;
	margin: 0;
	overflow: hidden;
	background: var(--pc-cream);
}

.pc-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
}

.pc-card:hover .pc-card__image img {
	transform: scale(1.025);
}

.pc-card__content {
	padding: 27px 27px 30px;
}

.pc-card h3 {
	margin-bottom: 12px;
}

.pc-card p {
	color: var(--pc-muted);
	font-size: .95rem;
}

.pc-card a {
	font-weight: 800;
}

.pc-steps {
	background: var(--pc-cream);
}

.pc-step-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.pc-step {
	padding: 34px;
	background: var(--pc-paper);
	border-radius: var(--pc-radius);
}

.pc-step__number {
	display: block;
	margin-bottom: 26px;
	color: #a9773c;
	font-family: var(--pc-serif);
	font-size: 3.5rem;
	font-weight: 700;
	line-height: .8;
}

.pc-split {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
	align-items: center;
	gap: clamp(35px, 7vw, 90px);
}

.pc-split__image {
	overflow: hidden;
	border-radius: var(--pc-radius);
	box-shadow: var(--pc-shadow);
}

.pc-split__image img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.pc-location-band {
	margin: 0 24px clamp(64px, 9vw, 112px);
	padding: clamp(52px, 7vw, 84px);
	background: var(--pc-forest);
	border-radius: 28px;
	color: var(--pc-white);
}

.pc-location-band > * {
	width: min(1060px, 100%);
	margin-right: auto;
	margin-left: auto;
}

.pc-location-band h2,
.pc-location-band a {
	color: var(--pc-white);
}

.pc-location-band .pc-eyebrow,
.pc-final-cta .pc-eyebrow {
	color: #f1c98f;
}

.pc-location-band p:not(.pc-eyebrow),
.pc-final-cta p:not(.pc-eyebrow) {
	color: rgba(255, 255, 255, .9);
}

.pc-location-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 28px 0;
	padding: 0;
	list-style: none;
}

.pc-location-list a {
	display: block;
	padding: 9px 15px;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 999px;
	font-size: .84rem;
	text-decoration: none;
}

.pc-location-list a:hover,
.pc-location-list a:focus {
	background: var(--pc-white);
	color: var(--pc-forest);
}

.pc-final-cta {
	padding: clamp(70px, 10vw, 120px) 24px;
	background: var(--pc-ink);
	color: var(--pc-white);
	text-align: center;
}

.pc-final-cta > * {
	width: min(820px, 100%);
	margin-right: auto;
	margin-left: auto;
}

.pc-final-cta h2 {
	color: var(--pc-white);
}

.pc-final-cta .wp-block-buttons {
	justify-content: center;
}

.pc-service-hero {
	width: min(1180px, calc(100% - 48px));
	margin: 35px auto 60px;
	overflow: hidden;
	border-radius: 24px;
}

.pc-service-hero img {
	width: 100%;
	max-height: 590px;
	object-fit: cover;
}

.pc-notice {
	padding: 18px 20px;
	border-left: 4px solid var(--pc-brass);
	background: var(--pc-cream);
}

.pc-enquiry-form {
	margin-top: 35px;
	margin-bottom: 90px;
	padding: clamp(26px, 5vw, 48px);
	background: var(--pc-cream);
	border-radius: var(--pc-radius);
}

.pc-form-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 19px;
}

.pc-form-field--wide {
	grid-column: 1 / -1;
}

.pc-enquiry-form label {
	display: block;
	margin-bottom: 7px;
	font-size: .82rem;
	font-weight: 800;
}

.pc-enquiry-form input:not([type="checkbox"]),
.pc-enquiry-form select,
.pc-enquiry-form textarea {
	width: 100%;
	padding: 13px 14px;
	border: 1px solid #bcb9b0;
	border-radius: 8px;
	background: var(--pc-white);
	color: var(--pc-ink);
	font: inherit;
	font-size: .95rem;
}

.pc-enquiry-form input:focus,
.pc-enquiry-form select:focus,
.pc-enquiry-form textarea:focus {
	border-color: var(--pc-forest);
	outline: 3px solid rgba(33, 72, 61, .14);
}

.pc-form-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.pc-form-consent input {
	margin-top: 6px;
}

.pc-form-status {
	margin-bottom: 20px;
	padding: 14px 17px;
	border-radius: 8px;
	background: #e7f4ed;
	color: #174d32;
	font-weight: 700;
}

.pc-form-status--error {
	background: #f8e6e3;
	color: #7a241b;
}

.site-footer {
	padding: 0 24px;
	background: #101714;
	color: rgba(255, 255, 255, .88);
}

.site-footer a {
	color: var(--pc-white);
}

.site-footer .wrap {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 28px;
	padding: 34px 0;
}

.site-footer p {
	margin: 0;
	font-size: .82rem;
	line-height: 1.6;
}

.nav-footer {
	padding: 0;
}

.nav-footer .genesis-nav-menu {
	justify-content: flex-start;
	flex-wrap: wrap;
}

.nav-footer .genesis-nav-menu a {
	color: rgba(255, 255, 255, .9);
	font-size: .8rem;
}

.pc-footer-credit {
	width: 100%;
	max-width: none;
	justify-self: stretch;
	text-align: right;
}

.pc-footer-credit__strapline {
	color: rgba(255, 255, 255, .7);
}

@media (max-width: 980px) {
	.site-header {
		position: relative;
	}

	.admin-bar .site-header {
		top: auto;
	}

	.site-header .wrap {
		display: block;
	}

	.nav-primary {
		margin-top: 17px;
	}

	.genesis-nav-menu {
		flex-wrap: wrap;
		gap: 10px 19px;
	}

	.pc-card-grid,
	.pc-step-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.pc-split {
		grid-template-columns: 1fr;
	}

	.site-footer .wrap {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
	}

	.nav-footer .genesis-nav-menu {
		justify-content: center;
	}

	.pc-footer-credit {
		text-align: center;
	}
}

@media (max-width: 680px) {
	body {
		font-size: 17px;
	}

	.wrap {
		width: min(100% - 32px, 1180px);
	}

	.site-header {
		padding: 15px 0;
	}

	.site-description {
		display: none;
	}

	.genesis-nav-menu {
		gap: 7px 15px;
	}

	.genesis-nav-menu a {
		font-size: .78rem;
	}

	.genesis-nav-menu .menu-cta > a {
		padding: 8px 13px;
	}

	.pc-hero {
		min-height: 670px;
		background:
			linear-gradient(180deg, rgba(15, 25, 22, .82) 0%, rgba(15, 25, 22, .58) 52%, rgba(15, 25, 22, .9) 100%),
			url("assets/images/hero-private-dining.webp") 63% center / cover no-repeat;
		align-items: end;
	}

	.pc-card-grid,
	.pc-step-grid,
	.pc-form-grid {
		grid-template-columns: 1fr;
	}

	.pc-form-field--wide {
		grid-column: auto;
	}

	.pc-location-band {
		margin-right: 16px;
		margin-left: 16px;
		padding: 42px 24px;
		border-radius: 20px;
	}
}
