:root {
	--pk-bg: #f6efe3;
	--pk-surface: #ffffff;
	--pk-ink: #162338;
	--pk-muted: #746c60;
	--pk-line: #ddcfb8;
	--pk-primary: #b84028;
	--pk-primary-dark: #762516;
	--pk-accent: #14706b;
	--pk-gold: #d9a441;
	--pk-night: #101823;
	--pk-cream: #fbf4e8;
	--pk-shadow: 0 18px 45px rgba(49, 34, 21, 0.14);
}

* {
	box-sizing: border-box;
}

body {
	background: var(--pk-bg);
	color: var(--pk-ink);
	font-family: Peyda, Tahoma, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.8;
	margin: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

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

.site-shell {
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 20px;
	width: 100%;
}

.site-header {
	backdrop-filter: blur(16px);
	background: rgba(246, 239, 227, 0.9);
	border-bottom: 1px solid var(--pk-line);
	position: sticky;
	top: 0;
	z-index: 20;
}

.site-header-inner {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	min-height: 76px;
}

.site-brand {
	align-items: center;
	display: inline-flex;
	gap: 10px;
	font-weight: 700;
}

.site-brand-mark {
	align-items: center;
	background: linear-gradient(145deg, var(--pk-gold), #8d5f19);
	border-radius: 6px;
	color: var(--pk-night);
	display: inline-flex;
	font-size: 22px;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.site-brand-text {
	font-size: 18px;
}

.site-nav-list,
.footer-nav {
	align-items: center;
	display: flex;
	gap: 22px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-nav-list a {
	color: var(--pk-muted);
	font-size: 14px;
	font-weight: 700;
}

.site-nav-list a:hover {
	color: var(--pk-primary);
}

.nav-toggle {
	background: transparent;
	border: 0;
	display: none;
	height: 40px;
	padding: 8px;
	width: 44px;
}

.nav-toggle span {
	background: var(--pk-ink);
	display: block;
	height: 2px;
	margin: 6px 0;
}

.home-hero {
	background: var(--pk-night);
	color: #fff;
	overflow: hidden;
	position: relative;
}

.pk-heritage-hero {
	min-height: 650px;
}

.pk-hero-bg {
	height: 100%;
	inset: 0;
	object-fit: cover;
	opacity: 0.56;
	position: absolute;
	width: 100%;
}

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

.pk-heritage-hero::before {
	background:
		linear-gradient(90deg, rgba(16, 24, 35, 0.96), rgba(16, 24, 35, 0.56) 52%, rgba(16, 24, 35, 0.9)),
		linear-gradient(180deg, rgba(16, 24, 35, 0.28), rgba(16, 24, 35, 0.86));
}

.pk-heritage-hero::after {
	background-image:
		linear-gradient(rgba(217, 164, 65, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(217, 164, 65, 0.08) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 82%);
}

.home-hero-inner {
	align-items: center;
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
	min-height: 650px;
	padding-bottom: 76px;
	padding-top: 76px;
	position: relative;
	z-index: 1;
}

.eyebrow {
	color: var(--pk-gold);
	font-size: 13px;
	font-weight: 700;
	margin: 0 0 10px;
}

.hero-copy h1,
.page-band h1,
.single-food h1,
.single-post h1 {
	font-size: clamp(34px, 5vw, 62px);
	line-height: 1.25;
	margin: 0 0 18px;
}

.hero-copy p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 18px;
	margin: 0 0 28px;
	max-width: 590px;
}

.hero-actions,
.food-card-footer,
.section-heading,
.contact-inner {
	align-items: center;
	display: flex;
	gap: 14px;
	justify-content: space-between;
}

.button-primary,
.button-secondary {
	border-radius: 6px;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	min-width: 132px;
	padding: 12px 18px;
}

.button-primary {
	background: linear-gradient(145deg, #f4c76f, var(--pk-gold));
	color: #172235;
	box-shadow: 0 14px 30px rgba(217, 164, 65, 0.22);
}

.button-secondary {
	border: 1px solid rgba(255, 255, 255, 0.55);
	color: #fff;
}

.hero-metrics {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.hero-metrics span {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(217, 164, 65, 0.34);
	border-radius: 999px;
	color: #f4dfb8;
	font-size: 13px;
	font-weight: 800;
	padding: 8px 13px;
}

.hero-panel {
	background: rgba(10, 17, 26, 0.72);
	backdrop-filter: blur(18px);
	border: 1px solid rgba(217, 164, 65, 0.3);
	border-radius: 8px;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
	padding: 24px;
}

.pk-preview-top,
.pk-preview-food {
	align-items: center;
	display: flex;
	justify-content: space-between;
	gap: 18px;
}

.pk-preview-top {
	border-bottom: 1px solid rgba(217, 164, 65, 0.24);
	color: #f6e0b5;
	margin-bottom: 14px;
	padding-bottom: 14px;
}

.pk-preview-top strong {
	color: #fff;
	font-size: 20px;
}

.pk-preview-food {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	margin-top: 10px;
	padding: 14px;
}

.pk-preview-food span {
	font-weight: 800;
}

.pk-preview-food b {
	color: #f2c36f;
	white-space: nowrap;
}

.pk-preview-note {
	background: rgba(20, 112, 107, 0.24);
	border: 1px solid rgba(106, 212, 198, 0.22);
	border-radius: 8px;
	color: #d6fffa;
	font-size: 13px;
	font-weight: 800;
	margin-top: 14px;
	padding: 12px 14px;
}

.pk-experience-section {
	background:
		linear-gradient(180deg, rgba(251, 244, 232, 0.96), rgba(246, 239, 227, 1)),
		var(--pk-cream);
}

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

.pk-experience-grid article,
.pk-branch-card {
	background: #fff;
	border: 1px solid var(--pk-line);
	border-radius: 8px;
	box-shadow: var(--pk-shadow);
	padding: 24px;
}

.pk-experience-grid article {
	position: relative;
	overflow: hidden;
}

.pk-experience-grid article::before {
	background: linear-gradient(180deg, var(--pk-gold), var(--pk-primary));
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 4px;
}

.pk-experience-grid span,
.pk-branch-card span,
.section-heading span {
	color: var(--pk-muted);
	font-size: 13px;
	font-weight: 800;
}

.pk-experience-grid h3 {
	color: var(--pk-ink);
	font-size: 23px;
	line-height: 1.4;
	margin: 8px 0 10px;
}

.pk-experience-grid p {
	color: var(--pk-muted);
	margin: 0;
}

.pk-branches-section {
	background:
		linear-gradient(135deg, rgba(16, 24, 35, 0.94), rgba(118, 37, 22, 0.88)),
		var(--pk-night);
	color: #fff;
}

.pk-branches-section .section-heading h2,
.pk-branches-section .section-heading span {
	color: #fff;
}

.pk-branch-card {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(217, 164, 65, 0.28);
	color: #fff;
	display: grid;
	gap: 6px;
	min-height: 120px;
}

.pk-branch-card strong {
	font-size: 26px;
}

.pk-branch-card span {
	color: #f4dfb8;
}

.home-section,
.page-content,
.single-post {
	padding: 66px 0;
}

.section-heading {
	margin-bottom: 24px;
}

.section-heading h2,
.contact-inner h2 {
	font-size: 30px;
	line-height: 1.35;
	margin: 0;
}

.section-heading a {
	color: var(--pk-primary);
	font-weight: 700;
}

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

.food-card,
.post-card,
.content-card,
.widget {
	background: var(--pk-surface);
	border: 1px solid var(--pk-line);
	border-radius: 8px;
	overflow: hidden;
}

.food-card-image,
.post-card-image,
.content-card-image {
	align-items: center;
	aspect-ratio: 4 / 3;
	background: #f2e7d8;
	color: var(--pk-muted);
	display: flex;
	justify-content: center;
}

.food-card-image img,
.post-card-image img,
.content-card-image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.food-card-body,
.post-card-body,
.content-card-body {
	padding: 18px;
}

.food-card h3,
.post-card h3,
.content-card h2 {
	font-size: 20px;
	line-height: 1.5;
	margin: 0 0 8px;
}

.food-card p,
.post-card p,
.content-card p,
.site-footer p,
.contact-inner p {
	color: var(--pk-muted);
	margin: 0;
}

.food-card-footer {
	border-top: 1px solid var(--pk-line);
	margin-top: 16px;
	padding-top: 14px;
}

.food-price {
	color: var(--pk-primary);
	font-size: 18px;
	font-weight: 800;
}

.food-price small {
	font-size: 12px;
}

.food-price-empty {
	color: var(--pk-accent);
}

.page-band {
	background: #fff;
	border-bottom: 1px solid var(--pk-line);
	padding: 52px 0;
}

.category-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 24px;
}

.category-filter a {
	background: #fff;
	border: 1px solid var(--pk-line);
	border-radius: 999px;
	color: var(--pk-muted);
	font-weight: 700;
	padding: 8px 14px;
}

.single-food-inner {
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	padding-bottom: 72px;
	padding-top: 72px;
}

.single-food-media img,
.food-placeholder,
.single-post-image img {
	background: #f2e7d8;
	border-radius: 8px;
	box-shadow: var(--pk-shadow);
	width: 100%;
}

.food-placeholder {
	align-items: center;
	aspect-ratio: 4 / 3;
	display: flex;
	justify-content: center;
}

.single-summary {
	color: var(--pk-muted);
	font-size: 18px;
}

.single-price {
	margin: 18px 0;
}

.content-layout {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) 300px;
	padding-bottom: 64px;
	padding-top: 42px;
}

.post-list {
	display: grid;
	gap: 18px;
}

.blog-sidebar {
	display: grid;
	gap: 18px;
}

.widget {
	padding: 18px;
}

.contact-band {
	background: var(--pk-cream);
	border-top: 1px solid var(--pk-line);
}

.site-footer {
	background: #101823;
	color: #fff;
	padding: 34px 0;
}

.site-footer-inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	gap: 24px;
}

.footer-nav a {
	color: rgba(255, 255, 255, 0.74);
}

.nav-links {
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-top: 28px;
}

.nav-links a,
.nav-links span {
	background: #fff;
	border: 1px solid var(--pk-line);
	border-radius: 6px;
	padding: 8px 12px;
}

body.elementor-page .site-main {
	overflow: hidden;
}

.online-menu-page {
	background:
		linear-gradient(180deg, rgba(255, 247, 234, 0.9), rgba(255, 250, 243, 1) 360px),
		var(--pk-bg);
	min-height: 100vh;
}

.online-menu-hero {
	background:
		linear-gradient(135deg, rgba(32, 24, 22, 0.94), rgba(132, 23, 17, 0.92)),
		linear-gradient(45deg, rgba(213, 155, 49, 0.4), transparent);
	color: #fff;
	padding: 54px 0 42px;
}

.online-menu-hero-inner {
	align-items: center;
	display: grid;
	gap: 26px;
	grid-template-columns: minmax(0, 1fr) 220px;
}

.online-menu-hero .eyebrow {
	color: #f2c36f;
}

.online-menu-hero h1 {
	font-size: clamp(36px, 5vw, 60px);
	line-height: 1.22;
	margin: 0 0 12px;
}

.online-menu-hero p:last-child {
	color: rgba(255, 255, 255, 0.82);
	font-size: 17px;
	margin: 0;
	max-width: 650px;
}

.online-menu-summary {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 8px;
	padding: 20px;
	text-align: center;
}

.online-menu-summary span,
.online-menu-summary small {
	color: rgba(255, 255, 255, 0.78);
	display: block;
}

.online-menu-summary strong {
	display: block;
	font-size: 54px;
	line-height: 1;
	margin: 12px 0;
}

.online-menu-wrap {
	padding: 0 0 78px;
}

.online-menu-tabs {
	background: rgba(255, 250, 243, 0.98);
	border-bottom: 1px solid var(--pk-line);
	box-shadow: 0 10px 26px rgba(78, 43, 24, 0.06);
	display: flex;
	gap: 10px;
	margin: 0 -20px 28px;
	overflow-x: auto;
	padding: 14px 20px;
	position: sticky;
	top: 76px;
	z-index: 10;
}

.online-menu-tabs a {
	background: #fff;
	border: 1px solid var(--pk-line);
	border-radius: 999px;
	color: var(--pk-muted);
	flex: 0 0 auto;
	font-size: 14px;
	font-weight: 800;
	padding: 9px 17px;
}

.online-menu-tabs a:hover {
	background: var(--pk-primary);
	border-color: var(--pk-primary);
	color: #fff;
}

.online-menu-board {
	display: grid;
	gap: 28px;
}

.online-menu-category {
	background: #fff;
	border: 1px solid var(--pk-line);
	border-radius: 8px;
	box-shadow: var(--pk-shadow);
	overflow: hidden;
}

.online-menu-category > header {
	align-items: center;
	background: linear-gradient(90deg, #fff7ea, #fff);
	border-bottom: 1px solid var(--pk-line);
	display: flex;
	justify-content: space-between;
	gap: 18px;
	padding: 20px 24px;
}

.online-menu-category header span {
	color: var(--pk-primary);
	font-size: 12px;
	font-weight: 800;
}

.online-menu-category h2 {
	font-size: 26px;
	line-height: 1.35;
	margin: 2px 0 0;
}

.online-menu-category header p {
	color: var(--pk-muted);
	margin: 4px 0 0;
}

.online-menu-category header strong {
	align-items: center;
	background: var(--pk-primary);
	border-radius: 999px;
	color: #fff;
	display: flex;
	height: 44px;
	justify-content: center;
	min-width: 44px;
	padding: 0 12px;
}

.online-menu-items {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.online-menu-item {
	align-items: center;
	border-bottom: 1px solid var(--pk-line);
	display: grid;
	gap: 14px;
	grid-template-columns: 78px minmax(0, 1fr);
	padding: 18px;
	position: relative;
}

.online-menu-item:nth-child(odd) {
	border-left: 1px solid var(--pk-line);
}

.online-menu-item:nth-last-child(-n + 2) {
	border-bottom: 0;
}

.online-menu-thumb {
	align-items: center;
	aspect-ratio: 1;
	background: #f2e7d8;
	border-radius: 8px;
	color: var(--pk-muted);
	display: flex;
	font-size: 13px;
	font-weight: 700;
	justify-content: center;
	overflow: hidden;
}

.online-menu-thumb img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.online-menu-info {
	min-width: 0;
	padding-left: 130px;
}

.online-menu-info h3 {
	font-size: 18px;
	line-height: 1.45;
	margin: 0 0 4px;
}

.online-menu-info p {
	color: var(--pk-muted);
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
}

.online-menu-price {
	left: 18px;
	position: absolute;
	text-align: left;
	top: 20px;
	white-space: nowrap;
}

.online-menu-empty {
	background: #fff;
	border: 1px solid var(--pk-line);
	border-radius: 8px;
	box-shadow: var(--pk-shadow);
	padding: 34px;
	text-align: center;
}

@media (max-width: 900px) {
	.nav-toggle {
		display: block;
	}

	.site-nav {
		background: #fff;
		border-bottom: 1px solid var(--pk-line);
		display: none;
		left: 0;
		padding: 18px 20px;
		position: absolute;
		right: 0;
		top: 76px;
	}

	.site-nav.is-open {
		display: block;
	}

	.site-nav-list {
		align-items: stretch;
		flex-direction: column;
	}

	.home-hero-inner,
	.single-food-inner,
	.content-layout,
	.online-menu-hero-inner {
		grid-template-columns: 1fr;
	}

	.food-grid,
	.post-grid,
	.pk-experience-grid,
	.pk-branch-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.online-menu-items {
		grid-template-columns: 1fr;
	}

	.online-menu-item:nth-child(odd) {
		border-left: 0;
	}

	.online-menu-item:nth-last-child(-n + 2) {
		border-bottom: 1px solid var(--pk-line);
	}

	.online-menu-item:last-child {
		border-bottom: 0;
	}
}

@media (max-width: 640px) {
	.hero-actions,
	.section-heading,
	.contact-inner,
	.site-footer-inner {
		align-items: stretch;
		flex-direction: column;
	}

	.home-hero-inner {
		min-height: auto;
	}

	.food-grid,
	.post-grid,
	.pk-experience-grid,
	.pk-branch-grid {
		grid-template-columns: 1fr;
	}

	.online-menu-tabs {
		top: 76px;
	}

	.online-menu-item {
		gap: 12px;
		grid-template-columns: 68px minmax(0, 1fr);
		padding: 14px;
	}

	.online-menu-info {
		padding-left: 0;
	}

	.online-menu-price {
		grid-column: 2;
		position: static;
		text-align: right;
	}

	.online-menu-category > header {
		align-items: flex-start;
		flex-direction: column;
	}
}
