/*
Theme Name:  Asaba Seafood
Theme URI:   https://asabaseafood.com/
Author:      Asaba Seafood Restaurant
Author URI:  https://asabaseafood.com/
Description: Custom dark-mode Elementor theme for Asaba Seafood Restaurant — featuring the signature ocean-dark design system, WooCommerce integration, animated hero, category grid, and floating cart. Built for asabaseafood.com.
Version:     1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License:     GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: asaba-seafood
Tags:        elementor, woocommerce, dark, restaurant, food, one-page, custom-background
*/

/* ═══════════════════════════════════════════
   ASABA SEAFOOD — DESIGN SYSTEM
   ═══════════════════════════════════════════ */

:root {
  --bg:       #080C10;
  --surface:  #101419;
  --card:     #161C24;
  --card2:    #1E2630;
  --border:   rgba(255,255,255,0.07);
  --border2:  rgba(255,255,255,0.12);
  --orange:   #FF6240;
  --orange2:  #FF8060;
  --teal:     #00D4A8;
  --teal2:    #00F0C0;
  --gold:     #F4C153;
  --white:    #FFFFFF;
  --cream:    #F0EDE8;
  --muted:    #8896A6;
  --muted2:   #5E6E7E;
  --font-display: 'Clash Display', 'Plus Jakarta Sans', sans-serif;
  --font-body:    'Plus Jakarta Sans', sans-serif;
  --r-sm:  10px;
  --r-md:  16px;
  --r-lg:  22px;
  --r-xl:  32px;
}

/* ── Reset & Base ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

/* Remove default WP admin bar spacing issues */
body.admin-bar #wpadminbar { position: fixed; }

/* ── Typography ── */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  color: var(--white);
  line-height: 1.15;
}
a { color: var(--orange); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--orange2); }
p { color: var(--muted); }

/* ── Scrollbar ── */
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.1); border-radius: 2px; }

/* ── Site Wrapper ── */
#page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: var(--bg);
  overflow-x: hidden;
}

/* ── Skip Link ── */
.skip-link {
  position: absolute; top: -40px; left: 0; z-index: 999;
  background: var(--orange); color: #fff; padding: 8px 16px;
  border-radius: 0 0 8px 0;
  transition: top 0.2s;
}
.skip-link:focus { top: 0; }

/* ── Site Main ── */
#content { flex: 1; width: 100%; min-width: 0; }

/* ── Elementor override: make sections full-width ── */
.elementor-section.elementor-section-full_width { padding: 0; }

/* ═══════════════════════════════════════════
   TOPBAR / HEADER
   ═══════════════════════════════════════════ */
