.nk-location-grid,
.nk-menu-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem;
}

.nk-location-card,
.nk-menu-item {
	overflow: hidden;
	border: 1px solid var(--nk-line, #d8d0c5);
	border-radius: var(--nk-radius, 0.75rem);
	background: #fff;
}

.nk-location-card .nk-card-image,
.nk-location-card .nk-card-image img {
	display: block;
	width: 100%;
}

.nk-location-card .nk-card-image img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.nk-card-copy,
.nk-menu-item > div {
	padding: 1.5rem;
}

.nk-eyebrow {
	margin: 0 0 0.6rem;
	color: var(--nk-red-dark, #7f1321);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.nk-location-card h2,
.nk-menu-item h3 {
	margin: 0 0 0.75rem;
	line-height: 1.22;
	letter-spacing: -0.012em;
}

.nk-card-copy p,
.nk-menu-item > div p {
	margin-top: 0;
	margin-bottom: 1rem;
	line-height: 1.65;
}

.nk-card-copy p:last-child,
.nk-menu-item > div p:last-child {
	margin-bottom: 0;
}

.nk-location-card address {
	font-style: normal;
}

.nk-hours {
	padding: 0;
	list-style: none;
}

.nk-card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin-top: 1.2rem;
}

.nk-button {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 1rem;
	border: 2px solid var(--nk-red, #a51d2d);
	border-radius: 0.35rem;
	background: var(--nk-red, #a51d2d);
	color: #fff;
	cursor: pointer;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}

.nk-button:hover,
.nk-button:focus {
	border-color: var(--nk-red-dark, #7f1321);
	background: var(--nk-red-dark, #7f1321);
	color: #fff;
}

.nk-button-outline {
	border-color: #171717;
	background: transparent;
	color: #171717;
}

.nk-menu-section {
	margin-bottom: 3.5rem;
}

.nk-menu-item {
	display: grid;
	grid-template-columns: 160px 1fr;
	align-items: center;
}

.nk-menu-item > img {
	width: 160px;
	height: 100%;
	min-height: 150px;
	object-fit: cover;
}

.nk-price,
.nk-availability {
	font-weight: 750;
}

.nk-availability {
	font-size: 0.85rem;
}

.nk-designations {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	padding: 0;
	list-style: none;
}

.nk-designations li {
	padding: 0.2rem 0.55rem;
	border: 1px solid currentColor;
	border-radius: 999px;
	font-size: 0.76rem;
	font-weight: 750;
}

.nk-allergen-notice {
	margin-top: 2rem;
	padding: 1.5rem;
	border-left: 5px solid var(--nk-red, #a51d2d);
	background: var(--nk-warm, #f3ece2);
}

.nk-request-form {
	padding: clamp(1.25rem, 4vw, 2.5rem);
	border: 1px solid var(--nk-line, #d8d0c5);
	border-radius: var(--nk-radius, 0.75rem);
	background: #fff;
}

.nk-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.3rem;
}

.nk-form-grid p {
	margin: 0;
}

.nk-form-grid label,
.nk-form-grid legend {
	display: block;
	margin-bottom: 0.5rem;
	font-weight: 750;
}

.nk-form-grid input:not([type="checkbox"]):not([type="radio"]),
.nk-form-grid select,
.nk-form-grid textarea {
	width: 100%;
	min-height: 48px;
	padding: 0.7rem 0.8rem;
	border: 2px solid #756e68;
	border-radius: 0.35rem;
	background: #fff;
	color: #171717;
}

.nk-form-grid textarea {
	min-height: 150px;
	resize: vertical;
}

.nk-form-grid fieldset {
	padding: 1rem;
	border: 1px solid var(--nk-line, #d8d0c5);
}

.nk-form-grid fieldset label {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	margin-right: 1rem;
	font-weight: 500;
}

.nk-form-grid fieldset input {
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.4rem;
}

.nk-form-grid .nk-full {
	grid-column: 1 / -1;
}

.nk-form-section-heading {
	padding-top: 0.75rem;
	border-top: 2px solid #171717;
}

.nk-form-section-heading h3 {
	margin-bottom: 0.35rem;
}

.nk-form-section-heading p,
.nk-employment-note {
	color: #4b4542;
	font-size: 0.94rem;
}

.nk-employment-subgrid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.1rem;
}

.nk-employment-history textarea {
	min-height: 5rem;
}

.nk-request-form > .nk-button {
	margin-top: 1.4rem;
}

.nk-hp {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.nk-form-message {
	margin-bottom: 1rem;
	padding: 1rem;
	border-left: 4px solid currentColor;
}

.nk-form-success {
	background: #e7f6ed;
	color: #123d25;
}

.nk-form-error {
	background: #fff0f0;
	color: #7f1321;
}

.nk-faq details {
	border-bottom: 1px solid var(--nk-line, #d8d0c5);
}

.nk-faq summary {
	min-height: 56px;
	display: flex;
	align-items: center;
	cursor: pointer;
	font-weight: 800;
}

.nk-faq details p {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 1.25rem;
	line-height: 1.65;
}

.nk-cookie-banner {
	position: fixed;
	left: 50%;
	bottom: 1rem;
	z-index: 99999;
	width: min(920px, calc(100% - 2rem));
	display: grid;
	grid-template-columns: 1.3fr 1fr;
	gap: 1rem 2rem;
	padding: 1.4rem;
	border: 1px solid #d8d0c5;
	border-radius: 1rem;
	background: #fff;
	color: #171717;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
	transform: translateX(-50%);
}

.nk-cookie-banner[hidden],
.nk-cookie-banner [hidden] {
	display: none !important;
}

.nk-cookie-banner h2 {
	margin: 0.2rem 0 0.6rem;
	font-size: 1.4rem;
}

.nk-cookie-banner p {
	margin-bottom: 0;
}

.nk-cookie-banner fieldset {
	padding: 0;
	border: 0;
}

.nk-cookie-banner label {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	margin-right: 0.7rem;
}

.nk-cookie-banner input {
	width: 1.1rem;
	height: 1.1rem;
	margin-right: 0.35rem;
}

.nk-cookie-actions {
	grid-column: 1 / -1;
	display: flex;
	justify-content: flex-end;
	gap: 0.55rem;
}

.nk-cookie-preferences-button {
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

@media (max-width: 760px) {
	.nk-location-grid,
	.nk-menu-grid,
	.nk-form-grid,
	.nk-cookie-banner {
		grid-template-columns: 1fr;
	}

	.nk-menu-item {
		grid-template-columns: 1fr;
	}

	.nk-menu-item > img {
		width: 100%;
		aspect-ratio: 3 / 2;
	}

	.nk-form-grid .nk-full,
	.nk-cookie-actions {
		grid-column: auto;
	}

	.nk-employment-subgrid {
		grid-template-columns: 1fr;
	}

	.nk-cookie-banner {
		max-height: calc(100vh - 2rem);
		overflow-y: auto;
	}

	.nk-cookie-actions {
		display: grid;
	}
}

@media (prefers-reduced-motion: reduce) {
	.nk-cookie-banner,
	.nk-button {
		scroll-behavior: auto;
		transition: none;
	}
}
