/*
Theme Name: SuyaHut
Theme URI: https://suyahut.com
Author: Ibrahim Joseph
Author URI: https://ibrahimjoseph.com
Description: Premium African Grill eCommerce WordPress Theme — performance-first, deep SEO/AEO, WooCommerce-ready with full Customizer control.
Version: 1.0.0
Requires at least: 6.3
Tested up to: 6.7
Requires PHP: 8.1
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: suyahut
Tags: ecommerce, woocommerce, food, restaurant, dark, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, sticky-post, threaded-comments, accessibility-ready
WC requires at least: 8.0
WC tested up to: 9.x
*/

/* ============================================================
   DESIGN TOKEN SYSTEM
   Extracted from SuyaHut logo — fire, smoke, char, cream
   Light mode is DEFAULT. Dark mode toggled via [data-theme="dark"].
   ============================================================ */

/* ── LIGHT MODE (default) ── */
:root {
  /* — Brand constants — never change between modes — */
  --color-fire:        #E8450A;
  --color-flame:       #FF6B1A;
  --color-ember:       #C8520A;
  --color-gold:        #D4890A;
  --color-shadow-fire: rgba(232,69,10,0.25);

  /* — Gradients — */
  --grad-fire:    linear-gradient(135deg, #E8450A 0%, #F5A623 100%);
  --grad-fire-v:  linear-gradient(180deg, #E8450A 0%, #FF6B1A 50%, #F5A623 100%);
  --grad-glow:    radial-gradient(ellipse 60% 40% at 50% 50%, rgba(232,69,10,0.12) 0%, transparent 70%);

  /* — Light mode semantic tokens — */
  --color-bg:          #FAFAF8;
  --color-bg-surface:  #FFFFFF;
  --color-bg-elevated: #F5F0E8;
  --color-bg-card:     #FFFFFF;
  --color-accent:      var(--color-fire);
  --color-accent-warm: var(--color-ember);
  --color-text:        #1A1208;
  --color-text-sub:    #4A3F30;
  --color-text-muted:  #8A7A68;
  --color-border:      rgba(232,69,10,0.14);
  --color-border-glow: rgba(232,69,10,0.35);
  --color-iron:        #E0D8CC;

  /* — Header glass (light) — */
  --header-bg:         rgba(250,250,248,0.88);
  --header-border:     rgba(0,0,0,0.08);

  /* — Shadows (lighter in light mode) — */
  --shadow-sm:   0 1px 3px rgba(0,0,0,0.08);
  --shadow-md:   0 4px 12px rgba(0,0,0,0.10);
  --shadow-lg:   0 8px 32px rgba(0,0,0,0.12);
  --shadow-glow: 0 0 40px rgba(232,69,10,0.2);
  --shadow-card: 0 2px 20px rgba(0,0,0,0.08), 0 0 0 1px rgba(232,69,10,0.08);

  /* — Section title gradient (light) — */
  --grad-section-title: linear-gradient(135deg, #1A1208 0%, #4A3F30 100%);

  /* — Misc — */
  --grad-dark:  linear-gradient(180deg, rgba(250,250,248,0) 0%, #FAFAF8 100%);
  --grad-smoke: linear-gradient(135deg, #FFFFFF 0%, #F5F0E8 100%);

  /* — Typography — */
  --font-display: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
  --font-heading: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
  --font-body:    'SF Pro Text', -apple-system, BlinkMacSystemFont, 'DM Sans', 'Helvetica Neue', sans-serif;
  --font-accent:  'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;

  /* — Type Scale — */
  --text-xs:   0.75rem;
  --text-sm:   0.875rem;
  --text-base: 1rem;
  --text-lg:   1.125rem;
  --text-xl:   1.25rem;
  --text-2xl:  1.5rem;
  --text-3xl:  1.875rem;
  --text-4xl:  2.25rem;
  --text-5xl:  3rem;
  --text-6xl:  3.75rem;
  --text-7xl:  4.5rem;
  --text-8xl:  6rem;

  /* — Spacing — */
  --space-1:  0.25rem;
  --space-2:  0.5rem;
  --space-3:  0.75rem;
  --space-4:  1rem;
  --space-6:  1.5rem;
  --space-8:  2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;

  /* — Radius — */
  --radius-sm:   4px;
  --radius-md:   8px;
  --radius-lg:   12px;
  --radius-xl:   16px;
  --radius-2xl:  24px;
  --radius-full: 9999px;

  /* — Shadows — */
  --shadow-sm:   0 1px 3px rgba(0,0,0,0.6);
  --shadow-md:   0 4px 12px rgba(0,0,0,0.7);
  --shadow-lg:   0 8px 32px rgba(0,0,0,0.8);
  --shadow-glow: 0 0 40px rgba(232,69,10,0.3);
  --shadow-card: 0 2px 20px rgba(0,0,0,0.8), 0 0 0 1px rgba(245,160,35,0.08);

  /* — Transitions — */
  --ease-out:    cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast:   150ms;
  --duration-base:   250ms;
  --duration-slow:   400ms;
  --duration-slower: 600ms;

  /* — Layout — */
  --container-sm:  640px;
  --container-md:  768px;
  --container-lg:  1024px;
  --container-xl:  1280px;
  --container-2xl: 1440px;

  /* — Header — */
  --header-height: 72px;
}


/* ============================================================
   DARK MODE TOKEN OVERRIDES
   Applied when <html data-theme="dark">
   ============================================================ */
[data-theme="dark"] {
  --color-bg:          #0A0A0A;
  --color-bg-surface:  #111111;
  --color-bg-elevated: #1C1C1C;
  --color-bg-card:     #242424;
  --color-ember:       #F5A623;
  --color-gold:        #FFAA00;
  --color-text:        #F5F0E8;
  --color-text-sub:    #C8BBA8;
  --color-text-muted:  #8A8070;
  --color-border:      rgba(245,160,35,0.15);
  --color-border-glow: rgba(232,69,10,0.4);
  --color-iron:        #3A3A3A;
  --header-bg:         rgba(10,10,10,0.88);
  --header-border:     rgba(255,255,255,0.06);
  --shadow-sm:   0 1px 3px rgba(0,0,0,0.6);
  --shadow-md:   0 4px 12px rgba(0,0,0,0.7);
  --shadow-lg:   0 8px 32px rgba(0,0,0,0.8);
  --shadow-glow: 0 0 40px rgba(232,69,10,0.3);
  --shadow-card: 0 2px 20px rgba(0,0,0,0.8), 0 0 0 1px rgba(245,160,35,0.08);
  --grad-section-title: linear-gradient(135deg, #F5F0E8 0%, #C8BBA8 100%);
  --grad-dark:  linear-gradient(180deg, rgba(10,10,10,0) 0%, #0A0A0A 100%);
  --grad-smoke: linear-gradient(135deg, #111111 0%, #1C1C1C 100%);
}

/* Smooth mode transition */
html {
  color-scheme: light;
}
[data-theme="dark"] {
  color-scheme: dark;
}
body {
  transition: background-color 280ms cubic-bezier(0.4,0,0.2,1),
              color 280ms cubic-bezier(0.4,0,0.2,1);
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Belt-and-suspenders: never underline nav or button links */
nav a,
.btn,
a.btn,
.primary-nav a,
.mobile-nav a,
.header-cart-btn,
.site-title,
.footer-col a,
.footer-social a {
  text-decoration: none !important;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}

ul, ol {
  list-style: none;
}

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.15;
  color: var(--color-text);
}

h1 { font-size: clamp(2.5rem, 6vw, var(--text-7xl)); }
h2 { font-size: clamp(2rem, 4vw, var(--text-5xl)); }
h3 { font-size: clamp(1.5rem, 3vw, var(--text-3xl)); }
h4 { font-size: var(--text-2xl); }
h5 { font-size: var(--text-xl); }
h6 { font-size: var(--text-lg); }

p {
  color: var(--color-text-sub);
  line-height: 1.75;
  max-width: 65ch;
}

/* ============================================================
   LAYOUT UTILITIES
   ============================================================ */
.container {
  width: 100%;
  max-width: var(--container-xl);
  margin-inline: auto;
  padding-inline: var(--space-6);
}

.container--wide {
  max-width: var(--container-2xl);
}

.container--narrow {
  max-width: var(--container-md);
}

.section {
  padding-block: var(--space-24);
}

.section--lg {
  padding-block: var(--space-32);
}

.section-label {
  font-family: var(--font-accent);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--color-accent);
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-4);
}

.section-label::before {
  content: '';
  width: 32px;
  height: 2px;
  background: var(--grad-fire);
  border-radius: 2px;
  flex-shrink: 0;
}

.section-title {
  font-size: clamp(2rem, 4vw, var(--text-5xl));
  background: var(--grad-section-title);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: var(--space-4);
}

.section-subtitle {
  font-family: var(--font-body);
  font-size: var(--text-lg);
  color: var(--color-text-sub);
  font-weight: 400;
  max-width: 55ch;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: 14px 32px;
  font-family: var(--font-heading);
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: var(--radius-full);
  transition: all var(--duration-base) var(--ease-out);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}

.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.1);
  opacity: 0;
  transition: opacity var(--duration-fast);
}

.btn:hover::before { opacity: 1; }

.btn--primary {
  background: var(--grad-fire);
  color: #fff;
  box-shadow: 0 4px 24px rgba(232,69,10,0.45), 0 0 0 1px rgba(255,107,26,0.3);
}

.btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(232,69,10,0.55), 0 0 0 1px rgba(255,107,26,0.5);
}

.btn--primary:active { transform: translateY(0); }

.btn--outline {
  background: transparent;
  color: var(--color-text);
  border: 1.5px solid var(--color-border);
}

.btn--outline:hover {
  border-color: var(--color-fire);
  color: var(--color-fire);
  box-shadow: 0 0 20px rgba(232,69,10,0.2);
}

.btn--ghost {
  background: var(--color-bg-elevated);
  color: var(--color-text);
  backdrop-filter: blur(8px);
  border: 1px solid var(--color-border);
}

.btn--ghost:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(232,69,10,0.4);
}

.btn--sm {
  padding: 10px 22px;
  font-size: var(--text-xs);
}

.btn--lg {
  padding: 18px 44px;
  font-size: var(--text-base);
}

.btn--icon {
  width: 46px;
  height: 46px;
  padding: 0;
  border-radius: var(--radius-full);
}

/* Arrow icon in buttons */
.btn .arrow {
  width: 16px;
  height: 16px;
  transition: transform var(--duration-fast) var(--ease-out);
}
.btn:hover .arrow { transform: translateX(4px); }

/* ============================================================
   HEADER / NAVIGATION
   ============================================================ */
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--header-height);
  transition: background var(--duration-slow) var(--ease-out),
              box-shadow var(--duration-slow) var(--ease-out),
              transform var(--duration-base) var(--ease-out);
}

