.osm-menu {
	--osm-primary: #0b2b4b;
	--osm-accent: #c59d5f;
	--osm-surface: #f7f4ee;
	--osm-ink: #17212b;
	--osm-muted: #66717c;
	--osm-border: rgba(11, 43, 75, .13);
	position: relative;
	width: 100%;
	max-width: 1240px;
	margin: 28px auto;
	color: var(--osm-ink);
	background: #fff;
	border: 1px solid var(--osm-border);
	border-radius: 22px;
	box-shadow: 0 22px 70px rgba(11, 43, 75, .12);
	overflow: hidden;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.55;
}

.osm-menu *,
.osm-menu *::before,
.osm-menu *::after { box-sizing: border-box; }
.osm-menu [hidden] { display: none !important; }
.osm-menu button,
.osm-menu input { font: inherit; }
.osm-menu button { cursor: pointer; }
.osm-menu .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.osm-hero {
	position: relative;
	isolation: isolate;
	display: grid;
	place-items: center;
	min-height: 390px;
	padding: 72px 36px 64px;
	color: #fff;
	background:
		radial-gradient(circle at 18% 16%, rgba(255, 255, 255, .09), transparent 27%),
		radial-gradient(circle at 82% 82%, rgba(197, 157, 95, .16), transparent 33%),
		linear-gradient(135deg, #071c30, var(--osm-primary) 58%, #123e66);
	text-align: center;
	overflow: hidden;
}

.osm-hero::before,
.osm-hero::after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 260px;
	height: 260px;
	border: 1px solid rgba(197, 157, 95, .22);
	transform: rotate(45deg);
}

.osm-hero::before { top: -160px; left: -90px; }
.osm-hero::after { right: -90px; bottom: -170px; }

.osm-hero__ornament {
	position: absolute;
	inset: 16px;
	border: 1px solid rgba(197, 157, 95, .32);
	border-radius: 13px;
	pointer-events: none;
}

.osm-hero__ornament::before,
.osm-hero__ornament::after {
	content: "";
	position: absolute;
	width: 52px;
	height: 52px;
	border-color: var(--osm-accent);
	border-style: solid;
	opacity: .85;
}

.osm-hero__ornament::before {
	top: -1px;
	left: -1px;
	border-width: 3px 0 0 3px;
	border-radius: 12px 0 0;
}

.osm-hero__ornament::after {
	right: -1px;
	bottom: -1px;
	border-width: 0 3px 3px 0;
	border-radius: 0 0 12px;
}

.osm-hero__inner { position: relative; z-index: 1; width: min(760px, 100%); }
.osm-eyebrow {
	margin: 0 0 14px !important;
	color: var(--osm-accent);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .2em;
	line-height: 1.4;
	text-transform: uppercase;
}

.osm-hero h1 {
	margin: 0 !important;
	color: #fff !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(42px, 7vw, 72px);
	font-weight: 400;
	letter-spacing: -.025em;
	line-height: 1.05;
}

.osm-title-mark {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	margin: 21px auto;
	color: var(--osm-accent);
}

.osm-title-mark i { display: block; width: 64px; height: 1px; background: currentColor; opacity: .7; }
.osm-title-mark b { font-size: 8px; transform: rotate(45deg); }
.osm-intro {
	max-width: 670px;
	margin: 0 auto !important;
	color: rgba(255, 255, 255, .8);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.7;
}

.osm-reservation-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	min-height: 48px;
	margin-top: 28px;
	padding: 11px 22px;
	color: #142235 !important;
	background: var(--osm-accent);
	border: 1px solid var(--osm-accent);
	border-radius: 999px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .08em;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.osm-reservation-button:hover,
