.pklunch {
	--pkl-primary: #3f472c;
	--pkl-accent: #c96d51;
	--pkl-background: #f0f0ec;
	--pkl-border: #666858;
	--pkl-text: #34382c;
	color: var(--pkl-text);
	font-family: inherit;
	line-height: 1.35;
}

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

.pklunch-today {
	display: grid;
	grid-template-columns: minmax(0, 1.65fr) minmax(170px, 0.55fr) minmax(210px, 0.7fr);
	align-items: center;
	gap: clamp(20px, 4vw, 56px);
	width: 100%;
	min-height: 164px;
	padding: 10px 22px;
	background: var(--pkl-background);
	border: 2px solid var(--pkl-border);
	border-radius: 8px;
}

.pklunch-menu-column h2 {
	margin: 0 0 8px;
	color: var(--pkl-primary);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(22px, 2.15vw, 31px);
	font-weight: 400;
	line-height: 1.08;
}

.pklunch-items {
	display: grid;
	gap: 4px;
}

.pklunch-item {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
}

.pklunch-item-icon {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 36px;
	color: var(--pkl-accent);
}

.pklunch-item-icon svg {
	width: 39px;
	height: 34px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.45;
}

.pklunch-item-text {
	display: grid;
	min-width: 0;
}

.pklunch-item-text small {
	color: #5e6254;
	font-size: 11px;
	line-height: 1.1;
}

.pklunch-item-text strong {
	overflow-wrap: anywhere;
	color: var(--pkl-primary);
	font-size: 13px;
	font-weight: 700;
}

.pklunch-note,
.pklunch-empty {
	margin: 12px 0 0 52px;
	font-size: 14px;
}

.pklunch-note {
	color: #5e6254;
	font-style: italic;
}

.pklunch-empty {
	margin-left: 0;
	color: var(--pkl-primary);
}

.pklunch-price-column {
	display: flex;
	justify-content: center;
}

.pklunch-price-badge {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 146px;
	height: 146px;
	padding: 14px;
	color: var(--pkl-primary);
	background: rgba(255, 255, 255, 0.08);
	border: 2px solid var(--pkl-border);
	border-radius: 50%;
	text-align: center;
}

.pklunch-price-badge > svg {
	width: 38px;
	height: 38px;
	margin-bottom: 0;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.pklunch-price-label {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	line-height: 1;
}

.pklunch-price-badge strong {
	position: relative;
	display: block;
	margin: 3px 0 8px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 29px;
	line-height: 1;
}

.pklunch-price-badge strong::after {
	position: absolute;
	bottom: -5px;
	left: 50%;
	width: 82px;
	height: 2px;
	background: var(--pkl-border);
	content: "";
	transform: translateX(-50%);
}

.pklunch-hours {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
}

.pklunch-actions {
	display: grid;
	gap: 10px;
}

.pklunch-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 42px;
	padding: 9px 16px;
	border: 2px solid var(--pkl-border);
	border-radius: 6px;
	box-shadow: none;
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.pklunch-button:hover,
.pklunch-button:focus-visible {
	transform: translateY(-1px);
}

.pklunch-button:focus-visible,
.pklunch-modal-close:focus-visible {
	outline: 3px solid color-mix(in srgb, var(--pkl-accent) 70%, white);
	outline-offset: 2px;
}

.pklunch-button-primary {
	color: #fff;
	background: var(--pkl-primary);
	border-color: var(--pkl-primary);
}

.pklunch-button-primary:hover,
.pklunch-button-primary:focus-visible {
	color: #fff;
	background: color-mix(in srgb, var(--pkl-primary) 86%, black);
}

.pklunch-button-secondary {
	color: var(--pkl-text);
	background: transparent;
}

.pklunch-button-secondary:hover,
.pklunch-button-secondary:focus-visible {
	color: var(--pkl-primary);
	background: rgba(255, 255, 255, 0.45);
}

.pklunch-button svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
}

.pklunch-modal[hidden] {
	display: none !important;
}

.pklunch-modal {
	position: fixed;
	z-index: 999999;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 24px;
	color: var(--pkl-text);
	font-family: inherit;
	line-height: 1.35;
}

.pklunch-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(26, 29, 22, 0.72);
	backdrop-filter: blur(3px);
}