#masthead.scrolled {
  background: var(--header-bg);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  box-shadow: 0 1px 0 var(--header-border), var(--shadow-md);
}

#masthead.hidden {
  transform: translateY(-100%);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-height);
  gap: var(--space-8);
}

.site-logo {
  flex-shrink: 0;
}

.site-logo img {
  height: 52px;
  width: auto;
  object-fit: contain;
}

.site-logo .site-title {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 700;
  color: var(--color-cream);
  letter-spacing: -0.02em;
}

.site-logo .site-title span {
  color: var(--color-fire);
}

/* Primary Nav */
.primary-nav {
  display: flex;
  align-items: center;
  gap: var(--space-1);
}

.primary-nav a {
  font-family: var(--font-heading);
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--color-text-sub);
  padding: var(--space-2) var(--space-4);
  border-radius: var(--radius-full);
  text-decoration: none;
  position: relative;
  transition: color var(--duration-fast), background var(--duration-fast);
}

.primary-nav a:hover {
  color: var(--color-text);
  background: rgba(128,64,0,0.07);
}

.primary-nav a.active {
  color: var(--color-fire);
  background: rgba(232,69,10,0.08);
  font-weight: 600;
}

/* Active indicator dot under active nav link */
.primary-nav a.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: var(--color-fire);
}

.primary-nav a {
  position: relative;
}

/* Header Actions */
.header-actions {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.header-cart-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-4);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-full);
  color: var(--color-cream);
  font-size: var(--text-sm);
  font-weight: 500;
  transition: all var(--duration-base) var(--ease-out);
}

.header-cart-btn:hover {
  background: rgba(232,69,10,0.15);
  border-color: rgba(232,69,10,0.4);
}

.cart-count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: var(--grad-fire);
  border-radius: var(--radius-full);
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: -6px;
  right: -4px;
  box-shadow: 0 2px 8px rgba(232,69,10,0.5);
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 32px;
  padding: 4px;
  cursor: pointer;
}

.hamburger span {
  display: block;
  height: 2px;
  background: var(--color-text);
  border-radius: 2px;
  transition: all var(--duration-base) var(--ease-out);
}

.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile Nav */
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  top: var(--header-height);
  background: rgba(10,10,10,0.97);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  z-index: 999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--space-8) var(--space-6);
  gap: var(--space-4);
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity var(--duration-slow) var(--ease-out),
              transform var(--duration-slow) var(--ease-out);
  overflow-y: auto;
}

.mobile-nav.open {
  display: flex;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Nav links only — NOT buttons */
.mobile-nav .mobile-nav__link {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 7vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--color-cream);
  text-decoration: none;
  padding: var(--space-2) 0;
  transition: color var(--duration-fast);
  text-align: center;
  width: 100%;
  display: block;
}

.mobile-nav .mobile-nav__link:hover {
  color: var(--color-fire);
  text-decoration: none;
}

/* Divider line between links and CTA */
.mobile-nav .mobile-nav__divider {
  width: 40px;
  height: 1px;
  background: var(--color-border);
  margin: var(--space-2) auto;
}

/* Order Now button inside mobile nav — reset the giant font */
.mobile-nav .btn {
  font-size: var(--text-sm) !important;
  text-decoration: none !important;
  margin-top: var(--space-2);
  width: auto;
  min-width: 160px;
  justify-content: center;
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Hero Background Layers */
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__bg-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Image hero */
.hero--image .hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(10,10,10,0.8) 0%,
    rgba(10,10,10,0.5) 50%,
    rgba(232,69,10,0.15) 100%
  );
}

