/*
Theme Name: Temptation Indian Fusion
Author: Mutahir Hussain
Author URI: https://linkdin.com/in/mutahirhussain
Description: Custom theme for Temptation Indian Fusion restaurant. Matches Fusion Food design system.
Version: 1.0
Text Domain: temptation
*/

@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* ==========================================================================
   CSS Custom Properties (Fusion Food design system)
   ========================================================================== */
:root {
	--ff-color-primary: #c2410c;
	--ff-color-primary-hover: #9a3412;
	--ff-color-primary-light: #fed7aa;
	--ff-color-primary-contrast: #ffffff;
	--ff-color-secondary: #1f2937;
	--ff-color-secondary-light: #4b5563;
	--ff-color-accent: #f59e0b;
	--ff-color-accent-hover: #d97706;
	--ff-color-background: #ffffff;
	--ff-color-background-alt: #f9fafb;
	--ff-color-surface: #ffffff;
	--ff-color-text: #111827;
	--ff-color-text-muted: #6b7280;
	--ff-color-text-inverse: #ffffff;
	--ff-color-border: #e5e7eb;
	--ff-color-border-light: #f3f4f6;
	--ff-color-success: #059669;
	--ff-color-error: #dc2626;
	--ff-font-primary: "Poppins", system-ui, -apple-system, sans-serif;
	--ff-font-stylish: "Great Vibes", cursive;
	--ff-font-size-base: 1rem;
	--ff-line-height-base: 1.6;
	--ff-space-xs: 0.25rem;
	--ff-space-sm: 0.5rem;
	--ff-space-md: 1rem;
	--ff-space-lg: 1.5rem;
	--ff-space-xl: 2rem;
	--ff-space-2xl: 3rem;
	--ff-space-3xl: 6rem;
	--ff-container-max: 1280px;
	--ff-header-height: 80px;
	--ff-header-bg: #1a1a1a;
	--ff-header-top-bg: #111111;
	--ff-header-text: #e5e5e5;
	--ff-header-text-hover: #ffffff;
	--ff-header-accent: #d4a853;
	--ff-header-search-bg: #2d2d2d;
	--ff-header-border: rgba(255, 255, 255, 0.08);
	--ff-footer-newsletter-bg: #2c2419;
	--ff-footer-newsletter-text: #e5e5e5;
	--ff-footer-main-bg: #ffffff;
	--ff-footer-bottom-bg: #1a1a1a;
	--ff-footer-bottom-text: #9ca3af;
	--ff-footer-accent: #d4a853;
	--ff-btn-accent: #d4a853;
	--ff-btn-accent-hover: #e8c068;
	--ff-btn-shadow: rgba(196, 154, 71, 0.45);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.ff-lenis, html.lenis { scroll-behavior: auto; }
html.lenis, html.lenis body, html.ff-lenis, html.ff-lenis body { height: auto; }
body {
	margin: 0;
	font-family: var(--ff-font-primary);
	font-size: var(--ff-font-size-base);
	line-height: var(--ff-line-height-base);
	color: var(--ff-color-text);
	background-color: var(--ff-color-background);
	-webkit-font-smoothing: antialiased;
}

.ff-container {
	width: 100%;
	max-width: var(--ff-container-max);
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--ff-space-md);
	padding-right: var(--ff-space-md);
}
.ff-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.ff-heading-stylish, h1.ff-heading-stylish, h2.ff-heading-stylish, h3.ff-heading-stylish { font-family: var(--ff-font-stylish); font-weight: 400; letter-spacing: 0.02em; }

.ff-animate-inview .ff-animate-item { transition: opacity 0.55s ease, transform 0.55s ease; transition-delay: calc(var(--ff-ani-order, 0) * 0.08s); }
.ff-js .ff-animate-inview .ff-animate-item { opacity: 0; transform: translateY(22px); }
.ff-js .ff-animate-inview.is-inview .ff-animate-item { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
	.ff-js .ff-animate-inview .ff-animate-item { opacity: 1; transform: none; transition: none; }
}

.site-header { position: relative; z-index: 100; }
@media (min-width: 1024px) {
	.site-header { position: relative; z-index: 1000; }
	.site-header.is-sticky { position: fixed; top: 0; left: 0; right: 0; animation: slideDown 0.3s ease-out; }
	.site-header.is-sticky .site-header__top { display: none; }
	.site-header.is-sticky .site-header__main { background: rgba(26, 26, 26, 0.98); box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3); }
	.site-header-placeholder { display: none; height: var(--ff-header-height); }
	.site-header.is-sticky + .site-header-placeholder { display: block; }
	@keyframes slideDown { from { transform: translateY(-100%); } to { transform: translateY(0); } }
}

.site-header__top { background: var(--ff-header-top-bg); color: var(--ff-header-text); font-size: 0.8125rem; letter-spacing: 0.02em; border-bottom: 1px solid var(--ff-header-border); }
.site-header__top-inner { display: flex; align-items: center; justify-content: space-between; gap: var(--ff-space-md); min-height: 44px; flex-wrap: wrap; }
.site-header__top-left { display: flex; align-items: center; gap: var(--ff-space-lg); flex-wrap: wrap; }
.site-header__reservation { display: inline-flex; align-items: center; gap: var(--ff-space-sm); }
.site-header__icon { flex-shrink: 0; opacity: 0.9; }
.site-header__book-now { display: inline-flex; align-items: center; gap: var(--ff-space-sm); color: var(--ff-header-text); text-decoration: none; text-transform: uppercase; font-weight: 600; letter-spacing: 0.05em; transition: color 0.2s ease; }
.site-header__book-now:hover { color: var(--ff-header-text-hover); }
.site-header__top-right { display: flex; align-items: center; gap: var(--ff-space-lg); }
.ff-social-icons { display: flex; align-items: center; gap: var(--ff-space-sm); }
.ff-social-link { display: inline-flex; align-items: center; justify-content: center; color: var(--ff-header-text); transition: color 0.2s ease, opacity 0.2s ease; }
.ff-social-link:hover { color: var(--ff-header-text-hover); opacity: 1; }
.ff-social-icon { display: block; }
.site-header__search-wrap { flex-shrink: 0; }
.ff-search-form { display: flex; align-items: center; background: var(--ff-header-search-bg); border: 1px solid var(--ff-header-border); border-radius: 4px; overflow: hidden; min-width: 160px; max-width: 220px; }
.ff-search-form__input { flex: 1; min-width: 0; padding: 0.4rem 0.6rem; font-size: 0.8125rem; color: var(--ff-header-text); background: transparent; border: 0; outline: 0; }
.ff-search-form__input::placeholder { color: rgba(255, 255, 255, 0.5); }
.ff-search-form__submit { display: flex; align-items: center; justify-content: center; padding: 0.4rem 0.6rem; color: var(--ff-header-text); background: transparent; border: 0; cursor: pointer; transition: color 0.2s ease; }
.ff-search-form__submit:hover { color: var(--ff-header-text-hover); }

