/*
Theme Name: FlavorHub Marketplace
Theme URI: https://flavorhub.dev
Author: FlavorHub Dev Team
Author URI: https://flavorhub.dev
Description: A modern, ultra-premium restaurant marketplace WordPress theme. Features glassmorphism navigation, animated hero sections, responsive grid layouts, and full integration with the FlavorHub Restaurant Marketplace plugin. Built with Tailwind CSS for a cutting-edge design.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: flavor-hub-theme
Tags: restaurant, marketplace, food, tailwind, modern, responsive, custom-logo, custom-menu, featured-images

FlavorHub — Discover Amazing Local Restaurants.
*/

/* ═══════════════════════════════════════════════════════════
   BASE RESET & TYPOGRAPHY
   ═══════════════════════════════════════════════════════════ */
:root {
    --fh-brand-50: #FFF7ED;
    --fh-brand-100: #FFEDD5;
    --fh-brand-200: #FED7AA;
    --fh-brand-300: #FDBA74;
    --fh-brand-400: #FB923C;
    --fh-brand-500: #F97316;
    --fh-brand-600: #EA580C;
    --fh-brand-700: #C2410C;
    --fh-brand-800: #9A3412;
    --fh-brand-900: #7C2D12;
    --fh-dark: #1E293B;
    --fh-radius: 16px;
    --fh-shadow: 0 1px 3px rgba(0,0,0,0.06);
    --fh-shadow-lg: 0 10px 40px rgba(0,0,0,0.1);
    --fh-nav-height: 72px;
    --fh-admin-offset: 0px;
    --fh-font-base: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --fh-font-heading: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--fh-font-base);
    background: #F8FAFC;
    color: #334155;
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--fh-font-heading);
}

/* Color Schemes */
.fh-scheme-orange {
    --fh-brand-50: #FFF7ED;
    --fh-brand-100: #FFEDD5;
    --fh-brand-200: #FED7AA;
    --fh-brand-300: #FDBA74;
    --fh-brand-400: #FB923C;
    --fh-brand-500: #F97316;
    --fh-brand-600: #EA580C;
    --fh-brand-700: #C2410C;
    --fh-brand-800: #9A3412;
    --fh-brand-900: #7C2D12;
}

.fh-scheme-blue {
    --fh-brand-50: #EFF6FF;
    --fh-brand-100: #DBEAFE;
    --fh-brand-200: #BFDBFE;
    --fh-brand-300: #93C5FD;
    --fh-brand-400: #60A5FA;
    --fh-brand-500: #3B82F6;
    --fh-brand-600: #2563EB;
    --fh-brand-700: #1D4ED8;
    --fh-brand-800: #1E40AF;
    --fh-brand-900: #1E3A8A;
}

.fh-scheme-green {
    --fh-brand-50: #F0FDF4;
    --fh-brand-100: #DCFCE7;
    --fh-brand-200: #BBF7D0;
    --fh-brand-300: #86EFAC;
    --fh-brand-400: #4ADE80;
    --fh-brand-500: #22C55E;
    --fh-brand-600: #16A34A;
    --fh-brand-700: #15803D;
    --fh-brand-800: #166534;
    --fh-brand-900: #14532D;
}

.fh-scheme-red {
    --fh-brand-50: #FEF2F2;
    --fh-brand-100: #FEE2E2;
    --fh-brand-200: #FECACA;
    --fh-brand-300: #FCA5A5;
    --fh-brand-400: #F87171;
    --fh-brand-500: #EF4444;
    --fh-brand-600: #DC2626;
    --fh-brand-700: #B91C1C;
    --fh-brand-800: #991B1B;
    --fh-brand-900: #7F1D1D;
}

.fh-scheme-teal {
    --fh-brand-50: #F0FDFA;
    --fh-brand-100: #CCFBF1;
    --fh-brand-200: #99F6E4;
    --fh-brand-300: #5EEAD4;
    --fh-brand-400: #2DD4BF;
    --fh-brand-500: #14B8A6;
    --fh-brand-600: #0D9488;
    --fh-brand-700: #0F766E;
    --fh-brand-800: #115E59;
    --fh-brand-900: #134E4A;
}

.fh-scheme-purple {
    --fh-brand-50: #FAF5FF;
    --fh-brand-100: #F3E8FF;
    --fh-brand-200: #E9D5FF;
    --fh-brand-300: #D8B4FE;
    --fh-brand-400: #C084FC;
    --fh-brand-500: #A855F7;
    --fh-brand-600: #9333EA;
    --fh-brand-700: #7E22CE;
    --fh-brand-800: #6B21A8;
    --fh-brand-900: #581C87;
}

