/* Ordelio QR Menu Theme Catalog v2 */
body[class*="menu-theme-"]{font-family:var(--theme-body,Inter,system-ui,sans-serif);background:var(--page);color:var(--ink)}
body.font-system{--theme-body:system-ui,-apple-system,"Segoe UI",sans-serif;--theme-display:system-ui,-apple-system,"Segoe UI",sans-serif}
body.font-inter{--theme-body:Inter,system-ui,sans-serif;--theme-display:Manrope,Inter,system-ui,sans-serif}
body.font-poppins{--theme-body:Poppins,Inter,system-ui,sans-serif;--theme-display:Poppins,Inter,system-ui,sans-serif}
body.font-serif{--theme-body:Inter,system-ui,sans-serif;--theme-display:Georgia,"Times New Roman",serif}
body.font-rounded{--theme-body:Inter,system-ui,sans-serif;--theme-display:"Trebuchet MS",Inter,system-ui,sans-serif}
body.font-editorial{--theme-body:Inter,system-ui,sans-serif;--theme-display:Georgia,"Times New Roman",serif}
body[class*="menu-theme-"] .hero h1,body[class*="menu-theme-"] .content-title h2,body[class*="menu-theme-"] .section-head h2,body[class*="menu-theme-"] .product-title,body[class*="menu-theme-"] .modal-heading h3{font-family:var(--theme-display,Manrope,Inter,system-ui,sans-serif)}
body.layout-list .product-grid{grid-template-columns:1fr}
body.layout-list .product-card{display:grid;grid-template-columns:minmax(220px,32%) 1fr}
body.layout-list .product-media{aspect-ratio:var(--theme-image-ratio,4/3);min-height:100%}
body.layout-grid .product-media{aspect-ratio:var(--theme-image-ratio,4/3)}
body.density-compact .product-grid{gap:14px}
body.density-compact .product-body{padding:16px}
body.density-compact .section{margin-top:42px}
body.density-spacious .product-grid{gap:28px}
body.density-spacious .product-body{padding:26px}
body.density-spacious .section{margin-top:72px}
body.nav-tabs .category-panel{border-radius:16px;padding:6px}
body.nav-tabs .category-link{border-radius:10px}
body.nav-minimal .category-panel{background:transparent;border:0;box-shadow:none;padding:0}
body.nav-minimal .category-link{background:transparent;border-radius:0;border-bottom:1px solid transparent}
body.nav-minimal .category-link.active{background:transparent;border-bottom-color:var(--accent);color:var(--accent)}
body.nav-underline .category-panel{background:var(--surface);border-radius:0;border-width:0 0 1px;box-shadow:none;padding:0}
body.nav-underline .category-link{background:transparent;border-radius:0;border-bottom:2px solid transparent}
body.nav-underline .category-link.active{background:transparent;color:var(--primary);border-bottom-color:var(--accent)}
body.card-flat .product-card{box-shadow:none;border-color:var(--border)}
body.card-bordered .product-card{box-shadow:none;border:2px solid color-mix(in srgb,var(--primary) 10%,var(--border))}
body.card-soft .product-card{box-shadow:none;background:color-mix(in srgb,var(--surface) 90%,var(--accent) 4%);border-color:transparent}
body.card-floating .product-card{border-color:transparent;box-shadow:0 24px 60px rgba(var(--primary-rgb),.14)}
body.card-glass .product-card{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);backdrop-filter:blur(16px)}
body.card-neon .product-card{background:#11131b;border-color:color-mix(in srgb,var(--accent) 30%,#232635);box-shadow:0 0 0 1px rgba(var(--accent-rgb),.08),0 18px 44px rgba(0,0,0,.26)}
body.card-bold .product-card{border:2px solid var(--ink);box-shadow:8px 8px 0 var(--ink)}
body.card-image-led .product-media{min-height:240px}
body.card-editorial .product-title{letter-spacing:-.03em}

/* 01 Atlas Editorial */
body.menu-theme-atlas{--theme-body:Inter,system-ui,sans-serif;--theme-display:Manrope,Inter,sans-serif;--surface:#fff;--surface-soft:#eef2f6;--border:rgba(19,34,56,.1);--muted:#607087}
body.menu-theme-atlas .hero{background:linear-gradient(120deg,#0e1d30 0%,var(--primary) 58%,var(--secondary) 100%)}
body.menu-theme-atlas .hero.has-cover{background-image:linear-gradient(105deg,rgba(8,20,36,.96),rgba(var(--primary-rgb),.77) 58%,rgba(var(--primary-rgb),.32)),var(--hero-image)}
body.menu-theme-atlas .hero h1{max-width:780px;letter-spacing:-.06em}
body.menu-theme-atlas .category-panel{box-shadow:0 20px 55px rgba(19,34,56,.13)}
body.menu-theme-atlas .product-card{border-radius:24px}
body.menu-theme-atlas .product-kicker{letter-spacing:.13em;text-transform:uppercase}

/* 02 Ember Kitchen */
body.menu-theme-ember{--theme-body:Inter,system-ui,sans-serif;--theme-display:Georgia,"Times New Roman",serif;--surface:#fffaf4;--surface-soft:#f7eadf;--border:rgba(63,33,27,.14);--muted:#7b625a}
body.menu-theme-ember .hero{background:linear-gradient(135deg,#2c1712,#7c2d12 62%,#9a3412)}
body.menu-theme-ember .hero::before{background:rgba(249,115,22,.28)}
body.menu-theme-ember .hero h1{font-weight:700;letter-spacing:-.035em}
body.menu-theme-ember .category-link.active{background:#3f211b;color:#fff}
body.menu-theme-ember .product-card{background:#fffaf4;border-color:rgba(124,45,18,.14);border-radius:18px}
body.menu-theme-ember .product-media{filter:saturate(1.08) contrast(1.03)}
body.menu-theme-ember .product-title{font-family:Georgia,serif;font-size:1.12rem}
body.menu-theme-ember .section-icon{border-radius:50%}

/* 03 Noir Dining */
body.menu-theme-noir{--theme-body:Inter,system-ui,sans-serif;--theme-display:Georgia,"Times New Roman",serif;--surface:#171719;--surface-soft:#1f1f22;--border:rgba(255,255,255,.1);--muted:#a1a1aa;--page:#101012;--ink:#fafaf9;color-scheme:dark}
body.menu-theme-noir .hero{background:#09090b}
body.menu-theme-noir .hero.has-cover{background-image:linear-gradient(100deg,rgba(0,0,0,.95),rgba(0,0,0,.62)),var(--hero-image)}
body.menu-theme-noir .hero::before{background:rgba(212,175,55,.16)}
body.menu-theme-noir .brand-mark{background:#d4af37;color:#09090b}
body.menu-theme-noir .hero h1{font-weight:500;letter-spacing:-.035em}
body.menu-theme-noir .category-panel{background:rgba(23,23,25,.92);border-color:rgba(255,255,255,.1)}
body.menu-theme-noir .category-link{color:#d4d4d8}
body.menu-theme-noir .category-link.active{background:#d4af37;color:#09090b}
body.menu-theme-noir .product-card{color:#fafaf9;background:#171719;border-color:rgba(255,255,255,.1)}
body.menu-theme-noir .product-description,body.menu-theme-noir .product-kicker,body.menu-theme-noir .section-head p{color:#a1a1aa}
body.menu-theme-noir .modal-card,body.menu-theme-noir .cart-drawer,body.menu-theme-noir .checkout{background:#171719;color:#fafaf9}
body.menu-theme-noir .option-row,body.menu-theme-noir .qty-btn,body.menu-theme-noir .drawer-close,body.menu-theme-noir .field input,body.menu-theme-noir .field textarea{background:#202024;color:#fafaf9;border-color:rgba(255,255,255,.12)}

/* 04 Nordic Light */
body.menu-theme-nordic{--theme-body:Inter,system-ui,sans-serif;--theme-display:Inter,system-ui,sans-serif;--surface:#fff;--surface-soft:#f8fafc;--border:rgba(15,23,42,.09);--muted:#64748b}
body.menu-theme-nordic .hero{min-height:380px;color:#0f172a;background:#f8fafc;border-bottom:1px solid #e2e8f0}
body.menu-theme-nordic .hero.has-cover{background-image:linear-gradient(90deg,rgba(248,250,252,.98),rgba(248,250,252,.84)),var(--hero-image)}
body.menu-theme-nordic .hero-grid{min-height:380px;padding-bottom:72px}
body.menu-theme-nordic .brand-copy span,body.menu-theme-nordic .hero-description{color:#64748b}
body.menu-theme-nordic .hero-eyebrow,body.menu-theme-nordic .hero h1{color:#0f172a}
body.menu-theme-nordic .hero-chip,body.menu-theme-nordic .language-select{color:#0f172a;background:#fff;border-color:#e2e8f0}
body.menu-theme-nordic .category-dock{margin-top:-24px}
body.menu-theme-nordic .product-card{border-radius:8px;box-shadow:none}
body.menu-theme-nordic .product-title{font-weight:700}
body.menu-theme-nordic .add-btn{border-radius:8px}

/* 05 Botanical Fresh */
body.menu-theme-botanical{--theme-body:Inter,system-ui,sans-serif;--theme-display:"Trebuchet MS",Inter,sans-serif;--surface:#fff;--surface-soft:#eef6e9;--border:rgba(22,58,42,.1);--muted:#617263}
body.menu-theme-botanical .hero{background:linear-gradient(135deg,#163a2a,#2f6143 62%,#548c55)}
body.menu-theme-botanical .hero::before{background:rgba(163,230,53,.18)}
body.menu-theme-botanical .product-card{border-radius:30px;background:#fff;border-color:rgba(22,58,42,.08);box-shadow:0 18px 42px rgba(22,58,42,.08)}
body.menu-theme-botanical .product-media{border-radius:24px 24px 0 0}
body.menu-theme-botanical .section-icon,body.menu-theme-botanical .add-btn{border-radius:999px}
body.menu-theme-botanical .category-panel{background:rgba(255,255,255,.9)}

/* 06 Coast & Blue */
body.menu-theme-coast{--theme-body:Inter,system-ui,sans-serif;--theme-display:Manrope,Inter,sans-serif;--surface:#fff;--surface-soft:#e9f8fd;--border:rgba(12,74,110,.09);--muted:#5b7584}
body.menu-theme-coast .hero{background:linear-gradient(125deg,#0c4a6e,#0369a1 58%,#0891b2)}
body.menu-theme-coast .hero::after{background:rgba(255,255,255,.16)}
body.menu-theme-coast .category-panel{border-radius:999px}
body.menu-theme-coast .product-card{border-radius:28px;border-color:transparent;box-shadow:0 22px 60px rgba(3,105,161,.12)}
body.menu-theme-coast .product-media{border-radius:28px 28px 14px 14px}
body.menu-theme-coast .section-icon{background:#dff7ff;color:#0369a1}

/* 07 Heritage Anatolia */
body.menu-theme-heritage{--theme-body:Inter,system-ui,sans-serif;--theme-display:Georgia,"Times New Roman",serif;--surface:#fffdf8;--surface-soft:#f5ecdc;--border:rgba(76,29,29,.14);--muted:#7d665c}
body.menu-theme-heritage .hero{background:#4c1d1d}
body.menu-theme-heritage .hero.has-cover{background-image:linear-gradient(90deg,rgba(63,20,20,.94),rgba(76,29,29,.7)),var(--hero-image)}
body.menu-theme-heritage .hero::before{border:1px solid rgba(201,151,54,.35);background:transparent}
body.menu-theme-heritage .hero h1{font-weight:500;letter-spacing:-.03em}
body.menu-theme-heritage .category-panel{border:1px solid rgba(76,29,29,.15);border-radius:10px}
body.menu-theme-heritage .category-link{border-radius:7px}
body.menu-theme-heritage .product-card{border-radius:10px;border:1px solid rgba(76,29,29,.16);box-shadow:none}
body.menu-theme-heritage .product-title{font-family:Georgia,serif;font-size:1.1rem}
body.menu-theme-heritage .section-head{border-bottom:1px solid rgba(76,29,29,.14);padding-bottom:16px}

/* 08 Neon Social */
body.menu-theme-neon{--theme-body:Inter,system-ui,sans-serif;--theme-display:"Trebuchet MS",Inter,sans-serif;--surface:#11131b;--surface-soft:#171a24;--border:rgba(163,255,18,.15);--muted:#9ba3b4;--page:#0a0b11;--ink:#f8fafc;color-scheme:dark}
body.menu-theme-neon .hero{background:radial-gradient(circle at 80% 10%,rgba(163,255,18,.13),transparent 28%),linear-gradient(130deg,#0a0b11,#191b2d 68%,#312e81)}
body.menu-theme-neon .hero h1{text-transform:uppercase;letter-spacing:-.04em}
body.menu-theme-neon .category-panel{background:rgba(17,19,27,.88);border-color:rgba(163,255,18,.15);box-shadow:0 0 42px rgba(163,255,18,.06)}
body.menu-theme-neon .category-link{color:#d8dee9}
body.menu-theme-neon .category-link.active{background:#a3ff12;color:#0a0b11}
body.menu-theme-neon .product-card{color:#f8fafc;background:#11131b;border-color:rgba(163,255,18,.16)}
body.menu-theme-neon .product-description,body.menu-theme-neon .product-kicker,body.menu-theme-neon .section-head p{color:#9ba3b4}
body.menu-theme-neon .add-btn{background:#a3ff12;color:#0a0b11;box-shadow:0 0 24px rgba(163,255,18,.25)}
body.menu-theme-neon .modal-card,body.menu-theme-neon .cart-drawer,body.menu-theme-neon .checkout{background:#11131b;color:#f8fafc}
body.menu-theme-neon .option-row,body.menu-theme-neon .qty-btn,body.menu-theme-neon .drawer-close,body.menu-theme-neon .field input,body.menu-theme-neon .field textarea{background:#171a24;color:#f8fafc;border-color:rgba(163,255,18,.16)}

/* 09 Sunday Brunch */
body.menu-theme-brunch{--theme-body:Inter,system-ui,sans-serif;--theme-display:"Trebuchet MS",Inter,sans-serif;--surface:#fff;--surface-soft:#fff0f3;--border:rgba(124,58,84,.09);--muted:#806573}
body.menu-theme-brunch .hero{color:#4a2632;background:linear-gradient(135deg,#fff4f6,#ffdbe4 55%,#ffe8c7)}
body.menu-theme-brunch .hero.has-cover{background-image:linear-gradient(90deg,rgba(255,247,248,.96),rgba(255,247,248,.74)),var(--hero-image)}
body.menu-theme-brunch .hero-description,body.menu-theme-brunch .brand-copy span{color:#806573}
body.menu-theme-brunch .hero-eyebrow,body.menu-theme-brunch .hero h1{color:#4a2632}
body.menu-theme-brunch .hero-chip,body.menu-theme-brunch .language-select{color:#4a2632;background:rgba(255,255,255,.72);border-color:rgba(124,58,84,.12)}
body.menu-theme-brunch .brand-mark{background:#fff;color:#7c3a54}
body.menu-theme-brunch .product-card{border-radius:30px;background:#fff;border-color:rgba(124,58,84,.08);box-shadow:0 20px 44px rgba(124,58,84,.08)}
body.menu-theme-brunch .section-icon{border-radius:999px}

/* 10 Street Bold */
body.menu-theme-street{--theme-body:Inter,system-ui,sans-serif;--theme-display:"Arial Black",Inter,sans-serif;--surface:#fff;--surface-soft:#f4f4f5;--border:rgba(24,24,27,.18);--muted:#65656d}
body.menu-theme-street .hero{background:linear-gradient(110deg,#18181b 0%,#27272a 68%,#ef4444 160%)}
body.menu-theme-street .hero h1{text-transform:uppercase;letter-spacing:-.055em;line-height:.96}
body.menu-theme-street .hero-eyebrow{color:#fca5a5}
body.menu-theme-street .category-panel{border:2px solid #18181b;box-shadow:7px 7px 0 #18181b;border-radius:8px}
body.menu-theme-street .category-link{border-radius:5px;font-weight:900;text-transform:uppercase;font-size:11px}
body.menu-theme-street .product-card{border:2px solid #18181b;border-radius:8px;box-shadow:8px 8px 0 #18181b}
body.menu-theme-street .product-title{text-transform:uppercase;letter-spacing:-.03em}
body.menu-theme-street .add-btn{border:2px solid #18181b;border-radius:5px;box-shadow:3px 3px 0 #18181b}
body.menu-theme-street .section-count{border:2px solid #18181b;border-radius:5px}

@media(max-width:700px){body.layout-list .product-card{grid-template-columns:132px 1fr}body.layout-list .product-media{min-height:176px}body.menu-theme-street .product-card{box-shadow:5px 5px 0 #18181b}body.menu-theme-coast .category-panel{border-radius:20px}body.density-spacious .product-body{padding:18px}}
@media(prefers-reduced-motion:reduce){body[class*="menu-theme-"] *{transition:none!important;animation:none!important}}
