/* ==========================================================================
   SouthAfricanShops.uk - Master Design System & Styling
   South African Inspired Palette: Springbok Green, Protea Ochre, Rooibos Terracotta, Biltong Mahogany & Veld Cream
   ========================================================================== */

:root {
  /* Brand Colors */
  --sa-green-dark: #004526;
  --sa-green: #007749;
  --sa-green-light: #0d9668;
  --sa-green-subtle: #e8f5ed;
  
  --sa-gold: #f4a900;
  --sa-gold-dark: #cc8b00;
  --sa-gold-light: #ffcd59;
  --sa-gold-subtle: #fff8e7;
  
  --sa-terracotta: #c84b31;
  --sa-terracotta-dark: #9e3621;
  --sa-terracotta-subtle: #faece8;
  
  --sa-mahogany: #2b1810;
  --sa-mahogany-light: #482c21;
  
  --sa-sand: #fbf9f4;
  --sa-sand-dark: #f0eae1;
  --sa-slate: #1f2937;
  --sa-muted: #6b7280;
  --sa-border: #e5e7eb;
  --sa-white: #ffffff;
  
  /* Semantic Badges */
  --badge-boosted: linear-gradient(135deg, #f4a900, #ff8c00);
  --badge-verified: #007749;
  --badge-butcher: #c84b31;
  --badge-halal: #059669;
  
  /* Typography & Layout */
  --font-heading: 'Outfit', 'Inter', system-ui, -apple-system, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-full: 9999px;
  
  /* Shadows */
  --shadow-sm: 0 2px 8px rgba(43, 24, 16, 0.05);
  --shadow-md: 0 6px 20px rgba(43, 24, 16, 0.08);
  --shadow-lg: 0 12px 36px rgba(43, 24, 16, 0.12);
  --shadow-glow: 0 0 25px rgba(244, 169, 0, 0.35);
  
  --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-normal: 0.3s 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;
  color-scheme: light;
}

body {
  font-family: var(--font-body);
  background-color: var(--sa-sand);
  color: var(--sa-slate);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

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

a {
  color: var(--sa-green);
  text-decoration: none;
  transition: color var(--transition-fast);
}

a:hover {
  color: var(--sa-green-dark);
}

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

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ==========================================================================
   Top Announcement & Utility Bars (2 Centered Rows with Distinct Backgrounds)
   ========================================================================== */
.top-bar-announcement {
  background: linear-gradient(90deg, #013821 0%, #004d2d 50%, #013821 100%);
  color: #ffffff;
  font-size: 0.83rem;
  font-weight: 600;
  padding: 0.45rem 1rem;
  border-bottom: 1px solid rgba(244, 169, 0, 0.28);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.top-bar-announcement-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  flex-wrap: wrap;
  text-align: center;
}

.top-bar-badge {
  background: var(--sa-gold);
  color: #1a0c04;
  font-weight: 800;
  padding: 0.15rem 0.6rem;
  border-radius: var(--radius-full);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.top-bar-utility {
  background: #220f05;
  color: #ffffff;
  font-size: 0.8rem;
  padding: 0.42rem 1rem;
  border-bottom: 2.5px solid var(--sa-gold);
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-bar-links {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.top-bar-links a {
  color: #e5e7eb;
  font-size: 0.78rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: color 0.15s ease;
  text-decoration: none;
}

.top-bar-links a:hover {
  color: var(--sa-gold-light);
}

/* ==========================================================================
   Header & Navigation
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--sa-border);
  transition: all var(--transition-fast);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  gap: 1.5rem;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.logo-icon {
  width: 58px;
  height: 52px;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

.logo-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform var(--transition-fast);
}

.logo-wrapper:hover .logo-icon img {
  transform: scale(1.08);
}

.logo-text {
  display: flex;
  flex-direction: column;
}

.logo-title {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.35rem;
  line-height: 1.1;
  color: var(--sa-mahogany);
  letter-spacing: -0.5px;
}

.logo-title span {
  color: var(--sa-green);
}

.logo-tagline {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--sa-gold-dark);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Nav Menu */
.main-nav {
  display: flex;
  align-items: center;
  gap: 1.35rem;
  white-space: nowrap;
}

.nav-link {
  font-family: var(--font-heading);
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--sa-slate);
  padding: 0.4rem 0.2rem;
  position: relative;
  transition: color var(--transition-fast);
  white-space: nowrap;
}

.nav-link:hover, .nav-link.active {
  color: var(--sa-green);
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.5px;
  background: var(--sa-green);
  border-radius: var(--radius-full);
}

.nav-badge {
  background: var(--sa-gold);
  color: var(--sa-mahogany);
  font-size: 0.62rem;
  font-weight: 800;
  padding: 0.1rem 0.35rem;
  border-radius: var(--radius-full);
  margin-left: 0.25rem;
  vertical-align: middle;
}

/* Header Actions */
.header-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}

.btn-search-trigger {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.48rem 0.8rem;
  background: var(--sa-sand-dark);
  border: 1px solid var(--sa-border);
  border-radius: var(--radius-full);
  font-size: 0.82rem;
  color: var(--sa-muted);
  transition: all var(--transition-fast);
}

.btn-search-trigger:hover {
  border-color: var(--sa-green);
  color: var(--sa-slate);
  background: #fff;
}

.kbd-shortcut {
  font-size: 0.68rem;
  padding: 0.1rem 0.35rem;
  background: #fff;
  border: 1px solid var(--sa-border);
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.btn-auth-link {
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: 700;
  color: #ffffff;
  height: 42px;
  padding: 0 1.25rem;
  border-radius: var(--radius-full);
  background: linear-gradient(135deg, #f97316, #ea580c);
  border: 1.5px solid #c2410c;
  box-shadow: 0 3px 10px rgba(234, 88, 12, 0.3);
  transition: all var(--transition-fast);
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  cursor: pointer;
  box-sizing: border-box;
}

.btn-auth-link:hover {
  background: linear-gradient(135deg, #fb923c, #f97316);
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(234, 88, 12, 0.4);
}

.btn-shop-cta {
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: 700;
  color: #ffffff;
  height: 42px;
  padding: 0 1.25rem;
  border-radius: var(--radius-full);
  white-space: nowrap;
  background: linear-gradient(135deg, var(--sa-green), var(--sa-green-dark));
  border: 1.5px solid var(--sa-green-dark);
  box-shadow: 0 3px 10px rgba(0, 119, 73, 0.28);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  text-decoration: none;
  box-sizing: border-box;
  transition: all var(--transition-fast);
}

.btn-shop-cta:hover {
  background: linear-gradient(135deg, var(--sa-green-light), var(--sa-green));
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 119, 73, 0.38);
}

/* Sub-Header Quick Search Strip */
.sub-header-search-bar {
  background: #ffffff;
  border-bottom: 1px solid var(--sa-border);
  padding: 0.65rem 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.sub-search-wrapper {
  display: flex;
  align-items: center;
  background: var(--sa-sand);
  border: 1.5px solid var(--sa-border);
  border-radius: var(--radius-full);
  padding: 0.5rem 1.15rem;
  gap: 0.75rem;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.sub-search-wrapper:hover {
  background: #ffffff;
  border-color: var(--sa-green);
  box-shadow: 0 4px 14px rgba(0, 119, 73, 0.12);
}

.sub-search-wrapper svg {
  color: var(--sa-green);
  flex-shrink: 0;
}

.sub-search-placeholder {
  font-size: 0.88rem;
  color: var(--sa-muted);
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sub-search-tags {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-shrink: 0;
}

.sub-tag {
  font-size: 0.72rem;
  font-weight: 700;
  background: #ffffff;
  border: 1px solid var(--sa-border);
  color: var(--sa-slate);
  padding: 0.18rem 0.55rem;
  border-radius: var(--radius-full);
  transition: all var(--transition-fast);
}

.sub-search-wrapper:hover .sub-tag {
  border-color: var(--sa-green-subtle);
}

.sub-tag-kbd {
  font-size: 0.68rem;
  font-weight: 700;
  background: var(--sa-sand-dark);
  border: 1px solid var(--sa-border);
  padding: 0.15rem 0.45rem;
  border-radius: 4px;
  color: var(--sa-muted);
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, var(--sa-green), var(--sa-green-dark));
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.92rem;
  padding: 0.65rem 1.35rem;
  border-radius: var(--radius-full);
  box-shadow: 0 4px 14px rgba(0, 119, 73, 0.28);
  transition: all var(--transition-fast);
  text-decoration: none;
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--sa-green-light), var(--sa-green));
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0, 119, 73, 0.35);
  color: #fff;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #fff;
  color: var(--sa-mahogany);
  border: 1.5px solid var(--sa-border);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.92rem;
  padding: 0.65rem 1.25rem;
  border-radius: var(--radius-full);
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-fast);
  text-decoration: none;
}

.btn-secondary:hover {
  border-color: var(--sa-green);
  color: var(--sa-green);
  background: var(--sa-green-subtle);
}

.btn-gold {
  background: linear-gradient(135deg, var(--sa-gold), #ff8c00);
  color: var(--sa-mahogany);
  font-weight: 800;
  box-shadow: 0 4px 14px rgba(244, 169, 0, 0.35);
}

.btn-gold:hover {
  background: linear-gradient(135deg, var(--sa-gold-light), var(--sa-gold));
  color: var(--sa-mahogany);
}

.mobile-toggle {
  display: none;
  font-size: 1.5rem;
  color: var(--sa-slate);
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-section {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, var(--sa-sand) 100%);
  padding: 3.5rem 0 4.5rem;
  border-bottom: 1px solid var(--sa-border);
  overflow: hidden;
}

.hero-bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.04;
  background-image: radial-gradient(var(--sa-green-dark) 1.5px, transparent 1.5px);
  background-size: 24px 24px;
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3rem;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--sa-green-subtle);
  color: var(--sa-green-dark);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.82rem;
  padding: 0.35rem 0.85rem;
  border-radius: var(--radius-full);
  margin-bottom: 1.25rem;
  border: 1px solid rgba(0, 119, 73, 0.15);
}

.hero-title {
  font-family: var(--font-heading);
  font-size: 3.1rem;
  font-weight: 800;
  line-height: 1.15;
  color: var(--sa-mahogany);
  letter-spacing: -1px;
  margin-bottom: 1.25rem;
}

.hero-title .highlight {
  background: linear-gradient(120deg, var(--sa-green) 0%, var(--sa-gold-dark) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-desc {
  font-size: 1.12rem;
  color: var(--sa-muted);
  line-height: 1.6;
  margin-bottom: 2rem;
  max-width: 580px;
}

/* Hero Search Engine Box */
.hero-search-box {
  background: #ffffff;
  padding: 0.85rem;
  border-radius: var(--radius-lg);
  box-shadow: 0 12px 35px rgba(43, 24, 16, 0.12);
  border: 1px solid rgba(0, 119, 73, 0.12);
  margin-bottom: 1.5rem;
}

.search-form-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 0.75rem;
  align-items: center;
}

.search-input-group {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.65rem 0.9rem;
  background: var(--sa-sand);
  border-radius: var(--radius-md);
  border: 1.5px solid transparent;
  transition: all var(--transition-fast);
}

.search-input-group:focus-within {
  background: #fff;
  border-color: var(--sa-green);
  box-shadow: 0 0 0 3px rgba(0, 119, 73, 0.15);
}

.search-input-group svg {
  color: var(--sa-muted);
  flex-shrink: 0;
}

.search-input-group input, .search-input-group select {
  width: 100%;
  border: none;
  background: transparent;
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: var(--sa-slate);
  outline: none;
}

.search-input-group select {
  cursor: pointer;
  font-weight: 500;
}

.btn-hero-search {
  height: 100%;
  min-height: 48px;
  padding: 0 1.75rem;
  font-size: 1rem;
}

/* Quick Tag Chips */
.quick-tags-wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.quick-tags-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--sa-muted);
}

.tag-chip {
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.3rem 0.7rem;
  background: #fff;
  border: 1px solid var(--sa-border);
  border-radius: var(--radius-full);
  color: var(--sa-slate);
  transition: all var(--transition-fast);
  cursor: pointer;
}

.tag-chip:hover {
  background: var(--sa-green-subtle);
  border-color: var(--sa-green);
  color: var(--sa-green);
}

/* Hero Media & Mascot Card */
.hero-visual {
  position: relative;
}

.hero-main-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 4px solid #fff;
  aspect-ratio: 16/10;
  background: var(--sa-mahogany);
}

.hero-main-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.hero-main-card:hover img {
  transform: scale(1.03);
}

.hero-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  background: linear-gradient(180deg, transparent 0%, rgba(43, 24, 16, 0.9) 100%);
  color: #fff;
}