/* Typography */
.fh-font-inter {
    --fh-font-base: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --fh-font-heading: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.fh-font-poppins {
    --fh-font-base: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --fh-font-heading: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.fh-font-manrope {
    --fh-font-base: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --fh-font-heading: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.fh-font-montserrat {
    --fh-font-base: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --fh-font-heading: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.fh-font-source-sans {
    --fh-font-base: 'Source Sans 3', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --fh-font-heading: 'Source Sans 3', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.fh-font-playfair {
    --fh-font-base: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --fh-font-heading: 'Playfair Display', Georgia, 'Times New Roman', serif;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

/* ═══════════════════════════════════════════════════════════
   GLASSMORPHISM NAVIGATION
   ═══════════════════════════════════════════════════════════ */
.fh-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: var(--fh-nav-height);
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(14px) saturate(150%);
    -webkit-backdrop-filter: blur(14px) saturate(150%);
    border-bottom: 1px solid rgba(148, 163, 184, 0.24);
    transition: background-color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

body.admin-bar .fh-navbar {
    top: var(--fh-admin-offset, 32px);
}

@media screen and (max-width: 782px) {
    body.admin-bar .fh-navbar {
        top: var(--fh-admin-offset, 46px);
    }
}

.fh-navbar.scrolled {
    background: rgba(255, 255, 255, 0.96);
    border-bottom-color: rgba(148, 163, 184, 0.34);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.fh-navbar.scrolled:not(.fh-navbar--bold):not(.fh-navbar--premium) .fh-logo,
.fh-navbar.scrolled:not(.fh-navbar--bold):not(.fh-navbar--premium) .fh-nav-menu li a,
.fh-navbar.scrolled:not(.fh-navbar--bold):not(.fh-navbar--premium) .fh-mobile-toggle {
    color: #0f172a;
}

.fh-navbar.scrolled:not(.fh-navbar--bold):not(.fh-navbar--premium) .fh-logo-text-accent {
    color: var(--fh-brand-600);
}

.fh-navbar-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    height: 100%;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
}

.fh-nav-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.fh-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    color: #0f172a;
    font-weight: 800;
}

.fh-logo-media {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
}

.fh-logo-image {
    display: block;
    width: auto;
    max-width: min(260px, 45vw);
    max-height: clamp(30px, calc(var(--fh-nav-height) - 24px), 52px);
    object-fit: contain;
}

.fh-logo-image--mobile {
    display: none;
}

.fh-logo.has-mobile-logo .fh-logo-image--mobile {
    display: none;
}

.fh-logo-media--fallback {
    min-width: 42px;
}

.fh-logo-mark {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--fh-brand-500), var(--fh-brand-700));
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.18);
}

.fh-logo-mark svg {
    width: 20px;
    height: 20px;
}

.fh-logo-text {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    font-size: clamp(1rem, 1.55vw, 1.2rem);
    letter-spacing: 0.2px;
    line-height: 1;
    white-space: nowrap;
}

.fh-logo-text-main {
    color: currentColor;
}

.fh-logo-text-accent {
    color: var(--fh-brand-600);
}

/* Header Variants */
.fh-navbar--glass {
    background: transparent;
    border-bottom: 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.fh-navbar--glass .fh-navbar-inner {
    height: calc(var(--fh-nav-height) - 14px);
    margin-top: 7px;
    background: rgba(255, 255, 255, 0.8);
    border: 0;
    border-radius: 18px;
    backdrop-filter: blur(14px) saturate(140%);
    -webkit-backdrop-filter: blur(14px) saturate(140%);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}

.fh-navbar--glass.scrolled .fh-navbar-inner {
    background: rgba(255, 255, 255, 0.92);
    border: 0;
}

.fh-navbar--compact {
    background: #fff;
    border-bottom: 0;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}

.fh-navbar--compact.scrolled {
    border-bottom: 0;
}

.fh-navbar--compact .fh-navbar-inner {
    padding: 0 20px;
}

.fh-navbar--compact .fh-nav-menu li a {
    padding: 7px 12px;
    font-size: 13px;
    border-radius: 8px;
}

.fh-navbar--compact .fh-nav-cta {
    padding: 8px 15px;
    font-size: 13px;
    border-radius: 10px;
}

.fh-navbar--compact .fh-logo-text {
    font-size: 1.05rem;
}

.fh-navbar--bold {
    background: linear-gradient(135deg, var(--fh-brand-600), var(--fh-brand-800));
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 14px 36px rgba(2, 6, 23, 0.24);
}

.fh-navbar--bold .fh-logo,
.fh-navbar--bold .fh-nav-menu li a,
.fh-navbar--bold .fh-mobile-toggle {
    color: #fff;
}

.fh-navbar--bold .fh-logo-mark {
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 10px 24px rgba(2, 6, 23, 0.28);
}

.fh-navbar--bold .fh-logo-text-main {
    color: rgba(255, 255, 255, 0.95);
}

.fh-navbar--bold .fh-logo-text-accent {
    color: #fde68a;
}

.fh-navbar--bold .fh-nav-menu li a:hover,
.fh-navbar--bold .fh-nav-menu li.current-menu-item a,
.fh-navbar--bold .fh-nav-menu li.current_page_item a {
    color: #fff;
    background: rgba(255, 255, 255, 0.16);
}

.fh-navbar--bold .fh-nav-cta {
    background: #fff;
    color: var(--fh-brand-800);
    box-shadow: 0 8px 20px rgba(2, 6, 23, 0.22);
}

.fh-navbar--bold .fh-nav-cta:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

body.fh-header-transparent .fh-navbar.fh-navbar--premium:not(.scrolled) {
    background: transparent !important;
    border-bottom: 0 !important;
    border-bottom-color: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
}

body.fh-header-transparent .fh-navbar.fh-navbar--premium.scrolled {
    background: linear-gradient(118deg, rgba(9, 16, 33, 0.97), rgba(25, 37, 61, 0.94)) !important;
    border-bottom: 1px solid rgba(148, 163, 184, 0.22) !important;
    border-bottom-color: rgba(148, 163, 184, 0.22) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: 0 12px 28px rgba(2, 6, 23, 0.3) !important;
}

body:not(.fh-header-transparent) .fh-navbar.fh-navbar--premium,
body:not(.fh-header-transparent) .fh-navbar.fh-navbar--premium.scrolled {
    background: linear-gradient(118deg, rgba(9, 16, 33, 0.96), rgba(25, 37, 61, 0.93));
    border-bottom: 1px solid rgba(148, 163, 184, 0.24);
    border-bottom-color: rgba(148, 163, 184, 0.24);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: 0 10px 26px rgba(2, 6, 23, 0.28);
}

.fh-navbar--premium .fh-navbar-inner {
    position: relative;
    overflow: hidden;
    height: calc(var(--fh-nav-height) - 12px);
    margin-top: 6px;
    padding: 0 24px;
    border-radius: 18px;
    background: linear-gradient(118deg, rgba(9, 16, 33, 0.94), rgba(25, 37, 61, 0.9));
    border: 0;
    backdrop-filter: blur(12px) saturate(130%);
    -webkit-backdrop-filter: blur(12px) saturate(130%);
    box-shadow: 0 16px 36px rgba(2, 6, 23, 0.32);
}

body:not(.fh-header-transparent) .fh-navbar--premium .fh-navbar-inner,
body:not(.fh-header-transparent) .fh-navbar--premium.scrolled .fh-navbar-inner {
    height: 100%;
    margin-top: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
}

body.fh-header-transparent .fh-navbar--premium.scrolled .fh-navbar-inner {
    height: 100%;
    margin-top: 0;
    border-radius: 0;
    background: transparent !important;
    border-color: transparent;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
}

.fh-navbar--premium .fh-navbar-inner::before {
    content: none;
}

.fh-navbar--premium .fh-navbar-inner > * {
    position: relative;
    z-index: 1;
}

.fh-navbar--premium .fh-logo,
.fh-navbar--premium .fh-nav-menu li a,
.fh-navbar--premium .fh-mobile-toggle {
    color: rgba(248, 250, 252, 0.94);
}

.fh-navbar--premium .fh-logo-mark {
    width: 40px;
    height: 40px;
    border-radius: 13px;
    background: linear-gradient(135deg, #fb923c, #c2410c);
    box-shadow: 0 10px 24px rgba(194, 65, 12, 0.38);
}

.fh-navbar--premium .fh-logo-text-main {
    color: #fff;
}

.fh-navbar--premium .fh-logo-text-accent {
    color: #fde68a;
}

.fh-navbar--premium .fh-nav-menu {
    gap: 6px;
}

.fh-navbar--premium .fh-nav-menu li a {
    padding: 8px 12px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(226, 232, 240, 0.9);
}

.fh-navbar--premium .fh-nav-menu li a:hover,
.fh-navbar--premium .fh-nav-menu li.current-menu-item a,
.fh-navbar--premium .fh-nav-menu li.current_page_item a {
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.3), rgba(245, 158, 11, 0.2));
    color: #fff;
}

.fh-navbar--premium .fh-nav-cta {
    padding: 9px 16px;
    border-radius: 11px;
    font-size: 13px;
    font-weight: 700;
    background: linear-gradient(135deg, #fb923c, #f59e0b);
    color: #111827;
    border-color: rgba(255, 255, 255, 0.24);
    box-shadow: 0 8px 20px rgba(251, 146, 60, 0.34);
}

.fh-navbar--premium .fh-nav-cta:hover {
    background: linear-gradient(135deg, #f97316, #ea580c);
    border-color: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.fh-navbar--premium .fh-mobile-toggle:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.fh-navbar--premium.scrolled .fh-navbar-inner {
    height: calc(var(--fh-nav-height) - 14px);
    margin-top: 7px;
    border-radius: 16px;
    background: linear-gradient(118deg, rgba(9, 16, 33, 0.97), rgba(25, 37, 61, 0.95));
    border: 0;
    box-shadow: 0 14px 30px rgba(2, 6, 23, 0.3);
}

.fh-navbar--premium.scrolled .fh-logo,
.fh-navbar--premium.scrolled .fh-nav-menu li a,
.fh-navbar--premium.scrolled .fh-mobile-toggle {
    color: rgba(248, 250, 252, 0.95);
}

.fh-navbar--premium.scrolled .fh-logo-text-accent {
    color: #fde68a;
}

.fh-navbar--premium ~ .fh-mobile-menu {
    background: rgba(8, 15, 31, 0.96);
    border-bottom-color: rgba(148, 163, 184, 0.28);
}

.fh-navbar--premium ~ .fh-mobile-menu ul li a {
    color: #e2e8f0;
}

.fh-navbar--premium ~ .fh-mobile-menu ul li a:hover {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.fh-navbar--premium ~ .fh-mobile-menu .fh-nav-cta {
    background: linear-gradient(135deg, #fb923c, #f59e0b);
    color: #0f172a;
}

.fh-navbar--premium ~ .fh-mobile-menu .fh-nav-cta:hover {
    background: linear-gradient(135deg, #f97316, #ea580c);
    color: #fff;
}

/* Desktop Menu */
.fh-nav-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.fh-nav-menu li a {
    display: block;
    padding: 9px 14px;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 500;
    color: #64748B;
    line-height: 1;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.fh-nav-menu li a:hover,
.fh-nav-menu li.current-menu-item a,
.fh-nav-menu li.current_page_item a {
    color: var(--fh-brand-600);
    background: rgba(241, 245, 249, 0.95);
}

.fh-nav-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: var(--fh-brand-500);
    color: #fff;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.16);
    transition: background-color 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    border: 1px solid transparent;
    cursor: pointer;
}

.fh-nav-cta:hover {
    background: var(--fh-brand-600);
    transform: translateY(-1px);
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.22);
    color: #fff;
}

/* Mobile Toggle */
.fh-mobile-toggle {
    display: none;
    background: none;
    border: 1px solid transparent;
    padding: 8px;
    cursor: pointer;
    border-radius: 10px;
    color: #475569;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.fh-mobile-toggle:hover {
    background: #f1f5f9;
    border-color: #dbe3ee;
}

.fh-toggle-close {
    display: none;
}

.fh-mobile-toggle[aria-expanded="true"] .fh-toggle-open {
    display: none;
}

.fh-mobile-toggle[aria-expanded="true"] .fh-toggle-close {
    display: block;
}

.fh-mobile-menu {
    display: none;
    position: fixed;
    top: var(--fh-nav-height);
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid #e2e8f0;
    padding: 16px 24px;
    z-index: 999;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.14);
}

body.admin-bar .fh-mobile-menu {
    top: calc(var(--fh-nav-height) + var(--fh-admin-offset, 32px));
}

@media screen and (max-width: 782px) {
    body.admin-bar .fh-mobile-menu {
        top: calc(var(--fh-nav-height) + var(--fh-admin-offset, 46px));
    }
}

.fh-mobile-menu.active {
    display: block;
}

.fh-mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fh-mobile-menu ul li a {
    display: block;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #334155;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.fh-mobile-menu ul li a:hover {
    background: var(--fh-brand-50);
    color: var(--fh-brand-600);
}

.fh-mobile-menu-cta {
    padding: 12px 16px 4px;
}

.fh-nav-cta--mobile {
    width: 100%;
    justify-content: center;
}

.fh-navbar--bold ~ .fh-mobile-menu {
    background: rgba(15, 23, 42, 0.96);
    border-bottom-color: rgba(148, 163, 184, 0.24);
}

.fh-navbar--bold ~ .fh-mobile-menu ul li a {
    color: #e2e8f0;
}

.fh-navbar--bold ~ .fh-mobile-menu ul li a:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.fh-navbar--bold ~ .fh-mobile-menu .fh-nav-cta {
    background: #fff;
    color: var(--fh-brand-800);
}

.fh-navbar--bold ~ .fh-mobile-menu .fh-nav-cta:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.24);
    color: #fff;
}

@media (max-width: 1080px) {
    .fh-navbar-inner {
        gap: 16px;
    }

    .fh-nav-menu li a {
        padding: 8px 11px;
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .fh-navbar-inner {
        grid-template-columns: auto auto;
        justify-content: space-between;
        gap: 12px;
        padding: 0 16px;
    }

    .fh-navbar--glass .fh-navbar-inner {
        height: calc(var(--fh-nav-height) - 10px);
        margin-top: 5px;
        border-radius: 14px;
    }

    .fh-navbar--premium .fh-navbar-inner {
        height: calc(var(--fh-nav-height) - 12px);
        margin-top: 6px;
        border-radius: 14px;
        padding: 0 14px;
    }

    .fh-nav-menu {
        display: none;
    }

    .fh-mobile-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .fh-nav-cta.desktop-only {
        display: none;
    }

    .fh-logo {
        gap: 10px;
    }

    .fh-logo-image {
        max-width: 180px;
        max-height: calc(var(--fh-nav-height) - 30px);
    }

    .fh-logo.has-mobile-logo .fh-logo-image--desktop {
        display: none;
    }

    .fh-logo.has-mobile-logo .fh-logo-image--mobile {
        display: block;
    }

    .fh-logo-text {
        font-size: 1rem;
    }
}

@media (max-width: 991px) {
    body.fh-layout-boxed {
        padding: 0 !important;
    }

    body.fh-layout-boxed .fh-navbar,
    body.fh-layout-boxed .fh-mobile-menu,
    body.fh-layout-boxed .fh-page-content,
    body.fh-layout-boxed .fh-footer {
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body.fh-layout-boxed .fh-page-content,
    body.fh-layout-boxed .fh-footer {
        border-left: 0 !important;
        border-right: 0 !important;
    }

    .fh-navbar {
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        border-radius: 0 !important;
    }

    .fh-mobile-menu {
        top: var(--fh-nav-height) !important;
        left: 0 !important;
        right: 0 !important;
    }

    body.admin-bar .fh-navbar {
        top: 0 !important;
    }

    body.admin-bar .fh-mobile-menu {
        top: var(--fh-nav-height) !important;
    }

    .fh-navbar--glass .fh-navbar-inner,
    .fh-navbar--premium .fh-navbar-inner,
    .fh-navbar--premium.scrolled .fh-navbar-inner {
        height: 100% !important;
        margin-top: 0 !important;
        border-radius: 0 !important;
    }
}

/* ═══════════════════════════════════════════════════════════
   HERO SECTION
   ═══════════════════════════════════════════════════════════ */
.fh-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #111827 0%, #1E293B 50%, var(--fh-brand-900) 100%);
    padding: 120px 24px 80px;
    min-height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Remove gap between fixed header and hero on the homepage */
.fh-front-page .fh-page-content,
.home .fh-page-content,
.fh-page-content.is-front-page {
    padding-top: 0;
}

.home .fh-hero,
.fh-page-content.is-front-page .fh-hero {
    padding-top: calc(120px + var(--fh-nav-height));
}

.fh-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background:
        radial-gradient(circle at 25% 50%, rgba(249,115,22,0.3) 0%, transparent 50%),
        radial-gradient(circle at 75% 50%, rgba(251,191,36,0.2) 0%, transparent 50%);
}

.fh-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.fh-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(8px);
    border-radius: 100px;
    color: var(--fh-brand-300);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 24px;
    animation: fhFadeUp 0.5s ease-out;
}

.fh-hero-badge .dot {
    width: 8px;
    height: 8px;
    background: var(--fh-brand-400);
    border-radius: 50%;
    animation: fhPulse 2s ease-in-out infinite;
}

.fh-hero h1 {
    font-size: clamp(2.2rem, 5vw, 3.75rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    margin: 0 0 16px;
    animation: fhFadeUp 0.5s ease-out 0.1s both;
}

.fh-hero h1 .gradient-text {
    background: linear-gradient(135deg, var(--fh-brand-400), #FBBF24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.fh-hero p {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: #94A3B8;
    max-width: 640px;
    margin: 0 auto 40px;
    animation: fhFadeUp 0.5s ease-out 0.2s both;
}

/* Hero Search Bar */
.fh-hero-search {
    max-width: 720px;
    margin: 0 auto;
    animation: fhFadeUp 0.5s ease-out 0.3s both;
}

.fh-hero-search-inner {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
    padding: 8px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.fh-search-field {
    flex: 1;
    min-width: 200px;
    position: relative;
}

.fh-search-field svg {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    color: #94A3B8;
    pointer-events: none;
}

.fh-search-field input {
    width: 100%;
    padding: 14px 16px 14px 48px;
    background: #F8FAFC;
    border: none;
    border-radius: 12px;
    font-size: 14px;
    color: #334155;
    outline: none;
    transition: box-shadow 0.2s;
    font-family: inherit;
}

.fh-search-field input:focus { box-shadow: 0 0 0 2px var(--fh-brand-300); }
.fh-search-field input::placeholder { color: #94A3B8; }

.fh-search-btn {
    padding: 14px 28px;
    background: var(--fh-brand-500);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(249,115,22,0.35);
    transition: all 0.25s;
    font-family: inherit;
}

.fh-search-btn:hover { background: var(--fh-brand-600); transform: translateY(-1px); }

/* Hero Quick Tags */
.fh-hero-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
    animation: fhFadeUp 0.5s ease-out 0.4s both;
}

.fh-hero-tags span.label { color: #64748B; font-size: 14px; margin-right: 4px; }

.fh-hero-tag {
    padding: 6px 14px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(4px);
    color: rgba(255,255,255,0.8);
    border-radius: 100px;
    font-size: 13px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    font-family: inherit;
}

.fh-hero-tag:hover { background: rgba(255,255,255,0.2); color: #fff; }

/* ═══════════════════════════════════════════════════════════
   SECTION LAYOUTS
   ═══════════════════════════════════════════════════════════ */
.fh-section {
    max-width: 1280px;
    margin: 0 auto;
    padding: 48px 24px;
}

.fh-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}

.fh-section-header h2 {
    font-size: 28px;
    font-weight: 800;
    color: #111827;
    margin: 0;
}

.fh-section-header p {
    font-size: 15px;
    color: #64748B;
    margin: 4px 0 0;
}

/* ═══════════════════════════════════════════════════════════
   STATS / FEATURES STRIP
   ═══════════════════════════════════════════════════════════ */
.fh-stats-strip {
    background: #fff;
    border-bottom: 1px solid #E2E8F0;
}

.fh-stats-strip-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 32px 24px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
}

.fh-stat-item {
    text-align: center;
    padding: 8px;
}

.fh-stat-icon {
    width: 52px;
    height: 52px;
    background: var(--fh-brand-50);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}

.fh-stat-icon svg { width: 24px; height: 24px; color: var(--fh-brand-500); }

.fh-stat-number {
    font-size: 28px;
    font-weight: 800;
    color: #111827;
}

.fh-stat-label {
    font-size: 14px;
    color: #64748B;
    margin-top: 2px;
}

/* ═══════════════════════════════════════════════════════════
   CTA BANNER
   ═══════════════════════════════════════════════════════════ */
.fh-cta-banner {
    background: linear-gradient(135deg, var(--fh-brand-500) 0%, var(--fh-brand-700) 100%);
    border-radius: 24px;
    padding: 60px 40px;
    text-align: center;
    margin: 48px 24px;
    max-width: 1232px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
}

.fh-cta-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
}

.fh-cta-banner::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
}

.fh-cta-banner h2 {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 800;
    color: #fff;
    margin: 0 0 12px;
    position: relative;
    z-index: 2;
}

.fh-cta-banner p {
    font-size: 16px;
    color: rgba(255,255,255,0.85);
    margin: 0 0 28px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}

.fh-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    background: #fff;
    color: var(--fh-brand-600);
    border-radius: 14px;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
    transition: all 0.25s;
    position: relative;
    z-index: 2;
}

.fh-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(0,0,0,0.2); color: var(--fh-brand-700); }

/* ═══════════════════════════════════════════════════════════
   HOW IT WORKS
   ═══════════════════════════════════════════════════════════ */
.fh-how-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.fh-how-card {
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    border: 1px solid #E2E8F0;
    text-align: center;
    transition: all 0.3s;
    position: relative;
}

.fh-how-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.08);
    border-color: var(--fh-brand-200);
}

.fh-how-number {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--fh-brand-400), var(--fh-brand-600));
    border-radius: 14px;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    box-shadow: 0 4px 14px rgba(249,115,22,0.3);
}