/* Video hero */
.hero--video .hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10,10,10,0.6) 0%,
    rgba(10,10,10,0.3) 40%,
    rgba(10,10,10,0.85) 100%
  );
}

/* Color/gradient hero */
.hero--color .hero__bg {
  background: radial-gradient(ellipse 80% 60% at 60% 40%, rgba(232,69,10,0.3) 0%, rgba(10,10,10,0) 70%),
              var(--color-smoke);
}

/* Noise texture overlay */
.hero__noise {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  background-size: 200px;
  opacity: 0.4;
  pointer-events: none;
  z-index: 1;
}

.hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: var(--header-height);
}

.hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-16);
  align-items: center;
  min-height: calc(100svh - var(--header-height));
  padding-block: var(--space-20);
}

.hero__text {
  max-width: 580px;
}

.hero__eyebrow {
  font-family: var(--font-accent);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--color-ember);
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-6);
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s var(--ease-out) 0.2s forwards;
}

.hero__eyebrow::before {
  content: '';
  width: 40px;
  height: 1.5px;
  background: var(--grad-fire);
}

.hero__title {
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--color-cream);
  margin-bottom: var(--space-6);
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.9s var(--ease-out) 0.35s forwards;
}

.hero__title .accent {
  background: var(--grad-fire);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero__caption {
  font-size: var(--text-lg);
  color: var(--color-sand);
  line-height: 1.7;
  margin-bottom: var(--space-10);
  max-width: 50ch;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s var(--ease-out) 0.5s forwards;
}

.hero__cta {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s var(--ease-out) 0.65s forwards;
}

.hero__scroll-hint {
  position: absolute;
  bottom: var(--space-8);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-2);
  opacity: 0;
  animation: fadeIn 1s var(--ease-out) 1.2s forwards;
}

.hero__scroll-hint span {
  font-size: var(--text-xs);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-muted);
}

.scroll-mouse {
  width: 24px;
  height: 38px;
  border: 1.5px solid rgba(255,255,255,0.25);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  padding-top: 6px;
}

.scroll-mouse::before {
  content: '';
  width: 3px;
  height: 8px;
  background: var(--color-fire);
  border-radius: 2px;
  animation: scrollBounce 1.8s ease-in-out infinite;
}

/* ============================================================
   ABOUT US SECTION — full-bleed background with gradient overlay
   ============================================================ */
.about-section {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  display: flex;
  align-items: center;
}

/* ── Background image ── */
.about-section__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.about-section__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* ── Gradient overlay: black → transparent ── */
/* Direction: left side is darkest (where text lives), fades right */
.about-section__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to right, rgb(0 0 0 / 100%) 0%, rgb(0 0 0 / 80%) 100%, rgba(0, 0, 0, 0) 0%);
}

/* ── Content sits above image + overlay ── */
.about-section__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-block: var(--space-24);
}

.about-section__text {
  max-width: 560px;
}

.about-section__heading {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.about-section__tagline {
  font-size: var(--text-xl);
  font-weight: 600;
  color: var(--color-ember);
  margin-bottom: 20px;
  max-width: none;
  line-height: 1.4;
}

.about-section__body {
  font-size: var(--text-base);
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.85;
  margin-bottom: 32px;
  max-width: 52ch;
}

/* Stats */
.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.about-stat {
  text-align: center;
  padding: 16px 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: border-color 200ms, background 200ms;
}

.about-stat:hover {
  border-color: rgba(232, 69, 10, 0.5);
  background: rgba(0, 0, 0, 0.5);
}

.about-stat__number {
  font-size: var(--text-3xl);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--color-fire);
  display: block;
  line-height: 1;
  margin-bottom: 6px;
}

.about-stat__label {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
  .about-section {
    min-height: 500px;
  }
  /* On mobile: gradient covers more of the image for readability */
  .about-section__overlay {
    background: linear-gradient(to right, rgb(0 0 0 / 100%) 0%, rgb(0 0 0 / 80%) 100%, rgba(0, 0, 0, 0) 0%);
  }
  .about-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}

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

/* also remove old two-column light-mode rule if present */

/* ============================================================
   SPECIALS SECTION
   ============================================================ */
.specials-section {
  background: var(--color-bg-surface);
  position: relative;
  overflow: hidden;
}

.specials-section::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(232,69,10,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.specials-section .section-header {
  text-align: center;
  margin-bottom: var(--space-16);
}

.specials-section .section-header .section-label {
  justify-content: center;
}

.specials-section .section-header .section-label::before {
  display: none;
}

.specials-section .section-header .section-subtitle {
  margin-inline: auto;
}

/* Category Filter */
.specials-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-3);
  flex-wrap: wrap;
  margin-bottom: var(--space-12);
}

.specials-filter__btn {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3) var(--space-6);
  background: var(--color-bg-elevated);
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-full);
  color: var(--color-sand);
  font-family: var(--font-heading);
  font-size: var(--text-sm);
  font-weight: 500;
  cursor: pointer;
  transition: all var(--duration-base) var(--ease-out);
  position: relative;
  overflow: hidden;
}

.specials-filter__btn img {
  width: 32px;
  height: 32px;
  border-radius: var(--radius-full);
  object-fit: cover;
  flex-shrink: 0;
}

.specials-filter__btn:hover,
.specials-filter__btn.active {
  background: rgba(232,69,10,0.15);
  border-color: var(--color-fire);
  color: var(--color-cream);
  box-shadow: 0 0 20px rgba(232,69,10,0.2);
}

/* Products Grid */
.specials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: var(--space-6);
}

/* ─── Apple-style product card ─── */
.product-card {
  background: var(--color-bg-card);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--color-border);
  transition: box-shadow 320ms var(--ease-out),
              transform 320ms var(--ease-out),
              border-color 320ms var(--ease-out);
  cursor: pointer;
  display: none;
  position: relative;
}

.product-card.visible {
  display: flex;
  flex-direction: column;
  animation: fadeUp 0.45s var(--ease-out) forwards;
}

.product-card:hover {
  transform: translateY(-4px) scale(1.005);
  box-shadow: 0 12px 40px rgba(0,0,0,0.12), 0 0 0 1px rgba(232,69,10,0.18);
  border-color: rgba(232,69,10,0.22);
}

/* Image container */
.product-card__image {
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
  background: var(--color-bg-elevated);
  flex-shrink: 0;
}

.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms var(--ease-out);
}

.product-card:hover .product-card__image img {
  transform: scale(1.04);
}

/* Badge */
.product-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--grad-fire);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 999px;
  backdrop-filter: blur(4px);
}

/* Wishlist */
.product-card__wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  transition: all 200ms var(--ease-out);
  opacity: 0;
  transform: scale(0.85);
  box-shadow: 0 1px 6px rgba(0,0,0,0.12);
}

.product-card:hover .product-card__wishlist {
  opacity: 1;
  transform: scale(1);
}

.product-card__wishlist:hover {
  background: var(--color-fire);
  color: #fff;
}

/* Body */
.product-card__body {
  padding: 16px 18px 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-card__category {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-fire);
  font-weight: 700;
  margin-bottom: 6px;
}