.hero-card-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.hero-card-subtitle {
  font-size: 0.85rem;
  color: #e5e7eb;
}

/* Floating Mascot Interactive Widget */
.mascot-floating-card {
  position: absolute;
  bottom: -25px;
  left: -25px;
  background: #ffffff;
  padding: 0.85rem 1.15rem;
  border-radius: var(--radius-md);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border: 1.5px solid var(--sa-gold);
  display: flex;
  align-items: center;
  gap: 0.85rem;
  max-width: 320px;
  z-index: 10;
  animation: floatUpDown 4s ease-in-out infinite alternate;
}

@keyframes floatUpDown {
  0% { transform: translateY(0); }
  100% { transform: translateY(-8px); }
}

.mascot-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--sa-green);
  flex-shrink: 0;
  background: #fdf6e2;
}

.mascot-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mascot-speech-text {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--sa-mahogany);
  line-height: 1.35;
}

.mascot-name-tag {
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  color: var(--sa-green);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Floating Stat Badge */
.stat-floating-badge {
  position: absolute;
  top: -15px;
  right: -15px;
  background: var(--sa-green-dark);
  color: #fff;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  border: 2px solid var(--sa-gold);
  text-align: center;
  z-index: 10;
}

.stat-floating-num {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--sa-gold-light);
  line-height: 1;
}

.stat-floating-label {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ==========================================================================
   Trust & Metrics Bar
   ========================================================================== */
.trust-metrics-bar {
  background: #fff;
  border-bottom: 1px solid var(--sa-border);
  padding: 1.5rem 0;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.metric-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.metric-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  background: var(--sa-green-subtle);
  color: var(--sa-green);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.metric-text h4 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--sa-mahogany);
}

.metric-text p {
  font-size: 0.8rem;
  color: var(--sa-muted);
}

/* ==========================================================================
   B2C Consumer Club & VIP Product Alerts Section
   ========================================================================== */
.consumer-club-section {
  padding: 3.5rem 0;
  background: linear-gradient(135deg, #0d3822 0%, #062415 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid var(--sa-gold);
}

.consumer-club-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 80% 20%, rgba(244, 169, 0, 0.12) 0%, transparent 60%);
  pointer-events: none;
}

.consumer-club-box {
  position: relative;
  z-index: 2;
}

.club-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3rem;
  align-items: center;
}

.club-title {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 1rem;
}

.club-desc {
  font-size: 1.02rem;
  color: #d1fae5;
  line-height: 1.6;
  margin-bottom: 1.75rem;
}

.club-perks-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.club-perk-item {
  font-size: 0.82rem;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(244, 169, 0, 0.35);
  padding: 0.45rem 0.85rem;
  border-radius: var(--radius-full);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  backdrop-filter: blur(8px);
}

.club-perk-item strong {
  color: var(--sa-gold-light);
}

/* Signup Card */
.club-signup-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
  border: 2px solid var(--sa-gold);
}

.club-form-header {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--sa-border);
}

.club-avatar-badge {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--sa-green);
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.club-avatar-badge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.club-form-inputs {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.club-privacy-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-size: 0.74rem;
  color: var(--sa-muted);
  margin-top: 1rem;
  text-align: center;
}

