/**
 * Ramadan Daily Menu — Frontend Styles
 *
 * Jerusalem Mediterranean branding:
 * Dark green (#18322e), Gold (#e6b15f), Cream (#f5f0e6), Teal (#6e9687)
 */

/* Reset — isolate from theme */
.rdm-menu-wrap,
.rdm-menu-wrap * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.rdm-menu-wrap {
	display: flex;
	justify-content: center;
	padding: 40px 20px;
	background: #18322e;
	min-height: 100vh;
}

.rdm-menu-container {
	width: 100%;
	max-width: 680px;
}

/* Outer border */
.rdm-border-outer {
	border: 2px solid #e6b15f;
	padding: 8px;
	position: relative;
}

/* Inner border */
.rdm-border-inner {
	border: 1px solid rgba(230, 177, 95, 0.4);
	padding: 0 40px 50px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

/* Corner brackets */
.rdm-border-inner::before,
.rdm-border-inner::after,
.rdm-border-outer::before,
.rdm-border-outer::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	border-color: #e6b15f;
	border-style: solid;
	z-index: 2;
}

.rdm-border-outer::before {
	top: 4px;
	left: 4px;
	border-width: 2px 0 0 2px;
}

.rdm-border-outer::after {
	top: 4px;
	right: 4px;
	border-width: 2px 2px 0 0;
}

.rdm-border-inner::before {
	bottom: -1px;
	left: -1px;
	border-width: 0 0 1px 1px;
	border-color: rgba(230, 177, 95, 0.4);
}

.rdm-border-inner::after {
	bottom: -1px;
	right: -1px;
	border-width: 0 1px 1px 0;
	border-color: rgba(230, 177, 95, 0.4);
}

/* ========================
   HEADER WITH RAMADAN BG
   ======================== */
.rdm-header-bg {
	position: relative;
	width: calc(100% + 80px);
	margin-left: -40px;
	margin-right: -40px;
	padding: 30px 40px 20px;
	margin-bottom: 10px;
	overflow: hidden;
	background-color: #18322e;
	background-image: var(--rdm-bg-url);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	background-blend-mode: multiply;
}

/* Restaurant name */
.rdm-restaurant-name {
	position: relative;
	z-index: 1;
	font-family: 'Cormorant Garamond', 'Georgia', serif;
	font-size: 52px;
	font-weight: 400;
	letter-spacing: 6px;
	color: #e6b15f;
	line-height: 1.1;
	margin-bottom: 6px;
}

.rdm-restaurant-sub {
	position: relative;
	z-index: 1;
	font-family: 'Lora', 'Georgia', serif;
	font-size: 22px;
	font-style: italic;
	color: #f5f0e6;
	margin-bottom: 20px;
}

/* Ornament divider */
.rdm-ornament {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 15px 0;
	position: relative;
	z-index: 1;
}

.rdm-ornament-line {
	display: inline-block;
	width: 50px;
	height: 1px;
	background: #e6b15f;
}

.rdm-ornament-diamond {
	color: #e6b15f;
	font-size: 12px;
	line-height: 1;
}

/* Ramadan header */
.rdm-ramadan-title {
	font-family: 'Cormorant Garamond', 'Georgia', serif;
	font-size: 38px;
	font-weight: 400;
	color: #f0c97a;
	margin: 15px 0 8px;
}

.rdm-iftar-subtitle {
	font-family: 'Lora', 'Georgia', serif;
	font-size: 22px;
	font-style: italic;
	color: #f5f0e6;
	margin-bottom: 12px;
}

/* Date and day */
.rdm-date {
	font-family: 'Inter', 'Helvetica Neue', sans-serif;
	font-size: 16px;
	color: #6e9687;
	margin-bottom: 6px;
}

.rdm-day {
	font-family: 'Lora', 'Georgia', serif;
	font-size: 20px;
	font-weight: 700;
	font-style: italic;
	color: #e6b15f;
	margin-bottom: 10px;
}

/* Divider line */
.rdm-divider {
	border: none;
	border-top: 1px solid #e6b15f;
	margin: 20px 40px;
}

/* Menu items section */
.rdm-menu-items {
	padding: 10px 0;
}

/* Category dot divider */
.rdm-cat-dot {
	color: rgba(230, 177, 95, 0.5);
	font-size: 10px;
	margin: 12px 0;
}

/* Category name */
.rdm-category-name {
	font-family: 'Lora', 'Georgia', serif;
	font-size: 22px;
	font-weight: 700;
	color: #e6b15f;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

/* Individual menu item */
.rdm-item {
	font-family: 'Lora', 'Georgia', serif;
	font-size: 18px;
	color: #f5f0e6;
	line-height: 1.8;
}

/* Footer */
.rdm-footer {
	padding-top: 5px;
}

.rdm-notice {
	font-family: 'Lora', 'Georgia', serif;
	font-size: 18px;
	font-weight: 700;
	font-style: italic;
	color: #f0c97a;
	margin-bottom: 8px;
}

.rdm-serving {
	font-family: 'Inter', 'Helvetica Neue', sans-serif;
	font-size: 14px;
	color: #6e9687;
	margin-bottom: 6px;
}

.rdm-contact {
	font-family: 'Inter', 'Helvetica Neue', sans-serif;
	font-size: 14px;
	color: #6e9687;
	margin-bottom: 4px;
}

.rdm-website {
	font-family: 'Inter', 'Helvetica Neue', sans-serif;
	font-size: 14px;
	color: #6e9687;
}

/* No menu message */
.rdm-no-menu {
	text-align: center;
	padding: 60px 20px;
	background: #18322e;
	color: #f5f0e6;
	font-family: 'Lora', 'Georgia', serif;
	font-size: 18px;
}

/* ========================
   RESPONSIVE
   ======================== */

@media ( max-width: 768px ) {
	.rdm-menu-wrap {
		padding: 20px 10px;
	}

	.rdm-border-inner {
		padding: 0 20px 30px;
	}

	.rdm-header-bg {
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: -20px;
		padding: 25px 20px 15px;
	}

	.rdm-restaurant-name {
		font-size: 36px;
		letter-spacing: 3px;
	}

	.rdm-restaurant-sub {
		font-size: 18px;
	}

	.rdm-ramadan-title {
		font-size: 28px;
	}

	.rdm-iftar-subtitle {
		font-size: 18px;
	}

	.rdm-category-name {
		font-size: 18px;
		letter-spacing: 1px;
	}

	.rdm-item {
		font-size: 16px;
	}

	.rdm-divider {
		margin: 15px 20px;
	}

	.rdm-notice {
		font-size: 16px;
	}
}

@media ( max-width: 480px ) {
	.rdm-border-inner {
		padding: 0 15px 25px;
	}

	.rdm-header-bg {
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
		padding: 20px 15px 12px;
	}

	.rdm-restaurant-name {
		font-size: 28px;
		letter-spacing: 2px;
	}

	.rdm-ramadan-title {
		font-size: 24px;
	}

	.rdm-ornament-line {
		width: 30px;
	}
}
