/* ============================================================
   Battures — Menus du resto (rendu public)
   Reproduit le style des menus HTML actuels (restosaguenay.ca)
   Tout est scopé sous .brm pour éviter les collisions de thème.
   ============================================================ */

body.brm-standalone-body {
	margin: 0;
	padding: 0;
	background: linear-gradient(135deg, #f5f5f0 0%, #e8e6dd 100%);
}

.brm,
.brm * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.brm {
	font-family: 'Lato', sans-serif;
	color: #2a2a2a;
	line-height: 1.6;
	font-size: 16px;
}

.brm--standalone {
	min-height: 100vh;
	padding: 20px;
	background: linear-gradient(135deg, #f5f5f0 0%, #e8e6dd 100%);
}

.brm-container {
	max-width: 1000px;
	margin: 0 auto;
}

.brm-page {
	background: #fff;
	padding: 60px 80px;
	position: relative;
}

.brm-page::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:
		radial-gradient(circle at 20% 80%, rgba(209, 116, 73, 0.03) 0%, transparent 50%),
		radial-gradient(circle at 80% 20%, rgba(209, 116, 73, 0.03) 0%, transparent 50%);
	pointer-events: none;
}

.brm-page > * {
	position: relative;
}

/* ------------------------------------------------- En-tête */

.brm-logo {
	text-align: center;
	margin-bottom: 32px;
}

.brm-logo img {
	height: 80px !important;
	width: auto !important;
	display: inline-block;
}

.brm-title {
	font-family: 'Cormorant Garamond', serif;
	font-size: 56px;
	font-weight: 700;
	text-align: center;
	color: #1a1a1a;
	margin: 0 0 12px;
	letter-spacing: -0.5px;
	line-height: 1.15;
}

.brm-subtitle {
	font-family: 'Cormorant Garamond', serif;
	font-size: 22px;
	text-align: center;
	color: #666;
	margin-bottom: 6px;
	font-weight: 400;
}

.brm-hours {
	text-align: center;
	font-size: 14px;
	color: #888;
	margin-bottom: 24px;
}

.brm-info {
	text-align: center;
	font-size: 13px;
	color: #777;
	margin-bottom: 36px;
	padding: 16px 24px;
	background: rgba(209, 116, 73, 0.04);
	border-radius: 4px;
}

/* ------------------------------------------------ Sections */

.brm-section {
	margin-bottom: 28px;
}

.brm-section-title {
	font-family: 'Cormorant Garamond', serif;
	font-size: 26px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: 2px solid #d17449;
	display: inline-block;
}

.brm-section-subtitle {
	font-size: 13px;
	font-style: italic;
	color: #777;
	margin-bottom: 14px;
	margin-top: -4px;
}

/* --------------------------------------------------- Plats */

.brm-items.brm-cols-1 {
	display: block;
}

.brm-items.brm-cols-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px 24px;
}

.brm-items.brm-cols-3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 16px 24px;
}

.brm-item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 18px;
	gap: 16px;
}

.brm-cols-2 .brm-item,
.brm-cols-3 .brm-item {
	margin-bottom: 8px;
}

.brm-item-content {
	flex: 1;
}

.brm-item-name {
	font-weight: 600;
	font-size: 15px;
	color: #1a1a1a;
	margin-bottom: 4px;
}

.brm-item-desc {
	font-size: 13px;
	color: #666;
	line-height: 1.5;
}

.brm-item-price {
	font-family: 'Cormorant Garamond', serif;
	font-size: 18px;
	font-weight: 600;
	color: #d17449;
	min-width: 40px;
	text-align: right;
	flex-shrink: 0;
}

/* ------------------------------------------------------ Notes */

.brm-notes {
	text-align: center;
	font-size: 13px;
	color: #777;
	font-style: italic;
	margin-top: 32px;
	line-height: 1.8;
}

/* ------------------------------------------------ Pied de page */

.brm-footer {
	text-align: center;
	font-size: 12px;
	color: #888;
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #e0e0e0;
}

/* ---------------------------------------------- Impression */

@media print {
	body.brm-standalone-body,
	.brm--standalone {
		background: #fff !important;
		padding: 0 !important;
	}
	.brm-page {
		box-shadow: none;
		margin: 0;
		page-break-after: always;
	}
	#wpadminbar {
		display: none !important;
	}
}

/* -------------------------------------------------- Mobile */

@media (max-width: 768px) {
	.brm-page {
		padding: 30px 20px;
	}
	.brm-title {
		font-size: 36px;
	}
	.brm-items.brm-cols-2,
	.brm-items.brm-cols-3 {
		grid-template-columns: 1fr;
	}
}

/* ------------------------------------ Gabarit « Forfaits » */

.brm-tpl-packages .brm-packhead {
	text-align: center;
	margin: 48px 0 16px;
}

.brm-tpl-packages .brm-packhead-title {
	font-family: 'Cormorant Garamond', serif;
	font-size: 32px;
	font-weight: 700;
	color: #1a1a1a;
	text-align: center;
	margin-bottom: 8px;
}

.brm-tpl-packages .brm-packhead-sub {
	font-size: 14px;
	color: #888;
	text-align: center;
	font-style: italic;
	margin-bottom: 24px;
}

.brm-tpl-packages .brm-packs-wrap {
	margin-bottom: 48px;
}

.brm-tpl-packages .brm-packs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	margin-top: 24px;
}

.brm-tpl-packages .brm-pack {
	text-align: center;
	padding: 32px 24px;
	background: rgba(209, 116, 73, 0.03);
	border-radius: 8px;
}

.brm-tpl-packages .brm-pack-title {
	font-family: 'Cormorant Garamond', serif;
	font-size: 28px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 8px;
}

.brm-tpl-packages .brm-pack-price {
	font-family: 'Cormorant Garamond', serif;
	font-size: 48px;
	font-weight: 700;
	color: #d17449;
	margin-bottom: 4px;
	line-height: 1;
}

.brm-tpl-packages .brm-pack-per {
	font-size: 13px;
	color: #888;
	margin-bottom: 16px;
}

.brm-tpl-packages .brm-pack-desc {
	font-size: 13px;
	color: #666;
	line-height: 1.6;
}

.brm-tpl-packages .brm-cat {
	margin-bottom: 32px;
}

.brm-tpl-packages .brm-cat-title {
	font-family: 'Cormorant Garamond', serif;
	font-size: 22px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 12px;
	padding-bottom: 6px;
	border-bottom: 2px solid #d17449;
	display: inline-block;
}

.brm-tpl-packages .brm-cat-note {
	font-size: 12px;
	color: #888;
	font-style: italic;
	margin-bottom: 12px;
}

.brm-tpl-packages .brm-cat-items {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.brm-tpl-packages .brm-cat-items li {
	font-size: 14px;
	color: #666;
	margin-bottom: 8px;
	padding-left: 20px;
	position: relative;
}

.brm-tpl-packages .brm-cat-items li::before {
	content: "•";
	color: #d17449;
	font-weight: bold;
	position: absolute;
	left: 0;
}

.brm-tpl-packages .brm-cat-name {
	color: #444;
}

.brm-tpl-packages .brm-cat-price {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	color: #d17449;
	margin-left: 8px;
}

.brm-tpl-packages .brm-cat-desc {
	font-size: 13px;
	color: #888;
	line-height: 1.5;
}

@media (max-width: 768px) {
	.brm-tpl-packages .brm-packs {
		grid-template-columns: 1fr;
	}
}
