:root {
	--kh-ink: #1e1b18;
	--kh-muted: #6f6961;
	--kh-line: #e3ddd5;
	--kh-paper: #fffaf3;
	--kh-card: #ffffff;
	--kh-wash: #f3efe8;
	--kh-red: #8f1718;
	--kh-red-dark: #681012;
	--kh-gold: #d89b2b;
	--kh-green: #1f8a5b;
	--kh-shadow: 0 12px 34px rgba(31, 27, 23, 0.1);
	--kh-radius: 0;
	--kh-font-body: "LibreFranklin", Arial, sans-serif;
	--kh-font-display: "Fraunces", Georgia, serif;
}

.kh-menu-app {
	background: #fffaf5;
	color: var(--kh-ink);
	font-family: var(--kh-font-body);
	margin: 0 auto;
	min-height: 80vh;
	padding: 0 18px 72px;
}

.kh-menu-app *,
.kh-menu-app *::before,
.kh-menu-app *::after {
	box-sizing: border-box;
}

.kh-menu-hero {
	align-items: stretch;
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 1fr) 320px;
	margin: 0 auto;
	max-width: 1160px;
	padding: 34px 0 18px;
}

.kh-menu-hero__copy {
	align-items: flex-start;
	background: radial-gradient(circle at 16% 0%, rgba(216, 155, 43, 0.2), transparent 32%), var(--kh-card);
	border: 1px solid rgba(143, 23, 24, 0.12);
	border-radius: 0;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 190px;
	padding: 30px 34px;
}