.fh-how-card h3 { font-size: 18px; font-weight: 700; color: #111827; margin: 0 0 8px; }
.fh-how-card p { font-size: 14px; color: #64748B; margin: 0; line-height: 1.6; }

/* ═══════════════════════════════════════════════════════════
   TESTIMONIALS
   ═══════════════════════════════════════════════════════════ */
.fh-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.fh-testimonial {
    background: #fff;
    border-radius: 20px;
    padding: 28px;
    border: 1px solid #E2E8F0;
    transition: all 0.3s;
}

.fh-testimonial:hover { box-shadow: var(--fh-shadow-lg); }

.fh-testimonial-stars { color: #FBBF24; font-size: 16px; margin-bottom: 12px; }

.fh-testimonial p {
    font-size: 15px;
    color: #475569;
    line-height: 1.65;
    margin: 0 0 16px;
    font-style: italic;
}

.fh-testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.fh-testimonial-avatar {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    object-fit: cover;
    background: var(--fh-brand-100);
}

.fh-testimonial-name { font-size: 14px; font-weight: 600; color: #111827; }
.fh-testimonial-role { font-size: 13px; color: #94A3B8; }

/* ═══════════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════════ */
.fh-footer {
    background: #0F172A;
    color: #94A3B8;
    margin-top: 0;
}

.fh-footer-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 64px 24px 40px;
}

.fh-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
}

@media (max-width: 768px) {
    .fh-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
    .fh-footer-grid { grid-template-columns: 1fr; }
}

.fh-footer-brand .fh-logo {
    margin-bottom: 16px;
    color: #fff;
}

.fh-footer-brand .fh-logo .fh-logo-mark {
    background: rgba(255, 255, 255, 0.14);
    box-shadow: none;
}

.fh-footer-brand .fh-logo .fh-logo-text-main {
    color: #fff;
}

.fh-footer-brand .fh-logo .fh-logo-text-accent {
    color: var(--fh-brand-300);
}

.fh-footer-brand p {
    font-size: 14px;
    line-height: 1.7;
    color: #64748B;
    max-width: 320px;
    margin: 0;
}

.fh-footer h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748B;
    margin: 0 0 16px;
}

.fh-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fh-footer-links li { margin-bottom: 10px; }

.fh-footer-links a {
    font-size: 14px;
    color: #94A3B8;
    transition: color 0.2s;
}

.fh-footer-links a:hover { color: var(--fh-brand-400); }

.fh-footer-bottom {
    border-top: 1px solid #1E293B;
    margin-top: 48px;
    padding-top: 32px;
    text-align: center;
    font-size: 14px;
    color: #475569;
}

.fh-footer-social {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}

.fh-footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #1E293B;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94A3B8;
    transition: all 0.2s;
}

.fh-footer-social a:hover { background: var(--fh-brand-500); color: #fff; }

/* Footer Variants */
.fh-footer--minimal .fh-footer-inner {
    padding: 48px 24px 32px;
    text-align: center;
}

.fh-footer--minimal .fh-footer-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.fh-footer--minimal .fh-footer-brand p {
    max-width: 560px;
}

.fh-footer--minimal .fh-footer-social {
    justify-content: center;
}

.fh-footer-links--inline {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.fh-footer-links--inline li { margin: 0; }

.fh-footer--split .fh-footer-inner {
    padding: 56px 24px 40px;
}

.fh-footer-split-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #1E293B;
}

.fh-footer-split-top .fh-footer-brand p {
    max-width: 420px;
}

.fh-footer-split-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: right;
}

.fh-footer-split-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    padding-top: 32px;
}