.site-header__main { background: var(--ff-header-bg); color: var(--ff-header-text); min-height: var(--ff-header-height); display: flex; align-items: center; }
.site-header__main-inner { display: flex; align-items: center; justify-content: space-between; gap: var(--ff-space-xl); width: 100%; }
.site-header__brand { flex-shrink: 0; }
.site-header__logo-link { display: flex; align-items: center; gap: var(--ff-space-md); text-decoration: none; color: inherit; transition: opacity 0.2s ease; }
.site-header__logo-link:hover { opacity: 0.9; color: inherit; }
.site-header__logo-img { display: flex; align-items: center; flex-shrink: 0; }
/* Full logo: no crop – max-height constrains size, width scales; replace image in Customizer */
.site-header__logo-img img,
.site-header__logo-img .site-header__logo-img-el {
	display: block;
	height: auto;
	max-height: 56px;
	width: auto;
	max-width: 260px;
	object-fit: contain;
	object-position: left center;
}
.site-header__logo-placeholder { width: 56px; height: 56px; flex-shrink: 0; border: 2px solid var(--ff-header-border); background: var(--ff-header-search-bg); display: block; }
.site-header__titles { display: flex; flex-direction: column; gap: 0; }
.site-header__site-title { font-size: 1.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; line-height: 1.2; color: var(--ff-header-accent); }
.site-header__site-desc { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ff-header-text); opacity: 0.9; }

.site-header__toggle { display: none; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 0; background: transparent; border: 0; color: var(--ff-header-text); cursor: pointer; flex-direction: column; gap: 5px; }
.site-header__toggle-bar { display: block; width: 22px; height: 2px; background: currentColor; border-radius: 1px; transition: transform 0.25s ease, opacity 0.25s ease; }
.site-header__toggle[aria-expanded="true"] .site-header__toggle-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.site-header__toggle[aria-expanded="true"] .site-header__toggle-bar:nth-child(2) { opacity: 0; }
.site-header__toggle[aria-expanded="true"] .site-header__toggle-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.site-header__nav { display: flex; align-items: center; margin-left: auto; }
.site-header__menu { display: flex; align-items: center; flex-wrap: wrap; gap: 0; list-style: none; margin: 0; padding: 0; }
.site-header__menu li { margin: 0; }
.site-header__menu a { display: block; padding: 0.75rem 1rem; font-size: 0.8125rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: var(--ff-header-text); text-decoration: none; transition: color 0.2s ease, background 0.2s ease; }
.site-header__menu a:hover, .site-header__menu .current-menu-item > a { color: var(--ff-header-accent); }
.site-header__menu .sub-menu { position: absolute; top: 100%; left: 0; min-width: 200px; background: var(--ff-header-bg); border: 1px solid var(--ff-header-border); list-style: none; margin: 0; padding: 0; box-shadow: 0 8px 24px rgba(0,0,0,0.3); opacity: 0; visibility: hidden; transform: translateY(-4px); transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease; }
.site-header__menu li:hover > .sub-menu, .site-header__menu li.focus > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.site-header__menu .sub-menu li { display: block; }
.site-header__menu .sub-menu a { padding: 0.6rem 1rem; white-space: nowrap; border-bottom: 1px solid var(--ff-header-border); }
.site-header__menu .menu-item-has-children { position: relative; }
.site-header__menu .menu-item-has-children > a::after { content: ""; display: inline-block; margin-left: 0.25em; width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid currentColor; vertical-align: 0.2em; opacity: 0.7; }

@media (max-width: 1023px) {
	.site-header__top { display: none; }
	.site-header__toggle { display: flex; order: 2; margin-left: auto; }
	.site-header__overlay { display: block; position: fixed; inset: 0; z-index: 998; background: rgba(0,0,0,0.45); backdrop-filter: blur(2px); border: 0; padding: 0; cursor: pointer; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
	body.ff-nav-open .site-header__overlay { opacity: 1; pointer-events: auto; }
	.site-header__nav { position: fixed; top: 0; right: 0; z-index: 999; width: min(320px, 88vw); max-width: 100%; height: 100vh; height: 100dvh; margin: 0; background: var(--ff-header-bg); box-shadow: -8px 0 32px rgba(0,0,0,0.25); overflow-y: auto; transform: translateX(100%); visibility: hidden; transition: transform 0.35s ease, visibility 0.35s step-end; }
	.site-header__nav.is-open { transform: translateX(0); visibility: visible; transition: transform 0.35s ease, visibility 0s step-start; }
	.site-header__menu { flex-direction: column; align-items: stretch; padding: var(--ff-space-xl) var(--ff-space-md); padding-top: calc(var(--ff-header-height) + var(--ff-space-lg)); }
	.site-header__menu a { padding: 0.9rem var(--ff-space-md); border-bottom: 1px solid var(--ff-header-border); }
	.site-header__menu .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; display: none; margin-left: var(--ff-space-md); border: 0; padding-left: 0; }
	.site-header__menu .sub-menu.is-open { display: block; }
	.site-header__menu .menu-item-has-children.is-open > a::after { transform: rotate(180deg); }
}
@media (min-width: 1024px) { .site-header__overlay { display: none !important; } }
@media (max-width: 479px) {
	.site-header__site-title { font-size: 1.35rem; }
	.site-header__logo-img img,
	.site-header__logo-img .site-header__logo-img-el { max-height: 44px; max-width: 200px; }
	.site-header__logo-placeholder { width: 44px; height: 44px; }
}

body.ff-nav-open { overflow: hidden; }

