:root {
	--rp-bg: #fffaf3;
	--rp-surface: #ffffff;
	--rp-surface-soft: #fff2df;
	--rp-text: #1f1712;
	--rp-muted: #6f625a;
	--rp-border: rgba(31, 23, 18, 0.1);
	--rp-primary: #b85c2e;
	--rp-primary-dark: #7f351c;
	--rp-accent: #d9a441;
	--rp-shadow: 0 18px 50px rgba(80, 45, 20, 0.12);
	--rp-body-text: #1f1712;
	--rp-heading-text: #1f1712;
	--rp-menu-text: #2a211b;
	--rp-button-text: #ffffff;
	--rp-card-title: #1f1712;
	--rp-card-description: #6f625a;
	--rp-footer-heading: #ffffff;
	--rp-header-bg: rgba(255, 250, 243, 0.74);
	--rp-header-text: var(--rp-menu-text);
	--rp-footer-bg: #100b08;
	--rp-footer-text: #fff6ea;
	--rp-radius-header: 999px;
	--rp-header-blur: 22px;
	--rp-header-shadow: 0 24px 70px rgba(31, 23, 18, 0.16);
}

:root.restaurantpro-dark-mode {
	--rp-bg: #11100f;
	--rp-surface: #191715;
	--rp-surface-soft: #211c18;
	--rp-text: #fff6ea;
	--rp-muted: #c8b9a8;
	--rp-border: rgba(255, 246, 234, 0.12);
	--rp-primary: #e07b45;
	--rp-primary-dark: #ff9c64;
	--rp-accent: #f1c66b;
	--rp-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
	--rp-body-text: #fff6ea;
	--rp-heading-text: #fff6ea;
	--rp-menu-text: #fff1df;
	--rp-button-text: #ffffff;
	--rp-card-title: #fff6ea;
	--rp-card-description: #c8b9a8;
	--rp-footer-heading: #ffffff;
}

body {
	background: var(--rp-bg);
	color: var(--rp-body-text, var(--rp-text));
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: var(--rp-base-font-size, 16px);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--rp-heading-text, var(--rp-heading, var(--rp-text)));
	font-weight: var(--rp-heading-weight, 900);
}

.restaurantpro-dark-mode .offcanvas,
.restaurantpro-dark-mode .modal-content,
.restaurantpro-dark-mode .dropdown-menu,
.restaurantpro-dark-mode .card {
	background: var(--rp-surface);
	border-color: var(--rp-border);
	color: var(--rp-text);
}

.restaurantpro-dark-mode .btn-close {
	filter: invert(1) grayscale(1);
}

.restaurantpro-dark-mode input,
.restaurantpro-dark-mode select,
.restaurantpro-dark-mode textarea {
	color-scheme: dark;
}

a {
	color: inherit;
	text-decoration: none;
}

img,
svg,
video {
	max-width: 100%;
	height: auto;
}

.site-main img,
.entry-content img,
.wp-post-image {
	max-width: 100%;
	height: auto;
}

.site-main {
	overflow: hidden;
}

.rp-layout-boxed .site-main,
.rp-layout-boxed .rp-site-footer {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--rp-container-width);
}

html {
	scroll-behavior: smooth;
}

.rp-floating-header {
	left: 0;
	position: fixed;
	right: 0;
	top: 20px;
	z-index: 1050;
	transition: top 240ms ease, background 240ms ease;
}

.admin-bar .rp-floating-header {
	top: 52px;
}

.rp-header-shell {
	backdrop-filter: blur(var(--rp-header-blur));
	-webkit-backdrop-filter: blur(var(--rp-header-blur));
	background: var(--rp-header-bg);
	border: 1px solid var(--rp-border);
	border-radius: var(--rp-radius-header);
	box-shadow: var(--rp-header-shadow);
	min-height: 76px;
	padding: 10px 14px 10px 24px;
	transition: border-radius 240ms ease, min-height 240ms ease, background 240ms ease, box-shadow 240ms ease, padding 240ms ease;
}

.rp-floating-header.is-scrolled .container {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	transition: max-width 240ms ease;
}