@media (max-width: 768px) {
    .fh-footer-split-top {
        flex-direction: column;
        align-items: flex-start;
    }
    .fh-footer-split-actions { text-align: left; }
}

@media (max-width: 640px) {
    .fh-footer-split-links {
        grid-template-columns: 1fr;
    }
}


/* ═══════════════════════════════════════════════════════════
   PAGE CONTENT AREA
   ═══════════════════════════════════════════════════════════ */
.fh-page-content {
    padding-top: var(--fh-nav-height);
    min-height: 60vh;
}

.fh-page-header {
    background: linear-gradient(135deg, #111827 0%, #1E293B 100%);
    padding: 80px 24px 60px;
    text-align: center;
}

.fh-page-header h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: #fff;
    margin: 0 0 8px;
}

.fh-page-header p {
    font-size: 16px;
    color: #94A3B8;
    margin: 0;
}

@media (max-width: 640px) {
    .fh-page-header {
        padding: 64px 16px 48px;
    }

    .fh-page-header h1 {
        font-size: clamp(1.9rem, 8.6vw, 2.45rem);
        line-height: 1.18;
        text-wrap: balance;
        overflow-wrap: anywhere;
    }
}

/* Blog / Archive */
.fh-blog-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 48px 24px;
}

.fh-blog-shell.fh-blog-sidebar-left,
.fh-blog-shell.fh-blog-sidebar-right {
    grid-template-columns: minmax(0, 1fr) 320px;
    align-items: start;
}