.club-privacy-note svg {
  color: var(--sa-green);
}

/* ==========================================================================
   Section Headers
   ========================================================================== */
.section-header-wrap {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 3rem;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--sa-green);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 0.5rem;
}

.section-title {
  font-family: var(--font-heading);
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--sa-mahogany);
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 0.75rem;
}

.section-subtitle {
  font-size: 1.05rem;
  color: var(--sa-muted);
  line-height: 1.55;
}

/* ==========================================================================
   Boosted / Sponsored Listings Showcase
   ========================================================================== */
.boosted-section {
  padding: 4.5rem 0;
  background: linear-gradient(180deg, var(--sa-sand) 0%, #ffffff 100%);
}

.boosted-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.boosted-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  border: 2px solid rgba(244, 169, 0, 0.5);
  box-shadow: 0 10px 25px rgba(244, 169, 0, 0.12);
  overflow: hidden;
  transition: all var(--transition-normal);
  display: flex;
  flex-direction: column;
  position: relative;
}

.boosted-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 36px rgba(244, 169, 0, 0.22);
  border-color: var(--sa-gold);
}

.boosted-ribbon {
  position: absolute;
  top: 14px;
  right: 14px;
  background: var(--badge-boosted);
  color: #fff;
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-full);
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.card-header-img {
  height: 160px;
  position: relative;
  background: var(--sa-mahogany);
  overflow: hidden;
}

.card-header-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.boosted-card:hover .card-header-img img {
  transform: scale(1.05);
}

.card-body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card-badges-row {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
}

.badge {
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.2rem 0.55rem;
  border-radius: var(--radius-full);
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.badge-butchery {
  background: var(--sa-terracotta-subtle);
  color: var(--sa-terracotta-dark);
}

.badge-grocery {
  background: var(--sa-green-subtle);
  color: var(--sa-green-dark);
}

.badge-wine {
  background: #f3e8ff;
  color: #6b21a8;
}

.badge-delivery {
  background: #e0f2fe;
  color: #0369a1;
}

.card-title {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--sa-mahogany);
  margin-bottom: 0.35rem;
}

.card-location {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.85rem;
  color: var(--sa-muted);
  margin-bottom: 0.75rem;
}

.card-specialties {
  font-size: 0.85rem;
  color: var(--sa-slate);
  margin-bottom: 1.25rem;
  line-height: 1.45;
  flex: 1;
}

.card-highlight-deal {
  background: var(--sa-gold-subtle);
  border: 1px dashed var(--sa-gold);
  border-radius: var(--radius-sm);
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--sa-mahogany);
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.card-footer-actions {
  display: flex;
  gap: 0.5rem;
  margin-top: auto;
}

.card-footer-actions .btn-primary, .card-footer-actions .btn-secondary {
  flex: 1;
  font-size: 0.85rem;
  padding: 0.55rem 0.75rem;
}

/* ==========================================================================
   Master Interactive Directory & Map Section
   ========================================================================== */
.directory-section {
  padding: 5rem 0;
  background: #ffffff;
}

.directory-controls-bar {
  background: var(--sa-sand);
  padding: 1.25rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--sa-border);
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.controls-top-row {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr auto;
  gap: 0.75rem;
  align-items: center;
}

.controls-filter-chips {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  border-top: 1px solid var(--sa-border);
  padding-top: 0.85rem;
}

.filter-chip-btn {
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.35rem 0.85rem;
  border-radius: var(--radius-full);
  background: #fff;
  border: 1px solid var(--sa-border);
  color: var(--sa-slate);
  transition: all var(--transition-fast);
}

.filter-chip-btn:hover {
  border-color: var(--sa-green);
  color: var(--sa-green);
}

.filter-chip-btn.active {
  background: var(--sa-green);
  color: #fff;
  border-color: var(--sa-green);
}

/* View Mode Switcher */
.view-switcher {
  display: inline-flex;
  background: #fff;
  border: 1px solid var(--sa-border);
  border-radius: var(--radius-full);
  padding: 3px;
}

.view-btn {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.9rem;
  border-radius: var(--radius-full);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--sa-muted);
  transition: all var(--transition-fast);
}

.view-btn.active {
  background: var(--sa-green);
  color: #fff;
}

/* Directory Layout: Grid vs Map */
.directory-view-container {
  position: relative;
  min-height: 500px;
}

.directory-grid-view {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.directory-store-card {
  background: #ffffff;
  border-radius: var(--radius-md);
  border: 1px solid var(--sa-border);
  box-shadow: var(--shadow-sm);
  padding: 1.5rem;
  transition: all var(--transition-fast);
  display: flex;
  flex-direction: column;
  position: relative;
}

.directory-store-card:hover {
  border-color: var(--sa-green);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.store-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}

.store-card-region {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--sa-green);
  letter-spacing: 0.5px;
}

.btn-bookmark {
  color: var(--sa-muted);
  font-size: 1.1rem;
  transition: color var(--transition-fast);
}

.btn-bookmark:hover, .btn-bookmark.saved {
  color: var(--sa-terracotta);
}

.store-card-title {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--sa-mahogany);
  margin-bottom: 0.25rem;
}

.store-card-address {
  font-size: 0.85rem;
  color: var(--sa-muted);
  margin-bottom: 0.85rem;
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
}

.store-features-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 1.25rem;
}

.feature-tag {
  font-size: 0.72rem;
  background: var(--sa-sand-dark);
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  font-weight: 600;
  color: var(--sa-slate);
}

.store-contact-row {
  display: flex;
  gap: 0.75rem;
  font-size: 0.82rem;
  color: var(--sa-muted);
  margin-bottom: 1.25rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--sa-border);
}

.store-contact-row a {
  color: var(--sa-slate);
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.store-contact-row a:hover {
  color: var(--sa-green);
}

.store-card-actions {
  margin-top: auto;
  display: flex;
  gap: 0.5rem;
}

/* Map View Container */
.directory-map-wrapper {
  display: none;
  grid-template-columns: 1fr 360px;
  gap: 1.5rem;
  height: 650px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--sa-border);
  box-shadow: var(--shadow-md);
}

.directory-map-wrapper.active {
  display: grid;
}

#uk-leaflet-map {
  width: 100%;
  height: 100%;
  background: #eef2f5;
  z-index: 1;
}

.map-sidebar-list {
  background: #ffffff;
  overflow-y: auto;
  border-left: 1px solid var(--sa-border);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.map-store-item {
  padding: 1rem;
  border: 1px solid var(--sa-border);
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.map-store-item:hover, .map-store-item.selected {
  border-color: var(--sa-green);
  background: var(--sa-green-subtle);
}

.map-store-item h5 {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--sa-mahogany);
  margin-bottom: 0.25rem;
}

.map-store-item p {
  font-size: 0.78rem;
  color: var(--sa-muted);
}

/* Empty State */
.no-results-msg {
  grid-column: 1 / -1;
  text-align: center;
  padding: 4rem 1rem;
  background: var(--sa-sand);
  border-radius: var(--radius-lg);
  border: 1px dashed var(--sa-border);
}

.no-results-msg h4 {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  color: var(--sa-mahogany);
  margin-bottom: 0.5rem;
}

/* ==========================================================================
   Live Promotions & Special Offers Hub
   ========================================================================== */
.promotions-section {
  padding: 5rem 0;
  background: var(--sa-sand);
  border-top: 1px solid var(--sa-border);
  border-bottom: 1px solid var(--sa-border);
}

.promotions-filter-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

.promo-tab-btn {
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: 700;
  padding: 0.6rem 1.25rem;
  border-radius: var(--radius-full);
  background: #ffffff;
  border: 1.5px solid var(--sa-border);
  color: var(--sa-slate);
  transition: all var(--transition-fast);
  cursor: pointer;
}

.promo-tab-btn:hover {
  border-color: var(--sa-green);
  color: var(--sa-green);
}

.promo-tab-btn.active {
  background: var(--sa-green);
  color: #ffffff;
  border-color: var(--sa-green);
  box-shadow: 0 4px 12px rgba(0, 119, 73, 0.25);
}

.promotions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.promo-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  border: 1.5px solid var(--sa-border);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-normal);
  display: flex;
  flex-direction: column;
  position: relative;
}