.rp-floating-header.is-scrolled .rp-header-shell {
	background: color-mix(in srgb, var(--rp-surface) 94%, transparent);
	border-radius: 0;
	min-height: 66px;
	padding-left: max(18px, 4vw);
	padding-right: max(18px, 4vw);
}

.rp-floating-header.is-scrolled {
	top: 0;
}

.admin-bar .rp-floating-header.is-scrolled {
	top: 32px;
}

.rp-brand-text,
.rp-logo-wrap a {
	color: var(--rp-header-text);
	font-size: 1.25rem;
	font-weight: 800;
	letter-spacing: 0;
}

.rp-logo-wrap {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	min-width: 0;
}

.custom-logo-link {
	align-items: center;
	display: inline-flex;
	line-height: 1;
	max-width: 220px;
	position: relative;
}

.custom-logo,
.rp-logo-wrap .custom-logo,
.rp-footer-brand .custom-logo {
	height: auto;
	object-fit: contain;
	width: auto;
}

.rp-logo-image {
	display: none;
	transition: opacity 180ms ease, visibility 180ms ease;
}

.rp-logo-link .rp-logo-light {
	display: block;
}

.restaurantpro-dark-mode .rp-logo-link.rp-logo-has-dark .rp-logo-light {
	display: none;
}

.restaurantpro-dark-mode .rp-logo-link.rp-logo-has-dark .rp-logo-dark {
	display: block;
}

.rp-logo-wrap .custom-logo {
	max-height: 46px;
	max-width: 190px;
}

.rp-footer-brand .custom-logo {
	max-height: 58px;
	max-width: 230px;
}

.rp-site-footer .custom-logo-link {
	max-width: 240px;
}

.rp-main-menu a,
.rp-mobile-menu a {
	color: var(--rp-menu-text, var(--rp-header-text));
	font-weight: 650;
	opacity: 0.82;
	padding: 0.5rem 0.25rem;
}

.rp-main-menu a:hover,
.rp-mobile-menu a:hover {
	color: var(--rp-header-active, var(--rp-primary));
	opacity: 1;
}