.fh-blog-shell.fh-blog-sidebar-left {
    grid-template-columns: 320px minmax(0, 1fr);
}

.fh-blog-main {
    min-width: 0;
}

.fh-blog-shell .fh-sidebar {
    width: 100%;
}

.fh-blog-shell .fh-posts-grid {
    max-width: none;
    margin: 0;
    padding: 0;
}

.fh-posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 48px 24px;
}

.fh-post-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #E2E8F0;
    transition: all 0.3s;
}

.fh-post-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.1);
    border-color: var(--fh-brand-200);
}

.fh-post-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    background: linear-gradient(135deg, var(--fh-brand-50), var(--fh-brand-100));
}

.fh-post-card-body { padding: 24px; }

.fh-post-card-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    color: #94A3B8;
    margin-bottom: 10px;
}

.fh-post-card-meta .cat {
    padding: 2px 10px;
    background: var(--fh-brand-50);
    color: var(--fh-brand-600);
    border-radius: 6px;
    font-weight: 600;
}

.fh-post-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 8px;
    line-height: 1.4;
}

.fh-post-card h3 a:hover { color: var(--fh-brand-500); }

.fh-post-card p {
    font-size: 14px;
    color: #64748B;
    line-height: 1.6;
    margin: 0;
}

.fh-posts-list {
    display: grid;
    gap: 20px;
}

.fh-post-list-card {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 18px;
    background: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.3s;
}

.fh-post-list-card:hover {
    border-color: var(--fh-brand-200);
    box-shadow: 0 12px 34px rgba(0,0,0,0.08);
}

.fh-post-list-media {
    display: block;
    min-height: 100%;
}

.fh-post-list-image {
    width: 100%;
    height: 100%;
    min-height: 210px;
    object-fit: cover;
    background: linear-gradient(135deg, var(--fh-brand-50), var(--fh-brand-100));
}

.fh-post-list-image--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--fh-brand-500);
}

.fh-post-list-body {
    padding: 20px 22px 20px 2px;
    display: grid;
    align-content: center;
    gap: 10px;
}

.fh-post-list-body h3 {
    margin: 0;
    font-size: 23px;
    line-height: 1.25;
}

.fh-post-list-body p {
    margin: 0;
    color: #64748B;
}

/* Single Post */
.fh-single-post {
    max-width: 800px;
    margin: 0 auto;
    padding: 48px 24px;
}

.fh-single-post .entry-content {
    font-size: 17px;
    line-height: 1.8;
    color: #334155;
}

.fh-single-post .entry-content h2 { font-size: 24px; font-weight: 700; color: #111827; margin: 40px 0 16px; }
.fh-single-post .entry-content h3 { font-size: 20px; font-weight: 600; color: #111827; margin: 32px 0 12px; }
.fh-single-post .entry-content p { margin: 0 0 20px; }
.fh-single-post .entry-content img { border-radius: 16px; margin: 24px 0; }
.fh-single-post .entry-content blockquote {
    border-left: 4px solid var(--fh-brand-400);
    padding: 16px 24px;
    margin: 24px 0;
    background: var(--fh-brand-50);
    border-radius: 0 12px 12px 0;
    font-style: italic;
    color: #475569;
}

/* Marketplace plugin pages should use full-width app layout */
.fh-marketplace-page {
    max-width: 1280px;
    margin: 0 auto;
    padding: 28px 24px 48px;
}

/* Explore Restaurants Premium Skin */
.fh-marketplace-page--listing {
    max-width: 1320px;
    padding: 34px 24px 72px;
}

.fh-marketplace-page--listing .entry-content {
    position: relative;
}

.fh-marketplace-page--listing #flavorhub-listing-app > .max-w-7xl {
    max-width: 1320px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 8px;
}

.fh-marketplace-page--listing #flavorhub-listing-app .text-center.mb-10 {
    position: static;
    overflow: visible;
    text-align: center;
    margin-bottom: 40px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.fh-marketplace-page--listing #flavorhub-listing-app .text-center.mb-10::after {
    content: none;
}

.fh-marketplace-page--listing #flavorhub-listing-app .text-center.mb-10 h1 {
    margin: 0 0 12px;
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: #0f172a;
}

.fh-marketplace-page--listing #flavorhub-listing-app .text-center.mb-10 h1 .text-brand-500 {
    color: #ea580c;
}

.fh-marketplace-page--listing #flavorhub-listing-app .text-center.mb-10 p {
    margin: 0 auto;
    max-width: 42rem;
    font-size: 1.125rem;
    line-height: 1.7;
    color: #6b7280;
}

.fh-marketplace-page--listing #flavorhub-listing-app .bg-white.rounded-2xl.shadow-lg.border.border-gray-100.p-4.mb-6 {
    border-radius: 22px;
    border-color: rgba(148, 163, 184, 0.22);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
    padding: 16px;
}

.fh-marketplace-page--listing #flavorhub-listing-app input.w-full.pl-11.pr-4.py-3,
.fh-marketplace-page--listing #flavorhub-listing-app select.w-full.px-4.py-2\.5 {
    border-color: #d8e1ec;
    background: #ffffff;
    color: #0f172a;
}

.fh-marketplace-page--listing #flavorhub-listing-app input.w-full.pl-11.pr-4.py-3::placeholder {
    color: #94a3b8;
}