.asaba-topbar {
  height: 68px;
  background: rgba(8,12,16,0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  padding: 0 32px;
  gap: 16px;
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
  min-width: 0;
}
.asaba-topbar .site-logo img { height: 48px; width: auto; object-fit: contain; }
.asaba-topbar .topbar-spacer { flex: 1; }

.topbar-search {
  flex: 1; max-width: 420px; min-width: 0;
  display: flex; align-items: center; gap: 10px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 0 16px;
  height: 40px;
  transition: border-color 0.2s;
}
.topbar-search:focus-within { border-color: var(--orange); }
.topbar-search input {
  flex: 1; background: none; border: none; outline: none;
  color: var(--white); font-size: 14px; font-family: var(--font-body); min-width: 0;
}
.topbar-search input::placeholder { color: var(--muted2); }
.search-icon { color: var(--muted); font-size: 16px; }

.topbar-right { margin-left: auto; display: flex; align-items: center; gap: 12px; flex-shrink: 0; }

.topbar-btn {
  width: 40px; height: 40px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: 17px;
  position: relative;
  transition: background 0.2s;
  text-decoration: none; color: var(--white);
}
.topbar-btn:hover { background: var(--card2); color: var(--white); }

.topbar-cart-btn {
  display: flex; align-items: center; gap: 8px;
  background: var(--orange); color: #fff;
  border-radius: 10px; padding: 0 16px; height: 40px;
  font-size: 13px; font-weight: 700;
  transition: background 0.2s; white-space: nowrap;
  text-decoration: none;
}
.topbar-cart-btn:hover { background: var(--orange2); color: #fff; }
.topbar-cart-count {
  background: rgba(0,0,0,0.25);
  border-radius: 6px; padding: 2px 7px;
  font-size: 12px; font-weight: 700;
}
.notif-dot {
  position: absolute; top: 8px; right: 8px;
  width: 7px; height: 7px;
  background: var(--orange); border-radius: 50%;
  border: 1.5px solid var(--bg);
}

/* Location block */
.topbar-location { display: flex; align-items: center; gap: 8px; cursor: pointer; flex-shrink: 0; }
.loc-icon {
  width: 32px; height: 32px;
  background: rgba(255,98,64,0.15); border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 15px; flex-shrink: 0;
}
.loc-text { font-size: 13px; font-weight: 500; color: var(--white); }
.loc-sub { font-size: 11px; color: var(--muted); margin-top: 1px; }

/* ═══════════════════════════════════════════
   BOTTOM NAV
   ═══════════════════════════════════════════ */
.asaba-bottom-nav {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  height: 72px;
  background: rgba(16,20,25,0.96);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-around;
  z-index: 990;
  padding: 0 8px;
  padding-bottom: env(safe-area-inset-bottom, 0px);
}
.asaba-bottom-nav .nav-item {
  flex: 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 5px; padding: 8px 4px;
  cursor: pointer; position: relative;
  transition: all 0.2s;
  text-decoration: none; color: var(--muted);
  border-radius: var(--r-md); max-width: 80px;
}
.asaba-bottom-nav .nav-item:hover { color: var(--white); }
.asaba-bottom-nav .nav-item.current-menu-item,
.asaba-bottom-nav .nav-item.active { color: var(--orange); }
.asaba-bottom-nav .nav-icon-wrap {
  position: relative; width: 40px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 10px; transition: all 0.2s;
}
.asaba-bottom-nav .nav-item.active .nav-icon-wrap { background: rgba(255,98,64,0.15); }
.asaba-bottom-nav .nav-item:hover .nav-icon-wrap { background: rgba(255,255,255,0.06); }
.asaba-bottom-nav .nav-icon { font-size: 20px; line-height: 1; }
.asaba-bottom-nav .nav-label { font-size: 10px; font-weight: 600; letter-spacing: 0.03em; white-space: nowrap; }
.nav-logo-center {
  flex: 1; max-width: 72px;
  display: flex; align-items: center; justify-content: center; cursor: pointer;
}
.logo-mark-sm {
  width: 44px; height: 44px;
  background: linear-gradient(135deg, var(--orange), var(--orange2));
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
  box-shadow: 0 4px 20px rgba(255,98,64,0.4);
  transition: all 0.2s;
  border: 2px solid rgba(255,255,255,0.12);
}
.logo-mark-sm:hover { transform: scale(1.08); }

/* ═══════════════════════════════════════════
   PAGE CONTENT AREA
   ═══════════════════════════════════════════ */
.site-main {
  padding-bottom: calc(72px + 16px); /* space for bottom nav */
}

/* ── Elementor sections inside main ── */
.elementor-section { width: 100%; }

/* ═══════════════════════════════════════════
   BUTTONS (shared)
   ═══════════════════════════════════════════ */
.btn-fill {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--orange); color: var(--white);
  border-radius: 12px; padding: 12px 24px;
  font-size: 14px; font-weight: 700;
  cursor: pointer; border: none;
  transition: all 0.2s; font-family: var(--font-body);
  text-decoration: none;
}
.btn-fill:hover { background: var(--orange2); color: #fff; transform: translateY(-1px); }

.btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: var(--white);
  border: 1px solid var(--border2);
  border-radius: 12px; padding: 12px 22px;
  font-size: 14px; font-weight: 600;
  cursor: pointer; font-family: var(--font-body);
  transition: all 0.2s; text-decoration: none;
}
.btn-outline:hover { background: var(--card2); border-color: rgba(255,255,255,0.2); color: #fff; }

/* ═══════════════════════════════════════════
   HERO SECTION
   ═══════════════════════════════════════════ */
.asaba-hero {
  border-radius: var(--r-xl);
  background: var(--card);
  overflow: hidden; position: relative;
  padding: 40px 48px;
  display: grid; grid-template-columns: 1fr auto;
  align-items: center; gap: 32px;
  margin: 32px; margin-bottom: 40px;
  border: 1px solid var(--border);
}
.hero-glow {
  position: absolute; top: -60px; left: -60px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(255,98,64,0.18) 0%, transparent 70%);
  pointer-events: none;
}
.hero-tag {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,98,64,0.15);
  border: 1px solid rgba(255,98,64,0.25);
  border-radius: 50px; padding: 5px 14px;
  font-size: 12px; font-weight: 600;
  color: var(--orange2); letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.hero-tag-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--orange);
  animation: pulse 2s infinite;
}
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.6;transform:scale(0.8)} }
.hero-title {
  font-family: var(--font-display);
  font-size: 42px; font-weight: 700;
  line-height: 1.1; color: var(--white);
  margin-bottom: 14px;
}
.hero-title .highlight { color: var(--orange); }
.hero-desc { font-size: 15px; line-height: 1.65; color: var(--muted); max-width: 400px; margin-bottom: 28px; }
.hero-actions { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.hero-plate {
  width: 240px; height: 240px; border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(255,98,64,0.2), rgba(0,212,168,0.1), rgba(8,12,16,0.8));
  border: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  font-size: 100px;
  animation: heroFloat 5s ease-in-out infinite;
  box-shadow: 0 0 60px rgba(255,98,64,0.15);
}
@keyframes heroFloat { 0%,100%{transform:translateY(0) rotate(0deg)} 50%{transform:translateY(-10px) rotate(3deg)} }
.hero-chip {
  position: absolute;
  background: var(--card2); border: 1px solid var(--border2);
  border-radius: 50px; padding: 8px 14px;
  font-size: 12px; font-weight: 600;
  display: flex; align-items: center; gap: 8px;
  white-space: nowrap; box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}