/* ========================================================================== Footer ========================================================================== */
.site-footer { margin-top: auto; }
.site-footer__newsletter { background: var(--ff-footer-newsletter-bg); color: var(--ff-footer-newsletter-text); padding: var(--ff-space-xl) 0; }
.site-footer__newsletter-inner { display: flex; align-items: center; justify-content: space-between; gap: var(--ff-space-xl); flex-wrap: wrap; }
.site-footer__newsletter-heading { margin: 0 0 var(--ff-space-xs) 0; font-size: 1.5rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.05em; color: #fff; }
.site-footer__newsletter-desc { margin: 0; font-size: 0.875rem; opacity: 0.9; line-height: 1.5; }
.site-footer__newsletter-form { display: flex; align-items: stretch; gap: 0; min-width: 0; flex: 1; max-width: 480px; }
.site-footer__newsletter-form form, .site-footer__newsletter-form .tnp-form {
    display: flex;
    align-items: center;
    min-width: 0;
    flex: 1;
    width: 100%;
    flex-direction: row;
}

.tnp-field.tnp-field-button {
    margin-bottom: -14px !important;
}
.site-footer__newsletter-form form input[type="email"], .site-footer__newsletter-form form input[type="text"], .site-footer__newsletter-form .tnp-email { flex: 1; min-width: 0; padding: 0.75rem 1rem; font-size: 0.9375rem; border: 0; border-radius: 6px 0 0 6px; background: #fff; color: var(--ff-color-text); }
.site-footer__newsletter-form form button[type="submit"], .site-footer__newsletter-form form input[type="submit"], .site-footer__newsletter-form .tnp-submit { padding: 1em 1.5em; font-size: 0.8125rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ff-btn-accent); background: transparent; border: none; border-radius: 0 6px 6px 0; outline: 2px solid var(--ff-btn-accent); cursor: pointer; transition: color 0.2s ease, outline-color 0.2s ease, box-shadow 0.2s ease; }
.site-footer__newsletter-form form button[type="submit"]:hover, .site-footer__newsletter-form form input[type="submit"]:hover { color: #fff; outline-color: var(--ff-btn-accent-hover); box-shadow: 4px 5px 17px -4px var(--ff-btn-shadow); }

.site-footer__main { background: var(--ff-footer-main-bg); padding: var(--ff-space-3xl) 0; border-top: 1px solid var(--ff-color-border-light); }
.site-footer__columns { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--ff-space-2xl); }
.site-footer__col-title { margin: 0 0 var(--ff-space-md) 0; font-size: 0.9375rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--ff-color-text); padding-bottom: var(--ff-space-sm); border-bottom: 3px solid var(--ff-footer-accent); display: inline-block; }
.site-footer__about-text { font-size: 0.875rem; line-height: 1.6; color: var(--ff-color-text-muted); margin-bottom: var(--ff-space-lg); }
.ff-footer-social-icons { display: flex; align-items: center; gap: var(--ff-space-sm); flex-wrap: wrap; }
.ff-footer-social-link { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid var(--ff-color-border); background: #fff; color: var(--ff-color-text); transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease; }
.ff-footer-social-link:hover { border-color: var(--ff-footer-accent); color: var(--ff-footer-accent); background: transparent; }
.ff-footer-social-link .ff-social-icon { width: 18px; height: 18px; }
.site-footer__menu { list-style: none; margin: 0; padding: 0; }
.site-footer__menu li { margin: 0; }
.site-footer__menu a { display: flex; align-items: center; gap: var(--ff-space-sm); font-size: 0.875rem; color: var(--ff-color-text-muted); text-decoration: none; padding: 0.35rem 0; transition: color 0.2s ease; }
.site-footer__menu a:hover { color: var(--ff-color-text); }
.site-footer__menu--hours { list-style: none; }
.site-footer__menu--hours li { display: flex; align-items: baseline; justify-content: space-between; gap: var(--ff-space-sm); font-size: 0.875rem; color: var(--ff-color-text-muted); padding: 0.35rem 0; border-bottom: 1px dashed var(--ff-color-border-light); }
.site-footer__menu--hours li:last-child { border-bottom: 0; }
.site-footer__hours-day { flex-shrink: 0; }
.site-footer__hours-time { text-align: right; white-space: nowrap; }
.site-footer__bottom { background: var(--ff-footer-bottom-bg); padding: var(--ff-space-md) 0; }
.site-footer__copyright { margin: 0; font-size: 0.8125rem; color: var(--ff-footer-bottom-text); text-align: center; }
@media (max-width: 1023px) {
	.site-footer__columns { grid-template-columns: repeat(2, 1fr); }
	.site-footer__newsletter-inner { flex-direction: column; align-items: stretch; text-align: center; }
	.site-footer__newsletter-form { max-width: 100%; }
}
@media (max-width: 599px) {
	.site-footer__columns { grid-template-columns: 1fr; gap: var(--ff-space-2xl); }
	.site-footer__main { padding: var(--ff-space-2xl) 0; }
	.site-footer__newsletter-form { flex-direction: column; }
	.site-footer__newsletter-form form input[type="email"], .site-footer__newsletter-form form input[type="text"] { border-radius: 6px; }
	.site-footer__newsletter-form form button[type="submit"], .site-footer__newsletter-form form input[type="submit"] { border-radius: 6px; }
}

.scroll-to-top {
	position: fixed;
	bottom: 1.5rem;
	right: 1.5rem;
	z-index: 999;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: var(--ff-header-accent);
	color: #fff;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background 0.2s ease;
	box-shadow: 0 4px 12px rgba(212, 168, 83, 0.4);
}
.scroll-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.scroll-to-top:hover { background: var(--ff-color-accent-hover); color: #fff; box-shadow: 0 6px 16px rgba(212, 168, 83, 0.5); }
.scroll-to-top:focus { outline: 2px solid var(--ff-header-accent); outline-offset: 2px; }
.scroll-to-top svg { width: 24px; height: 24px; }

/* ==========================================================================
   Hero section (Revolution Slider)
   ========================================================================== */

.site-hero {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.site-hero__img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 85vh;
	object-fit: cover;
	object-position: center center;
	vertical-align: middle;
}

/* On desktop, hero sits behind fixed header (no top spacing) */
@media (min-width: 1024px) {
	.site-hero {
		margin-top: 0;
	}

	.site-hero__img {
		max-height: 90vh;
		min-height: 420px;
	}
}

/* On mobile, header is static so hero appears below it normally */

/* ==========================================================================
   Menu (WooCommerce) page hero – matches contact/blog hero (dark banner)
   ========================================================================== */
.menu-woo-hero {
	position: relative;
	min-height: 220px;
	background: #1a1a1a;
	background: linear-gradient(135deg, #1a1a1a 0%, #2d3436 100%);
	padding: var(--ff-space-3xl) var(--ff-space-md);
	text-align: center;
	overflow: hidden;
}

.menu-woo-hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23d4a853' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	pointer-events: none;
}

.menu-woo-hero__inner {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
}

.menu-woo-hero__title {
	font-family: var(--ff-font-stylish);
	font-size: clamp(2.5rem, 6vw, 4rem);
	font-weight: 400;
	color: #fff;
	margin: 0 0 var(--ff-space-sm) 0;
	line-height: 1.2;
}

.menu-woo-hero__subtitle {
	font-size: 1.125rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--ff-header-accent);
	margin: 0 0 var(--ff-space-md) 0;
}

.menu-woo-hero__breadcrumb {
	font-size: 0.875rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.9);
	margin: 0;
}