.kh-eyebrow,
.kh-section-heading p {
	color: var(--kh-red);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.kh-menu-hero h1 {
	font-family: var(--kh-font-display);
	font-size: clamp(2.7rem, 5vw, 4.8rem);
	font-weight: 800;
	line-height: 0.92;
	margin: 0 0 18px;
}

.kh-menu-hero p:not(.kh-eyebrow) {
	color: var(--kh-muted);
	font-size: 1.1rem;
	line-height: 1.7;
	margin: 0;
	max-width: 740px;
}

.kh-pickup-panel {
	background: #17251e;
	border-radius: 0;
	box-shadow: var(--kh-shadow);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 24px;
	position: relative;
	overflow: hidden;
}

.kh-pickup-panel::before {
	background: linear-gradient(135deg, rgba(216, 155, 43, 0.32), transparent);
	content: "";
	inset: 0;
	position: absolute;
}

.kh-pickup-panel > * {
	position: relative;
}

.kh-pickup-panel__label {
	align-self: flex-start;
	background: rgba(31, 138, 91, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 0;
	color: #dff7e9;
	font-weight: 800;
	margin-bottom: auto;
	padding: 8px 13px;
}

.kh-pickup-panel strong {
	font-size: 1.4rem;
	line-height: 1.25;
	margin: 50px 0 10px;
}

.kh-pickup-panel small {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.95rem;
	line-height: 1.5;
}

.kh-menu-toolbar {
	align-items: center;
	display: flex;
	gap: 14px;
	margin: 0 auto 24px;
	max-width: 1160px;
	position: sticky;
	top: 32px;
	z-index: 20;
}

.kh-search {
	flex: 1;
}

.kh-search input {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid var(--kh-line);
	border-radius: 0;
	box-shadow: none;
	color: var(--kh-ink);
	font: inherit;
	min-height: 52px;
	outline: none;
	padding: 0 22px;
	width: 100%;
}

.kh-search input:focus {
	border-color: var(--kh-red);
	box-shadow: 0 0 0 4px rgba(143, 23, 24, 0.12);
}

.kh-cart-pill {
	align-items: center;
	background: var(--kh-red);
	border: 0;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 800;
	gap: 10px;
	min-height: 52px;
	padding: 0 20px;
	text-decoration: none;
}

.kh-cart-pill strong {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 0;
	min-width: 28px;
	padding: 4px 8px;
	text-align: center;
}

.kh-menu-layout {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: 238px minmax(0, 1fr);
	margin: 0 auto;
	max-width: 1160px;
}

.kh-menu-layout--no-sidebar {
	grid-template-columns: minmax(0, 1fr);
}

.kh-category-nav {
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid var(--kh-line);
	border-radius: 0;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	gap: 4px;
	max-height: calc(100vh - 120px);
	overflow: auto;
	padding: 12px;
	position: sticky;
	top: 102px;
}

.kh-category-nav a {
	align-items: center;
	border-radius: 0;
	color: var(--kh-muted);
	display: flex;
	font-weight: 750;
	gap: 10px;
	justify-content: space-between;
	line-height: 1.25;
	padding: 12px;
	text-decoration: none;
}

.kh-category-nav a:hover,
.kh-category-nav a.is-active {
	background: rgba(143, 23, 24, 0.09);
	color: var(--kh-red);
}

.kh-category-nav span {
	color: inherit;
	font-size: 0.8rem;
	opacity: 0.72;
}

.kh-menu-sections {
	display: flex;
	flex-direction: column;
	gap: 34px;
	min-width: 0;
}

.kh-menu-section {
	scroll-margin-top: 120px;
}

.kh-section-heading {
	margin: 0 0 16px;
}

.kh-section-heading h2 {
	font-family: var(--kh-font-display);
	font-size: clamp(1.8rem, 3vw, 2.65rem);
	line-height: 1;
	margin: 0;
}

.kh-product-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
}

.kh-menu-columns-1 .kh-product-grid {
	grid-template-columns: 1fr;
}

.kh-menu-columns-2 .kh-product-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kh-product-card {
	min-width: 0;
}

.kh-product-card[hidden] {
	display: none;
}

.kh-product-card__button {
	align-items: stretch;
	background: #fff !important;
	border: 1px solid var(--kh-line) !important;
	border-radius: 0;
	box-shadow: none;
	color: var(--kh-ink) !important;
	cursor: pointer;
	display: grid !important;
	font: inherit !important;
	grid-template-columns: minmax(0, 1fr);
	height: 170px;
	padding: 0 !important;
	position: relative;
	text-align: left !important;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
	width: 100% !important;
}

.kh-product-card__button:hover,
.kh-product-card__button:focus-visible {
	border-color: rgba(143, 23, 24, 0.35);
	box-shadow: 0 5px 16px rgba(31, 27, 23, 0.12);
	outline: none;
	transform: translateY(-2px);
}

.kh-product-card__body {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 24px 62px 22px 24px;
	text-align: left;
}

.kh-product-card__body strong {
	color: var(--kh-ink);
	font-size: 1.12rem;
	font-weight: 800;
	line-height: 1.25;
	text-transform: none;
}

.kh-product-card__desc {
	color: var(--kh-muted);
	font-size: 0.96rem;
	font-weight: 500;
	line-height: 1.45;
	text-align: left;
}

.kh-product-card__price {
	color: var(--kh-red);
	font-size: 1.08rem;
	font-weight: 800;
	margin-top: 2px;
}

.kh-product-card__media {
	align-items: center;
	background: var(--kh-wash);
	border-radius: 0;
	display: flex;
	justify-content: center;
	height: 82px;
	margin: 18px 58px 18px 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 82px;
}

.kh-product-card__media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.kh-product-card__media span {
	color: rgba(143, 23, 24, 0.32);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 3rem;
	font-weight: 800;
}

.kh-product-card__plus {
	align-items: center;
	background: #fff;
	border: 1px solid var(--kh-line);
	border-radius: 0;
	bottom: 16px;
	color: var(--kh-ink);
	display: flex;
	font-size: 1.45rem;
	font-weight: 500;
	height: 34px;
	justify-content: center;
	position: absolute;
	right: 16px;
	width: 34px;
}

.kh-product-card__button:disabled {
	cursor: not-allowed;
	opacity: 0.62;
}

.kh-closed-banner {
	align-items: center;
	background: #fff3f0;
	border: 1px solid rgba(143, 23, 24, 0.2);
	border-radius: 0;
	color: var(--kh-red);
	display: flex;
	gap: 12px;
	margin: 0 auto 18px;
	max-width: 1160px;
	padding: 13px 16px;
}

.kh-empty-state {
	background: #fff;
	border: 1px dashed var(--kh-line);
	border-radius: 0;
	color: var(--kh-muted);
	font-weight: 750;
	padding: 28px;
	text-align: center;
}

.kh-modal[hidden],
.kh-toast[hidden] {
	display: none;
}

.kh-modal {
	inset: 0;
	position: fixed;
	z-index: 99999;
}

.kh-modal__backdrop {
	background: rgba(18, 16, 14, 0.58);
	inset: 0;
	position: absolute;
}

.kh-modal__dialog {
	background: #fff;
	border-radius: 0;
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
	display: flex;
	flex-direction: column;
	inset: 22px 50%;
	margin-left: max(-460px, -46vw);
	max-width: 920px;
	overflow: hidden;
	position: absolute;
	width: min(920px, 92vw);
}

.kh-modal__close {
	align-items: center;
	background: #fff !important;
	border: 1px solid var(--kh-line) !important;
	border-radius: 0 !important;
	box-shadow: none;
	color: #707070 !important;
	cursor: pointer;
	display: flex;
	font-size: 2rem;
	height: 56px;
	justify-content: center;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 56px;
	z-index: 2;
}

.kh-modal__media {
	background: var(--kh-wash);
	border-bottom: 1px solid var(--kh-line);
	display: none;
	min-height: 0;
}

.kh-modal.has-media .kh-modal__media {
	display: block;
}

.kh-modal__media img {
	display: block;
	height: min(360px, 36vh);
	object-fit: cover;
	width: 100%;
}

.kh-modal__content {
	flex: 1;
	overflow: auto;
	padding: 28px 32px 18px;
}

.kh-modal__content h2 {
	font-family: var(--kh-font-display);
	font-size: clamp(2.25rem, 4vw, 3.6rem);
	line-height: 1.1;
	margin: 0 76px 14px 0;
}

.kh-modal__price {
	color: var(--kh-red);
	font-size: 1.55rem;
	font-weight: 800;
	margin-bottom: 14px;
}

.kh-modal__desc {
	color: var(--kh-muted);
	font-size: 1.08rem;
	line-height: 1.6;
	margin: 0 0 18px;
}

.kh-info-block,
.kh-addons__head {
	background: #f4f2ee;
	margin: 0 -32px 16px;
	padding: 16px 32px;
}

.kh-info-block h3,
.kh-addons__head h3 {
	font-family: var(--kh-font-display);
	font-size: 1.45rem;
	margin: 0 0 8px;
}

.kh-info-block p {
	color: var(--kh-muted);
	font-size: 1rem;
	line-height: 1.45;
	margin: 8px 0 0;
}

.kh-note {
	display: block;
	margin-bottom: 14px;
}

.kh-pickup-choice {
	background: #fff3f0;
	border: 1px solid rgba(143, 23, 24, 0.25);
	color: var(--kh-red);
	display: grid;
	gap: 4px;
	margin: 0 0 14px;
	padding: 12px 14px;
}

.kh-note span {
	display: block;
	font-size: 1.2rem;
	font-weight: 750;
	margin-bottom: 10px;
}

.kh-note textarea {
	border: 1px solid #d6d6d6;
	border-radius: 0;
	font: inherit;
	min-height: 64px;
	outline: none;
	padding: 14px;
	resize: vertical;
	width: 100%;
}

.kh-note textarea:focus {
	border-color: var(--kh-red);
	box-shadow: 0 0 0 4px rgba(143, 23, 24, 0.11);
}

.kh-addons__head {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
}

.kh-addons__head span {
	color: var(--kh-muted);
	font-weight: 750;
}

.kh-addons__list {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.kh-addons__list .kh-addon {
	align-items: center;
	background: #fff !important;
	border: 0 !important;
	border-bottom: 1px solid var(--kh-line) !important;
	color: var(--kh-ink) !important;
	cursor: pointer;
	display: grid;
	font: inherit !important;
	gap: 14px;
	grid-template-columns: 68px minmax(0, 1fr) auto 44px;
	padding: 14px 0 !important;
	text-align: left !important;
	width: 100% !important;
}

.kh-addon img,
.kh-addon__fallback {
	background: var(--kh-wash);
	border-radius: 0;
	height: 68px;
	object-fit: cover;
	width: 68px;
}

.kh-addon__fallback {
	align-items: center;
	color: var(--kh-red);
	display: flex;
	font-weight: 850;
	justify-content: center;
}

.kh-addons__list .kh-addon strong,
.kh-addons__list .kh-addon span {
	font-size: 1rem;
}

.kh-addons__list .kh-addon strong {
	color: var(--kh-ink) !important;
}

.kh-addons__list .kh-addon span {
	color: var(--kh-muted) !important;
	font-weight: 700;
}

.kh-addons__list .kh-addon em {
	align-items: center;
	background: #fff;
	border: 1px solid var(--kh-line);
	border-radius: 0;
	color: var(--kh-ink);
	display: flex;
	font-style: normal;
	font-weight: 850;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.kh-addons__list .kh-addon.is-selected em {
	background: var(--kh-green);
	border-color: var(--kh-green);
	color: #fff;
}

.kh-modal__footer {
	align-items: center;
	background: #fff;
	border-top: 1px solid var(--kh-line);
	display: grid;
	gap: 18px;
	grid-template-columns: 240px minmax(0, 1fr);
	padding: 16px 24px;
	position: sticky;
	bottom: 0;
}

.kh-qty {
	align-items: center;
	border: 1px solid #d8d8d8;
	border-radius: 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	height: 58px;
	overflow: hidden;
}

.kh-qty button {
	background: transparent;
	border: 0;
	color: var(--kh-muted);
	cursor: pointer;
	font-size: 2rem;
	height: 100%;
}

.kh-qty span {
	font-size: 1.25rem;
	font-weight: 800;
	text-align: center;
}

.kh-add-main {
	align-items: center;
	background: var(--kh-red);
	border: 0;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: flex;
	font: inherit;
	font-size: 1.22rem;
	font-weight: 850;
	gap: 16px;
	justify-content: space-between;
	min-height: 58px;
	padding: 0 26px;
}

.kh-add-main:disabled {
	cursor: wait;
	opacity: 0.7;
}

.kh-toast {
	background: #17251e;
	border-radius: 0;
	bottom: 24px;
	box-shadow: var(--kh-shadow);
	color: #fff;
	font-weight: 800;
	left: 50%;
	padding: 14px 20px;
	position: fixed;
	transform: translateX(-50%);
	z-index: 100000;
}

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

body.kh-cart-open {
	overflow: hidden;
}

.kh-cart-drawer[hidden] {
	display: none;
}

.kh-cart-drawer {
	inset: 0;
	position: fixed;
	z-index: 100000;
}

.kh-cart-drawer__backdrop {
	background: rgba(18, 16, 14, 0.55);
	inset: 0;
	position: absolute;
}

.kh-cart-drawer__panel {
	background: #fff;
	border-left: 1px solid var(--kh-line);
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
	height: 100%;
	margin-left: auto;
	max-width: 560px;
	position: relative;
	width: min(560px, 92vw);
}

.kh-cart-drawer__head {
	align-items: center;
	background: #f7f5f1;
	border-bottom: 1px solid var(--kh-line);
	display: flex;
	justify-content: space-between;
	padding: 24px 28px;
}

.kh-cart-drawer__head h2 {
	font-family: var(--kh-font-body);
	font-size: 1.55rem;
	font-weight: 800;
	margin: 0;
}

.kh-cart-drawer__head h2 span {
	background: var(--kh-red);
	color: #fff;
	display: inline-flex;
	font-size: 0.95rem;
	justify-content: center;
	margin-left: 8px;
	min-width: 30px;
	padding: 4px 8px;
}

.kh-cart-drawer__head button {
	background: #fff;
	border: 0;
	color: var(--kh-muted);
	cursor: pointer;
	font-size: 2rem;
	height: 48px;
	width: 48px;
}

.kh-cart-drawer__items {
	overflow: auto;
	padding: 28px;
}

.kh-cart-empty {
	color: var(--kh-muted);
	font-weight: 700;
	margin: 0;
}

.kh-cart-item {
	display: grid;
	gap: 18px;
	grid-template-columns: 92px minmax(0, 1fr) auto;
	margin-bottom: 24px;
}

.kh-cart-item__media {
	align-items: center;
	background: var(--kh-wash);
	display: flex;
	height: 92px;
	justify-content: center;
	overflow: hidden;
	width: 92px;
}

.kh-cart-item__media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.kh-cart-item__media span {
	color: var(--kh-red);
	font-weight: 900;
}

.kh-cart-item__body {
	display: grid;
	gap: 7px;
}

.kh-cart-item__body strong {
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.25;
}

.kh-cart-item__body span,
.kh-cart-item__body small {
	color: var(--kh-muted);
}

.kh-cart-item__price {
	color: var(--kh-ink);
	font-weight: 800;
	white-space: nowrap;
}

.kh-cart-drawer__foot {
	border-top: 1px solid var(--kh-line);
	display: grid;
	gap: 18px;
	padding: 24px 28px 28px;
}

.kh-cart-clear {
	background: transparent;
	border: 0;
	color: var(--kh-muted);
	cursor: pointer;
	justify-self: start;
	text-decoration: underline;
}

.kh-cart-total {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.kh-cart-total strong {
	font-size: 1.25rem;
}

.kh-cart-actions {
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr 1fr;
}

.kh-cart-actions a {
	align-items: center;
	border: 1px solid var(--kh-line);
	color: var(--kh-ink);
	display: flex;
	font-weight: 800;
	justify-content: center;
	min-height: 56px;
	text-decoration: none;
}

.kh-cart-actions a:last-child {
	background: var(--kh-red);
	border-color: var(--kh-red);
	color: #fff;
}

.kh-reservation-form {
	background: #fff;
	border: 1px solid var(--kh-line);
	border-radius: 0;
	box-shadow: var(--kh-shadow);
	color: var(--kh-ink);
	margin: 0 auto;
	max-width: 920px;
	padding: 24px;
}

.kh-reservation-form__intro {
	margin-bottom: 18px;
}

.kh-reservation-form__intro h3 {
	font-family: var(--kh-font-display);
	font-size: 2rem;
	line-height: 1;
	margin: 0 0 8px;
}

.kh-reservation-form__intro p {
	color: var(--kh-muted);
	margin: 0;
}

.kh-reservation-notice {
	background: #f7f5f1;
	border: 1px solid var(--kh-line);
	color: var(--kh-ink);
	font-weight: 700;
	margin: 0 auto 16px;
	max-width: 920px;
	padding: 14px 16px;
}

.kh-reservation-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kh-reservation-form label {
	display: block;
}

.kh-reservation-form span {
	display: block;
	font-weight: 800;
	margin-bottom: 7px;
}

.kh-reservation-form input,
.kh-reservation-form textarea {
	border: 1px solid var(--kh-line);
	border-radius: 0;
	font: inherit;
	min-height: 46px;
	padding: 10px 12px;
	width: 100%;
}

.kh-reservation-form textarea {
	min-height: 120px;
}

.kh-reservation-form button {
	background: var(--kh-red);
	border: 0;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 850;
	margin-top: 18px;
	min-height: 52px;
	padding: 0 24px;
}

@media (max-width: 980px) {
	.kh-menu-hero,
	.kh-menu-layout {
		grid-template-columns: 1fr;
	}

	.kh-category-nav {
		border-radius: 0;
		border-left: 0;
		border-right: 0;
		flex-direction: row;
		margin: 0 -20px;
		max-height: none;
		overflow-x: auto;
		padding: 8px 20px;
		top: 92px;
	}

	.kh-category-nav a {
		flex: 0 0 auto;
		white-space: nowrap;
	}

	.kh-product-grid {
		grid-template-columns: 1fr;
	}

	.kh-menu-columns-2 .kh-product-grid,
	.kh-menu-columns-1 .kh-product-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.kh-menu-app {
		padding: 0 12px 72px;
	}

	.kh-menu-hero {
		gap: 12px;
		padding-top: 18px;
	}

	.kh-menu-hero__copy {
		min-height: 0;
		padding: 24px 22px;
	}

	.kh-menu-hero h1 {
		font-size: 2.6rem;
	}

	.kh-menu-hero p:not(.kh-eyebrow) {
		font-size: 1rem;
		line-height: 1.55;
	}

	.kh-pickup-panel {
		min-height: 170px;
		padding: 22px;
	}

	.kh-menu-toolbar {
		align-items: stretch;
		flex-direction: column;
		top: 0;
	}

	.kh-cart-pill {
		justify-content: center;
	}

	.kh-product-card__button {
		height: 148px;
		min-height: 0;
	}

	.kh-product-card__body {
		padding: 16px 54px 16px 16px;
	}

	.kh-section-heading h2 {
		font-size: 2rem;
	}

	.kh-modal__dialog {
		border-radius: 0;
		inset: 0;
		margin-left: 0;
		width: 100vw;
	}

	.kh-modal__close {
		height: 52px;
		right: 16px;
		top: 16px;
		width: 52px;
	}

	.kh-modal__content {
		padding: 22px;
	}

	.kh-modal.has-media .kh-modal__media img {
		height: 230px;
	}

	.kh-modal__content h2 {
		font-size: 2.35rem;
		margin-right: 62px;
	}

	.kh-info-block,
	.kh-addons__head {
		margin-left: -22px;
		margin-right: -22px;
		padding-left: 22px;
		padding-right: 22px;
	}

	.kh-addon {
		grid-template-columns: minmax(0, 1fr) auto 40px;
	}

	.kh-addon img,
	.kh-addon__fallback {
		display: none;
	}

	.kh-modal__footer {
		grid-template-columns: 1fr;
		padding: 16px;
	}

	.kh-closed-banner {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.kh-reservation-grid {
		grid-template-columns: 1fr;
	}
}

/* ===== Fixes 2026-07: desc overflow, compact modal & cart, cart qty ===== */
.kh-product-card__body { align-items: stretch; }
.kh-product-card__body strong,
.kh-product-card__desc { width: 100%; }
.kh-product-card__desc {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Compact, centered modal (was near full height) */
.kh-menu-app .kh-modal:not([hidden]) { display: flex; align-items: center; justify-content: center; position: fixed; inset: 0; height: 100vh; height: 100dvh; }
.kh-menu-app .kh-modal__dialog {
	position: relative;
	inset: auto;
	margin: 0;
	width: min(600px, 94vw);
	max-width: 600px;
	max-height: 88vh;
	max-height: 88dvh;
}
.kh-menu-app .kh-modal__close { width: 40px; height: 40px; font-size: 1.4rem; top: 12px; right: 12px; }

/* Compact cart drawer */
.kh-cart-drawer__panel { max-width: 420px; width: min(420px, 94vw); }
.kh-cart-drawer__items { padding: 20px; }
.kh-cart-item { grid-template-columns: 64px minmax(0, 1fr) auto; gap: 14px; margin-bottom: 18px; }
.kh-cart-item__media { width: 64px; height: 64px; }

/* Cart item quantity controls (minus / qty / plus) */
.kh-cart-item__qty { display: inline-flex; align-items: center; gap: 10px; margin-top: 6px; }
.kh-cart-item__qty button {
	width: 30px; height: 30px; line-height: 1;
	border: 1px solid var(--kh-line); background: #fff; color: var(--kh-ink);
	cursor: pointer; font-size: 1rem;
	display: inline-flex; align-items: center; justify-content: center;
}
.kh-cart-item__qty button:hover { border-color: var(--kh-red); color: var(--kh-red); }
.kh-cart-item__qty [data-kh-item-qty] { min-width: 18px; text-align: center; font-weight: 800; }

/* ===== Allergene / Zusatzstoffe unter dem Preis ===== */
.kh-product-card__button { height: auto; min-height: 170px; }
.kh-codes { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 4px; }
.kh-code {
	font-size: 0.76rem; line-height: 1.3; padding: 3px 8px;
	border: 1px solid var(--kh-line); color: var(--kh-muted); white-space: nowrap;
}
.kh-code b { color: var(--kh-ink); font-weight: 700; }
.kh-code--allergen { background: #f7f1ea; }
.kh-code--zusatz { background: #eef2ef; }

/* ===== Speisekarte: Breite wie Startseite, runde Boxen, breitere sticky Sidebar, Legende ===== */

/* Inhaltsbreite an Startseite angleichen (Elementor-Container 1350px) */
.kh-menu-layout { max-width: 1350px; grid-template-columns: 280px minmax(0, 1fr); gap: 32px; }
.kh-menu-hero, .kh-menu-toolbar, .kh-closed-banner { max-width: 1350px; margin-left: auto; margin-right: auto; }

/* Sidebar: breiter + sticky (klebt unter dem Header) */
.kh-category-nav {
	position: sticky;
	top: 96px;
	align-self: start;
	max-height: calc(100vh - 130px);
	overflow-y: auto;
	border-radius: 16px;
	padding: 14px;
}
.kh-category-nav a { border-radius: 10px; padding: 10px 12px; }

/* Runde Ecken wie die Bilder auf der Startseite */
.kh-product-card__button { border-radius: 16px; overflow: hidden; }
.kh-product-card__media, .kh-product-card__media img { border-radius: 0; }
.kh-menu-app .kh-modal__dialog { border-radius: 16px; }
.kh-menu-app .kh-modal__close { border-radius: 10px !important; }
.kh-cart-drawer__panel { border-radius: 16px 0 0 16px; }
.kh-cart-item__media { border-radius: 10px; }
.kh-cart-item__qty button { border-radius: 8px; }
.kh-code { border-radius: 999px; }
.kh-pickup-panel, .kh-closed-banner, .kh-search, .kh-cart-pill { border-radius: 12px; }

/* Legende (Allergene & Zusatzstoffe) */
.kh-legend {
	max-width: 1350px;
	margin: 56px auto 0;
	background: #fff;
	border: 1px solid var(--kh-line);
	border-radius: 16px;
	padding: 32px;
}
.kh-legend h2 { font-size: 1.6rem; margin: 0 0 20px; }
.kh-legend__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.kh-legend__col h3 { font-size: 1.05rem; margin: 0 0 10px; color: var(--kh-red); text-transform: uppercase; letter-spacing: .08em; }
.kh-legend table { width: 100%; border-collapse: collapse; }
.kh-legend th, .kh-legend td { text-align: left; padding: 7px 10px; border-bottom: 1px solid var(--kh-line); font-size: .92rem; vertical-align: top; }
.kh-legend th { width: 46px; font-weight: 800; color: var(--kh-ink); }
.kh-legend td { color: var(--kh-muted); }
@media (max-width: 860px) {
	.kh-legend__grid { grid-template-columns: 1fr; gap: 24px; }
	.kh-legend { padding: 22px; }
	.kh-menu-layout { grid-template-columns: 1fr; }
	.kh-category-nav { position: static; max-height: none; }
}

/* Kartenecken durchsetzen (Theme/Elementor stylt <button> global) */
.kh-menu-app .kh-product-card__button,
.kh-menu-app button.kh-product-card__button { border-radius: 16px !important; overflow: hidden; }
.kh-menu-app .kh-product-card__plus { border-radius: 8px !important; }
