.order-page {
	--order-black: #111111;
	--order-ink: #262626;
	--order-muted: #686868;
	--order-line: #dedede;
	--order-soft: #f3f3f3;
	--order-white: #ffffff;
	--order-danger: #b42318;
	--order-danger-soft: #fff3f2;
	--order-warning: #8a5a00;
	--order-warning-soft: #fff8e8;
	box-sizing: border-box;
	background: #f7f7f7;
	color: var(--order-ink);
	padding: 72px 0 96px;
}

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

.order-page [hidden] {
	display: none !important;
}

.order-shell {
	width: min(100% - 40px, 960px);
	margin: 0 auto;
}

.order-hero {
	max-width: 720px;
	margin: 0 auto 48px;
	text-align: center;
}

.order-eyebrow {
	margin: 0 0 10px;
	color: var(--order-muted);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.4;
}

.order-title {
	margin: 0;
	color: var(--order-black);
	font-size: clamp(2rem, 5vw, 3.25rem);
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.3;
}

.order-lead {
	margin: 20px 0 0;
	color: #4e4e4e;
	font-size: 1rem;
	line-height: 2;
}

.order-form {
	display: grid;
	gap: 28px;
}

.order-section {
	padding: 42px;
	border: 1px solid #e7e7e7;
	border-radius: 2px;
	background: var(--order-white);
	box-shadow: 0 10px 35px rgb(0 0 0 / 3%);
}

.order-section-heading {
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 16px;
	align-items: start;
	margin-bottom: 32px;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--order-line);
}