.pklunch-modal-dialog {
	position: relative;
	z-index: 1;
	width: min(1120px, 100%);
	max-height: min(88vh, 850px);
	overflow: auto;
	background: #f8f8f4;
	border: 2px solid var(--pkl-border);
	border-radius: 12px;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.pklunch-modal-header {
	position: sticky;
	z-index: 3;
	top: 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	padding: 24px 28px 20px;
	color: var(--pkl-primary);
	background: #f8f8f4;
	border-bottom: 1px solid color-mix(in srgb, var(--pkl-border) 38%, transparent);
}

.pklunch-modal-kicker {
	display: block;
	margin-bottom: 3px;
	color: var(--pkl-accent);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.pklunch-modal-header h2 {
	margin: 0;
	color: var(--pkl-primary);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(25px, 3vw, 38px);
	font-weight: 400;
	line-height: 1.08;
}

.pklunch-modal-header p {
	margin: 6px 0 0;
	font-size: 14px;
}

.pklunch-modal-close {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	color: var(--pkl-primary);
	background: transparent;
	border: 1px solid var(--pkl-border);
	border-radius: 50%;
	cursor: pointer;
}

.pklunch-modal-close:hover {
	color: #fff;
	background: var(--pkl-primary);
}

.pklunch-modal-close svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 1.8;
}

.pklunch-week-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
	gap: 14px;
	padding: 22px 28px 28px;
}

.pklunch-week-day {
	display: flex;
	min-height: 275px;
	flex-direction: column;
	padding: 18px;
	background: var(--pkl-background);
	border: 1px solid color-mix(in srgb, var(--pkl-border) 70%, white);
	border-radius: 8px;
}

.pklunch-week-day.is-today {
	border: 2px solid var(--pkl-accent);
	box-shadow: 0 6px 20px color-mix(in srgb, var(--pkl-accent) 17%, transparent);
}

.pklunch-week-day > header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid color-mix(in srgb, var(--pkl-border) 38%, transparent);
}

.pklunch-week-day h3 {
	margin: 0;
	color: var(--pkl-primary);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	font-weight: 400;
}

.pklunch-week-day time {
	color: #6a6e62;
	font-size: 13px;
}

.pklunch-week-items {
	display: grid;
	gap: 13px;
}

.pklunch-week-item {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	gap: 9px;
}

.pklunch-week-item > span {
	color: var(--pkl-accent);
}

.pklunch-week-item svg {
	width: 28px;
	height: 28px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.35;
}

.pklunch-week-item p {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
}

.pklunch-week-item small {
	display: block;
	margin-bottom: 1px;
	color: #707467;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
}

.pklunch-week-note,
.pklunch-week-empty {
	margin: 14px 0;
	color: #666b5d;
	font-size: 13px;
	font-style: italic;
}

.pklunch-week-meta {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 8px;
	margin-top: auto;
	padding-top: 16px;
	color: var(--pkl-primary);
}

.pklunch-week-meta strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 21px;
}

.pklunch-week-meta span {
	font-size: 12px;
}

.pklunch-modal-footer {
	display: flex;
	justify-content: center;
	padding: 0 28px 28px;
}

.pklunch-modal-footer .pklunch-button {
	min-width: 230px;
}

body.pklunch-modal-open {
	overflow: hidden;
}

@media (max-width: 860px) {
	.pklunch-today {
		grid-template-columns: minmax(0, 1fr) 150px;
		gap: 18px;
		padding: 18px 20px;
	}

	.pklunch-actions {
		grid-column: 1 / -1;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.pklunch-today {
		grid-template-columns: 1fr;
		padding: 18px;
	}

	.pklunch-menu-column h2 {
		text-align: center;
	}

	.pklunch-price-column {
		grid-row: 1;
	}

	.pklunch-price-badge {
		width: 134px;
		height: 134px;
	}

	.pklunch-actions {
		grid-template-columns: 1fr;
	}

	.pklunch-modal {
		padding: 10px;
	}

	.pklunch-modal-dialog {
		max-height: 94vh;
		border-radius: 8px;
	}

	.pklunch-modal-header {
		padding: 18px;
	}

	.pklunch-week-grid {
		grid-template-columns: 1fr;
		padding: 14px 16px 20px;
	}

	.pklunch-week-day {
		min-height: 0;
	}

	.pklunch-modal-footer {
		padding: 0 16px 20px;
	}

	.pklunch-modal-footer .pklunch-button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pklunch-button {
		transition: none;
	}
}