.osm-reservation-button:focus-visible { background: #d6b477; box-shadow: 0 10px 30px rgba(0, 0, 0, .22); transform: translateY(-2px); }

.osm-content { padding: 44px clamp(22px, 5vw, 68px) 58px; background: #fff; }
.osm-tools {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 22px;
	padding: 12px;
	background: var(--osm-surface);
	border: 1px solid var(--osm-border);
	border-radius: 16px;
}

.osm-search { position: relative; flex: 1 1 270px; min-width: 190px; }
.osm-search svg {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 19px;
	height: 19px;
	fill: none;
	stroke: var(--osm-muted);
	stroke-linecap: round;
	stroke-width: 1.8;
	transform: translateY(-50%);
	pointer-events: none;
}

.osm-search input {
	width: 100%;
	height: 46px;
	padding: 8px 44px 8px 46px;
	color: var(--osm-ink);
	background: #fff;
	border: 1px solid rgba(11, 43, 75, .15);
	border-radius: 11px;
	box-shadow: none;
	font-size: 15px;
	outline: none;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.osm-search input:focus { border-color: var(--osm-accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--osm-accent) 18%, transparent); }
.osm-search button {
	position: absolute;
	top: 50%;
	right: 7px;
	display: none;
	width: 32px;
	height: 32px;
	padding: 0;
	color: var(--osm-muted);
	background: transparent;
	border: 0;
	border-radius: 50%;
	font-size: 24px;
	line-height: 1;
	transform: translateY(-50%);
}
.osm-search button.is-visible { display: grid; place-items: center; }
.osm-search button:hover { color: var(--osm-primary); background: rgba(11, 43, 75, .07); }

.osm-diet-filters { display: flex; gap: 6px; }
.osm-diet-filters button {
	height: 42px;
	padding: 0 14px;
	color: var(--osm-muted);
	background: transparent;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}
.osm-diet-filters button span { color: #5d8d68; font-size: 9px; }
.osm-diet-filters button:hover { color: var(--osm-primary); background: rgba(255, 255, 255, .72); }
.osm-diet-filters button.is-active { color: #fff; background: var(--osm-primary); box-shadow: 0 5px 13px rgba(11, 43, 75, .18); }
.osm-diet-filters button.is-active span { color: #b9d9be; }
.osm-result-count { min-width: 76px; color: var(--osm-muted); font-size: 12px; text-align: right; white-space: nowrap; }

.osm-category-nav {
	position: relative;
	margin: 0 calc(clamp(22px, 5vw, 68px) * -1) 52px;
	border-top: 1px solid var(--osm-border);
	border-bottom: 1px solid var(--osm-border);
}

.osm-category-nav::before,
.osm-category-nav::after {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	width: 30px;
	pointer-events: none;
}
.osm-category-nav::before { left: 0; background: linear-gradient(90deg, #fff, transparent); }
.osm-category-nav::after { right: 0; background: linear-gradient(-90deg, #fff, transparent); }
.osm-category-nav__track {
	display: flex;
	gap: 3px;
	overflow-x: auto;
	padding: 8px clamp(22px, 5vw, 68px);
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}
.osm-category-nav__track::-webkit-scrollbar { display: none; }
.osm-category-nav button {
	position: relative;
	flex: 0 0 auto;
	padding: 11px 15px;
	color: var(--osm-muted);
	background: transparent;
	border: 0;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .02em;
	white-space: nowrap;
}
.osm-category-nav button:hover { color: var(--osm-primary); background: var(--osm-surface); }
.osm-category-nav button.is-active { color: var(--osm-primary); }
.osm-category-nav button.is-active::after {
	content: "";
	position: absolute;
	right: 14px;
	bottom: 3px;
	left: 14px;
	height: 2px;
	background: var(--osm-accent);
	border-radius: 2px;
}

.osm-sections { display: grid; gap: 72px; }
.osm-section { scroll-margin-top: 24px; }
.osm-section__head {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	margin: 0 0 30px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--osm-border);
}
.osm-section__number {
	display: grid;
	place-items: center;
	flex: 0 0 43px;
	height: 43px;
	margin-top: 2px;
	color: var(--osm-accent);
	background: var(--osm-primary);
	border-radius: 50%;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	letter-spacing: .04em;
}
.osm-section__head h3 {
	margin: 0 !important;
	color: var(--osm-primary) !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(29px, 3.4vw, 40px);
	font-weight: 400;
	letter-spacing: -.02em;
	line-height: 1.15;
}
.osm-section__head p { margin: 5px 0 0 !important; color: var(--osm-muted); font-size: 14px; }
.osm-item-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(34px, 5vw, 72px); row-gap: 2px; }
.osm-item {
	display: flex;
	gap: 17px;
	min-width: 0;
	padding: 22px 0;
	border-bottom: 1px solid var(--osm-border);
}
.osm-item__image {
	position: relative;
	flex: 0 0 104px;
	width: 104px;
	height: 104px;
	margin: 1px 0 0;
	background: var(--osm-surface);
	border-radius: 14px;
	overflow: hidden;
}
.osm-item__image::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.5); border-radius: inherit; pointer-events: none; }
.osm-item__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.osm-item:hover .osm-item__image img { transform: scale(1.045); }
.osm-item__body { flex: 1 1 auto; min-width: 0; }
.osm-item__top { display: flex; align-items: baseline; gap: 8px; min-width: 0; }
.osm-item__name { display: flex; align-items: baseline; gap: 8px; min-width: 0; }
.osm-item__number {
	flex: 0 0 auto;
	color: var(--osm-accent);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .04em;
}
.osm-item h4 {
	margin: 0 !important;
	color: var(--osm-primary) !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -.01em;
	line-height: 1.25;
}
.osm-item__leader { flex: 1 1 30px; min-width: 12px; height: 1px; border-bottom: 1px dotted rgba(11, 43, 75, .28); }
.osm-item__prices { display: flex; flex: 0 0 auto; align-items: flex-end; gap: 9px; }
.osm-price { display: flex; flex-direction: column; align-items: flex-end; white-space: nowrap; }
.osm-price small { margin-bottom: 1px; color: var(--osm-muted); font-size: 10px; font-weight: 600; line-height: 1.1; }
.osm-price b { color: var(--osm-primary); font-size: 15px; font-weight: 800; }
.osm-price--empty { color: var(--osm-muted); }
.osm-item__description { margin-top: 8px; color: var(--osm-muted); font-size: 14px; line-height: 1.58; }
.osm-item__description p { margin: 0 0 5px !important; }
.osm-item__description p:last-child { margin-bottom: 0 !important; }
.osm-item__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 5px; margin-top: 12px; }
.osm-badge {
	display: inline-flex;
	align-items: center;
	min-height: 21px;
	padding: 2px 7px;
	border-radius: 5px;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .06em;
	line-height: 1;
	text-transform: uppercase;
}
.osm-badge--green { color: #356240; background: #e6f1e7; }
.osm-badge--red { color: #8f3a34; background: #f8e6e3; }
.osm-badge--gold { color: #725629; background: #f3ead9; }
.osm-code {
	display: inline-grid;
	place-items: center;
	width: 21px;
	height: 21px;
	padding: 0;
	color: var(--osm-muted);
	background: #fff;
	border: 1px solid var(--osm-border);
	border-radius: 50%;
	font-size: 9px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
}
.osm-code:hover,
.osm-code:focus-visible,
.osm-code.is-open { color: #fff; background: var(--osm-primary); border-color: var(--osm-primary); outline: none; }
.osm-code--additive { border-radius: 5px; }

.osm-code-popup {
	position: fixed;
	z-index: 999999;
	right: 16px;
	bottom: max(18px, env(safe-area-inset-bottom));
	left: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	width: min(430px, calc(100vw - 32px));
	min-height: 54px;
	margin: 0 auto;
	padding: 12px 12px 12px 18px;
	color: #fff;
	background: var(--osm-primary);
	border: 1px solid color-mix(in srgb, var(--osm-accent) 65%, #fff);
	border-radius: 13px;
	box-shadow: 0 14px 44px rgba(0, 0, 0, .3);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
}
.osm-code-popup button {
	display: grid;
	place-items: center;
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	padding: 0;
	color: #fff;
	background: rgba(255, 255, 255, .12);
	border: 0;
	border-radius: 50%;
	font-size: 23px;
	line-height: 1;
}
.osm-code-popup button:hover,
.osm-code-popup button:focus-visible { background: rgba(255, 255, 255, .23); outline: 2px solid var(--osm-accent); }

.osm-no-results {
	padding: 70px 20px 48px;
	color: var(--osm-muted);
	text-align: center;
}
.osm-no-results > span { display: block; color: var(--osm-accent); font-family: Georgia, serif; font-size: 52px; line-height: 1; }
.osm-no-results strong { display: block; margin: 16px 0 4px; color: var(--osm-primary); font-family: Georgia, serif; font-size: 25px; }
.osm-no-results p { margin: 0 0 18px !important; }
.osm-no-results button { padding: 10px 16px; color: #fff; background: var(--osm-primary); border: 0; border-radius: 999px; font-weight: 700; }

.osm-legend { margin-top: 68px; background: var(--osm-surface); border: 1px solid var(--osm-border); border-radius: 15px; overflow: hidden; }
.osm-legend summary {
	display: flex;
	align-items: center;
	gap: 13px;
	min-height: 62px;
	padding: 15px 19px;
	color: var(--osm-primary);
	font-weight: 800;
	list-style: none;
	cursor: pointer;
}
.osm-legend summary::-webkit-details-marker { display: none; }
.osm-legend summary span { flex: 1; }
.osm-legend summary small { color: var(--osm-muted); font-size: 11px; font-weight: 500; }
.osm-legend summary i { position: relative; width: 26px; height: 26px; background: #fff; border: 1px solid var(--osm-border); border-radius: 50%; }
.osm-legend summary i::before,
.osm-legend summary i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 10px; height: 1px; background: var(--osm-primary); transform: translate(-50%, -50%); }
.osm-legend summary i::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .2s ease; }
.osm-legend[open] summary i::after { transform: translate(-50%, -50%) rotate(0); }
.osm-legend__content {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	padding: 4px 20px 22px;
	border-top: 1px solid var(--osm-border);
}
.osm-legend__content > div { padding-top: 20px; }
.osm-legend h4 { margin: 0 0 12px !important; color: var(--osm-primary) !important; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.osm-legend dl { display: grid; gap: 8px; margin: 0; }
.osm-legend dl div { display: grid; grid-template-columns: 25px 1fr; gap: 8px; align-items: start; }
.osm-legend dt { display: grid; place-items: center; width: 23px; height: 23px; color: #fff; background: var(--osm-primary); border-radius: 50%; font-size: 10px; font-weight: 800; }
.osm-legend dd { margin: 1px 0 0; color: var(--osm-muted); font-size: 12px; }
.osm-legend__note { grid-column: 1 / -1; margin: 0 !important; padding-top: 17px; color: var(--osm-muted); border-top: 1px solid var(--osm-border); font-size: 11px; line-height: 1.55; }

.osm-footer-mark { display: flex; align-items: center; justify-content: center; gap: 17px; min-height: 80px; padding: 20px; color: var(--osm-accent); background: var(--osm-primary); }
.osm-footer-mark span { width: 44px; height: 1px; background: currentColor; opacity: .55; }
.osm-footer-mark b { font-family: Georgia, serif; font-size: 12px; font-weight: 400; letter-spacing: .24em; }

.osm-menu--empty { padding: 48px 25px; color: var(--osm-muted); background: var(--osm-surface); text-align: center; }
.osm-menu--empty strong { display: block; color: var(--osm-primary); font-family: Georgia, serif; font-size: 26px; }
.osm-menu--empty p { margin: 6px 0 18px; }
.osm-menu--empty a { display: inline-block; padding: 9px 14px; color: #fff; background: var(--osm-primary); border-radius: 999px; text-decoration: none; }

@media (max-width: 980px) {
	.osm-item-grid { grid-template-columns: 1fr; }
	.osm-tools { flex-wrap: wrap; }
	.osm-result-count { margin-left: auto; }
}

@media (max-width: 680px) {
	.osm-menu { margin: 14px auto; border-radius: 16px; }
	.osm-hero { min-height: 330px; padding: 56px 22px 48px; }
	.osm-hero__ornament { inset: 10px; }
	.osm-eyebrow { font-size: 10px; letter-spacing: .15em; }
	.osm-hero h1 { font-size: clamp(38px, 13vw, 54px); }
	.osm-intro { font-size: 15px; line-height: 1.65; }
	.osm-content { padding: 24px 16px 42px; }
	.osm-tools { gap: 9px; margin-bottom: 16px; padding: 9px; }
	.osm-search { flex-basis: 100%; }
	.osm-search input { height: 44px; }
	.osm-diet-filters { flex: 1 1 auto; overflow-x: auto; scrollbar-width: none; }
	.osm-diet-filters::-webkit-scrollbar { display: none; }
	.osm-diet-filters button { height: 38px; padding: 0 11px; font-size: 12px; }
	.osm-result-count { min-width: auto; padding-right: 4px; }
	.osm-category-nav { margin: 0 -16px 38px; }
	.osm-category-nav__track { padding: 7px 16px; }
	.osm-category-nav button { padding: 10px 12px; font-size: 12px; }
	.osm-sections { gap: 52px; }
	.osm-section__head { gap: 12px; margin-bottom: 12px; padding-bottom: 15px; }
	.osm-section__number { flex-basis: 37px; height: 37px; }
	.osm-section__head h3 { font-size: 29px; }
	.osm-section__head p { font-size: 12px; }
	.osm-item { gap: 12px; padding: 20px 0; }
	.osm-item__image { flex-basis: 82px; width: 82px; height: 82px; border-radius: 11px; }
	.osm-item__top { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 5px 10px; }
	.osm-item__leader { display: none; }
	.osm-item__name { align-items: flex-start; }
	.osm-item h4 { font-size: 18px; line-height: 1.23; }
	.osm-item__prices { align-items: flex-end; gap: 6px; }
	.osm-price b { font-size: 14px; }
	.osm-item__description { margin-top: 7px; font-size: 13px; line-height: 1.5; }
	.osm-item__meta { margin-top: 10px; }
	.osm-legend { margin-top: 48px; }
	.osm-legend summary { padding: 13px 15px; }
	.osm-legend summary small { display: none; }
	.osm-legend__content { grid-template-columns: 1fr; gap: 4px; padding: 4px 15px 18px; }
}

@media (max-width: 420px) {
	.osm-item--with-image .osm-item__top { grid-template-columns: 1fr; }
	.osm-item--with-image .osm-item__prices { align-items: flex-start; justify-content: flex-start; }
	.osm-item--with-image .osm-price { align-items: flex-start; }
	.osm-item:not(.osm-item--with-image) .osm-item__top { grid-template-columns: minmax(0, 1fr) auto; }
	.osm-item__image { flex-basis: 72px; width: 72px; height: 72px; }
}

@media (max-width: 680px) and (orientation: portrait) {
	.osm-item { display: block; text-align: center; }
	.osm-item__image { margin: 0 auto 14px; }
	.osm-item__body { display: flex; flex-direction: column; align-items: stretch; }
	.osm-item__top,
	.osm-item--with-image .osm-item__top,
	.osm-item:not(.osm-item--with-image) .osm-item__top {
		display: contents;
	}
	.osm-item__name { justify-content: center; width: 100%; text-align: center; order: 1; }
	.osm-item__leader { display: none; }
	.osm-item__description { margin-top: 10px; order: 2; text-align: center; }
	.osm-item__prices { align-items: center; justify-content: center; width: 100%; margin-top: 9px; order: 3; }
	.osm-price { align-items: center; }
	.osm-price b { font-size: 16px; }
	.osm-item__meta { justify-content: center; margin-top: 8px; order: 4; }
	.osm-code { width: 27px; height: 27px; font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
	.osm-menu *, .osm-menu *::before, .osm-menu *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
