/* ═══════════════════════════════════════════════════════════════
   FOUR COUNTIES SPICE — REDESIGN v3.0
   Loaded last. Re-skins the entire site with the new maroon/gold
   editorial palette, Playfair Display typography, restrained
   organic shapes, wave section dividers, and a refined logo
   treatment — approved via mockup review.
   This file intentionally overrides earlier stylesheets (including
   hardcoded !important rules left from the original theme), so
   many rules here are !important by necessity, not by accident.
═══════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500;1,600&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
	--gold:        #a8821f !important;
	--gold-light:  #e3bb4a !important;
	--gold-dim:    rgba(168,130,31,0.10) !important;
	--gold-border: rgba(168,130,31,0.28) !important;
	--red:         #4a0f12 !important;
	--black:       #f7f1e4 !important;
	--dark:        #fbf3e2 !important;
	--dark2:       #f3e7cd !important;
	--white:       #2a1810 !important;
	--muted:       #6b5847 !important;
	--muted-dark:  #8a7361 !important;
	--radius:      6px !important;
	--shadow-gold: 0 10px 30px rgba(168,130,31,0.16) !important;

	--maroon:       #4a0f12;
	--maroon-deep:  #2e0a0c;
	--ivory:        #f7f1e4;
	--ivory-2:      #fbf3e2;
	--ink:          #2a1810;
	--line:         #ecdfc4;
}

/* ─── Base & typography ─────────────────────────────────────── */
body {
	background: var(--ivory) !important;
	color: var(--ink) !important;
	font-family: 'Inter', sans-serif !important;
}

h1, h2, h3, h4,
.page-title, .section-title, .menu-category-title,
.feature-box h3, .menu-card-body h3, .occasion-card h3,
.dine-card h3, .fcs-dish-head h3, .booking-widget-title {
	font-family: 'Playfair Display', serif !important;
	font-weight: 600 !important;
}

.section-label, .fcs-sig-kicker {
	font-family: 'Inter', sans-serif !important;
	letter-spacing: 3px !important;
}

/* ─── Header / Nav ───────────────────────────────────────────── */
.site-header, .site-header.scrolled {
	background: var(--maroon) !important;
	border-bottom: none !important;
	box-shadow: 0 4px 24px rgba(20,5,5,0.18) !important;
	border-radius: 0 0 18px 18px;
}

.site-header .nav-menu li a,
.site-header .header-status-text {
	color: #e9ded0 !important;
}

.site-header .nav-menu li a:hover {
	color: var(--gold-light) !important;
}

.main-navigation, .main-navigation.is-open {
	background: var(--maroon) !important;
	border-left: 1px solid rgba(227,187,74,.2) !important;
}

.main-navigation .nav-menu li a {
	color: #e9ded0 !important;
}

.mobile-menu-toggle .hamburger-line {
	background: var(--gold-light) !important;
}

.book-btn {
	background: var(--gold-light) !important;
	color: var(--maroon-deep) !important;
	border: none !important;
	border-radius: 30px !important;
}

.book-btn:hover {
	background: #f0cf72 !important;
}

.logo-text-link, .header-logo-img {
	filter: brightness(1.25) drop-shadow(0 0 8px rgba(255,255,255,0.15)) !important;
}

.site-logo img, .site-logo .custom-logo {
	filter: brightness(1.25) drop-shadow(0 0 8px rgba(255,255,255,0.15)) !important;
}

/* ─── Hero (homepage) ────────────────────────────────────────── */
.hero-section {
	background: var(--maroon) !important;
	min-height: 58vh !important;
}

/* Push hero content below the fixed navbar */
.fcs-hero-inner {
	padding-top: 130px !important;
	padding-bottom: 80px !important;
}

/* ─── Header status merged into book button ──────────────────── */
.fcs-status-btn {
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	padding: 9px 18px !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	letter-spacing: .4px !important;
}

.fcs-status-btn .header-status-dot {
	flex-shrink: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--gold-light);
}

