:root {
	--rmg-accent: #5B7A3A;
	--rmg-accent-dark: #4A632E;
	--rmg-accent-soft: #e7f0dc;
	--rmg-accent-rgb: 91, 122, 58;
	--rmg-gold: #C9A227;
	--rmg-cream: #F7F1E6;
	--rmg-ink: #1F2A14;
	--rmg-text: #2D3228;
	--rmg-muted: #6B7166;
	--rmg-line: #E6E1D6;
	--rmg-bg: #FBF9F4;
	--rmg-white: #fff;
	--rmg-serif: "Playfair Display", Georgia, serif;
	--rmg-sans: "Source Sans 3", "Segoe UI", sans-serif;
	--rmg-wrap: 1180px;
	--rmg-radius: 14px;
}

.rmg-canvas, .rmg-canvas body, body.rmg-canvas {
	margin: 0;
	background: var(--rmg-bg);
	color: var(--rmg-text);
	font-family: var(--rmg-sans);
	line-height: 1.5;
	overflow-x: clip;
}
body.rmg-canvas .wp-site-blocks > header,
body.rmg-canvas .wp-site-blocks > footer,
body.rmg-is-plugin:not(.rmg-canvas) {
	/* plugin pages use their own chrome */
}
.rmg-canvas img { max-width: 100%; height: auto; display: block; }
.rmg-wrap { width: min(100% - 32px, var(--rmg-wrap)); margin-inline: auto; }
.rmg-main { min-height: 50vh; }

.rmg-topbar { background: var(--rmg-accent-dark); color: #eef5e6; font-size: 13px; }
.rmg-topbar-inner { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; }
.rmg-topbar-note { opacity: .85; }

.rmg-header { background: var(--rmg-white); border-bottom: 1px solid var(--rmg-line); position: sticky; top: 0; z-index: 40; }
.admin-bar .rmg-header { top: 32px; }
@media (max-width: 782px) {
	.admin-bar .rmg-header { top: 46px; }
}
.rmg-header-inner { display: flex; align-items: center; gap: 20px; min-height: 76px; position: relative; }
.rmg-header-actions { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; }
.rmg-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--rmg-ink); min-width: 0; }
.rmg-logo-img { max-height: 48px; width: auto; object-fit: contain; }
.rmg-logo-mark { width: 40px; height: 40px; border-radius: 50%; background: var(--rmg-accent); color: #fff; display: grid; place-items: center; flex: 0 0 auto; }
.rmg-logo-mark svg { width: 22px; height: 22px; }
.rmg-logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.rmg-logo-text strong { font-family: var(--rmg-serif); font-size: 20px; }
.rmg-logo-text small { color: var(--rmg-accent); letter-spacing: .12em; text-transform: uppercase; font-size: 10px; font-weight: 700; }
.rmg-nav { display: flex; gap: 18px; margin-left: auto; }
.rmg-nav a { color: var(--rmg-text); text-decoration: none; font-weight: 600; font-size: 15px; }
.rmg-nav a:hover { color: var(--rmg-accent); }
.rmg-nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--rmg-line); background: #fff; border-radius: 10px; place-items: center; cursor: pointer; color: var(--rmg-ink); padding: 0; }
.rmg-nav-toggle svg { width: 22px; height: 22px; }
.rmg-nav-toggle-close { display: none; }
.rmg-header.is-open .rmg-nav-toggle-open { display: none; }
.rmg-header.is-open .rmg-nav-toggle-close { display: block; }
.rmg-nav-cta { display: none; }
body.rmg-nav-lock { overflow: hidden; }

