.namai-shop-categories-block {
  margin-top: clamp(28px, 4vw, 44px);
  padding-top: clamp(24px, 3vw, 36px);
  border-top: 1px solid rgba(23, 51, 38, .10);
}
.namai-shop-categories-head {
  margin-bottom: 20px;
}
.namai-shop-categories-head h3 {
  margin: 8px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.08;
  color: #173326;
}
.namai-shop-categories-head p {
  margin: 0;
  max-width: 720px;
  color: #607268;
  font-size: 15px;
  line-height: 1.6;
}
.namai-wc-categories { margin-top: 8px; }
.namai-wc-categories__loading,
.namai-wc-categories__empty,
.namai-wc-categories__error {
  margin: 0;
  padding: 28px 20px;
  border-radius: 18px;
  background: #f7faf5;
  border: 1px dashed rgba(23, 51, 38, .16);
  color: #607268;
  text-align: center;
}
.namai-wc-cat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.namai-wc-cat-card {
  min-width: 0;
  background: #fffaf3;
  border: 1px solid rgba(23, 51, 38, .10);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 44px rgba(12, 31, 22, .07);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.namai-wc-cat-card:hover {
  transform: translateY(-3px);
  border-color: rgba(240, 200, 106, .55);
  box-shadow: 0 20px 52px rgba(12, 31, 22, .11);
}
.namai-wc-cat-card__link {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  min-height: 100%;
  color: inherit;
  text-decoration: none !important;
}
.namai-wc-cat-card__media {
  flex: 0 0 40%;
  max-width: 40%;
  min-height: 176px;
  background: #edf7ef;
  overflow: hidden;
}
.namai-wc-cat-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 176px;
  object-fit: cover;
}
.namai-wc-cat-card__placeholder {
  display: block;
  width: 100%;
  min-height: 176px;
  background: linear-gradient(135deg, #edf7ef, #dce8df);
}
.namai-wc-cat-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 18px 20px;
  min-width: 0;
  background: #fffaf3;
}
.namai-wc-cat-card__title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(16px, 1.9vw, 20px);
  font-weight: 700;
  line-height: 1.2;
  color: #173326;
}
.namai-wc-cat-card__count {
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #c98a2e;
}
.namai-wc-cat-card__excerpt {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #607268;
}
.namai-wc-categories__foot {
  margin: 20px 0 0;
  text-align: center;
}
.namai-wc-categories__shop-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f0c86a, #e8b84a);
  color: #173326 !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 10px 28px rgba(240, 200, 106, .28);
}
.namai-wc-categories__shop-link:hover { filter: brightness(1.04); }
@media (max-width: 900px) {
  .namai-wc-cat-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .namai-wc-cat-card__link { flex-direction: column; }
  .namai-wc-cat-card__media { flex-basis: auto; max-width: none; min-height: 200px; }
}