.promo-card:hover {
  transform: translateY(-4px);
  border-color: var(--sa-gold);
  box-shadow: var(--shadow-lg);
}

.promo-card-thumb {
  height: 180px;
  position: relative;
  overflow: hidden;
  background: var(--sa-sand-dark);
}

.promo-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.promo-card:hover .promo-card-thumb img {
  transform: scale(1.05);
}

.promo-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: linear-gradient(135deg, #c84b31, #9e3621);
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.3rem 0.75rem;
  border-radius: var(--radius-full);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
  z-index: 2;
}

.promo-retailer-tag {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(43, 24, 16, 0.85);
  backdrop-filter: blur(6px);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-sm);
  z-index: 2;
}

.promo-card-body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.promo-title {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--sa-mahogany);
  margin-bottom: 0.4rem;
  line-height: 1.3;
}

.promo-desc {
  font-size: 0.86rem;
  color: var(--sa-muted);
  line-height: 1.5;
  margin-bottom: 1.25rem;
  flex: 1;
}

.promo-pricing-row {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  margin-bottom: 1.25rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--sa-border);
}

.promo-price-current {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 900;
  color: var(--sa-mahogany);
}

.promo-price-old {
  font-size: 0.92rem;
  color: var(--sa-muted);
  text-decoration: line-through;
}

.promo-save-pill {
  margin-left: auto;
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.2rem 0.55rem;
  border-radius: var(--radius-full);
}

/* ==========================================================================
   Clearance & Short-Dated Outlet Section
   ========================================================================== */
.clearance-section {
  padding: 5rem 0;
  background: linear-gradient(180deg, #ffffff 0%, #fff8f6 100%);
  border-bottom: 1px solid var(--sa-border);
  position: relative;
}

.clearance-urgent-banner {
  background: linear-gradient(135deg, #c84b31 0%, #8b1e07 100%);
  color: #ffffff;
  padding: 0.85rem 1.5rem;
  border-radius: var(--radius-md);
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  box-shadow: 0 4px 14px rgba(200, 75, 49, 0.25);
}

.clearance-urgent-banner span {
  font-size: 0.92rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.clearance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.clearance-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  border: 2px dashed #fca5a5;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-normal);
  display: flex;
  flex-direction: column;
  position: relative;
}

.clearance-card:hover {
  transform: translateY(-4px);
  border-color: #ef4444;
  box-shadow: 0 12px 28px rgba(239, 68, 68, 0.15);
}

.clearance-badge-top {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #dc2626;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.35rem 0.8rem;
  border-radius: var(--radius-full);
  z-index: 2;
  box-shadow: 0 2px 8px rgba(220, 38, 38, 0.35);
  animation: pulseClearance 2s infinite;
}

@keyframes pulseClearance {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.04); }
}

.clearance-bb-tag {
  font-size: 0.72rem;
  font-weight: 700;
  color: #b91c1c;
  background: #fee2e2;
  padding: 0.25rem 0.55rem;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 0.6rem;
}

.clearance-stock-indicator {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  color: #dc2626;
  font-weight: 700;
  margin-bottom: 1rem;
}

.stock-meter-bar {
  flex: 1;
  height: 6px;
  background: #fee2e2;
  border-radius: 3px;
  overflow: hidden;
}

.stock-meter-fill {
  height: 100%;
  background: #dc2626;
  border-radius: 3px;
}

/* ==========================================================================
   Product Guides & Expat Knowledge Hub
   ========================================================================== */
.guides-section {
  padding: 5rem 0;
  background: #ffffff;
}

.guides-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.guide-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--sa-border);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-normal);
  display: flex;
  flex-direction: column;
}

.guide-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: var(--sa-green);
}

.guide-card-thumb {
  height: 200px;
  position: relative;
  overflow: hidden;
}

.guide-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.guide-card:hover .guide-card-thumb img {
  transform: scale(1.05);
}

.guide-category-tag {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: var(--sa-mahogany);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-full);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.guide-card-body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.guide-read-time {
  font-size: 0.78rem;
  color: var(--sa-muted);
  margin-bottom: 0.5rem;
}

.guide-title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--sa-mahogany);
  line-height: 1.35;
  margin-bottom: 0.75rem;
}

.guide-excerpt {
  font-size: 0.88rem;
  color: var(--sa-muted);
  line-height: 1.55;
  margin-bottom: 1.25rem;
  flex: 1;
}

.guide-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--sa-green);
  margin-top: auto;
}

/* ==========================================================================
   Interactive Mascot Feature ("Ask Braai Boet")
   ========================================================================== */
.mascot-feature-section {
  padding: 4.5rem 0;
  background: linear-gradient(135deg, var(--sa-green-dark), #032a18);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.mascot-feature-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 3.5rem;
  align-items: center;
}

.mascot-feature-visual {
  position: relative;
  text-align: center;
}

.mascot-feature-img {
  max-width: 380px;
  margin: 0 auto;
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  border: 4px solid var(--sa-gold);
}

.mascot-content-col h3 {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.mascot-content-col p {
  font-size: 1.05rem;
  color: #d1fae5;
  margin-bottom: 2rem;
  line-height: 1.6;
}

/* Mascot Interactive Speech Card */
.bokkie-speech-box {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1.5px solid rgba(244, 169, 0, 0.4);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.speech-box-quote {
  font-size: 1.15rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 1rem;
}

.speech-box-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.bokkie-tag {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--sa-gold);
  text-transform: uppercase;
}

/* Saffa Slang Widget Box */
.slang-widget-container {
  background: rgba(0, 0, 0, 0.25);
  border-radius: var(--radius-md);
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.slang-term-wrap {
  display: flex;
  flex-direction: column;
}

.slang-word {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--sa-gold-light);
}

.slang-definition {
  font-size: 0.85rem;
  color: #e5e7eb;
}

/* ==========================================================================
   FAQ Section (Technical SEO Rich Snippets)
   ========================================================================== */
.faq-section {
  padding: 5rem 0;
  background: var(--sa-sand);
}

.faq-accordion {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  background: #ffffff;
  border-radius: var(--radius-md);
  border: 1px solid var(--sa-border);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 1.35rem 1.75rem;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--sa-mahogany);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  transition: all var(--transition-fast);
}

.faq-question:hover {
  color: var(--sa-green);
  background: var(--sa-green-subtle);
}

.faq-icon {
  font-size: 1.2rem;
  color: var(--sa-muted);
  transition: transform var(--transition-fast);
}

.faq-item.open .faq-icon {
  transform: rotate(180deg);
  color: var(--sa-green);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease;
  padding: 0 1.75rem;
  font-size: 0.95rem;
  color: var(--sa-muted);
  line-height: 1.6;
}

.faq-item.open .faq-answer {
  max-height: 350px;
  padding: 0 1.75rem 1.5rem;
}

/* ==========================================================================
   Business Owners CTA ("List & Boost")
   ========================================================================== */
.cta-boost-section {
  padding: 5rem 0;
  background: #ffffff;
}

.cta-banner-box {
  background: linear-gradient(135deg, var(--sa-mahogany), #170d08);
  border-radius: var(--radius-lg);
  padding: 3.5rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  border: 2px solid var(--sa-gold);
}

.cta-banner-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3rem;
  align-items: center;
  position: relative;
  z-index: 2;
}

.cta-banner-content h3 {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.cta-banner-content p {
  font-size: 1.05rem;
  color: #d1d5db;
  line-height: 1.6;
  margin-bottom: 1.75rem;
}

.cta-benefits-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-bottom: 2rem;
}

.cta-benefits-list li {
  font-size: 0.92rem;
  color: #f3f4f6;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.cta-benefits-list li svg {
  color: var(--sa-gold);
  flex-shrink: 0;
}

.cta-box-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  padding: 2rem;
  border-radius: var(--radius-md);
  text-align: center;
}