.menu-woo-hero__breadcrumb a {
	color: var(--ff-header-accent);
	text-decoration: none;
	transition: color 0.2s ease;
}

.menu-woo-hero__breadcrumb a:hover {
	color: var(--ff-btn-accent-hover);
}

.menu-woo-hero__sep {
	margin: 0 0.5rem;
	opacity: 0.7;
}

/* ==========================================================================
   WooCommerce Cart / Checkout page content
   ========================================================================== */
.woocommerce-page-content {
	padding: var(--ff-space-2xl) 0;
}

.woocommerce-page-content .page-title,
.woocommerce-page-content .entry-header {
	display: none;
}

/* ==========================================================================
   WooCommerce notices – Fusion Food design (replaces default blue/gray)
   ========================================================================== */
.woocommerce-notices-wrapper {
	margin-bottom: var(--ff-space-lg);
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.5rem;
	padding: 1rem 1.25rem;
	border-radius: 8px;
	border: 1px solid transparent;
	border-left-width: 4px;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.5;
	list-style: none;
	margin: 0 0 1rem 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.woocommerce-info::before,
.woocommerce-message::before,
.woocommerce-error::before {
	display: none;
}

/* Info (e.g. "Have a coupon?") – gold accent */
.woocommerce-info {
	background: rgba(212, 168, 83, 0.08);
	border-left-color: var(--ff-header-accent);
	color: var(--ff-color-text);
}

.woocommerce-info a {
	color: var(--ff-header-accent);
	font-weight: 600;
	text-decoration: none;
	transition: color 0.2s ease;
}

.woocommerce-info a:hover {
	color: var(--ff-btn-accent-hover);
	text-decoration: underline;
}

/* Success messages – green accent */
.woocommerce-message {
	background: rgba(5, 150, 105, 0.08);
	border-left-color: var(--ff-color-success);
	color: var(--ff-color-text);
}

.woocommerce-message a {
	color: var(--ff-color-success);
	font-weight: 600;
}

.woocommerce-message a:hover {
	text-decoration: underline;
}

/* Errors */
.woocommerce-error {
	background: rgba(220, 38, 38, 0.06);
	border-left-color: var(--ff-color-error);
	color: var(--ff-color-text);
}

.woocommerce-error a {
	color: var(--ff-color-error);
	font-weight: 600;
}

.woocommerce-error a:hover {
	text-decoration: underline;
}

/* Coupon toggle on checkout – match info style */
.woocommerce-form-coupon-toggle .woocommerce-info {
	margin-bottom: 1rem;
}

/* ==========================================================================
   Home – About section
   ========================================================================== */

.home-about {
	background: var(--ff-color-background);
	padding: var(--ff-space-2xl) 0;
}

.home-about__inner {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--ff-space-2xl);
	align-items: start;
}

.home-about__heading {
	margin: 0 0 var(--ff-space-xs) 0;
	font-size: 2.5rem;
	color: var(--ff-header-accent);
}

.home-about__title {
	margin: 0 0 var(--ff-space-lg) 0;
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	line-height: 1.35;
	color: var(--ff-color-text);
	padding-bottom: var(--ff-space-sm);
	border-bottom: 3px solid var(--ff-footer-accent);
	display: inline-block;
}

.home-about__text {
	margin: 0 0 var(--ff-space-md) 0;
	font-size: 0.9375rem;
	line-height: 1.7;
	color: var(--ff-color-text-muted);
}

.home-about__text:last-of-type {
	margin-bottom: var(--ff-space-xl);
}

.home-about__signature {
	display: flex;
	align-items: center;
	gap: var(--ff-space-lg);
	flex-wrap: wrap;
}

.home-about__signature-img-wrap,
.home-about__signature-placeholder {
	width: 80px;
	height: 80px;
	flex-shrink: 0;
	border-radius: 50%;
	overflow: hidden;
	background: var(--ff-color-background-alt);
}

.home-about__signature-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.home-about__signature-info {
	display: flex;
	flex-direction: column;
	gap: var(--ff-space-xs);
}

.home-about__signature-line {
	display: block;
	width: 120px;
	height: 2px;
	background: var(--ff-color-text);
	border-radius: 1px;
}

.home-about__signature-name {
	font-size: 0.8125rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--ff-color-text);
}

.home-about__social-icons {
	display: flex;
	align-items: center;
	gap: var(--ff-space-sm);
	margin-top: var(--ff-space-xs);
}

.home-about__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--ff-color-text);
	transition: color 0.2s ease, opacity 0.2s ease;
}

.home-about__social-link:hover {
	color: var(--ff-color-primary);
}

.home-about__social-link .ff-social-icon {
	width: 18px;
	height: 18px;
}

.home-about__images {
	display: flex;
	flex-direction: column;
	gap: var(--ff-space-md);
}

.home-about__img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
	border-radius: 6px;
}

@media (min-width: 768px) {
	.home-about__inner {
		grid-template-columns: 1fr 1fr;
		gap: var(--ff-space-3xl);
	}

	.home-about__title {
		font-size: 1.375rem;
	}
}

@media (min-width: 1024px) {
	.home-about__inner {
		grid-template-columns: 1fr 1fr;
		align-items: center;
	}

	.home-about__images {
		gap: var(--ff-space-lg);
	}
}

/* ==========================================================================
   Home – Surprise section (full-width background)
   ========================================================================== */

.home-surprise {
	position: relative;
	width: 100%;
	min-height: 50vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-surprise__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.50);
	pointer-events: none;
}

.home-surprise__content {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: var(--ff-space-3xl) var(--ff-space-md);
}

.home-surprise__heading {
	margin: 0 0 var(--ff-space-lg) 0;
	font-size: clamp(2rem, 5vw, 3.5rem);
	font-weight: 400;
	color: #ffffff;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

.home-surprise__divider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--ff-space-sm);
	margin-bottom: var(--ff-space-xl);
}

.home-surprise__divider-line {
	display: block;
	width: 48px;
	height: 2px;
	background: var(--ff-footer-accent);
	border-radius: 1px;
}

.home-surprise__divider-icon {
	width: 20px;
	height: 20px;
	color: var(--ff-footer-accent);
	flex-shrink: 0;
}

.home-surprise__divider-flourish {
	width: 24px;
	height: 8px;
	color: var(--ff-footer-accent);
	flex-shrink: 0;
}

.home-surprise__plate {
	margin-top: var(--ff-space-md);
}

.home-surprise__plate-icon {
	width: 90px;
	height: 72px;
	margin: 0 auto;
	display: block;
	color: rgba(255, 255, 255, 0.85);
	stroke: currentColor;
}

@media (min-width: 768px) {
	.home-surprise {
		min-height: 60vh;
	}
}