.order-step {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border-radius: 50%;
	background: var(--order-black);
	color: var(--order-white);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.order-section-heading h2,
.order-consent h2,
.order-dialog h2,
.order-receipt-section h2 {
	margin: 0;
	color: var(--order-black);
	font-size: 1.45rem;
	line-height: 1.45;
}

.order-section-heading p {
	margin: 5px 0 0;
	color: var(--order-muted);
	font-size: 0.88rem;
	line-height: 1.7;
}

.order-required,
.order-optional {
	display: inline-block;
	margin-left: 5px;
	padding: 2px 7px;
	border-radius: 2px;
	font-size: 0.65rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
	vertical-align: 0.12em;
}

.order-required {
	background: var(--order-black);
	color: var(--order-white);
}

.order-optional {
	background: #ececec;
	color: #555555;
}

.order-product-list {
	display: grid;
	gap: 0;
	border-top: 1px solid var(--order-line);
}

.order-product {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 176px 190px;
	gap: 24px;
	align-items: center;
	padding: 28px 0;
	border-bottom: 1px solid var(--order-line);
}

.order-product-photo {
	width: 100%;
	aspect-ratio: 1;
	border: 1px solid #e5e2df;
	border-radius: 3px;
	background-color: #f3f1f0;
	background-image: url("bento-menu-sprite.jpg");
	background-repeat: no-repeat;
	background-size: 300% auto;
	box-shadow: inset 0 0 0 1px rgb(255 255 255 / 35%);
}

.order-product-photo--0 {
	background-position: 0% 12.5%;
}

.order-product-photo--1 {
	background-position: 50% 12.5%;
}

.order-product-photo--2 {
	background-position: 100% 12.5%;
}

.order-product-photo--3 {
	background-position: 0% 87.5%;
}

.order-product-photo--4 {
	background-position: 50% 87.5%;
}

.order-product-photo--5 {
	background-position: 100% 87.5%;
}

.order-product-copy h3 {
	margin: 0;
	font-size: 1.08rem;
	line-height: 1.5;
}

.order-product-copy p {
	margin: 7px 0 0;
	color: var(--order-muted);
	font-size: 0.86rem;
	line-height: 1.65;
}

.order-product-price {
	display: block;
	margin-top: 8px;
	font-size: 1.08rem;
	line-height: 1.5;
}

.order-product-price span {
	margin-left: 3px;
	color: var(--order-muted);
	font-size: 0.68rem;
	font-weight: 400;
}

.order-quantity-control {
	min-width: 190px;
}

.order-product-promo {
	min-width: 190px;
	padding: 14px 16px;
	border: 1px solid var(--order-black);
	border-radius: 3px;
	margin: 0;
	text-align: center;
}

.order-product-promo strong,
.order-product-promo span {
	display: block;
}

.order-product-promo strong {
	font-size: 0.88rem;
}

.order-product-promo span {
	margin-top: 3px;
	color: var(--order-muted);
	font-size: 0.72rem;
	line-height: 1.5;
}

.order-quantity-control > label {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0;
	border: 0;
	margin: -1px;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.order-quantity-input {
	display: grid;
	grid-template-columns: 44px 70px 44px;
	justify-content: end;
}

.order-quantity-button,
.order-quantity-input input {
	width: 100%;
	height: 44px;
	border: 1px solid #bcbcbc;
	border-radius: 0;
	background: var(--order-white);
	color: var(--order-black);
	font: inherit;
}

.order-quantity-button {
	padding: 0;
	cursor: pointer;
	font-size: 1.2rem;
	line-height: 1;
}

.order-quantity-button:first-child {
	border-radius: 3px 0 0 3px;
}

.order-quantity-button:last-child {
	border-radius: 0 3px 3px 0;
}

.order-quantity-input input {
	z-index: 1;
	border-right: 0;
	border-left: 0;
	text-align: center;
	-moz-appearance: textfield;
}

.order-quantity-input input::-webkit-inner-spin-button,
.order-quantity-input input::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.order-quantity-button:hover {
	background: var(--order-soft);
}

.order-quantity-button:focus-visible,
.order-quantity-input input:focus-visible {
	position: relative;
	z-index: 2;
	outline: 3px solid rgb(17 17 17 / 22%);
	outline-offset: 1px;
}

.order-subtotal {
	margin: 7px 0 0;
	color: var(--order-muted);
	font-size: 0.75rem;
	text-align: right;
}

.order-subtotal strong {
	color: var(--order-ink);
}

.order-total {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 26px;
	padding: 22px 24px;
	background: var(--order-black);
	color: var(--order-white);
}

.order-total > div {
	display: flex;
	gap: 16px;
	align-items: baseline;
	justify-content: space-between;
	padding: 0 22px;
}

.order-total > div + div {
	border-left: 1px solid rgb(255 255 255 / 30%);
}

.order-total span {
	font-size: 0.82rem;
}

.order-total strong {
	font-size: 1.35rem;
	line-height: 1.4;
}

.order-total strong span {
	font-size: inherit;
}

.order-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px 20px;
}

.order-field {
	grid-column: 1 / -1;
	min-width: 0;
}

.order-field--half {
	grid-column: span 1;
}

.order-field--full {
	grid-column: 1 / -1;
}

.order-field > label,
.order-radio-field > legend {
	display: block;
	margin: 0 0 8px;
	color: var(--order-black);
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.6;
}

.order-field input[type="text"],
.order-field input[type="email"],
.order-field input[type="tel"],
.order-field input[type="date"],
.order-field select,
.order-field textarea {
	display: block;
	width: 100%;
	min-height: 50px;
	padding: 11px 14px;
	border: 1px solid #bbbbbb;
	border-radius: 3px;
	background: var(--order-white);
	color: var(--order-ink);
	font: inherit;
	font-size: 1rem;
	line-height: 1.5;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.order-field textarea {
	min-height: 130px;
	resize: vertical;
}

.order-field input:focus,
.order-field select:focus,
.order-field textarea:focus {
	border-color: var(--order-black);
	box-shadow: 0 0 0 3px rgb(17 17 17 / 12%);
	outline: none;
}

.order-field [aria-invalid="true"],
.order-quantity-input [aria-invalid="true"] {
	border-color: var(--order-danger);
	background: var(--order-danger-soft);
}

.order-radio-field {
	padding: 0;
	border: 0;
	margin: 0;
}

.order-radio-options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.order-radio-options label {
	position: relative;
	display: block;
	cursor: pointer;
}

.order-radio-options input {
	position: absolute;
	top: 18px;
	left: 16px;
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: var(--order-black);
}

.order-radio-options label > span {
	display: block;
	min-height: 76px;
	padding: 14px 14px 14px 46px;
	border: 1px solid #bcbcbc;
	border-radius: 3px;
	background: var(--order-white);
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.order-radio-options input:checked + span {
	border-color: var(--order-black);
	box-shadow: inset 0 0 0 1px var(--order-black);
}

.order-radio-options input:focus-visible + span {
	outline: 3px solid rgb(17 17 17 / 22%);
	outline-offset: 2px;
}

.order-radio-options strong,
.order-radio-options small {
	display: block;
}

.order-radio-options strong {
	font-size: 0.93rem;
}

.order-radio-options small {
	margin-top: 2px;
	color: var(--order-muted);
	font-size: 0.72rem;
}

.order-field-error {
	margin: 7px 0 0;
	color: var(--order-danger);
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1.6;
}

.order-consent {
	padding-top: 34px;
	padding-bottom: 34px;
}

.order-consent > p {
	margin: 10px 0 20px;
	color: var(--order-muted);
	font-size: 0.86rem;
	line-height: 1.75;
}

.order-checkbox {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	cursor: pointer;
	font-size: 0.92rem;
	line-height: 1.7;
}

.order-checkbox input {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	margin: 3px 0 0;
	accent-color: var(--order-black);
}

.order-checkbox a {
	border-bottom: 1px solid currentColor;
	font-weight: 700;
}

.order-submit-area {
	padding-top: 12px;
	text-align: center;
}

.order-submit-button,
.order-secondary-button {
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	padding: 13px 30px;
	border: 1px solid var(--order-black);
	border-radius: 3px;
	font: inherit;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.order-submit-button {
	min-width: min(100%, 360px);
	background: var(--order-black);
	color: var(--order-white);
	cursor: pointer;
}

.order-submit-button:hover {
	background: #343434;
}

.order-secondary-button {
	background: var(--order-white);
	color: var(--order-black);
	cursor: pointer;
}

.order-secondary-button:hover {
	background: var(--order-soft);
}

.order-submit-button:focus-visible,
.order-secondary-button:focus-visible,
.order-dialog-close:focus-visible {
	outline: 3px solid rgb(17 17 17 / 25%);
	outline-offset: 3px;
}

.order-submit-button:disabled {
	cursor: wait;
	opacity: 0.55;
}

.order-submit-area > p {
	margin: 10px 0 0;
	color: var(--order-muted);
	font-size: 0.76rem;
}

.order-spinner {
	display: none;
	width: 18px;
	height: 18px;
	border: 2px solid rgb(255 255 255 / 38%);
	border-top-color: var(--order-white);
	border-radius: 50%;
	margin-left: 10px;
	animation: order-spin 0.7s linear infinite;
}

.order-form.order-is-submitting .order-spinner {
	display: inline-block;
}

@keyframes order-spin {
	to {
		transform: rotate(360deg);
	}
}

.order-alert,
.order-error-summary {
	padding: 18px 20px;
	border: 1px solid;
	border-radius: 3px;
	margin: 0 0 28px;
	font-size: 0.88rem;
	line-height: 1.7;
}

.order-alert--warning {
	border-color: #ebd29d;
	background: var(--order-warning-soft);
	color: var(--order-warning);
}

.order-error-summary {
	border-color: #f1b8b3;
	background: var(--order-danger-soft);
	color: var(--order-danger);
}

.order-error-summary h2 {
	margin: 0 0 7px;
	font-size: 1rem;
}

.order-error-summary ul {
	margin: 0;
	padding-left: 1.3em;
}

.order-error-summary a {
	color: inherit;
	text-decoration: underline;
}

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

.order-dialog {
	width: min(100% - 32px, 660px);
	max-height: calc(100vh - 32px);
	padding: 0;
	border: 0;
	border-radius: 4px;
	background: var(--order-white);
	color: var(--order-ink);
	box-shadow: 0 25px 80px rgb(0 0 0 / 24%);
}

.order-dialog::backdrop {
	background: rgb(0 0 0 / 60%);
	backdrop-filter: blur(2px);
}

.order-dialog-inner {
	position: relative;
	overflow-y: auto;
	max-height: calc(100vh - 32px);
	padding: 38px;
}

.order-dialog-close {
	position: absolute;
	top: 14px;
	right: 14px;
	display: grid;
	width: 38px;
	height: 38px;
	padding: 0;
	place-items: center;
	border: 0;
	border-radius: 50%;
	background: var(--order-soft);
	color: var(--order-black);
	cursor: pointer;
	font-size: 1.3rem;
	line-height: 1;
}

.order-confirm-content {
	display: grid;
	gap: 24px;
	margin-top: 26px;
}

.order-confirm-group {
	padding-top: 18px;
	border-top: 1px solid var(--order-line);
}

.order-confirm-group h3 {
	margin: 0 0 10px;
	font-size: 0.78rem;
	letter-spacing: 0.08em;
}

.order-confirm-list {
	display: grid;
	gap: 7px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.order-confirm-list li,
.order-confirm-row {
	display: flex;
	gap: 18px;
	justify-content: space-between;
	font-size: 0.9rem;
	line-height: 1.6;
}

.order-confirm-row + .order-confirm-row {
	margin-top: 6px;
}

.order-confirm-row span:first-child {
	flex: 0 0 120px;
	color: var(--order-muted);
}

.order-confirm-row strong {
	text-align: right;
	overflow-wrap: anywhere;
}

.order-confirm-total {
	padding: 15px 18px;
	background: var(--order-soft);
}

.order-confirm-total strong {
	font-size: 1.15rem;
}

.order-dialog-actions {
	display: grid;
	grid-template-columns: 1fr 1.4fr;
	gap: 10px;
	margin-top: 30px;
}

.order-dialog-actions .order-submit-button,
.order-dialog-actions .order-secondary-button {
	width: 100%;
	min-width: 0;
	padding-right: 16px;
	padding-left: 16px;
}

.order-complete {
	max-width: 760px;
	padding: 54px;
	border: 1px solid #e5e5e5;
	margin: 0 auto;
	background: var(--order-white);
	box-shadow: 0 10px 35px rgb(0 0 0 / 3%);
	text-align: center;
}

.order-complete-mark {
	display: grid;
	width: 64px;
	height: 64px;
	place-items: center;
	border-radius: 50%;
	margin: 0 auto 22px;
	background: var(--order-black);
	color: var(--order-white);
	font-size: 1.8rem;
	line-height: 1;
}

.order-receipt {
	margin: 34px 0 26px;
	border: 1px solid var(--order-line);
	text-align: left;
}

.order-receipt-id {
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: space-between;
	padding: 18px 22px;
	background: var(--order-black);
	color: var(--order-white);
}

.order-receipt-id span {
	font-size: 0.78rem;
}

.order-receipt-id strong {
	font-size: 1.16rem;
	letter-spacing: 0.06em;
	overflow-wrap: anywhere;
}

.order-receipt-section {
	padding: 24px 22px;
}

.order-receipt-section h2 {
	margin-bottom: 13px;
	font-size: 1rem;
}

.order-complete-items {
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.order-complete-items li {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	font-size: 0.9rem;
	line-height: 1.6;
}

.order-receipt-details {
	padding: 0 22px 22px;
	margin: 0;
}

.order-receipt-details > div {
	display: grid;
	grid-template-columns: 140px 1fr;
	gap: 18px;
	padding: 13px 0;
	border-top: 1px solid var(--order-line);
	font-size: 0.88rem;
	line-height: 1.6;
}

.order-receipt-details dt {
	color: var(--order-muted);
}

.order-receipt-details dd {
	margin: 0;
	font-weight: 700;
	text-align: right;
}

.order-note {
	margin: 0 0 24px;
	color: var(--order-muted);
	font-size: 0.8rem;
}

@media (max-width: 700px) {
	.order-page {
		padding: 48px 0 72px;
	}

	.order-shell {
		width: min(100% - 28px, 960px);
	}

	.order-hero {
		margin-bottom: 34px;
	}

	.order-lead {
		font-size: 0.91rem;
	}

	.order-section {
		padding: 28px 20px;
	}

	.order-section-heading {
		grid-template-columns: 38px 1fr;
		gap: 12px;
		margin-bottom: 24px;
	}

	.order-step {
		width: 38px;
		height: 38px;
	}

	.order-section-heading h2,
	.order-consent h2 {
		font-size: 1.25rem;
	}

	.order-product {
		grid-template-columns: minmax(0, 1fr) 118px;
		gap: 16px;
		align-items: start;
		padding: 23px 0;
	}

	.order-product-photo {
		grid-column: 2;
		grid-row: 1;
	}

	.order-quantity-control {
		grid-column: 1 / -1;
		min-width: 0;
	}

	.order-product-promo {
		grid-column: 1 / -1;
		min-width: 0;
	}

	.order-quantity-input {
		grid-template-columns: 48px minmax(70px, 1fr) 48px;
		justify-content: stretch;
	}

	.order-quantity-button,
	.order-quantity-input input {
		height: 48px;
	}

	.order-total {
		grid-template-columns: 1fr;
		padding: 12px 18px;
	}

	.order-total > div {
		padding: 10px 0;
	}

	.order-total > div + div {
		border-top: 1px solid rgb(255 255 255 / 30%);
		border-left: 0;
	}

	.order-fields {
		grid-template-columns: 1fr;
	}

	.order-field--half {
		grid-column: 1 / -1;
	}

	.order-radio-options {
		grid-template-columns: 1fr;
	}

	.order-dialog-inner {
		padding: 32px 20px 22px;
	}

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

	.order-dialog-actions .order-secondary-button {
		order: 2;
	}

	.order-complete {
		padding: 38px 20px;
	}

	.order-receipt-id {
		display: block;
	}

	.order-receipt-id strong {
		display: block;
		margin-top: 4px;
	}

	.order-receipt-details > div {
		grid-template-columns: 1fr;
		gap: 3px;
	}

	.order-receipt-details dd {
		text-align: left;
	}
}

@media (prefers-reduced-motion: reduce) {
	.order-page *,
	.order-page *::before,
	.order-page *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