.product-card__name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--color-text);
  line-height: 1.3;
  margin-bottom: 6px;
}

.product-card__name a { color: inherit; }

.product-card__desc {
  font-size: 13px;
  color: var(--color-text-muted);
  line-height: 1.55;
  margin-bottom: 14px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Footer row */
.product-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--color-border);
  gap: 8px;
}

.product-card__price {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--color-text);
  line-height: 1;
}

.product-card__price del {
  font-size: 12px;
  color: var(--color-text-muted);
  font-weight: 400;
  margin-right: 4px;
  letter-spacing: 0;
}

/* Plus button — clean circle */
.product-card__add {
  width: 34px;
  height: 34px;
  background: var(--color-fire);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
  transition: transform 200ms var(--ease-out),
              background 200ms var(--ease-out),
              box-shadow 200ms var(--ease-out);
  box-shadow: 0 2px 10px rgba(232,69,10,0.38);
}

.product-card__add:hover {
  transform: scale(1.1);
  background: var(--color-flame);
  box-shadow: 0 4px 18px rgba(232,69,10,0.55);
}

/* Light mode card surface */
:root .product-card {
  background: #FFFFFF;
  border-color: rgba(0,0,0,0.07);
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

:root .product-card:hover {
  box-shadow: 0 10px 36px rgba(0,0,0,0.11), 0 0 0 1px rgba(232,69,10,0.16);
  border-color: rgba(232,69,10,0.2);
}

:root .product-card__wishlist {
  background: rgba(255,255,255,0.94);
}

[data-theme="dark"] .product-card {
  background: #1A1A1A;
  border-color: rgba(255,255,255,0.07);
  box-shadow: none;
}

[data-theme="dark"] .product-card:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,0.45), 0 0 0 1px rgba(232,69,10,0.25);
}

[data-theme="dark"] .product-card__wishlist {
  background: rgba(40,40,40,0.88);
  color: #ccc;
}

/* ============================================================
   DISCOVER / MENU SECTION
   ============================================================ */
.discover-section {
  background: var(--color-bg);
  position: relative;
}

.discover-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 300px;
  background: linear-gradient(0deg, rgba(232,69,10,0.05) 0%, transparent 100%);
  pointer-events: none;
}

.discover-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-16);
  align-items: end;
  margin-bottom: var(--space-16);
}

.discover-header__desc {
  font-size: var(--text-lg);
  color: var(--color-text-sub);
  line-height: 1.8;
  max-width: 50ch;
}

/* Menu List */
.menu-list {
  display: grid;
  gap: var(--space-4);
  margin-bottom: var(--space-16);
  position: relative;
  z-index: 1;
}

.menu-item {
  display: flex;
  align-items: center;
  gap: var(--space-6);
  padding: var(--space-5) var(--space-6);
  background: var(--color-bg-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  cursor: pointer;
  transition: all var(--duration-base) var(--ease-out);
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
}

.menu-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--grad-fire);
  transform: scaleY(0);
  border-radius: 0 2px 2px 0;
  transition: transform var(--duration-base) var(--ease-out);
}

.menu-item:hover {
  border-color: rgba(232,69,10,0.3);
  background: rgba(232,69,10,0.04);
  transform: translateX(4px);
}

.menu-item:hover::before { transform: scaleY(1); }

.menu-item__image {
  width: 72px;
  height: 72px;
  border-radius: var(--radius-lg);
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid var(--color-border);
}

.menu-item__info {
  flex: 1;
  min-width: 0;
}

.menu-item__name {
  font-family: var(--font-display);
  font-size: var(--text-base);
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: var(--space-1);
  transition: color var(--duration-fast);
}

.menu-item:hover .menu-item__name { color: var(--color-ember); }

.menu-item__desc {
  font-size: var(--text-sm);
  color: var(--color-text-sub);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 55ch;
  max-width: none;
}

.menu-item__dots {
  flex: 1;
  height: 1px;
  background: repeating-linear-gradient(
    90deg,
    var(--color-border) 0,
    var(--color-border) 4px,
    transparent 4px,
    transparent 10px
  );
  margin-inline: var(--space-4);
  min-width: 30px;
}

.menu-item__price {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 700;
  color: var(--color-accent);
  flex-shrink: 0;
}

.menu-item__arrow {
  color: var(--color-fire);
  flex-shrink: 0;
  opacity: 0;
  transform: translateX(-8px);
  transition: all var(--duration-base) var(--ease-out);
}

.menu-item:hover .menu-item__arrow {
  opacity: 1;
  transform: translateX(0);
}

.discover-cta {
  text-align: center;
  padding-top: var(--space-8);
  border-top: 1px solid var(--color-border);
  position: relative;
  z-index: 1;
}

/* ============================================================
   SINGLE PRODUCT PAGE — balanced 50/50 layout
   ============================================================ */

/* Full-width container that manages its own horizontal padding
   so both columns get identical breathing room */
.sp-container {
  max-width: 1280px;
  margin-inline: auto;
  padding: calc(var(--header-height) + 48px) 40px 96px;
}

.sp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  margin-bottom: 64px;
}

/* ── LEFT: Gallery ── */
.sp-gallery {
  position: sticky;
  top: calc(var(--header-height) + 24px);
}

.sp-gallery__main {
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  overflow: hidden;
  background: var(--color-bg-elevated);
  border: 1px solid var(--color-border);
  margin-bottom: 12px;
}

.sp-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 200ms ease;
}

.sp-gallery__thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}
.sp-gallery__thumbs::-webkit-scrollbar { display: none; }

.sp-gallery__thumb {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid transparent;
  cursor: pointer;
  opacity: 0.55;
  transition: opacity 160ms, border-color 160ms;
}
.sp-gallery__thumb.active,
.sp-gallery__thumb:hover {
  border-color: var(--color-fire);
  opacity: 1;
}

/* ── RIGHT: Summary ── */
.sp-summary {
  padding-top: 4px; /* optical alignment with gallery */
}

.sp-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--color-text-muted);
  margin-bottom: 20px;
}
.sp-breadcrumb a { transition: color 150ms; }
.sp-breadcrumb a:hover { color: var(--color-fire); }
.sp-breadcrumb span { color: var(--color-border); }

.sp-category {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-fire);
  margin-bottom: 10px;
}

.sp-title {
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 14px;
  color: var(--color-text);
}

.sp-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}
.sp-stars { display: flex; gap: 2px; }
.sp-review-count { font-size: 13px; color: var(--color-text-muted); }

.sp-price {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--color-text);
  margin-bottom: 16px;
  line-height: 1;
}

.sp-desc {
  font-size: 15px;
  line-height: 1.7;
  color: var(--color-text-sub);
  margin-bottom: 28px;
}