.hero-chip-1 { top: 10px; right: -20px; }
.hero-chip-2 { bottom: 30px; left: -30px; }
.hero-badge {
  position: absolute; top: -10px; left: 10px;
  background: var(--gold); border-radius: 10px; padding: 6px 12px;
  font-size: 11px; font-weight: 700; color: #1A1200;
}

/* ═══════════════════════════════════════════
   SECTION HEADERS
   ═══════════════════════════════════════════ */
.section-header {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 20px; padding: 0 32px;
}
.section-title { font-family: var(--font-display); font-size: 22px; font-weight: 600; color: var(--white); }
.section-sub { font-size: 13px; color: var(--muted); margin-top: 3px; }
.see-all {
  font-size: 13px; font-weight: 600; color: var(--orange);
  text-decoration: none; display: flex; align-items: center; gap: 4px;
  transition: color 0.2s;
}
.see-all:hover { color: var(--orange2); }

/* ═══════════════════════════════════════════
   CATEGORY GRID
   ═══════════════════════════════════════════ */
.asaba-cat-grid {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 12px; padding: 0 32px; margin-bottom: 40px;
}
.cg-card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 20px 10px 16px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 10px; cursor: pointer;
  transition: all 0.25s cubic-bezier(.34,1.56,.64,1);
  text-decoration: none;
}
.cg-card:hover {
  background: rgba(255,98,64,0.1);
  border-color: rgba(255,98,64,0.3);
  transform: translateY(-4px) scale(1.03);
}
.cg-ico { font-size: 32px; transition: transform 0.28s cubic-bezier(.34,1.56,.64,1); display: block; }
.cg-card:hover .cg-ico { transform: scale(1.2) rotate(-8deg); }
.cg-lbl { font-size: 11px; font-weight: 600; color: var(--muted); text-align: center; line-height: 1.3; transition: color 0.2s; }
.cg-card:hover .cg-lbl { color: var(--orange2); }