.cta-pricing-badge {
  font-size: 0.75rem;
  font-weight: 800;
  background: var(--sa-gold);
  color: var(--sa-mahogany);
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-full);
  display: inline-block;
  margin-bottom: 0.75rem;
}

.cta-pricing-title {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.5rem;
}

.cta-pricing-sub {
  font-size: 0.85rem;
  color: #9ca3af;
  margin-bottom: 1.5rem;
  line-height: 1.45;
}

/* ==========================================================================
   Footer & Regional SEO Directory Links
   ========================================================================== */
.site-footer {
  background: var(--sa-mahogany);
  color: #d1d5db;
  padding: 5rem 0 2rem;
  border-top: 4px solid var(--sa-gold);
}

.footer-grid,
.footer-top-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 3rem;
  margin-bottom: 4rem;
}

.footer-brand-col p {
  font-size: 0.9rem;
  color: #9ca3af;
  margin: 1rem 0 1.5rem;
  line-height: 1.6;
}

/* Social Media Buttons */
.footer-social-links {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.social-btn {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition-fast);
}

.social-btn:hover {
  background: var(--sa-green);
  border-color: var(--sa-green);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 119, 73, 0.35);
}

.footer-col-title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-links-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.footer-links-list a {
  color: #9ca3af;
  font-size: 0.88rem;
  transition: color var(--transition-fast);
}

.footer-links-list a:hover {
  color: var(--sa-gold);
}

/* Regional SEO Hub Grid */
.footer-regions-hub {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2.5rem 0;
  margin-bottom: 2.5rem;
}

.footer-regions-title {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--sa-gold);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.25rem;
}

.regions-pills-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.region-pill-link {
  font-size: 0.8rem;
  color: #d1d5db;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.35rem 0.75rem;
  border-radius: var(--radius-full);
  transition: all var(--transition-fast);
}

.region-pill-link:hover {
  background: var(--sa-green);
  border-color: var(--sa-green);
  color: #fff;
}

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.82rem;
  color: #6b7280;
}

/* ==========================================================================
   Quick Search Modal (Ctrl + K)
   ========================================================================== */
.modal-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(6px);
  z-index: 2000;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 10vh 1.5rem;
}

.modal-search-overlay.active {
  display: flex;
}

.modal-search-dialog {
  background: #ffffff;
  width: 100%;
  max-width: 640px;
  border-radius: var(--radius-lg);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
  border: 1px solid var(--sa-border);
  overflow: hidden;
  animation: modalFadeIn 0.2s ease-out;
}

@keyframes modalFadeIn {
  from { opacity: 0; transform: scale(0.96) translateY(-10px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

.modal-search-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid var(--sa-border);
}

.modal-search-header input {
  width: 100%;
  border: none;
  font-size: 1.1rem;
  font-family: var(--font-body);
  outline: none;
  color: var(--sa-slate);
}

.modal-search-results {
  max-height: 380px;
  overflow-y: auto;
  padding: 0.5rem;
}

.modal-result-item {
  padding: 0.85rem 1rem;
  border-radius: var(--radius-md);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.modal-result-item:hover, .modal-result-item.highlighted {
  background: var(--sa-green-subtle);
}

.modal-result-info h5 {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--sa-mahogany);
}

.modal-result-info p {
  font-size: 0.78rem;
  color: var(--sa-muted);
}

.modal-search-footer {
  padding: 0.75rem 1.5rem;
  background: var(--sa-sand);
  border-top: 1px solid var(--sa-border);
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: var(--sa-muted);
}

/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */
@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  
  .hero-title {
    font-size: 2.6rem;
  }
  
  .boosted-grid, .directory-grid-view, .guides-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .metrics-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .mascot-feature-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  
  .bokkie-speech-box {
    text-align: left;
  }
  
  .cta-banner-grid, .club-grid {
    grid-template-columns: 1fr;
  }
  
  .footer-grid,
  .footer-top-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .top-bar {
    display: none;
  }
  
  .main-nav {
    display: none;
  }
  
  .mobile-toggle {
    display: block;
  }
  
  .hero-title {
    font-size: 2.1rem;
  }
  
  .search-form-grid {
    grid-template-columns: 1fr;
  }
  
  .controls-top-row {
    grid-template-columns: 1fr;
  }
  
  .boosted-grid, .directory-grid-view, .guides-grid {
    grid-template-columns: 1fr;
  }
  
  .metrics-grid {
    grid-template-columns: 1fr;
  }
  
  .directory-map-wrapper {
    grid-template-columns: 1fr;
    height: 500px;
  }
  
  .map-sidebar-list {
    display: none;
  }
  
  .footer-grid,
  .footer-top-grid {
    grid-template-columns: 1fr;
  }
  
  .cta-benefits-list {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   COOKIE CONSENT & GDPR LEGAL SETTINGS STYLING
   ========================================================================== */

.footer-bottom-legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  margin-bottom: 0.5rem;
}

.footer-legal-links {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.82rem;
  color: var(--sa-gold);
}

.footer-legal-links a {
  color: #d1d5db;
  text-decoration: none;
  transition: color var(--transition-fast);
}

.footer-legal-links a:hover {
  color: var(--sa-gold);
  text-decoration: underline;
}

.legal-sep {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.75rem;
}

.btn-cookie-settings-link {
  background: none;
  border: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--sa-gold);
  font-size: 0.82rem;
  font-family: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.btn-cookie-settings-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Floating Cookie Banner */
.cookie-banner-wrap {
  position: fixed;
  bottom: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 99999;
  background: linear-gradient(135deg, rgba(26, 17, 16, 0.98), rgba(43, 27, 23, 0.98));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1.5px solid rgba(255, 182, 18, 0.45);
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
  padding: 1.25rem 1.75rem;
  transform: translateY(120%);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
  display: none;
}

.cookie-banner-wrap.active {
  display: block;
  transform: translateY(0);
  opacity: 1;
}

.cookie-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.75rem;
}

.cookie-banner-text {
  flex: 1;
}

.cookie-banner-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  color: #ffffff;
  margin-bottom: 0.35rem;
}

.cookie-banner-text p {
  font-size: 0.84rem;
  line-height: 1.5;
  color: #e2e8f0;
  margin: 0;
}

.cookie-link {
  color: var(--sa-gold);
  text-decoration: underline;
  font-weight: 600;
}

.cookie-banner-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-shrink: 0;
}

.btn-cookie {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 700;
  height: 38px;
  padding: 0 1.15rem;
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  cursor: pointer;
  transition: all var(--transition-fast);
  white-space: nowrap;
}

.btn-cookie-accept {
  background: linear-gradient(135deg, var(--sa-green), var(--sa-green-dark));
  color: #ffffff;
  border: 1.5px solid var(--sa-green-dark);
  box-shadow: 0 3px 10px rgba(0, 119, 73, 0.35);
}

.btn-cookie-accept:hover {
  background: linear-gradient(135deg, #009059, #005a32);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 119, 73, 0.45);
}

.btn-cookie-reject {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
}

.btn-cookie-reject:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
}

.btn-cookie-settings {
  background: transparent;
  color: var(--sa-gold);
  border: 1.5px solid var(--sa-gold);
}

.btn-cookie-settings:hover {
  background: rgba(255, 182, 18, 0.15);
  color: #ffffff;
}

/* Cookie Settings Dialog */
.cookie-settings-dialog {
  max-width: 580px;
  background: #ffffff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0,0,0,0.35);
}

.cookie-settings-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  background: var(--sa-sand);
  border-bottom: 1px solid var(--sa-border);
}

.cookie-settings-body {
  padding: 1.5rem;
  max-height: 60vh;
  overflow-y: auto;
}