@media (min-width: 1024px) {
	.home-surprise {
		min-height: 70vh;
	}
}

/* ==========================================================================
   Home – Services section
   ========================================================================== */

.home-services {
	background: var(--ff-color-background);
	padding: var(--ff-space-3xl) 0;
}

.home-services__header {
	text-align: center;
	margin-bottom: var(--ff-space-2xl);
}

.home-services__heading {
	margin: 0 0 var(--ff-space-xs) 0;
	font-size: 3.5rem;
	color: var(--ff-header-accent);
}

.home-services__subtitle {
	margin: 0 0 var(--ff-space-md) 0;
	font-size: 1.125rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--ff-color-text);
}

.home-services__divider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--ff-space-sm);
}

.home-services__divider-line {
	display: block;
	width: 48px;
	height: 2px;
	background: var(--ff-footer-accent);
	border-radius: 1px;
}

.home-services__divider-icon {
	width: 22px;
	height: 22px;
	color: var(--ff-footer-accent);
	flex-shrink: 0;
}

.home-services__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--ff-space-xl);
}

.home-services__card {
	display: block;
	text-decoration: none;
	color: inherit;
	border: 2px solid var(--ff-footer-accent);
	border-radius: 8px;
	overflow: hidden;
	background: #ffffff;
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.home-services__card:hover {
	border-color: var(--ff-color-primary);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.home-services__img-wrap {
	position: relative;
	aspect-ratio: 1;
	overflow: hidden;
	background: var(--ff-color-background-alt);
}

.home-services__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    padding: var(--ff-space-md);
    transition: transform 0.35s ease;
	border-radius:6px;
}

.home-services__card:hover .home-services__img {
	transform: scale(1.05);
}

.home-services__hover {
	position: absolute;
	inset: 0;
	background: rgba(26, 26, 26, 0.85);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: var(--ff-space-xs);
	padding: var(--ff-space-md);
	opacity: 0;
	transition: opacity 0.3s ease;
}


.home-services__hover-order {
	font-size: 0.9375rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #ffffff;
}

.home-services__hover-call {
	font-size: 0.8125rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, 0.9);
}

.home-services__hover-number {
	font-size: 1rem;
	font-weight: 600;
	color: var(--ff-footer-accent);
	letter-spacing: 0.02em;
}

.home-services__title {
	margin: 0;
	padding: var(--ff-space-md);
	font-size: 0.9375rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-align: center;
	color: var(--ff-color-text);
}

@media (min-width: 600px) {
	.home-services__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.home-services__grid {
		grid-template-columns: repeat(4, 1fr);
		gap: var(--ff-space-lg);
	}
}

/* ==========================================================================
   Home – Counters section
   ========================================================================== */

.home-counters {
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: var(--ff-space-3xl) 0;
}

.home-counters__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	pointer-events: none;
}

.home-counters__inner {
	position: relative;
	z-index: 1;
}

.home-counters__header {
	text-align: center;
	margin-bottom: var(--ff-space-2xl);
}

.home-counters__heading {
	margin: 0 0 var(--ff-space-xs) 0;
	font-size: 3.5rem;
	color: #ffffff;
	font-weight: 400;
}

.home-counters__subtitle {
	margin: 0 0 var(--ff-space-md) 0;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, 0.95);
}

.home-counters__divider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--ff-space-sm);
}

.home-counters__divider-line {
	display: block;
	width: 48px;
	height: 2px;
	background: var(--ff-footer-accent);
	border-radius: 1px;
}

.home-counters__divider-icon {
	width: 22px;
	height: 22px;
	color: var(--ff-footer-accent);
	flex-shrink: 0;
}

.home-counters__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--ff-space-2xl);
	text-align: center;
}

.home-counters__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--ff-space-sm);
}

.home-counters__icon {
	display: block;
	width: 64px;
	height: 64px;
	object-fit: contain;
	opacity: 0.95;
}

.home-counters__number {
	font-size: clamp(2rem, 5vw, 3rem);
	font-weight: 700;
	color: #ffffff;
	line-height: 1.2;
}

.home-counters__label {
	font-size: 0.8125rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 600px) {
	.home-counters__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.home-counters__grid {
		grid-template-columns: repeat(4, 1fr);
		gap: var(--ff-space-xl);
	}
}

/* ==========================================================================
   Home – Menu Card section
   ========================================================================== */

.home-menu {
	position: relative;
	background: var(--ff-color-background);
	padding: var(--ff-space-3xl) 0;
	overflow: hidden;
}

.home-menu__float {
	position: absolute;
	width: clamp(90px, 18vw, 200px);
	height: auto;
	object-fit: contain;
	pointer-events: none;
	z-index: 0;
}

.home-menu__float--top-left {
	top: 0;
	left: 0;
}

.home-menu__float--bottom-right {
	bottom: 0;
	right: 0;
}

.home-menu__inner {
	position: relative;
	z-index: 1;
}

.home-menu__header {
	text-align: center;
	margin-bottom: var(--ff-space-2xl);
}

.home-menu__heading {
	margin: 0 0 var(--ff-space-xs) 0;
	font-size: 3.5rem;
	color: var(--ff-header-accent);
	font-weight: 400;
}

.home-menu__subtitle {
	margin: 0 0 var(--ff-space-md) 0;
	font-size: 1.125rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--ff-color-text);
}

.home-menu__divider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--ff-space-sm);
}

.home-menu__divider-line {
	display: block;
	width: 48px;
	height: 2px;
	background: var(--ff-footer-accent);
	border-radius: 1px;
}

.home-menu__divider-icon {
	width: 22px;
	height: 22px;
	color: var(--ff-footer-accent);
	flex-shrink: 0;
}

.home-menu__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--ff-space-xl);
}

.home-menu__item {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: var(--ff-space-md);
	align-items: start;
}

.home-menu__thumb {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.home-menu__body {
	min-width: 0;
}

.home-menu__title {
	margin: 0 0 var(--ff-space-xs) 0;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: var(--ff-color-text);
	line-height: 1.3;
}

.home-menu__desc {
	margin: 0 0 var(--ff-space-sm) 0;
	font-size: 0.8125rem;
	line-height: 1.5;
	color: var(--ff-color-text-muted);
}

.home-menu__price-row {
	display: flex;
	align-items: center;
	gap: var(--ff-space-sm);
}

.home-menu__dash {
	flex: 1;
	height: 0;
	border-bottom: 1px dashed var(--ff-footer-accent);
	min-width: 20px;
}

.home-menu__price {
	font-size: 1rem;
	font-weight: 700;
	color: var(--ff-footer-accent);
	flex-shrink: 0;
}

@media (min-width: 768px) {
	.home-menu__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: var(--ff-space-xl) var(--ff-space-2xl);
	}
}