.fcs-status-btn .header-status-dot.open { background: #5ecf7a !important; }
.fcs-status-btn .header-status-dot.closed { background: #e05050 !important; }
.fcs-status-btn .header-status-dot.soon { background: var(--gold-light) !important; }

.fcs-status-btn .header-status-text {
	color: var(--maroon-deep) !important;
	font-size: 12px !important;
}

/* Hide the old separate status widget if it still appears */
.header-status { display: none !important; }

.hero-overlay {
	background: radial-gradient(circle at 18% 30%, rgba(227,187,74,0.14), transparent 55%) !important;
}

.hero-desc, .hero-hours {
	color: #cdbfae !important;
}

.fcs-hero-headline {
	font-family: 'Playfair Display', serif;
	font-weight: 600;
	font-size: clamp(28px, 4vw, 44px);
	color: var(--ivory);
	line-height: 1.18;
	margin: 0 0 16px;
}

.fcs-hero-headline em {
	color: var(--gold-light);
	font-style: italic;
	font-weight: 500;
}

.hero-occasion-box {
	background: rgba(255,255,255,0.97) !important;
	border-radius: 6px 18px 6px 18px !important;
}

/* ─── Info bar ───────────────────────────────────────────────── */
.info-bar {
	background: var(--maroon-deep) !important;
}

.info-item, .info-item a {
	color: #cdbfae !important;
}

.info-item svg { color: var(--gold-light) !important; }
.info-divider { background: rgba(227,187,74,0.2) !important; }
.info-tagline em { color: var(--gold-light) !important; }

/* ─── Wave dividers (utility, inserted between sections) ───────── */
.fcs-wave { line-height: 0; }
.fcs-wave svg { display: block; width: 100%; height: 34px; }

/* ─── Buttons ────────────────────────────────────────────────── */
.btn-primary {
	background: var(--gold-light) !important;
	color: var(--maroon-deep) !important;
	border-radius: 30px !important;
	border: none !important;
}

.btn-primary:hover { background: #f0cf72 !important; }

.btn-secondary {
	background: transparent !important;
	border: 1px solid var(--maroon) !important;
	color: var(--maroon) !important;
	border-radius: 30px !important;
}

.btn-secondary:hover {
	background: var(--maroon) !important;
	color: var(--ivory) !important;
}

.btn-outline {
	border: 1px solid var(--gold-border) !important;
	color: var(--gold) !important;
	border-radius: 30px !important;
}

.btn-outline:hover {
	border-color: var(--gold) !important;
	background: var(--gold-dim) !important;
}

.btn-lg {
	padding: 14px 30px !important;
	font-size: 13px !important;
}

/* On dark backgrounds (hero, CTA, booking) secondary buttons need light text */
.hero-section .btn-secondary,
.booking-section .btn-secondary,
.fcs-cta .btn-secondary {
	border-color: rgba(247,241,228,0.5) !important;
	color: var(--ivory) !important;
}

.hero-section .btn-secondary:hover,
.booking-section .btn-secondary:hover {
	background: rgba(227,187,74,0.12) !important;
	border-color: var(--gold-light) !important;
	color: var(--gold-light) !important;
}

/* ─── Page hero (inner pages) ───────────────────────────────── */
.page-hero {
	background: var(--maroon) !important;
	border-bottom: none !important;
	position: relative;
	overflow: hidden;
}

.page-hero-overlay {
	background: radial-gradient(circle at 50% 0%, rgba(227,187,74,0.14), transparent 60%) !important;
}

.page-title {
	color: var(--ivory) !important;
}

.page-title em {
	color: var(--gold-light) !important;
	font-style: italic;
	font-weight: 500;
}

.page-hero .section-label {
	color: var(--gold-light) !important;
}

.prem-hero-logo-bg {
	filter: grayscale(1) brightness(6) !important;
	opacity: 0.08 !important;
	width: 380px !important;
}

.prem-hero-logo-bg img {
	opacity: 1 !important;
}

/* ─── Cards: faded background, full gold border on hover ──────── */
.feature-box, .occasion-card, .dine-card,
.menu-card, .contact-block {
	border-radius: 10px 4px 10px 4px !important;
	background: rgba(255,255,255,0.5) !important;
	border: 1.5px solid transparent !important;
	box-shadow: none !important;
	transition: background .35s ease, border-color .35s ease, transform .3s ease, box-shadow .3s ease !important;
}

.feature-box:hover, .occasion-card:hover, .dine-card:hover {
	background: rgba(255,255,255,0.92) !important;
	border-color: var(--gold-light) !important;
	box-shadow: 0 14px 28px rgba(74,15,18,0.10) !important;
	transform: translateY(-4px);
}

.feature-icon, .occasion-icon-wrap, .occ-icon-wrap {
	background: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	color: var(--maroon) !important;
	width: auto !important;
	height: auto !important;
	transition: color .3s ease, transform .35s cubic-bezier(.34,1.56,.64,1) !important;
}

.feature-box:hover .feature-icon,
.occasion-card:hover .occasion-icon-wrap {
	background: transparent !important;
	border: none !important;
	color: var(--gold-light) !important;
	transform: scale(1.12) rotate(-6deg);
}

.feature-box h3, .occasion-card h3 {
	transition: color .3s ease;
}

.feature-box:hover h3, .occasion-card:hover h3 {
	color: var(--maroon) !important;
}

.feature-box p, .occasion-card p {
	font-size: 12px !important;
}

.occasion-tag {
	border-radius: 30px !important;
}

/* ─── Occasion cards: distinct corner-cut shape, more compact ──── */
.occasion-card {
	padding: 20px 18px 18px !important;
	clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%);
	border-radius: 0 !important;
	position: relative;
}

.occasion-card::after {
	content: '';
	position: absolute;
	top: 0; right: 0;
	width: 0; height: 0;
	border-style: solid;
	border-width: 0 22px 22px 0;
	border-color: transparent var(--gold-dim) transparent transparent;
	transition: border-color .3s ease;
}

.occasion-card:hover::after {
	border-color: transparent var(--gold-light) transparent transparent;
}

.occasion-card h3 {
	font-size: 14.5px !important;
	margin-bottom: 4px !important;
}

.occasion-card p {
	font-size: 11px !important;
	line-height: 1.5 !important;
	margin-bottom: 10px !important;
}

.occasion-tag {
	font-size: 9.5px !important;
	padding: 3px 10px !important;
}

.occasion-icon-wrap {
	margin-bottom: 8px !important;
}

/* ─── Seasonal occasion cards (Services page) — compact ────────── */
.occasions-seasonal {
	padding: 56px 0 !important;
}

.occasions-seasonal-grid {
	gap: 10px !important;
}

.occ-card.occ-card {
	padding: 14px 16px 14px !important;
	border-radius: 4px 14px 4px 14px !important;
	transition: transform .3s ease, box-shadow .3s ease !important;
	min-height: 0 !important;
}

.occ-card.occ-card:hover {
	transform: translateY(-3px) !important;
	box-shadow: 0 10px 20px rgba(0,0,0,0.10) !important;
}

/* Hide large decorative background watermark icon */
.occ-card::before {
	display: none !important;
}

.occ-icon-wrap.occ-icon-wrap {
	width: 24px !important;
	height: 24px !important;
	margin-bottom: 6px !important;
}

.occ-icon-wrap svg {
	width: 12px !important;
	height: 12px !important;
}

.occ-date-badge.occ-date-badge {
	font-size: 7.5px !important;
	padding: 2px 6px !important;
	margin-bottom: 5px !important;
	letter-spacing: .6px !important;
}

.occ-title.occ-title {
	font-family: 'Playfair Display', serif !important;
	font-size: 14.5px !important;
	margin-bottom: 4px !important;
	line-height: 1.2 !important;
}

.occ-desc.occ-desc,
.occ-valentines .occ-desc,
.occ-mothers .occ-desc,
.occ-fathers .occ-desc,
.occ-christmas .occ-desc {
	font-size: 10.5px !important;
	line-height: 1.45 !important;
	margin-bottom: 8px !important;
}

.occ-countdown.occ-countdown {
	margin-bottom: 8px !important;
	min-height: 0 !important;
	gap: 6px !important;
}

.occ-cnt-box.occ-cnt-box {
	min-width: 32px !important;
	padding: 3px 6px !important;
}

.occ-cnt-num.occ-cnt-num {
	font-family: 'Playfair Display', serif !important;
	font-size: 15px !important;
}

.occ-cnt-label.occ-cnt-label {
	font-size: 6.5px !important;
	margin-top: 1px !important;
}

.occ-cnt-msg.occ-cnt-msg {
	font-size: 9.5px !important;
}

.occ-btn.occ-btn,
.occ-valentines .occ-btn,
.occ-mothers .occ-btn,
.occ-fathers .occ-btn,
.occ-christmas .occ-btn {
	padding: 6px 12px !important;
	font-size: 8.5px !important;
	letter-spacing: .5px !important;
}

.feature-box {
	padding: 16px 14px !important;
}

.occasion-card {
	padding: 18px 14px 16px !important;
}

.feature-box h3, .occasion-card h3 {
	font-size: 14px !important;
	margin-bottom: 4px !important;
}

.feature-box p, .occasion-card p {
	font-size: 11px !important;
	line-height: 1.5 !important;
	margin-bottom: 0 !important;
}

.feature-icon svg, .occasion-icon-wrap svg {
	width: 22px !important;
	height: 22px !important;
}

.feature-icon, .occasion-icon-wrap {
	margin-bottom: 8px !important;
}

.fcs-feature-grid {
	gap: 10px !important;
}

.occasions-grid {
	gap: 10px !important;
}

/* ─── Booking section: force all left-panel text to ivory/gold ── */
/* Uses chained class+element selectors to beat main.css !important rules */
.booking-section.booking-section,
section.booking-section,
#booking,
main #booking {
	background: var(--maroon) !important;
}

.booking-section .booking-content .section-title,
.booking-section .section-title,
#booking .section-title,
main .booking-section .section-title {
	color: #f7f1e4 !important;
}

.booking-section .booking-content p,
.booking-section .booking-content .section-label,
.booking-section p:not(.fcs-form-note),
#booking .booking-content p,
main .booking-section p {
	color: #d8c9b4 !important;
}

.booking-section .section-label,
#booking .section-label,
main .booking-section .section-label {
	color: var(--gold-light) !important;
}

.booking-section .booking-content h2,
#booking h2,
main .booking-section h2 {
	color: #f7f1e4 !important;
}

/* ─── Booking overlay — make transparent so maroon bg shows ──── */
.booking-section .booking-overlay {
	background: transparent !important;
}

.booking-widget-grid {
	position: relative !important;
	z-index: 2 !important;
}

/* Compact booking widget card */
.booking-widget-card {
	padding: 22px !important;
}

.booking-widget-title {
	font-size: 19px !important;
	margin-bottom: 12px !important;
}

.booking-widget-card .fcs-form-row,
.booking-form-panel .fcs-form-row {
	gap: 10px !important;
}

.booking-widget-card .fcs-booking-form,
.booking-form-panel .fcs-booking-form {
	gap: 10px !important;
}

.booking-widget-card label,
.booking-form-panel label {
	font-size: 10.5px !important;
}

.booking-widget-card input,
.booking-widget-card select,
.booking-widget-card textarea,
.booking-form-panel input,
.booking-form-panel select,
.booking-form-panel textarea {
	padding: 9px 11px !important;
	font-size: 13px !important;
}

.booking-widget-card .fcs-booking-submit,
.booking-form-panel .fcs-booking-submit {
	padding: 10px 22px !important;
	font-size: 12.5px !important;
}

.booking-widget-card .fcs-form-note,
.booking-form-panel .fcs-form-note {
	font-size: 11px !important;
	margin-top: -2px !important;
}

.menu-cta.center {
	padding: 2rem 0 3rem !important;
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
}

.menu-cta .btn-lg {
	padding: 12px 26px !important;
	font-size: 12.5px !important;
}

/* ─── Allergy / misc light sections ─────────────────────────── */
.allergy-section {
	background: var(--ivory-2) !important;
	border-radius: 4px 18px 4px 18px;
	border: 1px solid var(--line);
}

.allergy-inner svg { color: var(--maroon) !important; }

/* ─── Footer — full re-skin (overrides conflicting legacy rules) ── */
.site-footer {
	background: var(--maroon-deep) !important;
	border-top: none !important;
	position: relative;
	overflow: hidden;
}

.footer-heading {
	color: var(--gold-light) !important;
	letter-spacing: 2px !important;
}

.footer-brand-desc, .footer-hours li, .footer-copy {
	color: #a8917e !important;
}

.footer-nav a {
	color: #a8917e !important;
}

.footer-nav a:hover {
	color: var(--gold-light) !important;
}

.footer-bottom {
	background: #240709 !important;
	border-top: 1px solid rgba(227,187,74,0.12) !important;
}

.footer-inline-btn, .footer-inline-btn svg {
	color: var(--gold-light) !important;
}

.footer-btn-divider {
	color: rgba(227,187,74,0.25) !important;
}

.footer-logo-img {
	filter: none !important;
	opacity: 1 !important;
}

.footer-hours li:first-child span:last-child {
	color: var(--gold-light) !important;
}

.footer-order-links {
	flex-direction: row !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	row-gap: 8px !important;
	column-gap: 10px !important;
}

.footer-nav a {
	color: #d8c4ac !important;
}

.footer-nav a:hover {
	color: var(--gold-light) !important;
}

.footer-bottom-nav a {
	color: #cdbfae !important;
}

.footer-bottom-nav a:hover {
	color: var(--gold-light) !important;
}

@media (min-width: 1201px) {
	.footer-grid {
		grid-template-columns: 1.3fr 0.85fr 0.85fr 1.3fr !important;
	}
}

.fcs-hero-text .hero-desc {
	color: #e4d8c8 !important;
	font-size: 15px !important;
}

.fcs-hero-text .hero-hours {
	color: var(--gold-light) !important;
	opacity: 1 !important;
}

/* Remove the oval ring + foreground logo; replaced by a watermark */
.fcs-hero-logo,
.fcs-hero-logo::before {
	display: none !important;
}

/* ─── Hero: left-aligned text, watermark absolute on right ──── */
.fcs-hero-centered {
	display: block !important;
	text-align: left !important;
	width: 100% !important;
	max-width: 640px !important;
}

.fcs-hero-centered .hero-desc,
.fcs-hero-centered .hero-hours {
	max-width: 520px;
}

.fcs-hero-centered .fcs-hero-btns {
	justify-content: flex-start !important;
}

/* Watermark: right side, big and faint */
.fcs-hero-watermark {
	position: absolute;
	top: 50%;
	right: 2%;
	left: auto;
	transform: translateY(-50%);
	width: 420px;
	max-width: 42vw;
	height: auto;
	opacity: 0.08;
	filter: brightness(0) invert(1);
	pointer-events: none;
	z-index: 0;
}

@media (max-width: 860px) {
	.fcs-hero-centered {
		text-align: center !important;
		max-width: 100% !important;
	}
	.fcs-hero-centered .fcs-hero-btns { justify-content: center !important; }
	.fcs-hero-watermark {
		right: 50%;
		transform: translate(50%, -50%);
		width: 70vw;
		opacity: 0.05;
	}
}

.fcs-hero-centered > * {
	position: relative;
	z-index: 1;
}

/* Hero buttons: one line, smaller */
.fcs-hero-btns .btn {
	padding: 11px 20px !important;
	font-size: 12.5px !important;
}

.fcs-hero-btns {
	gap: 10px !important;
	flex-wrap: nowrap !important;
}

@media (max-width: 480px) {
	.fcs-hero-btns { flex-wrap: wrap !important; }
}

/* Discuss / Send Enquiry buttons compact */
.occasions-cta .btn {
	padding: 12px 22px !important;
	font-size: 12.5px !important;
}

/* Food allergy box compact */
.allergy-section {
	padding: 0 !important;
}

.allergy-inner {
	padding: 18px 22px !important;
	gap: 12px !important;
}

.allergy-inner svg {
	width: 20px !important;
	height: 20px !important;
}

.allergy-inner p {
	font-size: 12.5px !important;
	line-height: 1.6 !important;
}

.fcs-hero-headline, .page-title {
	font-family: 'Playfair Display', serif !important;
}

/* ─── Logo watermark utility ─────────────────────────────────── */
.fcs-logo-watermark {
	position: absolute;
	pointer-events: none;
	opacity: 0.05;
	z-index: 0;
}

.fcs-logo-watermark img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

/* ─── Diagonal-cut image panel (hero/story photo treatment) ───── */
.fcs-cut-photo-wrap {
	position: relative;
}

.fcs-cut-photo-wrap::before {
	content: '';
	position: absolute;
	top: 14px; left: -14px; right: -14px; bottom: -14px;
	border: 1px solid rgba(227,187,74,0.5);
	z-index: 0;
}

.fcs-cut-photo {
	position: relative;
	clip-path: polygon(0 0, 100% 0, 100% 84%, 84% 100%, 0 100%);
	overflow: hidden;
	z-index: 1;
	box-shadow: 0 24px 50px rgba(20,5,5,0.3);
}

.fcs-cut-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* ─── County / values editorial row (About page) ───────────────── */
.fcs-county-list {
	font-size: 13px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: var(--maroon);
	font-weight: 600;
	text-align: center;
}

.fcs-county-list .sep {
	color: var(--gold);
	margin: 0 12px;
	font-weight: 400;
}

.fcs-values-row {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	border-top: 1px solid var(--line);
	margin-top: 2rem;
}

.fcs-value-item {
	text-align: center;
	padding: 28px 16px 0;
	border-left: 1px solid var(--line);
}

.fcs-value-item:first-child { border-left: none; }

.fcs-value-item .num {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: var(--gold);
	font-size: 16px;
	display: block;
	margin-bottom: 8px;
}

.fcs-value-item h4 {
	font-family: 'Playfair Display', serif;
	font-weight: 600;
	font-size: 16px;
	color: var(--maroon-deep);
	margin: 0 0 6px;
}

.fcs-value-item p {
	font-size: 12.5px;
	color: var(--muted-dark);
	line-height: 1.6;
	margin: 0;
}

/* ─── Delivery / Collection picker — ticket-stub shape (Menu page only) ── */
.fcs-order-pick {
	margin: 0 0 3rem;
}

.fcs-order-pick-head {
	text-align: center;
	margin-bottom: 1.8rem;
}

.fcs-order-pick-head h3 {
	font-family: 'Playfair Display', serif;
	font-weight: 600;
	font-size: 20px;
	color: var(--maroon-deep);
	margin: 0 0 6px;
}

.fcs-order-pick-head p {
	font-size: 13px;
	color: var(--muted-dark);
	margin: 0;
}

.fcs-order-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	max-width: 480px;
	margin: 0 auto;
}