.cookie-pref-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--sa-border);
}

.cookie-pref-row:last-child {
  border-bottom: none;
}

.cookie-pref-info {
  flex: 1;
}

.cookie-pref-header {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.35rem;
}

.cookie-pref-header strong {
  font-size: 0.95rem;
  color: var(--sa-mahogany);
}

.cookie-badge-locked {
  background: #e2e8f0;
  color: #475569;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 12px;
  text-transform: uppercase;
}

.cookie-badge-opt {
  background: #dcfce7;
  color: #15803d;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 12px;
  text-transform: uppercase;
}

.cookie-pref-info p {
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--sa-slate);
  margin: 0;
}

/* Custom Switch Toggle */
.cookie-switch-wrap {
  position: relative;
  width: 44px;
  height: 24px;
  flex-shrink: 0;
  margin-top: 4px;
}

.cookie-switch-input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.cookie-switch-label {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cbd5e1;
  transition: 0.3s;
  border-radius: 24px;
}

.cookie-switch-label:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.cookie-switch-input:checked + .cookie-switch-label {
  background-color: var(--sa-green);
}

.cookie-switch-input:checked + .cookie-switch-label:before {
  transform: translateX(20px);
}

.cookie-switch-label.locked {
  background-color: var(--sa-green);
  cursor: not-allowed;
  opacity: 0.7;
}

.cookie-settings-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  background: var(--sa-sand);
  border-top: 1px solid var(--sa-border);
}

@media (max-width: 768px) {
  .cookie-banner-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  
  .cookie-banner-actions {
    width: 100%;
    flex-wrap: wrap;
  }
  
  .btn-cookie {
    flex: 1;
  }
  
  .footer-bottom-legal {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ==========================================================================
   SHOP.PHP - SINGLE SHOP & BUTCHERY PROFILE STYLING
   ========================================================================== */

.shop-hero-section {
  background: linear-gradient(135deg, var(--sa-mahogany), #170d08);
  color: #ffffff;
  padding: 1.5rem 0 3.5rem;
  border-bottom: 4px solid var(--sa-gold);
}

.shop-breadcrumb-nav {
  margin-bottom: 1.25rem;
}

.shop-breadcrumb-list {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.84rem;
  color: #9ca3af;
}

.shop-breadcrumb-list a {
  color: #d1d5db;
  text-decoration: none;
  transition: color var(--transition-fast);
}

.shop-breadcrumb-list a:hover {
  color: var(--sa-gold);
  text-decoration: underline;
}

.crumb-sep {
  color: rgba(255, 255, 255, 0.3);
}

.shop-header-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1.5px solid rgba(255, 182, 18, 0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
}

.shop-header-top {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 2.5rem;
  align-items: center;
}

.shop-badges-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 0.75rem;
}

.shop-badge-hero {
  background: var(--sa-gold);
  color: var(--sa-mahogany);
  font-weight: 800;
  font-size: 0.75rem;
  padding: 3px 10px;
  border-radius: var(--radius-full);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.shop-badge-verified {
  background: rgba(0, 119, 73, 0.9);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.shop-badge-city {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 0.75rem;
  padding: 3px 10px;
  border-radius: var(--radius-full);
}

.shop-main-name {
  font-family: var(--font-heading);
  font-size: 2.6rem;
  font-weight: 900;
  color: #ffffff;
  margin: 0.25rem 0 0.5rem;
  line-height: 1.15;
}

.shop-headline {
  font-size: 1.05rem;
  color: #e2e8f0;
  line-height: 1.55;
  margin-bottom: 1.25rem;
}

.shop-rating-strip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  font-size: 0.88rem;
}

.price-tier-pill, .founded-pill {
  background: rgba(255, 255, 255, 0.1);
  padding: 2px 8px;
  border-radius: var(--radius-sm);
  font-size: 0.78rem;
  color: #d1d5db;
}

.shop-actions-box {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.btn-shop-web {
  width: 100%;
  padding: 0.85rem 1.25rem;
  font-size: 0.95rem;
  font-weight: 800;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0, 119, 73, 0.4);
}

.btn-outline-white {
  background: rgba(255, 255, 255, 0.08);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.75rem 1.25rem;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  transition: all var(--transition-fast);
}

.btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.45);
  transform: translateY(-1px);
}

.shop-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  padding-top: 1.75rem;
  margin-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.trust-icon {
  font-size: 1.5rem;
}

.trust-item strong {
  display: block;
  font-size: 0.88rem;
  color: #ffffff;
}

.trust-item small {
  display: block;
  font-size: 0.76rem;
  color: #9ca3af;
}

/* Main Profile Layout */
.shop-profile-main {
  background: var(--sa-sand-light);
  padding: 3.5rem 0 5rem;
}

.shop-layout-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 2.5rem;
  align-items: flex-start;
}

.shop-section-card {
  background: #ffffff;
  border: 1px solid var(--sa-border);
  border-radius: var(--radius-lg);
  padding: 2.25rem;
  margin-bottom: 2.25rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.shop-promo-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  background: linear-gradient(135deg, #fff7ed, #ffedd5);
  border: 2px dashed #f97316;
  border-radius: var(--radius-lg);
  padding: 1.5rem 2rem;
  margin-bottom: 2.25rem;
}

.shop-promo-icon {
  font-size: 2.2rem;
}

.shop-promo-info {
  flex: 1;
}

.promo-tag {
  font-size: 0.75rem;
  font-weight: 800;
  color: #c2410c;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.shop-promo-info h4 {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  color: #9a3412;
  font-weight: 900;
  margin: 0.2rem 0;
}

.shop-promo-info p {
  font-size: 0.84rem;
  color: #7c2d12;
  margin: 0;
}

.shop-coupon-box {
  background: #ffffff;
  border: 2px solid #ea580c;
  border-radius: var(--radius-md);
  padding: 0.6rem 1.25rem;
  cursor: pointer;
  text-align: center;
  transition: transform var(--transition-fast);
  box-shadow: 0 4px 12px rgba(234, 88, 12, 0.2);
}

.shop-coupon-box:hover {
  transform: scale(1.04);
}

.coupon-code-text {
  display: block;
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 1.15rem;
  color: #ea580c;
  letter-spacing: 1px;
}

.coupon-copy-hint {
  display: block;
  font-size: 0.72rem;
  color: #9a3412;
  font-weight: 700;
}

/* Gallery Showcase */
.shop-gallery-showcase {
  margin-top: 1.5rem;
}

.gallery-main-viewport {
  position: relative;
  height: 440px;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.gallery-main-viewport img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-caption-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
  padding: 2rem 1.5rem 1rem;
  color: #ffffff;
}

.gallery-caption-bar strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.1rem;
}

.gallery-caption-bar span {
  font-size: 0.85rem;
  color: #e2e8f0;
}

.gallery-thumbs-row {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}

.gallery-thumb-btn {
  width: 96px;
  height: 64px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0;
  background: none;
  opacity: 0.7;
  transition: all var(--transition-fast);
}

.gallery-thumb-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-thumb-btn.active, .gallery-thumb-btn:hover {
  border-color: var(--sa-gold);
  opacity: 1;
  transform: scale(1.04);
}

/* About & Specialties */
.shop-about-text {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--sa-slate);
  margin-bottom: 1.25rem;
}

.shop-quote-box {
  background: var(--sa-green-subtle);
  border-left: 4px solid var(--sa-green);
  padding: 1.25rem 1.5rem;
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-style: italic;
  color: var(--sa-green-dark);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 1.5rem 0;
}

.shop-specialties-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

.shop-specialties-grid li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--sa-mahogany);
}

.shop-specialties-grid li svg {
  color: var(--sa-green);
  flex-shrink: 0;
}

/* Product Tabs & Menu Items */
.shop-product-tabs {
  display: flex;
  gap: 0.5rem;
  border-bottom: 2px solid var(--sa-border);
  padding-bottom: 0.5rem;
  margin: 1.5rem 0;
  overflow-x: auto;
}