/* ═══════════════════════════════════════════
   DISH GRID
   ═══════════════════════════════════════════ */
.asaba-dish-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px; padding: 0 32px; margin-bottom: 48px;
}
.dish-card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--r-lg); overflow: hidden;
  transition: all 0.32s cubic-bezier(.4,0,.2,1);
  cursor: pointer;
}
.dish-card:hover {
  border-color: rgba(255,98,64,0.35);
  transform: translateY(-6px);
  box-shadow: 0 24px 64px rgba(0,0,0,0.55);
}
.dish-img {
  height: 180px;
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.dish-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.38s ease; }
.dish-card:hover .dish-img img { transform: scale(1.08); }
.dish-emoji { font-size: 80px; transition: transform 0.38s cubic-bezier(.34,1.56,.64,1); position: relative; z-index: 1; filter: drop-shadow(0 8px 16px rgba(0,0,0,0.4)); }
.dish-card:hover .dish-emoji { transform: scale(1.22) rotate(-8deg); }
.dish-label {
  position: absolute; top: 12px; left: 12px;
  border-radius: 6px; padding: 4px 10px;
  font-size: 10px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
}
.dish-label.hot { background: var(--orange); color: #fff; }
.dish-label.new { background: var(--teal); color: #fff; }
.dish-fav {
  position: absolute; top: 12px; right: 12px;
  width: 32px; height: 32px;
  background: rgba(0,0,0,0.3); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 9px;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; cursor: pointer; transition: all 0.2s;
}
.dish-body { padding: 16px; }
.dish-cat { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); margin-bottom: 6px; }
.dish-name { font-family: var(--font-display); font-size: 16px; font-weight: 600; color: var(--white); line-height: 1.25; margin-bottom: 10px; }
.dish-meta { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.dish-rating { font-size: 12px; font-weight: 600; color: var(--gold); }
.dish-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--muted2); }
.dish-time { font-size: 12px; color: var(--muted); }
.dish-footer { display: flex; align-items: center; justify-content: space-between; }
.dish-price { font-family: var(--font-display); font-size: 20px; font-weight: 700; color: var(--gold); }
.dish-price span { font-size: 12px; font-weight: 500; color: var(--muted); }
.add-btn {
  width: 36px; height: 36px;
  background: var(--orange); border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; cursor: pointer;
  transition: all 0.2s; border: none; color: white; font-weight: 300;
}
.add-btn:hover { background: var(--orange2); transform: scale(1.1); }

/* ═══════════════════════════════════════════
   STATS ROW
   ═══════════════════════════════════════════ */
.asaba-stats-row {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 12px; padding: 0 32px; margin-bottom: 40px;
}
.stat-card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 20px 22px;
  transition: border-color 0.2s, transform 0.2s;
}
.stat-card:hover { border-color: var(--border2); transform: translateY(-2px); }
.stat-icon { width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 18px; margin-bottom: 14px; }
.ic-orange { background: rgba(255,98,64,0.15); }
.ic-teal   { background: rgba(0,212,168,0.12); }
.ic-gold   { background: rgba(244,193,83,0.12); }
.ic-blue   { background: rgba(100,160,255,0.12); }
.stat-val { font-family: var(--font-display); font-size: 36px; font-weight: 800; color: var(--gold); line-height: 1; margin-bottom: 6px; }
.stat-label { font-size: 12px; color: var(--muted); font-weight: 500; }
.stat-trend { display: inline-flex; align-items: center; gap: 4px; font-size: 11px; font-weight: 600; margin-top: 8px; padding: 3px 8px; border-radius: 6px; }
.trend-up  { background: rgba(0,212,168,0.12); color: var(--teal); }
.trend-new { background: rgba(255,98,64,0.12); color: var(--orange2); }