.fcs-ticket {
	position: relative;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 8px 20px rgba(74,15,18,0.08);
	text-decoration: none;
	display: block;
	transition: box-shadow .3s ease;
}

.fcs-ticket::before, .fcs-ticket::after {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	background: var(--ivory);
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.fcs-ticket::before { left: -9px; }
.fcs-ticket::after { right: -9px; }

.fcs-ticket-inner {
	display: flex;
	align-items: stretch;
	border-radius: 10px;
	overflow: hidden;
	transition: transform .35s cubic-bezier(.4,0,.2,1);
}

.fcs-ticket-stub {
	width: 58px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--maroon);
	color: var(--gold-light);
	border-right: 2px dashed rgba(227,187,74,0.4);
	transition: width .35s ease, background .35s ease;
}

.fcs-ticket-body {
	flex: 1;
	padding: 16px 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: padding .35s ease;
}

.fcs-ticket-body h4 {
	font-family: 'Playfair Display', serif;
	font-weight: 600;
	font-size: 15px;
	color: var(--ink);
	margin: 0 0 2px;
}

.fcs-ticket-body .via {
	font-size: 10px;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: var(--gold);
}

.fcs-ticket:hover .fcs-ticket-stub {
	width: 68px;
	background: var(--maroon-deep);
}