@media (min-width: 1024px) {
	.home-menu__grid {
		gap: var(--ff-space-2xl) var(--ff-space-3xl);
	}
}

/* ==========================================================================
   Home – Book Table section
   ========================================================================== */

.home-book-table {
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: var(--ff-space-3xl) var(--ff-space-md);
}

.home-book-table__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.62);
	pointer-events: none;
}

.home-book-table__inner {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.home-book-table__card {
	width: 100%;
	max-width: 520px;
	background: rgba(255, 255, 255, 0.97);
	backdrop-filter: blur(12px);
	border-radius: 16px;
	padding: var(--ff-space-2xl);
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.home-book-table__header {
	text-align: center;
	margin-bottom: var(--ff-space-xl);
}

.home-book-table__heading {
	margin: 0 0 var(--ff-space-xs) 0;
	font-size: 3rem;
	color: var(--ff-footer-accent);
	font-weight: 400;
}

.home-book-table__subtitle {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--ff-color-text);
}

.home-book-table__form {
	display: flex;
	flex-direction: column;
	gap: var(--ff-space-lg);
}

.home-book-table__fields {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--ff-space-md);
}

.home-book-table__field-wrap {
	position: relative;
	display: flex;
	align-items: center;
}

.home-book-table__icon {
	position: absolute;
	left: 1rem;
	width: 20px;
	height: 20px;
	color: var(--ff-color-text-muted);
	pointer-events: none;
	flex-shrink: 0;
}

.home-book-table__input {
	width: 100%;
	padding: 0.9rem 1rem 0.9rem 3rem;
	font-size: 0.9375rem;
	font-family: var(--ff-font-primary);
	color: var(--ff-color-text);
	background: #ffffff;
	border: 2px solid var(--ff-color-border);
	border-radius: 10px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.home-book-table__input::placeholder {
	color: var(--ff-color-text-muted);
}

.home-book-table__input:hover {
	border-color: var(--ff-color-border-light);
}

.home-book-table__input:focus {
	outline: 0;
	border-color: var(--ff-footer-accent);
	box-shadow: 0 0 0 4px rgba(212, 168, 83, 0.15);
}

.home-book-table__submit {
	display: block;
	width: 100%;
	padding: 1em 2em;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	color: var(--ff-btn-accent);
	background: transparent;
	border: none;
	border-radius: 5px;
	outline: 2px solid var(--ff-btn-accent);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition: color 1000ms, transform 1000ms, outline-color 1000ms, box-shadow 1000ms;
}

.home-book-table__submit:hover {
	color: #ffffff;
	transform: scale(1.05);
	outline-color: var(--ff-btn-accent-hover);
	box-shadow: 4px 5px 17px -4px var(--ff-btn-shadow);
}

.home-book-table__submit::before {
	content: "";
	position: absolute;
	left: -50px;
	top: 0;
	width: 0;
	height: 100%;
	background-color: var(--ff-btn-accent);
	transform: skewX(45deg);
	z-index: -1;
	transition: width 1000ms;
}

.home-book-table__submit:hover::before {
	width: 250%;
}

.home-book-table__submit:active {
	transform: scale(1.02);
}

.home-book-table__recaptcha {
	margin-bottom: var(--ff-space-lg);
}

.home-book-table__recaptcha .temptation-recaptcha-wrap,
.home-book-table__recaptcha .fusionfood-recaptcha-wrap {
	display: inline-block;
}

@media (min-width: 600px) {

	.home-book-table__card {
		padding: var(--ff-space-3xl);
	}
}

/* ==========================================================================
   Blog Page
   ========================================================================== */

/* #primary {
    padding-bottom: 100px;
} */

/* ==========================================================================
   Home – Blog section
   ========================================================================== */

.home-blog {
	background: var(--ff-color-background);
	padding: var(--ff-space-3xl) 0;
}

.home-blog__header {
	text-align: center;
	margin-bottom: var(--ff-space-2xl);
}

.home-blog__heading {
	margin: 0 0 var(--ff-space-xs) 0;
	font-size: 3.5rem;
	color: var(--ff-header-accent);
	font-weight: 400;
}

.home-blog__subtitle {
	margin: 0 0 var(--ff-space-md) 0;
	font-size: 1.125rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--ff-color-text);
}

.home-blog__divider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--ff-space-sm);
}

.home-blog__divider-line {
	display: block;
	width: 48px;
	height: 2px;
	background: var(--ff-footer-accent);
	border-radius: 1px;
}

.home-blog__divider-icon {
	width: 22px;
	height: 22px;
	color: var(--ff-footer-accent);
	flex-shrink: 0;
}

.home-blog__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--ff-space-xl);
}

.home-blog__card {
	background: var(--ff-color-secondary);
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.home-blog__card:hover {
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
	transform: translateY(-4px);
}

.home-blog__link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.home-blog__img-wrap {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--ff-color-background-alt);
}

.home-blog__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.home-blog__card:hover .home-blog__img {
	transform: scale(1.05);
}

.home-blog__content {
	padding: var(--ff-space-lg);
}

.home-blog__title {
	margin: 0 0 var(--ff-space-sm) 0;
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.35;
	color: #ffffff;
}

.home-blog__excerpt {
	margin: 0 0 var(--ff-space-md) 0;
	font-size: 0.875rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.88);
}

.home-blog__date {
	display: inline-flex;
	align-items: center;
	gap: var(--ff-space-xs);
	font-size: 0.75rem;
	color: var(--ff-footer-accent);
	margin-bottom: var(--ff-space-md);
}

.home-blog__date-icon {
	flex-shrink: 0;
}

.home-blog__btn {
	display: block;
	padding: 0.5rem 1.25rem;
	font-size: 0.8125rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #ffffff;
	border: 2px solid var(--ff-footer-accent);
	border-radius: 6px;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
	width: 100%;
	max-width: 130px;
}

.home-blog__card:hover .home-blog__btn {
	background: var(--ff-footer-accent);
	border-color: var(--ff-footer-accent);
	color: var(--ff-color-text);
}

.home-blog__empty {
	text-align: center;
	color: var(--ff-color-text-muted);
	padding: var(--ff-space-2xl);
}

@media (min-width: 768px) {
	.home-blog__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.home-blog__grid {
		grid-template-columns: repeat(3, 1fr);
		gap: var(--ff-space-xl);
	}
}

/* ==========================================================================
   Home – Testimonials section
   ========================================================================== */

.home-testimonials {
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: var(--ff-space-3xl) 0;
}

.home-testimonials__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.80);
	pointer-events: none;
}

.home-testimonials__inner {
	position: relative;
	z-index: 1;
	text-align: center;
}