/* Form */
.sp-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Quantity */
.sp-qty-wrap {
  margin-bottom: 24px;
}
.sp-qty-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: 10px;
}
.sp-qty {
  display: inline-flex;
  align-items: center;
  background: var(--color-bg-elevated);
  border: 1.5px solid var(--color-border);
  border-radius: 999px;
  overflow: hidden;
  height: 46px;
}
.sp-qty__btn {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-sub);
  cursor: pointer;
  transition: color 150ms, background 150ms;
  background: none;
  border: none;
  flex-shrink: 0;
}
.sp-qty__btn:hover {
  color: var(--color-fire);
  background: rgba(232,69,10,0.08);
}
.sp-qty input[type="number"] {
  width: 52px;
  text-align: center;
  background: transparent;
  border: none;
  outline: none;
  font-size: 17px;
  font-weight: 700;
  color: var(--color-text);
  -moz-appearance: textfield;
  appearance: textfield;
}
.sp-qty input::-webkit-inner-spin-button,
.sp-qty input::-webkit-outer-spin-button { -webkit-appearance: none; }

/* Add-ons */
.sp-addons {
  margin-bottom: 24px;
}
.sp-addons__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.sp-addons__title {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-text);
}
.sp-addons__badge {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--color-text-muted);
  background: var(--color-bg-elevated);
  padding: 2px 9px;
  border-radius: 999px;
  border: 1px solid var(--color-border);
  text-transform: uppercase;
}
.sp-addons__grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Individual add-on row */
.sp-addon {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: var(--color-bg-surface);
  border: 1.5px solid var(--color-border);
  border-radius: 12px;
  cursor: pointer;
  transition: border-color 160ms, background 160ms, box-shadow 160ms;
}
.sp-addon input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.sp-addon:has(input:checked) {
  border-color: var(--color-fire);
  background: rgba(232,69,10,0.05);
  box-shadow: 0 0 0 3px rgba(232,69,10,0.1);
}
.sp-addon:hover {
  border-color: rgba(232,69,10,0.4);
}
.sp-addon__box {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1.5px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: transparent;
  transition: background 160ms, border-color 160ms, color 160ms;
  background: var(--color-bg-card);
}
.sp-addon:has(input:checked) .sp-addon__box {
  background: var(--color-fire);
  border-color: var(--color-fire);
  color: #fff;
}
.sp-addon__name {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text);
  line-height: 1.4;
}
.sp-addon__note {
  display: block;
  font-size: 12px;
  color: var(--color-text-muted);
  font-weight: 400;
  margin-top: 1px;
}
.sp-addon__price {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-fire);
  flex-shrink: 0;
}
.sp-addon__price.is-free {
  color: var(--color-text-muted);
  font-weight: 500;
}

/* Order total */
.sp-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: var(--color-bg-elevated);
  border: 1px solid var(--color-border);
  border-radius: 14px;
  margin-bottom: 20px;
  margin-top: 8px;
}
.sp-total__label {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text-muted);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.sp-total__price {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--color-fire);
  transition: color 200ms;
}

/* Action buttons */
.sp-actions {
  display: flex;
  gap: 12px;
}
.sp-actions .btn--primary {
  flex: 1;
  justify-content: center;
  gap: 8px;
}
.sp-actions .btn--outline {
  color: var(--color-text);
  border-color: var(--color-border);
}
.sp-actions .btn--outline:hover {
  border-color: var(--color-fire);
  color: var(--color-fire);
}

/* Description below */
.sp-description {
  max-width: 680px;
  padding-top: 48px;
  border-top: 1px solid var(--color-border);
}
.sp-description h2 {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  color: var(--color-text);
}
.sp-description p,
.sp-description li {
  font-size: 15px;
  line-height: 1.8;
  color: var(--color-text-sub);
}

/* Responsive single product */
@media (max-width: 900px) {
  .sp-container { padding: calc(var(--header-height) + 32px) 24px 64px; }
  .sp-grid { grid-template-columns: 1fr; gap: 36px; }
  .sp-gallery { position: static; }
}

@media (max-width: 480px) {
  .sp-container { padding: calc(var(--header-height) + 20px) 16px 48px; }
  .sp-actions { flex-direction: column; }
  .sp-actions .btn { width: 100%; justify-content: center; }
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--color-smoke);
  border-top: 1px solid var(--color-border);
  padding-top: var(--space-24);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: var(--space-12);
  margin-bottom: var(--space-16);
}

.footer-brand .site-title {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  color: var(--color-text);
  margin-bottom: var(--space-4);
}

.footer-brand p {
  font-size: var(--text-sm);
  color: var(--color-text-sub);
  max-width: 30ch;
  margin-bottom: var(--space-6);
}

.footer-social {
  display: flex;
  gap: var(--space-3);
}

.footer-social a {
  width: 40px;
  height: 40px;
  background: var(--color-bg-elevated);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-muted);
  font-size: var(--text-sm);
  transition: all var(--duration-fast);
}

.footer-social a:hover {
  background: rgba(232,69,10,0.15);
  border-color: var(--color-fire);
  color: var(--color-fire);
}

.footer-col h4 {
  font-family: var(--font-heading);
  font-size: var(--text-sm);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-text);
  margin-bottom: var(--space-6);
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.footer-col a {
  font-size: var(--text-sm);
  color: var(--color-muted);
  transition: color var(--duration-fast);
}

.footer-col a:hover { color: var(--color-text); }

.footer-bottom {
  border-top: 1px solid var(--color-border);
  padding-block: var(--space-6);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom p {
  font-size: var(--text-sm);
  color: var(--color-text-sub);
  max-width: none;
}

/* ============================================================
   WOOCOMMERCE OVERRIDES
   ============================================================ */
.woocommerce-page .woocommerce-products-header {
  display: none;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: var(--space-6);
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  padding: 0;
  margin: 0;
  float: none;
  width: auto;
  transition: all var(--duration-base) var(--ease-out);
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-6px);
  border-color: rgba(232,69,10,0.35);
  box-shadow: var(--shadow-glow);
}

.woocommerce ul.products li.product .woocommerce-loop-product__link img {
  margin: 0;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  color: var(--color-text);
  padding: var(--space-4) var(--space-5) var(--space-2);
}

.woocommerce ul.products li.product .price {
  font-family: var(--font-display);
  color: var(--color-ember);
  font-size: var(--text-xl);
  padding: 0 var(--space-5) var(--space-4);
  display: block;
}

.woocommerce ul.products li.product .button {
  background: var(--grad-fire) !important;
  color: #fff !important;
  border: none !important;
  padding: 12px var(--space-6) !important;
  border-radius: 0 !important;
  font-family: var(--font-heading) !important;
  font-size: var(--text-sm) !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  width: 100% !important;
  text-align: center !important;
  display: block !important;
  transition: all var(--duration-base) var(--ease-out) !important;
}

.woocommerce ul.products li.product .button:hover {
  opacity: 0.85 !important;
  transform: none !important;
}

/* WooCommerce full styles → assets/css/woocommerce.css */

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes scrollBounce {
  0%, 100% { transform: translateY(0); opacity: 1; }
  50%       { transform: translateY(8px); opacity: 0.3; }
}

@keyframes shimmer {
  0%   { background-position: -200% center; }
  100% { background-position: 200% center; }
}

@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 0 20px rgba(232,69,10,0.3); }
  50%       { box-shadow: 0 0 40px rgba(232,69,10,0.6); }
}

/* Scroll reveal */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
}

.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

.reveal--delay-1 { transition-delay: 0.1s; }
.reveal--delay-2 { transition-delay: 0.2s; }
.reveal--delay-3 { transition-delay: 0.3s; }
.reveal--delay-4 { transition-delay: 0.4s; }