.fcs-ticket:hover .fcs-ticket-body {
	padding-left: 20px;
}

.fcs-ticket:hover .fcs-ticket-inner {
	transform: scale(1.02);
}

.fcs-ticket:hover {
	box-shadow: 0 16px 32px rgba(74,15,18,0.14);
}

@media (max-width: 560px) {
	.fcs-order-grid { grid-template-columns: 1fr; max-width: 280px; }
}

/* ─── 3-column ticket grid on menu page ─────────────────────── */
.fcs-order-grid--3 {
	grid-template-columns: repeat(3, 1fr) !important;
	max-width: 720px !important;
	gap: 20px !important;
}

@media (max-width: 640px) {
	.fcs-order-grid--3 { grid-template-columns: 1fr !important; max-width: 280px !important; }
}

/* ─── Contact booking section: compact ──────────────────────── */
.contact-booking-section {
	padding: clamp(32px,4vw,56px) 0 clamp(40px,5vw,64px) !important;
}

.contact-booking-section .section-heading.center {
	margin-bottom: 1.6rem !important;
}

.contact-booking-section .section-title {
	font-size: clamp(22px,3vw,30px) !important;
	margin-bottom: 6px !important;
}

.contact-booking-section .section-intro {
	font-size: 13.5px !important;
	margin-top: 4px !important;
}