.shop-tab-btn {
  background: transparent;
  border: none;
  padding: 0.65rem 1.25rem;
  font-family: var(--font-heading);
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--sa-muted);
  border-radius: var(--radius-full);
  cursor: pointer;
  white-space: nowrap;
  transition: all var(--transition-fast);
}

.shop-tab-btn:hover {
  color: var(--sa-mahogany);
  background: var(--sa-sand);
}

.shop-tab-btn.active {
  background: var(--sa-green);
  color: #ffffff;
}

.shop-products-list {
  display: none;
  flex-direction: column;
  gap: 1rem;
}

.shop-products-list.active {
  display: flex;
}

.shop-product-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: 1.25rem 1.5rem;
  background: #ffffff;
  border: 1.5px solid var(--sa-border);
  border-radius: var(--radius-md);
  transition: all var(--transition-fast);
}

.shop-product-item:hover {
  border-color: var(--sa-green);
  box-shadow: 0 6px 18px rgba(0, 119, 73, 0.08);
  transform: translateX(4px);
}

.product-item-header {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.25rem;
}

.product-item-name {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--sa-mahogany);
  margin: 0;
}

.product-badge-custom {
  font-size: 0.72rem;
  font-weight: 800;
  background: var(--sa-gold);
  color: var(--sa-mahogany);
  padding: 2px 8px;
  border-radius: var(--radius-full);
}

.product-item-desc {
  font-size: 0.85rem;
  color: var(--sa-slate);
  margin: 0 0 0.5rem;
}

.product-status-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--sa-green);
}

.status-dot {
  width: 6px;
  height: 6px;
  background: var(--sa-green);
  border-radius: 50%;
}

.product-item-pricing {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
  flex-shrink: 0;
}

.product-item-price {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--sa-green-dark);
}

.product-item-unit {
  font-size: 0.76rem;
  color: var(--sa-muted);
}

.btn-buy-merchant {
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 700;
  color: #ffffff;
  background: var(--sa-green);
  padding: 0.35rem 0.85rem;
  border-radius: var(--radius-full);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.35rem;
  transition: all var(--transition-fast);
}

.btn-buy-merchant:hover {
  background: var(--sa-green-dark);
}

/* Reviews Breakdown */
.review-score-box {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  background: var(--sa-sand-light);
  border: 1px solid var(--sa-border);
  border-radius: var(--radius-md);
  padding: 1.5rem 2rem;
  margin: 1.5rem 0 2rem;
}

.score-number-col {
  text-align: center;
  padding-right: 2rem;
  border-right: 1px solid var(--sa-border);
}

.score-large {
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 900;
  color: var(--sa-mahogany);
  line-height: 1;
}

.score-bars-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.score-bar-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.82rem;
  color: var(--sa-slate);
}

.bar-track {
  flex: 1;
  height: 8px;
  background: var(--sa-border);
  border-radius: 4px;
  overflow: hidden;
}

.bar-fill {
  height: 100%;
  background: var(--sa-gold);
  border-radius: 4px;
}

.shop-reviews-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.review-card {
  background: #ffffff;
  border: 1px solid var(--sa-border);
  border-radius: var(--radius-md);
  padding: 1.5rem;
}

.review-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}

.review-author {
  font-size: 0.95rem;
  color: var(--sa-mahogany);
}

.review-location {
  font-size: 0.8rem;
  color: var(--sa-muted);
  margin-left: 0.4rem;
}

.review-date {
  font-size: 0.78rem;
  color: var(--sa-muted);
}

.review-title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--sa-mahogany);
  margin-bottom: 0.5rem;
}

.review-body {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--sa-slate);
  margin-bottom: 0.75rem;
}

.review-verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--sa-green);
}

/* Sidebar Widgets */
.sidebar-widget-card {
  background: #ffffff;
  border: 1px solid var(--sa-border);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  margin-bottom: 1.75rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.widget-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
}

.widget-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--sa-mahogany);
  margin: 0;
}

.badge-open-now {
  background: #dcfce7;
  color: #15803d;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: var(--radius-full);
}

.hours-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.hours-table tr {
  border-bottom: 1px solid var(--sa-border);
}

.hours-table tr:last-child {
  border-bottom: none;
}

.hours-table td {
  padding: 0.6rem 0;
  color: var(--sa-slate);
}

.hours-table .time-col {
  text-align: right;
  font-weight: 600;
}

.hours-table tr.today-highlight {
  background: var(--sa-green-subtle);
  color: var(--sa-green-dark);
  font-weight: 700;
}

.today-tag {
  background: var(--sa-green);
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 800;
  padding: 1px 6px;
  border-radius: 4px;
  margin-left: 4px;
  text-transform: uppercase;
}

.store-address-text {
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--sa-slate);
  margin-top: 0.5rem;
}

.sidebar-contact-links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.contact-link-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 0.85rem;
  background: var(--sa-sand-light);
  border-radius: var(--radius-sm);
  text-decoration: none;
  color: var(--sa-slate);
  transition: all var(--transition-fast);
}

.contact-link-row:hover {
  background: var(--sa-sand);
  color: var(--sa-mahogany);
}

.contact-link-row small {
  display: block;
  font-size: 0.72rem;
  color: var(--sa-muted);
}

.contact-link-row strong {
  display: block;
  font-size: 0.88rem;
  color: var(--sa-mahogany);
}

.sidebar-other-shops {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-top: 1rem;
}

.other-shop-link-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1rem;
  background: var(--sa-sand-light);
  border: 1px solid var(--sa-border);
  border-radius: var(--radius-md);
  text-decoration: none;
  transition: all var(--transition-fast);
}

.other-shop-link-card:hover {
  border-color: var(--sa-green);
  background: #ffffff;
  transform: translateX(3px);
}

.other-shop-info strong {
  display: block;
  font-size: 0.88rem;
  color: var(--sa-mahogany);
}

.other-shop-info span {
  display: block;
  font-size: 0.75rem;
  color: var(--sa-muted);
}

.other-shop-arrow {
  color: var(--sa-green);
  font-weight: bold;
}

@media (max-width: 1024px) {
  .shop-header-top {
    grid-template-columns: 1fr;
  }
  
  .shop-layout-grid {
    grid-template-columns: 1fr;
  }
  
  .shop-trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .shop-main-name {
    font-size: 2rem;
  }
  
  .shop-specialties-grid {
    grid-template-columns: 1fr;
  }
  
  .shop-product-item {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .product-item-pricing {
    align-items: flex-start;
    width: 100%;
  }
  
  .btn-buy-merchant {
    width: 100%;
    justify-content: center;
  }
  
  .review-score-box {
    flex-direction: column;
    align-items: stretch;
  }
  
  .score-number-col {
    padding-right: 0;
    padding-bottom: 1rem;
    border-right: none;
    border-bottom: 1px solid var(--sa-border);
  }
  
  .gallery-main-viewport {
    height: 260px;
  }
  
  .shop-promo-banner {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .shop-coupon-box {
    width: 100%;
  }
}

/* ==========================================================================
   SHOP.PHP - CAROUSEL ARROWS, SPECIALS, CLEARANCE & DELIVERY MATRIX
   ========================================================================== */

/* Gallery Carousel Navigation Arrows */
.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all var(--transition-fast);
  backdrop-filter: blur(4px);
}

.gallery-arrow:hover {
  background: var(--sa-gold);
  color: var(--sa-mahogany);
  border-color: var(--sa-gold);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

.gallery-prev {
  left: 1rem;
}

.gallery-next {
  right: 1rem;
}

/* Enhanced Product Items with Thumbnails & In-Store Options */
.shop-product-item.has-thumbnail {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: 1.25rem;
  align-items: center;
}

.product-thumb-box {
  width: 80px;
  height: 80px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid var(--sa-border);
  flex-shrink: 0;
}

.product-thumb-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.badge-in-store {
  background: #fef3c7 !important;
  color: #b45309 !important;
  border: 1px solid #fde68a !important;
}

.status-orange {
  background: #f59e0b !important;
}

.product-item-price-instore {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  color: #b45309;
  text-align: right;
}

.btn-check-instore {
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 700;
  color: #b45309;
  background: #fef3c7;
  border: 1px solid #fde68a;
  padding: 0.4rem 0.85rem;
  border-radius: var(--radius-full);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.35rem;
  transition: all var(--transition-fast);
}

.btn-check-instore:hover {
  background: #fde68a;
  color: #92400e;
}

/* Shop Live Specials & Promotions Grid */
.shop-deals-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.shop-deal-card {
  background: #ffffff;
  border: 1.5px solid var(--sa-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all var(--transition-fast);
  display: flex;
  flex-direction: column;
}

.shop-deal-card:hover {
  border-color: var(--sa-green);
  box-shadow: 0 8px 24px rgba(0, 119, 73, 0.12);
  transform: translateY(-3px);
}

.deal-card-img-wrap {
  position: relative;
  height: 160px;
  overflow: hidden;
}

.deal-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.deal-badge-pill {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ea580c;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: var(--radius-full);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.deal-card-content {
  padding: 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.deal-card-title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--sa-mahogany);
  margin-bottom: 0.4rem;
  line-height: 1.3;
}

.deal-card-desc {
  font-size: 0.84rem;
  color: var(--sa-slate);
  line-height: 1.45;
  margin-bottom: 1rem;
  flex: 1;
}

.deal-card-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--sa-border);
  padding-top: 0.75rem;
}

.deal-current-price {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--sa-green-dark);
}