.fh-marketplace-page--listing #flavorhub-listing-app .flex.items-center.justify-between.mb-6 {
    margin-bottom: 18px;
}

.fh-marketplace-page--listing #flavorhub-listing-app .flex.items-center.justify-between.mb-6 > p {
    font-size: 15px;
    color: #475569;
}

.fh-marketplace-page--listing #flavorhub-listing-app .grid.grid-cols-1.sm\:grid-cols-2.lg\:grid-cols-3.gap-6 {
    gap: 22px;
}

.fh-marketplace-page--listing #flavorhub-listing-app .group.bg-white.rounded-2xl.shadow-sm {
    border-radius: 22px;
    border-color: rgba(148, 163, 184, 0.22);
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.1);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.fh-marketplace-page--listing #flavorhub-listing-app .group.bg-white.rounded-2xl.shadow-sm:hover {
    transform: translateY(-4px);
    border-color: rgba(249, 115, 22, 0.34);
    box-shadow: 0 26px 52px rgba(15, 23, 42, 0.16);
}

.fh-marketplace-page--listing #flavorhub-listing-app .group .relative.h-48 {
    height: 212px;
}

.fh-marketplace-page--listing #flavorhub-listing-app .group .relative.h-48::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(2, 6, 23, 0.04) 0%, rgba(2, 6, 23, 0.28) 100%);
    pointer-events: none;
}

.fh-marketplace-page--listing #flavorhub-listing-app .group .absolute.top-3.left-3,
.fh-marketplace-page--listing #flavorhub-listing-app .group .absolute.top-3.right-3 {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(15, 23, 42, 0.42);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #fff;
}

.fh-marketplace-page--listing #flavorhub-listing-app .group img.w-14.h-14.rounded-xl {
    width: 56px;
    height: 56px;
    border-width: 3px;
    box-shadow: 0 12px 22px rgba(15, 23, 42, 0.22);
}

.fh-marketplace-page--listing #flavorhub-listing-app .group h3.text-lg.font-bold {
    font-size: 1.3rem;
    letter-spacing: -0.01em;
}

.fh-marketplace-page--listing #flavorhub-listing-app .group .text-sm.text-gray-600.mt-2.line-clamp-2 {
    color: #475569;
    line-height: 1.65;
}

.fh-marketplace-page--listing #flavorhub-listing-app .group .flex.items-center.justify-between.mt-3.pt-3.border-t {
    border-top-color: #e2e8f0;
    margin-top: 14px;
    padding-top: 12px;
}

.fh-marketplace-page--listing #flavorhub-listing-app .group .font-semibold.text-sm {
    color: #ea580c;
}

.fh-marketplace-page--listing #flavorhub-listing-app .flex.items-center.justify-center.gap-2.mt-10 {
    margin-top: 34px;
    padding: 10px 0 2px;
    gap: 8px;
}

.fh-marketplace-page--listing #flavorhub-listing-app .flex.items-center.justify-center.gap-2.mt-10 > button,
.fh-marketplace-page--listing #flavorhub-listing-app .flex.items-center.justify-center.gap-2.mt-10 > span {
    border-radius: 12px;
}

@media (max-width: 980px) {
    .fh-marketplace-page--listing #flavorhub-listing-app .text-center.mb-10 {
        margin-bottom: 34px;
    }

    .fh-marketplace-page--listing #flavorhub-listing-app .text-center.mb-10 h1 {
        font-size: clamp(1.95rem, 8vw, 2.7rem);
    }
}

@media (max-width: 640px) {
    .fh-marketplace-page--listing {
        padding-left: 16px;
        padding-right: 16px;
    }

    .fh-marketplace-page--listing #flavorhub-listing-app .text-center.mb-10 {
        margin-bottom: 28px;
    }

    .fh-marketplace-page--listing #flavorhub-listing-app .text-center.mb-10 h1 {
        font-size: clamp(1.75rem, 9vw, 2.25rem);
        line-height: 1.15;
        text-wrap: balance;
        overflow-wrap: anywhere;
    }

    .fh-marketplace-page--listing #flavorhub-listing-app .text-center.mb-10 p {
        font-size: 1rem;
        line-height: 1.6;
    }

    .fh-marketplace-page [id^="flavorhub-"][id$="-app"] .flex.items-center.justify-between.mb-6 {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .fh-marketplace-page [id^="flavorhub-"][id$="-app"] .flex.items-center.justify-between.mb-6 > a,
    .fh-marketplace-page [id^="flavorhub-"][id$="-app"] .flex.items-center.justify-between.mb-6 > button {
        width: 100%;
        justify-content: center;
    }

    .fh-marketplace-page--listing #flavorhub-listing-app .group .relative.h-48 {
        height: 198px;
    }
}

/* 404 Page */
.fh-404 {
    min-height: calc(100vh - var(--fh-nav-height));
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: clamp(72px, 10vw, 96px) 24px;
}

.fh-404-inner {
    width: min(100%, 720px);
}

.fh-404 h1 {
    font-size: clamp(5rem, 14vw, 7.5rem);
    font-weight: 900;
    background: linear-gradient(135deg, var(--fh-brand-400), var(--fh-brand-600));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin: 0 0 8px;
}

.fh-404 h2 { font-size: 24px; font-weight: 700; color: #111827; margin: 0 0 12px; }
.fh-404 p { font-size: 16px; color: #64748B; margin: 0 0 32px; }

.fh-404-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.fh-404-secondary-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    background: #fff;
    color: var(--fh-brand-600);
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid var(--fh-brand-200);
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.fh-404-secondary-link:hover {
    background: var(--fh-brand-50);
    border-color: var(--fh-brand-300);
}

.fh-404-search {
    max-width: 420px;
    margin: 32px auto 0;
    display: flex;
    gap: 8px;
}

.fh-404-search-field {
    flex: 1;
    min-width: 0;
    position: relative;
}

.fh-404-search-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94A3B8;
}

.fh-404-search input {
    width: 100%;
    padding: 12px 14px 12px 42px;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    font-size: 14px;
    outline: none;
    font-family: inherit;
}

.fh-404-search input:focus {
    border-color: var(--fh-brand-300);
    box-shadow: 0 0 0 2px rgba(253, 186, 116, 0.35);
}

.fh-404-search-btn {
    padding: 12px 20px;
    flex-shrink: 0;
}

@media (max-width: 640px) {
    .fh-404 {
        padding: 64px 16px;
    }

    .fh-404 h2 {
        font-size: 22px;
    }

    .fh-404 p {
        font-size: 15px;
    }

    .fh-404-actions {
        flex-direction: column;
    }

    .fh-404-actions .fh-nav-cta,
    .fh-404-actions .fh-404-secondary-link {
        width: 100%;
        justify-content: center;
    }

    .fh-404-search {
        flex-direction: column;
    }

    .fh-404-search-btn {
        width: 100%;
    }
}

/* ═══════════════════════════════════════════════════════════
   WIDGETS / SIDEBAR
   ═══════════════════════════════════════════════════════════ */
.fh-sidebar .widget {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
    border: 1px solid #E2E8F0;
}

.fh-sidebar .widget-title {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #F1F5F9;
}

@media (max-width: 1080px) {
    .fh-blog-shell.fh-blog-sidebar-left,
    .fh-blog-shell.fh-blog-sidebar-right {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 860px) {
    .fh-post-list-card {
        grid-template-columns: 1fr;
    }

    .fh-post-list-image {
        min-height: 190px;
    }

    .fh-post-list-body {
        padding: 0 18px 18px;
    }
}

/* ═══════════════════════════════════════════════════════════
   ANIMATIONS
   ═══════════════════════════════════════════════════════════ */
@keyframes fhFadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fhPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(1.3); }
}