.booking-form-panel {
	padding: clamp(18px,3vw,32px) !important;
}

/* ─── Menu dish grid: fill gaps, no excess whitespace ───────── */
.fcs-dish-grid {
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)) !important;
	gap: 8px !important;
	align-items: stretch !important;
}

.fcs-dish-card {
	min-height: 0 !important;
}

.fcs-menu-stage {
	padding: 14px clamp(12px, 2vw, 24px) !important;
}

.menu-section-header {
	margin-bottom: 12px !important;
}


.contact-booking-section {
	background: var(--ivory) !important;
	padding: clamp(48px,6vw,80px) 0 !important;
}

.contact-booking-section .section-label { color: var(--gold) !important; }
.contact-booking-section .section-title { color: var(--ink) !important; }
.contact-booking-section .section-intro { color: var(--muted-dark) !important; }

.contact-section { background: #ffffff !important; }

.contact-block {
	color: var(--ink) !important;
}

.contact-block svg { color: var(--maroon) !important; }
.contact-block a { color: var(--ink) !important; }
.contact-block a:hover { color: var(--gold) !important; }

.social-pill {
	border-color: var(--gold-border) !important;
	color: var(--maroon) !important;
	background: rgba(168,130,31,0.04) !important;
	border-radius: 30px !important;
}

.social-pill:hover {
	background: var(--maroon) !important;
	color: var(--gold-light) !important;
	border-color: var(--maroon) !important;
}

/* ─── Services feature grid: 3-col equal height, no orphan gap ── */
.fcs-services-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	align-items: stretch;
}