.rp-btn-primary {
	background: linear-gradient(135deg, var(--rp-primary), var(--rp-primary-dark));
	border: 0;
	border-radius: 999px;
	color: var(--rp-button-text, #fff);
	font-weight: var(--rp-button-weight, 800);
	padding: 0.82rem 1.35rem;
}

.rp-header-style-classic {
	top: 0;
}

.rp-header-style-classic .rp-header-shell {
	border-radius: 0;
}

.rp-header-style-transparent .rp-header-shell {
	background: rgba(255,255,255,.06);
	border-color: rgba(255,255,255,.18);
}

.rp-btn-primary:hover {
	color: var(--rp-button-text, #fff);
	filter: brightness(1.05);
	transform: translateY(-1px);
}

.rp-dark-toggle,
.rp-menu-toggle {
	align-items: center;
	background: var(--rp-surface-soft);
	border: 1px solid var(--rp-border);
	border-radius: 999px;
	color: var(--rp-menu-text, var(--rp-text));
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	min-height: 44px;
	min-width: 44px;
	padding: 0;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.rp-dark-toggle:hover,
.rp-menu-toggle:hover {
	transform: translateY(-1px);
}

.rp-icon-sun {
	display: none;
}

.restaurantpro-dark-mode .rp-icon-moon {
	display: none;
}

.restaurantpro-dark-mode .rp-icon-sun {
	display: inline-block;
}

.rp-offcanvas {
	background:
		radial-gradient(circle at top right, color-mix(in srgb, var(--rp-primary) 20%, transparent), transparent 34%),
		var(--rp-surface);
	color: var(--rp-body-text, var(--rp-text));
}

.rp-section {
	padding: 96px 0;
}

.rp-eyebrow {
	color: var(--rp-primary);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.rp-section h2,
.rp-page-hero h1 {
	font-size: clamp(2rem, 4vw, 4rem);
	font-weight: 900;
	line-height: 1.04;
}

.rp-page-hero {
	background: radial-gradient(circle at top right, color-mix(in srgb, var(--rp-primary) 30%, transparent), transparent 36%), var(--rp-surface-soft);
	padding: 140px 0 72px;
}

.rp-about-visual {
	aspect-ratio: 4 / 3;
	background:
		linear-gradient(135deg, rgba(31, 23, 18, 0.1), rgba(31, 23, 18, 0.02)),
		url("https://images.unsplash.com/photo-1414235077428-338989a2e8c0?auto=format&fit=crop&w=1200&q=80") center/cover;
	border-radius: 32px;
	box-shadow: var(--rp-shadow);
	position: relative;
}

.rp-about-card {
	background: var(--rp-surface);
	border: 1px solid var(--rp-border);
	border-radius: 18px;
	bottom: 24px;
	box-shadow: var(--rp-shadow);
	left: 24px;
	padding: 18px 22px;
	position: absolute;
}

.rp-about-card strong {
	color: var(--rp-primary);
	display: block;
	font-size: 2.2rem;
	line-height: 1;
}

.rp-reservation-band {
	background: linear-gradient(135deg, var(--rp-surface-soft), var(--rp-bg));
}

.rp-category-strip {
	background: var(--rp-surface-soft);
}

.rp-category-pill {
	align-items: center;
	background: var(--rp-surface);
	border: 1px solid var(--rp-border);
	border-radius: 999px;
	box-shadow: var(--rp-shadow);
	color: var(--rp-card-title, var(--rp-text));
	display: flex;
	font-weight: 900;
	justify-content: center;
	min-height: 62px;
	padding: 0.9rem 1rem;
	text-align: center;
}

.rp-category-pill:hover {
	color: var(--rp-primary);
	transform: translateY(-2px);
}

.rp-site-footer {
	background:
		radial-gradient(circle at 8% 0%, rgba(217, 164, 65, 0.16), transparent 28%),
		linear-gradient(135deg, var(--rp-footer-bg), #1d120d 58%, #0d0907);
	color: var(--rp-footer-text);
	padding: 96px 0 28px;
	position: relative;
	overflow: hidden;
}

.rp-site-footer::before {
	background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
	background-size: 42px 42px;
	content: "";
	inset: 0;
	opacity: .22;
	pointer-events: none;
	position: absolute;
}

.rp-site-footer .container {
	position: relative;
	z-index: 1;
}

.rp-site-footer h3 {
	font-size: 1rem;
	font-weight: 900;
	margin-bottom: 1rem;
	color: var(--rp-footer-heading, #fff);
}

.rp-footer-menu,
.rp-footer-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.rp-footer-menu li,
.rp-footer-list li {
	margin-bottom: 0.7rem;
	opacity: 0.82;
}

.rp-footer-menu a,
.rp-footer-list a,
.rp-site-footer p {
	color: var(--rp-footer-text);
}

.rp-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.rp-social-links a {
	align-items: center;
	background: rgba(255, 255, 255, 0.09);
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 999px;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	padding: 0;
	transition: background 180ms ease, transform 180ms ease;
	width: 42px;
}

.rp-social-links a:hover,
.rp-footer-menu a:hover,
.rp-footer-list a:hover {
	color: #fff;
	transform: translateY(-1px);
}

.rp-social-links a:hover {
	background: var(--rp-primary);
	border-color: var(--rp-primary);
}

.rp-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: space-between;
	margin-top: 48px;
	padding-top: 22px;
	opacity: 0.75;
}

.rp-footer-bottom a {
	color: inherit;
}

.rp-newsletter-form {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	display: flex;
	gap: 0.4rem;
	margin-top: 1rem;
	padding: 0.35rem;
}

.rp-newsletter-form input {
	background: transparent;
	border: 0;
	color: #fff6ea;
	flex: 1;
	min-width: 0;
	padding: 0.55rem 0.75rem;
}

.rp-newsletter-form button {
	background: var(--rp-primary);
	border: 0;
	border-radius: 999px;
	color: #fff;
	font-weight: 900;
	padding: 0.55rem 0.9rem;
}

.rp-post-card {
	background: var(--rp-surface);
	border: 1px solid var(--rp-border);
	border-radius: 18px;
	box-shadow: var(--rp-shadow);
	display: block;
	height: 100%;
	overflow: hidden;
}

.rp-post-card-img {
	aspect-ratio: 16 / 10;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.rp-post-card-body {
	padding: 22px;
}

.rp-post-card h2 {
	color: var(--rp-card-title, var(--rp-heading-text));
	font-size: 1.2rem;
	font-weight: 900;
}

.rp-post-card h2 a {
	color: inherit;
}

.rp-post-card p,
.rp-empty-state p,
.rp-comments .comment-meta {
	color: var(--rp-card-description, var(--rp-muted));
}

.rp-single-content {
	max-width: 880px;
	padding: 64px 12px;
}

.rp-entry-meta {
	color: var(--rp-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.86rem;
	font-weight: 800;
	gap: 0.75rem;
	margin-bottom: 0.75rem;
}

.rp-entry-meta span {
	background: var(--rp-surface-soft);
	border: 1px solid var(--rp-border);
	border-radius: 999px;
	padding: 0.35rem 0.65rem;
}

.rp-read-more {
	color: var(--rp-primary);
	font-weight: 900;
}

.rp-search-form {
	display: flex;
	gap: 0.75rem;
	max-width: 620px;
}

.rp-search-form input {
	background: var(--rp-surface);
	border: 1px solid var(--rp-border);
	border-radius: 999px;
	color: var(--rp-body-text, var(--rp-text));
	flex: 1;
	min-height: 50px;
	padding: 0 1.1rem;
}

.rp-empty-state,
.rp-comments {
	background: var(--rp-surface);
	border: 1px solid var(--rp-border);
	border-radius: 22px;
	box-shadow: var(--rp-shadow);
	margin: 64px auto;
	max-width: 880px;
	padding: 32px;
}

.rp-comments .comment-list {
	list-style: none;
	margin: 0 0 28px;
	padding: 0;
}

.rp-comments .comment-body {
	border-bottom: 1px solid var(--rp-border);
	padding: 18px 0;
}

.rp-comments input,
.rp-comments textarea {
	background: var(--rp-bg);
	border: 1px solid var(--rp-border);
	border-radius: 14px;
	color: var(--rp-text);
	padding: 0.75rem 0.9rem;
	width: 100%;
}

.rp-tags a {
	background: var(--rp-surface-soft);
	border: 1px solid var(--rp-border);
	border-radius: 999px;
	display: inline-block;
	font-weight: 800;
	margin: 0 0.4rem 0.4rem 0;
	padding: 0.45rem 0.7rem;
}

@media (max-width: 991.98px) {
	.rp-floating-header {
		top: 10px;
	}

	.admin-bar .rp-floating-header {
		top: 56px;
	}

	.rp-header-shell {
		border-radius: 28px;
		min-height: 66px;
	}

	.rp-section {
		padding: 72px 0;
	}

	.rp-header-shell {
		padding-left: 16px;
		padding-right: 10px;
	}

	.rp-logo-wrap .custom-logo {
		max-height: 40px;
		max-width: 150px;
	}

	.rp-logo-wrap .rp-logo-link.rp-logo-has-mobile .rp-logo-image {
		display: none;
	}

	.rp-logo-wrap .rp-logo-link.rp-logo-has-mobile .rp-logo-mobile {
		display: block;
	}

	.restaurantpro-dark-mode .rp-logo-wrap .rp-logo-link.rp-logo-has-dark:not(.rp-logo-has-mobile) .rp-logo-light {
		display: none;
	}

	.restaurantpro-dark-mode .rp-logo-wrap .rp-logo-link.rp-logo-has-dark:not(.rp-logo-has-mobile) .rp-logo-dark {
		display: block;
	}
}

@media (max-width: 782px) {
	.admin-bar .rp-floating-header,
	.admin-bar .rp-floating-header.is-scrolled {
		top: 46px;
	}
}

/* Animations */
.rp-animate {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 700ms ease, transform 700ms ease;
}

.rp-fade-in {
	transform: none;
}

.rp-scale-in {
	transform: scale(.96);
}

.rp-slide-left {
	transform: translateX(34px);
}

.rp-slide-right {
	transform: translateX(-34px);
}

.rp-animate.is-visible {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.rp-animate {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

@media (max-width: 575.98px) {
	.rp-search-form {
		display: grid;
	}

	.rp-footer-bottom {
		display: grid;
	}

	.rp-newsletter-form {
		border-radius: 18px;
		display: grid;
	}
}