/* ============================================================
   DARK / LIGHT MODE TOGGLE
   Icon-based pill. Sun icon = light mode. Moon = dark mode.
   Visible on ALL screen sizes.
   ============================================================ */

/* Wrapper */
.theme-toggle {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

/* The button itself is the pill track */
.theme-toggle__track {
  position: relative;
  width: 58px;
  height: 30px;
  background: var(--color-bg-elevated);
  border: 1.5px solid var(--color-border);
  border-radius: 999px;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  transition: background 280ms ease, border-color 280ms ease;
  /* Force the two icons to sit left/right */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 7px;
}

.theme-toggle__track:focus-visible {
  box-shadow: 0 0 0 3px rgba(232,69,10,0.45);
}

/* The sliding knob */
.theme-toggle__knob {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--grad-fire);
  box-shadow: 0 1px 6px rgba(232,69,10,0.45);
  transition: transform 320ms cubic-bezier(0.34,1.56,0.64,1);
  pointer-events: none;
  z-index: 1;
}

/* Sun icon — shows in light mode */
.tt-sun {
  width: 14px;
  height: 14px;
  color: var(--color-fire);
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  transition: opacity 200ms ease, color 200ms ease;
  opacity: 1;
}

/* Moon icon — shows in dark mode */
.tt-moon {
  width: 13px;
  height: 13px;
  color: var(--color-text-muted);
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  transition: opacity 200ms ease, color 200ms ease;
  opacity: 0.45;
}

/* ── DARK MODE STATE ── */
[data-theme="dark"] .theme-toggle__track {
  border-color: rgba(232,69,10,0.35);
  background: #1C1C1C;
}

[data-theme="dark"] .theme-toggle__knob {
  transform: translateX(28px);
  background: #2A2A2A;
  box-shadow: 0 1px 6px rgba(0,0,0,0.5), inset 0 0 0 1.5px rgba(245,160,35,0.35);
}

[data-theme="dark"] .tt-sun  { opacity: 0.35; color: var(--color-text-muted); }
[data-theme="dark"] .tt-moon { opacity: 1;    color: var(--color-ember); }

/* Tooltip */
.theme-toggle__label {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-bg-card);
  color: var(--color-text);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 5px 11px;
  border-radius: 999px;
  border: 1px solid var(--color-border);
  pointer-events: none;
  opacity: 0;
  transition: opacity 150ms ease;
  z-index: 20;
  box-shadow: var(--shadow-sm);
}

.theme-toggle:hover .theme-toggle__label { opacity: 1; }

/* ── RESPONSIVE ── stays same size across all breakpoints */
@media (max-width: 480px) {
  .theme-toggle__track { width: 52px; height: 28px; padding: 0 6px; }
  .theme-toggle__knob  { width: 20px; height: 20px; top: 3px; left: 3px; }
  [data-theme="dark"] .theme-toggle__knob { transform: translateX(24px); }
  .tt-sun, .tt-moon { width: 12px; height: 12px; }
}

/* Screen reader only */
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border-width: 0;
}

/* ============================================================
   LIGHT MODE SURFACE ADJUSTMENTS
   Ensure cards, sections read well on white background
   ============================================================ */

/* Specials section — lighter bg in light mode */
:root .specials-section {
  background: #F5F0E8;
}
[data-theme="dark"] .specials-section {
  background: #111111;
}

/* Product card light mode */
:root .product-card {
  border-color: rgba(232,69,10,0.12);
}

/* Menu items */
:root .menu-item {
  background: var(--color-bg-surface);
  border-color: rgba(0,0,0,0.08);
}
:root .menu-item:hover {
  background: rgba(232,69,10,0.04);
  border-color: rgba(232,69,10,0.2);
}

/* Primary nav links in light mode */
:root .primary-nav a {
  color: var(--color-text-sub);
}
:root .primary-nav a:hover,
:root .primary-nav a.active {
  color: var(--color-text);
  background: rgba(0,0,0,0.05);
}

/* Header cart btn in light mode */
:root .header-cart-btn {
  background: var(--color-bg-elevated);
  border-color: rgba(0,0,0,0.1);
}

/* About section overlay — stronger in light mode so text stays readable */
/* about section no longer uses bg overlay */

/* Hero section-title gradient in light mode — dark text, not white */
:root .hero__title {
  color: #1A1208;
}
:root .hero--image .hero__title,
:root .hero--video .hero__title,
:root .hero--color .hero__title {
  color: #F5F0E8;  /* keep light on media heroes */
}

/* Quantity selector */
:root .quantity-selector {
  border-color: rgba(0,0,0,0.12);
}

/* Add-on items */
:root .addon-item label {
  border-color: rgba(0,0,0,0.1);
}

/* Footer */
:root .site-footer {
  background: #F0EAE0;
  border-top-color: rgba(0,0,0,0.08);
}
:root .footer-bottom {
  border-top-color: rgba(0,0,0,0.08);
}

/* Product gallery */
:root .product-gallery__main {
  background: #F5F0E8;
  border-color: rgba(0,0,0,0.08);
}

/* Order total box */
:root .order-total {
  background: var(--color-bg-elevated);
  border-color: rgba(0,0,0,0.08);
}

/* Mobile nav — light mode */
:root .mobile-nav {
  background: rgba(250,250,248,0.97);
}
:root .mobile-nav .mobile-nav__link {
  color: var(--color-text);
}
:root .mobile-nav .mobile-nav__link:hover {
  color: var(--color-fire);
}


/* ============================================================
   LIGHT MODE — Section & Footer text fixes
   Ensures text is dark and readable on light backgrounds
   ============================================================ */

