/* =========================
   Category Wall – Cucina
   ========================= */

.lc-categories {
  padding: 40px 0 30px;
}

.lc-categories-head {
  max-width: 720px;
  margin-bottom: 20px;
}

.lc-categories-kicker {
  margin: 0 0 6px;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #777;
}

.lc-categories-title {
  margin: 0 0 6px;
  font-size: 26px;
  font-weight: 600;
  color: #111;
}

.lc-categories-intro {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

/* Grid spacing */
.lc-categories-grid article {
  margin-bottom: 18px;
}

/* Card */
.lc-cat-card {
  display: block;
  height: 100%;
  border: 1px solid #e5e5e5;
  background: #fff;
  text-decoration: none;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
  border-radius: var(--radius-sm);
}

.lc-cat-card:hover {
  border-color: #c01818;
  box-shadow: 0 10px 22px rgba(0,0,0,.08);
  transform: translateY(-2px);
  text-decoration: none;
}


/* Image */
.lc-cat-media {
  margin: 0;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lc-cat-media img {
  max-width: 100%;
  max-height: 100%;
  border-top-left-radius: var(--radius-sm);
  border-top-right-radius: var(--radius-sm);
}

/* Body */
.lc-cat-body {
  padding: 10px 12px 12px;
}

.lc-cat-title {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 600;
  color: #111;
}

.lc-cat-sub {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
}

/* =========================
   Responsive
   ========================= */

@media (max-width: 767px) {
  .lc-categories {
    padding: 28px 0;
  }

  .lc-categories-title {
    font-size: 22px;
  }

  .lc-cat-media {
    height: auto;
  }
}