.deal-old-price {
  font-size: 0.85rem;
  color: var(--sa-muted);
  text-decoration: line-through;
  margin-left: 0.4rem;
}

.deal-savings-tag {
  font-size: 0.75rem;
  font-weight: 800;
  color: #ea580c;
  background: #fff7ed;
  padding: 2px 6px;
  border-radius: var(--radius-sm);
}

/* Shop Clearance & Short-Dated Outlet Grid */
.shop-clearance-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.shop-clearance-card {
  background: #fff5f5;
  border: 1.5px solid #fecaca;
  border-radius: var(--radius-md);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  transition: all var(--transition-fast);
}

.shop-clearance-card:hover {
  border-color: #ef4444;
  box-shadow: 0 6px 18px rgba(239, 68, 68, 0.12);
  transform: translateY(-2px);
}

.clearance-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.6rem;
}

.clearance-discount-badge {
  background: #dc2626;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: var(--radius-full);
}

.clearance-bb-tag {
  font-size: 0.75rem;
  color: #991b1b;
  font-weight: 700;
}

.clearance-card-name {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 800;
  color: #7f1d1d;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.clearance-price-row {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.clearance-price {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 900;
  color: #dc2626;
}

.clearance-old-price {
  font-size: 0.85rem;
  color: #9ca3af;
  text-decoration: line-through;
}

.clearance-stock-meter {
  margin-bottom: 1rem;
}

.stock-meter-header {
  display: flex;
  justify-content: space-between;
  font-size: 0.72rem;
  color: #991b1b;
  margin-bottom: 0.25rem;
}

.stock-meter-track {
  height: 6px;
  background: #fee2e2;
  border-radius: 3px;
  overflow: hidden;
}

.stock-meter-fill {
  height: 100%;
  background: #dc2626;
  border-radius: 3px;
}

.btn-clearance-buy {
  background: #dc2626;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 800;
  padding: 0.5rem 1rem;
  border-radius: var(--radius-full);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  transition: all var(--transition-fast);
}

.btn-clearance-buy:hover {
  background: #b91c1c;
  box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
}

/* Delivery & Regional Matrix */
.delivery-table-wrap {
  overflow-x: auto;
  margin-top: 1.25rem;
  border: 1px solid var(--sa-border);
  border-radius: var(--radius-md);
}

.delivery-matrix-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
  text-align: left;
}

.delivery-matrix-table th {
  background: var(--sa-mahogany);
  color: #ffffff;
  padding: 0.85rem 1rem;
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.delivery-matrix-table td {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--sa-border);
  color: var(--sa-slate);
}

.delivery-matrix-table tr:last-child td {
  border-bottom: none;
}

.delivery-matrix-table tr:nth-child(even) td {
  background: var(--sa-sand-light);
}

.transit-badge {
  background: var(--sa-green-subtle);
  color: var(--sa-green-dark);
  font-weight: 700;
  font-size: 0.78rem;
  padding: 2px 8px;
  border-radius: var(--radius-full);
}

.cost-col {
  color: var(--sa-mahogany);
  white-space: nowrap;
}

.notes-col {
  font-size: 0.82rem;
  color: var(--sa-muted);
}

.cold-chain-banner {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  background: #eff6ff;
  border: 1.5px solid #bfdbfe;
  border-radius: var(--radius-md);
  padding: 1.25rem 1.5rem;
  margin-top: 1.5rem;
}

.cold-icon {
  font-size: 2rem;
}

.cold-chain-banner strong {
  display: block;
  font-size: 0.95rem;
  color: #1e40af;
  margin-bottom: 0.25rem;
}

.cold-chain-banner p {
  font-size: 0.84rem;
  color: #1e3a8a;
  line-height: 1.45;
  margin: 0;
}

@media (max-width: 768px) {
  .shop-product-item.has-thumbnail {
    grid-template-columns: 1fr;
  }
  
  .product-thumb-box {
    width: 100%;
    height: 180px;
  }
  
  .delivery-matrix-table th,
  .delivery-matrix-table td {
    padding: 0.6rem 0.75rem;
    font-size: 0.8rem;
  }
  
  .cold-chain-banner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ==========================================================================
   Universal Breadcrumb Styles
   ========================================================================== */
.breadcrumb-container {
  background: #ffffff;
  border-bottom: 1px solid var(--sa-border);
  padding: 0.85rem 0;
}

.breadcrumb-list {
  list-style: none !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  font-size: 0.85rem;
  color: var(--sa-muted);
}

.breadcrumb-item {
  display: inline-flex;
  align-items: center;
  list-style: none !important;
}

.breadcrumb-item a {
  color: var(--sa-green);
  text-decoration: none;
  font-weight: 600;
  transition: color var(--transition-fast);
}

.breadcrumb-item a:hover {
  color: var(--sa-green-dark);
  text-decoration: underline;
}

.breadcrumb-item.active {
  color: var(--sa-mahogany);
  font-weight: 700;
}

.breadcrumb-separator {
  color: #9ca3af;
  font-weight: 600;
  list-style: none !important;
  user-select: none;
}

/* ==========================================================================
   Expats & Events Map Styles
   ========================================================================== */
.expats-map-wrapper {
  display: none;
  grid-template-columns: 1fr 340px;
  gap: 1.25rem;
  height: 600px;
  background: #ffffff;
  border-radius: var(--radius-lg);
  border: 1.5px solid var(--sa-border);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  margin-top: 1.5rem;
}

.expats-map-wrapper.active {
  display: grid;
}

#expats-leaflet-map {
  width: 100%;
  height: 100%;
  z-index: 1;
}

.expats-map-sidebar {
  overflow-y: auto;
  padding: 1rem;
  border-left: 1px solid var(--sa-border);
  background: var(--sa-sand);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.expats-map-sidebar-card {
  background: #ffffff;
  border: 1px solid var(--sa-border);
  border-radius: var(--radius-sm);
  padding: 0.85rem;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.expats-map-sidebar-card:hover {
  border-color: var(--sa-green);
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}

@media (max-width: 900px) {
  .expats-map-wrapper {
    grid-template-columns: 1fr;
    height: 680px;
  }
  
  #expats-leaflet-map {
    height: 380px;
  }
  
  .expats-map-sidebar {
    border-left: none;
    border-top: 1px solid var(--sa-border);
    height: 300px;
  }
}