/* Specials section */
:root .specials-section { background: #F5F0E8; }
[data-theme="dark"] .specials-section { background: #111111; }

:root .specials-section .section-title,
:root .specials-section .section-subtitle,
:root .specials-section .section-label { color: var(--color-text); }

/* Filter buttons light mode */
:root .specials-filter__btn {
  background: #FFFFFF;
  border-color: rgba(0,0,0,0.10);
  color: var(--color-text);
}

/* Discover / Our Menu section */
:root .discover-section { background: #FAFAF8; }
[data-theme="dark"] .discover-section { background: var(--color-bg); }


/* Footer */
:root .site-footer {
  background: #F0EAE0;
  border-top-color: rgba(0,0,0,0.08);
}
[data-theme="dark"] .site-footer {
  background: var(--color-smoke);
}

:root .footer-col h4        { color: #1A1208; }
:root .footer-col a         { color: #4A3F30; }
:root .footer-col a:hover   { color: var(--color-fire); }
:root .footer-brand p       { color: #4A3F30; }
:root .footer-bottom p      { color: #6B5B4A; }
:root .footer-bottom a      { color: var(--color-fire); }

:root .footer-social a {
  background: rgba(0,0,0,0.06);
  border-color: rgba(0,0,0,0.10);
  color: #4A3F30;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .hero__inner { grid-template-columns: 1fr; }
  .about-section__inner { grid-template-columns: 1fr; }
  .discover-header { grid-template-columns: 1fr; gap: var(--space-6); }
  .single-product-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: var(--space-8); }
  .product-gallery { position: static; }
}

@media (max-width: 768px) {
  :root { --header-height: 60px; }
  .primary-nav { display: none; }
  .hamburger { display: flex; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: var(--space-4); text-align: center; }
  .specials-filter { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: var(--space-2); }
  .about-stats { grid-template-columns: 1fr; }
  .addons-grid { grid-template-columns: 1fr; }
  /* Hide "Order Now" btn text on mobile to save space; keep toggle visible */
  .order-btn-desktop { display: none; }
  /* Cart label text hidden on mobile */
  .cart-label { display: none; }
  /* Slightly smaller toggle on mobile */
  .theme-toggle__track { width: 46px; height: 26px; }
  .theme-toggle__thumb { width: 18px; height: 18px; }
  [data-theme="dark"] .theme-toggle__thumb { transform: translateX(20px); }
}

/* Tablet: show Order Now, hide label on cart */
@media (max-width: 1024px) and (min-width: 769px) {
  .cart-label { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* ============================================================
   SHOP PAGE — Two-column layout with sidebar filters
   ============================================================ */

/* ── Page wrapper ── */
.shop-page {
  padding-top: var(--header-height);
  min-height: 100svh;
}

.shop-wrap {
  max-width: 1360px;
  margin-inline: auto;
  padding: 40px 28px 80px;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 36px;
  align-items: start;
}

/* ══════════════════════════════════════════
   SIDEBAR
══════════════════════════════════════════ */
.shop-sidebar {
  position: sticky;
  top: calc(var(--header-height) + 20px);
  max-height: calc(100svh - var(--header-height) - 40px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--color-border) transparent;
}

.shop-sidebar::-webkit-scrollbar { width: 4px; }
.shop-sidebar::-webkit-scrollbar-thumb { background: var(--color-border); border-radius: 4px; }

/* Mobile toggle — hidden on desktop */
.shop-filter-toggle { display: none; }

/* Filter panel */
.filter-panel {
  background: var(--color-bg-surface);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  overflow: hidden;
}

:root .filter-panel {
  background: #FFFFFF;
  border-color: rgba(0,0,0,0.07);
  box-shadow: 0 1px 8px rgba(0,0,0,0.05);
}

[data-theme="dark"] .filter-panel {
  background: #161616;
  border-color: rgba(255,255,255,0.07);
}

/* Form */
.filter-form {
  padding: 6px 0 16px;
}

/* ── Filter group ── */
.filter-group {
  border-bottom: 1px solid var(--color-border);
  padding: 0;
}

.filter-group:last-of-type { border-bottom: none; }

.filter-group__head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  gap: 8px;
  color: var(--color-text);
}

.filter-group__title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--color-text);
}

/* Sort select — not a collapsible */
.filter-group:first-child .filter-group__head {
  cursor: default;
  pointer-events: none;
}

.filter-group__chevron {
  flex-shrink: 0;
  transition: transform 220ms ease;
  color: var(--color-text-muted);
}

.filter-group__head[aria-expanded="false"] .filter-group__chevron {
  transform: rotate(-90deg);
}

.filter-group__body {
  padding: 4px 18px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.filter-group__body.is-collapsed {
  display: none;
}

/* Sort select */
.filter-select {
  width: 100%;
  padding: 9px 12px;
  background: var(--color-bg-elevated);
  border: 1.5px solid var(--color-border);
  border-radius: 10px;
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  outline: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2.5' stroke-linecap='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
  transition: border-color 160ms;
}

.filter-select:focus { border-color: var(--color-fire); }

/* ── Checkboxes & Radios ── */
.filter-check {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 3px 0;
  min-height: 28px;
}

.filter-check input[type="checkbox"],
.filter-check input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

/* Custom checkbox box */
.filter-check__box {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  border-radius: 5px;
  border: 1.5px solid var(--color-border);
  background: var(--color-bg-card);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 160ms, border-color 160ms;
  position: relative;
}

/* Radio variant */
.filter-check__box--radio { border-radius: 50%; }

/* Checked state — checkbox */
.filter-check input:checked ~ .filter-check__box {
  background: var(--color-fire);
  border-color: var(--color-fire);
}

.filter-check input:checked ~ .filter-check__box::after {
  content: '';
  display: block;
  width: 4px;
  height: 8px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg) translateY(-1px);
}

/* Radio inner dot */
.filter-check__box--radio::after { display: none !important; }
.filter-check input:checked ~ .filter-check__box--radio::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}

.filter-check__label {
  font-size: 13px;
  color: var(--color-text-sub);
  flex: 1;
  transition: color 160ms;
}

.filter-check:hover .filter-check__label { color: var(--color-text); }
.filter-check input:checked ~ * .filter-check__label,
.filter-check input:checked + .filter-check__box + .filter-check__label {
  color: var(--color-text);
  font-weight: 600;
}

.filter-check__count {
  font-size: 11px;
  color: var(--color-text-muted);
  background: var(--color-bg-elevated);
  padding: 1px 7px;
  border-radius: 999px;
  min-width: 22px;
  text-align: center;
}

/* Stars row */
.filter-check--stars { align-items: center; }
.filter-stars {
  display: flex;
  align-items: center;
  gap: 2px;
}
.filter-stars__label {
  font-size: 12px;
  color: var(--color-text-muted);
  margin-left: 4px;
}

/* ── Price range slider ── */
.price-range-wrap { width: 100%; }

.price-range-track {
  position: relative;
  height: 4px;
  background: var(--color-bg-elevated);
  border-radius: 999px;
  margin: 20px 0 10px;
}

.price-range-fill {
  position: absolute;
  height: 100%;
  background: var(--grad-fire);
  border-radius: 999px;
  pointer-events: none;
}

.price-range-input {
  position: absolute;
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  pointer-events: none;
  outline: none;
}

.price-range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--color-fire);
  cursor: pointer;
  pointer-events: all;
  box-shadow: 0 1px 6px rgba(232,69,10,0.35);
  transition: transform 150ms;
}

.price-range-input::-webkit-slider-thumb:hover {
  transform: scale(1.2);
}

.price-range-input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--color-fire);
  cursor: pointer;
  pointer-events: all;
  box-shadow: 0 1px 6px rgba(232,69,10,0.35);
}

.price-range-labels {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 700;
  color: var(--color-text-muted);
  margin-top: 4px;
}

/* ── Filter actions ── */
.filter-actions {
  padding: 14px 18px 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.filter-clear {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: var(--color-text-muted);
  letter-spacing: 0.04em;
  transition: color 150ms;
  padding: 4px 0;
}
.filter-clear:hover { color: var(--color-fire); }

/* ══════════════════════════════════════════
   SHOP MAIN AREA
══════════════════════════════════════════ */
.shop-topbar {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 16px;
  gap: 12px;
  flex-wrap: wrap;
}

.shop-page-title {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--color-text);
  line-height: 1;
  margin: 0;
}

.shop-result-count {
  font-size: 13px;
  color: var(--color-text-muted);
}

/* Active filter pills */
.active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.active-filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px 4px 14px;
  background: rgba(232,69,10,0.1);
  border: 1px solid rgba(232,69,10,0.25);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: var(--color-fire);
  white-space: nowrap;
}