.fcs-services-grid .feature-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	height: 100%;
}

@media (max-width: 860px) {
	.fcs-services-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
	.fcs-services-grid { grid-template-columns: 1fr; }
}

/* Gallery slider */

/* ─── Gallery slider: fix caption contrast + brand alignment ──── */
.gal-sl-name {
	color: var(--ink) !important;
}

.gal-sl-badge {
	background: var(--maroon) !important;
	color: var(--gold-light) !important;
}

.gal-sl-dot.active {
	background: var(--gold-light) !important;
}

.gal-sl-btn {
	border-color: rgba(227,187,74,0.4) !important;
	color: var(--gold-light) !important;
}

.gal-sl-btn:hover {
	background: var(--maroon) !important;
	color: var(--gold-light) !important;
	border-color: var(--maroon) !important;
}

.gal-sl-thumb.active, .gal-sl-thumb:hover {
	border-color: var(--gold-light) !important;
}

.gal-sl-viewport {
	border-radius: 4px 18px 4px 18px;
}

/* ─── Menu page dish cards: compact, name + spice + link only ── */
.fcs-dish-grid {
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)) !important;
	gap: 10px !important;
}

.fcs-dish-card {
	border-radius: 4px 14px 4px 14px !important;
	background: rgba(255,255,255,0.55) !important;
	border: 1px solid transparent !important;
	transition: background .3s ease, border-color .3s ease, transform .3s ease, box-shadow .3s ease !important;
}

