.orlbr-menu {
	--orlbr-cols: 3;
	--orlbr-gap: 24px;
}

.orlbr-menu__tabs {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	border-bottom: 1px solid #E5E7EB;
	margin-bottom: 28px;
	scrollbar-width: none;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch;
}

.orlbr-menu__tabs::-webkit-scrollbar {
	width: 0;
	height: 0;
	display: none;
}

.orlbr-menu .orlbr-menu__tab {
	position: relative;
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	width: auto;
	min-height: 0;
	margin: 0 0 -1px;
	padding: 26px 22px 14px;
	-webkit-appearance: none;
	appearance: none;
	background: none;
	background-color: transparent;
	border: 0;
	border-bottom: 3px solid transparent;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	color: #9AA0A6;
	font-family: inherit;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .12em;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: pointer;
	transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

.orlbr-menu .orlbr-menu__tab:hover {
	color: #1A1916;
}

.orlbr-menu .orlbr-menu__tab:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: -4px;
}

.orlbr-menu .orlbr-menu__tab.is-active {
	color: #1A1916;
	border-bottom-color: #1A1916;
}

.orlbr-menu__tab-badge {
	position: absolute;
	top: 4px;
	left: 50%;
	transform: translateX(-50%);
	padding: 2px 7px;
	background: #F3E7C8;
	color: #8A6D1F;
	font-size: 9px;
	font-weight: 600;
	letter-spacing: .1em;
	line-height: 1.5;
	white-space: nowrap;
}

.orlbr-menu__tab-mark {
	display: none;
	font-size: 1.1em;
	letter-spacing: 0;
}

.orlbr-menu__tab.is-active .orlbr-menu__tab-mark {
	display: inline;
}

.orlbr-menu__tab-note {
	opacity: .75;
	letter-spacing: .08em;
}

.orlbr-menu__panel[hidden] {
	display: none;
}

.orlbr-menu__grid {
	display: grid;
	grid-template-columns: repeat(var(--orlbr-cols), minmax(0, 1fr));
	gap: var(--orlbr-gap);
}

.orlbr-menu__card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #ECECEC;
	overflow: hidden;
}

.orlbr-menu__card.is-linked {
	color: inherit;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease;
}

.orlbr-menu__card.is-linked:hover {
	transform: translateY(-3px);
}

.orlbr-menu__media {
	position: relative;
	height: 230px;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F1F1F0;
	overflow: hidden;
}

.orlbr-menu__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.orlbr-menu__emoji {
	font-size: 58px;
	line-height: 1;
}

.orlbr-menu__badge {
	position: absolute;
	top: 12px;
	left: 12px;
	max-width: calc(100% - 24px);
	padding: 6px 11px;
	background: #6E5A1B;
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .1em;
	line-height: 1.4;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.orlbr-menu__body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	padding: 22px;
}

.orlbr-menu__title {
	margin: 0;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.3;
	color: #1A1916;
}

.orlbr-menu__desc {
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.65;
	color: #6B7280;
}

.orlbr-menu__price {
	margin: 18px 0 0;
	padding-top: 2px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	color: #1A1916;
}

.orlbr-menu__body > .orlbr-menu__price {
	margin-top: auto;
}

.orlbr-menu__notice {
	padding: 24px;
	border: 1px dashed #d1d5db;
	color: #6B7280;
	font-size: 14px;
	text-align: center;
}

@media (prefers-reduced-motion: reduce) {
	.orlbr-menu .orlbr-menu__tab,
	.orlbr-menu__card.is-linked {
		transition: none;
	}

	.orlbr-menu__card.is-linked:hover {
		transform: none;
	}
}

/* === Menu tab scroll arrows — added 2026-08-29. Remove this block to revert. === */
.orlbr-menu__tabsnav {
	position: relative;
}

.orlbr-menu__tabsnav .orlbr-menu__tabs {
	margin-bottom: 0;
}

.orlbr-menu__tabsnav {
	margin-bottom: 28px;
}

.orlbr-menu__tabsarrow {
	position: absolute;
	top: 0;
	bottom: 1px;
	z-index: 2;
	display: none;
	align-items: center;
	width: 64px;
	padding: 0 6px;
	margin: 0;
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #1A1916;
	font-family: inherit;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
	transition: opacity .18s ease, color .18s ease;
}

.orlbr-menu__tabsarrow.is-prev {
	left: 0;
	justify-content: flex-start;
	background: linear-gradient(to right, #fff 58%, rgba(255, 255, 255, 0));
}

.orlbr-menu__tabsarrow.is-next {
	right: 0;
	justify-content: flex-end;
	background: linear-gradient(to left, #fff 58%, rgba(255, 255, 255, 0));
}

.orlbr-menu__tabsarrow:hover {
	color: #8A6D1F;
}

.orlbr-menu__tabsarrow:focus-visible {
	outline: 2px solid #1A1916;
	outline-offset: -4px;
}

.orlbr-menu__tabsarrow[disabled] {
	opacity: 0;
	pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
	.orlbr-menu__tabsnav.has-overflow .orlbr-menu__tabsarrow {
		display: flex;
	}
}

@media (prefers-reduced-motion: reduce) {
	.orlbr-menu__tabsarrow {
		transition: none;
	}
}
/* === end menu tab scroll arrows === */