/* ═══════════════════════════════════════════
   PROMO STRIP
   ═══════════════════════════════════════════ */
.asaba-promo-strip {
  border-radius: var(--r-lg);
  background: linear-gradient(135deg, rgba(255,98,64,0.12) 0%, rgba(0,212,168,0.08) 100%);
  border: 1px solid rgba(255,98,64,0.2);
  padding: 24px 28px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; margin: 0 32px 40px;
}
.promo-left { display: flex; align-items: center; gap: 16px; }
.promo-icon { width: 52px; height: 52px; background: rgba(255,98,64,0.15); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 24px; flex-shrink: 0; }
.promo-title { font-family: var(--font-display); font-size: 18px; font-weight: 700; color: var(--white); margin-bottom: 3px; }
.promo-sub { font-size: 13px; color: var(--muted); }
.promo-code { color: var(--orange); font-weight: 700; }

/* ═══════════════════════════════════════════
   HORIZONTAL SCROLL ROWS
   ═══════════════════════════════════════════ */
.scroll-row { display: flex; gap: 14px; overflow-x: auto; padding: 0 32px 8px; scrollbar-width: none; margin-bottom: 40px; }
.scroll-row::-webkit-scrollbar { display: none; }
.special-card {
  min-width: 300px; background: var(--card);
  border: 1px solid var(--border); border-radius: var(--r-lg);
  overflow: hidden; flex-shrink: 0;
  transition: all 0.3s; cursor: pointer;
  display: flex; flex-direction: column;
}
.special-card:hover { border-color: rgba(0,212,168,0.25); transform: translateY(-3px); }
.special-img { height: 140px; display: flex; align-items: center; justify-content: center; font-size: 60px; background: linear-gradient(135deg, rgba(0,212,168,0.08), rgba(255,98,64,0.06)); }
.special-img img { width: 100%; height: 100%; object-fit: cover; }
.special-body { padding: 14px 16px; }
.special-cat { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--teal); margin-bottom: 5px; }
.special-name { font-family: var(--font-display); font-size: 15px; font-weight: 600; color: var(--white); margin-bottom: 8px; }
.special-footer { display: flex; align-items: center; justify-content: space-between; }
.special-price { font-size: 16px; font-weight: 700; color: var(--white); font-family: var(--font-display); }

/* ═══════════════════════════════════════════
   FLOATING CART BUTTON
   ═══════════════════════════════════════════ */
.asaba-cart-float {
  position: fixed; bottom: calc(72px + 16px); right: 28px;
  background: var(--orange);
  border-radius: 50px; padding: 14px 22px;
  display: flex; align-items: center; gap: 12px;
  cursor: pointer;
  box-shadow: 0 8px 32px rgba(255,98,64,0.4);
  transition: all 0.25s;
  z-index: 980;
  font-size: 14px; font-weight: 700; color: white;
  border: none; text-decoration: none;
  font-family: var(--font-body);
}
.asaba-cart-float:hover { background: var(--orange2); color: #fff; transform: translateY(-2px); box-shadow: 0 12px 40px rgba(255,98,64,0.5); }
.cart-float-count {
  background: rgba(0,0,0,0.25); border-radius: 50%;
  width: 28px; height: 28px;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px;
}
.cart-float-price { opacity: 0.85; }

/* ═══════════════════════════════════════════
   WOOCOMMERCE OVERRIDES
   ═══════════════════════════════════════════ */

/* Product archive */
.woocommerce ul.products { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; margin: 0; padding: 0 32px 48px; list-style: none; }
.woocommerce ul.products li.product { background: var(--card); border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; transition: all 0.3s; margin: 0; }
.woocommerce ul.products li.product:hover { border-color: rgba(255,98,64,0.35); transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,0,0,0.5); }
.woocommerce ul.products li.product a.woocommerce-loop-product__link img { width: 100%; height: 200px; object-fit: cover; display: block; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-family: var(--font-display); font-size: 15px; font-weight: 600; color: var(--white); padding: 12px 16px 4px; margin: 0; }
.woocommerce ul.products li.product .price { padding: 4px 16px 8px; font-family: var(--font-display); font-size: 18px; font-weight: 700; color: var(--gold); display: block; }
.woocommerce ul.products li.product .price del { color: var(--muted2); font-size: 13px; }
.woocommerce ul.products li.product .price ins { text-decoration: none; }