.home-testimonials__header {
	margin-bottom: var(--ff-space-2xl);
}

.home-testimonials__heading {
	margin: 0 0 var(--ff-space-xs) 0;
	font-size: 3.5rem;
	color: var(--ff-footer-accent);
	font-weight: 400;
}

.home-testimonials__subtitle {
	margin: 0 0 var(--ff-space-md) 0;
	font-size: 1.125rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #ffffff;
}

.home-testimonials__divider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--ff-space-sm);
}

.home-testimonials__divider-line {
	display: block;
	width: 48px;
	height: 2px;
	background: var(--ff-footer-accent);
	border-radius: 1px;
}

.home-testimonials__divider-icon {
	width: 22px;
	height: 22px;
	color: var(--ff-footer-accent);
	flex-shrink: 0;
}

.home-testimonials__slider {
	max-width: 720px;
	margin: 0 auto;
}

.home-testimonials__slides {
	position: relative;
	min-height: 180px;
}

.home-testimonials__slide {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.35s ease, visibility 0.35s ease;
}

.home-testimonials__slide.is-active {
	position: relative;
	opacity: 1;
	visibility: visible;
}

.home-testimonials__quote {
	margin: 0 0 var(--ff-space-md) 0;
	font-size: 1rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.92);
	font-style: normal;
}

.home-testimonials__quote-mark {
	display: block;
	font-size: 4rem;
	line-height: 1;
	color: var(--ff-footer-accent);
	font-family: var(--ff-font-stylish);
	margin-bottom: var(--ff-space-xs);
}

.home-testimonials__author {
	display: block;
	font-size: 1.75rem;
	font-style: normal;
	font-family: var(--ff-font-stylish);
	color: var(--ff-footer-accent);
}

.home-testimonials__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--ff-space-sm);
	margin-top: var(--ff-space-xl);
	flex-wrap: wrap;
}

.home-testimonials__dot {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--ff-footer-accent);
	opacity: 0.4;
	cursor: pointer;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.home-testimonials__dot:hover {
	opacity: 0.7;
}

.home-testimonials__dot.is-active {
	opacity: 1;
	transform: scale(1.25);
}

.woocommerce-info a {
    text-decoration: none !important;
    color: #f5a918 !important;
}

#woocommerce-checkout-form-coupon {
    display: flex;
    gap: 23px;
    align-items: center;
}

.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button {
    background: var(--ff-btn-accent) !important;
    padding: 14px 15px !important;
    color: #1a1a1a !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-family: 'Poppins';
}

button {
    font-family: 'Poppins' !important;
}

h1#doc-section-0 {
    display: none !important;
}


/* ==========================================================================
   Single Product Page – Fixed CSS
   Add this to your theme's style.css or enqueue via functions.php
   ========================================================================== */

/* ---- Page wrapper ---- */
.single-product-content {
	padding: 60px 0;
}

/* ---- Main product grid (image + summary) ---- */
.single-product-content .woocommerce div.product {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: start;
	max-width: 1100px;
	margin: 0 auto 64px;
}

@media (max-width: 768px) {
	.single-product-content .woocommerce div.product {
		grid-template-columns: 1fr;
		gap: 32px;
	}
}

/* ---- Gallery ---- */
.single-product-content .woocommerce div.product .woocommerce-product-gallery {
	margin: 0;
}
.single-product-content .woocommerce div.product .woocommerce-product-gallery__wrapper {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0,0,0,0.08);
	border: 1px solid #e8e8e8;
}
.single-product-content .woocommerce div.product .woocommerce-product-gallery__image img {
	display: block;
	width: 100%;
	height: auto;
}
.single-product-content .woocommerce div.product .flex-control-thumbs {
	display: flex;
	gap: 8px;
	margin-top: 12px;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}
.single-product-content .woocommerce div.product .flex-control-thumbs li {
	margin: 0;
}
.single-product-content .woocommerce div.product .flex-control-thumbs li img {
	border-radius: 8px;
	border: 2px solid #e0e0e0;
	opacity: 0.8;
	transition: border-color 0.2s, opacity 0.2s;
	cursor: pointer;
}
.single-product-content .woocommerce div.product .flex-control-thumbs li img.flex-active,
.single-product-content .woocommerce div.product .flex-control-thumbs li img:hover {
	border-color: #dc8626;
	opacity: 1;
}

/* ---- Summary panel ---- */
.single-product-content .woocommerce div.product .summary.entry-summary {
	margin: 0;
	padding: 36px 32px;
	background: #fff;
	border-radius: 16px;
	border: 1px solid #f0f0f0;
	box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

@media (max-width: 480px) {
	.single-product-content .woocommerce div.product .summary.entry-summary {
		padding: 24px 18px;
	}
}

/* Product title */
.single-product-content .woocommerce div.product .product_title {
	font-size: clamp(1.5rem, 4vw, 2.1rem);
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 12px;
	line-height: 1.2;
}

/* Short description */
.single-product-content .woocommerce div.product .woocommerce-product-details__short-description {
	font-size: 0.9375rem;
	color: #666;
	line-height: 1.7;
	margin-bottom: 20px;
}

/* Price */
.single-product-content .woocommerce div.product p.price,
.single-product-content .woocommerce div.product span.price {
	font-size: 1.75rem !important;
	font-weight: 700 !important;
	color: #dc8626 !important;
	margin-bottom: 24px !important;
	display: block;
}
.single-product-content .woocommerce div.product p.price del,
.single-product-content .woocommerce div.product span.price del {
	color: #aaa !important;
	font-weight: 500 !important;
	font-size: 1.1rem !important;
}
.single-product-content .woocommerce div.product p.price ins,
.single-product-content .woocommerce div.product span.price ins {
	text-decoration: none !important;
}

/* Star rating */
.single-product-content .woocommerce div.product .star-rating {
	color: #dc8626;
}
.single-product-content .woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 16px;
}

/* ---- Quantity + Add to Cart ---- */
.single-product-content .woocommerce div.product form.cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px;
}