@keyframes fhFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.fh-animate-in {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fh-animate-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ═══════════════════════════════════════════════════════════
   WORDPRESS SPECIFIC
   ═══════════════════════════════════════════════════════════ */
.wp-block-image img { border-radius: 16px; }
.wp-block-separator { border-color: #E2E8F0; }
.wp-block-button .wp-block-button__link {
    background: var(--fh-brand-500);
    border-radius: 12px;
    padding: 12px 24px;
    font-weight: 600;
}

.alignwide { max-width: 1100px; margin-left: auto; margin-right: auto; }
.alignfull { width: 100vw; margin-left: calc(-50vw + 50%); }

/* Pagination */
.fh-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 32px 0;
}

.fh-pagination a, .fh-pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s;
}

.fh-pagination a { color: #475569; background: #fff; border: 1px solid #E2E8F0; }
.fh-pagination a:hover { border-color: var(--fh-brand-300); color: var(--fh-brand-600); }
.fh-pagination span.current { background: var(--fh-brand-500); color: #fff; box-shadow: 0 4px 14px rgba(249,115,22,0.3); }

/* Utility */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

/* ========================================================================== 
   HOMEPAGE PREMIUM UPGRADE
   ========================================================================== */
.fh-front-page .fh-page-content,
.home .fh-page-content,
.fh-page-content.is-front-page {
    padding-top: 0 !important;
    margin-top: 0;
    background:
        radial-gradient(circle at 88% 7%, rgba(249, 115, 22, 0.18) 0%, rgba(249, 115, 22, 0) 36%),
        radial-gradient(circle at 8% 20%, rgba(15, 23, 42, 0.08) 0%, rgba(15, 23, 42, 0) 44%),
        linear-gradient(180deg, #f8fafc 0%, #f6f8fc 58%, #f8fafc 100%);
}

.fh-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 700;
    color: #f97316;
    background: rgba(249, 115, 22, 0.12);
    border: 1px solid rgba(249, 115, 22, 0.2);
    border-radius: 999px;
    padding: 5px 12px;
    margin-bottom: 12px;
}

.fh-section-header--center {
    text-align: center;
    justify-content: center;
}

.fh-section-header--center p {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.fh-section-header--luxury {
    align-items: flex-end;
    gap: 20px;
}

.fh-section-header--luxury h2,
.fh-section-header--center h2 {
    font-size: clamp(1.9rem, 3.2vw, 2.55rem);
    letter-spacing: -0.02em;
}

/* Hero */
.fh-hero--premium {
    min-height: 760px;
    padding: calc(var(--fh-nav-height) + 96px) 24px 92px;
    text-align: left;
}

.fh-hero--premium::before {
    opacity: 1;
    background:
        radial-gradient(circle at 86% 72%, rgba(251, 146, 60, 0.18) 0%, rgba(251, 146, 60, 0) 42%),
        radial-gradient(circle at 12% 84%, rgba(45, 212, 191, 0.2) 0%, rgba(45, 212, 191, 0) 46%),
        linear-gradient(118deg, rgba(15, 23, 42, 0.86) 0%, rgba(30, 41, 59, 0.74) 52%, rgba(30, 41, 59, 0.68) 100%);
}

.fh-hero--premium::after {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.22;
    background-image: radial-gradient(rgba(255, 255, 255, 0.44) 1px, transparent 1px);
    background-size: 22px 22px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 72%);
    pointer-events: none;
}

.fh-hero--premium .fh-hero-content {
    max-width: 1280px;
}

.fh-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    align-items: center;
    gap: 36px;
}

.fh-hero-main h1 {
    margin: 0 0 16px;
}

.fh-hero-main p {
    margin: 0 0 34px;
}

.fh-hero-main .fh-hero-search {
    margin: 0;
    max-width: 760px;
}

.fh-hero-main .fh-hero-search-inner {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(148, 163, 184, 0.35);
    box-shadow: 0 26px 60px rgba(2, 6, 23, 0.3);
}

.fh-hero-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.fh-hero-primary-link,
.fh-hero-secondary-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 16px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.fh-hero-primary-link {
    background: var(--fh-brand-500);
    color: #fff;
    box-shadow: 0 10px 24px rgba(249, 115, 22, 0.34);
}

.fh-hero-primary-link:hover {
    background: var(--fh-brand-600);
    color: #fff;
    transform: translateY(-1px);
}

.fh-hero-secondary-link {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.95);
}

.fh-hero-secondary-link:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    transform: translateY(-1px);
}

.fh-hero-main .fh-hero-tags {
    justify-content: flex-start;
    margin-top: 18px;
}

.fh-hero-main .fh-hero-tags .label {
    color: rgba(255, 255, 255, 0.6);
}

.fh-hero-main .fh-hero-tag {
    background: rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.fh-hero-main .fh-hero-tag:hover {
    border-color: rgba(255, 255, 255, 0.42);
}

.fh-hero-metrics {
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.fh-hero-metric {
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(15, 23, 42, 0.3);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 12px;
}

.fh-hero-metric strong {
    display: block;
    font-size: 1.1rem;
    color: #fff;
    line-height: 1.1;
}

.fh-hero-metric span {
    display: block;
    font-size: 12px;
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.72);
}

.fh-hero-showcase {
    display: grid;
    gap: 14px;
}

.fh-hero-showcase-main {
    position: relative;
    border-radius: 24px;
    min-height: 360px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: #0f172a;
    box-shadow: 0 24px 52px rgba(2, 6, 23, 0.38);
}

.fh-hero-showcase-image {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}

.fh-hero-showcase-main::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(2, 6, 23, 0) 18%, rgba(2, 6, 23, 0.84) 100%);
}

.fh-hero-showcase-main--empty::before {
    background: linear-gradient(180deg, rgba(2, 6, 23, 0.2) 0%, rgba(2, 6, 23, 0.88) 100%);
}

.fh-hero-showcase-placeholder {
    width: 100%;
    height: 100%;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.44);
    background: linear-gradient(140deg, #1e293b 0%, #0f172a 100%);
}

.fh-hero-showcase-overlay {
    position: absolute;
    inset: auto 0 0;
    z-index: 2;
    padding: 20px;
    color: #fff;
}

.fh-hero-showcase-top {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.fh-hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.fh-hero-pill--dark {
    background: rgba(15, 23, 42, 0.65);
}

.fh-hero-showcase-overlay h3 {
    margin: 0;
    font-size: 1.38rem;
    line-height: 1.25;
    color: #fff;
}

.fh-hero-showcase-overlay p {
    margin: 8px 0 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
}

.fh-hero-showcase-list {
    display: grid;
    gap: 10px;
}

.fh-hero-mini-card {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(148, 163, 184, 0.34);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.9);
    padding: 8px;
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.fh-hero-mini-card:hover {
    border-color: rgba(249, 115, 22, 0.45);
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(2, 6, 23, 0.12);
}

.fh-hero-mini-image {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    object-fit: cover;
}

.fh-hero-mini-image--fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--fh-brand-500);
    background: var(--fh-brand-50);
}