/* Add to cart button */
.woocommerce ul.products li.product .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: var(--orange); color: #fff;
  border-radius: 10px; font-family: var(--font-body);
  font-weight: 700; font-size: 13px;
  border: none; transition: background 0.2s;
  padding: 10px 18px; margin: 0 16px 16px;
  display: inline-block;
}
.woocommerce ul.products li.product .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover { background: var(--orange2); color: #fff; }

/* Single product */
.woocommerce div.product { padding: 32px; }
.woocommerce div.product .product_title { font-family: var(--font-display); font-size: 32px; font-weight: 700; color: var(--white); margin-bottom: 16px; }
.woocommerce div.product p.price { font-family: var(--font-display); font-size: 28px; font-weight: 700; color: var(--gold); }
.woocommerce div.product .woocommerce-product-details__short-description { color: var(--muted); }
.woocommerce div.product img { border-radius: var(--r-lg); }

/* Cart & Checkout */
.woocommerce table.shop_table { background: var(--card); border: 1px solid var(--border); border-radius: var(--r-lg); color: var(--white); }
.woocommerce table.shop_table th { background: var(--card2); color: var(--muted); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.woocommerce table.shop_table td { border-bottom: 1px solid var(--border); padding: 14px 16px; color: var(--white); }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button { background: var(--orange); color: #fff; border-radius: 12px; font-family: var(--font-display); font-size: 16px; font-weight: 700; padding: 14px 28px; }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover { background: var(--orange2); }

/* Form fields */
.woocommerce .woocommerce-input-group input.input-text,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  background: var(--card); color: var(--white);
  border: 1px solid var(--border); border-radius: var(--r-sm);
  padding: 12px 16px; font-family: var(--font-body);
  transition: border-color 0.2s;
}
.woocommerce form .form-row input.input-text:focus { border-color: var(--orange); outline: none; }
.woocommerce form .form-row label { color: var(--muted); font-size: 13px; font-weight: 600; }

/* Messages */
.woocommerce-message, .woocommerce-info { background: var(--card2); border-left: 4px solid var(--orange); color: var(--white); border-radius: 0 var(--r-sm) var(--r-sm) 0; }
.woocommerce-error { background: var(--card2); border-left: 4px solid #e74c3c; color: var(--white); border-radius: 0 var(--r-sm) var(--r-sm) 0; }

/* ═══════════════════════════════════════════
   BLOG / POSTS
   ═══════════════════════════════════════════ */
.blog-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px; padding: 32px;
}
.blog-card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--r-lg); overflow: hidden;
  transition: all 0.3s;
}
.blog-card:hover { border-color: rgba(255,98,64,0.3); transform: translateY(-4px); }
.blog-card .post-thumbnail img { width: 100%; height: 200px; object-fit: cover; display: block; transition: transform 0.35s; }
.blog-card:hover .post-thumbnail img { transform: scale(1.04); }
.blog-card-body { padding: 20px; }
.blog-cat { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); margin-bottom: 8px; }
.blog-title { font-family: var(--font-display); font-size: 18px; font-weight: 600; color: var(--white); line-height: 1.3; margin-bottom: 10px; }
.blog-excerpt { font-size: 13px; color: var(--muted); line-height: 1.6; margin-bottom: 16px; }
.blog-meta { display: flex; align-items: center; gap: 10px; font-size: 11px; color: var(--muted2); }
.blog-read-more { font-size: 13px; font-weight: 600; color: var(--orange); }