/* Quantity box */
.single-product-content .woocommerce div.product .quantity {
	display: inline-flex;
	align-items: stretch;
	border: 2px solid #e0e0e0;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}
.single-product-content .woocommerce div.product .quantity .qty {
	width: 64px;
	min-height: 48px;
	padding: 0 8px;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	border: none;
	background: #fff;
	color: #1a1a1a;
	-moz-appearance: textfield;
}
.single-product-content .woocommerce div.product .quantity .qty::-webkit-outer-spin-button,
.single-product-content .woocommerce div.product .quantity .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.single-product-content .woocommerce div.product .quantity .qty:focus {
	outline: none;
	border-color: #dc8626;
}

/* Add to cart button */
.single-product-content .woocommerce div.product .single_add_to_cart_button,
.single-product-content .woocommerce div.product button.single_add_to_cart_button {
	background: #dc8626 !important;
	color: #fff !important;
	border: none !important;
	padding: 0 28px !important;
	min-height: 48px !important;
	font-size: 0.9375rem !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.07em !important;
	border-radius: 10px !important;
	cursor: pointer !important;
	transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;
	box-shadow: 0 2px 8px rgba(220,134,38,0.3) !important;
	line-height: 1 !important;
}
.single-product-content .woocommerce div.product .single_add_to_cart_button:hover {
	background: #c47520 !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 6px 20px rgba(220,134,38,0.4) !important;
}
.single-product-content .woocommerce div.product .single_add_to_cart_button:active {
	transform: translateY(0) !important;
}

/* Loading state */
.single-product-content .woocommerce div.product .single_add_to_cart_button.loading {
	opacity: 0.7 !important;
}

/* ---- Product meta (categories, tags) ---- */
.single-product-content .woocommerce div.product .product_meta {
	padding-top: 20px;
	border-top: 1px solid #f0f0f0;
	font-size: 0.875rem;
	color: #888;
	line-height: 1.8;
}
.single-product-content .woocommerce div.product .product_meta a {
	color: #dc8626;
	text-decoration: none;
	font-weight: 500;
}
.single-product-content .woocommerce div.product .product_meta a:hover {
	color: #c47520;
	text-decoration: underline;
}

/* ---- Woo notices ---- */
.single-product-content .woocommerce-message,
.single-product-content .woocommerce-info {
	border-top-color: #dc8626 !important;
}
.single-product-content .woocommerce-message::before,
.single-product-content .woocommerce-info::before {
	color: #dc8626 !important;
}

/* ---- Tabs ---- */
.single-product-content .woocommerce-tabs {
	margin-top: 48px;
	border: 1px solid #e8e8e8;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
}
.single-product-content .woocommerce-tabs ul.tabs {
	display: flex;
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 2px solid #e8e8e8 !important;
	background: #fafafa;
}
.single-product-content .woocommerce-tabs ul.tabs::before,
.single-product-content .woocommerce-tabs ul.tabs li::before,
.single-product-content .woocommerce-tabs ul.tabs li::after {
	display: none !important;
	border: none !important;
	background: none !important;
	box-shadow: none !important;
}
.single-product-content .woocommerce-tabs ul.tabs li {
	margin: 0 !important;
	border: none !important;
	background: none !important;
	border-radius: 0 !important;
}
.single-product-content .woocommerce-tabs ul.tabs li a {
	display: block;
	padding: 14px 20px;
	font-size: 0.8125rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #888;
	text-decoration: none;
	transition: color 0.2s, background 0.2s;
}
.single-product-content .woocommerce-tabs ul.tabs li.active a,
.single-product-content .woocommerce-tabs ul.tabs li a:hover {
	color: #dc8626;
	background: rgba(220,134,38,0.05);
}
.single-product-content .woocommerce-tabs ul.tabs li.active {
	border-bottom: 2px solid #dc8626 !important;
}
.single-product-content .woocommerce-tabs .panel {
	padding: 28px 32px;
	margin: 0 !important;
	border: none !important;
	background: #fff;
}

/* ---- Related / Upsells ---- */
.single-product-content .related.products,
.single-product-content .upsells.products {
	margin-top: 0;
	padding-top: 48px;
	border-top: 2px solid #f0f0f0;
	clear: both;
}
.single-product-content .related.products > h2,
.single-product-content .upsells.products > h2 {
	font-size: 1.5rem;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 28px;
	padding-bottom: 12px;
	border-bottom: 3px solid #dc8626;
	display: inline-block;
}

/* Product grid cards */
.single-product-content ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr) !important;
	gap: 20px !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
@media (max-width: 1024px) {
	.single-product-content ul.products {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}
@media (max-width: 480px) {
	.single-product-content ul.products {
		grid-template-columns: 1fr !important;
	}
}

.single-product-content ul.products li.product {
	background: #fff;
	border-radius: 14px;
	border: 1px solid #f0f0f0;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
	padding: 0 !important;
	overflow: hidden;
	transition: box-shadow 0.25s, transform 0.25s;
	display: flex !important;
	flex-direction: column;
	margin: 0 !important;
	float: none !important;
	width: auto !important;
}
.single-product-content ul.products li.product:hover {
	box-shadow: 0 8px 24px rgba(0,0,0,0.1);
	transform: translateY(-4px);
}

.single-product-content ul.products li.product a.woocommerce-loop-product__link {
	display: block;
	text-decoration: none;
	color: inherit;
}
.single-product-content ul.products li.product img {
	border-radius: 14px 14px 0 0 !important;
	width: 100% !important;
	height: 180px !important;
	object-fit: cover !important;
	display: block !important;
	margin: 0 !important;
}
.single-product-content ul.products li.product h2.woocommerce-loop-product__title {
	font-size: 0.9375rem !important;
	font-weight: 600 !important;
	color: #1a1a1a !important;
	margin: 14px 14px 6px !important;
	padding: 0 !important;
	line-height: 1.3 !important;
	transition: color 0.2s;
}
.single-product-content ul.products li.product a:hover h2 {
	color: #dc8626 !important;
}
.single-product-content ul.products li.product .star-rating {
	margin: 0 14px 8px !important;
	color: #dc8626;
}
.single-product-content ul.products li.product .price {
	font-size: 1.0625rem !important;
	font-weight: 700 !important;
	color: #dc8626 !important;
	margin: 0 14px 14px !important;
	display: block !important;
}

/* "Add to cart" button on product cards */
.single-product-content ul.products li.product .button,
.single-product-content ul.products li.product a.button,
.single-product-content ul.products li.product .add_to_cart_button {
	background: #dc8626 !important;
	color: #fff !important;
	border: none !important;
	padding: 10px 14px !important;
	font-size: 0.8125rem !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
	border-radius: 8px !important;
	transition: background 0.2s, transform 0.2s !important;
	margin: auto 14px 14px !important;
	display: block !important;
	text-align: center !important;
	text-decoration: none !important;
	box-sizing: border-box !important;
	width: calc(100% - 28px) !important;
	cursor: pointer !important;
}
.single-product-content ul.products li.product .button:hover,
.single-product-content ul.products li.product a.button:hover {
	background: #c47520 !important;
	transform: translateY(-1px) !important;
	color: #fff !important;
}

/* Added to cart tick state */
.single-product-content ul.products li.product .added_to_cart {
	display: none !important;
}

.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
    content: " ";
    display: none !important;
}