.rmg-btn { display: inline-flex; align-items: center; gap: 8px; border: 0; border-radius: 999px; padding: 10px 16px; font-weight: 700; cursor: pointer; text-decoration: none; font-family: inherit; }
.rmg-btn svg { width: 16px; height: 16px; }
.rmg-btn-primary { background: var(--rmg-accent); color: #fff; }
.rmg-btn-primary:hover { background: var(--rmg-accent-dark); color: #fff; }
.rmg-btn-ghost { background: rgba(255,255,255,.92); color: var(--rmg-ink); }
.rmg-btn-light { background: #fff; color: var(--rmg-accent-dark); }
.rmg-icon-btn { width: 44px; height: 44px; min-width: 44px; min-height: 44px; max-width: 44px; max-height: 44px; padding: 0; margin: 0; flex: 0 0 44px; aspect-ratio: 1 / 1; box-sizing: border-box; border-radius: 50%; border: 1px solid var(--rmg-line); background: #fff; display: grid; place-items: center; cursor: pointer; color: var(--rmg-ink); line-height: 0; appearance: none; -webkit-appearance: none; }
button.rmg-icon-btn { padding: 0; width: 44px; height: 44px; }
.rmg-icon-btn svg { width: 20px; height: 20px; overflow: visible; display: block; }
.rmg-text-link { color: var(--rmg-accent); font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.rmg-text-link svg { width: 16px; height: 16px; flex: 0 0 auto; }
.rmg-text-link:hover { text-decoration: underline; }

.rmg-search { display: flex; align-items: center; background: #fff; border-radius: 999px; position: relative; border: 1px solid var(--rmg-line); }
.rmg-search-icon { display: grid; place-items: center; padding-left: 14px; color: var(--rmg-muted); }
.rmg-search-icon svg { width: 18px; height: 18px; }
.rmg-search input { flex: 1; border: 0; padding: 12px 12px 12px 8px; font-size: 15px; font-family: inherit; background: transparent; min-width: 0; outline: none; }
.rmg-search-submit { border: 0; background: var(--rmg-accent); color: #fff; font-weight: 700; font-family: inherit; cursor: pointer; border-radius: 999px; margin: 4px; padding: 8px 16px; display: inline-flex; align-items: center; justify-content: center; }
.rmg-search-submit svg { width: 16px; height: 16px; }
.rmg-search-results { position: absolute; left: 0; right: 0; top: calc(100% + 8px); background: #fff; border-radius: 14px; box-shadow: 0 16px 40px rgba(31,42,20,.16); z-index: 30; overflow: hidden; border: 1px solid var(--rmg-line); }
.rmg-search-results a, .rmg-search-results .rmg-sr-empty { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 12px 16px; text-decoration: none; color: var(--rmg-text); border-bottom: 1px solid var(--rmg-line); }
.rmg-search-results a:last-child { border-bottom: 0; }
.rmg-search-results a:hover { background: var(--rmg-cream); }
.rmg-sr-title { font-weight: 700; }
.rmg-sr-meta { color: var(--rmg-muted); font-size: 13px; white-space: nowrap; }
.rmg-sr-empty { color: var(--rmg-muted); }

.rmg-search-hero { box-shadow: 0 10px 30px rgba(31,42,20,.12); border: 0; }
.rmg-search-hero input { padding: 16px 12px 16px 8px; font-size: 16px; }
.rmg-search-hero .rmg-search-submit { padding: 12px 18px; }
.rmg-hero .rmg-search { max-width: 640px; margin: 0 auto; text-align: left; }

.rmg-header-search { width: min(280px, 28vw); }
.rmg-search-header { background: var(--rmg-bg); }
.rmg-search-header input { padding: 8px 8px 8px 4px; font-size: 14px; }
.rmg-search-header .rmg-search-submit { padding: 6px 12px; font-size: 13px; }
.rmg-header-search:focus-within { width: min(360px, 36vw); }
.rmg-header-search:focus-within .rmg-search-header { border-color: var(--rmg-accent); box-shadow: 0 0 0 3px rgba(var(--rmg-accent-rgb), .18); }
.rmg-search-open { display: none; }
.rmg-search-close { display: none; }

.rmg-hero { position: relative; min-height: 460px; display: grid; place-items: center; color: #fff; background:
	linear-gradient(180deg, rgba(20,28,12,.55), rgba(20,28,12,.72)),
	var(--rmg-hero, linear-gradient(135deg, #3e5428, #1f2a14));
	background-size: cover; background-position: center; text-align: center; padding: 72px 0; }
.rmg-hero h1 { font-family: var(--rmg-serif); font-size: clamp(36px, 6vw, 64px); margin: 12px 0 8px; }
.rmg-hero p { max-width: 640px; margin: 0 auto 24px; font-size: 18px; color: #f3f6ee; }
.rmg-hero .rmg-search { max-width: 640px; margin: 0 auto; }
.rmg-badge { display: inline-block; background: var(--rmg-accent); color: #fff; border-radius: 999px; padding: 6px 12px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.rmg-quick-links { display: flex; justify-content: center; gap: 28px; margin-top: 28px; flex-wrap: wrap; }
.rmg-quick-links a { color: #fff; text-decoration: none; display: grid; justify-items: center; gap: 6px; font-weight: 600; font-size: 14px; }
.rmg-quick-links svg { width: 28px; height: 28px; }

.rmg-section { padding: 56px 0; }
.rmg-section-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 24px; }
.rmg-section-head h2, .rmg-page-head h1, .rmg-item-info h1, .rmg-panel h2 { font-family: var(--rmg-serif); }
.rmg-section-head a { color: var(--rmg-accent); font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; gap: 4px; }
.rmg-section-head a svg { width: 16px; height: 16px; }
.rmg-page-head { padding: 36px 0 12px; }
.rmg-page-head h1 { font-size: 40px; margin: 0 0 8px; }

.rmg-cat-row { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 14px; }
.rmg-cat-card { background: #fff; border: 1px solid var(--rmg-line); border-radius: var(--rmg-radius); padding: 18px 12px; text-align: center; text-decoration: none; color: inherit; box-shadow: 0 8px 20px rgba(31,42,20,.04); }
.rmg-cat-photo { width: 72px; height: 72px; margin: 0 auto 10px; border-radius: 50%; background: var(--rmg-cream); color: var(--rmg-accent); display: grid; place-items: center; }
.rmg-cat-photo svg { width: 32px; height: 32px; }
.rmg-cat-card strong { display: block; }
.rmg-cat-card small { color: var(--rmg-muted); }

.rmg-item-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; padding-bottom: 40px; }
.rmg-item-grid.is-home { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.rmg-item-card { background: #fff; border-radius: var(--rmg-radius); overflow: hidden; border: 1px solid var(--rmg-line); display: flex; flex-direction: column; }
.rmg-item-card-media { aspect-ratio: 4/3; overflow: hidden; background: var(--rmg-cream); }
.rmg-item-card-media img { width: 100%; height: 100%; object-fit: cover; }
.rmg-item-card-body { padding: 14px; }
.rmg-item-card-head { display: flex; justify-content: space-between; gap: 8px; align-items: start; }
.rmg-item-card h3 { margin: 0; font-size: 16px; font-family: var(--rmg-serif); }
.rmg-item-card h3 a { color: inherit; text-decoration: none; }
.rmg-price { color: var(--rmg-accent); font-weight: 700; white-space: nowrap; }
.rmg-item-card p { color: var(--rmg-muted); font-size: 14px; margin: 8px 0; min-height: 40px; }
.rmg-item-card-meta { display: flex; gap: 10px; color: var(--rmg-muted); font-size: 13px; }
.rmg-item-card-meta svg { width: 14px; height: 14px; color: #d06b3a; vertical-align: -2px; }

.rmg-ph { width: 100%; height: 100%; min-height: 160px; background:
	radial-gradient(circle at 30% 20%, #efe4c8, transparent 40%),
	linear-gradient(160deg, #d7c39a, #8a9a63 55%, #4e6233);
	display: grid; place-items: center; color: #fff; font-family: var(--rmg-serif); font-size: 22px; text-align: center; padding: 16px; }

.rmg-finder { background: var(--rmg-cream); padding: 36px 0; }
.rmg-finder-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.rmg-finder-row { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 18px; }
.rmg-finder-row a { display: grid; justify-items: center; gap: 8px; text-decoration: none; color: var(--rmg-text); font-weight: 600; font-size: 13px; }
.rmg-finder-row span { width: 56px; height: 56px; border-radius: 50%; background: #fff; display: grid; place-items: center; color: var(--rmg-accent); }
.rmg-finder-row svg { width: 24px; height: 24px; }

.rmg-info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.rmg-panel { background: #fff; border: 1px solid var(--rmg-line); border-radius: var(--rmg-radius); padding: 22px; min-width: 0; }
.rmg-promo { background: var(--rmg-cream); }

.rmg-cta { background:
	linear-gradient(180deg, rgba(20,28,12,.7), rgba(20,28,12,.8)),
	var(--rmg-hero, #1f2a14);
	background-size: cover; color: #fff; text-align: center; padding: 72px 0; }
.rmg-cta h2 { font-family: var(--rmg-serif); font-size: 40px; margin-top: 0; }

.rmg-footer { background: #1b2214; color: #d7dccf; padding-top: 48px; margin-top: 24px; }
.rmg-footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr 1fr; gap: 28px; padding-bottom: 32px; }
.rmg-footer a { color: #e8eedc; text-decoration: none; }
.rmg-footer h3 { color: #fff; font-size: 16px; }
.rmg-footer ul { list-style: none; padding: 0; margin: 0; }
.rmg-footer li { margin: 8px 0; }
.rmg-footer-bar { border-top: 1px solid #323b28; padding: 14px 0; font-size: 13px; }
.rmg-footer-bar .rmg-wrap { display: flex; justify-content: space-between; gap: 12px; }
.rmg-newsletter { display: flex; gap: 8px; }
.rmg-newsletter input { flex: 1; border-radius: 999px; border: 0; padding: 10px 14px; }
.rmg-social { display: flex; gap: 12px; flex-wrap: wrap; }
.rmg-disclaimer { color: #a7b099; font-size: 13px; display: flex; align-items: flex-start; gap: 6px; }
.rmg-disclaimer svg { width: 14px; height: 14px; flex: 0 0 auto; margin-top: 2px; }
.rmg-footer-bar span { display: inline-flex; align-items: center; gap: 6px; }
.rmg-footer-bar svg { width: 14px; height: 14px; flex: 0 0 auto; }
.rmg-logo-footer { color: #fff; margin-bottom: 10px; }

.rmg-crumbs { display: flex; gap: 6px; flex-wrap: wrap; align-items: center; padding: 18px 0; font-size: 14px; color: var(--rmg-muted); }
.rmg-crumbs a { color: var(--rmg-muted); text-decoration: none; }
.rmg-crumbs a:hover { color: var(--rmg-accent); }
.rmg-crumb-sep { display: inline-flex; color: var(--rmg-muted); opacity: .65; }
.rmg-crumb-sep svg { width: 12px; height: 12px; }
.rmg-item-hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: 36px; padding-bottom: 40px; }
.rmg-gallery-main { position: relative; border-radius: 18px; overflow: hidden; background: var(--rmg-cream); min-height: 360px; }
.rmg-gallery-main img, .rmg-gallery-main .rmg-ph { width: 100%; height: 420px; object-fit: cover; }
.rmg-ribbon { position: absolute; top: 14px; left: 14px; z-index: 2; display: inline-flex; align-items: center; gap: 6px; background: #fff; color: #3b2d08; font-weight: 800; font-size: 12px; padding: 6px 12px; border-radius: 999px; box-shadow: 0 6px 18px rgba(0,0,0,.16); }
.rmg-ribbon svg { width: 14px; height: 14px; color: var(--rmg-gold); }
.rmg-view-cat { position: absolute; left: 14px; bottom: 14px; z-index: 2; }
.rmg-expand {
	position: absolute;
	right: 12px;
	bottom: 12px;
	z-index: 4;
	width: 44px;
	height: 44px;
	padding: 0;
	background: #fff;
	border: 0;
	border-radius: 50%;
	box-shadow: 0 8px 22px rgba(0,0,0,.28);
	color: var(--rmg-ink);
}
.rmg-expand svg { width: 22px; height: 22px; }
.rmg-thumbs { display: flex; gap: 8px; margin-top: 10px; }
.rmg-thumb { width: 72px; height: 72px; border: 2px solid transparent; border-radius: 10px; overflow: hidden; padding: 0; background: var(--rmg-cream); cursor: pointer; }
.rmg-thumb.is-active, .rmg-thumb:hover { border-color: var(--rmg-accent); }
.rmg-thumb img { width: 100%; height: 100%; object-fit: cover; }
.rmg-thumb-video { display: grid; place-items: center; color: #fff; background: #222; position: relative; }
.rmg-thumb-video svg { width: 28px; height: 28px; }

.rmg-item-info h1 { font-size: 42px; margin: 0 0 10px; }
.rmg-item-desc { color: var(--rmg-muted); }
.rmg-rating { display: flex; align-items: center; gap: 8px; margin: 10px 0; }
.rmg-stars { color: var(--rmg-gold); display: inline-flex; gap: 2px; }
.rmg-star { position: relative; display: inline-flex; color: #e4dcc8; }
.rmg-star svg { width: 16px; height: 16px; display: block; }
.rmg-star.is-full { color: var(--rmg-gold); }
.rmg-star.is-half { color: #e4dcc8; }
.rmg-star-fill { position: absolute; left: 0; top: 0; width: 50%; overflow: hidden; color: var(--rmg-gold); }
.rmg-star-fill svg { width: 16px; height: 16px; }
.rmg-price-lg { font-size: 32px; color: var(--rmg-accent); font-weight: 800; margin: 8px 0 16px; }
.rmg-pills { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.rmg-pill { display: inline-flex; align-items: center; gap: 6px; border: 1px solid var(--rmg-line); border-radius: 999px; padding: 6px 10px; font-size: 13px; background: #fff; }
.rmg-pill svg { width: 14px; height: 14px; color: var(--rmg-accent); }
.rmg-pill.is-nonveg svg { color: #c44536; }
.rmg-pill.is-popular svg { color: #e07a3d; }
.rmg-pill.is-bestseller svg { color: var(--rmg-gold); }
.rmg-pill.is-new svg { color: var(--rmg-gold); }
.rmg-pill.is-veg svg { color: var(--rmg-accent); }

.rmg-customize, .rmg-addons, .rmg-quick-nute { border: 1px solid var(--rmg-line); border-radius: 12px; padding: 16px; margin: 14px 0; background: #fff; }
.rmg-addons { background: var(--rmg-cream); }
.rmg-customize h2, .rmg-addons h3 { margin: 0 0 8px; font-size: 18px; }
.rmg-opt-group { border: 0; margin: 12px 0; padding: 0; }
.rmg-opt-group legend { font-weight: 700; }
.rmg-opts { display: grid; gap: 8px; margin-top: 8px; }
.rmg-opt { display: flex; gap: 10px; align-items: center; background: #fff; border: 1px solid var(--rmg-line); border-radius: 10px; padding: 10px 12px; cursor: pointer; }
.rmg-opt:has(input:checked) { border-color: var(--rmg-accent); box-shadow: 0 0 0 1px var(--rmg-accent); }
.rmg-opt em { color: var(--rmg-accent); font-style: normal; margin-left: 8px; font-weight: 700; }
.rmg-addon { display: flex; gap: 12px; align-items: center; cursor: pointer; }
.rmg-addon-ph { width: 56px; height: 56px; border-radius: 8px; background: #fff; display: grid; place-items: center; color: var(--rmg-accent); }
.rmg-addon small { display: block; color: var(--rmg-muted); }

.rmg-quick-nute { background: #fff; }
.rmg-cal-hero { display: flex; flex-direction: column; margin-bottom: 12px; }
.rmg-cal-hero strong { font-size: 28px; }
.rmg-macros { display: grid; grid-template-columns: repeat(auto-fit, minmax(72px, 1fr)); gap: 8px; text-align: center; margin-bottom: 12px; }
.rmg-macro { display: grid; justify-items: center; gap: 4px; }
.rmg-macro-icon { position: relative; width: 48px; height: 48px; display: grid; place-items: center; color: var(--rmg-accent); background: transparent; }
.rmg-macro-icon svg:first-child { position: absolute; inset: 0; width: 100%; height: 100%; }
.rmg-macro-icon svg:last-child { width: 20px; height: 20px; position: relative; z-index: 1; }
.rmg-macro.is-cal .rmg-macro-icon,
.rmg-macro.is-pro .rmg-macro-icon,
.rmg-macro.is-carb .rmg-macro-icon,
.rmg-macro.is-fat .rmg-macro-icon,
.rmg-macro.is-sod .rmg-macro-icon { background: transparent; }
.rmg-macros small { display: block; color: var(--rmg-muted); font-size: 12px; }

.rmg-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-bottom: 40px; }
.rmg-detail-grid > * { min-width: 0; }
.rmg-nute-list { width: 100%; }
.rmg-nute-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(2.6em, auto);
	gap: 8px 10px;
	padding: 9px 0;
	border-bottom: 1px solid var(--rmg-line);
	align-items: baseline;
	font-size: 14px;
}
.rmg-nute-row.is-head {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: var(--rmg-muted);
	font-weight: 700;
	align-items: end;
}
.rmg-nute-row.is-head b { font-weight: 700; text-transform: none; letter-spacing: 0; color: var(--rmg-ink); font-size: 13px; max-width: 9em; overflow-wrap: anywhere; white-space: normal; text-align: right; }
.rmg-nute-row span { min-width: 0; overflow-wrap: anywhere; }
.rmg-nute-row b, .rmg-nute-row small { white-space: nowrap; }
.rmg-nute-row small { text-align: right; color: var(--rmg-muted); }
.rmg-nute-row.is-sub span { padding-left: 12px; color: var(--rmg-muted); }
.rmg-nute-group { margin-top: 20px; }
.rmg-nute-group h3 { margin: 0 0 4px; font-size: 16px; font-weight: 700; text-transform: none; letter-spacing: 0; }
.rmg-allergen-row { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.rmg-allergen { display: inline-flex; align-items: center; gap: 8px; background: var(--rmg-cream); border-radius: 999px; padding: 6px 12px 6px 6px; font-size: 13px; font-weight: 600; }
.rmg-allergen-ico { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; color: #fff; flex: 0 0 auto; background: #c4a574; }
.rmg-allergen-ico svg { width: 16px; height: 16px; display: block; }
.rmg-allergen.is-milk .rmg-allergen-ico,
.rmg-allergen.is-wheat .rmg-allergen-ico,
.rmg-allergen.is-egg .rmg-allergen-ico,
.rmg-allergen.is-soy .rmg-allergen-ico,
.rmg-allergen.is-tree_nuts .rmg-allergen-ico,
.rmg-allergen.is-peanuts .rmg-allergen-ico,
.rmg-allergen.is-fish .rmg-allergen-ico,
.rmg-allergen.is-shellfish .rmg-allergen-ico,
.rmg-allergen.is-sesame .rmg-allergen-ico,
.rmg-allergen.is-gluten .rmg-allergen-ico { background: #c4a574; }
.rmg-allergen.is-maybe { background: #f3eee4; border: 1px dashed #d7ccb8; }
.rmg-allergen-cell { display: flex; flex-wrap: wrap; gap: 6px; }
.rmg-allergen-cell .rmg-allergen { font-size: 12px; padding: 4px 8px 4px 4px; }
.rmg-allergen-cell .rmg-allergen-ico { width: 22px; height: 22px; }
.rmg-allergen-cell .rmg-allergen-ico svg { width: 13px; height: 13px; }
.rmg-diet-list { list-style: none; padding: 0; margin: 0; }
.rmg-diet-list li { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--rmg-line); }
.rmg-diet-ico { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; color: var(--rmg-accent); flex: 0 0 auto; background: var(--rmg-accent-soft); }
.rmg-diet-ico svg { width: 18px; height: 18px; display: block; }
.rmg-diet-ico.is-vegetarian,
.rmg-diet-ico.is-vegan,
.rmg-diet-ico.is-gluten_sensitive,
.rmg-diet-ico.is-high_protein,
.rmg-diet-ico.is-light { background: var(--rmg-accent-soft); color: var(--rmg-accent); }
.rmg-diet-list .is-yes { color: var(--rmg-ink); }
.rmg-diet-list .is-no { color: var(--rmg-muted); }
.rmg-diet-list .is-no .rmg-diet-ico { background: #f3eee4; color: #8a6a3a; }
.rmg-diet-status { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; font-size: 13px; }
.rmg-diet-status svg { width: 18px; height: 18px; }
.rmg-diet-list .is-yes .rmg-diet-status { color: #2d8a4e; }
.rmg-diet-list .is-no .rmg-diet-status { color: #c44536; }
.rmg-diet-list strong { margin-left: auto; }
.rmg-ingredients { font-size: 14px; color: var(--rmg-muted); }
.rmg-gtk { list-style: none; padding: 0; }
.rmg-gtk li { display: flex; gap: 10px; align-items: center; margin: 8px 0; }
.rmg-gtk svg { width: 16px; height: 16px; color: var(--rmg-accent); flex: 0 0 auto; }
.rmg-gtk-ico { width: 28px; height: 28px; border-radius: 50%; background: var(--rmg-accent-soft); color: var(--rmg-accent); display: grid; place-items: center; flex: 0 0 auto; }
.rmg-gtk-ico svg { width: 15px; height: 15px; }

.rmg-related { padding-bottom: 24px; }
.rmg-related-cat { margin: 4px 0 0; color: var(--rmg-muted); font-size: 14px; }
.rmg-related-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.rmg-related-actions a { display: inline-flex; align-items: center; gap: 4px; }
.rmg-carousel { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(220px, 1fr); gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }
.rmg-carousel .rmg-item-card { scroll-snap-align: start; min-width: 220px; }
.rmg-carousel-nav { display: flex; gap: 8px; flex: 0 0 auto; }
.rmg-carousel-nav .rmg-icon-btn { box-shadow: 0 1px 2px rgba(31,42,20,.06); }

.rmg-utils { background: #fff; border-top: 1px solid var(--rmg-line); padding: 28px 0; }
.rmg-utils-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.rmg-utils-grid a { display: grid; gap: 6px; text-decoration: none; color: inherit; justify-items: start; }
.rmg-utils-grid span { width: 48px; height: 48px; border-radius: 50%; background: transparent; border: 1.5px solid var(--rmg-accent); color: var(--rmg-accent); display: grid; place-items: center; }
.rmg-utils-grid span svg { width: 22px; height: 22px; }
.rmg-utils-grid em { color: var(--rmg-accent); font-style: normal; font-weight: 700; font-size: 13px; display: inline-flex; align-items: center; gap: 4px; }
.rmg-utils-grid em svg { width: 14px; height: 14px; }

.rmg-filters { display: grid; gap: 10px; margin-bottom: 20px; }
.rmg-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.rmg-chips a { text-decoration: none; color: var(--rmg-text); border: 1px solid var(--rmg-line); background: #fff; border-radius: 999px; padding: 6px 12px; font-size: 14px; font-weight: 600; }
.rmg-chips a.is-active { background: var(--rmg-accent); color: #fff; border-color: var(--rmg-accent); }

.rmg-loc-search { display: flex; gap: 8px; margin: 8px 0 16px; }
.rmg-loc-search input { flex: 1; border: 1px solid var(--rmg-line); border-radius: 999px; padding: 12px 16px; font: inherit; }
.rmg-map { height: 280px; border-radius: 14px; overflow: hidden; margin: 12px 0 20px; background: #dce5d0; }
.rmg-map-wide { height: 360px; }
.rmg-loc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding-bottom: 40px; }
.rmg-loc-card, .rmg-loc-single { background: #fff; border: 1px solid var(--rmg-line); border-radius: var(--rmg-radius); padding: 18px; }
.rmg-loc-single { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; padding: 8px 0 40px; background: transparent; border: 0; }
.rmg-loc-card h3 { margin: 0 0 6px; font-family: var(--rmg-serif); }
.rmg-loc-country { color: var(--rmg-accent); font-weight: 700; }
.rmg-loc-facts { list-style: none; padding: 0; }
.rmg-loc-facts li { display: flex; gap: 8px; align-items: center; margin: 8px 0; }
.rmg-loc-facts svg { width: 16px; height: 16px; color: var(--rmg-accent); }
.rmg-hours { width: 100%; }
.rmg-hours th { text-align: left; padding: 6px 0; }
.rmg-hours-today { display: flex; gap: 6px; align-items: center; }
.rmg-loc-card .rmg-pills { margin: 8px 0 0; gap: 6px; }
.rmg-loc-card .rmg-pill { font-size: 12px; padding: 4px 8px; }
.rmg-amenities { margin-top: 18px; }
.rmg-amenities h2 { font-family: var(--rmg-serif); font-size: 22px; margin: 0 0 10px; }

.rmg-table-wrap { overflow-x: auto; padding-bottom: 40px; }
.rmg-guide-table { width: 100%; border-collapse: collapse; background: #fff; }
.rmg-guide-table th, .rmg-guide-table td { border-bottom: 1px solid var(--rmg-line); padding: 10px; text-align: left; }
.rmg-guide-table a { color: var(--rmg-ink); font-weight: 700; text-decoration: none; }

.rmg-about { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; padding-bottom: 40px; }
.rmg-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; list-style: none; padding: 0; }
.rmg-stats li { background: var(--rmg-cream); border-radius: 10px; padding: 12px; display: grid; }
.rmg-stats span { color: var(--rmg-muted); font-size: 13px; }
.rmg-country-list { list-style: none; padding: 0; }
.rmg-country-list li { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid var(--rmg-line); }

.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.rmg-lightbox { position: fixed; inset: 0; background: rgba(0,0,0,.85); display: grid; place-items: center; z-index: 100; padding: 56px 16px 16px; }
.rmg-lightbox img { max-width: 90vw; max-height: calc(100vh - 80px); border-radius: 8px; }
.rmg-lightbox-close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: #111;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	display: grid;
	place-items: center;
}

.rmg-rating a { color: var(--rmg-muted); text-decoration: none; }
.rmg-reviews { padding: 12px 0 48px; }
.rmg-reviews-summary { display: flex; align-items: center; gap: 8px; margin: 0; }
.rmg-reviews-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; align-items: start; }
.rmg-review { display: grid; grid-template-columns: 44px 1fr; gap: 12px; background: #fff; border: 1px solid var(--rmg-line); border-radius: 14px; padding: 16px; margin-bottom: 12px; }
.rmg-review-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--rmg-accent); color: #fff; display: grid; place-items: center; font-weight: 700; }
.rmg-review header { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.rmg-review time { color: var(--rmg-muted); font-size: 13px; }
.rmg-review p { margin: 8px 0 0; }
.rmg-review-empty { color: var(--rmg-muted); }
.rmg-review-form { background: #fff; border: 1px solid var(--rmg-line); border-radius: 16px; padding: 20px; display: grid; gap: 8px; }
.rmg-review-form h3 { margin: 0; font-family: var(--rmg-serif); }
.rmg-review-note { margin: 0 0 8px; color: var(--rmg-muted); font-size: 14px; }
.rmg-review-form label { display: block; font-weight: 600; font-size: 14px; margin-top: 6px; }
.rmg-review-form input, .rmg-review-form textarea { font: inherit; font-weight: 400; border: 1px solid var(--rmg-line); border-radius: 10px; padding: 12px; width: 100%; box-sizing: border-box; }
.rmg-hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.rmg-star-pick { border: 0; padding: 8px 0 0; display: flex; flex-direction: row-reverse; justify-content: flex-end; gap: 4px; }
.rmg-star-pick legend { font-weight: 600; margin-bottom: 6px; width: 100%; }
.rmg-star-pick input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.rmg-star-pick label { color: #d9d3c6; cursor: pointer; margin: 0; padding: 6px; min-width: 44px; min-height: 44px; display: grid; place-items: center; }
.rmg-star-pick label svg { width: 28px; height: 28px; }
.rmg-star-pick input:checked ~ label,
.rmg-star-pick label:hover,
.rmg-star-pick label:hover ~ label { color: var(--rmg-gold); }
.rmg-captcha { display: grid; gap: 8px; margin-top: 8px; padding: 14px; background: var(--rmg-cream); border-radius: 12px; }
.rmg-captcha-heading { margin: 0; font-weight: 700; font-size: 14px; }
.rmg-captcha-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.rmg-captcha-code { display: flex; align-items: center; justify-content: center; width: 100%; background: #fff; border-radius: 10px; overflow: visible; border: 1px dashed #c9d2b8; padding: 4px; box-sizing: border-box; }
.rmg-captcha-code svg { display: block; width: 100%; max-width: 280px; height: auto; aspect-ratio: 260 / 68; }
.rmg-captcha-refresh { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 8px 14px; border-radius: 999px; border: 1px solid var(--rmg-line); background: #fff; color: var(--rmg-ink); font: inherit; font-weight: 700; cursor: pointer; }
.rmg-captcha-refresh svg { width: 18px; height: 18px; overflow: visible; display: block; flex: 0 0 auto; }
.rmg-captcha input[name="rmg_captcha_code"] { text-transform: uppercase; letter-spacing: .18em; font-weight: 700; width: 100%; max-width: none; font-size: 18px; text-align: center; }
.rmg-captcha-help { color: var(--rmg-muted); font-weight: 400; }
.rmg-review-flash { padding: 12px 14px; border-radius: 10px; margin-bottom: 16px; }
.rmg-review-flash.is-ok { background: var(--rmg-accent-soft); color: var(--rmg-accent-dark); }
.rmg-review-flash.is-err { background: #fde8e4; color: #8a3b2a; }
.rmg-recipe { padding: 0 0 32px; }
.rmg-ig-reviews { padding: 8px 0 40px; }
.rmg-ig-reviews .rmg-section-head h2 { display: flex; align-items: center; gap: 10px; }
.rmg-ig-reviews .rmg-section-head svg { width: 22px; height: 22px; color: #c13584; }
.rmg-ig-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 360px)); gap: 20px; justify-content: center; }
.rmg-ig-card { margin: 0; display: grid; gap: 8px; background: #fff; border: 1px solid var(--rmg-line); border-radius: 16px; padding: 10px 10px 6px; }
.rmg-ig-card iframe { width: 100%; height: 620px; border: 0; border-radius: 12px; background: #fafafa; }
.rmg-ig-open { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; font-weight: 700; color: var(--rmg-accent); text-decoration: none; }
.rmg-ig-open svg { width: 16px; height: 16px; }
.rmg-ig-open:hover { text-decoration: underline; }
.rmg-yt-reviews { padding: 8px 0 40px; }
.rmg-yt-reviews .rmg-section-head h2 { display: flex; align-items: center; gap: 10px; }
.rmg-yt-reviews .rmg-section-head svg { width: 26px; height: 26px; color: #ff0000; }
.rmg-yt-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.rmg-yt-card { margin: 0; display: grid; gap: 8px; background: #fff; border: 1px solid var(--rmg-line); border-radius: 16px; padding: 10px 10px 6px; }
.rmg-yt-frame { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #111; border-radius: 12px; overflow: hidden; }
.rmg-yt-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.rmg-yt-open { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; font-weight: 700; color: var(--rmg-accent); text-decoration: none; }
.rmg-yt-open svg { width: 18px; height: 18px; }
.rmg-yt-open:hover { text-decoration: underline; }
.rmg-recipe-card { display: flex; align-items: center; gap: 16px; background: #fff; border: 1px solid var(--rmg-line); border-radius: 16px; padding: 18px; text-decoration: none; color: inherit; }
.rmg-recipe-icon { width: 52px; height: 52px; border-radius: 14px; background: var(--rmg-accent-soft); color: var(--rmg-accent); display: grid; place-items: center; flex: 0 0 auto; }
.rmg-recipe-icon svg { width: 26px; height: 26px; }
.rmg-recipe-copy { display: grid; gap: 2px; flex: 1; min-width: 0; }
.rmg-recipe-copy strong { font-family: var(--rmg-serif); font-size: 20px; }
.rmg-recipe-copy em { color: var(--rmg-muted); font-style: normal; }
.rmg-recipe-card .rmg-btn { flex: 0 0 auto; }

@media (max-width: 1100px) {
	.rmg-item-grid, .rmg-item-grid.is-home { grid-template-columns: repeat(3, 1fr); }
	.rmg-cat-row { grid-template-columns: repeat(4, 1fr); }
	.rmg-macros { grid-template-columns: repeat(3, 1fr); }
	.rmg-header-search { width: min(220px, 24vw); }
}
@media (max-width: 1024px) {
	.rmg-nav-toggle { display: grid; }
	.rmg-header-inner {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 8px 10px;
		min-height: 64px;
		align-items: center;
		position: static;
	}
	.rmg-logo-img { max-height: 36px; }
	.rmg-logo-text strong { font-size: 15px; }
	.rmg-logo-text small { display: none; }
	.rmg-header-actions { justify-self: end; gap: 6px; }
	.rmg-header-locate { display: none; }
	.rmg-header-search { display: none; }
	.rmg-search-open { display: grid; }
	.rmg-nav {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #fff;
		flex-direction: column;
		padding: 8px 16px 16px;
		border-bottom: 1px solid var(--rmg-line);
		z-index: 8;
		max-height: min(70dvh, calc(100dvh - 72px));
		overflow-y: auto;
		box-shadow: 0 16px 32px rgba(31,42,20,.12);
	}
	.rmg-nav a { min-height: 44px; display: flex; align-items: center; }
	.rmg-nav-cta {
		display: flex;
		justify-content: center;
		gap: 8px;
		margin-top: 8px;
		background: var(--rmg-accent);
		color: #fff !important;
		border-radius: 999px;
	}
	.rmg-nav-cta svg { width: 16px; height: 16px; }
	.rmg-header.is-open .rmg-nav { display: flex; }
	.rmg-header.is-searching .rmg-logo { display: none; }
	.rmg-header.is-searching .rmg-header-actions {
		grid-column: 1 / -1;
		width: 100%;
	}
	.rmg-header.is-searching .rmg-header-search {
		display: block;
		flex: 1;
		position: static;
		width: auto;
	}
	.rmg-header.is-searching .rmg-header-search:focus-within { width: auto; }
	.rmg-header.is-searching .rmg-search-close { display: grid; }
	.rmg-header.is-searching .rmg-nav-toggle,
	.rmg-header.is-searching .rmg-search-open { display: none; }
}
@media (max-width: 860px) {
	.rmg-item-hero, .rmg-detail-grid, .rmg-info-grid, .rmg-footer-grid, .rmg-loc-single, .rmg-about, .rmg-utils-grid, .rmg-loc-grid, .rmg-reviews-grid { grid-template-columns: 1fr; }
	.rmg-item-grid, .rmg-item-grid.is-home, .rmg-cat-row { grid-template-columns: 1fr 1fr; }
	.rmg-topbar-inner { flex-direction: column; }
	.rmg-item-info h1 { font-size: 32px; }
	.rmg-gallery-main, .rmg-gallery-main img, .rmg-gallery-main .rmg-ph { min-height: 220px; height: auto; max-height: 320px; }
	.rmg-page-head h1 { font-size: 32px; }
	.rmg-cta h2 { font-size: 28px; }
	.rmg-thumbs { overflow-x: auto; padding-bottom: 4px; }
	.rmg-recipe-card { flex-wrap: wrap; }
	.rmg-ig-grid, .rmg-yt-grid { grid-template-columns: 1fr; }
	.rmg-ig-card iframe { height: 540px; }
	.rmg-review-form .rmg-btn { min-height: 44px; justify-content: center; }
	.rmg-footer-bar .rmg-wrap { flex-direction: column; }
	.rmg-search input, .rmg-review-form input, .rmg-review-form textarea, .rmg-loc-search input { font-size: 16px; }
	.rmg-captcha-row { flex-direction: column; align-items: stretch; }
	.rmg-captcha-refresh { justify-content: center; width: 100%; }
	.rmg-rating { flex-wrap: wrap; }
}
@media (max-width: 560px) {
	.rmg-item-grid, .rmg-item-grid.is-home, .rmg-cat-row { grid-template-columns: 1fr; }
	.rmg-macros { grid-template-columns: repeat(2, 1fr); }
	.rmg-stats { grid-template-columns: 1fr 1fr; }
	.rmg-wrap { width: min(100% - 20px, var(--rmg-wrap)); }
	.rmg-nute-row { font-size: 13px; gap: 6px 8px; }
}