/* ── Single post ── */
.single-post-content {
  max-width: 760px; margin: 0 auto;
  padding: 40px 32px calc(72px + 40px);
}
.single-post-content h1 { font-family: var(--font-display); font-size: 36px; font-weight: 700; color: var(--white); margin-bottom: 20px; }
.single-post-content p { color: var(--muted); margin-bottom: 16px; }
.single-post-content h2, .single-post-content h3 { color: var(--white); margin: 24px 0 12px; }
.single-post-content img { width: 100%; border-radius: var(--r-lg); margin: 20px 0; }
.single-post-content a { color: var(--orange); }

/* ═══════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════ */
.asaba-footer {
  border-top: 1px solid var(--border);
  padding: 40px 32px calc(72px + 24px);
}
.footer-info-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px; margin-bottom: 32px;
}
.footer-col-label {
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 12px;
}
.footer-col p { font-size: 14px; color: var(--white); line-height: 1.6; }
.footer-col a { display: block; font-size: 14px; margin-bottom: 6px; }
.footer-copyright { text-align: center; padding-top: 24px; font-size: 12px; color: var(--muted2); border-top: 1px solid var(--border); }
.footer-links { display: flex; justify-content: center; gap: 20px; margin-top: 8px; }
.footer-links a { font-size: 12px; color: var(--muted2); }
.footer-links a:hover { color: var(--orange); }

/* ═══════════════════════════════════════════
   PAGE TEMPLATES (About, Contact)
   ═══════════════════════════════════════════ */
.page-hero {
  padding: 60px 32px 40px;
  text-align: center; position: relative; overflow: hidden;
}
.page-hero h1 { font-size: 48px; font-weight: 700; margin-bottom: 16px; }
.page-hero p { font-size: 16px; color: var(--muted); max-width: 600px; margin: 0 auto; }

.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 32px; padding: 0 32px 40px;
}
.contact-info-card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 32px;
}
.contact-form-wrap {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 32px;
}
.contact-form-wrap input,
.contact-form-wrap textarea {
  width: 100%; background: var(--card2);
  border: 1px solid var(--border); border-radius: var(--r-sm);
  padding: 12px 16px; color: var(--white);
  font-family: var(--font-body); font-size: 14px;
  margin-bottom: 16px; transition: border-color 0.2s;
}
.contact-form-wrap input:focus,
.contact-form-wrap textarea:focus { border-color: var(--orange); outline: none; }
.contact-form-wrap textarea { min-height: 120px; resize: vertical; }

/* ═══════════════════════════════════════════
   ANIMATIONS
   ═══════════════════════════════════════════ */
.fade-in { opacity: 0; transform: translateY(16px); animation: fadeInUp 0.5s ease forwards; }
@keyframes fadeInUp { to { opacity: 1; transform: translateY(0); } }
.delay-1{animation-delay:0.05s} .delay-2{animation-delay:0.1s} .delay-3{animation-delay:0.15s}
.delay-4{animation-delay:0.2s}  .delay-5{animation-delay:0.25s} .delay-6{animation-delay:0.3s}

/* ═══════════════════════════════════════════
   RESPONSIVE BREAKPOINTS
   ═══════════════════════════════════════════ */
@media(min-width:1280px){
  .asaba-hero,.section-header,.asaba-cat-grid,.asaba-dish-grid,.asaba-stats-row,.asaba-promo-strip,.scroll-row,.asaba-footer,.blog-grid,.contact-grid,.page-hero{
    max-width:1200px; margin-left:auto; margin-right:auto;
  }
  .asaba-hero,.asaba-promo-strip { margin-left:auto; margin-right:auto; }
}

