/* FR Meal Pre-Order — global Foyer Richelieu branding */
:root { --frmp-navy:#2a3b68; --frmp-gold:#b58f54; --frmp-grey:#6f6f6f; --frmp-light:#f5f3ef; }

/* Hide the theme's default header and footer (replaced by branded ones) */
.wp-site-blocks > header.wp-block-template-part,
.wp-site-blocks > footer.wp-block-template-part { display:none; }

body { font-family:"Open Sans",sans-serif; }
h1, h2, h3 { font-family:Montserrat,"Open Sans",sans-serif; color:var(--frmp-navy); }

/* Branded header */
.frmp-siteheader { background:#fff; border-bottom:3px solid var(--frmp-gold); }
.frmp-siteheader-in { max-width:960px; margin:0 auto; padding:14px 20px; display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap; }
.frmp-logo { max-height:84px; width:auto; display:block; }
.frmp-logo-text { font-family:Montserrat,sans-serif; font-size:1.5em; font-weight:700; color:var(--frmp-navy); }
.frmp-header-cart { padding:8px 18px !important; font-size:.95em !important; }

/* Branded footer */
.frmp-sitefooter { background:var(--frmp-navy); color:#fff; margin-top:48px; }
.frmp-sitefooter-in { max-width:960px; margin:0 auto; padding:28px 20px; text-align:center; font-size:.95em; line-height:1.7; }
.frmp-sitefooter a { color:#d8c49a; text-decoration:none; }
.frmp-sitefooter a:hover { text-decoration:underline; }

/* WooCommerce buttons in brand colours */
.woocommerce button.button, .woocommerce a.button, .woocommerce #place_order,
.wc-block-components-button { background:var(--frmp-navy) !important; color:#fff !important; border-radius:6px; }
.woocommerce button.button:hover, .woocommerce a.button:hover, .woocommerce #place_order:hover { background:var(--frmp-gold) !important; }
.woocommerce-message { border-top-color:var(--frmp-gold); }
.woocommerce-info { border-top-color:var(--frmp-navy); }

@media (max-width:540px) {
	.frmp-logo { max-height:64px; }
	.frmp-siteheader-in { justify-content:center; }
}