.pill-remove {
  color: var(--color-fire);
  font-size: 15px;
  line-height: 1;
  opacity: 0.7;
  transition: opacity 150ms;
  text-decoration: none;
}
.pill-remove:hover { opacity: 1; }

/* ══════════════════════════════════════════
   PRODUCT CARD GRID — sh-card
   Clean Apple-style. Theme-aware.
══════════════════════════════════════════ */
.sh-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
}

/* ── Card shell ── */
.sh-card {
  background: var(--color-bg-surface);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 280ms cubic-bezier(0.16,1,0.3,1),
              box-shadow 280ms cubic-bezier(0.16,1,0.3,1),
              border-color 280ms ease;
}

/* Light */
:root .sh-card {
  background: #FFFFFF;
  border-color: rgba(0,0,0,0.07);
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

/* Dark */
[data-theme="dark"] .sh-card {
  background: #181818;
  border-color: rgba(255,255,255,0.07);
  box-shadow: none;
}

/* Hover */
.sh-card:hover {
  transform: translateY(-3px);
  border-color: rgba(232,69,10,0.22);
}

:root .sh-card:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,0.10);
}

[data-theme="dark"] .sh-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.5);
  border-color: rgba(232,69,10,0.3);
}

/* ── Image ── */
.sh-card__img-wrap {
  display: block;
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--color-bg-elevated);
  flex-shrink: 0;
}

.sh-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms cubic-bezier(0.16,1,0.3,1);
  display: block;
}

.sh-card:hover .sh-card__img-wrap img {
  transform: scale(1.04);
}

.sh-card__img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-bg-elevated);
  color: var(--color-text-muted);
}

/* Badges */
.sh-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 999px;
  pointer-events: none;
  z-index: 1;
}

.sh-card__badge--sale {
  background: var(--grad-fire);
  color: #fff;
}

.sh-card__badge--out {
  background: rgba(0,0,0,0.55);
  color: rgba(255,255,255,0.9);
  backdrop-filter: blur(4px);
}

/* ── Body ── */
.sh-card__body {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 6px;
}

.sh-card__cat {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-fire);
  display: block;
}

.sh-card__name {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: var(--color-text);
  margin: 0;
}

.sh-card__name a {
  color: inherit;
  text-decoration: none;
}

/* Belt-and-suspenders: never underline nav or button links */
nav a,
.btn,
a.btn,
.primary-nav a,
.mobile-nav a,
.header-cart-btn,
.site-title,
.footer-col a,
.footer-social a {
  text-decoration: none !important;
}

.sh-card__name a:hover { color: var(--color-fire); }

.sh-card__rating {
  display: flex;
  align-items: center;
  gap: 2px;
}

.sh-card__rating-val {
  font-size: 11px;
  color: var(--color-text-muted);
  margin-left: 4px;
}

/* ── Footer row ── */
.sh-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid var(--color-border);
  gap: 8px;
}

.sh-card__price {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--color-text);
  line-height: 1;
}

/* WC outputs <span class="price"> with inner <ins>/<del> */
.sh-card__price .price { font-size: inherit; font-weight: inherit; color: inherit; }
.sh-card__price del { font-size: 12px; font-weight: 400; color: var(--color-text-muted); margin-right: 3px; }
.sh-card__price ins { text-decoration: none; }

/* Add button */
.sh-card__atc {
  width: 32px;
  height: 32px;
  background: var(--color-fire);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
  box-shadow: 0 2px 8px rgba(232,69,10,0.35);
}

.sh-card__atc:hover {
  transform: scale(1.12);
  background: var(--color-flame);
  box-shadow: 0 4px 16px rgba(232,69,10,0.55);
}

.sh-card__out-label {
  font-size: 11px;
  color: var(--color-text-muted);
  font-weight: 500;
}

/* ── Empty state ── */
.shop-empty {
  padding: 64px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.shop-empty h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-text);
}

.shop-empty p {
  font-size: 14px;
  color: var(--color-text-muted);
  max-width: none;
}

.shop-empty a { color: var(--color-fire); }

/* ── Pagination ── */
.shop-pagination {
  margin-top: 36px;
  display: flex;
  justify-content: center;
}

.shop-pagination .page-numbers {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.shop-pagination .page-numbers li a,
.shop-pagination .page-numbers li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text-sub);
  border: 1px solid var(--color-border);
  background: var(--color-bg-surface);
  text-decoration: none;
  transition: all 150ms;
}

.shop-pagination .page-numbers li a:hover {
  border-color: var(--color-fire);
  color: var(--color-fire);
}

.shop-pagination .page-numbers li .current {
  background: var(--grad-fire);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 2px 10px rgba(232,69,10,0.4);
}

/* ══════════════════════════════════════════
   RESPONSIVE — SHOP
══════════════════════════════════════════ */
@media (max-width: 1024px) {
  .shop-wrap {
    grid-template-columns: 220px 1fr;
    gap: 24px;
    padding: 28px 20px 60px;
  }
  .sh-grid { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 16px; }
}

@media (max-width: 768px) {
  .shop-wrap {
    grid-template-columns: 1fr;
    padding: 16px 16px 60px;
    gap: 16px;
  }

  .shop-sidebar {
    position: static;
    max-height: none;
    overflow: visible;
  }

  .shop-filter-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 10px 16px;
    background: var(--color-bg-surface);
    border: 1px solid var(--color-border);
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    color: var(--color-text);
    cursor: pointer;
    margin-bottom: 0;
  }

  :root .shop-filter-toggle {
    background: #fff;
    border-color: rgba(0,0,0,0.1);
  }

  .filter-toggle__count {
    margin-left: auto;
    background: var(--color-fire);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    border-radius: 999px;
    padding: 1px 8px;
  }

  /* Filter panel collapses on mobile */
  .filter-panel {
    display: none;
    margin-top: 8px;
  }

  .filter-panel.is-open { display: block; }

  .sh-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .sh-card__body { padding: 10px 12px 12px; }
  .sh-card__name { font-size: 13px; }
  .sh-card__price { font-size: 15px; }
}

@media (max-width: 400px) {
  .sh-grid { grid-template-columns: 1fr; }
}

/* ── Shop card — whole card is clickable via JS ── */
.sh-card { cursor: pointer; }

/* ============================================================
   DARK MODE — Section & Footer text: light/white
   ============================================================ */

/* Specials */
[data-theme="dark"] .specials-section .section-title,
[data-theme="dark"] .specials-section .section-subtitle,
[data-theme="dark"] .specials-section .section-label { color: #F5F0E8; }

[data-theme="dark"] .specials-filter__btn {
  background: var(--color-bg-elevated);
  border-color: rgba(255,255,255,0.10);
  color: #F5F0E8;
}

/* Discover / Our Menu */

/* Footer */
[data-theme="dark"] .footer-col h4      { color: #F5F0E8; }
[data-theme="dark"] .footer-col a       { color: #C8BBA8; }
[data-theme="dark"] .footer-col a:hover { color: #F5F0E8; }
[data-theme="dark"] .footer-brand p     { color: #C8BBA8; }
[data-theme="dark"] .footer-bottom p    { color: #8A8070; }

[data-theme="dark"] .footer-social a {
  background: var(--color-bg-elevated);
  border-color: rgba(255,255,255,0.08);
  color: #8A8070;
}


