.lma-menu {
	--lma-menu-ink: #1a1a1a;
	--lma-menu-muted: #5c5c5c;
	--lma-menu-rule: #c8b89a;
	--lma-menu-leader: #b9b9b9;
	max-width: 720px;
	margin: 0 auto;
	padding: 1.5rem 1.25rem 2.5rem;
	color: var(--lma-menu-ink);
	font-family: Georgia, "Times New Roman", serif;
}

.lma-menu__group + .lma-menu__group {
	margin-top: 2.75rem;
	padding-top: 2.25rem;
	border-top: 1px solid var(--lma-menu-rule);
}

.lma-menu__period {
	text-align: center;
	margin: 0 0 1.75rem;
}

.lma-menu__heading {
	margin: 0;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--lma-menu-ink);
}

.lma-menu__timeframe {
	margin: 0.4rem 0 0;
	font-size: 0.95rem;
	font-style: italic;
	letter-spacing: 0.04em;
	color: var(--lma-menu-muted);
}

.lma-menu__section {
	margin-top: 1.75rem;
}

.lma-menu__section + .lma-menu__section {
	margin-top: 2rem;
}

.lma-menu__section-heading {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	margin: 0 0 1rem;
	font-size: 1.15rem;
	font-weight: 400;
	letter-spacing: 0.16em;
	text-align: center;
	text-transform: uppercase;
	color: var(--lma-menu-ink);
}

.lma-menu__section-heading::before,
.lma-menu__section-heading::after {
	content: "";
	flex: 1 1 auto;
	height: 1px;
	background: var(--lma-menu-rule);
}

.lma-menu__items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lma-menu__item {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.85rem;
	align-items: start;
	padding: 0.85rem 0;
	border: 0;
	background: none;
}

.lma-menu__item + .lma-menu__item {
	border-top: 1px dotted var(--lma-menu-leader);
}

.lma-menu__item.has-image {
	grid-template-columns: 144px 1fr;
	align-items: center;
}

.lma-menu__image img {
	display: block;
	width: 144px;
	height: 144px;
	object-fit: cover;
	border-radius: 2px;
}

.lma-menu__content {
	min-width: 0;
}

.lma-menu__header {
	display: flex;
	align-items: baseline;
	gap: 0.65rem;
	width: 100%;
}

.lma-menu__title {
	flex: 0 1 auto;
	margin: 0;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.35;
	color: var(--lma-menu-ink);
}

.lma-menu__leader {
	flex: 1 1 auto;
	min-width: 1.25rem;
	border-bottom: 1px dotted var(--lma-menu-leader);
	transform: translateY(-0.28em);
}

.lma-menu__price {
	flex: 0 0 auto;
	margin: 0;
	font-size: 1.05rem;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
	color: var(--lma-menu-ink);
}

.lma-menu__description {
	margin: 0.3rem 0 0;
	font-size: 0.92rem;
	line-height: 1.45;
	color: var(--lma-menu-muted);
}

.lma-menu__description p {
	margin: 0 0 0.4rem;
	color: var(--lma-menu-muted);
}

.lma-menu__description p:last-child {
	margin-bottom: 0;
}

.lma-menu__note {
	margin: 0.25rem 0 0;
	font-size: 0.85rem;
	font-style: italic;
	color: var(--lma-menu-muted);
}

.lma-menu__category-note {
	margin: 0.85rem 0 0;
	font-size: 0.85rem;
	font-style: italic;
	line-height: 1.5;
	text-align: center;
	color: var(--lma-menu-muted);
}

.lma-menu__category-note--period {
	margin-top: 1.25rem;
}

@media (max-width: 600px) {
	.lma-menu {
		padding: 1rem 0.75rem 2rem;
	}

	.lma-menu__heading {
		font-size: 1.5rem;
		letter-spacing: 0.12em;
	}

	.lma-menu__item.has-image {
		grid-template-columns: 1fr;
	}

	.lma-menu__image img {
		width: 100%;
		height: auto;
		max-height: 160px;
		aspect-ratio: 16 / 9;
	}
}