.fcs-dish-card:hover {
	background: rgba(255,255,255,0.95) !important;
	border-color: var(--gold-light) !important;
	transform: translateY(-3px) !important;
	box-shadow: 0 10px 22px rgba(74,15,18,0.10) !important;
}

/* Hide the image slot entirely — no images added yet */
.fcs-dish-image {
	display: none !important;
}

/* Hide descriptions on ALL categories by default (Starters style) */
.fcs-dish-body p {
	display: none !important;
}

/* Restore descriptions on Mains only */
#cat-mains .fcs-dish-body p {
	display: block !important;
	font-size: 11px !important;
	line-height: 1.5 !important;
	color: var(--muted-dark) !important;
	margin: 0 0 6px !important;
}

/* Mains cards slightly taller to accommodate description */
#cat-mains .fcs-dish-card {
	align-self: start;
}

.fcs-dish-body {
	padding: 12px 12px 12px !important;
}

.fcs-dish-head {
	margin-bottom: 8px !important;
	flex-wrap: wrap !important;
	gap: 6px !important;
}

.fcs-dish-head h3 {
	font-size: 13.5px !important;
	line-height: 1.3 !important;
	color: var(--ink) !important;
}

.spice-level {
	padding: 2px 6px !important;
	font-size: 8.5px !important;
	border-radius: 3px !important;
}

.fcs-dish-card .menu-card-link {
	font-size: 10px !important;
	letter-spacing: .4px !important;
	color: var(--gold) !important;
	transition: color .25s ease, letter-spacing .25s ease !important;
}

.fcs-dish-card:hover .menu-card-link {
	color: var(--maroon) !important;
	letter-spacing: .8px !important;
}

.menu-section-header {
	margin-bottom: 16px !important;
	padding-top: 0 !important;
}

.menu-section-ornament {
	margin-bottom: 6px !important;
}

.menu-section-ornament span {
	width: 36px !important;
}

.menu-category-title {
	font-family: 'Playfair Display', serif !important;
	font-size: clamp(20px, 2.5vw, 28px) !important;
	margin-bottom: 2px !important;
}

.fcs-menu-stage {
	padding: 16px clamp(14px, 2.5vw, 28px) !important;
}

.fcs-menu-tab {
	border-radius: 30px 30px 0 0 !important;
}

/* ─── Section spacing stays generous ─────────────────────────── */
@media (prefers-reduced-motion: reduce) {
	* { animation: none !important; transition: none !important; }
}