@media(max-width:1024px){
  .asaba-cat-grid{grid-template-columns:repeat(4,1fr)}
  .asaba-stats-row{grid-template-columns:repeat(4,1fr)}
  .asaba-dish-grid{grid-template-columns:repeat(3,1fr)}
  .asaba-topbar{padding:0 24px}
  .topbar-search{max-width:280px}
  .contact-grid{gap:20px; padding:0 24px 32px}
  .asaba-hero{padding:36px 32px}
}

@media(max-width:768px){
  .asaba-topbar{padding:0 16px; gap:10px; height:60px}
  .topbar-search{max-width:200px}
  .topbar-location .loc-sub{display:none}
  .asaba-hero{grid-template-columns:1fr; text-align:center; padding:24px 20px 28px; margin:16px; justify-items:center}
  .hero-visual{display:flex; justify-content:center; order:-1; margin-bottom:8px}
  .hero-title{font-size:30px}
  .hero-desc{max-width:100%; margin-left:auto; margin-right:auto}
  .hero-actions{justify-content:center}
  .asaba-stats-row{grid-template-columns:repeat(2,1fr); padding:0 16px}
  .asaba-cat-grid{grid-template-columns:repeat(4,1fr); padding:0 16px}
  .asaba-dish-grid{grid-template-columns:repeat(2,1fr); padding:0 16px}
  .section-header{padding:0 16px}
  .scroll-row{padding:0 16px 8px}
  .asaba-promo-strip{flex-direction:column; align-items:flex-start; margin:0 16px 32px; padding:20px}
  .asaba-footer{padding:32px 16px calc(72px + 16px)}
  .footer-info-grid{grid-template-columns:1fr 1fr}
  .woocommerce ul.products{padding:0 16px 32px}
  .contact-grid{grid-template-columns:1fr; padding:0 16px 32px}
  .blog-grid{padding:16px; gap:16px}
  .page-hero{padding:40px 16px 28px}
  .page-hero h1{font-size:32px}
}

@media(max-width:480px){
  .asaba-topbar{height:56px; gap:8px; padding:0 12px}
  .topbar-search{max-width:44px; min-width:44px; width:44px; padding:0 12px; flex:0 0 44px; overflow:hidden; transition:max-width 0.3s,flex 0.3s,padding 0.3s}
  .topbar-search:focus-within{max-width:200px; flex:1; padding:0 12px}
  .asaba-hero{padding:20px 14px; border-radius:var(--r-lg)}
  .hero-title{font-size:26px}
  .asaba-stats-row{grid-template-columns:1fr 1fr; padding:0 12px; gap:8px}
  .asaba-cat-grid{grid-template-columns:repeat(3,1fr); padding:0 12px; gap:8px}
  .asaba-dish-grid{grid-template-columns:1fr; padding:0 12px}
  .section-header{padding:0 12px}
  .scroll-row{padding:0 12px 8px}
  .asaba-promo-strip{margin:0 12px 28px; padding:16px}
  .section-title{font-size:18px}
  .asaba-footer{padding:24px 12px calc(72px + 12px)}
  .footer-info-grid{grid-template-columns:1fr}
  .woocommerce ul.products{grid-template-columns:1fr; padding:0 12px 24px}
  .blog-grid{grid-template-columns:1fr; padding:12px}
  .page-hero h1{font-size:26px}
  .asaba-cart-float{right:14px; padding:12px 16px; font-size:13px}
  .cart-float-price{display:none}
  .asaba-bottom-nav .nav-label{font-size:9px}
  .logo-mark-sm{width:38px; height:38px; font-size:18px}
}

@media(max-width:360px){
  .asaba-topbar .topbar-location .loc-text{display:none}
  .hero-title{font-size:22px}
  .asaba-cat-grid{grid-template-columns:repeat(3,1fr); gap:6px}
  .stat-val{font-size:20px}
  .cg-ico{font-size:20px}
  .cg-lbl{font-size:8.5px}
}
