/* ==========================================================================
   MWF FEMINISM — DIRECT FROM RURAL WOMEN (ARTISAN BAZAAR & SHOWCASE UI)
   ========================================================================== */

.mwf-market-section {
  padding: 120px 0;
  background: #FAF7F2;
  background-image: radial-gradient(#E8DFD8 1.2px, transparent 1.2px);
  background-size: 28px 28px;
  position: relative;
}

.mwf-market-top-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FFEED9;
  color: #C05621;
  border: 1px solid #FBD38D;
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.mwf-market-headline {
  font-size: 52px;
  font-weight: 800;
  color: #2D1810;
  line-height: 1.15;
  margin-bottom: 14px;
}

.mwf-market-headline span {
  color: #DD6B20;
  position: relative;
  display: inline-block;
}

.mwf-market-headline span::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(221, 107, 32, 0.2);
  border-radius: 4px;
  z-index: -1;
}

.mwf-market-subtext {
  color: #6C5D53;
  font-size: 16px;
  max-width: 600px;
  line-height: 1.6;
  margin: 0;
}

/* Artisan Spotlight Ribbon */
.mwf-artisan-spotlight-ribbon {
  background: linear-gradient(135deg, #2D1810 0%, #442416 100%);
  border-radius: 28px;
  padding: 30px 40px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
  flex-wrap: wrap;
  gap: 25px;
  box-shadow: 0 16px 40px rgba(45, 24, 16, 0.15);
}

.mwf-artisan-spotlight-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.mwf-artisan-avatar-ring {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 3px solid #DD6B20;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(221, 107, 32, 0.4);
}

.mwf-artisan-avatar-ring img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mwf-artisan-spotlight-text h5 {
  font-size: 18px;
  font-weight: 800;
  color: #FFEED9;
  margin-bottom: 4px;
}

.mwf-artisan-spotlight-text p {
  color: #D9C8BE;
  font-size: 13.5px;
  margin: 0;
  font-style: italic;
}

.mwf-artisan-zero-commission-tag {
  background: rgba(221, 107, 32, 0.25);
  border: 1px solid rgba(221, 107, 32, 0.6);
  color: #FFC091;
  padding: 8px 18px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Region Filter Pills */
.mwf-artisan-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mwf-market-filter-btn {
  background: #ffffff;
  border: 1.5px solid #E2D7CE;
  color: #4A3B32;
  font-size: 13px;
  font-weight: 700;
  padding: 9px 20px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.mwf-market-filter-btn:hover,
.mwf-market-filter-btn.is-active {
  background: #2D1810;
  color: #ffffff;
  border-color: #2D1810;
  box-shadow: 0 6px 18px rgba(45, 24, 16, 0.25);
  transform: translateY(-2px);
}

/* Boutique Artisan Product Card */
.mwf-artisan-product-card {
  background: #ffffff;
  border: 1.5px solid #EDE4DC;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(45, 24, 16, 0.06);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.mwf-artisan-product-card:hover {
  transform: translateY(-8px);
  border-color: #DD6B20;
  box-shadow: 0 22px 50px rgba(221, 107, 32, 0.18);
}

.mwf-artisan-thumb-wrap {
  position: relative;
  height: 240px;
  background: #FAF7F2;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.mwf-artisan-thumb-img {
  max-width: 85%;
  max-height: 85%;
  object-fit: contain;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.1));
}

.mwf-artisan-product-card:hover .mwf-artisan-thumb-img {
  transform: scale(1.1) rotate(2deg);
}

.mwf-artisan-maker-chip {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(255, 255, 255, 0.92);
  color: #2D1810;
  font-size: 11px;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: 20px;
  border: 1px solid #E8DFD8;
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 6px;
}

.mwf-artisan-fssai-chip {
  position: absolute;
  top: 14px;
  right: 14px;
  background: #EAFBF0;
  color: #15803d;
  font-size: 10.5px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid rgba(34, 197, 94, 0.3);
}

.mwf-artisan-body {
  padding: 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.mwf-artisan-region {
  font-size: 12px;
  color: #DD6B20;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.mwf-artisan-title {
  font-size: 18.5px;
  font-weight: 800;
  color: #2D1810;
  margin-bottom: 8px;
  line-height: 1.35;
}

.mwf-artisan-desc {
  font-size: 13px;
  color: #6C5D53;
  line-height: 1.5;
  margin-bottom: 16px;
  flex: 1;
}

.mwf-artisan-price-tag-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FAF7F2;
  padding: 10px 16px;
  border-radius: 14px;
  margin-bottom: 16px;
  border: 1px solid #EDE4DC;
}

.mwf-artisan-price-val {
  font-size: 17px;
  font-weight: 800;
  color: #2D1810;
}

.mwf-artisan-stock-status {
  font-size: 11.5px;
  font-weight: 700;
  color: #15803d;
  display: flex;
  align-items: center;
  gap: 5px;
}

.mwf-artisan-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.mwf-artisan-buy-btn {
  padding: 11px;
  background: #25D366;
  color: #ffffff;
  border: none;
  border-radius: 12px;
  font-size: 12.5px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
}

.mwf-artisan-buy-btn:hover {
  background: #20BA5A;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.5);
  color: #ffffff;
}

.mwf-artisan-bulk-btn {
  padding: 11px;
  background: #FAF7F2;
  color: #2D1810;
  border: 1.5px solid #2D1810;
  border-radius: 12px;
  font-size: 12.5px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.mwf-artisan-bulk-btn:hover {
  background: #2D1810;
  color: #ffffff;
  transform: translateY(-2px);
}