.fh-hero-mini-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.fh-hero-mini-copy strong {
    font-size: 14px;
    color: #0f172a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fh-hero-mini-copy span {
    font-size: 12px;
    color: #64748b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fh-hero-mini-copy .fh-hero-mini-cuisine {
    font-size: 11px;
    font-weight: 700;
    color: var(--fh-brand-600);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.fh-hero-mini-arrow {
    color: #94a3b8;
}

/* Stats strip */
.fh-stats-strip--premium {
    position: relative;
    z-index: 5;
    margin-top: -34px;
    background: transparent;
    border: 0;
    padding: 0 24px;
}

.fh-stats-strip--premium .fh-stats-strip-inner {
    max-width: 1280px;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 24px 52px rgba(15, 23, 42, 0.1);
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: center;
    gap: 22px;
}

.fh-stats-intro h2 {
    margin: 10px 0 0;
    font-size: clamp(1.1rem, 2vw, 1.45rem);
    line-height: 1.35;
    color: #0f172a;
}

.fh-stats-intro p {
    margin: 10px 0 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
    max-width: 560px;
}

.fh-stats-kicker {
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 700;
    color: #f97316;
}

.fh-signals-panel {
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    padding: 12px;
}

.fh-signals-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.fh-signal-row {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #edf2f7;
    border-radius: 12px;
    padding: 10px;
}

.fh-signal-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #fff7ed;
    color: #ea580c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fh-signal-copy {
    display: inline-flex;
    flex-direction: column;
    gap: 3px;
}

.fh-signal-copy strong {
    font-size: 14px;
    line-height: 1.3;
    color: #0f172a;
    font-weight: 700;
}

.fh-signal-copy small {
    font-size: 12.5px;
    line-height: 1.45;
    color: #64748b;
}

/* Featured restaurants */
.fh-home-featured {
    padding-top: 72px;
}

.fh-home-featured-cta {
    white-space: nowrap;
}

.fh-home-featured-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 22px;
}

.fh-home-featured-card {
    display: flex;
    flex-direction: column;
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(148, 163, 184, 0.26);
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.fh-home-featured-card:hover {
    transform: translateY(-4px);
    border-color: rgba(249, 115, 22, 0.34);
    box-shadow: 0 22px 46px rgba(15, 23, 42, 0.14);
}

.fh-home-featured-media {
    position: relative;
    min-height: 210px;
    background: linear-gradient(135deg, #fef3e7, #fde2ce);
}

.fh-home-featured-media img {
    width: 100%;
    height: 100%;
    min-height: 210px;
    object-fit: cover;
}

.fh-home-featured-fallback {
    min-height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--fh-brand-500);
}

.fh-home-featured-badges {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.fh-home-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background: rgba(15, 23, 42, 0.68);
    padding: 5px 10px;
    backdrop-filter: blur(4px);
}

.fh-home-badge--soft {
    background: rgba(255, 255, 255, 0.9);
    color: #0f172a;
}

.fh-home-featured-body {
    display: grid;
    gap: 10px;
    padding: 18px;
}

.fh-home-featured-body h3 {
    margin: 0;
    font-size: 1.24rem;
    line-height: 1.3;
    color: #0f172a;
}

.fh-home-featured-location {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #64748b;
    font-size: 13px;
}

.fh-home-featured-body p {
    margin: 0;
    color: #475569;
    font-size: 14px;
    line-height: 1.65;
}

.fh-home-featured-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    border-top: 1px solid #f1f5f9;
}

.fh-home-featured-rating {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
}

.fh-home-featured-rating svg {
    width: 13px;
    height: 13px;
    color: #f59e0b;
    fill: currentColor;
    stroke-width: 1.4;
}

.fh-home-featured-price {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: var(--fh-brand-600);
}

/* How it works */
.fh-home-panel {
    margin-top: 22px;
    border-radius: 30px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
    padding: 56px 34px;
}

.fh-how-it-works .fh-how-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fh-how-it-works .fh-how-card {
    text-align: left;
    border-radius: 18px;
    padding: 24px;
    border: 1px solid #e2e8f0;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.fh-how-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.fh-how-it-works .fh-how-number {
    width: auto;
    min-width: 52px;
    height: 36px;
    border-radius: 999px;
    font-size: 13px;
    padding: 0 12px;
    margin: 0;
}

.fh-how-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #64748b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Testimonials */
.fh-home-testimonials {
    padding-top: 78px;
}

.fh-home-testimonials .fh-testimonials-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.fh-home-testimonials .fh-testimonial {
    border-radius: 20px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.fh-testimonial-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
}

.fh-testimonial-stars {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #f59e0b;
}

.fh-testimonial-stars svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
    stroke-width: 1.4;
}

.fh-testimonial-badge {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0f766e;
    background: #ccfbf1;
    border: 1px solid #99f6e4;
    border-radius: 999px;
    padding: 5px 9px;
}

.fh-home-testimonials .fh-testimonial p {
    font-style: normal;
}

.fh-home-testimonials .fh-testimonial-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, var(--fh-brand-400), var(--fh-brand-600));
}

/* CTA */
.fh-cta-banner--premium {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 56px 46px;
    background:
        radial-gradient(circle at 85% 14%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 45%),
        linear-gradient(132deg, #0f172a 0%, #1e293b 56%, var(--fh-brand-700) 100%);
    border: 1px solid rgba(148, 163, 184, 0.35);
    box-shadow: 0 26px 56px rgba(15, 23, 42, 0.28);
}

.fh-cta-banner-copy {
    max-width: 690px;
    position: relative;
    z-index: 2;
}

.fh-cta-kicker {
    display: inline-flex;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
    color: #fde68a;
    background: rgba(251, 191, 36, 0.15);
    border: 1px solid rgba(251, 191, 36, 0.3);
    margin-bottom: 12px;
}

.fh-cta-banner-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 2;
}

.fh-cta-link-secondary {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    font-weight: 600;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
}

.fh-cta-link-secondary:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.13);
}

/* Responsive */
@media (max-width: 1180px) {
    .fh-hero-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .fh-hero-showcase {
        max-width: 760px;
    }

    .fh-stats-strip--premium .fh-stats-strip-inner {
        grid-template-columns: 1fr;
    }

    .fh-how-it-works .fh-how-grid,
    .fh-home-testimonials .fh-testimonials-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fh-cta-banner--premium {
        flex-direction: column;
        align-items: flex-start;
    }

    .fh-cta-banner-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 900px) {
    .fh-hero--premium {
        min-height: 0;
        padding-bottom: 70px;
    }

    .fh-hero-main .fh-hero-tags {
        justify-content: center;
    }

    .fh-hero-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fh-how-it-works .fh-how-grid,
    .fh-home-testimonials .fh-testimonials-grid {
        grid-template-columns: 1fr;
    }

    .fh-home-panel {
        padding: 42px 22px;
    }
}

@media (max-width: 640px) {
    .fh-hero--premium {
        padding-left: 16px;
        padding-right: 16px;
    }

    .fh-hero-main,
    .fh-hero-showcase {
        width: 100%;
    }

    .fh-hero-main .fh-hero-search-inner {
        padding: 6px;
    }

    .fh-hero-main .fh-search-field input {
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .fh-hero-main .fh-hero-cta-row {
        flex-direction: column;
        align-items: stretch;
    }

    .fh-hero-main .fh-hero-primary-link,
    .fh-hero-main .fh-hero-secondary-link {
        width: 100%;
        justify-content: center;
    }

    .fh-hero-metrics {
        grid-template-columns: 1fr;
    }

    .fh-home-featured {
        padding-top: 56px;
    }

    .fh-section-header--luxury {
        flex-direction: column;
        align-items: flex-start;
    }

    .fh-cta-banner--premium {
        margin-left: 16px;
        margin-right: 16px;
        padding: 40px 24px;
    }
}
